aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/e2e/local-protractor.conf.js9
-rw-r--r--client/e2e/protractor.conf.js7
-rw-r--r--client/e2e/src/po/login.po.ts6
-rw-r--r--client/e2e/src/po/video-upload.po.ts5
-rw-r--r--client/e2e/src/po/video-watch.po.ts6
-rw-r--r--client/e2e/src/videos.e2e-spec.ts31
-rw-r--r--client/package.json113
-rw-r--r--client/proxy.config.json14
-rw-r--r--client/src/app/+about/about-instance/about-instance.component.html22
-rw-r--r--client/src/app/+about/about-instance/about-instance.component.scss7
-rw-r--r--client/src/app/+about/about-instance/about-instance.component.ts19
-rw-r--r--client/src/app/+accounts/account-about/account-about.component.ts4
-rw-r--r--client/src/app/+accounts/account-videos/account-videos.component.ts23
-rw-r--r--client/src/app/+accounts/accounts-routing.module.ts4
-rw-r--r--client/src/app/+accounts/accounts.component.ts1
-rw-r--r--client/src/app/+admin/admin-routing.module.ts4
-rw-r--r--client/src/app/+admin/admin.component.html8
-rw-r--r--client/src/app/+admin/admin.component.scss0
-rw-r--r--client/src/app/+admin/admin.component.ts15
-rw-r--r--client/src/app/+admin/admin.module.ts23
-rw-r--r--client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html69
-rw-r--r--client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts16
-rw-r--r--client/src/app/+admin/follows/followers-list/followers-list.component.html20
-rw-r--r--client/src/app/+admin/follows/followers-list/followers-list.component.scss8
-rw-r--r--client/src/app/+admin/follows/followers-list/followers-list.component.ts64
-rw-r--r--client/src/app/+admin/follows/shared/follow.service.ts30
-rw-r--r--client/src/app/+admin/jobs/index.ts4
-rw-r--r--client/src/app/+admin/jobs/job.component.ts6
-rw-r--r--client/src/app/+admin/jobs/job.routes.ts32
-rw-r--r--client/src/app/+admin/jobs/jobs-list/index.ts1
-rw-r--r--client/src/app/+admin/jobs/shared/index.ts1
-rw-r--r--client/src/app/+admin/moderation/index.ts1
-rw-r--r--client/src/app/+admin/moderation/moderation.component.html4
-rw-r--r--client/src/app/+admin/moderation/moderation.component.ts11
-rw-r--r--client/src/app/+admin/moderation/moderation.routes.ts17
-rw-r--r--client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html4
-rw-r--r--client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts23
-rw-r--r--client/src/app/+admin/moderation/video-auto-blacklist-list/index.ts1
-rw-r--r--client/src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html19
-rw-r--r--client/src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.scss14
-rw-r--r--client/src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts86
-rw-r--r--client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html2
-rw-r--r--client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts24
-rw-r--r--client/src/app/+admin/system/debug/debug.component.html19
-rw-r--r--client/src/app/+admin/system/debug/debug.component.scss6
-rw-r--r--client/src/app/+admin/system/debug/debug.component.ts31
-rw-r--r--client/src/app/+admin/system/debug/debug.service.ts25
-rw-r--r--client/src/app/+admin/system/debug/index.ts2
-rw-r--r--client/src/app/+admin/system/index.ts4
-rw-r--r--client/src/app/+admin/system/jobs/index.ts2
-rw-r--r--client/src/app/+admin/system/jobs/job.service.ts (renamed from client/src/app/+admin/jobs/shared/job.service.ts)0
-rw-r--r--client/src/app/+admin/system/jobs/jobs.component.html (renamed from client/src/app/+admin/jobs/jobs-list/jobs-list.component.html)0
-rw-r--r--client/src/app/+admin/system/jobs/jobs.component.scss (renamed from client/src/app/+admin/jobs/jobs-list/jobs-list.component.scss)0
-rw-r--r--client/src/app/+admin/system/jobs/jobs.component.ts (renamed from client/src/app/+admin/jobs/jobs-list/jobs-list.component.ts)14
-rw-r--r--client/src/app/+admin/system/logs/index.ts2
-rw-r--r--client/src/app/+admin/system/logs/log-row.model.ts21
-rw-r--r--client/src/app/+admin/system/logs/logs.component.html31
-rw-r--r--client/src/app/+admin/system/logs/logs.component.scss49
-rw-r--r--client/src/app/+admin/system/logs/logs.component.ts111
-rw-r--r--client/src/app/+admin/system/logs/logs.service.ts33
-rw-r--r--client/src/app/+admin/system/system.component.html13
-rw-r--r--client/src/app/+admin/system/system.component.scss4
-rw-r--r--client/src/app/+admin/system/system.component.ts24
-rw-r--r--client/src/app/+admin/system/system.routes.ts56
-rw-r--r--client/src/app/+admin/users/user-edit/index.ts1
-rw-r--r--client/src/app/+admin/users/user-edit/user-create.component.ts7
-rw-r--r--client/src/app/+admin/users/user-edit/user-edit.component.html21
-rw-r--r--client/src/app/+admin/users/user-edit/user-edit.component.scss22
-rw-r--r--client/src/app/+admin/users/user-edit/user-edit.ts16
-rw-r--r--client/src/app/+admin/users/user-edit/user-password.component.html21
-rw-r--r--client/src/app/+admin/users/user-edit/user-password.component.scss22
-rw-r--r--client/src/app/+admin/users/user-edit/user-password.component.ts64
-rw-r--r--client/src/app/+admin/users/user-edit/user-update.component.ts22
-rw-r--r--client/src/app/+my-account/my-account-history/my-account-history.component.html23
-rw-r--r--client/src/app/+my-account/my-account-history/my-account-history.component.scss69
-rw-r--r--client/src/app/+my-account/my-account-history/my-account-history.component.ts9
-rw-r--r--client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html13
-rw-r--r--client/src/app/+my-account/my-account-routing.module.ts57
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html8
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss10
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts11
-rw-r--r--client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.ts4
-rw-r--r--client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html2
-rw-r--r--client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts4
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts93
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html69
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.scss27
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.ts13
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html26
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss39
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.ts153
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts136
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html21
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss51
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts88
-rw-r--r--client/src/app/+my-account/my-account-videos/my-account-videos.component.html78
-rw-r--r--client/src/app/+my-account/my-account-videos/my-account-videos.component.scss120
-rw-r--r--client/src/app/+my-account/my-account-videos/my-account-videos.component.ts127
-rw-r--r--client/src/app/+my-account/my-account.component.ts29
-rw-r--r--client/src/app/+my-account/my-account.module.ts21
-rw-r--r--client/src/app/+my-account/shared/actor-avatar-info.component.scss6
-rw-r--r--client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts6
-rw-r--r--client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html11
-rw-r--r--client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss9
-rw-r--r--client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.ts63
-rw-r--r--client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts23
-rw-r--r--client/src/app/+video-channels/video-channels-routing.module.ts14
-rw-r--r--client/src/app/+video-channels/video-channels.component.html1
-rw-r--r--client/src/app/+video-channels/video-channels.module.ts4
-rw-r--r--client/src/app/app-routing.module.ts9
-rw-r--r--client/src/app/app.component.scss5
-rw-r--r--client/src/app/app.component.ts132
-rw-r--r--client/src/app/core/auth/auth.service.ts2
-rw-r--r--client/src/app/core/core.module.ts4
-rw-r--r--client/src/app/core/hotkeys/hotkeys.component.scss9
-rw-r--r--client/src/app/core/notification/user-notification-socket.service.ts29
-rw-r--r--client/src/app/core/routing/custom-reuse-strategy.ts81
-rw-r--r--client/src/app/core/routing/disable-for-reuse-hook.ts7
-rw-r--r--client/src/app/core/routing/server-config-resolver.service.ts17
-rw-r--r--client/src/app/core/server/server.service.ts47
-rw-r--r--client/src/app/login/login-routing.module.ts6
-rw-r--r--client/src/app/menu/avatar-notification.component.html29
-rw-r--r--client/src/app/menu/avatar-notification.component.scss20
-rw-r--r--client/src/app/menu/avatar-notification.component.ts41
-rw-r--r--client/src/app/menu/menu.component.html60
-rw-r--r--client/src/app/menu/menu.component.scss103
-rw-r--r--client/src/app/search/advanced-search.model.ts14
-rw-r--r--client/src/app/search/search-filters.component.html23
-rw-r--r--client/src/app/search/search-filters.component.ts42
-rw-r--r--client/src/app/search/search.component.html11
-rw-r--r--client/src/app/search/search.component.scss49
-rw-r--r--client/src/app/search/search.component.ts17
-rw-r--r--client/src/app/shared/angular/from-now.pipe.ts (renamed from client/src/app/shared/misc/from-now.pipe.ts)2
-rw-r--r--client/src/app/shared/angular/number-formatter.pipe.ts (renamed from client/src/app/shared/misc/number-formatter.pipe.ts)0
-rw-r--r--client/src/app/shared/angular/object-length.pipe.ts (renamed from client/src/app/shared/misc/object-length.pipe.ts)0
-rw-r--r--client/src/app/shared/angular/peertube-template.directive.ts12
-rw-r--r--client/src/app/shared/buttons/action-dropdown.component.html21
-rw-r--r--client/src/app/shared/buttons/action-dropdown.component.scss25
-rw-r--r--client/src/app/shared/buttons/action-dropdown.component.ts25
-rw-r--r--client/src/app/shared/buttons/button.component.ts2
-rw-r--r--client/src/app/shared/forms/form-reactive.ts2
-rw-r--r--client/src/app/shared/forms/form-validators/index.ts1
-rw-r--r--client/src/app/shared/forms/form-validators/video-playlist-validators.service.ts66
-rw-r--r--client/src/app/shared/forms/form-validators/video-validators.service.ts6
-rw-r--r--client/src/app/shared/forms/markdown-textarea.component.ts6
-rw-r--r--client/src/app/shared/forms/peertube-checkbox.component.scss2
-rw-r--r--client/src/app/shared/forms/peertube-checkbox.component.ts11
-rw-r--r--client/src/app/shared/forms/timestamp-input.component.html4
-rw-r--r--client/src/app/shared/forms/timestamp-input.component.scss8
-rw-r--r--client/src/app/shared/forms/timestamp-input.component.ts61
-rw-r--r--client/src/app/shared/icons/global-icon.component.html0
-rw-r--r--client/src/app/shared/images/global-icon.component.scss (renamed from client/src/app/shared/icons/global-icon.component.scss)0
-rw-r--r--client/src/app/shared/images/global-icon.component.ts (renamed from client/src/app/shared/icons/global-icon.component.ts)29
-rw-r--r--client/src/app/shared/images/image-upload.component.html (renamed from client/src/app/videos/+video-edit/shared/video-image.component.html)0
-rw-r--r--client/src/app/shared/images/image-upload.component.scss (renamed from client/src/app/videos/+video-edit/shared/video-image.component.scss)0
-rw-r--r--client/src/app/shared/images/image-upload.component.ts (renamed from client/src/app/videos/+video-edit/shared/video-image.component.ts)10
-rw-r--r--client/src/app/shared/instance/instance-features-table.component.html24
-rw-r--r--client/src/app/shared/instance/instance-features-table.component.ts22
-rw-r--r--client/src/app/shared/menu/top-menu-dropdown.component.html8
-rw-r--r--client/src/app/shared/menu/top-menu-dropdown.component.scss9
-rw-r--r--client/src/app/shared/menu/top-menu-dropdown.component.ts23
-rw-r--r--client/src/app/shared/misc/help.component.html2
-rw-r--r--client/src/app/shared/misc/loader.component.html9
-rw-r--r--client/src/app/shared/misc/loader.component.scss45
-rw-r--r--client/src/app/shared/misc/loader.component.ts3
-rw-r--r--client/src/app/shared/misc/screen.service.ts6
-rw-r--r--client/src/app/shared/misc/small-loader.component.html3
-rw-r--r--client/src/app/shared/misc/small-loader.component.ts11
-rw-r--r--client/src/app/shared/misc/utils.ts6
-rw-r--r--client/src/app/shared/moderation/user-moderation-dropdown.component.scss0
-rw-r--r--client/src/app/shared/moderation/user-moderation-dropdown.component.ts3
-rw-r--r--client/src/app/shared/overview/videos-overview.model.ts4
-rw-r--r--client/src/app/shared/renderer/html-renderer.service.ts6
-rw-r--r--client/src/app/shared/renderer/linkifier.service.ts5
-rw-r--r--client/src/app/shared/renderer/markdown.service.ts34
-rw-r--r--client/src/app/shared/shared.module.ts79
-rw-r--r--client/src/app/shared/user-subscription/subscribe-button.component.ts2
-rw-r--r--client/src/app/shared/user-subscription/user-subscription.service.ts6
-rw-r--r--client/src/app/shared/users/user-notification.model.ts17
-rw-r--r--client/src/app/shared/users/user-notification.service.ts2
-rw-r--r--client/src/app/shared/users/user-notifications.component.html19
-rw-r--r--client/src/app/shared/users/user-notifications.component.scss2
-rw-r--r--client/src/app/shared/users/user-notifications.component.ts6
-rw-r--r--client/src/app/shared/users/user.model.ts11
-rw-r--r--client/src/app/shared/video-blacklist/video-blacklist.service.ts51
-rw-r--r--client/src/app/shared/video-import/video-import.service.ts5
-rw-r--r--client/src/app/shared/video-playlist/video-add-to-playlist.component.html76
-rw-r--r--client/src/app/shared/video-playlist/video-add-to-playlist.component.scss107
-rw-r--r--client/src/app/shared/video-playlist/video-add-to-playlist.component.ts212
-rw-r--r--client/src/app/shared/video-playlist/video-playlist-element-miniature.component.html73
-rw-r--r--client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss125
-rw-r--r--client/src/app/shared/video-playlist/video-playlist-element-miniature.component.ts159
-rw-r--r--client/src/app/shared/video-playlist/video-playlist-miniature.component.html34
-rw-r--r--client/src/app/shared/video-playlist/video-playlist-miniature.component.scss78
-rw-r--r--client/src/app/shared/video-playlist/video-playlist-miniature.component.ts22
-rw-r--r--client/src/app/shared/video-playlist/video-playlist.model.ts84
-rw-r--r--client/src/app/shared/video-playlist/video-playlist.service.ts179
-rw-r--r--client/src/app/shared/video/abstract-video-list.html19
-rw-r--r--client/src/app/shared/video/abstract-video-list.scss40
-rw-r--r--client/src/app/shared/video/abstract-video-list.ts259
-rw-r--r--client/src/app/shared/video/infinite-scroller.directive.ts61
-rw-r--r--client/src/app/shared/video/modals/video-blacklist.component.html (renamed from client/src/app/videos/+video-watch/modal/video-blacklist.component.html)0
-rw-r--r--client/src/app/shared/video/modals/video-blacklist.component.scss (renamed from client/src/app/videos/+video-watch/modal/video-blacklist.component.scss)0
-rw-r--r--client/src/app/shared/video/modals/video-blacklist.component.ts (renamed from client/src/app/videos/+video-watch/modal/video-blacklist.component.ts)13
-rw-r--r--client/src/app/shared/video/modals/video-download.component.html (renamed from client/src/app/videos/+video-watch/modal/video-download.component.html)2
-rw-r--r--client/src/app/shared/video/modals/video-download.component.scss (renamed from client/src/app/videos/+video-watch/modal/video-download.component.scss)0
-rw-r--r--client/src/app/shared/video/modals/video-download.component.ts (renamed from client/src/app/videos/+video-watch/modal/video-download.component.ts)43
-rw-r--r--client/src/app/shared/video/modals/video-report.component.html (renamed from client/src/app/videos/+video-watch/modal/video-report.component.html)0
-rw-r--r--client/src/app/shared/video/modals/video-report.component.scss (renamed from client/src/app/videos/+video-watch/modal/video-report.component.scss)0
-rw-r--r--client/src/app/shared/video/modals/video-report.component.ts (renamed from client/src/app/videos/+video-watch/modal/video-report.component.ts)3
-rw-r--r--client/src/app/shared/video/video-actions-dropdown.component.html21
-rw-r--r--client/src/app/shared/video/video-actions-dropdown.component.scss12
-rw-r--r--client/src/app/shared/video/video-actions-dropdown.component.ts241
-rw-r--r--client/src/app/shared/video/video-details.model.ts33
-rw-r--r--client/src/app/shared/video/video-edit.model.ts24
-rw-r--r--client/src/app/shared/video/video-miniature.component.html73
-rw-r--r--client/src/app/shared/video/video-miniature.component.scss173
-rw-r--r--client/src/app/shared/video/video-miniature.component.ts126
-rw-r--r--client/src/app/shared/video/video-thumbnail.component.html8
-rw-r--r--client/src/app/shared/video/video-thumbnail.component.scss43
-rw-r--r--client/src/app/shared/video/video-thumbnail.component.ts11
-rw-r--r--client/src/app/shared/video/video.model.ts26
-rw-r--r--client/src/app/shared/video/video.service.ts24
-rw-r--r--client/src/app/shared/video/videos-selection.component.html26
-rw-r--r--client/src/app/shared/video/videos-selection.component.scss57
-rw-r--r--client/src/app/shared/video/videos-selection.component.ts112
-rw-r--r--client/src/app/signup/signup-routing.module.ts6
-rw-r--r--client/src/app/videos/+video-edit/shared/video-edit.component.html75
-rw-r--r--client/src/app/videos/+video-edit/shared/video-edit.component.ts19
-rw-r--r--client/src/app/videos/+video-edit/shared/video-edit.module.ts2
-rw-r--r--client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html2
-rw-r--r--client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts4
-rw-r--r--client/src/app/videos/+video-edit/video-add-components/video-import-url.component.html2
-rw-r--r--client/src/app/videos/+video-edit/video-add-components/video-import-url.component.ts4
-rw-r--r--client/src/app/videos/+video-edit/video-add-components/video-send.ts1
-rw-r--r--client/src/app/videos/+video-edit/video-add-components/video-upload.component.html2
-rw-r--r--client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts6
-rw-r--r--client/src/app/videos/+video-edit/video-update.component.html2
-rw-r--r--client/src/app/videos/+video-edit/video-update.component.ts3
-rw-r--r--client/src/app/videos/+video-edit/video-update.resolver.ts51
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comment.component.ts4
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comment.model.ts7
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comments.component.html2
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comments.component.ts7
-rw-r--r--client/src/app/videos/+video-watch/modal/video-share.component.html12
-rw-r--r--client/src/app/videos/+video-watch/modal/video-share.component.scss5
-rw-r--r--client/src/app/videos/+video-watch/modal/video-share.component.ts11
-rw-r--r--client/src/app/videos/+video-watch/modal/video-support.component.ts4
-rw-r--r--client/src/app/videos/+video-watch/video-watch-playlist.component.html25
-rw-r--r--client/src/app/videos/+video-watch/video-watch-playlist.component.scss59
-rw-r--r--client/src/app/videos/+video-watch/video-watch-playlist.component.ts113
-rw-r--r--client/src/app/videos/+video-watch/video-watch-routing.module.ts11
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.html303
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss143
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.ts337
-rw-r--r--client/src/app/videos/+video-watch/video-watch.module.ts10
-rw-r--r--client/src/app/videos/recommendations/recent-videos-recommendation.service.spec.ts66
-rw-r--r--client/src/app/videos/recommendations/recommended-videos.component.html2
-rw-r--r--client/src/app/videos/recommendations/recommended-videos.component.ts3
-rw-r--r--client/src/app/videos/recommendations/recommended-videos.store.spec.ts22
-rw-r--r--client/src/app/videos/video-list/video-local.component.ts8
-rw-r--r--client/src/app/videos/video-list/video-overview.component.html6
-rw-r--r--client/src/app/videos/video-list/video-overview.component.scss12
-rw-r--r--client/src/app/videos/video-list/video-recently-added.component.ts10
-rw-r--r--client/src/app/videos/video-list/video-trending.component.ts11
-rw-r--r--client/src/app/videos/video-list/video-user-subscriptions.component.ts8
-rw-r--r--client/src/app/videos/videos-routing.module.ts22
-rw-r--r--client/src/assets/images/default-playlist.jpgbin0 -> 2554 bytes
-rw-r--r--client/src/assets/images/global/add.html6
-rw-r--r--client/src/assets/images/global/folder.html10
-rw-r--r--client/src/assets/images/global/history.html11
-rw-r--r--client/src/assets/images/global/more-horizontal.html (renamed from client/src/assets/images/video/more.html)0
-rw-r--r--client/src/assets/images/global/more-vertical.html11
-rw-r--r--client/src/assets/images/global/play.html9
-rw-r--r--client/src/assets/images/global/playlists.html9
-rw-r--r--client/src/assets/images/global/refresh.html12
-rw-r--r--client/src/assets/images/global/server.html15
-rw-r--r--client/src/assets/images/global/sign-out.html3
-rw-r--r--client/src/assets/images/global/user.html10
-rw-r--r--client/src/assets/images/global/users.html11
-rw-r--r--client/src/assets/images/global/videos.html14
-rw-r--r--client/src/assets/images/menu/about.html (renamed from client/src/assets/images/menu/about.svg)5
-rw-r--r--client/src/assets/images/menu/administration.html (renamed from client/src/assets/images/menu/administration.svg)6
-rw-r--r--client/src/assets/images/menu/globe.html (renamed from client/src/assets/images/menu/globe.svg)6
-rw-r--r--client/src/assets/images/menu/go.html12
-rw-r--r--client/src/assets/images/menu/home.html (renamed from client/src/assets/images/menu/home.svg)6
-rw-r--r--client/src/assets/images/menu/recently-added.html (renamed from client/src/assets/images/menu/recently-added.svg)7
-rw-r--r--client/src/assets/images/menu/subscriptions.html (renamed from client/src/assets/images/menu/subscriptions.svg)15
-rw-r--r--client/src/assets/images/menu/trending.html (renamed from client/src/assets/images/menu/trending.svg)6
-rw-r--r--client/src/assets/images/video/playlist-add.html10
-rw-r--r--client/src/assets/player/p2p-media-loader/p2p-media-loader-plugin.ts161
-rw-r--r--client/src/assets/player/p2p-media-loader/segment-url-builder.ts28
-rw-r--r--client/src/assets/player/p2p-media-loader/segment-validator.ts63
-rw-r--r--client/src/assets/player/peertube-player-manager.ts472
-rw-r--r--client/src/assets/player/peertube-player.ts300
-rw-r--r--client/src/assets/player/peertube-plugin.ts269
-rw-r--r--client/src/assets/player/peertube-videojs-typings.ts99
-rw-r--r--client/src/assets/player/resolution-menu-button.ts88
-rw-r--r--client/src/assets/player/resolution-menu-item.ts67
-rw-r--r--client/src/assets/player/utils.ts43
-rw-r--r--client/src/assets/player/videojs-components/p2p-info-button.ts (renamed from client/src/assets/player/webtorrent-info-button.ts)25
-rw-r--r--client/src/assets/player/videojs-components/peertube-link-button.ts (renamed from client/src/assets/player/peertube-link-button.ts)4
-rw-r--r--client/src/assets/player/videojs-components/peertube-load-progress-bar.ts (renamed from client/src/assets/player/peertube-load-progress-bar.ts)4
-rw-r--r--client/src/assets/player/videojs-components/resolution-menu-button.ts109
-rw-r--r--client/src/assets/player/videojs-components/resolution-menu-item.ts83
-rw-r--r--client/src/assets/player/videojs-components/settings-menu-button.ts (renamed from client/src/assets/player/settings-menu-button.ts)22
-rw-r--r--client/src/assets/player/videojs-components/settings-menu-item.ts (renamed from client/src/assets/player/settings-menu-item.ts)31
-rw-r--r--client/src/assets/player/videojs-components/theater-button.ts (renamed from client/src/assets/player/theater-button.ts)15
-rw-r--r--client/src/assets/player/webtorrent/peertube-chunk-store.ts (renamed from client/src/assets/player/peertube-chunk-store.ts)6
-rw-r--r--client/src/assets/player/webtorrent/video-renderer.ts (renamed from client/src/assets/player/video-renderer.ts)2
-rw-r--r--client/src/assets/player/webtorrent/webtorrent-plugin.ts (renamed from client/src/assets/player/peertube-videojs-plugin.ts)309
-rw-r--r--client/src/environments/environment.hmr.ts2
-rw-r--r--client/src/index.html4
-rw-r--r--client/src/locale/source/angular_en_US.xml2441
-rw-r--r--client/src/locale/source/iso639_en_US.xml196
-rw-r--r--client/src/locale/source/player_en_US.xml106
-rw-r--r--client/src/locale/source/server_en_US.xml46
-rw-r--r--client/src/locale/target/angular_ar_001.xml886
-rw-r--r--client/src/locale/target/angular_ca_ES.xml828
-rw-r--r--client/src/locale/target/angular_cs_CZ.xml1922
-rw-r--r--client/src/locale/target/angular_de_DE.xml1762
-rw-r--r--client/src/locale/target/angular_el_GR.xml108
-rw-r--r--client/src/locale/target/angular_en_GB.xml6034
-rw-r--r--client/src/locale/target/angular_eo.xml3744
-rw-r--r--client/src/locale/target/angular_es_ES.xml1485
-rw-r--r--client/src/locale/target/angular_eu_ES.xml1292
-rw-r--r--client/src/locale/target/angular_fa_IR.xml260
-rw-r--r--client/src/locale/target/angular_fi_FI.xml2530
-rw-r--r--client/src/locale/target/angular_fr_FR.xml2406
-rw-r--r--client/src/locale/target/angular_gd.xml5235
-rw-r--r--client/src/locale/target/angular_gl_ES.xml825
-rw-r--r--client/src/locale/target/angular_hu_HU.xml3904
-rw-r--r--client/src/locale/target/angular_it_IT.xml2849
-rw-r--r--client/src/locale/target/angular_ja_JP.xml5076
-rw-r--r--client/src/locale/target/angular_jbo.xml319
-rw-r--r--client/src/locale/target/angular_nl_NL.xml2730
-rw-r--r--client/src/locale/target/angular_oc.xml2189
-rw-r--r--client/src/locale/target/angular_pl_PL.xml1212
-rw-r--r--client/src/locale/target/angular_pt_BR.xml2775
-rw-r--r--client/src/locale/target/angular_pt_PT.xml5543
-rw-r--r--client/src/locale/target/angular_ru_RU.xml4101
-rw-r--r--client/src/locale/target/angular_sk_SK.xml288
-rw-r--r--client/src/locale/target/angular_sv_SE.xml2556
-rw-r--r--client/src/locale/target/angular_ta.xml147
-rw-r--r--client/src/locale/target/angular_tr_TR.xml1134
-rw-r--r--client/src/locale/target/angular_uk_UA.xml624
-rw-r--r--client/src/locale/target/angular_zh_Hans_CN.xml1292
-rw-r--r--client/src/locale/target/angular_zh_Hant_TW.xml2517
-rw-r--r--client/src/locale/target/iso639_gl_ES.xml4
-rw-r--r--client/src/locale/target/iso639_nl_NL.xml775
-rw-r--r--client/src/locale/target/player_ar_001.xml20
-rw-r--r--client/src/locale/target/player_cs_CZ.json2
-rw-r--r--client/src/locale/target/player_de_DE.json2
-rw-r--r--client/src/locale/target/player_eo.json2
-rw-r--r--client/src/locale/target/player_fr_FR.json2
-rw-r--r--client/src/locale/target/player_gl_ES.xml16
-rw-r--r--client/src/locale/target/player_it_IT.json2
-rw-r--r--client/src/locale/target/player_ja_JP.json1
-rw-r--r--client/src/locale/target/player_nl_NL.json1
-rw-r--r--client/src/locale/target/player_nl_NL.xml383
-rw-r--r--client/src/locale/target/player_oc.json2
-rw-r--r--client/src/locale/target/player_pt_BR.json2
-rw-r--r--client/src/locale/target/player_pt_PT.json1
-rw-r--r--client/src/locale/target/player_ru_RU.json2
-rw-r--r--client/src/locale/target/player_sv_SE.json2
-rw-r--r--client/src/locale/target/player_uk_UA.xml254
-rw-r--r--client/src/locale/target/player_zh_Hant_TW.json2
-rw-r--r--client/src/locale/target/server_ar_001.xml22
-rw-r--r--client/src/locale/target/server_cs_CZ.json2
-rw-r--r--client/src/locale/target/server_de_DE.json2
-rw-r--r--client/src/locale/target/server_eo.json2
-rw-r--r--client/src/locale/target/server_fr_FR.json2
-rw-r--r--client/src/locale/target/server_gl_ES.xml20
-rw-r--r--client/src/locale/target/server_it_IT.json2
-rw-r--r--client/src/locale/target/server_ja_JP.json1
-rw-r--r--client/src/locale/target/server_nl_NL.json1
-rw-r--r--client/src/locale/target/server_nl_NL.xml151
-rw-r--r--client/src/locale/target/server_oc.json2
-rw-r--r--client/src/locale/target/server_pl_PL.json2
-rw-r--r--client/src/locale/target/server_pt_BR.json2
-rw-r--r--client/src/locale/target/server_pt_PT.json1
-rw-r--r--client/src/locale/target/server_ru_RU.json2
-rw-r--r--client/src/locale/target/server_sv_SE.json2
-rw-r--r--client/src/locale/target/server_zh_Hant_TW.json2
-rw-r--r--client/src/main.ts2
-rw-r--r--client/src/polyfills.ts1
-rw-r--r--client/src/sass/application.scss6
-rw-r--r--client/src/sass/include/_miniature.scss140
-rw-r--r--client/src/sass/include/_mixins.scss76
-rw-r--r--client/src/sass/include/_variables.scss10
-rw-r--r--client/src/sass/player/peertube-skin.scss16
-rw-r--r--client/src/sass/primeng-custom.scss22
-rw-r--r--client/src/setupJest.ts1
-rw-r--r--client/src/standalone/player/definitions.ts4
-rw-r--r--client/src/standalone/player/events.ts4
-rw-r--r--client/src/standalone/videos/embed.html1
-rw-r--r--client/src/standalone/videos/embed.ts180
-rw-r--r--client/src/standalone/videos/test-embed.ts24
-rw-r--r--client/src/tsconfig.app.json2
-rw-r--r--client/src/tsconfig.spec.json17
-rw-r--r--client/tsconfig.json14
-rw-r--r--client/tslint.json30
-rw-r--r--client/yarn.lock4460
403 files changed, 68279 insertions, 20519 deletions
diff --git a/client/e2e/local-protractor.conf.js b/client/e2e/local-protractor.conf.js
index 53edf26f2..a4990fcef 100644
--- a/client/e2e/local-protractor.conf.js
+++ b/client/e2e/local-protractor.conf.js
@@ -7,20 +7,21 @@ exports.config = {
7 allScriptsTimeout: 25000, 7 allScriptsTimeout: 25000,
8 specs: ['./src/**/*.e2e-spec.ts'], 8 specs: ['./src/**/*.e2e-spec.ts'],
9 9
10 seleniumAddress: 'http://localhost:4444/wd/hub', 10 directConnect: true,
11 11
12 capabilities: { 12 capabilities: {
13 'browserName': 'firefox', 13 'browserName': 'firefox',
14 'moz:firefoxOptions': { 14 'moz:firefoxOptions': {
15 'args': ["-headless"], 15 binary: '/usr/bin/firefox-esr',
16 "log": { 16 // args: ["-headless"],
17 log: {
17 "level": "info" // default is "info" 18 "level": "info" // default is "info"
18 } 19 }
19 } 20 }
20 }, 21 },
21 22
22 // maxSessions: 1, 23 // maxSessions: 1,
23 baseUrl: 'http://localhost:3333/', 24 baseUrl: 'http://localhost:3000/',
24 framework: 'jasmine', 25 framework: 'jasmine',
25 jasmineNodeOpts: { 26 jasmineNodeOpts: {
26 showColors: true, 27 showColors: true,
diff --git a/client/e2e/protractor.conf.js b/client/e2e/protractor.conf.js
index c5c913a4a..51d0b220d 100644
--- a/client/e2e/protractor.conf.js
+++ b/client/e2e/protractor.conf.js
@@ -18,7 +18,6 @@ exports.config = {
18 multiCapabilities: [ 18 multiCapabilities: [
19 { 19 {
20 browserName: 'Chrome', 20 browserName: 'Chrome',
21 version: '66',
22 name: 'Latest Chrome Desktop' 21 name: 'Latest Chrome Desktop'
23 }, 22 },
24 { 23 {
@@ -28,17 +27,15 @@ exports.config = {
28 }, 27 },
29 { 28 {
30 browserName: 'Firefox', 29 browserName: 'Firefox',
31 version: '52', // ESR, 30 version: '60', // ESR,
32 name: 'Old Firefox ESR Desktop' 31 name: 'Firefox ESR Desktop'
33 }, 32 },
34 { 33 {
35 browserName: 'Firefox', 34 browserName: 'Firefox',
36 version: '60',
37 name: 'Latest Firefox Desktop' 35 name: 'Latest Firefox Desktop'
38 }, 36 },
39 { 37 {
40 browserName: 'Edge', 38 browserName: 'Edge',
41 version: '16',
42 name: 'Latest Edge Desktop' 39 name: 'Latest Edge Desktop'
43 }, 40 },
44 { 41 {
diff --git a/client/e2e/src/po/login.po.ts b/client/e2e/src/po/login.po.ts
index 40f958d2b..90b65c7ea 100644
--- a/client/e2e/src/po/login.po.ts
+++ b/client/e2e/src/po/login.po.ts
@@ -11,6 +11,10 @@ export class LoginPage {
11 11
12 await element(by.css('form input[type=submit]')).click() 12 await element(by.css('form input[type=submit]')).click()
13 13
14 return browser.wait(browser.ExpectedConditions.urlContains('/videos/')) 14 expect(this.getLoggedInInfo().getText()).toContain('root')
15 }
16
17 private getLoggedInInfo () {
18 return element(by.css('.logged-in-display-name'))
15 } 19 }
16} 20}
diff --git a/client/e2e/src/po/video-upload.po.ts b/client/e2e/src/po/video-upload.po.ts
index 1978707e3..f79927abc 100644
--- a/client/e2e/src/po/video-upload.po.ts
+++ b/client/e2e/src/po/video-upload.po.ts
@@ -14,13 +14,14 @@ export class VideoUploadPage {
14 14
15 const fileToUpload = join(__dirname, '../../fixtures/video.mp4') 15 const fileToUpload = join(__dirname, '../../fixtures/video.mp4')
16 const fileInputSelector = '.upload-video-container input[type=file]' 16 const fileInputSelector = '.upload-video-container input[type=file]'
17 const parentFileInput = '.upload-video .button-file' 17 const parentFileInput = '.upload-video-container .button-file'
18 18
19 // Avoid sending keys on non visible element 19 // Avoid sending keys on non visible element
20 await browser.executeScript(`document.querySelector('${fileInputSelector}').style.opacity = 1`) 20 await browser.executeScript(`document.querySelector('${fileInputSelector}').style.opacity = 1`)
21 // await browser.executeScript(`document.querySelector('${fileInputSelector}').style.opacity = 1`)
22 await browser.executeScript(`document.querySelector('${parentFileInput}').style.overflow = 'initial'`) 21 await browser.executeScript(`document.querySelector('${parentFileInput}').style.overflow = 'initial'`)
23 22
23 await browser.sleep(1000)
24
24 const elem = element(by.css(fileInputSelector)) 25 const elem = element(by.css(fileInputSelector))
25 await elem.sendKeys(fileToUpload) 26 await elem.sendKeys(fileToUpload)
26 27
diff --git a/client/e2e/src/po/video-watch.po.ts b/client/e2e/src/po/video-watch.po.ts
index d1e2a73b8..5f61d5668 100644
--- a/client/e2e/src/po/video-watch.po.ts
+++ b/client/e2e/src/po/video-watch.po.ts
@@ -44,7 +44,7 @@ export class VideoWatchPage {
44 .then(seconds => parseInt(seconds, 10)) 44 .then(seconds => parseInt(seconds, 10))
45 } 45 }
46 46
47 async pauseVideo (isAutoplay: boolean, isMobileDevice: boolean) { 47 async playAndPauseVideo (isAutoplay: boolean, isMobileDevice: boolean) {
48 if (isAutoplay === false) { 48 if (isAutoplay === false) {
49 const playButton = element(by.css('.vjs-big-play-button')) 49 const playButton = element(by.css('.vjs-big-play-button'))
50 await browser.wait(browser.ExpectedConditions.elementToBeClickable(playButton)) 50 await browser.wait(browser.ExpectedConditions.elementToBeClickable(playButton))
@@ -97,4 +97,8 @@ export class VideoWatchPage {
97 97
98 return browser.get(url) 98 return browser.get(url)
99 } 99 }
100
101 async goOnP2PMediaLoaderEmbed () {
102 return browser.get('https://peertube2.cpy.re/videos/embed/969bf103-7818-43b5-94a0-de159e13de50?mode=p2p-media-loader')
103 }
100} 104}
diff --git a/client/e2e/src/videos.e2e-spec.ts b/client/e2e/src/videos.e2e-spec.ts
index 606b6ac5d..25521cad9 100644
--- a/client/e2e/src/videos.e2e-spec.ts
+++ b/client/e2e/src/videos.e2e-spec.ts
@@ -12,8 +12,6 @@ describe('Videos workflow', () => {
12 let isSafari = false 12 let isSafari = false
13 13
14 beforeEach(async () => { 14 beforeEach(async () => {
15 await browser.waitForAngularEnabled(false)
16
17 videoWatchPage = new VideoWatchPage() 15 videoWatchPage = new VideoWatchPage()
18 pageUploadPage = new VideoUploadPage() 16 pageUploadPage = new VideoUploadPage()
19 loginPage = new LoginPage() 17 loginPage = new LoginPage()
@@ -21,6 +19,14 @@ describe('Videos workflow', () => {
21 const caps = await browser.getCapabilities() 19 const caps = await browser.getCapabilities()
22 isMobileDevice = caps.get('realMobile') === 'true' || caps.get('realMobile') === true 20 isMobileDevice = caps.get('realMobile') === 'true' || caps.get('realMobile') === true
23 isSafari = caps.get('browserName') && caps.get('browserName').toLowerCase() === 'safari' 21 isSafari = caps.get('browserName') && caps.get('browserName').toLowerCase() === 'safari'
22
23 if (isMobileDevice) {
24 console.log('Mobile device detected.')
25 }
26
27 if (isSafari) {
28 console.log('Safari detected.')
29 }
24 }) 30 })
25 31
26 it('Should log in', () => { 32 it('Should log in', () => {
@@ -44,7 +50,7 @@ describe('Videos workflow', () => {
44 return pageUploadPage.validSecondUploadStep(videoName) 50 return pageUploadPage.validSecondUploadStep(videoName)
45 }) 51 })
46 52
47 it('Should list the video', async () => { 53 it('Should list videos', async () => {
48 await videoWatchPage.goOnVideosList(isMobileDevice, isSafari) 54 await videoWatchPage.goOnVideosList(isMobileDevice, isSafari)
49 55
50 if (isMobileDevice || isSafari) { 56 if (isMobileDevice || isSafari) {
@@ -66,14 +72,29 @@ describe('Videos workflow', () => {
66 }) 72 })
67 73
68 it('Should play the video', async () => { 74 it('Should play the video', async () => {
69 await videoWatchPage.pauseVideo(!isMobileDevice, isMobileDevice) 75 await videoWatchPage.playAndPauseVideo(true, isMobileDevice)
70 expect(videoWatchPage.getWatchVideoPlayerCurrentTime()).toBeGreaterThanOrEqual(2) 76 expect(videoWatchPage.getWatchVideoPlayerCurrentTime()).toBeGreaterThanOrEqual(2)
71 }) 77 })
72 78
73 it('Should watch the associated embed video', async () => { 79 it('Should watch the associated embed video', async () => {
80 await browser.waitForAngularEnabled(false)
81
74 await videoWatchPage.goOnAssociatedEmbed() 82 await videoWatchPage.goOnAssociatedEmbed()
75 83
76 await videoWatchPage.pauseVideo(false, isMobileDevice) 84 await videoWatchPage.playAndPauseVideo(false, isMobileDevice)
77 expect(videoWatchPage.getWatchVideoPlayerCurrentTime()).toBeGreaterThanOrEqual(2) 85 expect(videoWatchPage.getWatchVideoPlayerCurrentTime()).toBeGreaterThanOrEqual(2)
86
87 await browser.waitForAngularEnabled(true)
88 })
89
90 it('Should watch the p2p media loader embed video', async () => {
91 await browser.waitForAngularEnabled(false)
92
93 await videoWatchPage.goOnP2PMediaLoaderEmbed()
94
95 await videoWatchPage.playAndPauseVideo(false, isMobileDevice)
96 expect(videoWatchPage.getWatchVideoPlayerCurrentTime()).toBeGreaterThanOrEqual(2)
97
98 await browser.waitForAngularEnabled(true)
78 }) 99 })
79}) 100})
diff --git a/client/package.json b/client/package.json
index bc06fbd1c..4bff0a529 100644
--- a/client/package.json
+++ b/client/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "peertube-client", 2 "name": "peertube-client",
3 "version": "1.2.1", 3 "version": "1.3.0-rc.1",
4 "private": true, 4 "private": true,
5 "licence": "GPLv3", 5 "licence": "GPLv3",
6 "author": { 6 "author": {
@@ -20,76 +20,47 @@
20 "postinstall": "npm rebuild node-sass", 20 "postinstall": "npm rebuild node-sass",
21 "webpack-bundle-analyzer": "webpack-bundle-analyzer", 21 "webpack-bundle-analyzer": "webpack-bundle-analyzer",
22 "webdriver-manager": "webdriver-manager", 22 "webdriver-manager": "webdriver-manager",
23 "ngx-extractor": "ngx-extractor", 23 "ngx-extractor": "ngx-extractor"
24 "test": "jest --no-cache"
25 }, 24 },
26 "license": "GPLv3", 25 "license": "GPLv3",
27 "typings": "*.d.ts", 26 "typings": "*.d.ts",
28 "resolutions": { 27 "resolutions": {
29 "video.js": "^7", 28 "video.js": "^7",
30 "webtorrent/create-torrent/junk": "^1", 29 "webtorrent/create-torrent/junk": "^1",
31 "simple-get": "^2.8.1" 30 "simple-get": "^2.8.1",
32 }, 31 "punycode": "^1.4.1"
33 "jest": {
34 "globals": {
35 "ts-jest": {
36 "tsConfigFile": "<rootDir>/src/tsconfig.spec.json"
37 },
38 "__TRANSFORM_HTML__": true
39 },
40 "transform": {
41 "^.+\\.(ts|js|html)$": "<rootDir>/node_modules/jest-preset-angular/preprocessor.js"
42 },
43 "moduleNameMapper": {
44 "^@app/(.*)": "<rootDir>/src/app/$1",
45 "environments/(.*)": "<rootDir>/src/environments/$1"
46 },
47 "testMatch": [
48 "**/__tests__/**/*.+(ts|js)?(x)",
49 "**/+(*.)+(spec|test).+(ts|js)?(x)"
50 ],
51 "moduleFileExtensions": [
52 "ts",
53 "tsx",
54 "js",
55 "jsx",
56 "json",
57 "node"
58 ],
59 "transformIgnorePatterns": [
60 "<rootDir>/node_modules/(?!lodash-es/)"
61 ],
62 "preset": "jest-preset-angular",
63 "setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts"
64 }, 32 },
65 "devDependencies": { 33 "devDependencies": {
66 "@angular-devkit/build-angular": "~0.11.1", 34 "@angular-devkit/build-angular": "~0.13.1",
67 "@angular/animations": "~7.1.1", 35 "@angular/animations": "~7.2.4",
68 "@angular/cli": "~7.1.1", 36 "@angular/cdk": "^7.3.4",
69 "@angular/common": "~7.1.1", 37 "@angular/cli": "~7.3.1",
70 "@angular/compiler": "~7.1.1", 38 "@angular/common": "~7.2.4",
71 "@angular/compiler-cli": "~7.1.1", 39 "@angular/compiler": "~7.2.4",
72 "@angular/core": "~7.1.1", 40 "@angular/compiler-cli": "~7.2.4",
73 "@angular/forms": "~7.1.1", 41 "@angular/core": "~7.2.4",
74 "@angular/http": "~7.1.1", 42 "@angular/forms": "~7.2.4",
75 "@angular/language-service": "~7.1.1", 43 "@angular/http": "~7.2.4",
76 "@angular/platform-browser": "~7.1.1", 44 "@angular/language-service": "~7.2.4",
77 "@angular/platform-browser-dynamic": "~7.1.1", 45 "@angular/platform-browser": "~7.2.4",
78 "@angular/router": "~7.1.1", 46 "@angular/platform-browser-dynamic": "~7.2.4",
79 "@angular/service-worker": "~7.1.1", 47 "@angular/router": "~7.2.4",
48 "@angular/service-worker": "~7.2.4",
80 "@angularclass/hmr": "^2.1.3", 49 "@angularclass/hmr": "^2.1.3",
81 "@neos21/bootstrap3-glyphicons": "^1.0.1", 50 "@neos21/bootstrap3-glyphicons": "^1.0.1",
82 "@ng-bootstrap/ng-bootstrap": "^4.0.0", 51 "@ng-bootstrap/ng-bootstrap": "^4.0.0",
83 "@ngx-loading-bar/core": "^3.0.0", 52 "@ngx-loading-bar/core": "^4.2.0",
84 "@ngx-loading-bar/http-client": "^3.0.0", 53 "@ngx-loading-bar/http-client": "^4.2.0",
85 "@ngx-loading-bar/router": "^3.0.0", 54 "@ngx-loading-bar/router": "^4.2.0",
86 "@ngx-meta/core": "^6.0.0-rc.1", 55 "@ngx-meta/core": "^7.0.0",
87 "@ngx-translate/i18n-polyfill": "^1.0.0", 56 "@ngx-translate/i18n-polyfill": "^1.0.0",
57 "@streamroot/videojs-hlsjs-plugin": "^1.0.7",
88 "@types/core-js": "^2.5.0", 58 "@types/core-js": "^2.5.0",
89 "@types/jasmine": "^2.8.7", 59 "@types/hls.js": "^0.12.0",
60 "@types/jasmine": "^3.3.12",
90 "@types/jasminewd2": "^2.0.3", 61 "@types/jasminewd2": "^2.0.3",
91 "@types/jest": "^23.3.1",
92 "@types/jschannel": "^1.0.0", 62 "@types/jschannel": "^1.0.0",
63 "@types/linkifyjs": "^2.1.1",
93 "@types/lodash-es": "^4.17.0", 64 "@types/lodash-es": "^4.17.0",
94 "@types/markdown-it": "^0.0.5", 65 "@types/markdown-it": "^0.0.5",
95 "@types/node": "^10.9.2", 66 "@types/node": "^10.9.2",
@@ -102,42 +73,41 @@
102 "bootstrap": "^4.1.3", 73 "bootstrap": "^4.1.3",
103 "buffer": "^5.1.0", 74 "buffer": "^5.1.0",
104 "cache-chunk-store": "^3.0.0", 75 "cache-chunk-store": "^3.0.0",
105 "codelyzer": "^4.4.4", 76 "core-js": "^3.0.0",
106 "core-js": "^2.4.1", 77 "css-loader": "^2.1.1",
107 "css-loader": "^1.0.0",
108 "dexie": "^2.0.4", 78 "dexie": "^2.0.4",
109 "extract-text-webpack-plugin": "4.0.0-beta.0", 79 "extract-text-webpack-plugin": "4.0.0-beta.0",
110 "file-loader": "^2.0.0", 80 "file-loader": "^3.0.1",
111 "focus-visible": "^4.1.5", 81 "focus-visible": "^4.1.5",
82 "hls.js": "^0.12.2",
112 "html-loader": "^0.5.5", 83 "html-loader": "^0.5.5",
113 "html-webpack-plugin": "^3.2.0", 84 "html-webpack-plugin": "^3.2.0",
114 "https-browserify": "^1.0.0", 85 "https-browserify": "^1.0.0",
115 "jasmine-core": "^3.1.0", 86 "jasmine-core": "^3.1.0",
116 "jasmine-spec-reporter": "^4.2.1", 87 "jasmine-spec-reporter": "^4.2.1",
117 "jest": "^23.5.0",
118 "jest-preset-angular": "^6.0.0",
119 "jschannel": "^1.0.2", 88 "jschannel": "^1.0.2",
120 "karma": "^3.0.0", 89 "karma": "^4.0.1",
121 "karma-chrome-launcher": "^2.2.0", 90 "karma-chrome-launcher": "^2.2.0",
122 "karma-coverage-istanbul-reporter": "^2.0.2", 91 "karma-coverage-istanbul-reporter": "^2.0.2",
123 "karma-jasmine": "^1.1.2", 92 "karma-jasmine": "^2.0.1",
124 "karma-jasmine-html-reporter": "^1.3.1", 93 "karma-jasmine-html-reporter": "^1.3.1",
125 "linkifyjs": "^2.1.5", 94 "linkifyjs": "^2.1.5",
126 "lodash-es": "^4.17.4", 95 "lodash-es": "^4.17.4",
127 "markdown-it": "^8.4.0", 96 "markdown-it": "^8.4.0",
128 "ngx-chips": "1.9.7", 97 "ngx-chips": "2.0.0-beta.0",
129 "ngx-clipboard": "11.1.7", 98 "ngx-clipboard": "12.0.0",
130 "ngx-pipes": "^2.1.7", 99 "ngx-pipes": "^2.1.7",
131 "ngx-qrcode2": "^0.0.9", 100 "ngx-qrcode2": "^0.0.9",
132 "node-sass": "^4.9.3", 101 "node-sass": "^4.9.3",
133 "npm-font-source-sans-pro": "^1.0.2", 102 "npm-font-source-sans-pro": "^1.0.2",
103 "p2p-media-loader-hlsjs": "^0.5.0",
134 "path-browserify": "^1.0.0", 104 "path-browserify": "^1.0.0",
135 "primeng": "^7.0.0", 105 "primeng": "^7.0.0",
136 "process": "^0.11.10", 106 "process": "^0.11.10",
137 "protractor": "^5.3.2", 107 "protractor": "^5.3.2",
138 "purify-css": "^1.2.5", 108 "purify-css": "^1.2.5",
139 "purifycss-webpack": "^0.7.0", 109 "purifycss-webpack": "^0.7.0",
140 "raw-loader": "^0.5.1", 110 "raw-loader": "^1",
141 "rxjs": "^6.3.3", 111 "rxjs": "^6.3.3",
142 "sanitize-html": "^1.18.4", 112 "sanitize-html": "^1.18.4",
143 "sass-loader": "^7.1.0", 113 "sass-loader": "^7.1.0",
@@ -146,18 +116,19 @@
146 "stream-browserify": "^2.0.1", 116 "stream-browserify": "^2.0.1",
147 "stream-http": "^3.0.0", 117 "stream-http": "^3.0.0",
148 "terser-webpack-plugin": "^1.1.0", 118 "terser-webpack-plugin": "^1.1.0",
149 "ts-jest": "^23.1.4",
150 "tslint": "^5.7.0", 119 "tslint": "^5.7.0",
120 "tslint-angular": "^1.1.2",
151 "tslint-config-standard": "^8.0.1", 121 "tslint-config-standard": "^8.0.1",
152 "typescript": "3.1.6", 122 "typescript": "3.2",
153 "video.js": "^7", 123 "video.js": "^7",
154 "videojs-contextmenu-ui": "^5.0.0", 124 "videojs-contextmenu-ui": "^5.0.0",
125 "videojs-contrib-quality-levels": "^2.0.9",
155 "videojs-dock": "^2.0.2", 126 "videojs-dock": "^2.0.2",
156 "videojs-hotkeys": "^0.2.21", 127 "videojs-hotkeys": "^0.2.21",
157 "webpack-bundle-analyzer": "^3.0.2", 128 "webpack-bundle-analyzer": "^3.0.2",
158 "webpack-cli": "^3.0.8", 129 "webpack-cli": "^3.0.8",
159 "webtorrent": "https://github.com/webtorrent/webtorrent#e9b209c7970816fc29e0cc871157a4918d66001d", 130 "webtorrent": "^0.103.1",
160 "whatwg-fetch": "^3.0.0", 131 "whatwg-fetch": "^3.0.0",
161 "zone.js": "~0.8.5" 132 "zone.js": "~0.9.0"
162 } 133 }
163} 134}
diff --git a/client/proxy.config.json b/client/proxy.config.json
new file mode 100644
index 000000000..e5f0dfd61
--- /dev/null
+++ b/client/proxy.config.json
@@ -0,0 +1,14 @@
1{
2 "/api": {
3 "target": "http://localhost:9000",
4 "secure": false
5 },
6 "/static": {
7 "target": "http://localhost:9000",
8 "secure": false
9 },
10 "/socket.io": {
11 "target": "http://localhost:9000",
12 "secure": false
13 }
14}
diff --git a/client/src/app/+about/about-instance/about-instance.component.html b/client/src/app/+about/about-instance/about-instance.component.html
index 8c700752e..7c27ec760 100644
--- a/client/src/app/+about/about-instance/about-instance.component.html
+++ b/client/src/app/+about/about-instance/about-instance.component.html
@@ -8,6 +8,8 @@
8 8
9 <div class="short-description"> 9 <div class="short-description">
10 <div>{{ shortDescription }}</div> 10 <div>{{ shortDescription }}</div>
11
12 <div *ngIf="isNSFW" class="dedicated-to-nsfw">This instance is dedicated to sensitive/NSFW content.</div>
11 </div> 13 </div>
12 14
13 <div class="description"> 15 <div class="description">
@@ -21,26 +23,6 @@
21 23
22 <div [innerHTML]="termsHTML"></div> 24 <div [innerHTML]="termsHTML"></div>
23 </div> 25 </div>
24
25 <div class="signup">
26 <div i18n class="section-title">Signup</div>
27
28 <div *ngIf="isSignupAllowed">
29 <ng-container i18n>User registration is allowed and</ng-container>
30
31 <ng-container i18n *ngIf="userVideoQuota !== -1">
32 this instance provides a baseline quota of {{ userVideoQuota | bytes: 0 }} space for the videos of its users.
33 </ng-container>
34
35 <ng-container i18n *ngIf="userVideoQuota === -1">
36 this instance provides unlimited space for the videos of its users.
37 </ng-container>
38 </div>
39
40 <div i18n *ngIf="isSignupAllowed === false">
41 User registration is currently not allowed.
42 </div>
43 </div>
44 </div> 26 </div>
45 27
46 <div class="col-md-12 col-xl-6"> 28 <div class="col-md-12 col-xl-6">
diff --git a/client/src/app/+about/about-instance/about-instance.component.scss b/client/src/app/+about/about-instance/about-instance.component.scss
index 75cf57322..0296ae8e9 100644
--- a/client/src/app/+about/about-instance/about-instance.component.scss
+++ b/client/src/app/+about/about-instance/about-instance.component.scss
@@ -14,6 +14,8 @@
14 & > .contact-admin { 14 & > .contact-admin {
15 @include peertube-button; 15 @include peertube-button;
16 @include orange-button; 16 @include orange-button;
17
18 height: fit-content;
17 } 19 }
18} 20}
19 21
@@ -26,3 +28,8 @@
26.short-description, .description, .terms, .signup { 28.short-description, .description, .terms, .signup {
27 margin-bottom: 30px; 29 margin-bottom: 30px;
28} 30}
31
32.short-description .dedicated-to-nsfw {
33 margin-top: 20px;
34 font-weight: $font-semibold;
35}
diff --git a/client/src/app/+about/about-instance/about-instance.component.ts b/client/src/app/+about/about-instance/about-instance.component.ts
index a1b30fa8c..4a63f5e38 100644
--- a/client/src/app/+about/about-instance/about-instance.component.ts
+++ b/client/src/app/+about/about-instance/about-instance.component.ts
@@ -29,25 +29,22 @@ export class AboutInstanceComponent implements OnInit {
29 return this.serverService.getConfig().instance.name 29 return this.serverService.getConfig().instance.name
30 } 30 }
31 31
32 get userVideoQuota () {
33 return this.serverService.getConfig().user.videoQuota
34 }
35
36 get isSignupAllowed () {
37 return this.serverService.getConfig().signup.allowed
38 }
39
40 get isContactFormEnabled () { 32 get isContactFormEnabled () {
41 return this.serverService.getConfig().email.enabled && this.serverService.getConfig().contactForm.enabled 33 return this.serverService.getConfig().email.enabled && this.serverService.getConfig().contactForm.enabled
42 } 34 }
43 35
36 get isNSFW () {
37 return this.serverService.getConfig().instance.isNSFW
38 }
39
44 ngOnInit () { 40 ngOnInit () {
45 this.instanceService.getAbout() 41 this.instanceService.getAbout()
46 .subscribe( 42 .subscribe(
47 res => { 43 async res => {
48 this.shortDescription = res.instance.shortDescription 44 this.shortDescription = res.instance.shortDescription
49 this.descriptionHTML = this.markdownService.textMarkdownToHTML(res.instance.description) 45
50 this.termsHTML = this.markdownService.textMarkdownToHTML(res.instance.terms) 46 this.descriptionHTML = await this.markdownService.textMarkdownToHTML(res.instance.description)
47 this.termsHTML = await this.markdownService.textMarkdownToHTML(res.instance.terms)
51 }, 48 },
52 49
53 () => this.notifier.error(this.i18n('Cannot get about information from server')) 50 () => this.notifier.error(this.i18n('Cannot get about information from server'))
diff --git a/client/src/app/+accounts/account-about/account-about.component.ts b/client/src/app/+accounts/account-about/account-about.component.ts
index 13890a0ee..ce22d3c2e 100644
--- a/client/src/app/+accounts/account-about/account-about.component.ts
+++ b/client/src/app/+accounts/account-about/account-about.component.ts
@@ -25,9 +25,9 @@ export class AccountAboutComponent implements OnInit, OnDestroy {
25 ngOnInit () { 25 ngOnInit () {
26 // Parent get the account for us 26 // Parent get the account for us
27 this.accountSub = this.accountService.accountLoaded 27 this.accountSub = this.accountService.accountLoaded
28 .subscribe(account => { 28 .subscribe(async account => {
29 this.account = account 29 this.account = account
30 this.descriptionHTML = this.markdownService.textMarkdownToHTML(this.account.description) 30 this.descriptionHTML = await this.markdownService.textMarkdownToHTML(this.account.description)
31 }) 31 })
32 } 32 }
33 33
diff --git a/client/src/app/+accounts/account-videos/account-videos.component.ts b/client/src/app/+accounts/account-videos/account-videos.component.ts
index 13b634a01..0d579fa0c 100644
--- a/client/src/app/+accounts/account-videos/account-videos.component.ts
+++ b/client/src/app/+accounts/account-videos/account-videos.component.ts
@@ -1,6 +1,5 @@
1import { Component, OnDestroy, OnInit } from '@angular/core' 1import { Component, OnDestroy, OnInit } from '@angular/core'
2import { ActivatedRoute, Router } from '@angular/router' 2import { ActivatedRoute, Router } from '@angular/router'
3import { Location } from '@angular/common'
4import { immutableAssign } from '@app/shared/misc/utils' 3import { immutableAssign } from '@app/shared/misc/utils'
5import { AuthService } from '../../core/auth' 4import { AuthService } from '../../core/auth'
6import { ConfirmService } from '../../core/confirm' 5import { ConfirmService } from '../../core/confirm'
@@ -8,11 +7,11 @@ import { AbstractVideoList } from '../../shared/video/abstract-video-list'
8import { VideoService } from '../../shared/video/video.service' 7import { VideoService } from '../../shared/video/video.service'
9import { Account } from '@app/shared/account/account.model' 8import { Account } from '@app/shared/account/account.model'
10import { AccountService } from '@app/shared/account/account.service' 9import { AccountService } from '@app/shared/account/account.service'
11import { tap } from 'rxjs/operators' 10import { first, tap } from 'rxjs/operators'
12import { I18n } from '@ngx-translate/i18n-polyfill' 11import { I18n } from '@ngx-translate/i18n-polyfill'
13import { Subscription } from 'rxjs' 12import { Subscription } from 'rxjs'
14import { ScreenService } from '@app/shared/misc/screen.service' 13import { ScreenService } from '@app/shared/misc/screen.service'
15import { Notifier } from '@app/core' 14import { Notifier, ServerService } from '@app/core'
16 15
17@Component({ 16@Component({
18 selector: 'my-account-videos', 17 selector: 'my-account-videos',
@@ -24,8 +23,6 @@ import { Notifier } from '@app/core'
24}) 23})
25export class AccountVideosComponent extends AbstractVideoList implements OnInit, OnDestroy { 24export class AccountVideosComponent extends AbstractVideoList implements OnInit, OnDestroy {
26 titlePage: string 25 titlePage: string
27 marginContent = false // Disable margin
28 currentRoute = '/accounts/videos'
29 loadOnInit = false 26 loadOnInit = false
30 27
31 private account: Account 28 private account: Account
@@ -33,13 +30,13 @@ export class AccountVideosComponent extends AbstractVideoList implements OnInit,
33 30
34 constructor ( 31 constructor (
35 protected router: Router, 32 protected router: Router,
33 protected serverService: ServerService,
36 protected route: ActivatedRoute, 34 protected route: ActivatedRoute,
37 protected authService: AuthService, 35 protected authService: AuthService,
38 protected notifier: Notifier, 36 protected notifier: Notifier,
39 protected confirmService: ConfirmService, 37 protected confirmService: ConfirmService,
40 protected location: Location,
41 protected screenService: ScreenService, 38 protected screenService: ScreenService,
42 protected i18n: I18n, 39 private i18n: I18n,
43 private accountService: AccountService, 40 private accountService: AccountService,
44 private videoService: VideoService 41 private videoService: VideoService
45 ) { 42 ) {
@@ -53,13 +50,13 @@ export class AccountVideosComponent extends AbstractVideoList implements OnInit,
53 50
54 // Parent get the account for us 51 // Parent get the account for us
55 this.accountSub = this.accountService.accountLoaded 52 this.accountSub = this.accountService.accountLoaded
56 .subscribe(account => { 53 .pipe(first())
57 this.account = account 54 .subscribe(account => {
58 this.currentRoute = '/accounts/' + this.account.nameWithHost + '/videos' 55 this.account = account
59 56
60 this.reloadVideos() 57 this.reloadVideos()
61 this.generateSyndicationList() 58 this.generateSyndicationList()
62 }) 59 })
63 } 60 }
64 61
65 ngOnDestroy () { 62 ngOnDestroy () {
diff --git a/client/src/app/+accounts/accounts-routing.module.ts b/client/src/app/+accounts/accounts-routing.module.ts
index ffe606b43..531d763c4 100644
--- a/client/src/app/+accounts/accounts-routing.module.ts
+++ b/client/src/app/+accounts/accounts-routing.module.ts
@@ -23,6 +23,10 @@ const accountsRoutes: Routes = [
23 data: { 23 data: {
24 meta: { 24 meta: {
25 title: 'Account videos' 25 title: 'Account videos'
26 },
27 reuse: {
28 enabled: true,
29 key: 'account-videos-list'
26 } 30 }
27 } 31 }
28 }, 32 },
diff --git a/client/src/app/+accounts/accounts.component.ts b/client/src/app/+accounts/accounts.component.ts
index e8339b78b..d9786fb5c 100644
--- a/client/src/app/+accounts/accounts.component.ts
+++ b/client/src/app/+accounts/accounts.component.ts
@@ -7,7 +7,6 @@ import { catchError, distinctUntilChanged, map, switchMap, tap } from 'rxjs/oper
7import { Subscription } from 'rxjs' 7import { Subscription } from 'rxjs'
8import { AuthService, Notifier, RedirectService } from '@app/core' 8import { AuthService, Notifier, RedirectService } from '@app/core'
9import { User, UserRight } from '../../../../shared' 9import { User, UserRight } from '../../../../shared'
10import { I18n } from '@ngx-translate/i18n-polyfill'
11 10
12@Component({ 11@Component({
13 templateUrl: './accounts.component.html', 12 templateUrl: './accounts.component.html',
diff --git a/client/src/app/+admin/admin-routing.module.ts b/client/src/app/+admin/admin-routing.module.ts
index ca31ba585..215da1e4f 100644
--- a/client/src/app/+admin/admin-routing.module.ts
+++ b/client/src/app/+admin/admin-routing.module.ts
@@ -6,9 +6,9 @@ import { MetaGuard } from '@ngx-meta/core'
6 6
7import { AdminComponent } from './admin.component' 7import { AdminComponent } from './admin.component'
8import { FollowsRoutes } from './follows' 8import { FollowsRoutes } from './follows'
9import { JobsRoutes } from './jobs/job.routes'
10import { UsersRoutes } from './users' 9import { UsersRoutes } from './users'
11import { ModerationRoutes } from '@app/+admin/moderation/moderation.routes' 10import { ModerationRoutes } from '@app/+admin/moderation/moderation.routes'
11import { SystemRoutes } from '@app/+admin/system'
12 12
13const adminRoutes: Routes = [ 13const adminRoutes: Routes = [
14 { 14 {
@@ -25,7 +25,7 @@ const adminRoutes: Routes = [
25 ...FollowsRoutes, 25 ...FollowsRoutes,
26 ...UsersRoutes, 26 ...UsersRoutes,
27 ...ModerationRoutes, 27 ...ModerationRoutes,
28 ...JobsRoutes, 28 ...SystemRoutes,
29 ...ConfigRoutes 29 ...ConfigRoutes
30 ] 30 ]
31 } 31 }
diff --git a/client/src/app/+admin/admin.component.html b/client/src/app/+admin/admin.component.html
index 345fb9f5a..98f45a7d1 100644
--- a/client/src/app/+admin/admin.component.html
+++ b/client/src/app/+admin/admin.component.html
@@ -12,13 +12,13 @@
12 Moderation 12 Moderation
13 </a> 13 </a>
14 14
15 <a i18n *ngIf="hasJobsRight()" routerLink="/admin/jobs" routerLinkActive="active" class="title-page">
16 Jobs
17 </a>
18
19 <a i18n *ngIf="hasConfigRight()" routerLink="/admin/config" routerLinkActive="active" class="title-page"> 15 <a i18n *ngIf="hasConfigRight()" routerLink="/admin/config" routerLinkActive="active" class="title-page">
20 Configuration 16 Configuration
21 </a> 17 </a>
18
19 <a i18n *ngIf="hasJobsRight() || hasLogsRight() || hasDebugRight()" routerLink="/admin/system" routerLinkActive="active" class="title-page">
20 System
21 </a>
22 </div> 22 </div>
23 23
24 <div class="margin-content"> 24 <div class="margin-content">
diff --git a/client/src/app/+admin/admin.component.scss b/client/src/app/+admin/admin.component.scss
deleted file mode 100644
index e69de29bb..000000000
--- a/client/src/app/+admin/admin.component.scss
+++ /dev/null
diff --git a/client/src/app/+admin/admin.component.ts b/client/src/app/+admin/admin.component.ts
index 1a4dd6786..408de4837 100644
--- a/client/src/app/+admin/admin.component.ts
+++ b/client/src/app/+admin/admin.component.ts
@@ -3,8 +3,7 @@ import { UserRight } from '../../../../shared'
3import { AuthService } from '../core/auth/auth.service' 3import { AuthService } from '../core/auth/auth.service'
4 4
5@Component({ 5@Component({
6 templateUrl: './admin.component.html', 6 templateUrl: './admin.component.html'
7 styleUrls: [ './admin.component.scss' ]
8}) 7})
9export class AdminComponent { 8export class AdminComponent {
10 constructor (private auth: AuthService) {} 9 constructor (private auth: AuthService) {}
@@ -25,11 +24,19 @@ export class AdminComponent {
25 return this.auth.getUser().hasRight(UserRight.MANAGE_VIDEO_BLACKLIST) 24 return this.auth.getUser().hasRight(UserRight.MANAGE_VIDEO_BLACKLIST)
26 } 25 }
27 26
27 hasConfigRight () {
28 return this.auth.getUser().hasRight(UserRight.MANAGE_CONFIGURATION)
29 }
30
31 hasLogsRight () {
32 return this.auth.getUser().hasRight(UserRight.MANAGE_LOGS)
33 }
34
28 hasJobsRight () { 35 hasJobsRight () {
29 return this.auth.getUser().hasRight(UserRight.MANAGE_JOBS) 36 return this.auth.getUser().hasRight(UserRight.MANAGE_JOBS)
30 } 37 }
31 38
32 hasConfigRight () { 39 hasDebugRight () {
33 return this.auth.getUser().hasRight(UserRight.MANAGE_CONFIGURATION) 40 return this.auth.getUser().hasRight(UserRight.MANAGE_DEBUG)
34 } 41 }
35} 42}
diff --git a/client/src/app/+admin/admin.module.ts b/client/src/app/+admin/admin.module.ts
index c06ae1d60..71a4dfc4a 100644
--- a/client/src/app/+admin/admin.module.ts
+++ b/client/src/app/+admin/admin.module.ts
@@ -7,15 +7,20 @@ import { AdminRoutingModule } from './admin-routing.module'
7import { AdminComponent } from './admin.component' 7import { AdminComponent } from './admin.component'
8import { FollowersListComponent, FollowingAddComponent, FollowsComponent, FollowService } from './follows' 8import { FollowersListComponent, FollowingAddComponent, FollowsComponent, FollowService } from './follows'
9import { FollowingListComponent } from './follows/following-list/following-list.component' 9import { FollowingListComponent } from './follows/following-list/following-list.component'
10import { JobsComponent } from './jobs/job.component' 10import { UserCreateComponent, UserListComponent, UserPasswordComponent, UsersComponent, UserUpdateComponent } from './users'
11import { JobsListComponent } from './jobs/jobs-list/jobs-list.component' 11import {
12import { JobService } from './jobs/shared/job.service' 12 ModerationCommentModalComponent,
13import { UserCreateComponent, UserListComponent, UsersComponent, UserUpdateComponent } from './users' 13 VideoAbuseListComponent,
14import { ModerationCommentModalComponent, VideoAbuseListComponent, VideoBlacklistListComponent } from './moderation' 14 VideoAutoBlacklistListComponent,
15 VideoBlacklistListComponent
16} from './moderation'
15import { ModerationComponent } from '@app/+admin/moderation/moderation.component' 17import { ModerationComponent } from '@app/+admin/moderation/moderation.component'
16import { RedundancyCheckboxComponent } from '@app/+admin/follows/shared/redundancy-checkbox.component' 18import { RedundancyCheckboxComponent } from '@app/+admin/follows/shared/redundancy-checkbox.component'
17import { RedundancyService } from '@app/+admin/follows/shared/redundancy.service' 19import { RedundancyService } from '@app/+admin/follows/shared/redundancy.service'
18import { InstanceAccountBlocklistComponent, InstanceServerBlocklistComponent } from '@app/+admin/moderation/instance-blocklist' 20import { InstanceAccountBlocklistComponent, InstanceServerBlocklistComponent } from '@app/+admin/moderation/instance-blocklist'
21import { JobsComponent } from '@app/+admin/system/jobs/jobs.component'
22import { JobService, LogsComponent, LogsService, SystemComponent } from '@app/+admin/system'
23import { DebugComponent, DebugService } from '@app/+admin/system/debug'
19 24
20@NgModule({ 25@NgModule({
21 imports: [ 26 imports: [
@@ -36,17 +41,21 @@ import { InstanceAccountBlocklistComponent, InstanceServerBlocklistComponent } f
36 UsersComponent, 41 UsersComponent,
37 UserCreateComponent, 42 UserCreateComponent,
38 UserUpdateComponent, 43 UserUpdateComponent,
44 UserPasswordComponent,
39 UserListComponent, 45 UserListComponent,
40 46
41 ModerationComponent, 47 ModerationComponent,
42 VideoBlacklistListComponent, 48 VideoBlacklistListComponent,
43 VideoAbuseListComponent, 49 VideoAbuseListComponent,
50 VideoAutoBlacklistListComponent,
44 ModerationCommentModalComponent, 51 ModerationCommentModalComponent,
45 InstanceServerBlocklistComponent, 52 InstanceServerBlocklistComponent,
46 InstanceAccountBlocklistComponent, 53 InstanceAccountBlocklistComponent,
47 54
55 SystemComponent,
48 JobsComponent, 56 JobsComponent,
49 JobsListComponent, 57 LogsComponent,
58 DebugComponent,
50 59
51 ConfigComponent, 60 ConfigComponent,
52 EditCustomConfigComponent 61 EditCustomConfigComponent
@@ -60,6 +69,8 @@ import { InstanceAccountBlocklistComponent, InstanceServerBlocklistComponent } f
60 FollowService, 69 FollowService,
61 RedundancyService, 70 RedundancyService,
62 JobService, 71 JobService,
72 LogsService,
73 DebugService,
63 ConfigService 74 ConfigService
64 ] 75 ]
65}) 76})
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
index 52eb00d93..637484622 100644
--- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
+++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
@@ -45,6 +45,15 @@
45 </div> 45 </div>
46 46
47 <div class="form-group"> 47 <div class="form-group">
48 <my-peertube-checkbox
49 inputName="instanceIsNSFW" formControlName="isNSFW"
50 i18n-labelText labelText="Dedicated to sensitive or NSFW content"
51 i18n-helpHtml helpHtml="Enabling it will allow other administrators to know that you are mainly federating sensitive content.<br /><br />
52 Moreover, the NSFW checkbox on video upload will be automatically checked by default."
53 ></my-peertube-checkbox>
54 </div>
55
56 <div class="form-group">
48 <label i18n for="instanceDefaultClientRoute">Default client route</label> 57 <label i18n for="instanceDefaultClientRoute">Default client route</label>
49 <div class="peertube-select-container"> 58 <div class="peertube-select-container">
50 <select id="instanceDefaultClientRoute" formControlName="defaultClientRoute"> 59 <select id="instanceDefaultClientRoute" formControlName="defaultClientRoute">
@@ -75,6 +84,7 @@
75 </div> 84 </div>
76 </ng-container> 85 </ng-container>
77 86
87
78 <div i18n class="inner-form-title">Signup</div> 88 <div i18n class="inner-form-title">Signup</div>
79 89
80 <ng-container formGroupName="signup"> 90 <ng-container formGroupName="signup">
@@ -102,6 +112,7 @@
102 </div> 112 </div>
103 </ng-container> 113 </ng-container>
104 114
115
105 <div i18n class="inner-form-title">Users</div> 116 <div i18n class="inner-form-title">Users</div>
106 117
107 <ng-container formGroupName="user"> 118 <ng-container formGroupName="user">
@@ -130,6 +141,7 @@
130 </div> 141 </div>
131 </ng-container> 142 </ng-container>
132 143
144
133 <div i18n class="inner-form-title">Import</div> 145 <div i18n class="inner-form-title">Import</div>
134 146
135 <ng-container formGroupName="import"> 147 <ng-container formGroupName="import">
@@ -152,6 +164,47 @@
152 </ng-container> 164 </ng-container>
153 </ng-container> 165 </ng-container>
154 166
167
168 <div i18n class="inner-form-title">Auto-blacklist</div>
169
170 <ng-container formGroupName="autoBlacklist">
171 <ng-container formGroupName="videos">
172 <ng-container formGroupName="ofUsers">
173
174 <div class="form-group">
175 <my-peertube-checkbox
176 inputName="autoBlacklistVideosOfUsersEnabled" formControlName="enabled"
177 i18n-labelText labelText="New videos of users automatically blacklisted enabled"
178 ></my-peertube-checkbox>
179 </div>
180
181 </ng-container>
182 </ng-container>
183 </ng-container>
184
185
186 <div i18n class="inner-form-title">Instance followers</div>
187
188 <ng-container formGroupName="followers">
189 <ng-container formGroupName="instance">
190
191 <div class="form-group">
192 <my-peertube-checkbox
193 inputName="followersInstanceEnabled" formControlName="enabled"
194 i18n-labelText labelText="Other instances can follow your instance"
195 ></my-peertube-checkbox>
196 </div>
197
198 <div class="form-group">
199 <my-peertube-checkbox
200 inputName="followersInstanceManualApproval" formControlName="manualApproval"
201 i18n-labelText labelText="Manually approve new instance follower"
202 ></my-peertube-checkbox>
203 </div>
204 </ng-container>
205 </ng-container>
206
207
155 <div i18n class="inner-form-title">Administrator</div> 208 <div i18n class="inner-form-title">Administrator</div>
156 209
157 <div class="form-group" formGroupName="admin"> 210 <div class="form-group" formGroupName="admin">
@@ -309,18 +362,18 @@
309 helpType="custom" 362 helpType="custom"
310 i18n-customHtml 363 i18n-customHtml
311 customHtml=" 364 customHtml="
312 Write directly CSS code. Example:<br /> 365 Write directly CSS code. Example:<br /><br />
313 <pre> 366 <pre>
314 body {{ '{' }} 367 #custom-css {{ '{' }}
315 background-color: red; 368 color: red;
316 {{ '}' }} 369 {{ '}' }}
317 </pre> 370 </pre>
318 371
319 Prepend with <em>#custom-css</em> to override styles. Example: 372 Prepend with <em>#custom-css</em> to override styles. Example:<br /><br />
320 <pre> 373 <pre>
321 #custom-css .logged-in-email {{ '{' }} 374 #custom-css .logged-in-email {{ '{' }}
322 color: red; 375 color: red;
323 {{ '}' }} 376 {{ '}' }}
324 </pre> 377 </pre>
325 " 378 "
326 ></my-help> 379 ></my-help>
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
index 654a076b0..e64750713 100644
--- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
+++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
@@ -5,7 +5,7 @@ import { CustomConfigValidatorsService, FormReactive, UserValidatorsService } fr
5import { Notifier } from '@app/core' 5import { Notifier } from '@app/core'
6import { CustomConfig } from '../../../../../../shared/models/server/custom-config.model' 6import { CustomConfig } from '../../../../../../shared/models/server/custom-config.model'
7import { I18n } from '@ngx-translate/i18n-polyfill' 7import { I18n } from '@ngx-translate/i18n-polyfill'
8import { BuildFormDefaultValues, FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service' 8import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service'
9 9
10@Component({ 10@Component({
11 selector: 'my-edit-custom-config', 11 selector: 'my-edit-custom-config',
@@ -66,6 +66,7 @@ export class EditCustomConfigComponent extends FormReactive implements OnInit {
66 description: null, 66 description: null,
67 terms: null, 67 terms: null,
68 defaultClientRoute: null, 68 defaultClientRoute: null,
69 isNSFW: false,
69 defaultNSFWPolicy: null, 70 defaultNSFWPolicy: null,
70 customizations: { 71 customizations: {
71 javascript: null, 72 javascript: null,
@@ -116,6 +117,19 @@ export class EditCustomConfigComponent extends FormReactive implements OnInit {
116 threads: this.customConfigValidatorsService.TRANSCODING_THREADS, 117 threads: this.customConfigValidatorsService.TRANSCODING_THREADS,
117 allowAdditionalExtensions: null, 118 allowAdditionalExtensions: null,
118 resolutions: {} 119 resolutions: {}
120 },
121 autoBlacklist: {
122 videos: {
123 ofUsers: {
124 enabled: null
125 }
126 }
127 },
128 followers: {
129 instance: {
130 enabled: null,
131 manualApproval: null
132 }
119 } 133 }
120 } 134 }
121 135
diff --git a/client/src/app/+admin/follows/followers-list/followers-list.component.html b/client/src/app/+admin/follows/followers-list/followers-list.component.html
index fc022bdb4..da0ba95e3 100644
--- a/client/src/app/+admin/follows/followers-list/followers-list.component.html
+++ b/client/src/app/+admin/follows/followers-list/followers-list.component.html
@@ -14,25 +14,33 @@
14 <ng-template pTemplate="header"> 14 <ng-template pTemplate="header">
15 <tr> 15 <tr>
16 <th i18n style="width: 60px">ID</th> 16 <th i18n style="width: 60px">ID</th>
17 <th i18n>Score</th> 17 <th i18n>Follower handle</th>
18 <th i18n>Name</th>
19 <th i18n>Host</th>
20 <th i18n>State</th> 18 <th i18n>State</th>
19 <th i18n>Score</th>
21 <th i18n pSortableColumn="createdAt">Created <p-sortIcon field="createdAt"></p-sortIcon></th> 20 <th i18n pSortableColumn="createdAt">Created <p-sortIcon field="createdAt"></p-sortIcon></th>
21 <th></th>
22 </tr> 22 </tr>
23 </ng-template> 23 </ng-template>
24 24
25 <ng-template pTemplate="body" let-follow> 25 <ng-template pTemplate="body" let-follow>
26 <tr> 26 <tr>
27 <td>{{ follow.id }}</td> 27 <td>{{ follow.id }}</td>
28 <td>{{ follow.score }}</td> 28 <td>{{ follow.follower.name + '@' + follow.follower.host }}</td>
29 <td>{{ follow.follower.name }}</td>
30 <td>{{ follow.follower.host }}</td>
31 29
32 <td *ngIf="follow.state === 'accepted'" i18n>Accepted</td> 30 <td *ngIf="follow.state === 'accepted'" i18n>Accepted</td>
33 <td *ngIf="follow.state === 'pending'" i18n>Pending</td> 31 <td *ngIf="follow.state === 'pending'" i18n>Pending</td>
34 32
33 <td>{{ follow.score }}</td>
35 <td>{{ follow.createdAt }}</td> 34 <td>{{ follow.createdAt }}</td>
35
36 <td class="action-cell">
37 <ng-container *ngIf="follow.state === 'pending'">
38 <my-button i18n-label label="Accept" icon="tick" (click)="acceptFollower(follow)"></my-button>
39 <my-button i18n-label label="Refuse" icon="cross" (click)="rejectFollower(follow)"></my-button>
40 </ng-container>
41
42 <my-delete-button *ngIf="follow.state === 'accepted'" (click)="deleteFollower(follow)"></my-delete-button>
43 </td>
36 </tr> 44 </tr>
37 </ng-template> 45 </ng-template>
38</p-table> 46</p-table>
diff --git a/client/src/app/+admin/follows/followers-list/followers-list.component.scss b/client/src/app/+admin/follows/followers-list/followers-list.component.scss
index a6f0656b8..964b3f99b 100644
--- a/client/src/app/+admin/follows/followers-list/followers-list.component.scss
+++ b/client/src/app/+admin/follows/followers-list/followers-list.component.scss
@@ -7,4 +7,10 @@
7 input { 7 input {
8 @include peertube-input-text(250px); 8 @include peertube-input-text(250px);
9 } 9 }
10} \ No newline at end of file 10}
11
12.action-cell {
13 my-button:first-child {
14 margin-right: 10px;
15 }
16}
diff --git a/client/src/app/+admin/follows/followers-list/followers-list.component.ts b/client/src/app/+admin/follows/followers-list/followers-list.component.ts
index 9a8848bfb..b78cdf656 100644
--- a/client/src/app/+admin/follows/followers-list/followers-list.component.ts
+++ b/client/src/app/+admin/follows/followers-list/followers-list.component.ts
@@ -1,6 +1,5 @@
1import { Component, OnInit } from '@angular/core' 1import { Component, OnInit } from '@angular/core'
2 2import { ConfirmService, Notifier } from '@app/core'
3import { Notifier } from '@app/core'
4import { SortMeta } from 'primeng/primeng' 3import { SortMeta } from 'primeng/primeng'
5import { ActorFollow } from '../../../../../../shared/models/actors/follow.model' 4import { ActorFollow } from '../../../../../../shared/models/actors/follow.model'
6import { RestPagination, RestTable } from '../../../shared' 5import { RestPagination, RestTable } from '../../../shared'
@@ -20,9 +19,10 @@ export class FollowersListComponent extends RestTable implements OnInit {
20 pagination: RestPagination = { count: this.rowsPerPage, start: 0 } 19 pagination: RestPagination = { count: this.rowsPerPage, start: 0 }
21 20
22 constructor ( 21 constructor (
22 private confirmService: ConfirmService,
23 private notifier: Notifier, 23 private notifier: Notifier,
24 private followService: FollowService, 24 private i18n: I18n,
25 private i18n: I18n 25 private followService: FollowService
26 ) { 26 ) {
27 super() 27 super()
28 } 28 }
@@ -31,6 +31,62 @@ export class FollowersListComponent extends RestTable implements OnInit {
31 this.initialize() 31 this.initialize()
32 } 32 }
33 33
34 acceptFollower (follow: ActorFollow) {
35 follow.state = 'accepted'
36
37 this.followService.acceptFollower(follow)
38 .subscribe(
39 () => {
40 const handle = follow.follower.name + '@' + follow.follower.host
41 this.notifier.success(this.i18n('{{handle}} accepted in instance followers', { handle }))
42 },
43
44 err => {
45 follow.state = 'pending'
46 this.notifier.error(err.message)
47 }
48 )
49 }
50
51 async rejectFollower (follow: ActorFollow) {
52 const message = this.i18n('Do you really want to reject this follower?')
53 const res = await this.confirmService.confirm(message, this.i18n('Reject'))
54 if (res === false) return
55
56 this.followService.rejectFollower(follow)
57 .subscribe(
58 () => {
59 const handle = follow.follower.name + '@' + follow.follower.host
60 this.notifier.success(this.i18n('{{handle}} rejected from instance followers', { handle }))
61
62 this.loadData()
63 },
64
65 err => {
66 follow.state = 'pending'
67 this.notifier.error(err.message)
68 }
69 )
70 }
71
72 async deleteFollower (follow: ActorFollow) {
73 const message = this.i18n('Do you really want to delete this follower?')
74 const res = await this.confirmService.confirm(message, this.i18n('Delete'))
75 if (res === false) return
76
77 this.followService.removeFollower(follow)
78 .subscribe(
79 () => {
80 const handle = follow.follower.name + '@' + follow.follower.host
81 this.notifier.success(this.i18n('{{handle}} removed from instance followers', { handle }))
82
83 this.loadData()
84 },
85
86 err => this.notifier.error(err.message)
87 )
88 }
89
34 protected loadData () { 90 protected loadData () {
35 this.followService.getFollowers(this.pagination, this.sort, this.search) 91 this.followService.getFollowers(this.pagination, this.sort, this.search)
36 .subscribe( 92 .subscribe(
diff --git a/client/src/app/+admin/follows/shared/follow.service.ts b/client/src/app/+admin/follows/shared/follow.service.ts
index a2904179e..c2b8ef006 100644
--- a/client/src/app/+admin/follows/shared/follow.service.ts
+++ b/client/src/app/+admin/follows/shared/follow.service.ts
@@ -63,4 +63,34 @@ export class FollowService {
63 catchError(res => this.restExtractor.handleError(res)) 63 catchError(res => this.restExtractor.handleError(res))
64 ) 64 )
65 } 65 }
66
67 acceptFollower (follow: ActorFollow) {
68 const handle = follow.follower.name + '@' + follow.follower.host
69
70 return this.authHttp.post(`${FollowService.BASE_APPLICATION_URL}/followers/${handle}/accept`, {})
71 .pipe(
72 map(this.restExtractor.extractDataBool),
73 catchError(res => this.restExtractor.handleError(res))
74 )
75 }
76
77 rejectFollower (follow: ActorFollow) {
78 const handle = follow.follower.name + '@' + follow.follower.host
79
80 return this.authHttp.post(`${FollowService.BASE_APPLICATION_URL}/followers/${handle}/reject`, {})
81 .pipe(
82 map(this.restExtractor.extractDataBool),
83 catchError(res => this.restExtractor.handleError(res))
84 )
85 }
86
87 removeFollower (follow: ActorFollow) {
88 const handle = follow.follower.name + '@' + follow.follower.host
89
90 return this.authHttp.delete(`${FollowService.BASE_APPLICATION_URL}/followers/${handle}`)
91 .pipe(
92 map(this.restExtractor.extractDataBool),
93 catchError(res => this.restExtractor.handleError(res))
94 )
95 }
66} 96}
diff --git a/client/src/app/+admin/jobs/index.ts b/client/src/app/+admin/jobs/index.ts
deleted file mode 100644
index c0e0cc95d..000000000
--- a/client/src/app/+admin/jobs/index.ts
+++ /dev/null
@@ -1,4 +0,0 @@
1export * from './shared'
2export * from './jobs-list'
3export * from './job.routes'
4export * from './job.component'
diff --git a/client/src/app/+admin/jobs/job.component.ts b/client/src/app/+admin/jobs/job.component.ts
deleted file mode 100644
index bc80c9a6a..000000000
--- a/client/src/app/+admin/jobs/job.component.ts
+++ /dev/null
@@ -1,6 +0,0 @@
1import { Component } from '@angular/core'
2
3@Component({
4 template: '<router-outlet></router-outlet>'
5})
6export class JobsComponent {}
diff --git a/client/src/app/+admin/jobs/job.routes.ts b/client/src/app/+admin/jobs/job.routes.ts
deleted file mode 100644
index 331dc2af2..000000000
--- a/client/src/app/+admin/jobs/job.routes.ts
+++ /dev/null
@@ -1,32 +0,0 @@
1import { Routes } from '@angular/router'
2import { UserRight } from '../../../../../shared'
3import { UserRightGuard } from '../../core'
4import { JobsComponent } from './job.component'
5import { JobsListComponent } from './jobs-list/jobs-list.component'
6
7export const JobsRoutes: Routes = [
8 {
9 path: 'jobs',
10 component: JobsComponent,
11 canActivate: [ UserRightGuard ],
12 data: {
13 userRight: UserRight.MANAGE_JOBS
14 },
15 children: [
16 {
17 path: '',
18 redirectTo: 'list',
19 pathMatch: 'full'
20 },
21 {
22 path: 'list',
23 component: JobsListComponent,
24 data: {
25 meta: {
26 title: 'Jobs list'
27 }
28 }
29 }
30 ]
31 }
32]
diff --git a/client/src/app/+admin/jobs/jobs-list/index.ts b/client/src/app/+admin/jobs/jobs-list/index.ts
deleted file mode 100644
index cf590a6f8..000000000
--- a/client/src/app/+admin/jobs/jobs-list/index.ts
+++ /dev/null
@@ -1 +0,0 @@
1export * from './jobs-list.component'
diff --git a/client/src/app/+admin/jobs/shared/index.ts b/client/src/app/+admin/jobs/shared/index.ts
deleted file mode 100644
index 609439e5c..000000000
--- a/client/src/app/+admin/jobs/shared/index.ts
+++ /dev/null
@@ -1 +0,0 @@
1export * from './job.service'
diff --git a/client/src/app/+admin/moderation/index.ts b/client/src/app/+admin/moderation/index.ts
index 66e2c6a39..3c683a28c 100644
--- a/client/src/app/+admin/moderation/index.ts
+++ b/client/src/app/+admin/moderation/index.ts
@@ -1,4 +1,5 @@
1export * from './video-abuse-list' 1export * from './video-abuse-list'
2export * from './video-auto-blacklist-list'
2export * from './video-blacklist-list' 3export * from './video-blacklist-list'
3export * from './moderation.component' 4export * from './moderation.component'
4export * from './moderation.routes' 5export * from './moderation.routes'
diff --git a/client/src/app/+admin/moderation/moderation.component.html b/client/src/app/+admin/moderation/moderation.component.html
index 01457936c..b70027957 100644
--- a/client/src/app/+admin/moderation/moderation.component.html
+++ b/client/src/app/+admin/moderation/moderation.component.html
@@ -4,7 +4,9 @@
4 <div class="admin-sub-nav"> 4 <div class="admin-sub-nav">
5 <a *ngIf="hasVideoAbusesRight()" i18n routerLink="video-abuses/list" routerLinkActive="active">Video abuses</a> 5 <a *ngIf="hasVideoAbusesRight()" i18n routerLink="video-abuses/list" routerLinkActive="active">Video abuses</a>
6 6
7 <a *ngIf="hasVideoBlacklistRight()" i18n routerLink="video-blacklist/list" routerLinkActive="active">Blacklisted videos</a> 7 <a *ngIf="hasVideoBlacklistRight()" i18n routerLink="video-blacklist/list" routerLinkActive="active">{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}</a>
8
9 <a *ngIf="autoBlacklistVideosEnabled && hasVideoBlacklistRight()" i18n routerLink="video-auto-blacklist/list" routerLinkActive="active">Auto-blacklisted videos</a>
8 10
9 <a *ngIf="hasAccountsBlocklistRight()" i18n routerLink="blocklist/accounts" routerLinkActive="active">Muted accounts</a> 11 <a *ngIf="hasAccountsBlocklistRight()" i18n routerLink="blocklist/accounts" routerLinkActive="active">Muted accounts</a>
10 12
diff --git a/client/src/app/+admin/moderation/moderation.component.ts b/client/src/app/+admin/moderation/moderation.component.ts
index 2b2618933..47154af3f 100644
--- a/client/src/app/+admin/moderation/moderation.component.ts
+++ b/client/src/app/+admin/moderation/moderation.component.ts
@@ -1,13 +1,20 @@
1import { Component } from '@angular/core' 1import { Component } from '@angular/core'
2import { UserRight } from '../../../../../shared' 2import { UserRight } from '../../../../../shared'
3import { AuthService } from '@app/core/auth/auth.service' 3import { AuthService, ServerService } from '@app/core'
4 4
5@Component({ 5@Component({
6 templateUrl: './moderation.component.html', 6 templateUrl: './moderation.component.html',
7 styleUrls: [ './moderation.component.scss' ] 7 styleUrls: [ './moderation.component.scss' ]
8}) 8})
9export class ModerationComponent { 9export class ModerationComponent {
10 constructor (private auth: AuthService) {} 10 autoBlacklistVideosEnabled: boolean
11
12 constructor (
13 private auth: AuthService,
14 private serverService: ServerService
15 ) {
16 this.autoBlacklistVideosEnabled = this.serverService.getConfig().autoBlacklist.videos.ofUsers.enabled
17 }
11 18
12 hasVideoAbusesRight () { 19 hasVideoAbusesRight () {
13 return this.auth.getUser().hasRight(UserRight.MANAGE_VIDEO_ABUSES) 20 return this.auth.getUser().hasRight(UserRight.MANAGE_VIDEO_ABUSES)
diff --git a/client/src/app/+admin/moderation/moderation.routes.ts b/client/src/app/+admin/moderation/moderation.routes.ts
index 6f6dde290..a024f2bee 100644
--- a/client/src/app/+admin/moderation/moderation.routes.ts
+++ b/client/src/app/+admin/moderation/moderation.routes.ts
@@ -3,6 +3,7 @@ import { UserRight } from '../../../../../shared'
3import { UserRightGuard } from '@app/core' 3import { UserRightGuard } from '@app/core'
4import { VideoAbuseListComponent } from '@app/+admin/moderation/video-abuse-list' 4import { VideoAbuseListComponent } from '@app/+admin/moderation/video-abuse-list'
5import { VideoBlacklistListComponent } from '@app/+admin/moderation/video-blacklist-list' 5import { VideoBlacklistListComponent } from '@app/+admin/moderation/video-blacklist-list'
6import { VideoAutoBlacklistListComponent } from '@app/+admin/moderation/video-auto-blacklist-list'
6import { ModerationComponent } from '@app/+admin/moderation/moderation.component' 7import { ModerationComponent } from '@app/+admin/moderation/moderation.component'
7import { InstanceAccountBlocklistComponent, InstanceServerBlocklistComponent } from '@app/+admin/moderation/instance-blocklist' 8import { InstanceAccountBlocklistComponent, InstanceServerBlocklistComponent } from '@app/+admin/moderation/instance-blocklist'
8 9
@@ -27,6 +28,11 @@ export const ModerationRoutes: Routes = [
27 pathMatch: 'full' 28 pathMatch: 'full'
28 }, 29 },
29 { 30 {
31 path: 'video-auto-blacklist',
32 redirectTo: 'video-auto-blacklist/list',
33 pathMatch: 'full'
34 },
35 {
30 path: 'video-abuses/list', 36 path: 'video-abuses/list',
31 component: VideoAbuseListComponent, 37 component: VideoAbuseListComponent,
32 canActivate: [ UserRightGuard ], 38 canActivate: [ UserRightGuard ],
@@ -38,6 +44,17 @@ export const ModerationRoutes: Routes = [
38 } 44 }
39 }, 45 },
40 { 46 {
47 path: 'video-auto-blacklist/list',
48 component: VideoAutoBlacklistListComponent,
49 canActivate: [ UserRightGuard ],
50 data: {
51 userRight: UserRight.MANAGE_VIDEO_BLACKLIST,
52 meta: {
53 title: 'Auto-blacklisted videos'
54 }
55 }
56 },
57 {
41 path: 'video-blacklist/list', 58 path: 'video-blacklist/list',
42 component: VideoBlacklistListComponent, 59 component: VideoBlacklistListComponent,
43 canActivate: [ UserRightGuard ], 60 canActivate: [ UserRightGuard ],
diff --git a/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html b/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
index 05b549de6..627437053 100644
--- a/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
+++ b/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
@@ -51,11 +51,11 @@
51 <td class="moderation-expanded" colspan="6"> 51 <td class="moderation-expanded" colspan="6">
52 <div> 52 <div>
53 <span i18n class="moderation-expanded-label">Reason:</span> 53 <span i18n class="moderation-expanded-label">Reason:</span>
54 <span class="moderation-expanded-text" [innerHTML]="toHtml(videoAbuse.reason)"></span> 54 <span class="moderation-expanded-text" [innerHTML]="videoAbuse.reasonHtml"></span>
55 </div> 55 </div>
56 <div *ngIf="videoAbuse.moderationComment"> 56 <div *ngIf="videoAbuse.moderationComment">
57 <span i18n class="moderation-expanded-label">Moderation comment:</span> 57 <span i18n class="moderation-expanded-label">Moderation comment:</span>
58 <span class="moderation-expanded-text" [innerHTML]="toHtml(videoAbuse.moderationComment)"></span> 58 <span class="moderation-expanded-text" [innerHTML]="videoAbuse.moderationCommentHtml"></span>
59 </div> 59 </div>
60 </td> 60 </td>
61 </tr> 61 </tr>
diff --git a/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts b/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts
index 00c871659..3aa875668 100644
--- a/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts
+++ b/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts
@@ -19,7 +19,7 @@ import { MarkdownService } from '@app/shared/renderer'
19export class VideoAbuseListComponent extends RestTable implements OnInit { 19export class VideoAbuseListComponent extends RestTable implements OnInit {
20 @ViewChild('moderationCommentModal') moderationCommentModal: ModerationCommentModalComponent 20 @ViewChild('moderationCommentModal') moderationCommentModal: ModerationCommentModalComponent
21 21
22 videoAbuses: VideoAbuse[] = [] 22 videoAbuses: (VideoAbuse & { moderationCommentHtml?: string, reasonHtml?: string })[] = []
23 totalRecords = 0 23 totalRecords = 0
24 rowsPerPage = 10 24 rowsPerPage = 10
25 sort: SortMeta = { field: 'createdAt', order: 1 } 25 sort: SortMeta = { field: 'createdAt', order: 1 }
@@ -110,19 +110,28 @@ export class VideoAbuseListComponent extends RestTable implements OnInit {
110 110
111 } 111 }
112 112
113 toHtml (text: string) {
114 return this.markdownRenderer.textMarkdownToHTML(text)
115 }
116
117 protected loadData () { 113 protected loadData () {
118 return this.videoAbuseService.getVideoAbuses(this.pagination, this.sort) 114 return this.videoAbuseService.getVideoAbuses(this.pagination, this.sort)
119 .subscribe( 115 .subscribe(
120 resultList => { 116 async resultList => {
121 this.videoAbuses = resultList.data
122 this.totalRecords = resultList.total 117 this.totalRecords = resultList.total
118
119 this.videoAbuses = resultList.data
120
121 for (const abuse of this.videoAbuses) {
122 Object.assign(abuse, {
123 reasonHtml: await this.toHtml(abuse.reason),
124 moderationCommentHtml: await this.toHtml(abuse.moderationComment)
125 })
126 }
127
123 }, 128 },
124 129
125 err => this.notifier.error(err.message) 130 err => this.notifier.error(err.message)
126 ) 131 )
127 } 132 }
133
134 private toHtml (text: string) {
135 return this.markdownRenderer.textMarkdownToHTML(text)
136 }
128} 137}
diff --git a/client/src/app/+admin/moderation/video-auto-blacklist-list/index.ts b/client/src/app/+admin/moderation/video-auto-blacklist-list/index.ts
new file mode 100644
index 000000000..e3522f68c
--- /dev/null
+++ b/client/src/app/+admin/moderation/video-auto-blacklist-list/index.ts
@@ -0,0 +1 @@
export * from './video-auto-blacklist-list.component'
diff --git a/client/src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html b/client/src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html
new file mode 100644
index 000000000..62dde60bb
--- /dev/null
+++ b/client/src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html
@@ -0,0 +1,19 @@
1<my-videos-selection
2 [(selection)]="selection"
3 [(videosModel)]="videos"
4 [miniatureDisplayOptions]="miniatureDisplayOptions"
5 [titlePage]="titlePage"
6 [getVideosObservableFunction]="getVideosObservableFunction"
7>
8 <ng-template ptTemplate="globalButtons">
9 <span class="action-button action-button-unblacklist-selection" (click)="removeSelectedVideosFromBlacklist()">
10 <my-global-icon iconName="tick"></my-global-icon>
11 <ng-container i18n>Unblacklist</ng-container>
12 </span>
13 </ng-template>
14
15 <ng-template ptTemplate="rowButtons" let-video>
16 <my-button i18n-label label="Unblacklist" icon="tick" (click)="removeVideoFromBlacklist(video)"></my-button>
17 </ng-template>
18
19</my-videos-selection>
diff --git a/client/src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.scss b/client/src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.scss
new file mode 100644
index 000000000..85ebc6041
--- /dev/null
+++ b/client/src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.scss
@@ -0,0 +1,14 @@
1@import '_variables';
2@import '_mixins';
3
4.action-button-unblacklist-selection {
5 display: inline-block;
6
7 @include peertube-button;
8 @include orange-button;
9 @include button-with-icon(21px);
10
11 my-global-icon {
12 @include apply-svg-color(#fff);
13 }
14}
diff --git a/client/src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts b/client/src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts
new file mode 100644
index 000000000..fb2962b47
--- /dev/null
+++ b/client/src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts
@@ -0,0 +1,86 @@
1import { Component } from '@angular/core'
2import { I18n } from '@ngx-translate/i18n-polyfill'
3import { ActivatedRoute, Router } from '@angular/router'
4import { ComponentPagination } from '@app/shared/rest/component-pagination.model'
5import { AuthService, Notifier, ServerService } from '@app/core'
6import { VideoBlacklistService } from '@app/shared'
7import { immutableAssign } from '@app/shared/misc/utils'
8import { ScreenService } from '@app/shared/misc/screen.service'
9import { MiniatureDisplayOptions } from '@app/shared/video/video-miniature.component'
10import { SelectionType } from '@app/shared/video/videos-selection.component'
11import { Video } from '@app/shared/video/video.model'
12
13@Component({
14 selector: 'my-video-auto-blacklist-list',
15 templateUrl: './video-auto-blacklist-list.component.html',
16 styleUrls: [ './video-auto-blacklist-list.component.scss' ]
17})
18export class VideoAutoBlacklistListComponent {
19 titlePage: string
20 selection: SelectionType = {}
21 miniatureDisplayOptions: MiniatureDisplayOptions = {
22 date: true,
23 views: false,
24 by: true,
25 privacyLabel: false,
26 privacyText: true,
27 state: false,
28 blacklistInfo: false,
29 nsfw: true
30 }
31 pagination: ComponentPagination = {
32 currentPage: 1,
33 itemsPerPage: 5,
34 totalItems: null
35 }
36 videos: Video[] = []
37 getVideosObservableFunction = this.getVideosObservable.bind(this)
38
39 constructor (
40 protected router: Router,
41 protected route: ActivatedRoute,
42 protected notifier: Notifier,
43 protected authService: AuthService,
44 protected screenService: ScreenService,
45 protected serverService: ServerService,
46 private i18n: I18n,
47 private videoBlacklistService: VideoBlacklistService
48 ) {
49 this.titlePage = this.i18n('Auto-blacklisted videos')
50 }
51
52 getVideosObservable (page: number) {
53 const newPagination = immutableAssign(this.pagination, { currentPage: page })
54
55 return this.videoBlacklistService.getAutoBlacklistedAsVideoList(newPagination)
56 }
57
58 removeVideoFromBlacklist (entry: Video) {
59 this.videoBlacklistService.removeVideoFromBlacklist(entry.id).subscribe(
60 () => {
61 this.notifier.success(this.i18n('Video {{name}} removed from blacklist.', { name: entry.name }))
62
63 this.videos = this.videos.filter(v => v.id !== entry.id)
64 },
65
66 error => this.notifier.error(error.message)
67 )
68 }
69
70 removeSelectedVideosFromBlacklist () {
71 const toReleaseVideosIds = Object.keys(this.selection)
72 .filter(k => this.selection[ k ] === true)
73 .map(k => parseInt(k, 10))
74
75 this.videoBlacklistService.removeVideoFromBlacklist(toReleaseVideosIds).subscribe(
76 () => {
77 this.notifier.success(this.i18n('{{num}} videos removed from blacklist.', { num: toReleaseVideosIds.length }))
78
79 this.selection = {}
80 this.videos = this.videos.filter(v => toReleaseVideosIds.includes(v.id) === false)
81 },
82
83 error => this.notifier.error(error.message)
84 )
85 }
86}
diff --git a/client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html b/client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html
index 247f441c1..608dff2d8 100644
--- a/client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html
+++ b/client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html
@@ -41,7 +41,7 @@
41 <tr> 41 <tr>
42 <td class="moderation-expanded" colspan="6"> 42 <td class="moderation-expanded" colspan="6">
43 <span i18n class="moderation-expanded-label">Blacklist reason:</span> 43 <span i18n class="moderation-expanded-label">Blacklist reason:</span>
44 <span class="moderation-expanded-text" [innerHTML]="toHtml(videoBlacklist.reason)"></span> 44 <span class="moderation-expanded-text" [innerHTML]="videoBlacklist.reasonHtml"></span>
45 </td> 45 </td>
46 </tr> 46 </tr>
47 </ng-template> 47 </ng-template>
diff --git a/client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts b/client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts
index b27bbbfef..f4bce7c48 100644
--- a/client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts
+++ b/client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts
@@ -1,9 +1,9 @@
1import { Component, OnInit } from '@angular/core' 1import { Component, OnInit } from '@angular/core'
2import { SortMeta } from 'primeng/components/common/sortmeta' 2import { SortMeta } from 'primeng/components/common/sortmeta'
3import { Notifier } from '@app/core' 3import { Notifier, ServerService } from '@app/core'
4import { ConfirmService } from '../../../core' 4import { ConfirmService } from '../../../core'
5import { RestPagination, RestTable, VideoBlacklistService } from '../../../shared' 5import { RestPagination, RestTable, VideoBlacklistService } from '../../../shared'
6import { VideoBlacklist } from '../../../../../../shared' 6import { VideoBlacklist, VideoBlacklistType } from '../../../../../../shared'
7import { I18n } from '@ngx-translate/i18n-polyfill' 7import { I18n } from '@ngx-translate/i18n-polyfill'
8import { DropdownAction } from '../../../shared/buttons/action-dropdown.component' 8import { DropdownAction } from '../../../shared/buttons/action-dropdown.component'
9import { Video } from '../../../shared/video/video.model' 9import { Video } from '../../../shared/video/video.model'
@@ -15,16 +15,18 @@ import { MarkdownService } from '@app/shared/renderer'
15 styleUrls: [ '../moderation.component.scss' ] 15 styleUrls: [ '../moderation.component.scss' ]
16}) 16})
17export class VideoBlacklistListComponent extends RestTable implements OnInit { 17export class VideoBlacklistListComponent extends RestTable implements OnInit {
18 blacklist: VideoBlacklist[] = [] 18 blacklist: (VideoBlacklist & { reasonHtml?: string })[] = []
19 totalRecords = 0 19 totalRecords = 0
20 rowsPerPage = 10 20 rowsPerPage = 10
21 sort: SortMeta = { field: 'createdAt', order: 1 } 21 sort: SortMeta = { field: 'createdAt', order: 1 }
22 pagination: RestPagination = { count: this.rowsPerPage, start: 0 } 22 pagination: RestPagination = { count: this.rowsPerPage, start: 0 }
23 listBlacklistTypeFilter: VideoBlacklistType = undefined
23 24
24 videoBlacklistActions: DropdownAction<VideoBlacklist>[] = [] 25 videoBlacklistActions: DropdownAction<VideoBlacklist>[] = []
25 26
26 constructor ( 27 constructor (
27 private notifier: Notifier, 28 private notifier: Notifier,
29 private serverService: ServerService,
28 private confirmService: ConfirmService, 30 private confirmService: ConfirmService,
29 private videoBlacklistService: VideoBlacklistService, 31 private videoBlacklistService: VideoBlacklistService,
30 private markdownRenderer: MarkdownService, 32 private markdownRenderer: MarkdownService,
@@ -32,6 +34,11 @@ export class VideoBlacklistListComponent extends RestTable implements OnInit {
32 ) { 34 ) {
33 super() 35 super()
34 36
37 // don't filter if auto-blacklist not enabled as this will be only list
38 if (this.serverService.getConfig().autoBlacklist.videos.ofUsers.enabled) {
39 this.listBlacklistTypeFilter = VideoBlacklistType.MANUAL
40 }
41
35 this.videoBlacklistActions = [ 42 this.videoBlacklistActions = [
36 { 43 {
37 label: this.i18n('Unblacklist'), 44 label: this.i18n('Unblacklist'),
@@ -77,11 +84,16 @@ export class VideoBlacklistListComponent extends RestTable implements OnInit {
77 } 84 }
78 85
79 protected loadData () { 86 protected loadData () {
80 this.videoBlacklistService.listBlacklist(this.pagination, this.sort) 87 this.videoBlacklistService.listBlacklist(this.pagination, this.sort, this.listBlacklistTypeFilter)
81 .subscribe( 88 .subscribe(
82 resultList => { 89 async resultList => {
83 this.blacklist = resultList.data
84 this.totalRecords = resultList.total 90 this.totalRecords = resultList.total
91
92 this.blacklist = resultList.data
93
94 for (const element of this.blacklist) {
95 Object.assign(element, { reasonHtml: await this.toHtml(element.reason) })
96 }
85 }, 97 },
86 98
87 err => this.notifier.error(err.message) 99 err => this.notifier.error(err.message)
diff --git a/client/src/app/+admin/system/debug/debug.component.html b/client/src/app/+admin/system/debug/debug.component.html
new file mode 100644
index 000000000..f35414b37
--- /dev/null
+++ b/client/src/app/+admin/system/debug/debug.component.html
@@ -0,0 +1,19 @@
1<div class="root">
2 <h4>IP</h4>
3
4 <p>PeerTube thinks your public IP is <strong>{{ debug?.ip }}</strong>.</p>
5
6 <p>If this is not your correct public IP, please consider fixing it because:</p>
7 <ul>
8 <li>Views may not be counted correctly (reduced compared to what they should be)</li>
9 <li>Anti brute force system could be overzealous</li>
10 <li>P2P system could not work correctly</li>
11 </ul>
12
13 <p>To fix it:<p>
14 <ul>
15 <li>Check the <code>trust_proxy</code> configuration key</li>
16 <li>If you run PeerTube using Docker, check you run the <code>reverse-proxy</code> with <code>network_mode: "host"</code>
17 (see <a href="https://github.com/Chocobozzz/PeerTube/issues/1643#issuecomment-464789666">issue 1643</a>)</li>
18 </ul>
19</div>
diff --git a/client/src/app/+admin/system/debug/debug.component.scss b/client/src/app/+admin/system/debug/debug.component.scss
new file mode 100644
index 000000000..90addd284
--- /dev/null
+++ b/client/src/app/+admin/system/debug/debug.component.scss
@@ -0,0 +1,6 @@
1@import '_variables';
2@import '_mixins';
3
4.root {
5 font-size: 14px;
6}
diff --git a/client/src/app/+admin/system/debug/debug.component.ts b/client/src/app/+admin/system/debug/debug.component.ts
new file mode 100644
index 000000000..8a77f79f7
--- /dev/null
+++ b/client/src/app/+admin/system/debug/debug.component.ts
@@ -0,0 +1,31 @@
1import { Component, OnInit } from '@angular/core'
2import { Notifier } from '@app/core'
3import { Debug } from '@shared/models/server'
4import { DebugService } from '@app/+admin/system/debug/debug.service'
5
6@Component({
7 templateUrl: './debug.component.html',
8 styleUrls: [ './debug.component.scss' ]
9})
10export class DebugComponent implements OnInit {
11 debug: Debug
12
13 constructor (
14 private debugService: DebugService,
15 private notifier: Notifier
16 ) {
17 }
18
19 ngOnInit (): void {
20 this.load()
21 }
22
23 load () {
24 this.debugService.getDebug()
25 .subscribe(
26 debug => this.debug = debug,
27
28 err => this.notifier.error(err.message)
29 )
30 }
31}
diff --git a/client/src/app/+admin/system/debug/debug.service.ts b/client/src/app/+admin/system/debug/debug.service.ts
new file mode 100644
index 000000000..6c722d177
--- /dev/null
+++ b/client/src/app/+admin/system/debug/debug.service.ts
@@ -0,0 +1,25 @@
1import { catchError } from 'rxjs/operators'
2import { HttpClient } from '@angular/common/http'
3import { Injectable } from '@angular/core'
4import { Observable } from 'rxjs'
5import { environment } from '../../../../environments/environment'
6import { RestExtractor, RestService } from '../../../shared'
7import { Debug } from '@shared/models/server'
8
9@Injectable()
10export class DebugService {
11 private static BASE_DEBUG_URL = environment.apiUrl + '/api/v1/server/debug'
12
13 constructor (
14 private authHttp: HttpClient,
15 private restService: RestService,
16 private restExtractor: RestExtractor
17 ) {}
18
19 getDebug (): Observable<Debug> {
20 return this.authHttp.get<Debug>(DebugService.BASE_DEBUG_URL)
21 .pipe(
22 catchError(err => this.restExtractor.handleError(err))
23 )
24 }
25}
diff --git a/client/src/app/+admin/system/debug/index.ts b/client/src/app/+admin/system/debug/index.ts
new file mode 100644
index 000000000..7fc7a0721
--- /dev/null
+++ b/client/src/app/+admin/system/debug/index.ts
@@ -0,0 +1,2 @@
1export * from './debug.component'
2export * from './debug.service'
diff --git a/client/src/app/+admin/system/index.ts b/client/src/app/+admin/system/index.ts
new file mode 100644
index 000000000..226d999d2
--- /dev/null
+++ b/client/src/app/+admin/system/index.ts
@@ -0,0 +1,4 @@
1export * from './jobs'
2export * from './logs'
3export * from './system.component'
4export * from './system.routes'
diff --git a/client/src/app/+admin/system/jobs/index.ts b/client/src/app/+admin/system/jobs/index.ts
new file mode 100644
index 000000000..486a745e4
--- /dev/null
+++ b/client/src/app/+admin/system/jobs/index.ts
@@ -0,0 +1,2 @@
1export * from './job.service'
2export * from './jobs.component'
diff --git a/client/src/app/+admin/jobs/shared/job.service.ts b/client/src/app/+admin/system/jobs/job.service.ts
index b96dc3359..b96dc3359 100644
--- a/client/src/app/+admin/jobs/shared/job.service.ts
+++ b/client/src/app/+admin/system/jobs/job.service.ts
diff --git a/client/src/app/+admin/jobs/jobs-list/jobs-list.component.html b/client/src/app/+admin/system/jobs/jobs.component.html
index 7ed1888e2..7ed1888e2 100644
--- a/client/src/app/+admin/jobs/jobs-list/jobs-list.component.html
+++ b/client/src/app/+admin/system/jobs/jobs.component.html
diff --git a/client/src/app/+admin/jobs/jobs-list/jobs-list.component.scss b/client/src/app/+admin/system/jobs/jobs.component.scss
index ab05f1982..ab05f1982 100644
--- a/client/src/app/+admin/jobs/jobs-list/jobs-list.component.scss
+++ b/client/src/app/+admin/system/jobs/jobs.component.scss
diff --git a/client/src/app/+admin/jobs/jobs-list/jobs-list.component.ts b/client/src/app/+admin/system/jobs/jobs.component.ts
index b265e1dd6..ebfb52779 100644
--- a/client/src/app/+admin/jobs/jobs-list/jobs-list.component.ts
+++ b/client/src/app/+admin/system/jobs/jobs.component.ts
@@ -5,15 +5,15 @@ import { SortMeta } from 'primeng/primeng'
5import { Job } from '../../../../../../shared/index' 5import { Job } from '../../../../../../shared/index'
6import { JobState } from '../../../../../../shared/models' 6import { JobState } from '../../../../../../shared/models'
7import { RestPagination, RestTable } from '../../../shared' 7import { RestPagination, RestTable } from '../../../shared'
8import { JobService } from '../shared' 8import { JobService } from './job.service'
9import { I18n } from '@ngx-translate/i18n-polyfill' 9import { I18n } from '@ngx-translate/i18n-polyfill'
10 10
11@Component({ 11@Component({
12 selector: 'my-jobs-list', 12 selector: 'my-jobs',
13 templateUrl: './jobs-list.component.html', 13 templateUrl: './jobs.component.html',
14 styleUrls: [ './jobs-list.component.scss' ] 14 styleUrls: [ './jobs.component.scss' ]
15}) 15})
16export class JobsListComponent extends RestTable implements OnInit { 16export class JobsComponent extends RestTable implements OnInit {
17 private static JOB_STATE_LOCAL_STORAGE_STATE = 'jobs-list-state' 17 private static JOB_STATE_LOCAL_STORAGE_STATE = 'jobs-list-state'
18 18
19 jobState: JobState = 'waiting' 19 jobState: JobState = 'waiting'
@@ -58,12 +58,12 @@ export class JobsListComponent extends RestTable implements OnInit {
58 } 58 }
59 59
60 private loadJobState () { 60 private loadJobState () {
61 const result = peertubeLocalStorage.getItem(JobsListComponent.JOB_STATE_LOCAL_STORAGE_STATE) 61 const result = peertubeLocalStorage.getItem(JobsComponent.JOB_STATE_LOCAL_STORAGE_STATE)
62 62
63 if (result) this.jobState = result as JobState 63 if (result) this.jobState = result as JobState
64 } 64 }
65 65
66 private saveJobState () { 66 private saveJobState () {
67 peertubeLocalStorage.setItem(JobsListComponent.JOB_STATE_LOCAL_STORAGE_STATE, this.jobState) 67 peertubeLocalStorage.setItem(JobsComponent.JOB_STATE_LOCAL_STORAGE_STATE, this.jobState)
68 } 68 }
69} 69}
diff --git a/client/src/app/+admin/system/logs/index.ts b/client/src/app/+admin/system/logs/index.ts
new file mode 100644
index 000000000..7b56d4237
--- /dev/null
+++ b/client/src/app/+admin/system/logs/index.ts
@@ -0,0 +1,2 @@
1export * from './logs.component'
2export * from './logs.service'
diff --git a/client/src/app/+admin/system/logs/log-row.model.ts b/client/src/app/+admin/system/logs/log-row.model.ts
new file mode 100644
index 000000000..9bc7dafdd
--- /dev/null
+++ b/client/src/app/+admin/system/logs/log-row.model.ts
@@ -0,0 +1,21 @@
1import { LogLevel } from '@shared/models/server/log-level.type'
2import omit from 'lodash-es/omit'
3
4export class LogRow {
5 date: Date
6 localeDate: string
7 level: LogLevel
8 message: string
9 meta: string
10
11 constructor (row: any) {
12 this.date = new Date(row.timestamp)
13 this.localeDate = this.date.toLocaleString()
14 this.level = row.level
15 this.message = row.message
16
17 const metaObj = omit(row, 'timestamp', 'level', 'message', 'label')
18
19 if (Object.keys(metaObj).length !== 0) this.meta = JSON.stringify(metaObj, undefined, 2)
20 }
21}
diff --git a/client/src/app/+admin/system/logs/logs.component.html b/client/src/app/+admin/system/logs/logs.component.html
new file mode 100644
index 000000000..45723a655
--- /dev/null
+++ b/client/src/app/+admin/system/logs/logs.component.html
@@ -0,0 +1,31 @@
1<div class="header">
2 <div class="peertube-select-container">
3 <select [(ngModel)]="startDate" (ngModelChange)="refresh()">
4 <option *ngFor="let timeChoice of timeChoices" [value]="timeChoice.id">{{ timeChoice.label }}</option>
5 </select>
6 </div>
7
8 <div class="peertube-select-container">
9 <select [(ngModel)]="level" (ngModelChange)="refresh()">
10 <option *ngFor="let levelChoice of levelChoices" [value]="levelChoice.id">{{ levelChoice.label }}</option>
11 </select>
12 </div>
13
14 <my-button i18n-label label="Refresh" icon="refresh" (click)="refresh()"></my-button>
15</div>
16
17<div class="logs">
18 <div *ngIf="loading">Loading...</div>
19
20 <div #logsElement>
21 <div *ngFor="let log of logs" class="log-row" [ngClass]="{ error: log.level === 'error', warn: log.level === 'warn' }">
22 <span class="log-level">{{ log.level }}</span>
23
24 <span class="log-date">[{{ log.localeDate }}]</span>
25
26 {{ log.message }}
27
28 {{ log.meta }}
29 </div>
30 </div>
31</div>
diff --git a/client/src/app/+admin/system/logs/logs.component.scss b/client/src/app/+admin/system/logs/logs.component.scss
new file mode 100644
index 000000000..7ad2e853c
--- /dev/null
+++ b/client/src/app/+admin/system/logs/logs.component.scss
@@ -0,0 +1,49 @@
1@import '_variables';
2@import '_mixins';
3
4.logs {
5 font-family: monospace;
6 font-size: 13px;
7 max-height: 500px;
8 overflow-y: auto;
9 background: rgba(0, 0, 0, 0.03);
10 padding: 20px;
11
12 .log-row {
13 margin-top: 1px;
14 word-break: break-word;
15
16 &:hover {
17 background: rgba(0, 0, 0, 0.07);
18 }
19 }
20
21 .log-level {
22 font-weight: $font-semibold;
23 margin-right: 5px;
24 }
25
26 .warn {
27 color: $orange-color;
28 }
29
30 .error {
31 color: $red;
32 }
33}
34
35.header {
36 display: flex;
37 justify-content: flex-end;
38 margin-bottom: 10px;
39
40 .peertube-select-container {
41 @include peertube-select-container(150px);
42 }
43
44 my-button,
45 .peertube-select-container {
46 margin-left: 10px;
47 }
48}
49
diff --git a/client/src/app/+admin/system/logs/logs.component.ts b/client/src/app/+admin/system/logs/logs.component.ts
new file mode 100644
index 000000000..1a3508a3b
--- /dev/null
+++ b/client/src/app/+admin/system/logs/logs.component.ts
@@ -0,0 +1,111 @@
1import { Component, ElementRef, OnInit, ViewChild } from '@angular/core'
2import { LogsService } from '@app/+admin/system/logs/logs.service'
3import { Notifier } from '@app/core'
4import { LogRow } from '@app/+admin/system/logs/log-row.model'
5import { I18n } from '@ngx-translate/i18n-polyfill'
6import { LogLevel } from '@shared/models/server/log-level.type'
7
8@Component({
9 templateUrl: './logs.component.html',
10 styleUrls: [ './logs.component.scss' ]
11})
12export class LogsComponent implements OnInit {
13 @ViewChild('logsElement') logsElement: ElementRef<HTMLElement>
14
15 loading = false
16
17 logs: LogRow[] = []
18 timeChoices: { id: string, label: string }[] = []
19 levelChoices: { id: LogLevel, label: string }[] = []
20
21 startDate: string
22 level: LogLevel
23
24 constructor (
25 private logsService: LogsService,
26 private notifier: Notifier,
27 private i18n: I18n
28 ) { }
29
30 ngOnInit (): void {
31 this.buildTimeChoices()
32 this.buildLevelChoices()
33
34 this.load()
35 }
36
37 refresh () {
38 this.logs = []
39 this.load()
40 }
41
42 load () {
43 this.loading = true
44
45 this.logsService.getLogs(this.level, this.startDate)
46 .subscribe(
47 logs => {
48 this.logs = logs
49
50 setTimeout(() => {
51 this.logsElement.nativeElement.scrollIntoView({ block: 'end', inline: 'nearest' })
52 })
53 },
54
55 err => this.notifier.error(err.message),
56
57 () => this.loading = false
58 )
59 }
60
61 buildTimeChoices () {
62 const lastHour = new Date()
63 lastHour.setHours(lastHour.getHours() - 1)
64
65 const lastDay = new Date()
66 lastDay.setDate(lastDay.getDate() - 1)
67
68 const lastWeek = new Date()
69 lastWeek.setDate(lastWeek.getDate() - 7)
70
71 this.timeChoices = [
72 {
73 id: lastWeek.toISOString(),
74 label: this.i18n('Last week')
75 },
76 {
77 id: lastDay.toISOString(),
78 label: this.i18n('Last day')
79 },
80 {
81 id: lastHour.toISOString(),
82 label: this.i18n('Last hour')
83 }
84 ]
85
86 this.startDate = lastHour.toISOString()
87 }
88
89 buildLevelChoices () {
90 this.levelChoices = [
91 {
92 id: 'debug',
93 label: this.i18n('Debug')
94 },
95 {
96 id: 'info',
97 label: this.i18n('Info')
98 },
99 {
100 id: 'warn',
101 label: this.i18n('Warning')
102 },
103 {
104 id: 'error',
105 label: this.i18n('Error')
106 }
107 ]
108
109 this.level = 'warn'
110 }
111}
diff --git a/client/src/app/+admin/system/logs/logs.service.ts b/client/src/app/+admin/system/logs/logs.service.ts
new file mode 100644
index 000000000..24b9cb6d1
--- /dev/null
+++ b/client/src/app/+admin/system/logs/logs.service.ts
@@ -0,0 +1,33 @@
1import { catchError, map } from 'rxjs/operators'
2import { HttpClient, HttpParams } from '@angular/common/http'
3import { Injectable } from '@angular/core'
4import { Observable } from 'rxjs'
5import { environment } from '../../../../environments/environment'
6import { RestExtractor, RestService } from '../../../shared'
7import { LogRow } from '@app/+admin/system/logs/log-row.model'
8import { LogLevel } from '@shared/models/server/log-level.type'
9
10@Injectable()
11export class LogsService {
12 private static BASE_LOG_URL = environment.apiUrl + '/api/v1/server/logs'
13
14 constructor (
15 private authHttp: HttpClient,
16 private restService: RestService,
17 private restExtractor: RestExtractor
18 ) {}
19
20 getLogs (level: LogLevel, startDate: string, endDate?: string): Observable<any[]> {
21 let params = new HttpParams()
22 params = params.append('startDate', startDate)
23 params = params.append('level', level)
24
25 if (endDate) params.append('endDate', endDate)
26
27 return this.authHttp.get<any[]>(LogsService.BASE_LOG_URL, { params })
28 .pipe(
29 map(rows => rows.map(r => new LogRow(r))),
30 catchError(err => this.restExtractor.handleError(err))
31 )
32 }
33}
diff --git a/client/src/app/+admin/system/system.component.html b/client/src/app/+admin/system/system.component.html
new file mode 100644
index 000000000..7c4278d35
--- /dev/null
+++ b/client/src/app/+admin/system/system.component.html
@@ -0,0 +1,13 @@
1<div class="admin-sub-header">
2 <div i18n class="form-sub-title">System</div>
3
4 <div class="admin-sub-nav">
5 <a *ngIf="hasJobsRight()" i18n routerLink="jobs" routerLinkActive="active">Jobs</a>
6
7 <a *ngIf="hasLogsRight()" i18n routerLink="logs" routerLinkActive="active">Logs</a>
8
9 <a *ngIf="hasDebugRight()" i18n routerLink="debug" routerLinkActive="active">Debug</a>
10 </div>
11</div>
12
13<router-outlet></router-outlet>
diff --git a/client/src/app/+admin/system/system.component.scss b/client/src/app/+admin/system/system.component.scss
new file mode 100644
index 000000000..766d7853b
--- /dev/null
+++ b/client/src/app/+admin/system/system.component.scss
@@ -0,0 +1,4 @@
1.form-sub-title {
2 flex-grow: 0;
3 margin-right: 30px;
4}
diff --git a/client/src/app/+admin/system/system.component.ts b/client/src/app/+admin/system/system.component.ts
new file mode 100644
index 000000000..b544c2a97
--- /dev/null
+++ b/client/src/app/+admin/system/system.component.ts
@@ -0,0 +1,24 @@
1import { Component } from '@angular/core'
2import { UserRight } from '@shared/models'
3import { AuthService } from '@app/core'
4
5@Component({
6 templateUrl: './system.component.html',
7 styleUrls: [ './system.component.scss' ]
8})
9export class SystemComponent {
10
11 constructor (private auth: AuthService) {}
12
13 hasLogsRight () {
14 return this.auth.getUser().hasRight(UserRight.MANAGE_LOGS)
15 }
16
17 hasJobsRight () {
18 return this.auth.getUser().hasRight(UserRight.MANAGE_JOBS)
19 }
20
21 hasDebugRight () {
22 return this.auth.getUser().hasRight(UserRight.MANAGE_DEBUG)
23 }
24}
diff --git a/client/src/app/+admin/system/system.routes.ts b/client/src/app/+admin/system/system.routes.ts
new file mode 100644
index 000000000..2d851794d
--- /dev/null
+++ b/client/src/app/+admin/system/system.routes.ts
@@ -0,0 +1,56 @@
1import { Routes } from '@angular/router'
2import { UserRightGuard } from '../../core'
3import { UserRight } from '../../../../../shared'
4import { JobsComponent } from '@app/+admin/system/jobs/jobs.component'
5import { LogsComponent } from '@app/+admin/system/logs'
6import { SystemComponent } from '@app/+admin/system/system.component'
7import { DebugComponent } from '@app/+admin/system/debug'
8
9export const SystemRoutes: Routes = [
10 {
11 path: 'system',
12 component: SystemComponent,
13 data: {
14 },
15 children: [
16 {
17 path: '',
18 redirectTo: 'jobs',
19 pathMatch: 'full'
20 },
21 {
22 path: 'jobs',
23 canActivate: [ UserRightGuard ],
24 component: JobsComponent,
25 data: {
26 meta: {
27 userRight: UserRight.MANAGE_JOBS,
28 title: 'Jobs'
29 }
30 }
31 },
32 {
33 path: 'logs',
34 canActivate: [ UserRightGuard ],
35 component: LogsComponent,
36 data: {
37 meta: {
38 userRight: UserRight.MANAGE_LOGS,
39 title: 'Logs'
40 }
41 }
42 },
43 {
44 path: 'debug',
45 canActivate: [ UserRightGuard ],
46 component: DebugComponent,
47 data: {
48 meta: {
49 userRight: UserRight.MANAGE_DEBUG,
50 title: 'Debug'
51 }
52 }
53 }
54 ]
55 }
56]
diff --git a/client/src/app/+admin/users/user-edit/index.ts b/client/src/app/+admin/users/user-edit/index.ts
index fd80a02e0..ec734ef92 100644
--- a/client/src/app/+admin/users/user-edit/index.ts
+++ b/client/src/app/+admin/users/user-edit/index.ts
@@ -1,2 +1,3 @@
1export * from './user-create.component' 1export * from './user-create.component'
2export * from './user-update.component' 2export * from './user-update.component'
3export * from './user-password.component'
diff --git a/client/src/app/+admin/users/user-edit/user-create.component.ts b/client/src/app/+admin/users/user-edit/user-create.component.ts
index 137ecfcbd..9a6801806 100644
--- a/client/src/app/+admin/users/user-edit/user-create.component.ts
+++ b/client/src/app/+admin/users/user-edit/user-create.component.ts
@@ -8,6 +8,7 @@ import { FormValidatorService } from '@app/shared/forms/form-validators/form-val
8import { UserValidatorsService } from '@app/shared/forms/form-validators/user-validators.service' 8import { UserValidatorsService } from '@app/shared/forms/form-validators/user-validators.service'
9import { ConfigService } from '@app/+admin/config/shared/config.service' 9import { ConfigService } from '@app/+admin/config/shared/config.service'
10import { UserService } from '@app/shared' 10import { UserService } from '@app/shared'
11import { UserAdminFlag } from '@shared/models/users/user-flag.model'
11 12
12@Component({ 13@Component({
13 selector: 'my-user-create', 14 selector: 'my-user-create',
@@ -45,7 +46,8 @@ export class UserCreateComponent extends UserEdit implements OnInit {
45 password: this.userValidatorsService.USER_PASSWORD, 46 password: this.userValidatorsService.USER_PASSWORD,
46 role: this.userValidatorsService.USER_ROLE, 47 role: this.userValidatorsService.USER_ROLE,
47 videoQuota: this.userValidatorsService.USER_VIDEO_QUOTA, 48 videoQuota: this.userValidatorsService.USER_VIDEO_QUOTA,
48 videoQuotaDaily: this.userValidatorsService.USER_VIDEO_QUOTA_DAILY 49 videoQuotaDaily: this.userValidatorsService.USER_VIDEO_QUOTA_DAILY,
50 byPassAutoBlacklist: null
49 }, defaultValues) 51 }, defaultValues)
50 } 52 }
51 53
@@ -54,8 +56,11 @@ export class UserCreateComponent extends UserEdit implements OnInit {
54 56
55 const userCreate: UserCreate = this.form.value 57 const userCreate: UserCreate = this.form.value
56 58
59 userCreate.adminFlags = this.buildAdminFlags(this.form.value)
60
57 // A select in HTML is always mapped as a string, we convert it to number 61 // A select in HTML is always mapped as a string, we convert it to number
58 userCreate.videoQuota = parseInt(this.form.value['videoQuota'], 10) 62 userCreate.videoQuota = parseInt(this.form.value['videoQuota'], 10)
63 userCreate.videoQuotaDaily = parseInt(this.form.value['videoQuotaDaily'], 10)
59 64
60 this.userService.addUser(userCreate).subscribe( 65 this.userService.addUser(userCreate).subscribe(
61 () => { 66 () => {
diff --git a/client/src/app/+admin/users/user-edit/user-edit.component.html b/client/src/app/+admin/users/user-edit/user-edit.component.html
index 56cf7d17d..400bac5d4 100644
--- a/client/src/app/+admin/users/user-edit/user-edit.component.html
+++ b/client/src/app/+admin/users/user-edit/user-edit.component.html
@@ -79,5 +79,26 @@
79 </div> 79 </div>
80 </div> 80 </div>
81 81
82 <div class="form-group">
83 <my-peertube-checkbox
84 inputName="byPassAutoBlacklist" formControlName="byPassAutoBlacklist"
85 i18n-labelText labelText="Bypass video auto blacklist"
86 ></my-peertube-checkbox>
87 </div>
88
82 <input type="submit" value="{{ getFormButtonTitle() }}" [disabled]="!form.valid"> 89 <input type="submit" value="{{ getFormButtonTitle() }}" [disabled]="!form.valid">
83</form> 90</form>
91
92<div *ngIf="!isCreation()" class="danger-zone">
93 <div class="account-title" i18n>Danger Zone</div>
94
95 <div class="form-group reset-password-email">
96 <label i18n>Send a link to reset the password by email to the user</label>
97 <button (click)="resetPassword()" i18n>Ask for new password</button>
98 </div>
99
100 <div class="form-group">
101 <label i18n>Manually set the user password</label>
102 <my-user-password [userId]="userId"></my-user-password>
103 </div>
104</div>
diff --git a/client/src/app/+admin/users/user-edit/user-edit.component.scss b/client/src/app/+admin/users/user-edit/user-edit.component.scss
index 6675f65cc..c1cc4ca45 100644
--- a/client/src/app/+admin/users/user-edit/user-edit.component.scss
+++ b/client/src/app/+admin/users/user-edit/user-edit.component.scss
@@ -14,7 +14,7 @@ input:not([type=submit]) {
14 @include peertube-select-container(340px); 14 @include peertube-select-container(340px);
15} 15}
16 16
17input[type=submit] { 17input[type=submit], button {
18 @include peertube-button; 18 @include peertube-button;
19 @include orange-button; 19 @include orange-button;
20 20
@@ -25,3 +25,23 @@ input[type=submit] {
25 margin-top: 5px; 25 margin-top: 5px;
26 font-size: 11px; 26 font-size: 11px;
27} 27}
28
29.account-title {
30 @include in-content-small-title;
31
32 margin-top: 55px;
33 margin-bottom: 30px;
34}
35
36.danger-zone {
37 .reset-password-email {
38 margin-bottom: 30px;
39 padding-bottom: 30px;
40 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
41
42 button {
43 display: block;
44 margin-top: 0;
45 }
46 }
47}
diff --git a/client/src/app/+admin/users/user-edit/user-edit.ts b/client/src/app/+admin/users/user-edit/user-edit.ts
index 0b3511e8e..adce1b2d4 100644
--- a/client/src/app/+admin/users/user-edit/user-edit.ts
+++ b/client/src/app/+admin/users/user-edit/user-edit.ts
@@ -2,12 +2,14 @@ import { ServerService } from '../../../core'
2import { FormReactive } from '../../../shared' 2import { FormReactive } from '../../../shared'
3import { USER_ROLE_LABELS, VideoResolution } from '../../../../../../shared' 3import { USER_ROLE_LABELS, VideoResolution } from '../../../../../../shared'
4import { ConfigService } from '@app/+admin/config/shared/config.service' 4import { ConfigService } from '@app/+admin/config/shared/config.service'
5import { UserAdminFlag } from '@shared/models/users/user-flag.model'
5 6
6export abstract class UserEdit extends FormReactive { 7export abstract class UserEdit extends FormReactive {
7 videoQuotaOptions: { value: string, label: string }[] = [] 8 videoQuotaOptions: { value: string, label: string }[] = []
8 videoQuotaDailyOptions: { value: string, label: string }[] = [] 9 videoQuotaDailyOptions: { value: string, label: string }[] = []
9 roles = Object.keys(USER_ROLE_LABELS).map(key => ({ value: key.toString(), label: USER_ROLE_LABELS[key] })) 10 roles = Object.keys(USER_ROLE_LABELS).map(key => ({ value: key.toString(), label: USER_ROLE_LABELS[key] }))
10 username: string 11 username: string
12 userId: number
11 13
12 protected abstract serverService: ServerService 14 protected abstract serverService: ServerService
13 protected abstract configService: ConfigService 15 protected abstract configService: ConfigService
@@ -22,7 +24,9 @@ export abstract class UserEdit extends FormReactive {
22 } 24 }
23 25
24 computeQuotaWithTranscoding () { 26 computeQuotaWithTranscoding () {
25 const resolutions = this.serverService.getConfig().transcoding.enabledResolutions 27 const transcodingConfig = this.serverService.getConfig().transcoding
28
29 const resolutions = transcodingConfig.enabledResolutions
26 const higherResolution = VideoResolution.H_1080P 30 const higherResolution = VideoResolution.H_1080P
27 let multiplier = 0 31 let multiplier = 0
28 32
@@ -30,9 +34,19 @@ export abstract class UserEdit extends FormReactive {
30 multiplier += resolution / higherResolution 34 multiplier += resolution / higherResolution
31 } 35 }
32 36
37 if (transcodingConfig.hls.enabled) multiplier *= 2
38
33 return multiplier * parseInt(this.form.value['videoQuota'], 10) 39 return multiplier * parseInt(this.form.value['videoQuota'], 10)
34 } 40 }
35 41
42 resetPassword () {
43 return
44 }
45
46 protected buildAdminFlags (formValue: any) {
47 return formValue.byPassAutoBlacklist ? UserAdminFlag.BY_PASS_VIDEO_AUTO_BLACKLIST : UserAdminFlag.NONE
48 }
49
36 protected buildQuotaOptions () { 50 protected buildQuotaOptions () {
37 // These are used by a HTML select, so convert key into strings 51 // These are used by a HTML select, so convert key into strings
38 this.videoQuotaOptions = this.configService 52 this.videoQuotaOptions = this.configService
diff --git a/client/src/app/+admin/users/user-edit/user-password.component.html b/client/src/app/+admin/users/user-edit/user-password.component.html
new file mode 100644
index 000000000..a1e1f6216
--- /dev/null
+++ b/client/src/app/+admin/users/user-edit/user-password.component.html
@@ -0,0 +1,21 @@
1<form role="form" (ngSubmit)="formValidated()" [formGroup]="form">
2 <div class="form-group">
3
4 <div class="input-group">
5 <input id="password" [attr.type]="showPassword ? 'text' : 'password'"
6 formControlName="password" [ngClass]="{ 'input-error': formErrors['password'] }"
7 >
8 <div class="input-group-append">
9 <button class="btn btn-sm btn-outline-secondary" (click)="togglePasswordVisibility()" type="button">
10 <ng-container *ngIf="!showPassword" i18n>Show</ng-container>
11 <ng-container *ngIf="!!showPassword" i18n>Hide</ng-container>
12 </button>
13 </div>
14 </div>
15 <div *ngIf="formErrors.password" class="form-error">
16 {{ formErrors.password }}
17 </div>
18 </div>
19
20 <input type="submit" value="{{ getFormButtonTitle() }}" [disabled]="!form.valid">
21</form>
diff --git a/client/src/app/+admin/users/user-edit/user-password.component.scss b/client/src/app/+admin/users/user-edit/user-password.component.scss
new file mode 100644
index 000000000..217d585af
--- /dev/null
+++ b/client/src/app/+admin/users/user-edit/user-password.component.scss
@@ -0,0 +1,22 @@
1@import '_variables';
2@import '_mixins';
3
4input:not([type=submit]):not([type=checkbox]) {
5 @include peertube-input-text(340px);
6
7 display: block;
8 border-top-right-radius: 0;
9 border-bottom-right-radius: 0;
10 border-right: none;
11}
12
13input[type=submit] {
14 @include peertube-button;
15 @include orange-button;
16
17 margin-top: 10px;
18}
19
20.input-group-append {
21 height: 30px;
22}
diff --git a/client/src/app/+admin/users/user-edit/user-password.component.ts b/client/src/app/+admin/users/user-edit/user-password.component.ts
new file mode 100644
index 000000000..5b3040440
--- /dev/null
+++ b/client/src/app/+admin/users/user-edit/user-password.component.ts
@@ -0,0 +1,64 @@
1import { Component, Input, OnInit } from '@angular/core'
2import { ActivatedRoute, Router } from '@angular/router'
3import { UserService } from '@app/shared/users/user.service'
4import { Notifier } from '../../../core'
5import { User, UserUpdate } from '../../../../../../shared'
6import { I18n } from '@ngx-translate/i18n-polyfill'
7import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service'
8import { UserValidatorsService } from '@app/shared/forms/form-validators/user-validators.service'
9import { FormReactive } from '../../../shared'
10
11@Component({
12 selector: 'my-user-password',
13 templateUrl: './user-password.component.html',
14 styleUrls: [ './user-password.component.scss' ]
15})
16export class UserPasswordComponent extends FormReactive implements OnInit {
17 error: string
18 username: string
19 showPassword = false
20
21 @Input() userId: number
22
23 constructor (
24 protected formValidatorService: FormValidatorService,
25 private userValidatorsService: UserValidatorsService,
26 private route: ActivatedRoute,
27 private router: Router,
28 private notifier: Notifier,
29 private userService: UserService,
30 private i18n: I18n
31 ) {
32 super()
33 }
34
35 ngOnInit () {
36 this.buildForm({
37 password: this.userValidatorsService.USER_PASSWORD
38 })
39 }
40
41 formValidated () {
42 this.error = undefined
43
44 const userUpdate: UserUpdate = this.form.value
45
46 this.userService.updateUser(this.userId, userUpdate).subscribe(
47 () => {
48 this.notifier.success(
49 this.i18n('Password changed for user {{username}}.', { username: this.username })
50 )
51 },
52
53 err => this.error = err.message
54 )
55 }
56
57 togglePasswordVisibility () {
58 this.showPassword = !this.showPassword
59 }
60
61 getFormButtonTitle () {
62 return this.i18n('Update user password')
63 }
64}
diff --git a/client/src/app/+admin/users/user-edit/user-update.component.ts b/client/src/app/+admin/users/user-edit/user-update.component.ts
index 61e641823..04b2935f4 100644
--- a/client/src/app/+admin/users/user-edit/user-update.component.ts
+++ b/client/src/app/+admin/users/user-edit/user-update.component.ts
@@ -10,6 +10,7 @@ import { FormValidatorService } from '@app/shared/forms/form-validators/form-val
10import { UserValidatorsService } from '@app/shared/forms/form-validators/user-validators.service' 10import { UserValidatorsService } from '@app/shared/forms/form-validators/user-validators.service'
11import { ConfigService } from '@app/+admin/config/shared/config.service' 11import { ConfigService } from '@app/+admin/config/shared/config.service'
12import { UserService } from '@app/shared' 12import { UserService } from '@app/shared'
13import { UserAdminFlag } from '@shared/models/users/user-flag.model'
13 14
14@Component({ 15@Component({
15 selector: 'my-user-update', 16 selector: 'my-user-update',
@@ -19,6 +20,7 @@ import { UserService } from '@app/shared'
19export class UserUpdateComponent extends UserEdit implements OnInit, OnDestroy { 20export class UserUpdateComponent extends UserEdit implements OnInit, OnDestroy {
20 error: string 21 error: string
21 userId: number 22 userId: number
23 userEmail: string
22 username: string 24 username: string
23 25
24 private paramsSub: Subscription 26 private paramsSub: Subscription
@@ -45,7 +47,8 @@ export class UserUpdateComponent extends UserEdit implements OnInit, OnDestroy {
45 email: this.userValidatorsService.USER_EMAIL, 47 email: this.userValidatorsService.USER_EMAIL,
46 role: this.userValidatorsService.USER_ROLE, 48 role: this.userValidatorsService.USER_ROLE,
47 videoQuota: this.userValidatorsService.USER_VIDEO_QUOTA, 49 videoQuota: this.userValidatorsService.USER_VIDEO_QUOTA,
48 videoQuotaDaily: this.userValidatorsService.USER_VIDEO_QUOTA_DAILY 50 videoQuotaDaily: this.userValidatorsService.USER_VIDEO_QUOTA_DAILY,
51 byPassAutoBlacklist: null
49 }, defaultValues) 52 }, defaultValues)
50 53
51 this.paramsSub = this.route.params.subscribe(routeParams => { 54 this.paramsSub = this.route.params.subscribe(routeParams => {
@@ -66,6 +69,7 @@ export class UserUpdateComponent extends UserEdit implements OnInit, OnDestroy {
66 this.error = undefined 69 this.error = undefined
67 70
68 const userUpdate: UserUpdate = this.form.value 71 const userUpdate: UserUpdate = this.form.value
72 userUpdate.adminFlags = this.buildAdminFlags(this.form.value)
69 73
70 // A select in HTML is always mapped as a string, we convert it to number 74 // A select in HTML is always mapped as a string, we convert it to number
71 userUpdate.videoQuota = parseInt(this.form.value['videoQuota'], 10) 75 userUpdate.videoQuota = parseInt(this.form.value['videoQuota'], 10)
@@ -89,15 +93,29 @@ export class UserUpdateComponent extends UserEdit implements OnInit, OnDestroy {
89 return this.i18n('Update user') 93 return this.i18n('Update user')
90 } 94 }
91 95
96 resetPassword () {
97 this.userService.askResetPassword(this.userEmail).subscribe(
98 () => {
99 this.notifier.success(
100 this.i18n('An email asking for password reset has been sent to {{username}}.', { username: this.username })
101 )
102 },
103
104 err => this.error = err.message
105 )
106 }
107
92 private onUserFetched (userJson: User) { 108 private onUserFetched (userJson: User) {
93 this.userId = userJson.id 109 this.userId = userJson.id
94 this.username = userJson.username 110 this.username = userJson.username
111 this.userEmail = userJson.email
95 112
96 this.form.patchValue({ 113 this.form.patchValue({
97 email: userJson.email, 114 email: userJson.email,
98 role: userJson.role, 115 role: userJson.role,
99 videoQuota: userJson.videoQuota, 116 videoQuota: userJson.videoQuota,
100 videoQuotaDaily: userJson.videoQuotaDaily 117 videoQuotaDaily: userJson.videoQuotaDaily,
118 byPassAutoBlacklist: userJson.adminFlags & UserAdminFlag.BY_PASS_VIDEO_AUTO_BLACKLIST
101 }) 119 })
102 } 120 }
103} 121}
diff --git a/client/src/app/+my-account/my-account-history/my-account-history.component.html b/client/src/app/+my-account/my-account-history/my-account-history.component.html
index d42af37d4..6e274f689 100644
--- a/client/src/app/+my-account/my-account-history/my-account-history.component.html
+++ b/client/src/app/+my-account/my-account-history/my-account-history.component.html
@@ -4,24 +4,19 @@
4 <label i18n>History enabled</label> 4 <label i18n>History enabled</label>
5 </div> 5 </div>
6 6
7 <div class="delete-history"> 7 <button class="delete-history" (click)="deleteHistory()" i18n>
8 <button (click)="deleteHistory()" i18n>Delete history</button> 8 <my-global-icon iconName="delete"></my-global-icon>
9 </div> 9 Delete history
10 </button>
10</div> 11</div>
11 12
12 13
13<div class="no-history" i18n *ngIf="pagination.totalItems === 0">You don't have videos history yet.</div> 14<div class="no-history" i18n *ngIf="pagination.totalItems === 0">You don't have videos history yet.</div>
14 15
15<div myInfiniteScroller (nearOfBottom)="onNearOfBottom()" class="videos" #videosElement> 16<div myInfiniteScroller (nearOfBottom)="onNearOfBottom()" [autoInit]="true" class="videos">
16 <div *ngFor="let videos of videoPages;" class="videos-page"> 17 <div class="video" *ngFor="let video of videos">
17 <div class="video" *ngFor="let video of videos"> 18 <my-video-miniature
18 <my-video-thumbnail [video]="video"></my-video-thumbnail> 19 [video]="video" [displayAsRow]="true"
19 20 (videoRemoved)="removeVideoFromArray(video)" (videoBlacklisted)="removeVideoFromArray(video)"></my-video-miniature>
20 <div class="video-info">
21 <a tabindex="-1" class="video-info-name" [routerLink]="['/videos/watch', video.uuid]" [attr.title]="video.name">{{ video.name }}</a>
22 <span i18n class="video-info-date-views">{{ video.views | myNumberFormatter }} views</span>
23 <a tabindex="-1" class="video-info-account" [routerLink]="[ '/accounts', video.byAccount ]">{{ video.byAccount }}</a>
24 </div>
25 </div>
26 </div> 21 </div>
27</div> 22</div>
diff --git a/client/src/app/+my-account/my-account-history/my-account-history.component.scss b/client/src/app/+my-account/my-account-history/my-account-history.component.scss
index e7c6863f1..af6395fb1 100644
--- a/client/src/app/+my-account/my-account-history/my-account-history.component.scss
+++ b/client/src/app/+my-account/my-account-history/my-account-history.component.scss
@@ -23,77 +23,18 @@
23 } 23 }
24 24
25 .delete-history { 25 .delete-history {
26 font-size: 15px; 26 @include peertube-button;
27 @include grey-button;
28 @include button-with-icon;
27 29
28 button { 30 font-size: 15px;
29 @include peertube-button;
30 @include grey-button;
31 }
32 } 31 }
33} 32}
34 33
35.video { 34.video {
36 @include row-blocks; 35 @include row-blocks;
37 36
38 my-video-thumbnail { 37 .my-video-miniature {
39 margin-right: 10px;
40 }
41
42 .video-info {
43 flex-grow: 1; 38 flex-grow: 1;
44
45 .video-info-name {
46 @include disable-default-a-behaviour;
47
48 color: var(--mainForegroundColor);
49 display: block;
50 width: fit-content;
51 font-size: 18px;
52 font-weight: $font-semibold;
53 }
54
55 .video-info-date-views {
56 font-size: 14px;
57 }
58
59 .video-info-account {
60 @include disable-default-a-behaviour;
61
62 display: block;
63 width: fit-content;
64 overflow: hidden;
65 text-overflow: ellipsis;
66 white-space: nowrap;
67 font-size: 14px;
68 color: $grey-foreground-color;
69
70 &:hover {
71 color: $grey-foreground-hover-color;
72 }
73 }
74 }
75}
76
77@media screen and (max-width: $small-view) {
78 .video {
79 flex-direction: column;
80 height: auto;
81 text-align: center;
82
83 .video-info-name {
84 margin: auto;
85 }
86
87 input[type=checkbox] {
88 display: none;
89 }
90
91 my-video-thumbnail {
92 margin-right: 0;
93 }
94
95 .video-buttons {
96 margin-top: 10px;
97 }
98 } 39 }
99} 40}
diff --git a/client/src/app/+my-account/my-account-history/my-account-history.component.ts b/client/src/app/+my-account/my-account-history/my-account-history.component.ts
index 394091bad..73340d21a 100644
--- a/client/src/app/+my-account/my-account-history/my-account-history.component.ts
+++ b/client/src/app/+my-account/my-account-history/my-account-history.component.ts
@@ -1,6 +1,5 @@
1import { Component, OnDestroy, OnInit } from '@angular/core' 1import { Component, OnDestroy, OnInit } from '@angular/core'
2import { ActivatedRoute, Router } from '@angular/router' 2import { ActivatedRoute, Router } from '@angular/router'
3import { Location } from '@angular/common'
4import { immutableAssign } from '@app/shared/misc/utils' 3import { immutableAssign } from '@app/shared/misc/utils'
5import { ComponentPagination } from '@app/shared/rest/component-pagination.model' 4import { ComponentPagination } from '@app/shared/rest/component-pagination.model'
6import { AuthService } from '../../core/auth' 5import { AuthService } from '../../core/auth'
@@ -11,7 +10,7 @@ import { I18n } from '@ngx-translate/i18n-polyfill'
11import { ScreenService } from '@app/shared/misc/screen.service' 10import { ScreenService } from '@app/shared/misc/screen.service'
12import { UserHistoryService } from '@app/shared/users/user-history.service' 11import { UserHistoryService } from '@app/shared/users/user-history.service'
13import { UserService } from '@app/shared' 12import { UserService } from '@app/shared'
14import { Notifier } from '@app/core' 13import { Notifier, ServerService } from '@app/core'
15 14
16@Component({ 15@Component({
17 selector: 'my-account-history', 16 selector: 'my-account-history',
@@ -20,7 +19,6 @@ import { Notifier } from '@app/core'
20}) 19})
21export class MyAccountHistoryComponent extends AbstractVideoList implements OnInit, OnDestroy { 20export class MyAccountHistoryComponent extends AbstractVideoList implements OnInit, OnDestroy {
22 titlePage: string 21 titlePage: string
23 currentRoute = '/my-account/history/videos'
24 pagination: ComponentPagination = { 22 pagination: ComponentPagination = {
25 currentPage: 1, 23 currentPage: 1,
26 itemsPerPage: 5, 24 itemsPerPage: 5,
@@ -28,16 +26,13 @@ export class MyAccountHistoryComponent extends AbstractVideoList implements OnIn
28 } 26 }
29 videosHistoryEnabled: boolean 27 videosHistoryEnabled: boolean
30 28
31 protected baseVideoWidth = -1
32 protected baseVideoHeight = 155
33
34 constructor ( 29 constructor (
35 protected router: Router, 30 protected router: Router,
31 protected serverService: ServerService,
36 protected route: ActivatedRoute, 32 protected route: ActivatedRoute,
37 protected authService: AuthService, 33 protected authService: AuthService,
38 protected userService: UserService, 34 protected userService: UserService,
39 protected notifier: Notifier, 35 protected notifier: Notifier,
40 protected location: Location,
41 protected screenService: ScreenService, 36 protected screenService: ScreenService,
42 protected i18n: I18n, 37 protected i18n: I18n,
43 private confirmService: ConfirmService, 38 private confirmService: ConfirmService,
diff --git a/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html b/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html
index 5709e9f54..c5fd3ccb9 100644
--- a/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html
+++ b/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html
@@ -30,8 +30,7 @@
30 </a> 30 </a>
31 </td> 31 </td>
32 <td> 32 <td>
33 <a [href]="videoChangeOwnership.video.url" i18n-title title="Go to the video" target="_blank" 33 <a [href]="videoChangeOwnership.video.url" i18n-title title="Go to the video" target="_blank" rel="noopener noreferrer">
34 rel="noopener noreferrer">
35 {{ videoChangeOwnership.video.name }} 34 {{ videoChangeOwnership.video.name }}
36 </a> 35 </a>
37 </td> 36 </td>
@@ -39,16 +38,12 @@
39 <td i18n>{{ videoChangeOwnership.status }}</td> 38 <td i18n>{{ videoChangeOwnership.status }}</td>
40 <td class="action-cell"> 39 <td class="action-cell">
41 <ng-container *ngIf="videoChangeOwnership.status === 'WAITING'"> 40 <ng-container *ngIf="videoChangeOwnership.status === 'WAITING'">
42 <my-button i18n label="Accept" 41 <my-button i18n-label label="Accept" icon="tick" (click)="openAcceptModal(videoChangeOwnership)"></my-button>
43 icon="tick" 42 <my-button i18n-label label="Refuse" icon="cross" (click)="refuse(videoChangeOwnership)"></my-button>
44 (click)="openAcceptModal(videoChangeOwnership)"></my-button>
45 <my-button i18n label="Refuse"
46 icon="cross"
47 (click)="refuse(videoChangeOwnership)">Refuse</my-button>
48 </ng-container> 43 </ng-container>
49 </td> 44 </td>
50 </tr> 45 </tr>
51 </ng-template> 46 </ng-template>
52</p-table> 47</p-table>
53 48
54<my-account-accept-ownership #myAccountAcceptOwnershipComponent (accepted)="accepted()"></my-account-accept-ownership> \ No newline at end of file 49<my-account-accept-ownership #myAccountAcceptOwnershipComponent (accepted)="accepted()"></my-account-accept-ownership>
diff --git a/client/src/app/+my-account/my-account-routing.module.ts b/client/src/app/+my-account/my-account-routing.module.ts
index 9996218ca..018d6f996 100644
--- a/client/src/app/+my-account/my-account-routing.module.ts
+++ b/client/src/app/+my-account/my-account-routing.module.ts
@@ -15,6 +15,16 @@ import { MyAccountBlocklistComponent } from '@app/+my-account/my-account-blockli
15import { MyAccountServerBlocklistComponent } from '@app/+my-account/my-account-blocklist/my-account-server-blocklist.component' 15import { MyAccountServerBlocklistComponent } from '@app/+my-account/my-account-blocklist/my-account-server-blocklist.component'
16import { MyAccountHistoryComponent } from '@app/+my-account/my-account-history/my-account-history.component' 16import { MyAccountHistoryComponent } from '@app/+my-account/my-account-history/my-account-history.component'
17import { MyAccountNotificationsComponent } from '@app/+my-account/my-account-notifications/my-account-notifications.component' 17import { MyAccountNotificationsComponent } from '@app/+my-account/my-account-notifications/my-account-notifications.component'
18import { MyAccountVideoPlaylistsComponent } from '@app/+my-account/my-account-video-playlists/my-account-video-playlists.component'
19import {
20 MyAccountVideoPlaylistCreateComponent
21} from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component'
22import {
23 MyAccountVideoPlaylistUpdateComponent
24} from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component'
25import {
26 MyAccountVideoPlaylistElementsComponent
27} from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component'
18 28
19const myAccountRoutes: Routes = [ 29const myAccountRoutes: Routes = [
20 { 30 {
@@ -36,6 +46,7 @@ const myAccountRoutes: Routes = [
36 } 46 }
37 } 47 }
38 }, 48 },
49
39 { 50 {
40 path: 'video-channels', 51 path: 'video-channels',
41 component: MyAccountVideoChannelsComponent, 52 component: MyAccountVideoChannelsComponent,
@@ -63,12 +74,54 @@ const myAccountRoutes: Routes = [
63 } 74 }
64 } 75 }
65 }, 76 },
77
78 {
79 path: 'video-playlists',
80 component: MyAccountVideoPlaylistsComponent,
81 data: {
82 meta: {
83 title: 'Account playlists'
84 }
85 }
86 },
87 {
88 path: 'video-playlists/create',
89 component: MyAccountVideoPlaylistCreateComponent,
90 data: {
91 meta: {
92 title: 'Create new playlist'
93 }
94 }
95 },
96 {
97 path: 'video-playlists/:videoPlaylistId',
98 component: MyAccountVideoPlaylistElementsComponent,
99 data: {
100 meta: {
101 title: 'Playlist elements'
102 }
103 }
104 },
105 {
106 path: 'video-playlists/update/:videoPlaylistId',
107 component: MyAccountVideoPlaylistUpdateComponent,
108 data: {
109 meta: {
110 title: 'Update playlist'
111 }
112 }
113 },
114
66 { 115 {
67 path: 'videos', 116 path: 'videos',
68 component: MyAccountVideosComponent, 117 component: MyAccountVideosComponent,
69 data: { 118 data: {
70 meta: { 119 meta: {
71 title: 'Account videos' 120 title: 'Account videos'
121 },
122 reuse: {
123 enabled: true,
124 key: 'my-account-videos-list'
72 } 125 }
73 } 126 }
74 }, 127 },
@@ -123,6 +176,10 @@ const myAccountRoutes: Routes = [
123 data: { 176 data: {
124 meta: { 177 meta: {
125 title: 'Videos history' 178 title: 'Videos history'
179 },
180 reuse: {
181 enabled: true,
182 key: 'my-videos-history-list'
126 } 183 }
127 } 184 }
128 }, 185 },
diff --git a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html
index 59422d682..93e294a96 100644
--- a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html
+++ b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html
@@ -4,8 +4,8 @@
4 <div i18n *ngIf="emailEnabled">Email</div> 4 <div i18n *ngIf="emailEnabled">Email</div>
5</div> 5</div>
6 6
7<div class="custom-row" *ngFor="let notificationType of notificationSettingKeys"> 7<ng-container *ngFor="let notificationType of notificationSettingKeys">
8 <ng-container *ngIf="hasUserRight(notificationType)"> 8 <div class="custom-row" *ngIf="hasUserRight(notificationType)">
9 <div>{{ labelNotifications[notificationType] }}</div> 9 <div>{{ labelNotifications[notificationType] }}</div>
10 10
11 <div> 11 <div>
@@ -15,5 +15,5 @@
15 <div *ngIf="emailEnabled"> 15 <div *ngIf="emailEnabled">
16 <p-inputSwitch [(ngModel)]="emailNotifications[notificationType]" (onChange)="updateEmailSetting(notificationType, $event.checked)"></p-inputSwitch> 16 <p-inputSwitch [(ngModel)]="emailNotifications[notificationType]" (onChange)="updateEmailSetting(notificationType, $event.checked)"></p-inputSwitch>
17 </div> 17 </div>
18 </ng-container> 18 </div>
19</div> 19</ng-container>
diff --git a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss
index 6feb16ab1..7cd5c3b46 100644
--- a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss
+++ b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss
@@ -4,7 +4,7 @@
4.custom-row { 4.custom-row {
5 display: flex; 5 display: flex;
6 align-items: center; 6 align-items: center;
7 border-bottom: 1px solid rgba(0, 0, 0, 0.10); 7 border-bottom: 1px solid $separator-border-color;
8 8
9 &:first-child { 9 &:first-child {
10 font-size: 16px; 10 font-size: 16px;
@@ -16,6 +16,14 @@
16 16
17 & > div { 17 & > div {
18 width: 350px; 18 width: 350px;
19
20 @media screen and (max-width: $small-view) {
21 width: auto;
22
23 &:first-child {
24 flex-grow: 1;
25 }
26 }
19 } 27 }
20 28
21 & > div { 29 & > div {
diff --git a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts
index 519bdfab4..34febc457 100644
--- a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts
+++ b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts
@@ -31,22 +31,27 @@ export class MyAccountNotificationPreferencesComponent implements OnInit {
31 private serverService: ServerService, 31 private serverService: ServerService,
32 private notifier: Notifier 32 private notifier: Notifier
33 ) { 33 ) {
34
34 this.labelNotifications = { 35 this.labelNotifications = {
35 newVideoFromSubscription: this.i18n('New video from your subscriptions'), 36 newVideoFromSubscription: this.i18n('New video from your subscriptions'),
36 newCommentOnMyVideo: this.i18n('New comment on your video'), 37 newCommentOnMyVideo: this.i18n('New comment on your video'),
37 videoAbuseAsModerator: this.i18n('New video abuse on local video'), 38 videoAbuseAsModerator: this.i18n('New video abuse'),
39 videoAutoBlacklistAsModerator: this.i18n('Video auto-blacklisted waiting review'),
38 blacklistOnMyVideo: this.i18n('One of your video is blacklisted/unblacklisted'), 40 blacklistOnMyVideo: this.i18n('One of your video is blacklisted/unblacklisted'),
39 myVideoPublished: this.i18n('Video published (after transcoding/scheduled update)'), 41 myVideoPublished: this.i18n('Video published (after transcoding/scheduled update)'),
40 myVideoImportFinished: this.i18n('Video import finished'), 42 myVideoImportFinished: this.i18n('Video import finished'),
41 newUserRegistration: this.i18n('A new user registered on your instance'), 43 newUserRegistration: this.i18n('A new user registered on your instance'),
42 newFollow: this.i18n('You or your channel(s) has a new follower'), 44 newFollow: this.i18n('You or your channel(s) has a new follower'),
43 commentMention: this.i18n('Someone mentioned you in video comments') 45 commentMention: this.i18n('Someone mentioned you in video comments'),
46 newInstanceFollower: this.i18n('Your instance has a new follower')
44 } 47 }
45 this.notificationSettingKeys = Object.keys(this.labelNotifications) as (keyof UserNotificationSetting)[] 48 this.notificationSettingKeys = Object.keys(this.labelNotifications) as (keyof UserNotificationSetting)[]
46 49
47 this.rightNotifications = { 50 this.rightNotifications = {
48 videoAbuseAsModerator: UserRight.MANAGE_VIDEO_ABUSES, 51 videoAbuseAsModerator: UserRight.MANAGE_VIDEO_ABUSES,
49 newUserRegistration: UserRight.MANAGE_USERS 52 videoAutoBlacklistAsModerator: UserRight.MANAGE_VIDEO_BLACKLIST,
53 newUserRegistration: UserRight.MANAGE_USERS,
54 newInstanceFollower: UserRight.MANAGE_SERVER_FOLLOW
50 } 55 }
51 56
52 this.emailEnabled = this.serverService.getConfig().email.enabled 57 this.emailEnabled = this.serverService.getConfig().email.enabled
diff --git a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.ts b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.ts
index 9d2dccdf0..6ce22989b 100644
--- a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.ts
+++ b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.ts
@@ -1,7 +1,6 @@
1import { Component, OnInit } from '@angular/core' 1import { Component, OnInit } from '@angular/core'
2import { Notifier } from '@app/core' 2import { Notifier } from '@app/core'
3import { VideoChannel } from '@app/shared/video-channel/video-channel.model' 3import { VideoChannel } from '@app/shared/video-channel/video-channel.model'
4import { I18n } from '@ngx-translate/i18n-polyfill'
5import { UserSubscriptionService } from '@app/shared/user-subscription' 4import { UserSubscriptionService } from '@app/shared/user-subscription'
6import { ComponentPagination } from '@app/shared/rest/component-pagination.model' 5import { ComponentPagination } from '@app/shared/rest/component-pagination.model'
7 6
@@ -21,8 +20,7 @@ export class MyAccountSubscriptionsComponent implements OnInit {
21 20
22 constructor ( 21 constructor (
23 private userSubscriptionService: UserSubscriptionService, 22 private userSubscriptionService: UserSubscriptionService,
24 private notifier: Notifier, 23 private notifier: Notifier
25 private i18n: I18n
26 ) {} 24 ) {}
27 25
28 ngOnInit () { 26 ngOnInit () {
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html
index 51db2e75d..11e87ba79 100644
--- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html
+++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html
@@ -1,7 +1,7 @@
1<div class="video-channels-header"> 1<div class="video-channels-header">
2 <a class="create-button" routerLink="create"> 2 <a class="create-button" routerLink="create">
3 <my-global-icon iconName="add"></my-global-icon> 3 <my-global-icon iconName="add"></my-global-icon>
4 <ng-container i18n>Create another video channel</ng-container> 4 <ng-container i18n>Create a new video channel</ng-container>
5 </a> 5 </a>
6</div> 6</div>
7 7
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 {
35 async deleteVideoChannel (videoChannel: VideoChannel) { 35 async deleteVideoChannel (videoChannel: VideoChannel) {
36 const res = await this.confirmService.confirmWithInput( 36 const res = await this.confirmService.confirmWithInput(
37 this.i18n( 37 this.i18n(
38 'Do you really want to delete {{channelDisplayName}}? It will delete all videos uploaded in this channel, ' + 38 // tslint:disable
39 'and you will not be able to create another channel with the same name ({{channelName}})!', 39 '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}})!',
40 { channelDisplayName: videoChannel.displayName, channelName: videoChannel.name } 40 { channelDisplayName: videoChannel.displayName, channelName: videoChannel.name }
41 ), 41 ),
42 this.i18n( 42 this.i18n(
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts
new file mode 100644
index 000000000..87a10961f
--- /dev/null
+++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts
@@ -0,0 +1,93 @@
1import { Component, OnInit } from '@angular/core'
2import { Router } from '@angular/router'
3import { AuthService, Notifier, ServerService } from '@app/core'
4import { MyAccountVideoPlaylistEdit } from './my-account-video-playlist-edit'
5import { I18n } from '@ngx-translate/i18n-polyfill'
6import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service'
7import { VideoPlaylistValidatorsService } from '@app/shared'
8import { VideoPlaylistCreate } from '@shared/models/videos/playlist/video-playlist-create.model'
9import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service'
10import { VideoConstant } from '@shared/models'
11import { VideoPlaylistPrivacy } from '@shared/models/videos/playlist/video-playlist-privacy.model'
12import { populateAsyncUserVideoChannels } from '@app/shared/misc/utils'
13
14@Component({
15 selector: 'my-account-video-playlist-create',
16 templateUrl: './my-account-video-playlist-edit.component.html',
17 styleUrls: [ './my-account-video-playlist-edit.component.scss' ]
18})
19export class MyAccountVideoPlaylistCreateComponent extends MyAccountVideoPlaylistEdit implements OnInit {
20 error: string
21 videoPlaylistPrivacies: VideoConstant<VideoPlaylistPrivacy>[] = []
22
23 constructor (
24 protected formValidatorService: FormValidatorService,
25 private authService: AuthService,
26 private videoPlaylistValidatorsService: VideoPlaylistValidatorsService,
27 private notifier: Notifier,
28 private router: Router,
29 private videoPlaylistService: VideoPlaylistService,
30 private serverService: ServerService,
31 private i18n: I18n
32 ) {
33 super()
34 }
35
36 ngOnInit () {
37 this.buildForm({
38 displayName: this.videoPlaylistValidatorsService.VIDEO_PLAYLIST_DISPLAY_NAME,
39 privacy: this.videoPlaylistValidatorsService.VIDEO_PLAYLIST_PRIVACY,
40 description: this.videoPlaylistValidatorsService.VIDEO_PLAYLIST_DESCRIPTION,
41 videoChannelId: this.videoPlaylistValidatorsService.VIDEO_PLAYLIST_CHANNEL_ID,
42 thumbnailfile: null
43 })
44
45 this.form.get('privacy').valueChanges.subscribe(privacy => {
46 this.videoPlaylistValidatorsService.setChannelValidator(this.form.get('videoChannelId'), privacy)
47 })
48
49 populateAsyncUserVideoChannels(this.authService, this.userVideoChannels)
50
51 this.serverService.videoPlaylistPrivaciesLoaded.subscribe(
52 () => {
53 this.videoPlaylistPrivacies = this.serverService.getVideoPlaylistPrivacies()
54
55 this.form.patchValue({
56 privacy: VideoPlaylistPrivacy.PRIVATE
57 })
58 }
59 )
60 }
61
62 formValidated () {
63 this.error = undefined
64
65 const body = this.form.value
66 const videoPlaylistCreate: VideoPlaylistCreate = {
67 displayName: body.displayName,
68 privacy: body.privacy,
69 description: body.description || null,
70 videoChannelId: body.videoChannelId || null,
71 thumbnailfile: body.thumbnailfile || null
72 }
73
74 this.videoPlaylistService.createVideoPlaylist(videoPlaylistCreate).subscribe(
75 () => {
76 this.notifier.success(
77 this.i18n('Playlist {{playlistName}} created.', { playlistName: videoPlaylistCreate.displayName })
78 )
79 this.router.navigate([ '/my-account', 'video-playlists' ])
80 },
81
82 err => this.error = err.message
83 )
84 }
85
86 isCreation () {
87 return true
88 }
89
90 getFormButtonTitle () {
91 return this.i18n('Create')
92 }
93}
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
new file mode 100644
index 000000000..303fc46f7
--- /dev/null
+++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
@@ -0,0 +1,69 @@
1<div i18n class="form-sub-title" *ngIf="isCreation() === true">Create a new playlist</div>
2
3<div *ngIf="error" class="alert alert-danger">{{ error }}</div>
4
5<form role="form" (ngSubmit)="formValidated()" [formGroup]="form">
6 <div class="row">
7 <div class="col-md-12 col-xl-6">
8 <div class="form-group">
9 <label i18n for="displayName">Display name</label>
10 <input
11 type="text" id="displayName"
12 formControlName="displayName" [ngClass]="{ 'input-error': formErrors['displayName'] }"
13 >
14 <div *ngIf="formErrors['displayName']" class="form-error">
15 {{ formErrors['displayName'] }}
16 </div>
17 </div>
18
19 <div class="form-group">
20 <label i18n for="description">Description</label>
21 <textarea
22 id="description" formControlName="description"
23 [ngClass]="{ 'input-error': formErrors['description'] }"
24 ></textarea>
25 <div *ngIf="formErrors.description" class="form-error">
26 {{ formErrors.description }}
27 </div>
28 </div>
29 </div>
30
31 <div class="col-md-12 col-xl-6">
32 <div class="form-group">
33 <label i18n for="privacy">Privacy</label>
34 <div class="peertube-select-container">
35 <select id="privacy" formControlName="privacy">
36 <option *ngFor="let privacy of videoPlaylistPrivacies" [value]="privacy.id">{{ privacy.label }}</option>
37 </select>
38 </div>
39
40 <div *ngIf="formErrors.privacy" class="form-error">
41 {{ formErrors.privacy }}
42 </div>
43 </div>
44
45 <div class="form-group">
46 <label i18n>Channel</label>
47 <div class="peertube-select-container">
48 <select formControlName="videoChannelId">
49 <option></option>
50 <option *ngFor="let channel of userVideoChannels" [value]="channel.id">{{ channel.label }}</option>
51 </select>
52 </div>
53
54 <div *ngIf="formErrors['videoChannelId']" class="form-error">
55 {{ formErrors['videoChannelId'] }}
56 </div>
57 </div>
58
59 <div class="form-group">
60 <my-image-upload
61 i18n-inputLabel inputLabel="Upload thumbnail" inputName="thumbnailfile" formControlName="thumbnailfile"
62 previewWidth="200px" previewHeight="110px"
63 ></my-image-upload>
64 </div>
65 </div>
66 </div>
67
68 <input type="submit" value="{{ getFormButtonTitle() }}" [disabled]="!form.valid">
69</form>
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.scss b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.scss
new file mode 100644
index 000000000..5af846d8e
--- /dev/null
+++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.scss
@@ -0,0 +1,27 @@
1@import '_variables';
2@import '_mixins';
3
4.form-sub-title {
5 margin-bottom: 20px;
6}
7
8input[type=text] {
9 @include peertube-input-text(340px);
10
11 display: block;
12}
13
14textarea {
15 @include peertube-textarea(500px, 150px);
16
17 display: block;
18}
19
20.peertube-select-container {
21 @include peertube-select-container(340px);
22}
23
24input[type=submit] {
25 @include peertube-button;
26 @include orange-button;
27}
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.ts b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.ts
new file mode 100644
index 000000000..fbfb4c8f7
--- /dev/null
+++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.ts
@@ -0,0 +1,13 @@
1import { FormReactive } from '@app/shared'
2import { VideoChannel } from '@app/shared/video-channel/video-channel.model'
3import { ServerService } from '@app/core'
4import { VideoPlaylist } from '@shared/models/videos/playlist/video-playlist.model'
5
6export abstract class MyAccountVideoPlaylistEdit extends FormReactive {
7 // Declare it here to avoid errors in create template
8 videoPlaylistToUpdate: VideoPlaylist
9 userVideoChannels: { id: number, label: string }[] = []
10
11 abstract isCreation (): boolean
12 abstract getFormButtonTitle (): string
13}
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html
new file mode 100644
index 000000000..284694b7f
--- /dev/null
+++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html
@@ -0,0 +1,26 @@
1<div class="row">
2
3 <div class="playlist-info col-xs-12 col-md-5 col-xl-3">
4 <my-video-playlist-miniature
5 *ngIf="playlist" [playlist]="playlist" [toManage]="false" [displayChannel]="true"
6 [displayDescription]="true" [displayPrivacy]="true"
7 ></my-video-playlist-miniature>
8 </div>
9
10 <div class="playlist-elements col-xs-12 col-md-7 col-xl-9">
11 <div i18n class="no-results" *ngIf="pagination.totalItems === 0">No videos in this playlist.</div>
12
13 <div
14 class="videos" myInfiniteScroller [autoInit]="true" (nearOfBottom)="onNearOfBottom()"
15 cdkDropList (cdkDropListDropped)="drop($event)"
16 >
17 <div class="video" *ngFor="let video of videos; trackBy: trackByFn" cdkDrag (cdkDragMoved)="onDragMove($event)">
18 <my-video-playlist-element-miniature
19 [video]="video" [playlist]="playlist" [owned]="true" (elementRemoved)="onElementRemoved($event)"
20 [position]="video.playlistElement.position"
21 >
22 </my-video-playlist-element-miniature>
23 </div>
24 </div>
25 </div>
26</div>
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss
new file mode 100644
index 000000000..900669827
--- /dev/null
+++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss
@@ -0,0 +1,39 @@
1@import '_variables';
2@import '_mixins';
3@import '_miniature';
4
5.playlist-info {
6 background-color: var(--submenuColor);
7 margin-left: -15px;
8 margin-top: -$sub-menu-margin-bottom;
9
10 padding: $sub-menu-margin-bottom 0;
11
12 display: flex;
13 justify-content: center;
14}
15
16// Thanks Angular CDK <3 https://material.angular.io/cdk/drag-drop/examples
17.cdk-drag-preview {
18 box-sizing: border-box;
19 border-radius: 4px;
20 box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
21 0 8px 10px 1px rgba(0, 0, 0, 0.14),
22 0 3px 14px 2px rgba(0, 0, 0, 0.12);
23}
24
25.cdk-drag-placeholder {
26 opacity: 0;
27}
28
29.cdk-drag-animating {
30 transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
31}
32
33.video:last-child {
34 border: none;
35}
36
37.videos.cdk-drop-list-dragging .video:not(.cdk-drag-placeholder) {
38 transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
39}
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.ts b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.ts
new file mode 100644
index 000000000..25d51d2cb
--- /dev/null
+++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.ts
@@ -0,0 +1,153 @@
1import { Component, OnDestroy, OnInit } from '@angular/core'
2import { Notifier, ServerService } from '@app/core'
3import { AuthService } from '../../core/auth'
4import { ConfirmService } from '../../core/confirm'
5import { ComponentPagination } from '@app/shared/rest/component-pagination.model'
6import { Video } from '@app/shared/video/video.model'
7import { Subject, Subscription } from 'rxjs'
8import { ActivatedRoute } from '@angular/router'
9import { VideoService } from '@app/shared/video/video.service'
10import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service'
11import { VideoPlaylist } from '@app/shared/video-playlist/video-playlist.model'
12import { I18n } from '@ngx-translate/i18n-polyfill'
13import { CdkDragDrop, CdkDragMove } from '@angular/cdk/drag-drop'
14import { throttleTime } from 'rxjs/operators'
15
16@Component({
17 selector: 'my-account-video-playlist-elements',
18 templateUrl: './my-account-video-playlist-elements.component.html',
19 styleUrls: [ './my-account-video-playlist-elements.component.scss' ]
20})
21export class MyAccountVideoPlaylistElementsComponent implements OnInit, OnDestroy {
22 videos: Video[] = []
23 playlist: VideoPlaylist
24
25 pagination: ComponentPagination = {
26 currentPage: 1,
27 itemsPerPage: 30,
28 totalItems: null
29 }
30
31 private videoPlaylistId: string | number
32 private paramsSub: Subscription
33 private dragMoveSubject = new Subject<number>()
34
35 constructor (
36 private authService: AuthService,
37 private serverService: ServerService,
38 private notifier: Notifier,
39 private confirmService: ConfirmService,
40 private route: ActivatedRoute,
41 private i18n: I18n,
42 private videoService: VideoService,
43 private videoPlaylistService: VideoPlaylistService
44 ) {}
45
46 ngOnInit () {
47 this.paramsSub = this.route.params.subscribe(routeParams => {
48 this.videoPlaylistId = routeParams[ 'videoPlaylistId' ]
49 this.loadElements()
50
51 this.loadPlaylistInfo()
52 })
53
54 this.dragMoveSubject.asObservable()
55 .pipe(throttleTime(200))
56 .subscribe(y => this.checkScroll(y))
57 }
58
59 ngOnDestroy () {
60 if (this.paramsSub) this.paramsSub.unsubscribe()
61 }
62
63 drop (event: CdkDragDrop<any>) {
64 const previousIndex = event.previousIndex
65 const newIndex = event.currentIndex
66
67 if (previousIndex === newIndex) return
68
69 const oldPosition = this.videos[previousIndex].playlistElement.position
70 const insertAfter = newIndex === 0 ? 0 : this.videos[newIndex].playlistElement.position
71
72 this.videoPlaylistService.reorderPlaylist(this.playlist.id, oldPosition, insertAfter)
73 .subscribe(
74 () => { /* nothing to do */ },
75
76 err => this.notifier.error(err.message)
77 )
78
79 const video = this.videos[previousIndex]
80
81 this.videos.splice(previousIndex, 1)
82 this.videos.splice(newIndex, 0, video)
83
84 this.reorderClientPositions()
85 }
86
87 onDragMove (event: CdkDragMove<any>) {
88 this.dragMoveSubject.next(event.pointerPosition.y)
89 }
90
91 checkScroll (pointerY: number) {
92 // FIXME: Uncomment when https://github.com/angular/material2/issues/14098 is fixed
93 // FIXME: Remove when https://github.com/angular/material2/issues/13588 is implemented
94 // if (pointerY < 150) {
95 // window.scrollBy({
96 // left: 0,
97 // top: -20,
98 // behavior: 'smooth'
99 // })
100 //
101 // return
102 // }
103 //
104 // if (window.innerHeight - pointerY <= 50) {
105 // window.scrollBy({
106 // left: 0,
107 // top: 20,
108 // behavior: 'smooth'
109 // })
110 // }
111 }
112
113 onElementRemoved (video: Video) {
114 this.videos = this.videos.filter(v => v.id !== video.id)
115 this.reorderClientPositions()
116 }
117
118 onNearOfBottom () {
119 // Last page
120 if (this.pagination.totalItems <= (this.pagination.currentPage * this.pagination.itemsPerPage)) return
121
122 this.pagination.currentPage += 1
123 this.loadElements()
124 }
125
126 trackByFn (index: number, elem: Video) {
127 return elem.id
128 }
129
130 private loadElements () {
131 this.videoService.getPlaylistVideos(this.videoPlaylistId, this.pagination)
132 .subscribe(({ totalVideos, videos }) => {
133 this.videos = this.videos.concat(videos)
134 this.pagination.totalItems = totalVideos
135 })
136 }
137
138 private loadPlaylistInfo () {
139 this.videoPlaylistService.getVideoPlaylist(this.videoPlaylistId)
140 .subscribe(playlist => {
141 this.playlist = playlist
142 })
143 }
144
145 private reorderClientPositions () {
146 let i = 1
147
148 for (const video of this.videos) {
149 video.playlistElement.position = i
150 i++
151 }
152 }
153}
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts
new file mode 100644
index 000000000..4887fdfb4
--- /dev/null
+++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts
@@ -0,0 +1,136 @@
1import { Component, OnDestroy, OnInit } from '@angular/core'
2import { ActivatedRoute, Router } from '@angular/router'
3import { AuthService, Notifier, ServerService } from '@app/core'
4import { Subscription } from 'rxjs'
5import { I18n } from '@ngx-translate/i18n-polyfill'
6import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service'
7import { MyAccountVideoPlaylistEdit } from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-edit'
8import { populateAsyncUserVideoChannels } from '@app/shared/misc/utils'
9import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service'
10import { VideoPlaylistValidatorsService } from '@app/shared'
11import { VideoPlaylistUpdate } from '@shared/models/videos/playlist/video-playlist-update.model'
12import { VideoConstant } from '@shared/models'
13import { VideoPlaylistPrivacy } from '@shared/models/videos/playlist/video-playlist-privacy.model'
14import { VideoPlaylist } from '@app/shared/video-playlist/video-playlist.model'
15
16@Component({
17 selector: 'my-account-video-playlist-update',
18 templateUrl: './my-account-video-playlist-edit.component.html',
19 styleUrls: [ './my-account-video-playlist-edit.component.scss' ]
20})
21export class MyAccountVideoPlaylistUpdateComponent extends MyAccountVideoPlaylistEdit implements OnInit, OnDestroy {
22 error: string
23 videoPlaylistToUpdate: VideoPlaylist
24 videoPlaylistPrivacies: VideoConstant<VideoPlaylistPrivacy>[] = []
25
26 private paramsSub: Subscription
27
28 constructor (
29 protected formValidatorService: FormValidatorService,
30 private authService: AuthService,
31 private videoPlaylistValidatorsService: VideoPlaylistValidatorsService,
32 private notifier: Notifier,
33 private router: Router,
34 private route: ActivatedRoute,
35 private videoPlaylistService: VideoPlaylistService,
36 private i18n: I18n,
37 private serverService: ServerService
38 ) {
39 super()
40 }
41
42 ngOnInit () {
43 this.buildForm({
44 displayName: this.videoPlaylistValidatorsService.VIDEO_PLAYLIST_DISPLAY_NAME,
45 privacy: this.videoPlaylistValidatorsService.VIDEO_PLAYLIST_PRIVACY,
46 description: this.videoPlaylistValidatorsService.VIDEO_PLAYLIST_DESCRIPTION,
47 videoChannelId: this.videoPlaylistValidatorsService.VIDEO_PLAYLIST_CHANNEL_ID,
48 thumbnailfile: null
49 })
50
51 this.form.get('privacy').valueChanges.subscribe(privacy => {
52 this.videoPlaylistValidatorsService.setChannelValidator(this.form.get('videoChannelId'), privacy)
53 })
54
55 populateAsyncUserVideoChannels(this.authService, this.userVideoChannels)
56
57 this.paramsSub = this.route.params.subscribe(routeParams => {
58 const videoPlaylistId = routeParams['videoPlaylistId']
59
60 this.videoPlaylistService.getVideoPlaylist(videoPlaylistId).subscribe(
61 videoPlaylistToUpdate => {
62 this.videoPlaylistToUpdate = videoPlaylistToUpdate
63
64 this.hydrateFormFromPlaylist()
65
66 this.serverService.videoPlaylistPrivaciesLoaded.subscribe(
67 () => {
68 this.videoPlaylistPrivacies = this.serverService.getVideoPlaylistPrivacies()
69 .filter(p => {
70 // If the playlist is not private, we cannot put it in private anymore
71 return this.videoPlaylistToUpdate.privacy.id === VideoPlaylistPrivacy.PRIVATE ||
72 p.id !== VideoPlaylistPrivacy.PRIVATE
73 })
74 }
75 )
76 },
77
78 err => this.error = err.message
79 )
80 })
81 }
82
83 ngOnDestroy () {
84 if (this.paramsSub) this.paramsSub.unsubscribe()
85 }
86
87 formValidated () {
88 this.error = undefined
89
90 const body = this.form.value
91 const videoPlaylistUpdate: VideoPlaylistUpdate = {
92 displayName: body.displayName,
93 privacy: body.privacy,
94 description: body.description || null,
95 videoChannelId: body.videoChannelId || null,
96 thumbnailfile: body.thumbnailfile || undefined
97 }
98
99 this.videoPlaylistService.updateVideoPlaylist(this.videoPlaylistToUpdate, videoPlaylistUpdate).subscribe(
100 () => {
101 this.notifier.success(
102 this.i18n('Playlist {{videoPlaylistName}} updated.', { videoPlaylistName: videoPlaylistUpdate.displayName })
103 )
104
105 this.router.navigate([ '/my-account', 'video-playlists' ])
106 },
107
108 err => this.error = err.message
109 )
110 }
111
112 isCreation () {
113 return false
114 }
115
116 getFormButtonTitle () {
117 return this.i18n('Update')
118 }
119
120 private hydrateFormFromPlaylist () {
121 this.form.patchValue({
122 displayName: this.videoPlaylistToUpdate.displayName,
123 privacy: this.videoPlaylistToUpdate.privacy.id,
124 description: this.videoPlaylistToUpdate.description,
125 videoChannelId: this.videoPlaylistToUpdate.videoChannel ? this.videoPlaylistToUpdate.videoChannel.id : null
126 })
127
128 fetch(this.videoPlaylistToUpdate.thumbnailUrl)
129 .then(response => response.blob())
130 .then(data => {
131 this.form.patchValue({
132 thumbnailfile: data
133 })
134 })
135 }
136}
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html
new file mode 100644
index 000000000..322560673
--- /dev/null
+++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html
@@ -0,0 +1,21 @@
1<div class="video-playlists-header">
2 <a class="create-button" routerLink="create">
3 <my-global-icon iconName="add"></my-global-icon>
4 <ng-container i18n>Create a new playlist</ng-container>
5 </a>
6</div>
7
8<div class="video-playlists" myInfiniteScroller (nearOfBottom)="onNearOfBottom()">
9 <div *ngFor="let playlist of videoPlaylists" class="video-playlist">
10 <div class="miniature-wrapper">
11 <my-video-playlist-miniature [playlist]="playlist" [toManage]="true" [displayChannel]="true" [displayDescription]="true" [displayPrivacy]="true"
12 ></my-video-playlist-miniature>
13 </div>
14
15 <div *ngIf="isRegularPlaylist(playlist)" class="video-playlist-buttons">
16 <my-delete-button (click)="deleteVideoPlaylist(playlist)"></my-delete-button>
17
18 <my-edit-button [routerLink]="[ 'update', playlist.uuid ]"></my-edit-button>
19 </div>
20 </div>
21</div>
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss
new file mode 100644
index 000000000..f648c33e4
--- /dev/null
+++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss
@@ -0,0 +1,51 @@
1@import '_variables';
2@import '_mixins';
3
4.create-button {
5 @include create-button;
6}
7
8/deep/ .action-button {
9 &.action-button-delete {
10 margin-right: 10px;
11 }
12}
13
14.video-playlist {
15 @include row-blocks;
16
17 .miniature-wrapper {
18 flex-grow: 1;
19
20 /deep/ .miniature {
21 display: flex;
22
23 .miniature-info {
24 margin-left: 10px;
25 width: auto;
26 }
27 }
28 }
29
30 .video-playlist-buttons {
31 min-width: 190px;
32 }
33}
34
35.video-playlists-header {
36 text-align: right;
37 margin: 20px 0 50px;
38}
39
40@media screen and (max-width: 800px) {
41 .video-playlists-header {
42 text-align: center;
43 }
44
45 .video-playlist {
46
47 .video-playlist-buttons {
48 margin-top: 10px;
49 }
50 }
51}
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts
new file mode 100644
index 000000000..e30656b92
--- /dev/null
+++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts
@@ -0,0 +1,88 @@
1import { Component, OnInit } from '@angular/core'
2import { Notifier } from '@app/core'
3import { AuthService } from '../../core/auth'
4import { ConfirmService } from '../../core/confirm'
5import { User } from '@app/shared'
6import { flatMap } from 'rxjs/operators'
7import { I18n } from '@ngx-translate/i18n-polyfill'
8import { VideoPlaylist } from '@app/shared/video-playlist/video-playlist.model'
9import { ComponentPagination } from '@app/shared/rest/component-pagination.model'
10import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service'
11import { VideoPlaylistType } from '@shared/models'
12
13@Component({
14 selector: 'my-account-video-playlists',
15 templateUrl: './my-account-video-playlists.component.html',
16 styleUrls: [ './my-account-video-playlists.component.scss' ]
17})
18export class MyAccountVideoPlaylistsComponent implements OnInit {
19 videoPlaylists: VideoPlaylist[] = []
20
21 pagination: ComponentPagination = {
22 currentPage: 1,
23 itemsPerPage: 10,
24 totalItems: null
25 }
26
27 private user: User
28
29 constructor (
30 private authService: AuthService,
31 private notifier: Notifier,
32 private confirmService: ConfirmService,
33 private videoPlaylistService: VideoPlaylistService,
34 private i18n: I18n
35 ) {}
36
37 ngOnInit () {
38 this.user = this.authService.getUser()
39
40 this.loadVideoPlaylists()
41 }
42
43 async deleteVideoPlaylist (videoPlaylist: VideoPlaylist) {
44 const res = await this.confirmService.confirm(
45 this.i18n(
46 'Do you really want to delete {{playlistDisplayName}}?',
47 { playlistDisplayName: videoPlaylist.displayName }
48 ),
49 this.i18n('Delete')
50 )
51 if (res === false) return
52
53 this.videoPlaylistService.removeVideoPlaylist(videoPlaylist)
54 .subscribe(
55 () => {
56 this.videoPlaylists = this.videoPlaylists
57 .filter(p => p.id !== videoPlaylist.id)
58
59 this.notifier.success(
60 this.i18n('Playlist {{playlistDisplayName}} deleted.', { playlistDisplayName: videoPlaylist.displayName })
61 )
62 },
63
64 error => this.notifier.error(error.message)
65 )
66 }
67
68 isRegularPlaylist (playlist: VideoPlaylist) {
69 return playlist.type.id === VideoPlaylistType.REGULAR
70 }
71
72 onNearOfBottom () {
73 // Last page
74 if (this.pagination.totalItems <= (this.pagination.currentPage * this.pagination.itemsPerPage)) return
75
76 this.pagination.currentPage += 1
77 this.loadVideoPlaylists()
78 }
79
80 private loadVideoPlaylists () {
81 this.authService.userInformationLoaded
82 .pipe(flatMap(() => this.videoPlaylistService.listAccountPlaylists(this.user.account, '-updatedAt')))
83 .subscribe(res => {
84 this.videoPlaylists = this.videoPlaylists.concat(res.data)
85 this.pagination.totalItems = res.total
86 })
87 }
88}
diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
index 69748ef37..d7993fdc2 100644
--- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
+++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
@@ -1,56 +1,30 @@
1<div i18n *ngIf="pagination.totalItems === 0">No results.</div> 1<my-videos-selection
2 2 [(selection)]="selection"
3<div 3 [(videosModel)]="videos"
4 myInfiniteScroller 4 [miniatureDisplayOptions]="miniatureDisplayOptions"
5 [pageHeight]="pageHeight" 5 [titlePage]="titlePage"
6 (nearOfTop)="onNearOfTop()" (nearOfBottom)="onNearOfBottom()" (pageChanged)="onPageChanged($event)" 6 [getVideosObservableFunction]="getVideosObservableFunction"
7 class="videos" #videosElement 7 #videosSelection
8> 8>
9 <div *ngFor="let videos of videoPages; let i = index" class="videos-page"> 9 <ng-template ptTemplate="globalButtons">
10 <div class="video" *ngFor="let video of videos; let j = index"> 10 <span class="action-button action-button-delete-selection" (click)="deleteSelectedVideos()">
11 <div class="checkbox-container"> 11 <my-global-icon iconName="delete"></my-global-icon>
12 <my-peertube-checkbox [inputName]="'video-check-' + video.id" [(ngModel)]="checkedVideos[video.id]"></my-peertube-checkbox> 12 <ng-container i18n>Delete</ng-container>
13 </div> 13 </span>
14 14 </ng-template>
15 <my-video-thumbnail [video]="video"></my-video-thumbnail> 15
16 16 <ng-template ptTemplate="rowButtons" let-video>
17 <div class="video-info"> 17 <my-delete-button (click)="deleteVideo(video)"></my-delete-button>
18 <a class="video-info-name" [routerLink]="['/videos/watch', video.uuid]" [attr.title]="video.name">{{ video.name }}</a> 18
19 <span i18n class="video-info-date-views">{{ video.createdAt | myFromNow }} - {{ video.views | myNumberFormatter }} views</span> 19 <my-edit-button [routerLink]="[ '/videos', 'update', video.uuid ]"></my-edit-button>
20 <div class="video-info-private">{{ video.privacy.label }}{{ getStateLabel(video) }}</div> 20
21 <div *ngIf="video.blacklisted" class="video-info-blacklisted"> 21 <my-button i18n-label label="Change ownership"
22 <span class="blacklisted-label" i18n>Blacklisted</span> 22 className="action-button-change-ownership"
23 <span class="blacklisted-reason" *ngIf="video.blacklistedReason">{{ video.blacklistedReason }}</span> 23 icon="im-with-her"
24 </div> 24 (click)="changeOwnership($event, video)"
25 </div> 25 ></my-button>
26 26 </ng-template>
27 <!-- Display only once --> 27</my-videos-selection>
28 <div class="action-selection-mode" *ngIf="isInSelectionMode() === true && i === 0 && j === 0">
29 <div class="action-selection-mode-child">
30 <span i18n class="action-button action-button-cancel-selection" (click)="abortSelectionMode()">
31 Cancel
32 </span>
33
34 <span class="action-button action-button-delete-selection" (click)="deleteSelectedVideos()">
35 <my-global-icon iconName="delete"></my-global-icon>
36 <ng-container i18n>Delete</ng-container>
37 </span>
38 </div>
39 </div>
40
41 <div class="video-buttons" *ngIf="isInSelectionMode() === false">
42 <my-delete-button (click)="deleteVideo(video)"></my-delete-button>
43
44 <my-edit-button [routerLink]="[ '/videos', 'update', video.uuid ]"></my-edit-button>
45 28
46 <my-button i18n-label label="Change ownership"
47 className="action-button-change-ownership"
48 icon="im-with-her"
49 (click)="changeOwnership($event, video)"
50 ></my-button>
51 </div>
52 </div>
53 </div>
54</div>
55 29
56<my-video-change-ownership #videoChangeOwnershipModal></my-video-change-ownership> 30<my-video-change-ownership #videoChangeOwnershipModal></my-video-change-ownership>
diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
index 39d0cf2f7..87398e7c8 100644
--- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
+++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
@@ -1,119 +1,19 @@
1@import '_variables'; 1@import '_variables';
2@import '_mixins'; 2@import '_mixins';
3 3
4.action-selection-mode { 4.action-button-delete-selection {
5 width: 174px; 5 display: inline-block;
6 display: flex;
7 justify-content: flex-end;
8 6
9 .action-selection-mode-child { 7 @include peertube-button;
10 position: fixed; 8 @include orange-button;
9 @include button-with-icon(21px);
11 10
12 .action-button { 11 my-global-icon {
13 display: inline-block; 12 @include apply-svg-color(#fff);
14 }
15
16 .action-button-cancel-selection {
17 @include peertube-button;
18 @include grey-button;
19
20 margin-right: 10px;
21 }
22
23 .action-button-delete-selection {
24 @include peertube-button;
25 @include orange-button;
26 @include button-with-icon(21px);
27
28 my-global-icon {
29 @include apply-svg-color(#fff);
30 }
31 }
32 }
33}
34
35.video {
36 @include row-blocks;
37
38 &:first-child {
39 margin-top: 47px;
40 }
41
42 .checkbox-container {
43 display: flex;
44 align-items: center;
45 margin-right: 20px;
46 margin-left: 12px;
47 }
48
49 my-video-thumbnail {
50 margin-right: 10px;
51 }
52
53 .video-info {
54 flex-grow: 1;
55
56 .video-info-name {
57 @include disable-default-a-behaviour;
58
59 color: var(--mainForegroundColor);
60 display: block;
61 width: fit-content;
62 font-size: 16px;
63 font-weight: $font-semibold;
64 }
65
66 .video-info-date-views,
67 .video-info-private,
68 .video-info-blacklisted {
69 font-size: 13px;
70
71 &.video-info-private,
72 &.video-info-blacklisted .blacklisted-label {
73 font-weight: $font-semibold;
74 }
75
76 &.video-info-blacklisted {
77 color: red;
78
79 .blacklisted-reason {
80 &::before {
81 content: ' - ';
82 }
83 }
84 }
85 }
86 }
87
88 .video-buttons {
89 min-width: 190px;
90
91 *:not(:last-child) {
92 margin-right: 10px;
93 }
94 } 13 }
95} 14}
96 15
97@media screen and (max-width: $small-view) { 16my-delete-button,
98 .video { 17my-edit-button {
99 flex-direction: column; 18 margin-right: 10px;
100 height: auto;
101 text-align: center;
102
103 .video-info-name {
104 margin: auto;
105 }
106
107 input[type=checkbox] {
108 display: none;
109 }
110
111 my-video-thumbnail {
112 margin-right: 0;
113 }
114
115 .video-buttons {
116 margin-top: 10px;
117 }
118 }
119} 19}
diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.ts b/client/src/app/+my-account/my-account-videos/my-account-videos.component.ts
index 41608f796..5f29364a8 100644
--- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.ts
+++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.ts
@@ -1,87 +1,81 @@
1import { from as observableFrom, Observable } from 'rxjs' 1import { concat, Observable } from 'rxjs'
2import { concatAll, tap } from 'rxjs/operators' 2import { tap, toArray } from 'rxjs/operators'
3import { Component, OnDestroy, OnInit, Inject, LOCALE_ID, ViewChild } from '@angular/core' 3import { Component, ViewChild } from '@angular/core'
4import { ActivatedRoute, Router } from '@angular/router' 4import { ActivatedRoute, Router } from '@angular/router'
5import { Location } from '@angular/common'
6import { immutableAssign } from '@app/shared/misc/utils' 5import { immutableAssign } from '@app/shared/misc/utils'
7import { ComponentPagination } from '@app/shared/rest/component-pagination.model' 6import { ComponentPagination } from '@app/shared/rest/component-pagination.model'
8import { Notifier } from '@app/core' 7import { Notifier, ServerService } from '@app/core'
9import { AuthService } from '../../core/auth' 8import { AuthService } from '../../core/auth'
10import { ConfirmService } from '../../core/confirm' 9import { ConfirmService } from '../../core/confirm'
11import { AbstractVideoList } from '../../shared/video/abstract-video-list'
12import { Video } from '../../shared/video/video.model' 10import { Video } from '../../shared/video/video.model'
13import { VideoService } from '../../shared/video/video.service' 11import { VideoService } from '../../shared/video/video.service'
14import { I18n } from '@ngx-translate/i18n-polyfill' 12import { I18n } from '@ngx-translate/i18n-polyfill'
15import { VideoPrivacy, VideoState } from '../../../../../shared/models/videos'
16import { ScreenService } from '@app/shared/misc/screen.service' 13import { ScreenService } from '@app/shared/misc/screen.service'
17import { VideoChangeOwnershipComponent } from './video-change-ownership/video-change-ownership.component' 14import { VideoChangeOwnershipComponent } from './video-change-ownership/video-change-ownership.component'
15import { MiniatureDisplayOptions } from '@app/shared/video/video-miniature.component'
16import { SelectionType, VideosSelectionComponent } from '@app/shared/video/videos-selection.component'
17import { VideoSortField } from '@app/shared/video/sort-field.type'
18import { DisableForReuseHook } from '@app/core/routing/disable-for-reuse-hook'
18 19
19@Component({ 20@Component({
20 selector: 'my-account-videos', 21 selector: 'my-account-videos',
21 templateUrl: './my-account-videos.component.html', 22 templateUrl: './my-account-videos.component.html',
22 styleUrls: [ './my-account-videos.component.scss' ] 23 styleUrls: [ './my-account-videos.component.scss' ]
23}) 24})
24export class MyAccountVideosComponent extends AbstractVideoList implements OnInit, OnDestroy { 25export class MyAccountVideosComponent implements DisableForReuseHook {
26 @ViewChild('videosSelection') videosSelection: VideosSelectionComponent
27 @ViewChild('videoChangeOwnershipModal') videoChangeOwnershipModal: VideoChangeOwnershipComponent
28
25 titlePage: string 29 titlePage: string
26 currentRoute = '/my-account/videos' 30 selection: SelectionType = {}
27 checkedVideos: { [ id: number ]: boolean } = {}
28 pagination: ComponentPagination = { 31 pagination: ComponentPagination = {
29 currentPage: 1, 32 currentPage: 1,
30 itemsPerPage: 5, 33 itemsPerPage: 5,
31 totalItems: null 34 totalItems: null
32 } 35 }
33 36 miniatureDisplayOptions: MiniatureDisplayOptions = {
34 protected baseVideoWidth = -1 37 date: true,
35 protected baseVideoHeight = 155 38 views: true,
36 39 by: false,
37 @ViewChild('videoChangeOwnershipModal') videoChangeOwnershipModal: VideoChangeOwnershipComponent 40 privacyLabel: false,
41 privacyText: true,
42 state: true,
43 blacklistInfo: true
44 }
45 videos: Video[] = []
46 getVideosObservableFunction = this.getVideosObservable.bind(this)
38 47
39 constructor ( 48 constructor (
40 protected router: Router, 49 protected router: Router,
50 protected serverService: ServerService,
41 protected route: ActivatedRoute, 51 protected route: ActivatedRoute,
42 protected authService: AuthService, 52 protected authService: AuthService,
43 protected notifier: Notifier, 53 protected notifier: Notifier,
44 protected location: Location,
45 protected screenService: ScreenService, 54 protected screenService: ScreenService,
46 protected i18n: I18n, 55 private i18n: I18n,
47 private confirmService: ConfirmService, 56 private confirmService: ConfirmService,
48 private videoService: VideoService, 57 private videoService: VideoService
49 @Inject(LOCALE_ID) private localeId: string
50 ) { 58 ) {
51 super()
52
53 this.titlePage = this.i18n('My videos') 59 this.titlePage = this.i18n('My videos')
54 } 60 }
55 61
56 ngOnInit () { 62 disableForReuse () {
57 super.ngOnInit() 63 this.videosSelection.disableForReuse()
58 }
59
60 ngOnDestroy () {
61 super.ngOnDestroy()
62 }
63
64 abortSelectionMode () {
65 this.checkedVideos = {}
66 } 64 }
67 65
68 isInSelectionMode () { 66 enabledForReuse () {
69 return Object.keys(this.checkedVideos).some(k => this.checkedVideos[ k ] === true) 67 this.videosSelection.enabledForReuse()
70 } 68 }
71 69
72 getVideosObservable (page: number) { 70 getVideosObservable (page: number, sort: VideoSortField) {
73 const newPagination = immutableAssign(this.pagination, { currentPage: page }) 71 const newPagination = immutableAssign(this.pagination, { currentPage: page })
74 72
75 return this.videoService.getMyVideos(newPagination, this.sort) 73 return this.videoService.getMyVideos(newPagination, sort)
76 }
77
78 generateSyndicationList () {
79 throw new Error('Method not implemented.')
80 } 74 }
81 75
82 async deleteSelectedVideos () { 76 async deleteSelectedVideos () {
83 const toDeleteVideosIds = Object.keys(this.checkedVideos) 77 const toDeleteVideosIds = Object.keys(this.selection)
84 .filter(k => this.checkedVideos[ k ] === true) 78 .filter(k => this.selection[ k ] === true)
85 .map(k => parseInt(k, 10)) 79 .map(k => parseInt(k, 10))
86 80
87 const res = await this.confirmService.confirm( 81 const res = await this.confirmService.confirm(
@@ -93,19 +87,18 @@ export class MyAccountVideosComponent extends AbstractVideoList implements OnIni
93 const observables: Observable<any>[] = [] 87 const observables: Observable<any>[] = []
94 for (const videoId of toDeleteVideosIds) { 88 for (const videoId of toDeleteVideosIds) {
95 const o = this.videoService.removeVideo(videoId) 89 const o = this.videoService.removeVideo(videoId)
96 .pipe(tap(() => this.spliceVideosById(videoId))) 90 .pipe(tap(() => this.removeVideoFromArray(videoId)))
97 91
98 observables.push(o) 92 observables.push(o)
99 } 93 }
100 94
101 observableFrom(observables) 95 concat(...observables)
102 .pipe(concatAll()) 96 .pipe(toArray())
103 .subscribe( 97 .subscribe(
104 res => { 98 () => {
105 this.notifier.success(this.i18n('{{deleteLength}} videos deleted.', { deleteLength: toDeleteVideosIds.length })) 99 this.notifier.success(this.i18n('{{deleteLength}} videos deleted.', { deleteLength: toDeleteVideosIds.length }))
106 100
107 this.abortSelectionMode() 101 this.selection = {}
108 this.reloadVideos()
109 }, 102 },
110 103
111 err => this.notifier.error(err.message) 104 err => this.notifier.error(err.message)
@@ -123,7 +116,7 @@ export class MyAccountVideosComponent extends AbstractVideoList implements OnIni
123 .subscribe( 116 .subscribe(
124 () => { 117 () => {
125 this.notifier.success(this.i18n('Video {{videoName}} deleted.', { videoName: video.name })) 118 this.notifier.success(this.i18n('Video {{videoName}} deleted.', { videoName: video.name }))
126 this.reloadVideos() 119 this.removeVideoFromArray(video.id)
127 }, 120 },
128 121
129 error => this.notifier.error(error.message) 122 error => this.notifier.error(error.message)
@@ -135,41 +128,7 @@ export class MyAccountVideosComponent extends AbstractVideoList implements OnIni
135 this.videoChangeOwnershipModal.show(video) 128 this.videoChangeOwnershipModal.show(video)
136 } 129 }
137 130
138 getStateLabel (video: Video) { 131 private removeVideoFromArray (id: number) {
139 let suffix: string 132 this.videos = this.videos.filter(v => v.id !== id)
140
141 if (video.privacy.id !== VideoPrivacy.PRIVATE && video.state.id === VideoState.PUBLISHED) {
142 suffix = this.i18n('Published')
143 } else if (video.scheduledUpdate) {
144 const updateAt = new Date(video.scheduledUpdate.updateAt.toString()).toLocaleString(this.localeId)
145 suffix = this.i18n('Publication scheduled on ') + updateAt
146 } else if (video.state.id === VideoState.TO_TRANSCODE && video.waitTranscoding === true) {
147 suffix = this.i18n('Waiting transcoding')
148 } else if (video.state.id === VideoState.TO_TRANSCODE) {
149 suffix = this.i18n('To transcode')
150 } else if (video.state.id === VideoState.TO_IMPORT) {
151 suffix = this.i18n('To import')
152 } else {
153 return ''
154 }
155
156 return ' - ' + suffix
157 }
158
159 protected buildVideoHeight () {
160 // In account videos, the video height is fixed
161 return this.baseVideoHeight
162 }
163
164 private spliceVideosById (id: number) {
165 for (const key of Object.keys(this.loadedPages)) {
166 const videos: Video[] = this.loadedPages[ key ]
167 const index = videos.findIndex(v => v.id === id)
168
169 if (index !== -1) {
170 videos.splice(index, 1)
171 return
172 }
173 }
174 } 133 }
175} 134}
diff --git a/client/src/app/+my-account/my-account.component.ts b/client/src/app/+my-account/my-account.component.ts
index 8a4102d80..d98d06f8e 100644
--- a/client/src/app/+my-account/my-account.component.ts
+++ b/client/src/app/+my-account/my-account.component.ts
@@ -21,19 +21,28 @@ export class MyAccountComponent {
21 children: [ 21 children: [
22 { 22 {
23 label: this.i18n('My channels'), 23 label: this.i18n('My channels'),
24 routerLink: '/my-account/video-channels' 24 routerLink: '/my-account/video-channels',
25 iconName: 'folder'
25 }, 26 },
26 { 27 {
27 label: this.i18n('My videos'), 28 label: this.i18n('My videos'),
28 routerLink: '/my-account/videos' 29 routerLink: '/my-account/videos',
30 iconName: 'videos'
31 },
32 {
33 label: this.i18n('My playlists'),
34 routerLink: '/my-account/video-playlists',
35 iconName: 'playlists'
29 }, 36 },
30 { 37 {
31 label: this.i18n('My subscriptions'), 38 label: this.i18n('My subscriptions'),
32 routerLink: '/my-account/subscriptions' 39 routerLink: '/my-account/subscriptions',
40 iconName: 'subscriptions'
33 }, 41 },
34 { 42 {
35 label: this.i18n('My history'), 43 label: this.i18n('My history'),
36 routerLink: '/my-account/history/videos' 44 routerLink: '/my-account/history/videos',
45 iconName: 'history'
37 } 46 }
38 ] 47 ]
39 } 48 }
@@ -41,7 +50,8 @@ export class MyAccountComponent {
41 if (this.isVideoImportEnabled()) { 50 if (this.isVideoImportEnabled()) {
42 libraryEntries.children.push({ 51 libraryEntries.children.push({
43 label: 'My imports', 52 label: 'My imports',
44 routerLink: '/my-account/video-imports' 53 routerLink: '/my-account/video-imports',
54 iconName: 'cloud-download'
45 }) 55 })
46 } 56 }
47 57
@@ -50,15 +60,18 @@ export class MyAccountComponent {
50 children: [ 60 children: [
51 { 61 {
52 label: this.i18n('Muted accounts'), 62 label: this.i18n('Muted accounts'),
53 routerLink: '/my-account/blocklist/accounts' 63 routerLink: '/my-account/blocklist/accounts',
64 iconName: 'user'
54 }, 65 },
55 { 66 {
56 label: this.i18n('Muted instances'), 67 label: this.i18n('Muted instances'),
57 routerLink: '/my-account/blocklist/servers' 68 routerLink: '/my-account/blocklist/servers',
69 iconName: 'server'
58 }, 70 },
59 { 71 {
60 label: this.i18n('Ownership changes'), 72 label: this.i18n('Ownership changes'),
61 routerLink: '/my-account/ownership' 73 routerLink: '/my-account/ownership',
74 iconName: 'im-with-her'
62 } 75 }
63 ] 76 ]
64 } 77 }
diff --git a/client/src/app/+my-account/my-account.module.ts b/client/src/app/+my-account/my-account.module.ts
index 18f51f171..4a18a9968 100644
--- a/client/src/app/+my-account/my-account.module.ts
+++ b/client/src/app/+my-account/my-account.module.ts
@@ -25,6 +25,17 @@ import { MyAccountServerBlocklistComponent } from '@app/+my-account/my-account-b
25import { MyAccountHistoryComponent } from '@app/+my-account/my-account-history/my-account-history.component' 25import { MyAccountHistoryComponent } from '@app/+my-account/my-account-history/my-account-history.component'
26import { MyAccountNotificationsComponent } from '@app/+my-account/my-account-notifications/my-account-notifications.component' 26import { MyAccountNotificationsComponent } from '@app/+my-account/my-account-notifications/my-account-notifications.component'
27import { MyAccountNotificationPreferencesComponent } from '@app/+my-account/my-account-settings/my-account-notification-preferences' 27import { MyAccountNotificationPreferencesComponent } from '@app/+my-account/my-account-settings/my-account-notification-preferences'
28import {
29 MyAccountVideoPlaylistCreateComponent
30} from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component'
31import {
32 MyAccountVideoPlaylistUpdateComponent
33} from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component'
34import { MyAccountVideoPlaylistsComponent } from '@app/+my-account/my-account-video-playlists/my-account-video-playlists.component'
35import {
36 MyAccountVideoPlaylistElementsComponent
37} from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component'
38import { DragDropModule } from '@angular/cdk/drag-drop'
28 39
29@NgModule({ 40@NgModule({
30 imports: [ 41 imports: [
@@ -33,7 +44,8 @@ import { MyAccountNotificationPreferencesComponent } from '@app/+my-account/my-a
33 AutoCompleteModule, 44 AutoCompleteModule,
34 SharedModule, 45 SharedModule,
35 TableModule, 46 TableModule,
36 InputSwitchModule 47 InputSwitchModule,
48 DragDropModule
37 ], 49 ],
38 50
39 declarations: [ 51 declarations: [
@@ -57,7 +69,12 @@ import { MyAccountNotificationPreferencesComponent } from '@app/+my-account/my-a
57 MyAccountServerBlocklistComponent, 69 MyAccountServerBlocklistComponent,
58 MyAccountHistoryComponent, 70 MyAccountHistoryComponent,
59 MyAccountNotificationsComponent, 71 MyAccountNotificationsComponent,
60 MyAccountNotificationPreferencesComponent 72 MyAccountNotificationPreferencesComponent,
73
74 MyAccountVideoPlaylistCreateComponent,
75 MyAccountVideoPlaylistUpdateComponent,
76 MyAccountVideoPlaylistsComponent,
77 MyAccountVideoPlaylistElementsComponent
61 ], 78 ],
62 79
63 exports: [ 80 exports: [
diff --git a/client/src/app/+my-account/shared/actor-avatar-info.component.scss b/client/src/app/+my-account/shared/actor-avatar-info.component.scss
index 0b0c83de5..86f8108b9 100644
--- a/client/src/app/+my-account/shared/actor-avatar-info.component.scss
+++ b/client/src/app/+my-account/shared/actor-avatar-info.component.scss
@@ -18,6 +18,10 @@
18 .actor-info-display-name { 18 .actor-info-display-name {
19 font-size: 20px; 19 font-size: 20px;
20 font-weight: $font-bold; 20 font-weight: $font-bold;
21
22 @media screen and (max-width: $small-view) {
23 font-size: 16px;
24 }
21 } 25 }
22 26
23 .actor-info-username { 27 .actor-info-username {
@@ -48,4 +52,4 @@
48 52
49 position: relative; 53 position: relative;
50 top: -10px; 54 top: -10px;
51} \ No newline at end of file 55}
diff --git a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts
index 895b19064..11f9391e1 100644
--- a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts
+++ b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts
@@ -26,11 +26,11 @@ export class VideoChannelAboutComponent implements OnInit, OnDestroy {
26 ngOnInit () { 26 ngOnInit () {
27 // Parent get the video channel for us 27 // Parent get the video channel for us
28 this.videoChannelSub = this.videoChannelService.videoChannelLoaded 28 this.videoChannelSub = this.videoChannelService.videoChannelLoaded
29 .subscribe(videoChannel => { 29 .subscribe(async videoChannel => {
30 this.videoChannel = videoChannel 30 this.videoChannel = videoChannel
31 31
32 this.descriptionHTML = this.markdownService.textMarkdownToHTML(this.videoChannel.description) 32 this.descriptionHTML = await this.markdownService.textMarkdownToHTML(this.videoChannel.description)
33 this.supportHTML = this.markdownService.enhancedMarkdownToHTML(this.videoChannel.support) 33 this.supportHTML = await this.markdownService.enhancedMarkdownToHTML(this.videoChannel.support)
34 }) 34 })
35 } 35 }
36 36
diff --git a/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html b/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html
new file mode 100644
index 000000000..befc7143c
--- /dev/null
+++ b/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html
@@ -0,0 +1,11 @@
1<div i18n class="title-page title-page-single">
2 Created {{ pagination.totalItems }} playlists
3</div>
4
5<div i18n class="no-results" *ngIf="pagination.totalItems === 0">This channel does not have playlists.</div>
6
7<div class="video-playlist" myInfiniteScroller (nearOfBottom)="onNearOfBottom()">
8 <div *ngFor="let playlist of videoPlaylists">
9 <my-video-playlist-miniature [playlist]="playlist" [toManage]="false"></my-video-playlist-miniature>
10 </div>
11</div>
diff --git a/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss b/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss
new file mode 100644
index 000000000..fe9104794
--- /dev/null
+++ b/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss
@@ -0,0 +1,9 @@
1.video-playlist {
2 display: flex;
3 justify-content: center;
4
5 my-video-playlist-miniature {
6 margin-right: 15px;
7 margin-bottom: 30px;
8 }
9}
diff --git a/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.ts b/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.ts
new file mode 100644
index 000000000..907aefae1
--- /dev/null
+++ b/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.ts
@@ -0,0 +1,63 @@
1import { Component, OnDestroy, OnInit } from '@angular/core'
2import { ConfirmService } from '../../core/confirm'
3import { VideoChannelService } from '@app/shared/video-channel/video-channel.service'
4import { VideoChannel } from '@app/shared/video-channel/video-channel.model'
5import { Subscription } from 'rxjs'
6import { Notifier } from '@app/core'
7import { VideoPlaylist } from '@app/shared/video-playlist/video-playlist.model'
8import { ComponentPagination } from '@app/shared/rest/component-pagination.model'
9import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service'
10
11@Component({
12 selector: 'my-video-channel-playlists',
13 templateUrl: './video-channel-playlists.component.html',
14 styleUrls: [ './video-channel-playlists.component.scss' ]
15})
16export class VideoChannelPlaylistsComponent implements OnInit, OnDestroy {
17 videoPlaylists: VideoPlaylist[] = []
18
19 pagination: ComponentPagination = {
20 currentPage: 1,
21 itemsPerPage: 20,
22 totalItems: null
23 }
24
25 private videoChannelSub: Subscription
26 private videoChannel: VideoChannel
27
28 constructor (
29 private notifier: Notifier,
30 private confirmService: ConfirmService,
31 private videoPlaylistService: VideoPlaylistService,
32 private videoChannelService: VideoChannelService
33 ) {}
34
35 ngOnInit () {
36 // Parent get the video channel for us
37 this.videoChannelSub = this.videoChannelService.videoChannelLoaded
38 .subscribe(videoChannel => {
39 this.videoChannel = videoChannel
40 this.loadVideoPlaylists()
41 })
42 }
43
44 ngOnDestroy () {
45 if (this.videoChannelSub) this.videoChannelSub.unsubscribe()
46 }
47
48 onNearOfBottom () {
49 // Last page
50 if (this.pagination.totalItems <= (this.pagination.currentPage * this.pagination.itemsPerPage)) return
51
52 this.pagination.currentPage += 1
53 this.loadVideoPlaylists()
54 }
55
56 private loadVideoPlaylists () {
57 this.videoPlaylistService.listChannelPlaylists(this.videoChannel)
58 .subscribe(res => {
59 this.videoPlaylists = this.videoPlaylists.concat(res.data)
60 this.pagination.totalItems = res.total
61 })
62 }
63}
diff --git a/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts b/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts
index dea378a6e..5e60b34b4 100644
--- a/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts
+++ b/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts
@@ -1,6 +1,5 @@
1import { Component, OnDestroy, OnInit } from '@angular/core' 1import { Component, OnDestroy, OnInit } from '@angular/core'
2import { ActivatedRoute, Router } from '@angular/router' 2import { ActivatedRoute, Router } from '@angular/router'
3import { Location } from '@angular/common'
4import { immutableAssign } from '@app/shared/misc/utils' 3import { immutableAssign } from '@app/shared/misc/utils'
5import { AuthService } from '../../core/auth' 4import { AuthService } from '../../core/auth'
6import { ConfirmService } from '../../core/confirm' 5import { ConfirmService } from '../../core/confirm'
@@ -8,11 +7,11 @@ import { AbstractVideoList } from '../../shared/video/abstract-video-list'
8import { VideoService } from '../../shared/video/video.service' 7import { VideoService } from '../../shared/video/video.service'
9import { VideoChannelService } from '@app/shared/video-channel/video-channel.service' 8import { VideoChannelService } from '@app/shared/video-channel/video-channel.service'
10import { VideoChannel } from '@app/shared/video-channel/video-channel.model' 9import { VideoChannel } from '@app/shared/video-channel/video-channel.model'
11import { tap } from 'rxjs/operators' 10import { first, tap } from 'rxjs/operators'
12import { I18n } from '@ngx-translate/i18n-polyfill' 11import { I18n } from '@ngx-translate/i18n-polyfill'
13import { Subscription } from 'rxjs' 12import { Subscription } from 'rxjs'
14import { ScreenService } from '@app/shared/misc/screen.service' 13import { ScreenService } from '@app/shared/misc/screen.service'
15import { Notifier } from '@app/core' 14import { Notifier, ServerService } from '@app/core'
16 15
17@Component({ 16@Component({
18 selector: 'my-video-channel-videos', 17 selector: 'my-video-channel-videos',
@@ -24,8 +23,6 @@ import { Notifier } from '@app/core'
24}) 23})
25export class VideoChannelVideosComponent extends AbstractVideoList implements OnInit, OnDestroy { 24export class VideoChannelVideosComponent extends AbstractVideoList implements OnInit, OnDestroy {
26 titlePage: string 25 titlePage: string
27 marginContent = false // Disable margin
28 currentRoute = '/video-channels/videos'
29 loadOnInit = false 26 loadOnInit = false
30 27
31 private videoChannel: VideoChannel 28 private videoChannel: VideoChannel
@@ -33,13 +30,13 @@ export class VideoChannelVideosComponent extends AbstractVideoList implements On
33 30
34 constructor ( 31 constructor (
35 protected router: Router, 32 protected router: Router,
33 protected serverService: ServerService,
36 protected route: ActivatedRoute, 34 protected route: ActivatedRoute,
37 protected authService: AuthService, 35 protected authService: AuthService,
38 protected notifier: Notifier, 36 protected notifier: Notifier,
39 protected confirmService: ConfirmService, 37 protected confirmService: ConfirmService,
40 protected location: Location,
41 protected screenService: ScreenService, 38 protected screenService: ScreenService,
42 protected i18n: I18n, 39 private i18n: I18n,
43 private videoChannelService: VideoChannelService, 40 private videoChannelService: VideoChannelService,
44 private videoService: VideoService 41 private videoService: VideoService
45 ) { 42 ) {
@@ -53,13 +50,13 @@ export class VideoChannelVideosComponent extends AbstractVideoList implements On
53 50
54 // Parent get the video channel for us 51 // Parent get the video channel for us
55 this.videoChannelSub = this.videoChannelService.videoChannelLoaded 52 this.videoChannelSub = this.videoChannelService.videoChannelLoaded
56 .subscribe(videoChannel => { 53 .pipe(first())
57 this.videoChannel = videoChannel 54 .subscribe(videoChannel => {
58 this.currentRoute = '/video-channels/' + this.videoChannel.nameWithHost + '/videos' 55 this.videoChannel = videoChannel
59 56
60 this.reloadVideos() 57 this.reloadVideos()
61 this.generateSyndicationList() 58 this.generateSyndicationList()
62 }) 59 })
63 } 60 }
64 61
65 ngOnDestroy () { 62 ngOnDestroy () {
diff --git a/client/src/app/+video-channels/video-channels-routing.module.ts b/client/src/app/+video-channels/video-channels-routing.module.ts
index 3ac3533d9..d4872a0a5 100644
--- a/client/src/app/+video-channels/video-channels-routing.module.ts
+++ b/client/src/app/+video-channels/video-channels-routing.module.ts
@@ -4,6 +4,7 @@ import { MetaGuard } from '@ngx-meta/core'
4import { VideoChannelsComponent } from './video-channels.component' 4import { VideoChannelsComponent } from './video-channels.component'
5import { VideoChannelVideosComponent } from './video-channel-videos/video-channel-videos.component' 5import { VideoChannelVideosComponent } from './video-channel-videos/video-channel-videos.component'
6import { VideoChannelAboutComponent } from './video-channel-about/video-channel-about.component' 6import { VideoChannelAboutComponent } from './video-channel-about/video-channel-about.component'
7import { VideoChannelPlaylistsComponent } from '@app/+video-channels/video-channel-playlists/video-channel-playlists.component'
7 8
8const videoChannelsRoutes: Routes = [ 9const videoChannelsRoutes: Routes = [
9 { 10 {
@@ -22,6 +23,19 @@ const videoChannelsRoutes: Routes = [
22 data: { 23 data: {
23 meta: { 24 meta: {
24 title: 'Video channel videos' 25 title: 'Video channel videos'
26 },
27 reuse: {
28 enabled: true,
29 key: 'video-channel-videos-list'
30 }
31 }
32 },
33 {
34 path: 'video-playlists',
35 component: VideoChannelPlaylistsComponent,
36 data: {
37 meta: {
38 title: 'Video channel playlists'
25 } 39 }
26 } 40 }
27 }, 41 },
diff --git a/client/src/app/+video-channels/video-channels.component.html b/client/src/app/+video-channels/video-channels.component.html
index c65b5713d..600b7a365 100644
--- a/client/src/app/+video-channels/video-channels.component.html
+++ b/client/src/app/+video-channels/video-channels.component.html
@@ -22,6 +22,7 @@
22 22
23 <div class="links"> 23 <div class="links">
24 <a i18n routerLink="videos" routerLinkActive="active" class="title-page">Videos</a> 24 <a i18n routerLink="videos" routerLinkActive="active" class="title-page">Videos</a>
25 <a i18n routerLink="video-playlists" routerLinkActive="active" class="title-page">Video playlists</a>
25 <a i18n routerLink="about" routerLinkActive="active" class="title-page">About</a> 26 <a i18n routerLink="about" routerLinkActive="active" class="title-page">About</a>
26 </div> 27 </div>
27 </div> 28 </div>
diff --git a/client/src/app/+video-channels/video-channels.module.ts b/client/src/app/+video-channels/video-channels.module.ts
index a09ea6f11..6975d05b2 100644
--- a/client/src/app/+video-channels/video-channels.module.ts
+++ b/client/src/app/+video-channels/video-channels.module.ts
@@ -4,6 +4,7 @@ import { VideoChannelsRoutingModule } from './video-channels-routing.module'
4import { VideoChannelsComponent } from './video-channels.component' 4import { VideoChannelsComponent } from './video-channels.component'
5import { VideoChannelVideosComponent } from './video-channel-videos/video-channel-videos.component' 5import { VideoChannelVideosComponent } from './video-channel-videos/video-channel-videos.component'
6import { VideoChannelAboutComponent } from './video-channel-about/video-channel-about.component' 6import { VideoChannelAboutComponent } from './video-channel-about/video-channel-about.component'
7import { VideoChannelPlaylistsComponent } from '@app/+video-channels/video-channel-playlists/video-channel-playlists.component'
7 8
8@NgModule({ 9@NgModule({
9 imports: [ 10 imports: [
@@ -14,7 +15,8 @@ import { VideoChannelAboutComponent } from './video-channel-about/video-channel-
14 declarations: [ 15 declarations: [
15 VideoChannelsComponent, 16 VideoChannelsComponent,
16 VideoChannelVideosComponent, 17 VideoChannelVideosComponent,
17 VideoChannelAboutComponent 18 VideoChannelAboutComponent,
19 VideoChannelPlaylistsComponent
18 ], 20 ],
19 21
20 exports: [ 22 exports: [
diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts
index cff37a7d6..db8888dba 100644
--- a/client/src/app/app-routing.module.ts
+++ b/client/src/app/app-routing.module.ts
@@ -1,8 +1,9 @@
1import { NgModule } from '@angular/core' 1import { NgModule } from '@angular/core'
2import { RouterModule, Routes } from '@angular/router' 2import { RouteReuseStrategy, RouterModule, Routes } from '@angular/router'
3 3
4import { PreloadSelectedModulesList } from './core' 4import { PreloadSelectedModulesList } from './core'
5import { AppComponent } from '@app/app.component' 5import { AppComponent } from '@app/app.component'
6import { CustomReuseStrategy } from '@app/core/routing/custom-reuse-strategy'
6 7
7const routes: Routes = [ 8const routes: Routes = [
8 { 9 {
@@ -43,12 +44,14 @@ const routes: Routes = [
43 imports: [ 44 imports: [
44 RouterModule.forRoot(routes, { 45 RouterModule.forRoot(routes, {
45 useHash: Boolean(history.pushState) === false, 46 useHash: Boolean(history.pushState) === false,
47 scrollPositionRestoration: 'disabled',
46 preloadingStrategy: PreloadSelectedModulesList, 48 preloadingStrategy: PreloadSelectedModulesList,
47 anchorScrolling: 'enabled' 49 anchorScrolling: 'disabled'
48 }) 50 })
49 ], 51 ],
50 providers: [ 52 providers: [
51 PreloadSelectedModulesList 53 PreloadSelectedModulesList,
54 { provide: RouteReuseStrategy, useClass: CustomReuseStrategy }
52 ], 55 ],
53 exports: [ RouterModule ] 56 exports: [ RouterModule ]
54}) 57})
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss
index 881f3ff31..3f8b9777a 100644
--- a/client/src/app/app.component.scss
+++ b/client/src/app/app.component.scss
@@ -48,9 +48,8 @@
48 overflow: hidden; 48 overflow: hidden;
49 49
50 .instance-name { 50 .instance-name {
51 overflow: hidden; 51 @include ellipsis;
52 text-overflow: ellipsis; 52
53 white-space: nowrap;
54 width: 100%; 53 width: 100%;
55 } 54 }
56 55
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts
index 7583fdee8..915466af7 100644
--- a/client/src/app/app.component.ts
+++ b/client/src/app/app.component.ts
@@ -1,13 +1,14 @@
1import { Component, OnInit } from '@angular/core' 1import { Component, OnInit } from '@angular/core'
2import { DomSanitizer, SafeHtml } from '@angular/platform-browser' 2import { DomSanitizer, SafeHtml } from '@angular/platform-browser'
3import { GuardsCheckStart, NavigationEnd, Router } from '@angular/router' 3import { Event, GuardsCheckStart, NavigationEnd, Router, Scroll } from '@angular/router'
4import { AuthService, RedirectService, ServerService, ThemeService } from '@app/core' 4import { AuthService, RedirectService, ServerService, ThemeService } from '@app/core'
5import { is18nPath } from '../../../shared/models/i18n' 5import { is18nPath } from '../../../shared/models/i18n'
6import { ScreenService } from '@app/shared/misc/screen.service' 6import { ScreenService } from '@app/shared/misc/screen.service'
7import { skip, debounceTime } from 'rxjs/operators' 7import { debounceTime, filter, map, pairwise, skip } from 'rxjs/operators'
8import { HotkeysService, Hotkey } from 'angular2-hotkeys' 8import { Hotkey, HotkeysService } from 'angular2-hotkeys'
9import { I18n } from '@ngx-translate/i18n-polyfill' 9import { I18n } from '@ngx-translate/i18n-polyfill'
10import { fromEvent } from 'rxjs' 10import { fromEvent } from 'rxjs'
11import { ViewportScroller } from '@angular/common'
11 12
12@Component({ 13@Component({
13 selector: 'my-app', 14 selector: 'my-app',
@@ -22,6 +23,7 @@ export class AppComponent implements OnInit {
22 23
23 constructor ( 24 constructor (
24 private i18n: I18n, 25 private i18n: I18n,
26 private viewportScroller: ViewportScroller,
25 private router: Router, 27 private router: Router,
26 private authService: AuthService, 28 private authService: AuthService,
27 private serverService: ServerService, 29 private serverService: ServerService,
@@ -52,15 +54,6 @@ export class AppComponent implements OnInit {
52 ngOnInit () { 54 ngOnInit () {
53 document.getElementById('incompatible-browser').className += ' browser-ok' 55 document.getElementById('incompatible-browser').className += ' browser-ok'
54 56
55 this.router.events.subscribe(e => {
56 if (e instanceof NavigationEnd) {
57 const pathname = window.location.pathname
58 if (!pathname || pathname === '/' || is18nPath(pathname)) {
59 this.redirectService.redirectToHomepage(true)
60 }
61 }
62 })
63
64 this.authService.loadClientCredentials() 57 this.authService.loadClientCredentials()
65 58
66 if (this.isUserLoggedIn()) { 59 if (this.isUserLoggedIn()) {
@@ -74,21 +67,101 @@ export class AppComponent implements OnInit {
74 this.serverService.loadVideoLanguages() 67 this.serverService.loadVideoLanguages()
75 this.serverService.loadVideoLicences() 68 this.serverService.loadVideoLicences()
76 this.serverService.loadVideoPrivacies() 69 this.serverService.loadVideoPrivacies()
70 this.serverService.loadVideoPlaylistPrivacies()
77 71
78 // Do not display menu on small screens 72 // Do not display menu on small screens
79 if (this.screenService.isInSmallView()) { 73 if (this.screenService.isInSmallView()) {
80 this.isMenuDisplayed = false 74 this.isMenuDisplayed = false
81 } 75 }
82 76
83 this.router.events.subscribe( 77 this.initRouteEvents()
84 e => { 78 this.injectJS()
85 // User clicked on a link in the menu, change the page 79 this.injectCSS()
86 if (e instanceof GuardsCheckStart && this.screenService.isInSmallView()) { 80
87 this.isMenuDisplayed = false 81 this.initHotkeys()
88 } 82
83 fromEvent(window, 'resize')
84 .pipe(debounceTime(200))
85 .subscribe(() => this.onResize())
86 }
87
88 isUserLoggedIn () {
89 return this.authService.isLoggedIn()
90 }
91
92 toggleMenu () {
93 this.isMenuDisplayed = !this.isMenuDisplayed
94 this.isMenuChangedByUser = true
95 }
96
97 onResize () {
98 this.isMenuDisplayed = window.innerWidth >= 800 && !this.isMenuChangedByUser
99 }
100
101 private initRouteEvents () {
102 let resetScroll = true
103 const eventsObs = this.router.events
104
105 const scrollEvent = eventsObs.pipe(filter((e: Event): e is Scroll => e instanceof Scroll))
106 const navigationEndEvent = eventsObs.pipe(filter((e: Event): e is NavigationEnd => e instanceof NavigationEnd))
107
108 scrollEvent.subscribe(e => {
109 if (e.position) {
110 return this.viewportScroller.scrollToPosition(e.position)
89 } 111 }
90 )
91 112
113 if (e.anchor) {
114 return this.viewportScroller.scrollToAnchor(e.anchor)
115 }
116
117 if (resetScroll) {
118 return this.viewportScroller.scrollToPosition([ 0, 0 ])
119 }
120 })
121
122 // When we add the a-state parameter, we don't want to alter the scroll
123 navigationEndEvent.pipe(pairwise())
124 .subscribe(([ e1, e2 ]) => {
125 try {
126 resetScroll = false
127
128 const previousUrl = new URL(window.location.origin + e1.urlAfterRedirects)
129 const nextUrl = new URL(window.location.origin + e2.urlAfterRedirects)
130
131 if (previousUrl.pathname !== nextUrl.pathname) {
132 resetScroll = true
133 return
134 }
135
136 const nextSearchParams = nextUrl.searchParams
137 nextSearchParams.delete('a-state')
138
139 const previousSearchParams = previousUrl.searchParams
140
141 nextSearchParams.sort()
142 previousSearchParams.sort()
143
144 if (nextSearchParams.toString() !== previousSearchParams.toString()) {
145 resetScroll = true
146 }
147 } catch (e) {
148 console.error('Cannot parse URL to check next scroll.', e)
149 resetScroll = true
150 }
151 })
152
153 navigationEndEvent.pipe(
154 map(() => window.location.pathname),
155 filter(pathname => !pathname || pathname === '/' || is18nPath(pathname))
156 ).subscribe(() => this.redirectService.redirectToHomepage(true))
157
158 eventsObs.pipe(
159 filter((e: Event): e is GuardsCheckStart => e instanceof GuardsCheckStart),
160 filter(() => this.screenService.isInSmallView())
161 ).subscribe(() => this.isMenuDisplayed = false) // User clicked on a link in the menu, change the page
162 }
163
164 private injectJS () {
92 // Inject JS 165 // Inject JS
93 this.serverService.configLoaded 166 this.serverService.configLoaded
94 .subscribe(() => { 167 .subscribe(() => {
@@ -103,7 +176,9 @@ export class AppComponent implements OnInit {
103 } 176 }
104 } 177 }
105 }) 178 })
179 }
106 180
181 private injectCSS () {
107 // Inject CSS if modified (admin config settings) 182 // Inject CSS if modified (admin config settings)
108 this.serverService.configLoaded 183 this.serverService.configLoaded
109 .pipe(skip(1)) // We only want to subscribe to reloads, because the CSS is already injected by the server 184 .pipe(skip(1)) // We only want to subscribe to reloads, because the CSS is already injected by the server
@@ -119,7 +194,9 @@ export class AppComponent implements OnInit {
119 this.customCSS = this.domSanitizer.bypassSecurityTrustHtml(styleTag) 194 this.customCSS = this.domSanitizer.bypassSecurityTrustHtml(styleTag)
120 } 195 }
121 }) 196 })
197 }
122 198
199 private initHotkeys () {
123 this.hotkeysService.add([ 200 this.hotkeysService.add([
124 new Hotkey(['/', 's'], (event: KeyboardEvent): boolean => { 201 new Hotkey(['/', 's'], (event: KeyboardEvent): boolean => {
125 document.getElementById('search-video').focus() 202 document.getElementById('search-video').focus()
@@ -154,22 +231,5 @@ export class AppComponent implements OnInit {
154 return false 231 return false
155 }, undefined, this.i18n('Toggle Dark theme')) 232 }, undefined, this.i18n('Toggle Dark theme'))
156 ]) 233 ])
157
158 fromEvent(window, 'resize')
159 .pipe(debounceTime(200))
160 .subscribe(() => this.onResize())
161 }
162
163 isUserLoggedIn () {
164 return this.authService.isLoggedIn()
165 }
166
167 toggleMenu () {
168 this.isMenuDisplayed = !this.isMenuDisplayed
169 this.isMenuChangedByUser = true
170 }
171
172 onResize () {
173 this.isMenuDisplayed = window.innerWidth >= 800 && !this.isMenuChangedByUser
174 } 234 }
175} 235}
diff --git a/client/src/app/core/auth/auth.service.ts b/client/src/app/core/auth/auth.service.ts
index eaa822e0f..4fc04a05c 100644
--- a/client/src/app/core/auth/auth.service.ts
+++ b/client/src/app/core/auth/auth.service.ts
@@ -153,7 +153,7 @@ export class AuthService {
153 response_type: 'code', 153 response_type: 'code',
154 grant_type: 'password', 154 grant_type: 'password',
155 scope: 'upload', 155 scope: 'upload',
156 username, 156 username: username.toLowerCase(),
157 password 157 password
158 } 158 }
159 159
diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts
index 4ef3b1e73..d3e72afb4 100644
--- a/client/src/app/core/core.module.ts
+++ b/client/src/app/core/core.module.ts
@@ -19,6 +19,7 @@ import { ToastModule } from 'primeng/toast'
19import { Notifier } from './notification' 19import { Notifier } from './notification'
20import { MessageService } from 'primeng/api' 20import { MessageService } from 'primeng/api'
21import { UserNotificationSocket } from '@app/core/notification/user-notification-socket.service' 21import { UserNotificationSocket } from '@app/core/notification/user-notification-socket.service'
22import { ServerConfigResolver } from './routing/server-config-resolver.service'
22 23
23@NgModule({ 24@NgModule({
24 imports: [ 25 imports: [
@@ -60,7 +61,8 @@ import { UserNotificationSocket } from '@app/core/notification/user-notification
60 RedirectService, 61 RedirectService,
61 Notifier, 62 Notifier,
62 MessageService, 63 MessageService,
63 UserNotificationSocket 64 UserNotificationSocket,
65 ServerConfigResolver
64 ] 66 ]
65}) 67})
66export class CoreModule { 68export class CoreModule {
diff --git a/client/src/app/core/hotkeys/hotkeys.component.scss b/client/src/app/core/hotkeys/hotkeys.component.scss
index 9af10b7c4..3aa0b6252 100644
--- a/client/src/app/core/hotkeys/hotkeys.component.scss
+++ b/client/src/app/core/hotkeys/hotkeys.component.scss
@@ -1,5 +1,6 @@
1.cfp-hotkeys-container { 1.cfp-hotkeys-container {
2 display: table !important; 2 display: flex !important;
3 align-items: center;
3 position: fixed; 4 position: fixed;
4 overflow: auto; 5 overflow: auto;
5 width: 100%; 6 width: 100%;
@@ -35,9 +36,7 @@
35 36
36.cfp-hotkeys { 37.cfp-hotkeys {
37 width: 100%; 38 width: 100%;
38 height: 100%; 39 max-height: 100%;
39 display: table-cell;
40 vertical-align: middle;
41} 40}
42 41
43.cfp-hotkeys table { 42.cfp-hotkeys table {
@@ -102,4 +101,4 @@
102 .cfp-hotkeys { 101 .cfp-hotkeys {
103 font-size: 1.2em; 102 font-size: 1.2em;
104 } 103 }
105} \ No newline at end of file 104}
diff --git a/client/src/app/core/notification/user-notification-socket.service.ts b/client/src/app/core/notification/user-notification-socket.service.ts
index f367d9ae4..3f22da476 100644
--- a/client/src/app/core/notification/user-notification-socket.service.ts
+++ b/client/src/app/core/notification/user-notification-socket.service.ts
@@ -1,8 +1,7 @@
1import { Injectable } from '@angular/core' 1import { Injectable, NgZone } from '@angular/core'
2import { environment } from '../../../environments/environment' 2import { environment } from '../../../environments/environment'
3import { UserNotification as UserNotificationServer } from '../../../../../shared' 3import { UserNotification as UserNotificationServer } from '../../../../../shared'
4import { Subject } from 'rxjs' 4import { Subject } from 'rxjs'
5import * as io from 'socket.io-client'
6import { AuthService } from '../auth' 5import { AuthService } from '../auth'
7 6
8export type NotificationEvent = 'new' | 'read' | 'read-all' 7export type NotificationEvent = 'new' | 'read' | 'read-all'
@@ -14,28 +13,32 @@ export class UserNotificationSocket {
14 private socket: SocketIOClient.Socket 13 private socket: SocketIOClient.Socket
15 14
16 constructor ( 15 constructor (
17 private auth: AuthService 16 private auth: AuthService,
17 private ngZone: NgZone
18 ) {} 18 ) {}
19 19
20 dispatch (type: NotificationEvent, notification?: UserNotificationServer) { 20 dispatch (type: NotificationEvent, notification?: UserNotificationServer) {
21 this.notificationSubject.next({ type, notification }) 21 this.notificationSubject.next({ type, notification })
22 } 22 }
23 23
24 getMyNotificationsSocket () { 24 async getMyNotificationsSocket () {
25 const socket = this.getSocket() 25 await this.initSocket()
26
27 socket.on('new-notification', (n: UserNotificationServer) => this.dispatch('new', n))
28 26
29 return this.notificationSubject.asObservable() 27 return this.notificationSubject.asObservable()
30 } 28 }
31 29
32 private getSocket () { 30 private async initSocket () {
33 if (this.socket) return this.socket 31 if (this.socket) return
34 32
35 this.socket = io(environment.apiUrl + '/user-notifications', { 33 // FIXME: import('..') returns a struct module, containing a "default" field corresponding to our sanitizeHtml function
36 query: { accessToken: this.auth.getAccessToken() } 34 const io: typeof import ('socket.io-client') = (await import('socket.io-client') as any).default
37 })
38 35
39 return this.socket 36 this.ngZone.runOutsideAngular(() => {
37 this.socket = io(environment.apiUrl + '/user-notifications', {
38 query: { accessToken: this.auth.getAccessToken() }
39 })
40
41 this.socket.on('new-notification', (n: UserNotificationServer) => this.dispatch('new', n))
42 })
40 } 43 }
41} 44}
diff --git a/client/src/app/core/routing/custom-reuse-strategy.ts b/client/src/app/core/routing/custom-reuse-strategy.ts
new file mode 100644
index 000000000..a9f61acec
--- /dev/null
+++ b/client/src/app/core/routing/custom-reuse-strategy.ts
@@ -0,0 +1,81 @@
1import { ActivatedRouteSnapshot, DetachedRouteHandle, RouteReuseStrategy } from '@angular/router'
2
3export class CustomReuseStrategy implements RouteReuseStrategy {
4 storedRouteHandles = new Map<string, DetachedRouteHandle>()
5 recentlyUsed: string
6
7 private readonly MAX_SIZE = 2
8
9 // Decides if the route should be stored
10 shouldDetach (route: ActivatedRouteSnapshot): boolean {
11 return this.isReuseEnabled(route)
12 }
13
14 // Store the information for the route we're destructing
15 store (route: ActivatedRouteSnapshot, handle: DetachedRouteHandle): void {
16 if (!handle) return
17
18 const key = this.generateKey(route)
19 this.recentlyUsed = key
20
21 console.log('Storing component %s to reuse later.', key);
22
23 (handle as any).componentRef.instance.disableForReuse()
24
25 this.storedRouteHandles.set(key, handle)
26
27 this.gb()
28 }
29
30 // Return true if we have a stored route object for the next route
31 shouldAttach (route: ActivatedRouteSnapshot): boolean {
32 const key = this.generateKey(route)
33 return this.isReuseEnabled(route) && this.storedRouteHandles.has(key)
34 }
35
36 // If we returned true in shouldAttach(), now return the actual route data for restoration
37 retrieve (route: ActivatedRouteSnapshot): DetachedRouteHandle {
38 if (!this.isReuseEnabled(route)) return undefined
39
40 const key = this.generateKey(route)
41 this.recentlyUsed = key
42
43 console.log('Reusing component %s.', key)
44
45 const handle = this.storedRouteHandles.get(key)
46 if (!handle) return handle;
47
48 (handle as any).componentRef.instance.enabledForReuse()
49
50 return handle
51 }
52
53 // Reuse the route if we're going to and from the same route
54 shouldReuseRoute (future: ActivatedRouteSnapshot, curr: ActivatedRouteSnapshot): boolean {
55 return future.routeConfig === curr.routeConfig
56 }
57
58 private gb () {
59 if (this.storedRouteHandles.size >= this.MAX_SIZE) {
60 this.storedRouteHandles.forEach((r, key) => {
61 if (key === this.recentlyUsed) return
62
63 console.log('Removing stored component %s.', key);
64
65 (r as any).componentRef.destroy()
66 this.storedRouteHandles.delete(key)
67 })
68 }
69 }
70
71 private generateKey (route: ActivatedRouteSnapshot) {
72 const reuse = route.data.reuse
73 if (!reuse) return undefined
74
75 return reuse.key + JSON.stringify(route.queryParams)
76 }
77
78 private isReuseEnabled (route: ActivatedRouteSnapshot) {
79 return route.data.reuse && route.data.reuse.enabled && route.queryParams['a-state']
80 }
81}
diff --git a/client/src/app/core/routing/disable-for-reuse-hook.ts b/client/src/app/core/routing/disable-for-reuse-hook.ts
new file mode 100644
index 000000000..c5eb5c578
--- /dev/null
+++ b/client/src/app/core/routing/disable-for-reuse-hook.ts
@@ -0,0 +1,7 @@
1export interface DisableForReuseHook {
2
3 disableForReuse (): void
4
5 enabledForReuse (): void
6
7}
diff --git a/client/src/app/core/routing/server-config-resolver.service.ts b/client/src/app/core/routing/server-config-resolver.service.ts
new file mode 100644
index 000000000..ec7d6428f
--- /dev/null
+++ b/client/src/app/core/routing/server-config-resolver.service.ts
@@ -0,0 +1,17 @@
1import { Injectable } from '@angular/core'
2import { Resolve } from '@angular/router'
3import { ServerService } from '@app/core/server'
4
5@Injectable()
6export class ServerConfigResolver implements Resolve<boolean> {
7 constructor (
8 private server: ServerService
9 ) {}
10
11 resolve () {
12 // FIXME: directly returning this.server.configLoaded does not seem to work
13 return new Promise<boolean>(res => {
14 return this.server.configLoaded.subscribe(() => res(true))
15 })
16 }
17}
diff --git a/client/src/app/core/server/server.service.ts b/client/src/app/core/server/server.service.ts
index 4ae72427b..3a8a535fd 100644
--- a/client/src/app/core/server/server.service.ts
+++ b/client/src/app/core/server/server.service.ts
@@ -4,23 +4,25 @@ import { Inject, Injectable, LOCALE_ID } from '@angular/core'
4import { peertubeLocalStorage } from '@app/shared/misc/peertube-local-storage' 4import { peertubeLocalStorage } from '@app/shared/misc/peertube-local-storage'
5import { Observable, of, ReplaySubject } from 'rxjs' 5import { Observable, of, ReplaySubject } from 'rxjs'
6import { getCompleteLocale, ServerConfig } from '../../../../../shared' 6import { getCompleteLocale, ServerConfig } from '../../../../../shared'
7import { About } from '../../../../../shared/models/server/about.model'
8import { environment } from '../../../environments/environment' 7import { environment } from '../../../environments/environment'
9import { VideoConstant, VideoPrivacy } from '../../../../../shared/models/videos' 8import { VideoConstant, VideoPrivacy } from '../../../../../shared/models/videos'
10import { isDefaultLocale, peertubeTranslate } from '../../../../../shared/models/i18n' 9import { isDefaultLocale, peertubeTranslate } from '../../../../../shared/models/i18n'
11import { getDevLocale, isOnDevLocale } from '@app/shared/i18n/i18n-utils' 10import { getDevLocale, isOnDevLocale } from '@app/shared/i18n/i18n-utils'
12import { sortBy } from '@app/shared/misc/utils' 11import { sortBy } from '@app/shared/misc/utils'
12import { VideoPlaylistPrivacy } from '@shared/models/videos/playlist/video-playlist-privacy.model'
13 13
14@Injectable() 14@Injectable()
15export class ServerService { 15export class ServerService {
16 private static BASE_SERVER_URL = environment.apiUrl + '/api/v1/server/' 16 private static BASE_SERVER_URL = environment.apiUrl + '/api/v1/server/'
17 private static BASE_CONFIG_URL = environment.apiUrl + '/api/v1/config/' 17 private static BASE_CONFIG_URL = environment.apiUrl + '/api/v1/config/'
18 private static BASE_VIDEO_URL = environment.apiUrl + '/api/v1/videos/' 18 private static BASE_VIDEO_URL = environment.apiUrl + '/api/v1/videos/'
19 private static BASE_VIDEO_PLAYLIST_URL = environment.apiUrl + '/api/v1/video-playlists/'
19 private static BASE_LOCALE_URL = environment.apiUrl + '/client/locales/' 20 private static BASE_LOCALE_URL = environment.apiUrl + '/client/locales/'
20 private static CONFIG_LOCAL_STORAGE_KEY = 'server-config' 21 private static CONFIG_LOCAL_STORAGE_KEY = 'server-config'
21 22
22 configLoaded = new ReplaySubject<boolean>(1) 23 configLoaded = new ReplaySubject<boolean>(1)
23 videoPrivaciesLoaded = new ReplaySubject<boolean>(1) 24 videoPrivaciesLoaded = new ReplaySubject<boolean>(1)
25 videoPlaylistPrivaciesLoaded = new ReplaySubject<boolean>(1)
24 videoCategoriesLoaded = new ReplaySubject<boolean>(1) 26 videoCategoriesLoaded = new ReplaySubject<boolean>(1)
25 videoLicencesLoaded = new ReplaySubject<boolean>(1) 27 videoLicencesLoaded = new ReplaySubject<boolean>(1)
26 videoLanguagesLoaded = new ReplaySubject<boolean>(1) 28 videoLanguagesLoaded = new ReplaySubject<boolean>(1)
@@ -32,6 +34,7 @@ export class ServerService {
32 shortDescription: 'PeerTube, a federated (ActivityPub) video streaming platform ' + 34 shortDescription: 'PeerTube, a federated (ActivityPub) video streaming platform ' +
33 'using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.', 35 'using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.',
34 defaultClientRoute: '', 36 defaultClientRoute: '',
37 isNSFW: false,
35 defaultNSFWPolicy: 'do_not_list' as 'do_not_list', 38 defaultNSFWPolicy: 'do_not_list' as 'do_not_list',
36 customizations: { 39 customizations: {
37 javascript: '', 40 javascript: '',
@@ -51,7 +54,10 @@ export class ServerService {
51 requiresEmailVerification: false 54 requiresEmailVerification: false
52 }, 55 },
53 transcoding: { 56 transcoding: {
54 enabledResolutions: [] 57 enabledResolutions: [],
58 hls: {
59 enabled: false
60 }
55 }, 61 },
56 avatar: { 62 avatar: {
57 file: { 63 file: {
@@ -92,12 +98,23 @@ export class ServerService {
92 videos: { 98 videos: {
93 intervalDays: 0 99 intervalDays: 0
94 } 100 }
101 },
102 autoBlacklist: {
103 videos: {
104 ofUsers: {
105 enabled: false
106 }
107 }
108 },
109 tracker: {
110 enabled: true
95 } 111 }
96 } 112 }
97 private videoCategories: Array<VideoConstant<number>> = [] 113 private videoCategories: Array<VideoConstant<number>> = []
98 private videoLicences: Array<VideoConstant<number>> = [] 114 private videoLicences: Array<VideoConstant<number>> = []
99 private videoLanguages: Array<VideoConstant<string>> = [] 115 private videoLanguages: Array<VideoConstant<string>> = []
100 private videoPrivacies: Array<VideoConstant<VideoPrivacy>> = [] 116 private videoPrivacies: Array<VideoConstant<VideoPrivacy>> = []
117 private videoPlaylistPrivacies: Array<VideoConstant<VideoPlaylistPrivacy>> = []
101 118
102 constructor ( 119 constructor (
103 private http: HttpClient, 120 private http: HttpClient,
@@ -118,19 +135,28 @@ export class ServerService {
118 } 135 }
119 136
120 loadVideoCategories () { 137 loadVideoCategories () {
121 return this.loadVideoAttributeEnum('categories', this.videoCategories, this.videoCategoriesLoaded, true) 138 return this.loadAttributeEnum(ServerService.BASE_VIDEO_URL, 'categories', this.videoCategories, this.videoCategoriesLoaded, true)
122 } 139 }
123 140
124 loadVideoLicences () { 141 loadVideoLicences () {
125 return this.loadVideoAttributeEnum('licences', this.videoLicences, this.videoLicencesLoaded) 142 return this.loadAttributeEnum(ServerService.BASE_VIDEO_URL, 'licences', this.videoLicences, this.videoLicencesLoaded)
126 } 143 }
127 144
128 loadVideoLanguages () { 145 loadVideoLanguages () {
129 return this.loadVideoAttributeEnum('languages', this.videoLanguages, this.videoLanguagesLoaded, true) 146 return this.loadAttributeEnum(ServerService.BASE_VIDEO_URL, 'languages', this.videoLanguages, this.videoLanguagesLoaded, true)
130 } 147 }
131 148
132 loadVideoPrivacies () { 149 loadVideoPrivacies () {
133 return this.loadVideoAttributeEnum('privacies', this.videoPrivacies, this.videoPrivaciesLoaded) 150 return this.loadAttributeEnum(ServerService.BASE_VIDEO_URL, 'privacies', this.videoPrivacies, this.videoPrivaciesLoaded)
151 }
152
153 loadVideoPlaylistPrivacies () {
154 return this.loadAttributeEnum(
155 ServerService.BASE_VIDEO_PLAYLIST_URL,
156 'privacies',
157 this.videoPlaylistPrivacies,
158 this.videoPlaylistPrivaciesLoaded
159 )
134 } 160 }
135 161
136 getConfig () { 162 getConfig () {
@@ -153,7 +179,12 @@ export class ServerService {
153 return this.videoPrivacies 179 return this.videoPrivacies
154 } 180 }
155 181
156 private loadVideoAttributeEnum ( 182 getVideoPlaylistPrivacies () {
183 return this.videoPlaylistPrivacies
184 }
185
186 private loadAttributeEnum (
187 baseUrl: string,
157 attributeName: 'categories' | 'licences' | 'languages' | 'privacies', 188 attributeName: 'categories' | 'licences' | 'languages' | 'privacies',
158 hashToPopulate: VideoConstant<string | number>[], 189 hashToPopulate: VideoConstant<string | number>[],
159 notifier: ReplaySubject<boolean>, 190 notifier: ReplaySubject<boolean>,
@@ -162,7 +193,7 @@ export class ServerService {
162 this.localeObservable 193 this.localeObservable
163 .pipe( 194 .pipe(
164 switchMap(translations => { 195 switchMap(translations => {
165 return this.http.get<{ [id: string]: string }>(ServerService.BASE_VIDEO_URL + attributeName) 196 return this.http.get<{ [id: string]: string }>(baseUrl + attributeName)
166 .pipe(map(data => ({ data, translations }))) 197 .pipe(map(data => ({ data, translations })))
167 }) 198 })
168 ) 199 )
diff --git a/client/src/app/login/login-routing.module.ts b/client/src/app/login/login-routing.module.ts
index 4d8913041..5a41f4e7e 100644
--- a/client/src/app/login/login-routing.module.ts
+++ b/client/src/app/login/login-routing.module.ts
@@ -1,9 +1,8 @@
1import { NgModule } from '@angular/core' 1import { NgModule } from '@angular/core'
2import { RouterModule, Routes } from '@angular/router' 2import { RouterModule, Routes } from '@angular/router'
3
4import { MetaGuard } from '@ngx-meta/core' 3import { MetaGuard } from '@ngx-meta/core'
5
6import { LoginComponent } from './login.component' 4import { LoginComponent } from './login.component'
5import { ServerConfigResolver } from '@app/core/routing/server-config-resolver.service'
7 6
8const loginRoutes: Routes = [ 7const loginRoutes: Routes = [
9 { 8 {
@@ -14,6 +13,9 @@ const loginRoutes: Routes = [
14 meta: { 13 meta: {
15 title: 'Login' 14 title: 'Login'
16 } 15 }
16 },
17 resolve: {
18 serverConfigLoaded: ServerConfigResolver
17 } 19 }
18 } 20 }
19] 21]
diff --git a/client/src/app/menu/avatar-notification.component.html b/client/src/app/menu/avatar-notification.component.html
index 4ef3f0e89..a5ef43d42 100644
--- a/client/src/app/menu/avatar-notification.component.html
+++ b/client/src/app/menu/avatar-notification.component.html
@@ -1,6 +1,6 @@
1<div 1<div
2 [ngbPopover]="popContent" autoClose="outside" placement="bottom-left" container="body" popoverClass="popover-notifications" 2 [ngbPopover]="popContent" autoClose="outside" placement="bottom-left" container="body" popoverClass="popover-notifications"
3 i18n-title title="View your notifications" class="notification-avatar" #popover="ngbPopover" 3 i18n-title title="View your notifications" class="notification-avatar" #popover="ngbPopover" (hidden)="onPopoverHidden()"
4> 4>
5 <div *ngIf="unreadNotifications > 0" class="unread-notifications">{{ unreadNotifications }}</div> 5 <div *ngIf="unreadNotifications > 0" class="unread-notifications">{{ unreadNotifications }}</div>
6 6
@@ -8,16 +8,25 @@
8</div> 8</div>
9 9
10<ng-template #popContent> 10<ng-template #popContent>
11 <div class="notifications-header"> 11 <div class="content" [ngClass]="{ loaded: loaded }">
12 <div i18n>Notifications</div> 12 <div class="notifications-header">
13 <div i18n>Notifications</div>
13 14
14 <a 15 <a
15 i18n-title title="Update your notification preferences" class="glyphicon glyphicon-cog" 16 i18n-title title="Update your notification preferences" class="glyphicon glyphicon-cog"
16 routerLink="/my-account/settings" fragment="notifications" 17 routerLink="/my-account/settings" fragment="notifications"
17 ></a> 18 ></a>
18 </div> 19 </div>
20
21 <div *ngIf="!loaded" class="loader">
22 <my-loader [loading]="!loaded"></my-loader>
23 </div>
19 24
20 <my-user-notifications [ignoreLoadingBar]="true" [infiniteScroll]="false" itemsPerPage="10"></my-user-notifications> 25 <my-user-notifications
26 [ignoreLoadingBar]="true" [infiniteScroll]="false" itemsPerPage="10"
27 (notificationsLoaded)="onNotificationLoaded()"
28 ></my-user-notifications>
21 29
22 <a class="all-notifications" routerLink="/my-account/notifications" i18n>See all your notifications</a> 30 <a *ngIf="loaded" class="all-notifications" routerLink="/my-account/notifications" i18n>See all your notifications</a>
31 </div>
23</ng-template> 32</ng-template>
diff --git a/client/src/app/menu/avatar-notification.component.scss b/client/src/app/menu/avatar-notification.component.scss
index e785db788..201668b6e 100644
--- a/client/src/app/menu/avatar-notification.component.scss
+++ b/client/src/app/menu/avatar-notification.component.scss
@@ -9,11 +9,27 @@
9 padding: 0; 9 padding: 0;
10 font-size: 14px; 10 font-size: 14px;
11 font-family: $main-fonts; 11 font-family: $main-fonts;
12 overflow-y: auto; 12 overflow-y: scroll;
13 max-height: 500px;
14 width: 400px; 13 width: 400px;
15 box-shadow: 0 6px 14px rgba(0, 0, 0, 0.30); 14 box-shadow: 0 6px 14px rgba(0, 0, 0, 0.30);
16 15
16 .loader {
17 display: flex;
18 align-items: center;
19 justify-content: center;
20
21 padding: 5px 0;
22 }
23
24 .content {
25 max-height: 150px;
26 transition: max-height 0.15s ease-out;
27
28 &.loaded {
29 max-height: 500px;
30 }
31 }
32
17 .notifications-header { 33 .notifications-header {
18 display: flex; 34 display: flex;
19 justify-content: space-between; 35 justify-content: space-between;
diff --git a/client/src/app/menu/avatar-notification.component.ts b/client/src/app/menu/avatar-notification.component.ts
index f1af08096..a77a001ca 100644
--- a/client/src/app/menu/avatar-notification.component.ts
+++ b/client/src/app/menu/avatar-notification.component.ts
@@ -17,6 +17,7 @@ export class AvatarNotificationComponent implements OnInit, OnDestroy {
17 @Input() user: User 17 @Input() user: User
18 18
19 unreadNotifications = 0 19 unreadNotifications = 0
20 loaded = false
20 21
21 private notificationSub: Subscription 22 private notificationSub: Subscription
22 private routeSub: Subscription 23 private routeSub: Subscription
@@ -26,18 +27,19 @@ export class AvatarNotificationComponent implements OnInit, OnDestroy {
26 private userNotificationSocket: UserNotificationSocket, 27 private userNotificationSocket: UserNotificationSocket,
27 private notifier: Notifier, 28 private notifier: Notifier,
28 private router: Router 29 private router: Router
29 ) {} 30 ) {
31 }
30 32
31 ngOnInit () { 33 ngOnInit () {
32 this.userNotificationService.countUnreadNotifications() 34 this.userNotificationService.countUnreadNotifications()
33 .subscribe( 35 .subscribe(
34 result => { 36 result => {
35 this.unreadNotifications = Math.min(result, 99) // Limit number to 99 37 this.unreadNotifications = Math.min(result, 99) // Limit number to 99
36 this.subscribeToNotifications() 38 this.subscribeToNotifications()
37 }, 39 },
38 40
39 err => this.notifier.error(err.message) 41 err => this.notifier.error(err.message)
40 ) 42 )
41 43
42 this.routeSub = this.router.events 44 this.routeSub = this.router.events
43 .pipe(filter(event => event instanceof NavigationEnd)) 45 .pipe(filter(event => event instanceof NavigationEnd))
@@ -53,13 +55,22 @@ export class AvatarNotificationComponent implements OnInit, OnDestroy {
53 this.popover.close() 55 this.popover.close()
54 } 56 }
55 57
56 private subscribeToNotifications () { 58 onPopoverHidden () {
57 this.notificationSub = this.userNotificationSocket.getMyNotificationsSocket() 59 this.loaded = false
58 .subscribe(data => { 60 }
59 if (data.type === 'new') return this.unreadNotifications++ 61
60 if (data.type === 'read') return this.unreadNotifications-- 62 onNotificationLoaded () {
61 if (data.type === 'read-all') return this.unreadNotifications = 0 63 this.loaded = true
62 }) 64 }
65
66 private async subscribeToNotifications () {
67 const obs = await this.userNotificationSocket.getMyNotificationsSocket()
68
69 this.notificationSub = obs.subscribe(data => {
70 if (data.type === 'new') return this.unreadNotifications++
71 if (data.type === 'read') return this.unreadNotifications--
72 if (data.type === 'read-all') return this.unreadNotifications = 0
73 })
63 } 74 }
64 75
65} 76}
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html
index 1e532ec13..e80e6b803 100644
--- a/client/src/app/menu/menu.component.html
+++ b/client/src/app/menu/menu.component.html
@@ -1,5 +1,5 @@
1<div class="menu-wrapper"> 1<div class="menu-wrapper">
2 <menu> 2 <menu [ngClass]="{ 'logged-in': isLoggedIn }">
3 <div class="top-menu"> 3 <div class="top-menu">
4 <div *ngIf="isLoggedIn" class="logged-in-block"> 4 <div *ngIf="isLoggedIn" class="logged-in-block">
5 <my-avatar-notification [user]="user"></my-avatar-notification> 5 <my-avatar-notification [user]="user"></my-avatar-notification>
@@ -10,23 +10,19 @@
10 </div> 10 </div>
11 11
12 <div class="logged-in-more" ngbDropdown placement="bottom-right"> 12 <div class="logged-in-more" ngbDropdown placement="bottom-right">
13 <span class="glyphicon glyphicon-option-vertical" ngbDropdownToggle role="button"></span> 13 <my-global-icon iconName="more-vertical" ngbDropdownToggle role="button"></my-global-icon>
14 14
15 <div ngbDropdownMenu> 15 <div ngbDropdownMenu>
16 <a *ngIf="user.account" i18n [routerLink]="[ '/accounts', user.account.nameWithHost ]" class="dropdown-item"> 16 <a *ngIf="user.account" [routerLink]="[ '/accounts', user.account.nameWithHost ]" class="dropdown-item">
17 My public profile 17 <my-global-icon iconName="go"></my-global-icon> <ng-container i18n>My public profile</ng-container>
18 </a> 18 </a>
19 19
20 <a i18n routerLink="/my-account" class="dropdown-item"> 20 <a routerLink="/my-account" class="dropdown-item">
21 My account 21 <my-global-icon iconName="user"></my-global-icon> <ng-container i18n>My account</ng-container>
22 </a> 22 </a>
23 23
24 <a i18n routerLink="/my-account/videos" class="dropdown-item"> 24 <a (click)="logout($event)" class="dropdown-item" href="#">
25 My videos 25 <my-global-icon iconName="sign-out"></my-global-icon> <ng-container i18n>Log out</ng-container>
26 </a>
27
28 <a i18n (click)="logout($event)" class="dropdown-item" href="#">
29 Log out
30 </a> 26 </a>
31 </div> 27 </div>
32 </div> 28 </div>
@@ -37,31 +33,51 @@
37 <a i18n *ngIf="isRegistrationAllowed()" routerLink="/signup" class="create-account-button">Create an account</a> 33 <a i18n *ngIf="isRegistrationAllowed()" routerLink="/signup" class="create-account-button">Create an account</a>
38 </div> 34 </div>
39 35
40 <div class="panel-block"> 36 <div *ngIf="isLoggedIn" class="panel-block">
41 <div i18n class="block-title">Videos</div> 37 <div i18n class="block-title">My library</div>
38
39 <a routerLink="/my-account/videos" routerLinkActive="active">
40 <my-global-icon iconName="videos"></my-global-icon>
41 <ng-container i18n>Videos</ng-container>
42 </a>
43
44 <a routerLink="/my-account/video-playlists" routerLinkActive="active">
45 <my-global-icon iconName="playlists"></my-global-icon>
46 <ng-container i18n>Playlists</ng-container>
47 </a>
42 48
43 <a *ngIf="isLoggedIn" routerLink="/videos/subscriptions" routerLinkActive="active"> 49 <a routerLink="/videos/subscriptions" routerLinkActive="active">
44 <span class="icon icon-videos-subscriptions"></span> 50 <my-global-icon iconName="subscriptions"></my-global-icon>
45 <ng-container i18n>Subscriptions</ng-container> 51 <ng-container i18n>Subscriptions</ng-container>
46 </a> 52 </a>
47 53
54 <a routerLink="/my-account/history/videos" routerLinkActive="active">
55 <my-global-icon iconName="history"></my-global-icon>
56 <ng-container i18n>History</ng-container>
57 </a>
58
59 </div>
60
61 <div class="panel-block">
62 <div i18n class="block-title">Videos</div>
63
48 <a routerLink="/videos/overview" routerLinkActive="active"> 64 <a routerLink="/videos/overview" routerLinkActive="active">
49 <span class="icon icon-videos-overview"></span> 65 <my-global-icon iconName="globe"></my-global-icon>
50 <ng-container i18n>Overview</ng-container> 66 <ng-container i18n>Overview</ng-container>
51 </a> 67 </a>
52 68
53 <a routerLink="/videos/trending" routerLinkActive="active"> 69 <a routerLink="/videos/trending" routerLinkActive="active">
54 <span class="icon icon-videos-trending"></span> 70 <my-global-icon iconName="trending"></my-global-icon>
55 <ng-container i18n>Trending</ng-container> 71 <ng-container i18n>Trending</ng-container>
56 </a> 72 </a>
57 73
58 <a routerLink="/videos/recently-added" routerLinkActive="active"> 74 <a routerLink="/videos/recently-added" routerLinkActive="active">
59 <span class="icon icon-videos-recently-added"></span> 75 <my-global-icon iconName="recently-added"></my-global-icon>
60 <ng-container i18n>Recently added</ng-container> 76 <ng-container i18n>Recently added</ng-container>
61 </a> 77 </a>
62 78
63 <a routerLink="/videos/local" routerLinkActive="active"> 79 <a routerLink="/videos/local" routerLinkActive="active">
64 <span class="icon icon-videos-local"></span> 80 <my-global-icon iconName="home"></my-global-icon>
65 <ng-container i18n>Local</ng-container> 81 <ng-container i18n>Local</ng-container>
66 </a> 82 </a>
67 </div> 83 </div>
@@ -70,12 +86,12 @@
70 <div class="block-title" i18n>More</div> 86 <div class="block-title" i18n>More</div>
71 87
72 <a *ngIf="userHasAdminAccess" [routerLink]="getFirstAdminRouteAvailable()" routerLinkActive="active"> 88 <a *ngIf="userHasAdminAccess" [routerLink]="getFirstAdminRouteAvailable()" routerLinkActive="active">
73 <span class="icon icon-administration"></span> 89 <my-global-icon iconName="administration"></my-global-icon>
74 <ng-container i18n>Administration</ng-container> 90 <ng-container i18n>Administration</ng-container>
75 </a> 91 </a>
76 92
77 <a routerLink="/about" routerLinkActive="active"> 93 <a routerLink="/about" routerLinkActive="active">
78 <span class="icon icon-about"></span> 94 <my-global-icon iconName="about"></my-global-icon>
79 <ng-container i18n>About</ng-container> 95 <ng-container i18n>About</ng-container>
80 </a> 96 </a>
81 </div> 97 </div>
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss
index 69704674a..2f23fa5f8 100644
--- a/client/src/app/menu/menu.component.scss
+++ b/client/src/app/menu/menu.component.scss
@@ -10,12 +10,12 @@
10} 10}
11 11
12menu { 12menu {
13 @include ellipsis;
14
13 background-color: var(--menuBackgroundColor); 15 background-color: var(--menuBackgroundColor);
14 margin: 0; 16 margin: 0;
15 padding: 0; 17 padding: 0;
16 height: 100%; 18 height: 100%;
17 white-space: nowrap;
18 text-overflow: ellipsis;
19 overflow: auto; 19 overflow: auto;
20 color: var(--menuForegroundColor); 20 color: var(--menuForegroundColor);
21 display: flex; 21 display: flex;
@@ -26,6 +26,16 @@ menu {
26 overflow-y: auto; 26 overflow-y: auto;
27 } 27 }
28 28
29 &.logged-in {
30 .panel-block {
31 margin-bottom: 25px;
32 }
33
34 .block-title {
35 margin-bottom: 15px;
36 }
37 }
38
29 .top-menu { 39 .top-menu {
30 flex-grow: 1; 40 flex-grow: 1;
31 width: $menu-width; 41 width: $menu-width;
@@ -37,9 +47,11 @@ menu {
37 display: flex; 47 display: flex;
38 align-items: center; 48 align-items: center;
39 justify-content: center; 49 justify-content: center;
40 margin-bottom: 35px; 50 margin-bottom: 20px;
41 51
42 .logged-in-info { 52 .logged-in-info {
53 @include ellipsis;
54
43 flex-grow: 1; 55 flex-grow: 1;
44 white-space: nowrap; 56 white-space: nowrap;
45 overflow: hidden; 57 overflow: hidden;
@@ -55,11 +67,10 @@ menu {
55 } 67 }
56 68
57 .logged-in-username { 69 .logged-in-username {
70 @include ellipsis;
71
58 font-size: 13px; 72 font-size: 13px;
59 color: #C6C6C6; 73 color: #C6C6C6;
60 white-space: nowrap;
61 overflow: hidden;
62 text-overflow: ellipsis;
63 max-width: 140px; 74 max-width: 140px;
64 } 75 }
65 } 76 }
@@ -67,14 +78,33 @@ menu {
67 .logged-in-more { 78 .logged-in-more {
68 margin-right: 20px; 79 margin-right: 20px;
69 80
70 .glyphicon { 81 my-global-icon {
82 @include apply-svg-color(var(--mainBackgroundColor));
83
71 cursor: pointer; 84 cursor: pointer;
72 font-size: 18px;
73 85
74 &::after { 86 &::after {
75 border: none; 87 border: none;
76 } 88 }
77 } 89 }
90
91 .dropdown-item {
92 @include dropdown-with-icon-item;
93
94 my-global-icon {
95 @include apply-svg-color(var(--mainForegroundColor));
96
97 width: 22px;
98 height: 22px;
99
100 &[iconName="sign-out"] {
101 position: relative;
102 right: -1px;
103 height: 21px;
104 width: 21px;
105 }
106 }
107 }
78 } 108 }
79 } 109 }
80 110
@@ -135,57 +165,31 @@ menu {
135 background-color: rgba(255, 255, 255, 0.10); 165 background-color: rgba(255, 255, 255, 0.10);
136 } 166 }
137 167
138 .icon { 168 my-global-icon {
139 @include icon(22px); 169 @include apply-svg-color(#808080);
140 170
171 display: flex;
172 width: 22px;
173 height: 22px;
141 margin-right: 18px; 174 margin-right: 18px;
142 175
143 &.icon-videos-subscriptions { 176 &[iconName="playlists"] {
144 position: relative; 177 height: 24px;
145 top: -1px; 178 width: 24px;
146 background-image: url('../../assets/images/menu/subscriptions.svg');
147 }
148
149 &.icon-videos-overview {
150 position: relative;
151 background-image: url('../../assets/images/menu/globe.svg');
152 }
153
154 &.icon-videos-trending {
155 position: relative;
156 top: -1px;
157 background-image: url('../../assets/images/menu/trending.svg');
158 }
159 179
160 &.icon-videos-recently-added { 180 margin-right: 16px;
161 width: 23px;
162 height: 23px;
163 background-image: url('../../assets/images/menu/recently-added.svg');
164 } 181 }
165 182
166 &.icon-videos-local { 183 &[iconName="videos"] {
167 width: 23px;
168 height: 23px;
169
170 position: relative; 184 position: relative;
171 top: -1px; 185 right: -1px;
172
173 background-image: url('../../assets/images/menu/home.svg');
174 }
175
176 &.icon-administration {
177 width: 23px;
178 height: 23px;
179
180 background-image: url('../../assets/images/menu/administration.svg');
181 } 186 }
187 }
182 188
183 &.icon-about { 189 .icon {
184 width: 23px; 190 @include icon(22px);
185 height: 23px;
186 191
187 background-image: url('../../assets/images/menu/about.svg'); 192 margin-right: 18px;
188 }
189 } 193 }
190 } 194 }
191 } 195 }
@@ -224,7 +228,6 @@ menu {
224 height: 24px; 228 height: 24px;
225 229
226 background-image: url('../../assets/images/menu/keyboard.png'); 230 background-image: url('../../assets/images/menu/keyboard.png');
227 background-color: #fff;
228 filter: invert(100%); 231 filter: invert(100%);
229 } 232 }
230 233
diff --git a/client/src/app/search/advanced-search.model.ts b/client/src/app/search/advanced-search.model.ts
index 033fa9bba..5b713e145 100644
--- a/client/src/app/search/advanced-search.model.ts
+++ b/client/src/app/search/advanced-search.model.ts
@@ -4,6 +4,9 @@ export class AdvancedSearch {
4 startDate: string // ISO 8601 4 startDate: string // ISO 8601
5 endDate: string // ISO 8601 5 endDate: string // ISO 8601
6 6
7 originallyPublishedStartDate: string // ISO 8601
8 originallyPublishedEndDate: string // ISO 8601
9
7 nsfw: NSFWQuery 10 nsfw: NSFWQuery
8 11
9 categoryOneOf: string 12 categoryOneOf: string
@@ -23,6 +26,8 @@ export class AdvancedSearch {
23 constructor (options?: { 26 constructor (options?: {
24 startDate?: string 27 startDate?: string
25 endDate?: string 28 endDate?: string
29 originallyPublishedStartDate?: string
30 originallyPublishedEndDate?: string
26 nsfw?: NSFWQuery 31 nsfw?: NSFWQuery
27 categoryOneOf?: string 32 categoryOneOf?: string
28 licenceOneOf?: string 33 licenceOneOf?: string
@@ -37,6 +42,9 @@ export class AdvancedSearch {
37 42
38 this.startDate = options.startDate || undefined 43 this.startDate = options.startDate || undefined
39 this.endDate = options.endDate || undefined 44 this.endDate = options.endDate || undefined
45 this.originallyPublishedStartDate = options.originallyPublishedStartDate || undefined
46 this.originallyPublishedEndDate = options.originallyPublishedEndDate || undefined
47
40 this.nsfw = options.nsfw || undefined 48 this.nsfw = options.nsfw || undefined
41 this.categoryOneOf = options.categoryOneOf || undefined 49 this.categoryOneOf = options.categoryOneOf || undefined
42 this.licenceOneOf = options.licenceOneOf || undefined 50 this.licenceOneOf = options.licenceOneOf || undefined
@@ -66,6 +74,8 @@ export class AdvancedSearch {
66 reset () { 74 reset () {
67 this.startDate = undefined 75 this.startDate = undefined
68 this.endDate = undefined 76 this.endDate = undefined
77 this.originallyPublishedStartDate = undefined
78 this.originallyPublishedEndDate = undefined
69 this.nsfw = undefined 79 this.nsfw = undefined
70 this.categoryOneOf = undefined 80 this.categoryOneOf = undefined
71 this.licenceOneOf = undefined 81 this.licenceOneOf = undefined
@@ -82,6 +92,8 @@ export class AdvancedSearch {
82 return { 92 return {
83 startDate: this.startDate, 93 startDate: this.startDate,
84 endDate: this.endDate, 94 endDate: this.endDate,
95 originallyPublishedStartDate: this.originallyPublishedStartDate,
96 originallyPublishedEndDate: this.originallyPublishedEndDate,
85 nsfw: this.nsfw, 97 nsfw: this.nsfw,
86 categoryOneOf: this.categoryOneOf, 98 categoryOneOf: this.categoryOneOf,
87 licenceOneOf: this.licenceOneOf, 99 licenceOneOf: this.licenceOneOf,
@@ -98,6 +110,8 @@ export class AdvancedSearch {
98 return { 110 return {
99 startDate: this.startDate, 111 startDate: this.startDate,
100 endDate: this.endDate, 112 endDate: this.endDate,
113 originallyPublishedStartDate: this.originallyPublishedStartDate,
114 originallyPublishedEndDate: this.originallyPublishedEndDate,
101 nsfw: this.nsfw, 115 nsfw: this.nsfw,
102 categoryOneOf: this.intoArray(this.categoryOneOf), 116 categoryOneOf: this.intoArray(this.categoryOneOf),
103 licenceOneOf: this.intoArray(this.licenceOneOf), 117 licenceOneOf: this.intoArray(this.licenceOneOf),
diff --git a/client/src/app/search/search-filters.component.html b/client/src/app/search/search-filters.component.html
index 74bb781f4..8220a990b 100644
--- a/client/src/app/search/search-filters.component.html
+++ b/client/src/app/search/search-filters.component.html
@@ -21,6 +21,27 @@
21 </div> 21 </div>
22 22
23 <div class="form-group"> 23 <div class="form-group">
24 <label i18n for="original-publication-after">Original publication year</label>
25
26 <div class="row">
27 <div class="col-sm-6">
28 <input
29 type="text" id="original-publication-after" name="original-publication-after"
30 i18n-placeholder placeholder="After..."
31 [(ngModel)]="originallyPublishedStartYear"
32 >
33 </div>
34 <div class="col-sm-6">
35 <input
36 type="text" id="original-publication-before" name="original-publication-before"
37 i18n-placeholder placeholder="Before..."
38 [(ngModel)]="originallyPublishedEndYear"
39 >
40 </div>
41 </div>
42 </div>
43
44 <div class="form-group">
24 <div i18n class="radio-label">Duration</div> 45 <div i18n class="radio-label">Duration</div>
25 46
26 <div class="peertube-radio-container" *ngFor="let duration of durationRanges"> 47 <div class="peertube-radio-container" *ngFor="let duration of durationRanges">
@@ -93,4 +114,4 @@
93 <div class="submit-button"> 114 <div class="submit-button">
94 <input type="submit" i18n-value value="Filter"> 115 <input type="submit" i18n-value value="Filter">
95 </div> 116 </div>
96</form> \ No newline at end of file 117</form>
diff --git a/client/src/app/search/search-filters.component.ts b/client/src/app/search/search-filters.component.ts
index 3fdc6df35..762a6b7f2 100644
--- a/client/src/app/search/search-filters.component.ts
+++ b/client/src/app/search/search-filters.component.ts
@@ -25,6 +25,9 @@ export class SearchFiltersComponent implements OnInit {
25 publishedDateRange: string 25 publishedDateRange: string
26 durationRange: string 26 durationRange: string
27 27
28 originallyPublishedStartYear: string
29 originallyPublishedEndYear: string
30
28 constructor ( 31 constructor (
29 private i18n: I18n, 32 private i18n: I18n,
30 private serverService: ServerService 33 private serverService: ServerService
@@ -86,15 +89,27 @@ export class SearchFiltersComponent implements OnInit {
86 89
87 this.loadFromDurationRange() 90 this.loadFromDurationRange()
88 this.loadFromPublishedRange() 91 this.loadFromPublishedRange()
92 this.loadOriginallyPublishedAtYears()
89 } 93 }
90 94
91 formUpdated () { 95 formUpdated () {
92 this.updateModelFromDurationRange() 96 this.updateModelFromDurationRange()
93 this.updateModelFromPublishedRange() 97 this.updateModelFromPublishedRange()
98 this.updateModelFromOriginallyPublishedAtYears()
94 99
95 this.filtered.emit(this.advancedSearch) 100 this.filtered.emit(this.advancedSearch)
96 } 101 }
97 102
103 private loadOriginallyPublishedAtYears () {
104 this.originallyPublishedStartYear = this.advancedSearch.originallyPublishedStartDate
105 ? new Date(this.advancedSearch.originallyPublishedStartDate).getFullYear().toString()
106 : null
107
108 this.originallyPublishedEndYear = this.advancedSearch.originallyPublishedEndDate
109 ? new Date(this.advancedSearch.originallyPublishedEndDate).getFullYear().toString()
110 : null
111 }
112
98 private loadFromDurationRange () { 113 private loadFromDurationRange () {
99 if (this.advancedSearch.durationMin || this.advancedSearch.durationMax) { 114 if (this.advancedSearch.durationMin || this.advancedSearch.durationMax) {
100 const fourMinutes = 60 * 4 115 const fourMinutes = 60 * 4
@@ -127,6 +142,32 @@ export class SearchFiltersComponent implements OnInit {
127 } 142 }
128 } 143 }
129 144
145 private updateModelFromOriginallyPublishedAtYears () {
146 const baseDate = new Date()
147 baseDate.setHours(0, 0, 0, 0)
148 baseDate.setMonth(0, 1)
149
150 if (this.originallyPublishedStartYear) {
151 const year = parseInt(this.originallyPublishedStartYear, 10)
152 const start = new Date(baseDate)
153 start.setFullYear(year)
154
155 this.advancedSearch.originallyPublishedStartDate = start.toISOString()
156 } else {
157 this.advancedSearch.originallyPublishedStartDate = null
158 }
159
160 if (this.originallyPublishedEndYear) {
161 const year = parseInt(this.originallyPublishedEndYear, 10)
162 const end = new Date(baseDate)
163 end.setFullYear(year)
164
165 this.advancedSearch.originallyPublishedEndDate = end.toISOString()
166 } else {
167 this.advancedSearch.originallyPublishedEndDate = null
168 }
169 }
170
130 private updateModelFromDurationRange () { 171 private updateModelFromDurationRange () {
131 if (!this.durationRange) return 172 if (!this.durationRange) return
132 173
@@ -174,4 +215,5 @@ export class SearchFiltersComponent implements OnInit {
174 215
175 this.advancedSearch.startDate = date.toISOString() 216 this.advancedSearch.startDate = date.toISOString()
176 } 217 }
218
177} 219}
diff --git a/client/src/app/search/search.component.html b/client/src/app/search/search.component.html
index 82a5f0f26..0a9f78cb2 100644
--- a/client/src/app/search/search.component.html
+++ b/client/src/app/search/search.component.html
@@ -48,13 +48,10 @@
48 </div> 48 </div>
49 49
50 <div *ngIf="isVideo(result)" class="entry video"> 50 <div *ngIf="isVideo(result)" class="entry video">
51 <my-video-thumbnail [video]="result" [nsfw]="isVideoBlur(result)"></my-video-thumbnail> 51 <my-video-miniature
52 52 [video]="result" [user]="user" [displayAsRow]="true"
53 <div class="video-info"> 53 (videoBlacklisted)="removeVideoFromArray(result)" (videoRemoved)="removeVideoFromArray(result)"
54 <a tabindex="-1" class="video-info-name" [routerLink]="['/videos/watch', result.uuid]" [attr.title]="result.name">{{ result.name }}</a> 54 ></my-video-miniature>
55 <span i18n class="video-info-date-views">{{ result.publishedAt | myFromNow }} - {{ result.views | myNumberFormatter }} views</span>
56 <a tabindex="-1" class="video-info-account" [routerLink]="[ '/accounts', result.byAccount ]">{{ result.byAccount }}</a>
57 </div>
58 </div> 55 </div>
59 </ng-container> 56 </ng-container>
60 57
diff --git a/client/src/app/search/search.component.scss b/client/src/app/search/search.component.scss
index 6de13d276..4e3ce1c96 100644
--- a/client/src/app/search/search.component.scss
+++ b/client/src/app/search/search.component.scss
@@ -55,53 +55,14 @@
55 padding-bottom: 20px; 55 padding-bottom: 20px;
56 margin-bottom: 20px; 56 margin-bottom: 20px;
57 57
58 &.video {
59
60 my-video-thumbnail {
61 margin-right: 10px;
62 }
63
64 .video-info {
65 flex-grow: 1;
66
67 .video-info-name {
68 @include disable-default-a-behaviour;
69
70 color: var(--mainForegroundColor);
71 display: block;
72 width: fit-content;
73 font-size: 18px;
74 font-weight: $font-semibold;
75 }
76
77 .video-info-date-views {
78 font-size: 14px;
79 }
80
81 .video-info-account {
82 @include disable-default-a-behaviour;
83
84 display: block;
85 width: fit-content;
86 overflow: hidden;
87 text-overflow: ellipsis;
88 white-space: nowrap;
89 font-size: 14px;
90 color: $grey-foreground-color;
91
92 &:hover {
93 color: $grey-foreground-hover-color;
94 }
95 }
96 }
97 }
98
99 &.video-channel { 58 &.video-channel {
100
101 img { 59 img {
102 @include avatar(120px); 60 $image-size: 130px;
61 $margin-size: ($video-thumbnail-width - $image-size) / 2; // So we have the same width than the video miniature
62
63 @include avatar($image-size);
103 64
104 margin: 0 50px 0 40px; 65 margin: 0 ($margin-size + 10) 0 $margin-size;
105 } 66 }
106 67
107 .video-channel-info { 68 .video-channel-info {
diff --git a/client/src/app/search/search.component.ts b/client/src/app/search/search.component.ts
index c4a4b1fde..a7ddbe1f8 100644
--- a/client/src/app/search/search.component.ts
+++ b/client/src/app/search/search.component.ts
@@ -1,6 +1,6 @@
1import { Component, OnDestroy, OnInit } from '@angular/core' 1import { Component, OnDestroy, OnInit } from '@angular/core'
2import { ActivatedRoute, Router } from '@angular/router' 2import { ActivatedRoute, Router } from '@angular/router'
3import { AuthService, Notifier, ServerService } from '@app/core' 3import { AuthService, Notifier } from '@app/core'
4import { forkJoin, Subscription } from 'rxjs' 4import { forkJoin, Subscription } from 'rxjs'
5import { SearchService } from '@app/search/search.service' 5import { SearchService } from '@app/search/search.service'
6import { ComponentPagination } from '@app/shared/rest/component-pagination.model' 6import { ComponentPagination } from '@app/shared/rest/component-pagination.model'
@@ -41,10 +41,13 @@ export class SearchComponent implements OnInit, OnDestroy {
41 private metaService: MetaService, 41 private metaService: MetaService,
42 private notifier: Notifier, 42 private notifier: Notifier,
43 private searchService: SearchService, 43 private searchService: SearchService,
44 private authService: AuthService, 44 private authService: AuthService
45 private serverService: ServerService
46 ) { } 45 ) { }
47 46
47 get user () {
48 return this.authService.getUser()
49 }
50
48 ngOnInit () { 51 ngOnInit () {
49 this.subActivatedRoute = this.route.queryParams.subscribe( 52 this.subActivatedRoute = this.route.queryParams.subscribe(
50 queryParams => { 53 queryParams => {
@@ -76,10 +79,6 @@ export class SearchComponent implements OnInit, OnDestroy {
76 if (this.subActivatedRoute) this.subActivatedRoute.unsubscribe() 79 if (this.subActivatedRoute) this.subActivatedRoute.unsubscribe()
77 } 80 }
78 81
79 isVideoBlur (video: Video) {
80 return video.isVideoNSFWForUser(this.authService.getUser(), this.serverService.getConfig())
81 }
82
83 isVideoChannel (d: VideoChannel | Video): d is VideoChannel { 82 isVideoChannel (d: VideoChannel | Video): d is VideoChannel {
84 return d instanceof VideoChannel 83 return d instanceof VideoChannel
85 } 84 }
@@ -139,6 +138,10 @@ export class SearchComponent implements OnInit, OnDestroy {
139 return this.advancedSearch.size() 138 return this.advancedSearch.size()
140 } 139 }
141 140
141 removeVideoFromArray (video: Video) {
142 this.results = this.results.filter(r => !this.isVideo(r) || r.id !== video.id)
143 }
144
142 private resetPagination () { 145 private resetPagination () {
143 this.pagination.currentPage = 1 146 this.pagination.currentPage = 1
144 this.pagination.totalItems = null 147 this.pagination.totalItems = null
diff --git a/client/src/app/shared/misc/from-now.pipe.ts b/client/src/app/shared/angular/from-now.pipe.ts
index 00b5be6c9..3a9a76411 100644
--- a/client/src/app/shared/misc/from-now.pipe.ts
+++ b/client/src/app/shared/angular/from-now.pipe.ts
@@ -35,6 +35,6 @@ export class FromNowPipe implements PipeTransform {
35 interval = Math.floor(seconds / 60) 35 interval = Math.floor(seconds / 60)
36 if (interval >= 1) return this.i18n('{{interval}} min ago', { interval }) 36 if (interval >= 1) return this.i18n('{{interval}} min ago', { interval })
37 37
38 return this.i18n('{{interval}} sec ago', { interval: Math.floor(seconds) }) 38 return this.i18n('{{interval}} sec ago', { interval: Math.max(0, seconds) })
39 } 39 }
40} 40}
diff --git a/client/src/app/shared/misc/number-formatter.pipe.ts b/client/src/app/shared/angular/number-formatter.pipe.ts
index 8a0756a36..8a0756a36 100644
--- a/client/src/app/shared/misc/number-formatter.pipe.ts
+++ b/client/src/app/shared/angular/number-formatter.pipe.ts
diff --git a/client/src/app/shared/misc/object-length.pipe.ts b/client/src/app/shared/angular/object-length.pipe.ts
index 84d182052..84d182052 100644
--- a/client/src/app/shared/misc/object-length.pipe.ts
+++ b/client/src/app/shared/angular/object-length.pipe.ts
diff --git a/client/src/app/shared/angular/peertube-template.directive.ts b/client/src/app/shared/angular/peertube-template.directive.ts
new file mode 100644
index 000000000..a514b6057
--- /dev/null
+++ b/client/src/app/shared/angular/peertube-template.directive.ts
@@ -0,0 +1,12 @@
1import { Directive, Input, TemplateRef } from '@angular/core'
2
3@Directive({
4 selector: '[ptTemplate]'
5})
6export class PeerTubeTemplateDirective {
7 @Input('ptTemplate') name: string
8
9 constructor (public template: TemplateRef<any>) {
10 // empty
11 }
12}
diff --git a/client/src/app/shared/buttons/action-dropdown.component.html b/client/src/app/shared/buttons/action-dropdown.component.html
index 114b1d71f..cc244dc76 100644
--- a/client/src/app/shared/buttons/action-dropdown.component.html
+++ b/client/src/app/shared/buttons/action-dropdown.component.html
@@ -1,9 +1,11 @@
1<div class="dropdown-root" ngbDropdown [placement]="placement"> 1<div class="dropdown-root" ngbDropdown [placement]="placement">
2 <div 2 <div
3 class="action-button" [ngClass]="{ small: buttonSize === 'small', grey: theme === 'grey', orange: theme === 'orange' }" 3 class="action-button" [ngClass]="{ small: buttonSize === 'small', grey: theme === 'grey', orange: theme === 'orange', 'button-styled': buttonStyled }"
4 ngbDropdownToggle role="button" 4 ngbDropdownToggle role="button"
5 > 5 >
6 <my-global-icon *ngIf="!label" class="more-icon" iconName="more"></my-global-icon> 6 <my-global-icon *ngIf="!label && buttonDirection === 'horizontal'" class="more-icon" iconName="more-horizontal"></my-global-icon>
7 <my-global-icon *ngIf="!label && buttonDirection === 'vertical'" class="more-icon" iconName="more-vertical"></my-global-icon>
8
7 <span *ngIf="label" class="dropdown-toggle">{{ label }}</span> 9 <span *ngIf="label" class="dropdown-toggle">{{ label }}</span>
8 </div> 10 </div>
9 11
@@ -12,15 +14,24 @@
12 14
13 <ng-container *ngFor="let action of actions"> 15 <ng-container *ngFor="let action of actions">
14 <ng-container *ngIf="action.isDisplayed === undefined || action.isDisplayed(entry) === true"> 16 <ng-container *ngIf="action.isDisplayed === undefined || action.isDisplayed(entry) === true">
15 <a *ngIf="action.linkBuilder" class="dropdown-item" [routerLink]="action.linkBuilder(entry)">{{ action.label }}</a>
16 17
17 <span *ngIf="!action.linkBuilder" class="custom-action dropdown-item" (click)="action.handler(entry)" role="button"> 18 <a *ngIf="action.linkBuilder" [ngClass]="{ 'with-icon': !!action.iconName }" class="dropdown-item" [routerLink]="action.linkBuilder(entry)">
19 <my-global-icon *ngIf="action.iconName" [iconName]="action.iconName" [ngClass]="'icon-' + action.iconName"></my-global-icon>
20 {{ action.label }}
21 </a>
22
23 <span
24 *ngIf="!action.linkBuilder" [ngClass]="{ 'with-icon': !!action.iconName }" (click)="action.handler(entry)"
25 class="custom-action dropdown-item" role="button"
26 >
27 <my-global-icon *ngIf="action.iconName" [iconName]="action.iconName" [ngClass]="'icon-' + action.iconName"></my-global-icon>
18 {{ action.label }} 28 {{ action.label }}
19 </span> 29 </span>
30
20 </ng-container> 31 </ng-container>
21 </ng-container> 32 </ng-container>
22 33
23 <div class="dropdown-divider"></div> 34 <div *ngIf="areActionsDisplayed(actions, entry)" class="dropdown-divider"></div>
24 35
25 </ng-container> 36 </ng-container>
26 </div> 37 </div>
diff --git a/client/src/app/shared/buttons/action-dropdown.component.scss b/client/src/app/shared/buttons/action-dropdown.component.scss
index 985b2ca88..5073190b0 100644
--- a/client/src/app/shared/buttons/action-dropdown.component.scss
+++ b/client/src/app/shared/buttons/action-dropdown.component.scss
@@ -8,12 +8,19 @@
8.action-button { 8.action-button {
9 @include peertube-button; 9 @include peertube-button;
10 10
11 &.grey { 11 &.button-styled {
12 @include grey-button; 12
13 } 13 &.grey {
14 @include grey-button;
15 }
16
17 &.orange {
18 @include orange-button;
19 }
14 20
15 &.orange { 21 &:hover, &:active, &:focus {
16 @include orange-button; 22 background-color: $grey-background-color;
23 }
17 } 24 }
18 25
19 display: inline-block; 26 display: inline-block;
@@ -23,10 +30,6 @@
23 display: none; 30 display: none;
24 } 31 }
25 32
26 &:hover, &:active, &:focus {
27 background-color: $grey-background-color;
28 }
29
30 .more-icon { 33 .more-icon {
31 width: 21px; 34 width: 21px;
32 } 35 }
@@ -48,6 +51,10 @@
48 cursor: pointer; 51 cursor: pointer;
49 color: #000 !important; 52 color: #000 !important;
50 53
54 &.with-icon {
55 @include dropdown-with-icon-item;
56 }
57
51 a, span { 58 a, span {
52 display: block; 59 display: block;
53 width: 100%; 60 width: 100%;
diff --git a/client/src/app/shared/buttons/action-dropdown.component.ts b/client/src/app/shared/buttons/action-dropdown.component.ts
index 275e2b51e..f5345831b 100644
--- a/client/src/app/shared/buttons/action-dropdown.component.ts
+++ b/client/src/app/shared/buttons/action-dropdown.component.ts
@@ -1,12 +1,18 @@
1import { Component, Input } from '@angular/core' 1import { Component, Input } from '@angular/core'
2import { GlobalIconName } from '@app/shared/images/global-icon.component'
2 3
3export type DropdownAction<T> = { 4export type DropdownAction<T> = {
4 label?: string 5 label?: string
6 iconName?: GlobalIconName
5 handler?: (a: T) => any 7 handler?: (a: T) => any
6 linkBuilder?: (a: T) => (string | number)[] 8 linkBuilder?: (a: T) => (string | number)[]
7 isDisplayed?: (a: T) => boolean 9 isDisplayed?: (a: T) => boolean
8} 10}
9 11
12export type DropdownButtonSize = 'normal' | 'small'
13export type DropdownTheme = 'orange' | 'grey'
14export type DropdownDirection = 'horizontal' | 'vertical'
15
10@Component({ 16@Component({
11 selector: 'my-action-dropdown', 17 selector: 'my-action-dropdown',
12 styleUrls: [ './action-dropdown.component.scss' ], 18 styleUrls: [ './action-dropdown.component.scss' ],
@@ -16,14 +22,29 @@ export type DropdownAction<T> = {
16export class ActionDropdownComponent<T> { 22export class ActionDropdownComponent<T> {
17 @Input() actions: DropdownAction<T>[] | DropdownAction<T>[][] = [] 23 @Input() actions: DropdownAction<T>[] | DropdownAction<T>[][] = []
18 @Input() entry: T 24 @Input() entry: T
25
19 @Input() placement = 'bottom-left' 26 @Input() placement = 'bottom-left'
20 @Input() buttonSize: 'normal' | 'small' = 'normal' 27
28 @Input() buttonSize: DropdownButtonSize = 'normal'
29 @Input() buttonDirection: DropdownDirection = 'horizontal'
30 @Input() buttonStyled = true
31
21 @Input() label: string 32 @Input() label: string
22 @Input() theme: 'orange' | 'grey' = 'grey' 33 @Input() theme: DropdownTheme = 'grey'
23 34
24 getActions () { 35 getActions () {
25 if (this.actions.length !== 0 && Array.isArray(this.actions[0])) return this.actions 36 if (this.actions.length !== 0 && Array.isArray(this.actions[0])) return this.actions
26 37
27 return [ this.actions ] 38 return [ this.actions ]
28 } 39 }
40
41 areActionsDisplayed (actions: DropdownAction<T>[], entry: T) {
42 return actions.some(a => a.isDisplayed === undefined || a.isDisplayed(entry))
43 }
44
45 handleClick (event: Event, action: DropdownAction<T>) {
46 event.preventDefault()
47
48 // action.handler(entry)
49 }
29} 50}
diff --git a/client/src/app/shared/buttons/button.component.ts b/client/src/app/shared/buttons/button.component.ts
index a91e9c7eb..c2b69d31a 100644
--- a/client/src/app/shared/buttons/button.component.ts
+++ b/client/src/app/shared/buttons/button.component.ts
@@ -1,5 +1,5 @@
1import { Component, Input } from '@angular/core' 1import { Component, Input } from '@angular/core'
2import { GlobalIconName } from '@app/shared/icons/global-icon.component' 2import { GlobalIconName } from '@app/shared/images/global-icon.component'
3 3
4@Component({ 4@Component({
5 selector: 'my-button', 5 selector: 'my-button',
diff --git a/client/src/app/shared/forms/form-reactive.ts b/client/src/app/shared/forms/form-reactive.ts
index b9873af2c..0d40b6f4a 100644
--- a/client/src/app/shared/forms/form-reactive.ts
+++ b/client/src/app/shared/forms/form-reactive.ts
@@ -59,7 +59,7 @@ export abstract class FormReactive {
59 const isDirty = control.dirty || forceCheck === true 59 const isDirty = control.dirty || forceCheck === true
60 if (control && isDirty && !control.valid) { 60 if (control && isDirty && !control.valid) {
61 const messages = validationMessages[ field ] 61 const messages = validationMessages[ field ]
62 for (const key in control.errors) { 62 for (const key of Object.keys(control.errors)) {
63 formErrors[ field ] += messages[ key ] + ' ' 63 formErrors[ field ] += messages[ key ] + ' '
64 } 64 }
65 } 65 }
diff --git a/client/src/app/shared/forms/form-validators/index.ts b/client/src/app/shared/forms/form-validators/index.ts
index fdcbedb71..e3de3ae13 100644
--- a/client/src/app/shared/forms/form-validators/index.ts
+++ b/client/src/app/shared/forms/form-validators/index.ts
@@ -10,6 +10,7 @@ export * from './video-blacklist-validators.service'
10export * from './video-channel-validators.service' 10export * from './video-channel-validators.service'
11export * from './video-comment-validators.service' 11export * from './video-comment-validators.service'
12export * from './video-validators.service' 12export * from './video-validators.service'
13export * from './video-playlist-validators.service'
13export * from './video-captions-validators.service' 14export * from './video-captions-validators.service'
14export * from './video-change-ownership-validators.service' 15export * from './video-change-ownership-validators.service'
15export * from './video-accept-ownership-validators.service' 16export * from './video-accept-ownership-validators.service'
diff --git a/client/src/app/shared/forms/form-validators/video-playlist-validators.service.ts b/client/src/app/shared/forms/form-validators/video-playlist-validators.service.ts
new file mode 100644
index 000000000..a2c9a5368
--- /dev/null
+++ b/client/src/app/shared/forms/form-validators/video-playlist-validators.service.ts
@@ -0,0 +1,66 @@
1import { I18n } from '@ngx-translate/i18n-polyfill'
2import { AbstractControl, FormControl, Validators } from '@angular/forms'
3import { Injectable } from '@angular/core'
4import { BuildFormValidator } from '@app/shared'
5import { VideoPlaylistPrivacy } from '@shared/models'
6
7@Injectable()
8export class VideoPlaylistValidatorsService {
9 readonly VIDEO_PLAYLIST_DISPLAY_NAME: BuildFormValidator
10 readonly VIDEO_PLAYLIST_PRIVACY: BuildFormValidator
11 readonly VIDEO_PLAYLIST_DESCRIPTION: BuildFormValidator
12 readonly VIDEO_PLAYLIST_CHANNEL_ID: BuildFormValidator
13
14 constructor (private i18n: I18n) {
15 this.VIDEO_PLAYLIST_DISPLAY_NAME = {
16 VALIDATORS: [
17 Validators.required,
18 Validators.minLength(1),
19 Validators.maxLength(120)
20 ],
21 MESSAGES: {
22 'required': this.i18n('Display name is required.'),
23 'minlength': this.i18n('Display name must be at least 1 character long.'),
24 'maxlength': this.i18n('Display name cannot be more than 120 characters long.')
25 }
26 }
27
28 this.VIDEO_PLAYLIST_PRIVACY = {
29 VALIDATORS: [
30 Validators.required
31 ],
32 MESSAGES: {
33 'required': this.i18n('Privacy is required.')
34 }
35 }
36
37 this.VIDEO_PLAYLIST_DESCRIPTION = {
38 VALIDATORS: [
39 Validators.minLength(3),
40 Validators.maxLength(1000)
41 ],
42 MESSAGES: {
43 'minlength': i18n('Description must be at least 3 characters long.'),
44 'maxlength': i18n('Description cannot be more than 1000 characters long.')
45 }
46 }
47
48 this.VIDEO_PLAYLIST_CHANNEL_ID = {
49 VALIDATORS: [ ],
50 MESSAGES: {
51 'required': this.i18n('The channel is required when the playlist is public.')
52 }
53 }
54 }
55
56 setChannelValidator (channelControl: AbstractControl, privacy: VideoPlaylistPrivacy) {
57 if (privacy.toString() === VideoPlaylistPrivacy.PUBLIC.toString()) {
58 channelControl.setValidators([ Validators.required ])
59 } else {
60 channelControl.setValidators(null)
61 }
62
63 channelControl.markAsDirty()
64 channelControl.updateValueAndValidity()
65 }
66}
diff --git a/client/src/app/shared/forms/form-validators/video-validators.service.ts b/client/src/app/shared/forms/form-validators/video-validators.service.ts
index 81ed0666f..e3f7a0969 100644
--- a/client/src/app/shared/forms/form-validators/video-validators.service.ts
+++ b/client/src/app/shared/forms/form-validators/video-validators.service.ts
@@ -16,6 +16,7 @@ export class VideoValidatorsService {
16 readonly VIDEO_TAGS: BuildFormValidator 16 readonly VIDEO_TAGS: BuildFormValidator
17 readonly VIDEO_SUPPORT: BuildFormValidator 17 readonly VIDEO_SUPPORT: BuildFormValidator
18 readonly VIDEO_SCHEDULE_PUBLICATION_AT: BuildFormValidator 18 readonly VIDEO_SCHEDULE_PUBLICATION_AT: BuildFormValidator
19 readonly VIDEO_ORIGINALLY_PUBLISHED_AT: BuildFormValidator
19 20
20 constructor (private i18n: I18n) { 21 constructor (private i18n: I18n) {
21 22
@@ -92,5 +93,10 @@ export class VideoValidatorsService {
92 'required': this.i18n('A date is required to schedule video update.') 93 'required': this.i18n('A date is required to schedule video update.')
93 } 94 }
94 } 95 }
96
97 this.VIDEO_ORIGINALLY_PUBLISHED_AT = {
98 VALIDATORS: [ ],
99 MESSAGES: {}
100 }
95 } 101 }
96} 102}
diff --git a/client/src/app/shared/forms/markdown-textarea.component.ts b/client/src/app/shared/forms/markdown-textarea.component.ts
index e87aca0d4..49a57f29d 100644
--- a/client/src/app/shared/forms/markdown-textarea.component.ts
+++ b/client/src/app/shared/forms/markdown-textarea.component.ts
@@ -82,11 +82,11 @@ export class MarkdownTextareaComponent implements ControlValueAccessor, OnInit {
82 return this.screenService.isInSmallView() === false 82 return this.screenService.isInSmallView() === false
83 } 83 }
84 84
85 private updatePreviews () { 85 private async updatePreviews () {
86 if (this.content === null || this.content === undefined) return 86 if (this.content === null || this.content === undefined) return
87 87
88 this.truncatedPreviewHTML = this.markdownRender(truncate(this.content, { length: this.truncate })) 88 this.truncatedPreviewHTML = await this.markdownRender(truncate(this.content, { length: this.truncate }))
89 this.previewHTML = this.markdownRender(this.content) 89 this.previewHTML = await this.markdownRender(this.content)
90 } 90 }
91 91
92 private markdownRender (text: string) { 92 private markdownRender (text: string) {
diff --git a/client/src/app/shared/forms/peertube-checkbox.component.scss b/client/src/app/shared/forms/peertube-checkbox.component.scss
index 6e4e20775..ea321ee65 100644
--- a/client/src/app/shared/forms/peertube-checkbox.component.scss
+++ b/client/src/app/shared/forms/peertube-checkbox.component.scss
@@ -28,4 +28,4 @@
28 position: relative; 28 position: relative;
29 top: -2px; 29 top: -2px;
30 } 30 }
31} \ No newline at end of file 31}
diff --git a/client/src/app/shared/forms/peertube-checkbox.component.ts b/client/src/app/shared/forms/peertube-checkbox.component.ts
index c1a6915e8..9578f5618 100644
--- a/client/src/app/shared/forms/peertube-checkbox.component.ts
+++ b/client/src/app/shared/forms/peertube-checkbox.component.ts
@@ -1,4 +1,4 @@
1import { Component, forwardRef, Input } from '@angular/core' 1import { ChangeDetectorRef, Component, forwardRef, Input, OnChanges, SimpleChanges } from '@angular/core'
2import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms' 2import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'
3 3
4@Component({ 4@Component({
@@ -21,10 +21,19 @@ export class PeertubeCheckboxComponent implements ControlValueAccessor {
21 @Input() helpHtml: string 21 @Input() helpHtml: string
22 @Input() disabled = false 22 @Input() disabled = false
23 23
24 // FIXME: https://github.com/angular/angular/issues/10816#issuecomment-307567836
25 @Input() onPushWorkaround = false
26
27 constructor (private cdr: ChangeDetectorRef) { }
28
24 propagateChange = (_: any) => { /* empty */ } 29 propagateChange = (_: any) => { /* empty */ }
25 30
26 writeValue (checked: boolean) { 31 writeValue (checked: boolean) {
27 this.checked = checked 32 this.checked = checked
33
34 if (this.onPushWorkaround) {
35 this.cdr.markForCheck()
36 }
28 } 37 }
29 38
30 registerOnChange (fn: (_: any) => void) { 39 registerOnChange (fn: (_: any) => void) {
diff --git a/client/src/app/shared/forms/timestamp-input.component.html b/client/src/app/shared/forms/timestamp-input.component.html
new file mode 100644
index 000000000..c57a4b32c
--- /dev/null
+++ b/client/src/app/shared/forms/timestamp-input.component.html
@@ -0,0 +1,4 @@
1<p-inputMask
2 [disabled]="disabled" [(ngModel)]="timestampString" (onBlur)="onBlur()"
3 mask="9:99:99" slotChar="0" (ngModelChange)="onModelChange()"
4></p-inputMask>
diff --git a/client/src/app/shared/forms/timestamp-input.component.scss b/client/src/app/shared/forms/timestamp-input.component.scss
new file mode 100644
index 000000000..7115777fd
--- /dev/null
+++ b/client/src/app/shared/forms/timestamp-input.component.scss
@@ -0,0 +1,8 @@
1p-inputmask {
2 /deep/ input {
3 width: 80px;
4 font-size: 15px;
5
6 border: none;
7 }
8}
diff --git a/client/src/app/shared/forms/timestamp-input.component.ts b/client/src/app/shared/forms/timestamp-input.component.ts
new file mode 100644
index 000000000..8d67a96ac
--- /dev/null
+++ b/client/src/app/shared/forms/timestamp-input.component.ts
@@ -0,0 +1,61 @@
1import { ChangeDetectorRef, Component, forwardRef, Input, OnInit } from '@angular/core'
2import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'
3import { secondsToTime, timeToInt } from '../../../assets/player/utils'
4
5@Component({
6 selector: 'my-timestamp-input',
7 styleUrls: [ './timestamp-input.component.scss' ],
8 templateUrl: './timestamp-input.component.html',
9 providers: [
10 {
11 provide: NG_VALUE_ACCESSOR,
12 useExisting: forwardRef(() => TimestampInputComponent),
13 multi: true
14 }
15 ]
16})
17export class TimestampInputComponent implements ControlValueAccessor, OnInit {
18 @Input() maxTimestamp: number
19 @Input() timestamp: number
20 @Input() disabled = false
21
22 timestampString: string
23
24 constructor (private changeDetector: ChangeDetectorRef) {}
25
26 ngOnInit () {
27 this.writeValue(this.timestamp || 0)
28 }
29
30 propagateChange = (_: any) => { /* empty */ }
31
32 writeValue (timestamp: number) {
33 this.timestamp = timestamp
34
35 this.timestampString = secondsToTime(this.timestamp, true, ':')
36 }
37
38 registerOnChange (fn: (_: any) => void) {
39 this.propagateChange = fn
40 }
41
42 registerOnTouched () {
43 // Unused
44 }
45
46 onModelChange () {
47 this.timestamp = timeToInt(this.timestampString)
48
49 this.propagateChange(this.timestamp)
50 }
51
52 onBlur () {
53 if (this.maxTimestamp && this.timestamp > this.maxTimestamp) {
54 this.writeValue(this.maxTimestamp)
55
56 this.changeDetector.detectChanges()
57
58 this.propagateChange(this.timestamp)
59 }
60 }
61}
diff --git a/client/src/app/shared/icons/global-icon.component.html b/client/src/app/shared/icons/global-icon.component.html
deleted file mode 100644
index e69de29bb..000000000
--- a/client/src/app/shared/icons/global-icon.component.html
+++ /dev/null
diff --git a/client/src/app/shared/icons/global-icon.component.scss b/client/src/app/shared/images/global-icon.component.scss
index 6805fb6f7..6805fb6f7 100644
--- a/client/src/app/shared/icons/global-icon.component.scss
+++ b/client/src/app/shared/images/global-icon.component.scss
diff --git a/client/src/app/shared/icons/global-icon.component.ts b/client/src/app/shared/images/global-icon.component.ts
index e8ada0324..5a3db4531 100644
--- a/client/src/app/shared/icons/global-icon.component.ts
+++ b/client/src/app/shared/images/global-icon.component.ts
@@ -1,7 +1,9 @@
1import { Component, ElementRef, Input, OnInit } from '@angular/core' 1import { ChangeDetectionStrategy, Component, ElementRef, Input, OnInit } from '@angular/core'
2 2
3const icons = { 3const icons = {
4 'add': require('../../../assets/images/global/add.html'), 4 'add': require('../../../assets/images/global/add.html'),
5 'user': require('../../../assets/images/global/user.html'),
6 'sign-out': require('../../../assets/images/global/sign-out.html'),
5 'syndication': require('../../../assets/images/global/syndication.html'), 7 'syndication': require('../../../assets/images/global/syndication.html'),
6 'help': require('../../../assets/images/global/help.html'), 8 'help': require('../../../assets/images/global/help.html'),
7 'sparkle': require('../../../assets/images/global/sparkle.html'), 9 'sparkle': require('../../../assets/images/global/sparkle.html'),
@@ -11,21 +13,39 @@ const icons = {
11 'no': require('../../../assets/images/global/no.html'), 13 'no': require('../../../assets/images/global/no.html'),
12 'cloud-download': require('../../../assets/images/global/cloud-download.html'), 14 'cloud-download': require('../../../assets/images/global/cloud-download.html'),
13 'undo': require('../../../assets/images/global/undo.html'), 15 'undo': require('../../../assets/images/global/undo.html'),
16 'history': require('../../../assets/images/global/history.html'),
14 'circle-tick': require('../../../assets/images/global/circle-tick.html'), 17 'circle-tick': require('../../../assets/images/global/circle-tick.html'),
15 'cog': require('../../../assets/images/global/cog.html'), 18 'cog': require('../../../assets/images/global/cog.html'),
16 'download': require('../../../assets/images/global/download.html'), 19 'download': require('../../../assets/images/global/download.html'),
20 'go': require('../../../assets/images/menu/go.html'),
17 'edit': require('../../../assets/images/global/edit.html'), 21 'edit': require('../../../assets/images/global/edit.html'),
18 'im-with-her': require('../../../assets/images/global/im-with-her.html'), 22 'im-with-her': require('../../../assets/images/global/im-with-her.html'),
19 'delete': require('../../../assets/images/global/delete.html'), 23 'delete': require('../../../assets/images/global/delete.html'),
24 'server': require('../../../assets/images/global/server.html'),
20 'cross': require('../../../assets/images/global/cross.html'), 25 'cross': require('../../../assets/images/global/cross.html'),
21 'validate': require('../../../assets/images/global/validate.html'), 26 'validate': require('../../../assets/images/global/validate.html'),
22 'tick': require('../../../assets/images/global/tick.html'), 27 'tick': require('../../../assets/images/global/tick.html'),
23 'dislike': require('../../../assets/images/video/dislike.html'), 28 'dislike': require('../../../assets/images/video/dislike.html'),
24 'heart': require('../../../assets/images/video/heart.html'), 29 'heart': require('../../../assets/images/video/heart.html'),
25 'like': require('../../../assets/images/video/like.html'), 30 'like': require('../../../assets/images/video/like.html'),
26 'more': require('../../../assets/images/video/more.html'), 31 'more-horizontal': require('../../../assets/images/global/more-horizontal.html'),
32 'more-vertical': require('../../../assets/images/global/more-vertical.html'),
27 'share': require('../../../assets/images/video/share.html'), 33 'share': require('../../../assets/images/video/share.html'),
28 'upload': require('../../../assets/images/video/upload.html') 34 'upload': require('../../../assets/images/video/upload.html'),
35 'playlist-add': require('../../../assets/images/video/playlist-add.html'),
36 'play': require('../../../assets/images/global/play.html'),
37 'playlists': require('../../../assets/images/global/playlists.html'),
38 'about': require('../../../assets/images/menu/about.html'),
39 'globe': require('../../../assets/images/menu/globe.html'),
40 'home': require('../../../assets/images/menu/home.html'),
41 'recently-added': require('../../../assets/images/menu/recently-added.html'),
42 'trending': require('../../../assets/images/menu/trending.html'),
43 'videos': require('../../../assets/images/global/videos.html'),
44 'folder': require('../../../assets/images/global/folder.html'),
45 'administration': require('../../../assets/images/menu/administration.html'),
46 'subscriptions': require('../../../assets/images/menu/subscriptions.html'),
47 'users': require('../../../assets/images/global/users.html'),
48 'refresh': require('../../../assets/images/global/refresh.html')
29} 49}
30 50
31export type GlobalIconName = keyof typeof icons 51export type GlobalIconName = keyof typeof icons
@@ -33,7 +53,8 @@ export type GlobalIconName = keyof typeof icons
33@Component({ 53@Component({
34 selector: 'my-global-icon', 54 selector: 'my-global-icon',
35 template: '', 55 template: '',
36 styleUrls: [ './global-icon.component.scss' ] 56 styleUrls: [ './global-icon.component.scss' ],
57 changeDetection: ChangeDetectionStrategy.OnPush
37}) 58})
38export class GlobalIconComponent implements OnInit { 59export class GlobalIconComponent implements OnInit {
39 @Input() iconName: GlobalIconName 60 @Input() iconName: GlobalIconName
diff --git a/client/src/app/videos/+video-edit/shared/video-image.component.html b/client/src/app/shared/images/image-upload.component.html
index c09c862c4..c09c862c4 100644
--- a/client/src/app/videos/+video-edit/shared/video-image.component.html
+++ b/client/src/app/shared/images/image-upload.component.html
diff --git a/client/src/app/videos/+video-edit/shared/video-image.component.scss b/client/src/app/shared/images/image-upload.component.scss
index b63963bca..b63963bca 100644
--- a/client/src/app/videos/+video-edit/shared/video-image.component.scss
+++ b/client/src/app/shared/images/image-upload.component.scss
diff --git a/client/src/app/videos/+video-edit/shared/video-image.component.ts b/client/src/app/shared/images/image-upload.component.ts
index a604cde90..2da1592ff 100644
--- a/client/src/app/videos/+video-edit/shared/video-image.component.ts
+++ b/client/src/app/shared/images/image-upload.component.ts
@@ -4,18 +4,18 @@ import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser'
4import { ServerService } from '@app/core' 4import { ServerService } from '@app/core'
5 5
6@Component({ 6@Component({
7 selector: 'my-video-image', 7 selector: 'my-image-upload',
8 styleUrls: [ './video-image.component.scss' ], 8 styleUrls: [ './image-upload.component.scss' ],
9 templateUrl: './video-image.component.html', 9 templateUrl: './image-upload.component.html',
10 providers: [ 10 providers: [
11 { 11 {
12 provide: NG_VALUE_ACCESSOR, 12 provide: NG_VALUE_ACCESSOR,
13 useExisting: forwardRef(() => VideoImageComponent), 13 useExisting: forwardRef(() => ImageUploadComponent),
14 multi: true 14 multi: true
15 } 15 }
16 ] 16 ]
17}) 17})
18export class VideoImageComponent implements ControlValueAccessor { 18export class ImageUploadComponent implements ControlValueAccessor {
19 @Input() inputLabel: string 19 @Input() inputLabel: string
20 @Input() inputName: string 20 @Input() inputName: string
21 @Input() previewWidth: string 21 @Input() previewWidth: string
diff --git a/client/src/app/shared/instance/instance-features-table.component.html b/client/src/app/shared/instance/instance-features-table.component.html
index dc8db8cc1..2885f97e3 100644
--- a/client/src/app/shared/instance/instance-features-table.component.html
+++ b/client/src/app/shared/instance/instance-features-table.component.html
@@ -2,6 +2,20 @@
2 2
3 <table class="table"> 3 <table class="table">
4 <tr> 4 <tr>
5 <td i18n class="label">Default NSFW/sensitive videos policy (can be redefined by the users)</td>
6
7 <td class="value">{{ buildNSFWLabel() }}</td>
8 </tr>
9
10 <tr *ngFor="let feature of features">
11 <td class="label">{{ feature.label }}</td>
12 <td>
13 <span *ngIf="feature.value === true" class="glyphicon glyphicon-ok"></span>
14 <span *ngIf="feature.value === false" class="glyphicon glyphicon-remove"></span>
15 </td>
16 </tr>
17
18 <tr>
5 <td i18n class="label">Video quota</td> 19 <td i18n class="label">Video quota</td>
6 20
7 <td class="value"> 21 <td class="value">
@@ -16,13 +30,5 @@
16 </ng-container> 30 </ng-container>
17 </td> 31 </td>
18 </tr> 32 </tr>
19
20 <tr *ngFor="let feature of features">
21 <td class="label">{{ feature.label }}</td>
22 <td>
23 <span *ngIf="feature.value === true" class="glyphicon glyphicon-ok"></span>
24 <span *ngIf="feature.value === false" class="glyphicon glyphicon-remove"></span>
25 </td>
26 </tr>
27 </table> 33 </table>
28</div> \ No newline at end of file 34</div>
diff --git a/client/src/app/shared/instance/instance-features-table.component.ts b/client/src/app/shared/instance/instance-features-table.component.ts
index da8da0702..72e7c2730 100644
--- a/client/src/app/shared/instance/instance-features-table.component.ts
+++ b/client/src/app/shared/instance/instance-features-table.component.ts
@@ -33,11 +33,27 @@ export class InstanceFeaturesTableComponent implements OnInit {
33 }) 33 })
34 } 34 }
35 35
36 buildNSFWLabel () {
37 const policy = this.serverService.getConfig().instance.defaultNSFWPolicy
38
39 if (policy === 'do_not_list') return this.i18n('Hidden')
40 if (policy === 'blur') return this.i18n('Blurred with confirmation request')
41 if (policy === 'display') return this.i18n('Displayed')
42 }
43
36 private buildFeatures () { 44 private buildFeatures () {
37 const config = this.serverService.getConfig() 45 const config = this.serverService.getConfig()
38 46
39 this.features = [ 47 this.features = [
40 { 48 {
49 label: this.i18n('User registration allowed'),
50 value: config.signup.allowed
51 },
52 {
53 label: this.i18n('Video uploads require manual validation by moderators'),
54 value: config.autoBlacklist.videos.ofUsers.enabled
55 },
56 {
41 label: this.i18n('Transcode your videos in multiple resolutions'), 57 label: this.i18n('Transcode your videos in multiple resolutions'),
42 value: config.transcoding.enabledResolutions.length !== 0 58 value: config.transcoding.enabledResolutions.length !== 0
43 }, 59 },
@@ -48,9 +64,12 @@ export class InstanceFeaturesTableComponent implements OnInit {
48 { 64 {
49 label: this.i18n('Torrent import'), 65 label: this.i18n('Torrent import'),
50 value: config.import.videos.torrent.enabled 66 value: config.import.videos.torrent.enabled
67 },
68 {
69 label: this.i18n('P2P enabled'),
70 value: config.tracker.enabled
51 } 71 }
52 ] 72 ]
53
54 } 73 }
55 74
56 private getApproximateTime (seconds: number) { 75 private getApproximateTime (seconds: number) {
@@ -84,5 +103,4 @@ export class InstanceFeaturesTableComponent implements OnInit {
84 103
85 this.quotaHelpIndication = lines.join('<br />') 104 this.quotaHelpIndication = lines.join('<br />')
86 } 105 }
87
88} 106}
diff --git a/client/src/app/shared/menu/top-menu-dropdown.component.html b/client/src/app/shared/menu/top-menu-dropdown.component.html
index d3c896019..35511ee62 100644
--- a/client/src/app/shared/menu/top-menu-dropdown.component.html
+++ b/client/src/app/shared/menu/top-menu-dropdown.component.html
@@ -3,7 +3,7 @@
3 3
4 <a *ngIf="menuEntry.routerLink" [routerLink]="menuEntry.routerLink" routerLinkActive="active" class="title-page">{{ menuEntry.label }}</a> 4 <a *ngIf="menuEntry.routerLink" [routerLink]="menuEntry.routerLink" routerLinkActive="active" class="title-page">{{ menuEntry.label }}</a>
5 5
6 <div *ngIf="!menuEntry.routerLink" ngbDropdown class="parent-entry" #dropdown="ngbDropdown" (mouseleave)="closeDropdownIfHovered(dropdown)"> 6 <div *ngIf="!menuEntry.routerLink" ngbDropdown [container]="container" class="parent-entry" #dropdown="ngbDropdown" (mouseleave)="closeDropdownIfHovered(dropdown)">
7 <span 7 <span
8 (mouseenter)="openDropdownOnHover(dropdown)" [ngClass]="{ active: !!suffixLabels[menuEntry.label] }" ngbDropdownAnchor 8 (mouseenter)="openDropdownOnHover(dropdown)" [ngClass]="{ active: !!suffixLabels[menuEntry.label] }" ngbDropdownAnchor
9 (click)="dropdownAnchorClicked(dropdown)" role="button" class="title-page" 9 (click)="dropdownAnchorClicked(dropdown)" role="button" class="title-page"
@@ -13,7 +13,11 @@
13 </span> 13 </span>
14 14
15 <div ngbDropdownMenu> 15 <div ngbDropdownMenu>
16 <a *ngFor="let menuChild of menuEntry.children" class="dropdown-item" [routerLink]="menuChild.routerLink">{{ menuChild.label }}</a> 16 <a *ngFor="let menuChild of menuEntry.children" class="dropdown-item" [ngClass]="{ icon: hasIcons }" [routerLink]="menuChild.routerLink">
17 <my-global-icon *ngIf="menuChild.iconName" [iconName]="menuChild.iconName"></my-global-icon>
18
19 {{ menuChild.label }}
20 </a>
17 </div> 21 </div>
18 </div> 22 </div>
19 23
diff --git a/client/src/app/shared/menu/top-menu-dropdown.component.scss b/client/src/app/shared/menu/top-menu-dropdown.component.scss
index 77159532f..d7c7de957 100644
--- a/client/src/app/shared/menu/top-menu-dropdown.component.scss
+++ b/client/src/app/shared/menu/top-menu-dropdown.component.scss
@@ -1,3 +1,6 @@
1@import '_variables';
2@import '_mixins';
3
1.parent-entry { 4.parent-entry {
2 span[role=button] { 5 span[role=button] {
3 cursor: pointer; 6 cursor: pointer;
@@ -16,3 +19,9 @@
16/deep/ .dropdown-menu { 19/deep/ .dropdown-menu {
17 margin-top: 0 !important; 20 margin-top: 0 !important;
18} 21}
22
23.icon {
24 @include dropdown-with-icon-item;
25
26 top: -1px;
27}
diff --git a/client/src/app/shared/menu/top-menu-dropdown.component.ts b/client/src/app/shared/menu/top-menu-dropdown.component.ts
index e859c30dd..5ccdafb54 100644
--- a/client/src/app/shared/menu/top-menu-dropdown.component.ts
+++ b/client/src/app/shared/menu/top-menu-dropdown.component.ts
@@ -3,6 +3,8 @@ import { filter, take } from 'rxjs/operators'
3import { NavigationEnd, Router } from '@angular/router' 3import { NavigationEnd, Router } from '@angular/router'
4import { Subscription } from 'rxjs' 4import { Subscription } from 'rxjs'
5import { NgbDropdown } from '@ng-bootstrap/ng-bootstrap' 5import { NgbDropdown } from '@ng-bootstrap/ng-bootstrap'
6import { GlobalIconName } from '@app/shared/images/global-icon.component'
7import { ScreenService } from '@app/shared/misc/screen.service'
6 8
7export type TopMenuDropdownParam = { 9export type TopMenuDropdownParam = {
8 label: string 10 label: string
@@ -11,6 +13,8 @@ export type TopMenuDropdownParam = {
11 children?: { 13 children?: {
12 label: string 14 label: string
13 routerLink: string 15 routerLink: string
16
17 iconName?: GlobalIconName
14 }[] 18 }[]
15} 19}
16 20
@@ -23,11 +27,16 @@ export class TopMenuDropdownComponent implements OnInit, OnDestroy {
23 @Input() menuEntries: TopMenuDropdownParam[] = [] 27 @Input() menuEntries: TopMenuDropdownParam[] = []
24 28
25 suffixLabels: { [ parentLabel: string ]: string } 29 suffixLabels: { [ parentLabel: string ]: string }
30 hasIcons = false
31 container: undefined | 'body' = undefined
26 32
27 private openedOnHover = false 33 private openedOnHover = false
28 private routeSub: Subscription 34 private routeSub: Subscription
29 35
30 constructor (private router: Router) {} 36 constructor (
37 private router: Router,
38 private screen: ScreenService
39 ) {}
31 40
32 ngOnInit () { 41 ngOnInit () {
33 this.updateChildLabels(window.location.pathname) 42 this.updateChildLabels(window.location.pathname)
@@ -35,6 +44,16 @@ export class TopMenuDropdownComponent implements OnInit, OnDestroy {
35 this.routeSub = this.router.events 44 this.routeSub = this.router.events
36 .pipe(filter(event => event instanceof NavigationEnd)) 45 .pipe(filter(event => event instanceof NavigationEnd))
37 .subscribe(() => this.updateChildLabels(window.location.pathname)) 46 .subscribe(() => this.updateChildLabels(window.location.pathname))
47
48 this.hasIcons = this.menuEntries.some(
49 e => e.children && e.children.some(c => !!c.iconName)
50 )
51
52 // FIXME: We have to set body for the container to avoid because of scroll overflow on mobile view
53 // But this break our hovering system
54 if (this.screen.isInMobileView()) {
55 this.container = 'body'
56 }
38 } 57 }
39 58
40 ngOnDestroy () { 59 ngOnDestroy () {
@@ -48,7 +67,7 @@ export class TopMenuDropdownComponent implements OnInit, OnDestroy {
48 // Menu was closed 67 // Menu was closed
49 dropdown.openChange 68 dropdown.openChange
50 .pipe(take(1)) 69 .pipe(take(1))
51 .subscribe(e => this.openedOnHover = false) 70 .subscribe(() => this.openedOnHover = false)
52 } 71 }
53 72
54 dropdownAnchorClicked (dropdown: NgbDropdown) { 73 dropdownAnchorClicked (dropdown: NgbDropdown) {
diff --git a/client/src/app/shared/misc/help.component.html b/client/src/app/shared/misc/help.component.html
index 444425c9f..e31eef06a 100644
--- a/client/src/app/shared/misc/help.component.html
+++ b/client/src/app/shared/misc/help.component.html
@@ -22,7 +22,7 @@
22 [attr.aria-pressed]="isPopoverOpened" 22 [attr.aria-pressed]="isPopoverOpened"
23 [ngbPopover]="tooltipTemplate" 23 [ngbPopover]="tooltipTemplate"
24 [placement]="tooltipPlacement" 24 [placement]="tooltipPlacement"
25 [autoClose]="true" 25 autoClose="outside"
26 (onHidden)="onPopoverHidden()" 26 (onHidden)="onPopoverHidden()"
27 (onShown)="onPopoverShown()" 27 (onShown)="onPopoverShown()"
28> 28>
diff --git a/client/src/app/shared/misc/loader.component.html b/client/src/app/shared/misc/loader.component.html
index 38d06950e..b8b7ad343 100644
--- a/client/src/app/shared/misc/loader.component.html
+++ b/client/src/app/shared/misc/loader.component.html
@@ -1,3 +1,8 @@
1<div id="video-loading" *ngIf="loading"> 1<div *ngIf="loading">
2 <div class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></div> 2 <div class="lds-ring">
3 <div></div>
4 <div></div>
5 <div></div>
6 <div></div>
7 </div>
3</div> 8</div>
diff --git a/client/src/app/shared/misc/loader.component.scss b/client/src/app/shared/misc/loader.component.scss
new file mode 100644
index 000000000..ddb64f07a
--- /dev/null
+++ b/client/src/app/shared/misc/loader.component.scss
@@ -0,0 +1,45 @@
1@import '_variables';
2@import '_mixins';
3
4// Thanks to https://loading.io/css/ (CC0 License)
5
6.lds-ring {
7 display: inline-block;
8 position: relative;
9 width: 50px;
10 height: 50px;
11}
12
13.lds-ring div {
14 box-sizing: border-box;
15 display: block;
16 position: absolute;
17 width: 44px;
18 height: 44px;
19 margin: 6px;
20 border: 4px solid;
21 border-radius: 50%;
22 animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
23 border-color: #999999 transparent transparent transparent;
24}
25
26.lds-ring div:nth-child(1) {
27 animation-delay: -0.45s;
28}
29
30.lds-ring div:nth-child(2) {
31 animation-delay: -0.3s;
32}
33
34.lds-ring div:nth-child(3) {
35 animation-delay: -0.15s;
36}
37
38@keyframes lds-ring {
39 0% {
40 transform: rotate(0deg);
41 }
42 100% {
43 transform: rotate(360deg);
44 }
45}
diff --git a/client/src/app/shared/misc/loader.component.ts b/client/src/app/shared/misc/loader.component.ts
index f37d70c85..e3b1eea3a 100644
--- a/client/src/app/shared/misc/loader.component.ts
+++ b/client/src/app/shared/misc/loader.component.ts
@@ -2,10 +2,9 @@ import { Component, Input } from '@angular/core'
2 2
3@Component({ 3@Component({
4 selector: 'my-loader', 4 selector: 'my-loader',
5 styleUrls: [ ], 5 styleUrls: [ './loader.component.scss' ],
6 templateUrl: './loader.component.html' 6 templateUrl: './loader.component.html'
7}) 7})
8
9export class LoaderComponent { 8export class LoaderComponent {
10 @Input() loading: boolean 9 @Input() loading: boolean
11} 10}
diff --git a/client/src/app/shared/misc/screen.service.ts b/client/src/app/shared/misc/screen.service.ts
index 1cbc96b14..af75569d9 100644
--- a/client/src/app/shared/misc/screen.service.ts
+++ b/client/src/app/shared/misc/screen.service.ts
@@ -18,6 +18,10 @@ export class ScreenService {
18 return this.getWindowInnerWidth() < 500 18 return this.getWindowInnerWidth() < 500
19 } 19 }
20 20
21 isInTouchScreen () {
22 return 'ontouchstart' in window || navigator.msMaxTouchPoints
23 }
24
21 // Cache window inner width, because it's an expensive call 25 // Cache window inner width, because it's an expensive call
22 private getWindowInnerWidth () { 26 private getWindowInnerWidth () {
23 if (this.cacheWindowInnerWidthExpired()) this.refreshWindowInnerWidth() 27 if (this.cacheWindowInnerWidthExpired()) this.refreshWindowInnerWidth()
@@ -32,6 +36,8 @@ export class ScreenService {
32 } 36 }
33 37
34 private cacheWindowInnerWidthExpired () { 38 private cacheWindowInnerWidthExpired () {
39 if (!this.lastFunctionCallTime) return true
40
35 return new Date().getTime() > (this.lastFunctionCallTime + this.cacheForMs) 41 return new Date().getTime() > (this.lastFunctionCallTime + this.cacheForMs)
36 } 42 }
37} 43}
diff --git a/client/src/app/shared/misc/small-loader.component.html b/client/src/app/shared/misc/small-loader.component.html
new file mode 100644
index 000000000..5a7cea738
--- /dev/null
+++ b/client/src/app/shared/misc/small-loader.component.html
@@ -0,0 +1,3 @@
1<div *ngIf="loading">
2 <div class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></div>
3</div>
diff --git a/client/src/app/shared/misc/small-loader.component.ts b/client/src/app/shared/misc/small-loader.component.ts
new file mode 100644
index 000000000..191877f14
--- /dev/null
+++ b/client/src/app/shared/misc/small-loader.component.ts
@@ -0,0 +1,11 @@
1import { Component, Input } from '@angular/core'
2
3@Component({
4 selector: 'my-small-loader',
5 styleUrls: [ ],
6 templateUrl: './small-loader.component.html'
7})
8
9export class SmallLoaderComponent {
10 @Input() loading: boolean
11}
diff --git a/client/src/app/shared/misc/utils.ts b/client/src/app/shared/misc/utils.ts
index 7cc6055c2..85fc1c3a0 100644
--- a/client/src/app/shared/misc/utils.ts
+++ b/client/src/app/shared/misc/utils.ts
@@ -17,7 +17,7 @@ function getParameterByName (name: string, url: string) {
17 return decodeURIComponent(results[2].replace(/\+/g, ' ')) 17 return decodeURIComponent(results[2].replace(/\+/g, ' '))
18} 18}
19 19
20function populateAsyncUserVideoChannels (authService: AuthService, channel: { id: number, label: string, support: string }[]) { 20function populateAsyncUserVideoChannels (authService: AuthService, channel: { id: number, label: string, support?: string }[]) {
21 return new Promise(res => { 21 return new Promise(res => {
22 authService.userInformationLoaded 22 authService.userInformationLoaded
23 .subscribe( 23 .subscribe(
@@ -78,10 +78,10 @@ function objectToUrlEncoded (obj: any) {
78 78
79// Thanks: https://gist.github.com/ghinda/8442a57f22099bdb2e34 79// Thanks: https://gist.github.com/ghinda/8442a57f22099bdb2e34
80function objectToFormData (obj: any, form?: FormData, namespace?: string) { 80function objectToFormData (obj: any, form?: FormData, namespace?: string) {
81 let fd = form || new FormData() 81 const fd = form || new FormData()
82 let formKey 82 let formKey
83 83
84 for (let key of Object.keys(obj)) { 84 for (const key of Object.keys(obj)) {
85 if (namespace) formKey = `${namespace}[${key}]` 85 if (namespace) formKey = `${namespace}[${key}]`
86 else formKey = key 86 else formKey = key
87 87
diff --git a/client/src/app/shared/moderation/user-moderation-dropdown.component.scss b/client/src/app/shared/moderation/user-moderation-dropdown.component.scss
deleted file mode 100644
index e69de29bb..000000000
--- a/client/src/app/shared/moderation/user-moderation-dropdown.component.scss
+++ /dev/null
diff --git a/client/src/app/shared/moderation/user-moderation-dropdown.component.ts b/client/src/app/shared/moderation/user-moderation-dropdown.component.ts
index 9a2461ebf..9dd16812b 100644
--- a/client/src/app/shared/moderation/user-moderation-dropdown.component.ts
+++ b/client/src/app/shared/moderation/user-moderation-dropdown.component.ts
@@ -10,8 +10,7 @@ import { BlocklistService } from '@app/shared/blocklist'
10 10
11@Component({ 11@Component({
12 selector: 'my-user-moderation-dropdown', 12 selector: 'my-user-moderation-dropdown',
13 templateUrl: './user-moderation-dropdown.component.html', 13 templateUrl: './user-moderation-dropdown.component.html'
14 styleUrls: [ './user-moderation-dropdown.component.scss' ]
15}) 14})
16export class UserModerationDropdownComponent implements OnChanges { 15export class UserModerationDropdownComponent implements OnChanges {
17 @ViewChild('userBanModal') userBanModal: UserBanModalComponent 16 @ViewChild('userBanModal') userBanModal: UserBanModalComponent
diff --git a/client/src/app/shared/overview/videos-overview.model.ts b/client/src/app/shared/overview/videos-overview.model.ts
index c8eafc8e8..21abe1697 100644
--- a/client/src/app/shared/overview/videos-overview.model.ts
+++ b/client/src/app/shared/overview/videos-overview.model.ts
@@ -1,9 +1,9 @@
1import { VideoChannelAttribute, VideoConstant, VideosOverview as VideosOverviewServer } from '../../../../../shared/models' 1import { VideoChannelSummary, VideoConstant, VideosOverview as VideosOverviewServer } from '../../../../../shared/models'
2import { Video } from '@app/shared/video/video.model' 2import { Video } from '@app/shared/video/video.model'
3 3
4export class VideosOverview implements VideosOverviewServer { 4export class VideosOverview implements VideosOverviewServer {
5 channels: { 5 channels: {
6 channel: VideoChannelAttribute 6 channel: VideoChannelSummary
7 videos: Video[] 7 videos: Video[]
8 }[] 8 }[]
9 9
diff --git a/client/src/app/shared/renderer/html-renderer.service.ts b/client/src/app/shared/renderer/html-renderer.service.ts
index d49df9b6d..28ef51e72 100644
--- a/client/src/app/shared/renderer/html-renderer.service.ts
+++ b/client/src/app/shared/renderer/html-renderer.service.ts
@@ -1,6 +1,5 @@
1import { Injectable } from '@angular/core' 1import { Injectable } from '@angular/core'
2import { LinkifierService } from '@app/shared/renderer/linkifier.service' 2import { LinkifierService } from '@app/shared/renderer/linkifier.service'
3import * as sanitizeHtml from 'sanitize-html'
4 3
5@Injectable() 4@Injectable()
6export class HtmlRendererService { 5export class HtmlRendererService {
@@ -9,7 +8,10 @@ export class HtmlRendererService {
9 8
10 } 9 }
11 10
12 toSafeHtml (text: string) { 11 async toSafeHtml (text: string) {
12 // FIXME: import('..') returns a struct module, containing a "default" field corresponding to our sanitizeHtml function
13 const sanitizeHtml: typeof import ('sanitize-html') = (await import('sanitize-html') as any).default
14
13 // Convert possible markdown to html 15 // Convert possible markdown to html
14 const html = this.linkifier.linkify(text) 16 const html = this.linkifier.linkify(text)
15 17
diff --git a/client/src/app/shared/renderer/linkifier.service.ts b/client/src/app/shared/renderer/linkifier.service.ts
index 2529c9eaf..95d5f17cc 100644
--- a/client/src/app/shared/renderer/linkifier.service.ts
+++ b/client/src/app/shared/renderer/linkifier.service.ts
@@ -1,8 +1,7 @@
1import { Injectable } from '@angular/core' 1import { Injectable } from '@angular/core'
2import { getAbsoluteAPIUrl } from '@app/shared/misc/utils' 2import { getAbsoluteAPIUrl } from '@app/shared/misc/utils'
3// FIXME: use @types/linkify when https://github.com/DefinitelyTyped/DefinitelyTyped/pull/29682/files is merged? 3import * as linkify from 'linkifyjs'
4const linkify = require('linkifyjs') 4import linkifyHtml from 'linkifyjs/html'
5const linkifyHtml = require('linkifyjs/html')
6 5
7@Injectable() 6@Injectable()
8export class LinkifierService { 7export class LinkifierService {
diff --git a/client/src/app/shared/renderer/markdown.service.ts b/client/src/app/shared/renderer/markdown.service.ts
index 07017eca5..9a9066351 100644
--- a/client/src/app/shared/renderer/markdown.service.ts
+++ b/client/src/app/shared/renderer/markdown.service.ts
@@ -1,6 +1,6 @@
1import { Injectable } from '@angular/core' 1import { Injectable } from '@angular/core'
2 2
3import * as MarkdownIt from 'markdown-it' 3import { MarkdownIt } from 'markdown-it'
4 4
5@Injectable() 5@Injectable()
6export class MarkdownService { 6export class MarkdownService {
@@ -14,32 +14,38 @@ export class MarkdownService {
14 ] 14 ]
15 static ENHANCED_RULES = MarkdownService.TEXT_RULES.concat([ 'image' ]) 15 static ENHANCED_RULES = MarkdownService.TEXT_RULES.concat([ 'image' ])
16 16
17 private textMarkdownIt: MarkdownIt.MarkdownIt 17 private textMarkdownIt: MarkdownIt
18 private enhancedMarkdownIt: MarkdownIt.MarkdownIt 18 private enhancedMarkdownIt: MarkdownIt
19 19
20 constructor () { 20 async textMarkdownToHTML (markdown: string) {
21 this.textMarkdownIt = this.createMarkdownIt(MarkdownService.TEXT_RULES)
22 this.enhancedMarkdownIt = this.createMarkdownIt(MarkdownService.ENHANCED_RULES)
23 }
24
25 textMarkdownToHTML (markdown: string) {
26 if (!markdown) return '' 21 if (!markdown) return ''
27 22
23 if (!this.textMarkdownIt) {
24 this.textMarkdownIt = await this.createMarkdownIt(MarkdownService.TEXT_RULES)
25 }
26
28 const html = this.textMarkdownIt.render(markdown) 27 const html = this.textMarkdownIt.render(markdown)
29 return this.avoidTruncatedTags(html) 28 return this.avoidTruncatedTags(html)
30 } 29 }
31 30
32 enhancedMarkdownToHTML (markdown: string) { 31 async enhancedMarkdownToHTML (markdown: string) {
33 if (!markdown) return '' 32 if (!markdown) return ''
34 33
34 if (!this.enhancedMarkdownIt) {
35 this.enhancedMarkdownIt = await this.createMarkdownIt(MarkdownService.ENHANCED_RULES)
36 }
37
35 const html = this.enhancedMarkdownIt.render(markdown) 38 const html = this.enhancedMarkdownIt.render(markdown)
36 return this.avoidTruncatedTags(html) 39 return this.avoidTruncatedTags(html)
37 } 40 }
38 41
39 private createMarkdownIt (rules: string[]) { 42 private async createMarkdownIt (rules: string[]) {
40 const markdownIt = new MarkdownIt('zero', { linkify: true, breaks: true }) 43 // FIXME: import('..') returns a struct module, containing a "default" field corresponding to our sanitizeHtml function
44 const MarkdownItClass: typeof import ('markdown-it') = (await import('markdown-it') as any).default
45
46 const markdownIt = new MarkdownItClass('zero', { linkify: true, breaks: true })
41 47
42 for (let rule of rules) { 48 for (const rule of rules) {
43 markdownIt.enable(rule) 49 markdownIt.enable(rule)
44 } 50 }
45 51
@@ -48,7 +54,7 @@ export class MarkdownService {
48 return markdownIt 54 return markdownIt
49 } 55 }
50 56
51 private setTargetToLinks (markdownIt: MarkdownIt.MarkdownIt) { 57 private setTargetToLinks (markdownIt: MarkdownIt) {
52 // Snippet from markdown-it documentation: https://github.com/markdown-it/markdown-it/blob/master/docs/architecture.md#renderer 58 // Snippet from markdown-it documentation: https://github.com/markdown-it/markdown-it/blob/master/docs/architecture.md#renderer
53 const defaultRender = markdownIt.renderer.rules.link_open || function (tokens, idx, options, env, self) { 59 const defaultRender = markdownIt.renderer.rules.link_open || function (tokens, idx, options, env, self) {
54 return self.renderToken(tokens, idx, options) 60 return self.renderToken(tokens, idx, options)
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts
index 6f8625c7e..ded65653f 100644
--- a/client/src/app/shared/shared.module.ts
+++ b/client/src/app/shared/shared.module.ts
@@ -14,10 +14,7 @@ import { AUTH_INTERCEPTOR_PROVIDER } from './auth'
14import { ButtonComponent } from './buttons/button.component' 14import { ButtonComponent } from './buttons/button.component'
15import { DeleteButtonComponent } from './buttons/delete-button.component' 15import { DeleteButtonComponent } from './buttons/delete-button.component'
16import { EditButtonComponent } from './buttons/edit-button.component' 16import { EditButtonComponent } from './buttons/edit-button.component'
17import { FromNowPipe } from './misc/from-now.pipe'
18import { LoaderComponent } from './misc/loader.component' 17import { LoaderComponent } from './misc/loader.component'
19import { NumberFormatterPipe } from './misc/number-formatter.pipe'
20import { ObjectLengthPipe } from './misc/object-length.pipe'
21import { RestExtractor, RestService } from './rest' 18import { RestExtractor, RestService } from './rest'
22import { UserService } from './users' 19import { UserService } from './users'
23import { VideoAbuseService } from './video-abuse' 20import { VideoAbuseService } from './video-abuse'
@@ -45,9 +42,11 @@ import {
45 VideoChangeOwnershipValidatorsService, 42 VideoChangeOwnershipValidatorsService,
46 VideoChannelValidatorsService, 43 VideoChannelValidatorsService,
47 VideoCommentValidatorsService, 44 VideoCommentValidatorsService,
45 VideoPlaylistValidatorsService,
48 VideoValidatorsService 46 VideoValidatorsService
49} from '@app/shared/forms' 47} from '@app/shared/forms'
50import { I18nPrimengCalendarService } from '@app/shared/i18n/i18n-primeng-calendar' 48import { I18nPrimengCalendarService } from '@app/shared/i18n/i18n-primeng-calendar'
49import { InputMaskModule } from 'primeng/inputmask'
51import { ScreenService } from '@app/shared/misc/screen.service' 50import { ScreenService } from '@app/shared/misc/screen.service'
52import { VideoCaptionsValidatorsService } from '@app/shared/forms/form-validators/video-captions-validators.service' 51import { VideoCaptionsValidatorsService } from '@app/shared/forms/form-validators/video-captions-validators.service'
53import { VideoCaptionService } from '@app/shared/video-caption' 52import { VideoCaptionService } from '@app/shared/video-caption'
@@ -68,7 +67,24 @@ import { UserNotificationsComponent } from '@app/shared/users/user-notifications
68import { InstanceService } from '@app/shared/instance/instance.service' 67import { InstanceService } from '@app/shared/instance/instance.service'
69import { HtmlRendererService, LinkifierService, MarkdownService } from '@app/shared/renderer' 68import { HtmlRendererService, LinkifierService, MarkdownService } from '@app/shared/renderer'
70import { ConfirmComponent } from '@app/shared/confirm/confirm.component' 69import { ConfirmComponent } from '@app/shared/confirm/confirm.component'
71import { GlobalIconComponent } from '@app/shared/icons/global-icon.component' 70import { SmallLoaderComponent } from '@app/shared/misc/small-loader.component'
71import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service'
72import { ImageUploadComponent } from '@app/shared/images/image-upload.component'
73import { GlobalIconComponent } from '@app/shared/images/global-icon.component'
74import { VideoPlaylistMiniatureComponent } from '@app/shared/video-playlist/video-playlist-miniature.component'
75import { VideoAddToPlaylistComponent } from '@app/shared/video-playlist/video-add-to-playlist.component'
76import { TimestampInputComponent } from '@app/shared/forms/timestamp-input.component'
77import { VideoPlaylistElementMiniatureComponent } from '@app/shared/video-playlist/video-playlist-element-miniature.component'
78import { VideosSelectionComponent } from '@app/shared/video/videos-selection.component'
79import { NumberFormatterPipe } from '@app/shared/angular/number-formatter.pipe'
80import { ObjectLengthPipe } from '@app/shared/angular/object-length.pipe'
81import { FromNowPipe } from '@app/shared/angular/from-now.pipe'
82import { PeerTubeTemplateDirective } from '@app/shared/angular/peertube-template.directive'
83import { VideoActionsDropdownComponent } from '@app/shared/video/video-actions-dropdown.component'
84import { VideoBlacklistComponent } from '@app/shared/video/modals/video-blacklist.component'
85import { VideoDownloadComponent } from '@app/shared/video/modals/video-download.component'
86import { VideoReportComponent } from '@app/shared/video/modals/video-report.component'
87import { ClipboardModule } from 'ngx-clipboard'
72 88
73@NgModule({ 89@NgModule({
74 imports: [ 90 imports: [
@@ -84,28 +100,50 @@ import { GlobalIconComponent } from '@app/shared/icons/global-icon.component'
84 NgbTabsetModule, 100 NgbTabsetModule,
85 NgbTooltipModule, 101 NgbTooltipModule,
86 102
103 ClipboardModule,
104
87 PrimeSharedModule, 105 PrimeSharedModule,
106 InputMaskModule,
88 NgPipesModule 107 NgPipesModule
89 ], 108 ],
90 109
91 declarations: [ 110 declarations: [
92 LoaderComponent, 111 LoaderComponent,
112 SmallLoaderComponent,
113
93 VideoThumbnailComponent, 114 VideoThumbnailComponent,
94 VideoMiniatureComponent, 115 VideoMiniatureComponent,
116 VideoPlaylistMiniatureComponent,
117 VideoAddToPlaylistComponent,
118 VideoPlaylistElementMiniatureComponent,
119 VideosSelectionComponent,
120 VideoActionsDropdownComponent,
121
122 VideoDownloadComponent,
123 VideoReportComponent,
124 VideoBlacklistComponent,
125
95 FeedComponent, 126 FeedComponent,
127
96 ButtonComponent, 128 ButtonComponent,
97 DeleteButtonComponent, 129 DeleteButtonComponent,
98 EditButtonComponent, 130 EditButtonComponent,
99 ActionDropdownComponent, 131
100 NumberFormatterPipe, 132 NumberFormatterPipe,
101 ObjectLengthPipe, 133 ObjectLengthPipe,
102 FromNowPipe, 134 FromNowPipe,
135 PeerTubeTemplateDirective,
136
137 ActionDropdownComponent,
103 MarkdownTextareaComponent, 138 MarkdownTextareaComponent,
104 InfiniteScrollerDirective, 139 InfiniteScrollerDirective,
105 TextareaAutoResizeDirective, 140 TextareaAutoResizeDirective,
106 HelpComponent, 141 HelpComponent,
142
107 ReactiveFileComponent, 143 ReactiveFileComponent,
108 PeertubeCheckboxComponent, 144 PeertubeCheckboxComponent,
145 TimestampInputComponent,
146
109 SubscribeButtonComponent, 147 SubscribeButtonComponent,
110 RemoteSubscribeComponent, 148 RemoteSubscribeComponent,
111 InstanceFeaturesTableComponent, 149 InstanceFeaturesTableComponent,
@@ -114,7 +152,9 @@ import { GlobalIconComponent } from '@app/shared/icons/global-icon.component'
114 TopMenuDropdownComponent, 152 TopMenuDropdownComponent,
115 UserNotificationsComponent, 153 UserNotificationsComponent,
116 ConfirmComponent, 154 ConfirmComponent,
117 GlobalIconComponent 155
156 GlobalIconComponent,
157 ImageUploadComponent
118 ], 158 ],
119 159
120 exports: [ 160 exports: [
@@ -130,24 +170,44 @@ import { GlobalIconComponent } from '@app/shared/icons/global-icon.component'
130 NgbTabsetModule, 170 NgbTabsetModule,
131 NgbTooltipModule, 171 NgbTooltipModule,
132 172
173 ClipboardModule,
174
133 PrimeSharedModule, 175 PrimeSharedModule,
176 InputMaskModule,
134 BytesPipe, 177 BytesPipe,
135 KeysPipe, 178 KeysPipe,
136 179
137 LoaderComponent, 180 LoaderComponent,
181 SmallLoaderComponent,
182
138 VideoThumbnailComponent, 183 VideoThumbnailComponent,
139 VideoMiniatureComponent, 184 VideoMiniatureComponent,
185 VideoPlaylistMiniatureComponent,
186 VideoAddToPlaylistComponent,
187 VideoPlaylistElementMiniatureComponent,
188 VideosSelectionComponent,
189 VideoActionsDropdownComponent,
190
191 VideoDownloadComponent,
192 VideoReportComponent,
193 VideoBlacklistComponent,
194
140 FeedComponent, 195 FeedComponent,
196
141 ButtonComponent, 197 ButtonComponent,
142 DeleteButtonComponent, 198 DeleteButtonComponent,
143 EditButtonComponent, 199 EditButtonComponent,
200
144 ActionDropdownComponent, 201 ActionDropdownComponent,
145 MarkdownTextareaComponent, 202 MarkdownTextareaComponent,
146 InfiniteScrollerDirective, 203 InfiniteScrollerDirective,
147 TextareaAutoResizeDirective, 204 TextareaAutoResizeDirective,
148 HelpComponent, 205 HelpComponent,
206
149 ReactiveFileComponent, 207 ReactiveFileComponent,
150 PeertubeCheckboxComponent, 208 PeertubeCheckboxComponent,
209 TimestampInputComponent,
210
151 SubscribeButtonComponent, 211 SubscribeButtonComponent,
152 RemoteSubscribeComponent, 212 RemoteSubscribeComponent,
153 InstanceFeaturesTableComponent, 213 InstanceFeaturesTableComponent,
@@ -156,11 +216,14 @@ import { GlobalIconComponent } from '@app/shared/icons/global-icon.component'
156 TopMenuDropdownComponent, 216 TopMenuDropdownComponent,
157 UserNotificationsComponent, 217 UserNotificationsComponent,
158 ConfirmComponent, 218 ConfirmComponent,
219
159 GlobalIconComponent, 220 GlobalIconComponent,
221 ImageUploadComponent,
160 222
161 NumberFormatterPipe, 223 NumberFormatterPipe,
162 ObjectLengthPipe, 224 ObjectLengthPipe,
163 FromNowPipe 225 FromNowPipe,
226 PeerTubeTemplateDirective
164 ], 227 ],
165 228
166 providers: [ 229 providers: [
@@ -174,6 +237,7 @@ import { GlobalIconComponent } from '@app/shared/icons/global-icon.component'
174 VideoService, 237 VideoService,
175 AccountService, 238 AccountService,
176 VideoChannelService, 239 VideoChannelService,
240 VideoPlaylistService,
177 VideoCaptionService, 241 VideoCaptionService,
178 VideoImportService, 242 VideoImportService,
179 UserSubscriptionService, 243 UserSubscriptionService,
@@ -183,6 +247,7 @@ import { GlobalIconComponent } from '@app/shared/icons/global-icon.component'
183 LoginValidatorsService, 247 LoginValidatorsService,
184 ResetPasswordValidatorsService, 248 ResetPasswordValidatorsService,
185 UserValidatorsService, 249 UserValidatorsService,
250 VideoPlaylistValidatorsService,
186 VideoAbuseValidatorsService, 251 VideoAbuseValidatorsService,
187 VideoChannelValidatorsService, 252 VideoChannelValidatorsService,
188 VideoCommentValidatorsService, 253 VideoCommentValidatorsService,
diff --git a/client/src/app/shared/user-subscription/subscribe-button.component.ts b/client/src/app/shared/user-subscription/subscribe-button.component.ts
index 8f1754c7f..ef470ee44 100644
--- a/client/src/app/shared/user-subscription/subscribe-button.component.ts
+++ b/client/src/app/shared/user-subscription/subscribe-button.component.ts
@@ -38,7 +38,7 @@ export class SubscribeButtonComponent implements OnInit {
38 38
39 ngOnInit () { 39 ngOnInit () {
40 if (this.isUserLoggedIn()) { 40 if (this.isUserLoggedIn()) {
41 this.userSubscriptionService.isSubscriptionExists(this.uri) 41 this.userSubscriptionService.doesSubscriptionExist(this.uri)
42 .subscribe( 42 .subscribe(
43 res => this.subscribed = res[this.uri], 43 res => this.subscribed = res[this.uri],
44 44
diff --git a/client/src/app/shared/user-subscription/user-subscription.service.ts b/client/src/app/shared/user-subscription/user-subscription.service.ts
index 3d05f071e..cfd5b100f 100644
--- a/client/src/app/shared/user-subscription/user-subscription.service.ts
+++ b/client/src/app/shared/user-subscription/user-subscription.service.ts
@@ -28,7 +28,7 @@ export class UserSubscriptionService {
28 this.existsObservable = this.existsSubject.pipe( 28 this.existsObservable = this.existsSubject.pipe(
29 bufferTime(500), 29 bufferTime(500),
30 filter(uris => uris.length !== 0), 30 filter(uris => uris.length !== 0),
31 switchMap(uris => this.areSubscriptionExist(uris)), 31 switchMap(uris => this.doSubscriptionsExist(uris)),
32 share() 32 share()
33 ) 33 )
34 } 34 }
@@ -69,13 +69,13 @@ export class UserSubscriptionService {
69 ) 69 )
70 } 70 }
71 71
72 isSubscriptionExists (nameWithHost: string) { 72 doesSubscriptionExist (nameWithHost: string) {
73 this.existsSubject.next(nameWithHost) 73 this.existsSubject.next(nameWithHost)
74 74
75 return this.existsObservable.pipe(first()) 75 return this.existsObservable.pipe(first())
76 } 76 }
77 77
78 private areSubscriptionExist (uris: string[]): Observable<SubscriptionExistResult> { 78 private doSubscriptionsExist (uris: string[]): Observable<SubscriptionExistResult> {
79 const url = UserSubscriptionService.BASE_USER_SUBSCRIPTIONS_URL + '/exist' 79 const url = UserSubscriptionService.BASE_USER_SUBSCRIPTIONS_URL + '/exist'
80 let params = new HttpParams() 80 let params = new HttpParams()
81 81
diff --git a/client/src/app/shared/users/user-notification.model.ts b/client/src/app/shared/users/user-notification.model.ts
index 5d0dc19ae..72fc3e7b4 100644
--- a/client/src/app/shared/users/user-notification.model.ts
+++ b/client/src/app/shared/users/user-notification.model.ts
@@ -1,4 +1,4 @@
1import { UserNotification as UserNotificationServer, UserNotificationType, VideoInfo, ActorInfo } from '../../../../../shared' 1import { ActorInfo, FollowState, UserNotification as UserNotificationServer, UserNotificationType, VideoInfo } from '../../../../../shared'
2import { Actor } from '@app/shared/actor/actor.model' 2import { Actor } from '@app/shared/actor/actor.model'
3 3
4export class UserNotification implements UserNotificationServer { 4export class UserNotification implements UserNotificationServer {
@@ -39,6 +39,7 @@ export class UserNotification implements UserNotificationServer {
39 39
40 actorFollow?: { 40 actorFollow?: {
41 id: number 41 id: number
42 state: FollowState
42 follower: ActorInfo & { avatarUrl?: string } 43 follower: ActorInfo & { avatarUrl?: string }
43 following: { 44 following: {
44 type: 'account' | 'channel' 45 type: 'account' | 'channel'
@@ -54,9 +55,11 @@ export class UserNotification implements UserNotificationServer {
54 videoUrl?: string 55 videoUrl?: string
55 commentUrl?: any[] 56 commentUrl?: any[]
56 videoAbuseUrl?: string 57 videoAbuseUrl?: string
58 videoAutoBlacklistUrl?: string
57 accountUrl?: string 59 accountUrl?: string
58 videoImportIdentifier?: string 60 videoImportIdentifier?: string
59 videoImportUrl?: string 61 videoImportUrl?: string
62 instanceFollowUrl?: string
60 63
61 constructor (hash: UserNotificationServer) { 64 constructor (hash: UserNotificationServer) {
62 this.id = hash.id 65 this.id = hash.id
@@ -107,6 +110,11 @@ export class UserNotification implements UserNotificationServer {
107 this.videoUrl = this.buildVideoUrl(this.videoAbuse.video) 110 this.videoUrl = this.buildVideoUrl(this.videoAbuse.video)
108 break 111 break
109 112
113 case UserNotificationType.VIDEO_AUTO_BLACKLIST_FOR_MODERATORS:
114 this.videoAutoBlacklistUrl = '/admin/moderation/video-auto-blacklist/list'
115 this.videoUrl = this.buildVideoUrl(this.video)
116 break
117
110 case UserNotificationType.BLACKLIST_ON_MY_VIDEO: 118 case UserNotificationType.BLACKLIST_ON_MY_VIDEO:
111 this.videoUrl = this.buildVideoUrl(this.videoBlacklist.video) 119 this.videoUrl = this.buildVideoUrl(this.videoBlacklist.video)
112 break 120 break
@@ -118,7 +126,8 @@ export class UserNotification implements UserNotificationServer {
118 case UserNotificationType.MY_VIDEO_IMPORT_SUCCESS: 126 case UserNotificationType.MY_VIDEO_IMPORT_SUCCESS:
119 this.videoImportUrl = this.buildVideoImportUrl() 127 this.videoImportUrl = this.buildVideoImportUrl()
120 this.videoImportIdentifier = this.buildVideoImportIdentifier(this.videoImport) 128 this.videoImportIdentifier = this.buildVideoImportIdentifier(this.videoImport)
121 this.videoUrl = this.buildVideoUrl(this.videoImport.video) 129
130 if (this.videoImport.video) this.videoUrl = this.buildVideoUrl(this.videoImport.video)
122 break 131 break
123 132
124 case UserNotificationType.MY_VIDEO_IMPORT_ERROR: 133 case UserNotificationType.MY_VIDEO_IMPORT_ERROR:
@@ -133,6 +142,10 @@ export class UserNotification implements UserNotificationServer {
133 case UserNotificationType.NEW_FOLLOW: 142 case UserNotificationType.NEW_FOLLOW:
134 this.accountUrl = this.buildAccountUrl(this.actorFollow.follower) 143 this.accountUrl = this.buildAccountUrl(this.actorFollow.follower)
135 break 144 break
145
146 case UserNotificationType.NEW_INSTANCE_FOLLOWER:
147 this.instanceFollowUrl = '/admin/follows/followers-list'
148 break
136 } 149 }
137 } catch (err) { 150 } catch (err) {
138 console.error(err) 151 console.error(err)
diff --git a/client/src/app/shared/users/user-notification.service.ts b/client/src/app/shared/users/user-notification.service.ts
index f8a30955d..ae0bc9cb1 100644
--- a/client/src/app/shared/users/user-notification.service.ts
+++ b/client/src/app/shared/users/user-notification.service.ts
@@ -7,7 +7,7 @@ import { ResultList, UserNotification as UserNotificationServer, UserNotificatio
7import { UserNotification } from './user-notification.model' 7import { UserNotification } from './user-notification.model'
8import { AuthService } from '../../core' 8import { AuthService } from '../../core'
9import { ComponentPagination } from '../rest/component-pagination.model' 9import { ComponentPagination } from '../rest/component-pagination.model'
10import { User } from '..' 10import { User } from '../users/user.model'
11import { UserNotificationSocket } from '@app/core/notification/user-notification-socket.service' 11import { UserNotificationSocket } from '@app/core/notification/user-notification-socket.service'
12 12
13@Injectable() 13@Injectable()
diff --git a/client/src/app/shared/users/user-notifications.component.html b/client/src/app/shared/users/user-notifications.component.html
index 0d69e0feb..d0d9d9f35 100644
--- a/client/src/app/shared/users/user-notifications.component.html
+++ b/client/src/app/shared/users/user-notifications.component.html
@@ -36,6 +36,14 @@
36 </div> 36 </div>
37 </ng-container> 37 </ng-container>
38 38
39 <ng-container i18n *ngSwitchCase="UserNotificationType.VIDEO_AUTO_BLACKLIST_FOR_MODERATORS">
40 <my-global-icon iconName="no"></my-global-icon>
41
42 <div class="message">
43 The recently added video <a (click)="markAsRead(notification)" [routerLink]="notification.videoUrl">{{ notification.video.name }}</a> has been <a (click)="markAsRead(notification)" [routerLink]="notification.videoAutoBlacklistUrl">auto-blacklisted</a>
44 </div>
45 </ng-container>
46
39 <ng-container i18n *ngSwitchCase="UserNotificationType.NEW_COMMENT_ON_MY_VIDEO"> 47 <ng-container i18n *ngSwitchCase="UserNotificationType.NEW_COMMENT_ON_MY_VIDEO">
40 <img alt="" aria-labelledby="avatar" class="avatar" [src]="notification.comment.account.avatarUrl" /> 48 <img alt="" aria-labelledby="avatar" class="avatar" [src]="notification.comment.account.avatarUrl" />
41 49
@@ -56,7 +64,7 @@
56 <my-global-icon iconName="cloud-download"></my-global-icon> 64 <my-global-icon iconName="cloud-download"></my-global-icon>
57 65
58 <div class="message"> 66 <div class="message">
59 <a (click)="markAsRead(notification)" [routerLink]="notification.videoUrl">Your video import</a> {{ notification.videoImportIdentifier }} succeeded 67 <a (click)="markAsRead(notification)" [routerLink]="notification.videoUrl || notification.videoImportUrl">Your video import</a> {{ notification.videoImportIdentifier }} succeeded
60 </div> 68 </div>
61 </ng-container> 69 </ng-container>
62 70
@@ -94,6 +102,15 @@
94 <a (click)="markAsRead(notification)" [routerLink]="notification.accountUrl">{{ notification.comment.account.displayName }}</a> mentioned you on <a (click)="markAsRead(notification)" [routerLink]="notification.commentUrl">video {{ notification.comment.video.name }}</a> 102 <a (click)="markAsRead(notification)" [routerLink]="notification.accountUrl">{{ notification.comment.account.displayName }}</a> mentioned you on <a (click)="markAsRead(notification)" [routerLink]="notification.commentUrl">video {{ notification.comment.video.name }}</a>
95 </div> 103 </div>
96 </ng-container> 104 </ng-container>
105
106 <ng-container i18n *ngSwitchCase="UserNotificationType.NEW_INSTANCE_FOLLOWER">
107 <my-global-icon iconName="users"></my-global-icon>
108
109 <div class="message">
110 Your instance has <a (click)="markAsRead(notification)" [routerLink]="notification.instanceFollowUrl">a new follower</a> ({{ notification.actorFollow.follower.host }})
111 <ng-container *ngIf="notification.actorFollow.state === 'pending'"> awaiting your approval</ng-container>
112 </div>
113 </ng-container>
97 </ng-container> 114 </ng-container>
98 115
99 <div class="from-date">{{ notification.createdAt | myFromNow }}</div> 116 <div class="from-date">{{ notification.createdAt | myFromNow }}</div>
diff --git a/client/src/app/shared/users/user-notifications.component.scss b/client/src/app/shared/users/user-notifications.component.scss
index 315d504c9..88f38d9cf 100644
--- a/client/src/app/shared/users/user-notifications.component.scss
+++ b/client/src/app/shared/users/user-notifications.component.scss
@@ -13,7 +13,7 @@
13 align-items: center; 13 align-items: center;
14 font-size: inherit; 14 font-size: inherit;
15 padding: 15px 5px 15px 10px; 15 padding: 15px 5px 15px 10px;
16 border-bottom: 1px solid rgba(0, 0, 0, 0.10); 16 border-bottom: 1px solid $separator-border-color;
17 17
18 &.unread { 18 &.unread {
19 background-color: rgba(0, 0, 0, 0.05); 19 background-color: rgba(0, 0, 0, 0.05);
diff --git a/client/src/app/shared/users/user-notifications.component.ts b/client/src/app/shared/users/user-notifications.component.ts
index b5f9fd399..ce43b604a 100644
--- a/client/src/app/shared/users/user-notifications.component.ts
+++ b/client/src/app/shared/users/user-notifications.component.ts
@@ -1,4 +1,4 @@
1import { Component, Input, OnInit } from '@angular/core' 1import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'
2import { UserNotificationService } from '@app/shared/users/user-notification.service' 2import { UserNotificationService } from '@app/shared/users/user-notification.service'
3import { UserNotificationType } from '../../../../../shared' 3import { UserNotificationType } from '../../../../../shared'
4import { ComponentPagination, hasMoreItems } from '@app/shared/rest/component-pagination.model' 4import { ComponentPagination, hasMoreItems } from '@app/shared/rest/component-pagination.model'
@@ -15,6 +15,8 @@ export class UserNotificationsComponent implements OnInit {
15 @Input() infiniteScroll = true 15 @Input() infiniteScroll = true
16 @Input() itemsPerPage = 20 16 @Input() itemsPerPage = 20
17 17
18 @Output() notificationsLoaded = new EventEmitter()
19
18 notifications: UserNotification[] = [] 20 notifications: UserNotification[] = []
19 21
20 // So we can access it in the template 22 // So we can access it in the template
@@ -43,6 +45,8 @@ export class UserNotificationsComponent implements OnInit {
43 result => { 45 result => {
44 this.notifications = this.notifications.concat(result.data) 46 this.notifications = this.notifications.concat(result.data)
45 this.componentPagination.totalItems = result.total 47 this.componentPagination.totalItems = result.total
48
49 this.notificationsLoaded.emit()
46 }, 50 },
47 51
48 err => this.notifier.error(err.message) 52 err => this.notifier.error(err.message)
diff --git a/client/src/app/shared/users/user.model.ts b/client/src/app/shared/users/user.model.ts
index c15f1de8c..e3ed2dfbd 100644
--- a/client/src/app/shared/users/user.model.ts
+++ b/client/src/app/shared/users/user.model.ts
@@ -2,15 +2,18 @@ import { hasUserRight, User as UserServerModel, UserNotificationSetting, UserRig
2import { NSFWPolicyType } from '../../../../../shared/models/videos/nsfw-policy.type' 2import { NSFWPolicyType } from '../../../../../shared/models/videos/nsfw-policy.type'
3import { Account } from '@app/shared/account/account.model' 3import { Account } from '@app/shared/account/account.model'
4import { Avatar } from '../../../../../shared/models/avatars/avatar.model' 4import { Avatar } from '../../../../../shared/models/avatars/avatar.model'
5import { UserAdminFlag } from '@shared/models/users/user-flag.model'
5 6
6export class User implements UserServerModel { 7export class User implements UserServerModel {
7 id: number 8 id: number
8 username: string 9 username: string
9 email: string 10 email: string
10 emailVerified: boolean 11 emailVerified: boolean
11 role: UserRole
12 nsfwPolicy: NSFWPolicyType 12 nsfwPolicy: NSFWPolicyType
13 13
14 role: UserRole
15 roleLabel: string
16
14 webTorrentEnabled: boolean 17 webTorrentEnabled: boolean
15 autoPlayVideo: boolean 18 autoPlayVideo: boolean
16 videosHistoryEnabled: boolean 19 videosHistoryEnabled: boolean
@@ -21,6 +24,8 @@ export class User implements UserServerModel {
21 videoChannels: VideoChannel[] 24 videoChannels: VideoChannel[]
22 createdAt: Date 25 createdAt: Date
23 26
27 adminFlags?: UserAdminFlag
28
24 blocked: boolean 29 blocked: boolean
25 blockedReason?: string 30 blockedReason?: string
26 31
@@ -30,6 +35,7 @@ export class User implements UserServerModel {
30 this.id = hash.id 35 this.id = hash.id
31 this.username = hash.username 36 this.username = hash.username
32 this.email = hash.email 37 this.email = hash.email
38
33 this.role = hash.role 39 this.role = hash.role
34 40
35 this.videoChannels = hash.videoChannels 41 this.videoChannels = hash.videoChannels
@@ -40,6 +46,9 @@ export class User implements UserServerModel {
40 this.videosHistoryEnabled = hash.videosHistoryEnabled 46 this.videosHistoryEnabled = hash.videosHistoryEnabled
41 this.autoPlayVideo = hash.autoPlayVideo 47 this.autoPlayVideo = hash.autoPlayVideo
42 this.createdAt = hash.createdAt 48 this.createdAt = hash.createdAt
49
50 this.adminFlags = hash.adminFlags
51
43 this.blocked = hash.blocked 52 this.blocked = hash.blocked
44 this.blockedReason = hash.blockedReason 53 this.blockedReason = hash.blockedReason
45 54
diff --git a/client/src/app/shared/video-blacklist/video-blacklist.service.ts b/client/src/app/shared/video-blacklist/video-blacklist.service.ts
index 94e46d7c2..a9eab9b6f 100644
--- a/client/src/app/shared/video-blacklist/video-blacklist.service.ts
+++ b/client/src/app/shared/video-blacklist/video-blacklist.service.ts
@@ -1,11 +1,13 @@
1import { catchError, map } from 'rxjs/operators' 1import { catchError, map, concatMap, toArray } from 'rxjs/operators'
2import { HttpClient, HttpParams } from '@angular/common/http' 2import { HttpClient, HttpParams } from '@angular/common/http'
3import { Injectable } from '@angular/core' 3import { Injectable } from '@angular/core'
4import { SortMeta } from 'primeng/components/common/sortmeta' 4import { SortMeta } from 'primeng/components/common/sortmeta'
5import { Observable } from 'rxjs' 5import { from as observableFrom, Observable } from 'rxjs'
6import { VideoBlacklist, ResultList } from '../../../../../shared' 6import { VideoBlacklist, VideoBlacklistType, ResultList } from '../../../../../shared'
7import { Video } from '../video/video.model'
7import { environment } from '../../../environments/environment' 8import { environment } from '../../../environments/environment'
8import { RestExtractor, RestPagination, RestService } from '../rest' 9import { RestExtractor, RestPagination, RestService } from '../rest'
10import { ComponentPagination } from '../rest/component-pagination.model'
9 11
10@Injectable() 12@Injectable()
11export class VideoBlacklistService { 13export class VideoBlacklistService {
@@ -17,10 +19,14 @@ export class VideoBlacklistService {
17 private restExtractor: RestExtractor 19 private restExtractor: RestExtractor
18 ) {} 20 ) {}
19 21
20 listBlacklist (pagination: RestPagination, sort: SortMeta): Observable<ResultList<VideoBlacklist>> { 22 listBlacklist (pagination: RestPagination, sort: SortMeta, type?: VideoBlacklistType): Observable<ResultList<VideoBlacklist>> {
21 let params = new HttpParams() 23 let params = new HttpParams()
22 params = this.restService.addRestGetParams(params, pagination, sort) 24 params = this.restService.addRestGetParams(params, pagination, sort)
23 25
26 if (type) {
27 params = params.set('type', type.toString())
28 }
29
24 return this.authHttp.get<ResultList<VideoBlacklist>>(VideoBlacklistService.BASE_VIDEOS_URL + 'blacklist', { params }) 30 return this.authHttp.get<ResultList<VideoBlacklist>>(VideoBlacklistService.BASE_VIDEOS_URL + 'blacklist', { params })
25 .pipe( 31 .pipe(
26 map(res => this.restExtractor.convertResultListDateToHuman(res)), 32 map(res => this.restExtractor.convertResultListDateToHuman(res)),
@@ -28,12 +34,37 @@ export class VideoBlacklistService {
28 ) 34 )
29 } 35 }
30 36
31 removeVideoFromBlacklist (videoId: number) { 37 getAutoBlacklistedAsVideoList (videoPagination: ComponentPagination): Observable<{ videos: Video[], totalVideos: number}> {
32 return this.authHttp.delete(VideoBlacklistService.BASE_VIDEOS_URL + videoId + '/blacklist') 38 const pagination = this.restService.componentPaginationToRestPagination(videoPagination)
33 .pipe( 39
34 map(this.restExtractor.extractDataBool), 40 // prioritize first created since waiting longest
35 catchError(res => this.restExtractor.handleError(res)) 41 const AUTO_BLACKLIST_SORT = 'createdAt'
36 ) 42
43 let params = new HttpParams()
44 params = this.restService.addRestGetParams(params, pagination, AUTO_BLACKLIST_SORT)
45
46 params = params.set('type', VideoBlacklistType.AUTO_BEFORE_PUBLISHED.toString())
47
48 return this.authHttp.get<ResultList<VideoBlacklist>>(VideoBlacklistService.BASE_VIDEOS_URL + 'blacklist', { params })
49 .pipe(
50 map(res => {
51 const videos = res.data.map(videoBlacklist => new Video(videoBlacklist.video))
52 const totalVideos = res.total
53 return { videos, totalVideos }
54 }),
55 catchError(res => this.restExtractor.handleError(res))
56 )
57 }
58
59 removeVideoFromBlacklist (videoIdArgs: number | number[]) {
60 const videoIds = Array.isArray(videoIdArgs) ? videoIdArgs : [ videoIdArgs ]
61
62 return observableFrom(videoIds)
63 .pipe(
64 concatMap(id => this.authHttp.delete(VideoBlacklistService.BASE_VIDEOS_URL + id + '/blacklist')),
65 toArray(),
66 catchError(err => this.restExtractor.handleError(err))
67 )
37 } 68 }
38 69
39 blacklistVideo (videoId: number, reason: string, unfederate: boolean) { 70 blacklistVideo (videoId: number, reason: string, unfederate: boolean) {
diff --git a/client/src/app/shared/video-import/video-import.service.ts b/client/src/app/shared/video-import/video-import.service.ts
index 7ae66ddfc..7ae13154d 100644
--- a/client/src/app/shared/video-import/video-import.service.ts
+++ b/client/src/app/shared/video-import/video-import.service.ts
@@ -67,6 +67,7 @@ export class VideoImportService {
67 const description = video.description || null 67 const description = video.description || null
68 const support = video.support || null 68 const support = video.support || null
69 const scheduleUpdate = video.scheduleUpdate || null 69 const scheduleUpdate = video.scheduleUpdate || null
70 const originallyPublishedAt = video.originallyPublishedAt || null
70 71
71 return { 72 return {
72 name: video.name, 73 name: video.name,
@@ -81,9 +82,11 @@ export class VideoImportService {
81 nsfw: video.nsfw, 82 nsfw: video.nsfw,
82 waitTranscoding: video.waitTranscoding, 83 waitTranscoding: video.waitTranscoding,
83 commentsEnabled: video.commentsEnabled, 84 commentsEnabled: video.commentsEnabled,
85 downloadEnabled: video.downloadEnabled,
84 thumbnailfile: video.thumbnailfile, 86 thumbnailfile: video.thumbnailfile,
85 previewfile: video.previewfile, 87 previewfile: video.previewfile,
86 scheduleUpdate 88 scheduleUpdate,
89 originallyPublishedAt
87 } 90 }
88 } 91 }
89 92
diff --git a/client/src/app/shared/video-playlist/video-add-to-playlist.component.html b/client/src/app/shared/video-playlist/video-add-to-playlist.component.html
new file mode 100644
index 000000000..648d580fa
--- /dev/null
+++ b/client/src/app/shared/video-playlist/video-add-to-playlist.component.html
@@ -0,0 +1,76 @@
1<div class="root">
2 <div class="header">
3 <div class="first-row">
4 <div i18n class="title">Save to</div>
5
6 <div class="options" (click)="displayOptions = !displayOptions">
7 <my-global-icon iconName="cog"></my-global-icon>
8
9 <span i18n>Options</span>
10 </div>
11 </div>
12
13 <div class="options-row" *ngIf="displayOptions">
14 <div>
15 <my-peertube-checkbox
16 inputName="startAt" [(ngModel)]="timestampOptions.startTimestampEnabled"
17 i18n-labelText labelText="Start at"
18 ></my-peertube-checkbox>
19
20 <my-timestamp-input
21 [timestamp]="timestampOptions.startTimestamp"
22 [maxTimestamp]="video.duration"
23 [disabled]="!timestampOptions.startTimestampEnabled"
24 [(ngModel)]="timestampOptions.startTimestamp"
25 ></my-timestamp-input>
26 </div>
27
28 <div>
29 <my-peertube-checkbox
30 inputName="stopAt" [(ngModel)]="timestampOptions.stopTimestampEnabled"
31 i18n-labelText labelText="Stop at"
32 ></my-peertube-checkbox>
33
34 <my-timestamp-input
35 [timestamp]="timestampOptions.stopTimestamp"
36 [maxTimestamp]="video.duration"
37 [disabled]="!timestampOptions.stopTimestampEnabled"
38 [(ngModel)]="timestampOptions.stopTimestamp"
39 ></my-timestamp-input>
40 </div>
41 </div>
42 </div>
43
44 <div class="playlist dropdown-item" *ngFor="let playlist of videoPlaylists" (click)="togglePlaylist($event, playlist)">
45 <my-peertube-checkbox [inputName]="'in-playlist-' + playlist.id" [(ngModel)]="playlist.inPlaylist" [onPushWorkaround]="true"></my-peertube-checkbox>
46
47 <div class="display-name">
48 {{ playlist.displayName }}
49
50 <div *ngIf="playlist.inPlaylist && (playlist.startTimestamp || playlist.stopTimestamp)" class="timestamp-info">
51 {{ formatTimestamp(playlist) }}
52 </div>
53 </div>
54 </div>
55
56 <div class="new-playlist-button dropdown-item" (click)="openCreateBlock($event)" [hidden]="isNewPlaylistBlockOpened">
57 <my-global-icon iconName="add"></my-global-icon>
58
59 Create a private playlist
60 </div>
61
62 <form class="new-playlist-block dropdown-item" *ngIf="isNewPlaylistBlockOpened" (ngSubmit)="createPlaylist()" [formGroup]="form">
63 <div class="form-group">
64 <label i18n for="displayName">Display name</label>
65 <input
66 type="text" id="displayName"
67 formControlName="displayName" [ngClass]="{ 'input-error': formErrors['displayName'] }"
68 >
69 <div *ngIf="formErrors['displayName']" class="form-error">
70 {{ formErrors['displayName'] }}
71 </div>
72 </div>
73
74 <input type="submit" i18n-value value="Create" [disabled]="!form.valid">
75 </form>
76</div>
diff --git a/client/src/app/shared/video-playlist/video-add-to-playlist.component.scss b/client/src/app/shared/video-playlist/video-add-to-playlist.component.scss
new file mode 100644
index 000000000..c677fea6c
--- /dev/null
+++ b/client/src/app/shared/video-playlist/video-add-to-playlist.component.scss
@@ -0,0 +1,107 @@
1@import '_variables';
2@import '_mixins';
3
4.root {
5 max-height: 300px;
6 overflow-y: auto;
7}
8
9.header {
10 min-width: 240px;
11 padding: 6px 24px 10px 24px;
12
13 margin-bottom: 10px;
14 border-bottom: 1px solid $separator-border-color;
15
16 .first-row {
17 display: flex;
18 align-items: center;
19
20 .title {
21 font-size: 18px;
22 flex-grow: 1;
23 }
24
25 .options {
26 display: flex;
27 align-items: center;
28 font-size: 14px;
29 cursor: pointer;
30
31 my-global-icon {
32 @include apply-svg-color(#333);
33
34 width: 16px;
35 height: 23px;
36 margin-right: 3px;
37 }
38 }
39 }
40
41 .options-row {
42 margin-top: 10px;
43 padding-left: 10px;
44
45 > div {
46 display: flex;
47 align-items: center;
48 }
49 }
50}
51
52.dropdown-item {
53 padding: 6px 24px;
54}
55
56.playlist {
57 display: flex;
58 cursor: pointer;
59
60 my-peertube-checkbox {
61 margin-right: 10px;
62 }
63
64 .display-name {
65 display: flex;
66 align-items: flex-end;
67
68 .timestamp-info {
69 font-size: 0.9em;
70 color: $grey-foreground-color;
71 margin-left: 5px;
72 }
73 }
74}
75
76.new-playlist-button,
77.new-playlist-block {
78 padding-top: 10px;
79 margin-top: 10px;
80 border-top: 1px solid $separator-border-color;
81}
82
83.new-playlist-button {
84 cursor: pointer;
85
86 my-global-icon {
87 @include apply-svg-color(#333);
88
89 position: relative;
90 left: -1px;
91 top: -1px;
92 margin-right: 4px;
93 width: 21px;
94 height: 21px;
95 }
96}
97
98input[type=text] {
99 @include peertube-input-text(200px);
100
101 display: block;
102}
103
104input[type=submit] {
105 @include peertube-button;
106 @include orange-button;
107}
diff --git a/client/src/app/shared/video-playlist/video-add-to-playlist.component.ts b/client/src/app/shared/video-playlist/video-add-to-playlist.component.ts
new file mode 100644
index 000000000..7dcdf7a9e
--- /dev/null
+++ b/client/src/app/shared/video-playlist/video-add-to-playlist.component.ts
@@ -0,0 +1,212 @@
1import { ChangeDetectionStrategy, ChangeDetectorRef, Component, Input, OnInit } from '@angular/core'
2import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service'
3import { AuthService, Notifier } from '@app/core'
4import { forkJoin } from 'rxjs'
5import { Video, VideoPlaylistCreate, VideoPlaylistElementCreate, VideoPlaylistPrivacy } from '@shared/models'
6import { FormReactive, FormValidatorService, VideoPlaylistValidatorsService } from '@app/shared/forms'
7import { I18n } from '@ngx-translate/i18n-polyfill'
8import { secondsToTime } from '../../../assets/player/utils'
9
10type PlaylistSummary = {
11 id: number
12 inPlaylist: boolean
13 displayName: string
14
15 startTimestamp?: number
16 stopTimestamp?: number
17}
18
19@Component({
20 selector: 'my-video-add-to-playlist',
21 styleUrls: [ './video-add-to-playlist.component.scss' ],
22 templateUrl: './video-add-to-playlist.component.html',
23 changeDetection: ChangeDetectionStrategy.OnPush
24})
25export class VideoAddToPlaylistComponent extends FormReactive implements OnInit {
26 @Input() video: Video
27 @Input() currentVideoTimestamp: number
28 @Input() lazyLoad = false
29
30 isNewPlaylistBlockOpened = false
31 videoPlaylists: PlaylistSummary[] = []
32 timestampOptions: {
33 startTimestampEnabled: boolean
34 startTimestamp: number
35 stopTimestampEnabled: boolean
36 stopTimestamp: number
37 }
38 displayOptions = false
39
40 constructor (
41 protected formValidatorService: FormValidatorService,
42 private authService: AuthService,
43 private notifier: Notifier,
44 private i18n: I18n,
45 private videoPlaylistService: VideoPlaylistService,
46 private videoPlaylistValidatorsService: VideoPlaylistValidatorsService,
47 private cd: ChangeDetectorRef
48 ) {
49 super()
50 }
51
52 get user () {
53 return this.authService.getUser()
54 }
55
56 ngOnInit () {
57 this.resetOptions(true)
58
59 this.buildForm({
60 displayName: this.videoPlaylistValidatorsService.VIDEO_PLAYLIST_DISPLAY_NAME
61 })
62
63 if (this.lazyLoad !== true) this.load()
64 }
65
66 load () {
67 forkJoin([
68 this.videoPlaylistService.listAccountPlaylists(this.user.account, '-updatedAt'),
69 this.videoPlaylistService.doesVideoExistInPlaylist(this.video.id)
70 ])
71 .subscribe(
72 ([ playlistsResult, existResult ]) => {
73 for (const playlist of playlistsResult.data) {
74 const existingPlaylist = existResult[ this.video.id ].find(p => p.playlistId === playlist.id)
75
76 this.videoPlaylists.push({
77 id: playlist.id,
78 displayName: playlist.displayName,
79 inPlaylist: !!existingPlaylist,
80 startTimestamp: existingPlaylist ? existingPlaylist.startTimestamp : undefined,
81 stopTimestamp: existingPlaylist ? existingPlaylist.stopTimestamp : undefined
82 })
83 }
84
85 this.cd.markForCheck()
86 }
87 )
88 }
89
90 openChange (opened: boolean) {
91 if (opened === false) {
92 this.isNewPlaylistBlockOpened = false
93 this.displayOptions = false
94 }
95 }
96
97 openCreateBlock (event: Event) {
98 event.preventDefault()
99
100 this.isNewPlaylistBlockOpened = true
101 }
102
103 togglePlaylist (event: Event, playlist: PlaylistSummary) {
104 event.preventDefault()
105
106 if (playlist.inPlaylist === true) {
107 this.removeVideoFromPlaylist(playlist)
108 } else {
109 this.addVideoInPlaylist(playlist)
110 }
111
112 playlist.inPlaylist = !playlist.inPlaylist
113 this.resetOptions()
114
115 this.cd.markForCheck()
116 }
117
118 createPlaylist () {
119 const displayName = this.form.value[ 'displayName' ]
120
121 const videoPlaylistCreate: VideoPlaylistCreate = {
122 displayName,
123 privacy: VideoPlaylistPrivacy.PRIVATE
124 }
125
126 this.videoPlaylistService.createVideoPlaylist(videoPlaylistCreate).subscribe(
127 res => {
128 this.videoPlaylists.push({
129 id: res.videoPlaylist.id,
130 displayName,
131 inPlaylist: false
132 })
133
134 this.isNewPlaylistBlockOpened = false
135
136 this.cd.markForCheck()
137 },
138
139 err => this.notifier.error(err.message)
140 )
141 }
142
143 resetOptions (resetTimestamp = false) {
144 this.displayOptions = false
145
146 this.timestampOptions = {} as any
147 this.timestampOptions.startTimestampEnabled = false
148 this.timestampOptions.stopTimestampEnabled = false
149
150 if (resetTimestamp) {
151 this.timestampOptions.startTimestamp = 0
152 this.timestampOptions.stopTimestamp = this.video.duration
153 }
154 }
155
156 formatTimestamp (playlist: PlaylistSummary) {
157 const start = playlist.startTimestamp ? secondsToTime(playlist.startTimestamp) : ''
158 const stop = playlist.stopTimestamp ? secondsToTime(playlist.stopTimestamp) : ''
159
160 return `(${start}-${stop})`
161 }
162
163 private removeVideoFromPlaylist (playlist: PlaylistSummary) {
164 this.videoPlaylistService.removeVideoFromPlaylist(playlist.id, this.video.id)
165 .subscribe(
166 () => {
167 this.notifier.success(this.i18n('Video removed from {{name}}', { name: playlist.displayName }))
168
169 playlist.inPlaylist = false
170 },
171
172 err => {
173 this.notifier.error(err.message)
174
175 playlist.inPlaylist = true
176 },
177
178 () => this.cd.markForCheck()
179 )
180 }
181
182 private addVideoInPlaylist (playlist: PlaylistSummary) {
183 const body: VideoPlaylistElementCreate = { videoId: this.video.id }
184
185 if (this.timestampOptions.startTimestampEnabled) body.startTimestamp = this.timestampOptions.startTimestamp
186 if (this.timestampOptions.stopTimestampEnabled) body.stopTimestamp = this.timestampOptions.stopTimestamp
187
188 this.videoPlaylistService.addVideoInPlaylist(playlist.id, body)
189 .subscribe(
190 () => {
191 playlist.inPlaylist = true
192
193 playlist.startTimestamp = body.startTimestamp
194 playlist.stopTimestamp = body.stopTimestamp
195
196 const message = body.startTimestamp || body.stopTimestamp
197 ? this.i18n('Video added in {{n}} at timestamps {{t}}', { n: playlist.displayName, t: this.formatTimestamp(playlist) })
198 : this.i18n('Video added in {{n}}', { n: playlist.displayName })
199
200 this.notifier.success(message)
201 },
202
203 err => {
204 this.notifier.error(err.message)
205
206 playlist.inPlaylist = false
207 },
208
209 () => this.cd.markForCheck()
210 )
211 }
212}
diff --git a/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.html b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.html
new file mode 100644
index 000000000..ab5a78928
--- /dev/null
+++ b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.html
@@ -0,0 +1,73 @@
1<div class="video" [ngClass]="{ playing: playing }">
2 <a [routerLink]="buildRouterLink()" [queryParams]="buildRouterQuery()">
3 <div class="position">
4 <my-global-icon *ngIf="playing" iconName="play"></my-global-icon>
5 <ng-container *ngIf="!playing">{{ position }}</ng-container>
6 </div>
7
8 <my-video-thumbnail
9 [video]="video" [nsfw]="isVideoBlur(video)"
10 [routerLink]="buildRouterLink()" [queryParams]="buildRouterQuery()"
11 ></my-video-thumbnail>
12
13 <div class="video-info">
14 <a tabindex="-1" class="video-info-name"
15 [routerLink]="buildRouterLink()" [queryParams]="buildRouterQuery()"
16 [attr.title]="video.name"
17 >{{ video.name }}</a>
18
19 <a *ngIf="accountLink" tabindex="-1" class="video-info-account" [routerLink]="[ '/accounts', video.byAccount ]">{{ video.byAccount }}</a>
20 <span *ngIf="!accountLink" tabindex="-1" class="video-info-account">{{ video.byAccount }}</span>
21
22 <span tabindex="-1" class="video-info-timestamp">{{ formatTimestamp(video) }}</span>
23 </div>
24 </a>
25
26 <div *ngIf="owned" class="more" ngbDropdown #moreDropdown="ngbDropdown" placement="bottom-right" (openChange)="onDropdownOpenChange()"
27 autoClose="outside">
28 <my-global-icon iconName="more-vertical" ngbDropdownToggle role="button" class="icon-more" (click)="$event.preventDefault()"></my-global-icon>
29
30 <div ngbDropdownMenu>
31 <div class="dropdown-item" (click)="toggleDisplayTimestampsOptions($event, video)">
32 <my-global-icon iconName="edit"></my-global-icon>
33 <ng-container i18n>Edit starts/stops at</ng-container>
34 </div>
35
36 <div class="timestamp-options" *ngIf="displayTimestampOptions">
37 <div>
38 <my-peertube-checkbox
39 inputName="startAt" [(ngModel)]="timestampOptions.startTimestampEnabled"
40 i18n-labelText labelText="Start at"
41 ></my-peertube-checkbox>
42
43 <my-timestamp-input
44 [timestamp]="timestampOptions.startTimestamp"
45 [maxTimestamp]="video.duration"
46 [disabled]="!timestampOptions.startTimestampEnabled"
47 [(ngModel)]="timestampOptions.startTimestamp"
48 ></my-timestamp-input>
49 </div>
50
51 <div>
52 <my-peertube-checkbox
53 inputName="stopAt" [(ngModel)]="timestampOptions.stopTimestampEnabled"
54 i18n-labelText labelText="Stop at"
55 ></my-peertube-checkbox>
56
57 <my-timestamp-input
58 [timestamp]="timestampOptions.stopTimestamp"
59 [maxTimestamp]="video.duration"
60 [disabled]="!timestampOptions.stopTimestampEnabled"
61 [(ngModel)]="timestampOptions.stopTimestamp"
62 ></my-timestamp-input>
63 </div>
64
65 <input type="submit" i18n-value value="Save" (click)="updateTimestamps(video)">
66 </div>
67
68 <span class="dropdown-item" (click)="removeFromPlaylist(video)">
69 <my-global-icon iconName="delete"></my-global-icon> <ng-container i18n>Delete from {{ playlist?.displayName }}</ng-container>
70 </span>
71 </div>
72 </div>
73</div>
diff --git a/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss
new file mode 100644
index 000000000..cb7072d7f
--- /dev/null
+++ b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss
@@ -0,0 +1,125 @@
1@import '_variables';
2@import '_mixins';
3@import '_miniature';
4
5my-video-thumbnail {
6 @include thumbnail-size-component(130px, 72px);
7
8 display: flex; // Avoids an issue with line-height that adds space below the element
9 margin-right: 10px;
10}
11
12.video {
13 display: flex;
14 align-items: center;
15 background-color: var(--mainBackgroundColor);
16 padding: 10px;
17 border-bottom: 1px solid $separator-border-color;
18
19 &:hover {
20 background-color: rgba(0, 0, 0, 0.05);
21
22 .more {
23 opacity: 1;
24 }
25 }
26
27 &.playing {
28 background-color: rgba(0, 0, 0, 0.02);
29 }
30
31 a {
32 @include disable-default-a-behaviour;
33
34 display: flex;
35 min-width: 0;
36 align-items: center;
37 cursor: pointer;
38
39 .position {
40 font-weight: $font-semibold;
41 margin-right: 10px;
42 color: $grey-foreground-color;
43 min-width: 25px;
44
45 my-global-icon {
46 @include apply-svg-color($grey-foreground-color);
47
48 width: 17px;
49 position: relative;
50 left: -2px;
51 }
52 }
53
54 .video-info {
55 display: flex;
56 flex-direction: column;
57 align-self: flex-start;
58 min-width: 0;
59
60 a {
61 color: var(--mainForegroundColor);
62 width: auto;
63
64 &:hover {
65 text-decoration: underline !important;
66 }
67 }
68
69 .video-info-name {
70 font-size: 18px;
71 font-weight: $font-semibold;
72 display: inline-block;
73
74 @include ellipsis;
75 }
76
77 .video-info-account, .video-info-timestamp {
78 color: $grey-foreground-color;
79 }
80 }
81 }
82
83 .more {
84 justify-self: flex-end;
85 margin-left: auto;
86 cursor: pointer;
87 opacity: 0;
88
89 &.show {
90 opacity: 1;
91 }
92
93 .icon-more {
94 @include apply-svg-color($grey-foreground-color);
95
96 display: flex;
97
98 &::after {
99 border: none;
100 }
101 }
102
103 .dropdown-item {
104 @include dropdown-with-icon-item;
105 }
106
107 .timestamp-options {
108 padding-top: 0;
109 padding-left: 35px;
110 margin-bottom: 15px;
111
112 > div {
113 display: flex;
114 align-items: center;
115 }
116
117 input {
118 @include peertube-button;
119 @include orange-button;
120
121 margin-top: 10px;
122 }
123 }
124 }
125}
diff --git a/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.ts b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.ts
new file mode 100644
index 000000000..57990707a
--- /dev/null
+++ b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.ts
@@ -0,0 +1,159 @@
1import { ChangeDetectionStrategy, ChangeDetectorRef, Component, EventEmitter, Input, Output, ViewChild } from '@angular/core'
2import { Video } from '@app/shared/video/video.model'
3import { VideoPlaylistElementUpdate } from '@shared/models'
4import { AuthService, ConfirmService, Notifier, ServerService } from '@app/core'
5import { ActivatedRoute } from '@angular/router'
6import { I18n } from '@ngx-translate/i18n-polyfill'
7import { VideoService } from '@app/shared/video/video.service'
8import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service'
9import { NgbDropdown } from '@ng-bootstrap/ng-bootstrap'
10import { VideoPlaylist } from '@app/shared/video-playlist/video-playlist.model'
11import { secondsToTime } from '../../../assets/player/utils'
12
13@Component({
14 selector: 'my-video-playlist-element-miniature',
15 styleUrls: [ './video-playlist-element-miniature.component.scss' ],
16 templateUrl: './video-playlist-element-miniature.component.html',
17 changeDetection: ChangeDetectionStrategy.OnPush
18})
19export class VideoPlaylistElementMiniatureComponent {
20 @ViewChild('moreDropdown') moreDropdown: NgbDropdown
21
22 @Input() playlist: VideoPlaylist
23 @Input() video: Video
24 @Input() owned = false
25 @Input() playing = false
26 @Input() rowLink = false
27 @Input() accountLink = true
28 @Input() position: number
29
30 @Output() elementRemoved = new EventEmitter<Video>()
31
32 displayTimestampOptions = false
33
34 timestampOptions: {
35 startTimestampEnabled: boolean
36 startTimestamp: number
37 stopTimestampEnabled: boolean
38 stopTimestamp: number
39 } = {} as any
40
41 constructor (
42 private authService: AuthService,
43 private serverService: ServerService,
44 private notifier: Notifier,
45 private confirmService: ConfirmService,
46 private route: ActivatedRoute,
47 private i18n: I18n,
48 private videoService: VideoService,
49 private videoPlaylistService: VideoPlaylistService,
50 private cdr: ChangeDetectorRef
51 ) {}
52
53 buildRouterLink () {
54 if (!this.playlist) return null
55
56 return [ '/videos/watch/playlist', this.playlist.uuid ]
57 }
58
59 buildRouterQuery () {
60 if (!this.video) return {}
61
62 return {
63 videoId: this.video.uuid,
64 start: this.video.playlistElement.startTimestamp,
65 stop: this.video.playlistElement.stopTimestamp
66 }
67 }
68
69 isVideoBlur (video: Video) {
70 return video.isVideoNSFWForUser(this.authService.getUser(), this.serverService.getConfig())
71 }
72
73 removeFromPlaylist (video: Video) {
74 this.videoPlaylistService.removeVideoFromPlaylist(this.playlist.id, video.id)
75 .subscribe(
76 () => {
77 this.notifier.success(this.i18n('Video removed from {{name}}', { name: this.playlist.displayName }))
78
79 this.elementRemoved.emit(this.video)
80 },
81
82 err => this.notifier.error(err.message)
83 )
84
85 this.moreDropdown.close()
86 }
87
88 updateTimestamps (video: Video) {
89 const body: VideoPlaylistElementUpdate = {}
90
91 body.startTimestamp = this.timestampOptions.startTimestampEnabled ? this.timestampOptions.startTimestamp : null
92 body.stopTimestamp = this.timestampOptions.stopTimestampEnabled ? this.timestampOptions.stopTimestamp : null
93
94 this.videoPlaylistService.updateVideoOfPlaylist(this.playlist.id, video.id, body)
95 .subscribe(
96 () => {
97 this.notifier.success(this.i18n('Timestamps updated'))
98
99 video.playlistElement.startTimestamp = body.startTimestamp
100 video.playlistElement.stopTimestamp = body.stopTimestamp
101
102 this.cdr.detectChanges()
103 },
104
105 err => this.notifier.error(err.message)
106 )
107
108 this.moreDropdown.close()
109 }
110
111 formatTimestamp (video: Video) {
112 const start = video.playlistElement.startTimestamp
113 const stop = video.playlistElement.stopTimestamp
114
115 const startFormatted = secondsToTime(start, true, ':')
116 const stopFormatted = secondsToTime(stop, true, ':')
117
118 if (start === null && stop === null) return ''
119
120 if (start !== null && stop === null) return this.i18n('Starts at ') + startFormatted
121 if (start === null && stop !== null) return this.i18n('Stops at ') + stopFormatted
122
123 return this.i18n('Starts at ') + startFormatted + this.i18n(' and stops at ') + stopFormatted
124 }
125
126 onDropdownOpenChange () {
127 this.displayTimestampOptions = false
128 }
129
130 toggleDisplayTimestampsOptions (event: Event, video: Video) {
131 event.preventDefault()
132
133 this.displayTimestampOptions = !this.displayTimestampOptions
134
135 if (this.displayTimestampOptions === true) {
136 this.timestampOptions = {
137 startTimestampEnabled: false,
138 stopTimestampEnabled: false,
139 startTimestamp: 0,
140 stopTimestamp: video.duration
141 }
142
143 if (video.playlistElement.startTimestamp) {
144 this.timestampOptions.startTimestampEnabled = true
145 this.timestampOptions.startTimestamp = video.playlistElement.startTimestamp
146 }
147
148 if (video.playlistElement.stopTimestamp) {
149 this.timestampOptions.stopTimestampEnabled = true
150 this.timestampOptions.stopTimestamp = video.playlistElement.stopTimestamp
151 }
152 }
153
154 // FIXME: why do we have to use setTimeout here?
155 setTimeout(() => {
156 this.cdr.detectChanges()
157 })
158 }
159}
diff --git a/client/src/app/shared/video-playlist/video-playlist-miniature.component.html b/client/src/app/shared/video-playlist/video-playlist-miniature.component.html
new file mode 100644
index 000000000..86f6664cb
--- /dev/null
+++ b/client/src/app/shared/video-playlist/video-playlist-miniature.component.html
@@ -0,0 +1,34 @@
1<div class="miniature" [ngClass]="{ 'no-videos': playlist.videosLength === 0, 'to-manage': toManage }">
2 <a
3 [routerLink]="getPlaylistUrl()" [attr.title]="playlist.description"
4 class="miniature-thumbnail"
5 >
6 <img alt="" [attr.aria-labelledby]="playlist.displayName" [attr.src]="playlist.thumbnailUrl" />
7
8 <div class="miniature-playlist-info-overlay">
9 <ng-container i18n>{playlist.videosLength, plural, =0 {No videos} =1 {1 video} other {{{ playlist.videosLength }} videos}}</ng-container>
10 </div>
11
12 <div class="play-overlay">
13 <div class="icon"></div>
14 </div>
15 </a>
16
17 <div class="miniature-info">
18 <a tabindex="-1" class="miniature-name" [routerLink]="getPlaylistUrl()" [attr.title]="playlist.description">
19 {{ playlist.displayName }}
20 </a>
21
22 <a i18n [routerLink]="[ '/video-channels', playlist.videoChannelBy ]" class="by" *ngIf="displayChannel && playlist.videoChannelBy">
23 {{ playlist.videoChannelBy }}
24 </a>
25
26 <div class="privacy-date">
27 <span class="video-info-privacy" *ngIf="displayPrivacy">{{ playlist.privacy.label }}</span>
28
29 <span i18n class="updated-at">Updated {{ playlist.updatedAt | myFromNow }}</span>
30 </div>
31
32 <div *ngIf="displayDescription" class="video-info-description">{{ playlist.description }}</div>
33 </div>
34</div>
diff --git a/client/src/app/shared/video-playlist/video-playlist-miniature.component.scss b/client/src/app/shared/video-playlist/video-playlist-miniature.component.scss
new file mode 100644
index 000000000..8947e72d1
--- /dev/null
+++ b/client/src/app/shared/video-playlist/video-playlist-miniature.component.scss
@@ -0,0 +1,78 @@
1@import '_variables';
2@import '_mixins';
3@import '_miniature';
4
5.miniature {
6 display: inline-block;
7
8 &.no-videos:not(.to-manage){
9 a {
10 cursor: default !important;
11 }
12 }
13
14 &.to-manage,
15 &.no-videos {
16 .play-overlay {
17 display: none;
18 }
19 }
20
21 .miniature-thumbnail {
22 @include miniature-thumbnail;
23
24 .miniature-playlist-info-overlay {
25 @include static-thumbnail-overlay;
26
27 position: absolute;
28 right: 0;
29 bottom: 0;
30 height: $video-thumbnail-height;
31 padding: 0 10px;
32 display: flex;
33 align-items: center;
34 font-size: 14px;
35 font-weight: $font-semibold;
36 }
37 }
38
39 .miniature-info {
40 width: 200px;
41 margin-top: 2px;
42 line-height: normal;
43
44 .miniature-name {
45 @include miniature-name;
46
47 @include ellipsis-multiline(1.3em, 2);
48
49 margin: 0;
50 }
51
52 .by {
53 @include disable-default-a-behaviour;
54
55 display: block;
56 color: $grey-foreground-color;
57 }
58
59 .privacy-date {
60 margin-top: 5px;
61
62 .video-info-privacy {
63 font-size: 14px;
64 font-weight: $font-semibold;
65
66 &::after {
67 content: '-';
68 margin: 0 3px;
69 }
70 }
71 }
72
73 .video-info-description {
74 margin-top: 10px;
75 color: $grey-foreground-color;
76 }
77 }
78}
diff --git a/client/src/app/shared/video-playlist/video-playlist-miniature.component.ts b/client/src/app/shared/video-playlist/video-playlist-miniature.component.ts
new file mode 100644
index 000000000..523e96f2a
--- /dev/null
+++ b/client/src/app/shared/video-playlist/video-playlist-miniature.component.ts
@@ -0,0 +1,22 @@
1import { Component, Input } from '@angular/core'
2import { VideoPlaylist } from '@app/shared/video-playlist/video-playlist.model'
3
4@Component({
5 selector: 'my-video-playlist-miniature',
6 styleUrls: [ './video-playlist-miniature.component.scss' ],
7 templateUrl: './video-playlist-miniature.component.html'
8})
9export class VideoPlaylistMiniatureComponent {
10 @Input() playlist: VideoPlaylist
11 @Input() toManage = false
12 @Input() displayChannel = false
13 @Input() displayDescription = false
14 @Input() displayPrivacy = false
15
16 getPlaylistUrl () {
17 if (this.toManage) return [ '/my-account/video-playlists', this.playlist.uuid ]
18 if (this.playlist.videosLength === 0) return null
19
20 return [ '/videos/watch/playlist', this.playlist.uuid ]
21 }
22}
diff --git a/client/src/app/shared/video-playlist/video-playlist.model.ts b/client/src/app/shared/video-playlist/video-playlist.model.ts
new file mode 100644
index 000000000..7e311aa54
--- /dev/null
+++ b/client/src/app/shared/video-playlist/video-playlist.model.ts
@@ -0,0 +1,84 @@
1import {
2 VideoChannelSummary,
3 VideoConstant,
4 VideoPlaylist as ServerVideoPlaylist,
5 VideoPlaylistPrivacy,
6 VideoPlaylistType
7} from '../../../../../shared/models/videos'
8import { AccountSummary, peertubeTranslate } from '@shared/models'
9import { Actor } from '@app/shared/actor/actor.model'
10import { getAbsoluteAPIUrl } from '@app/shared/misc/utils'
11
12export class VideoPlaylist implements ServerVideoPlaylist {
13 id: number
14 uuid: string
15 isLocal: boolean
16
17 displayName: string
18 description: string
19 privacy: VideoConstant<VideoPlaylistPrivacy>
20
21 thumbnailPath: string
22
23 videosLength: number
24
25 type: VideoConstant<VideoPlaylistType>
26
27 createdAt: Date | string
28 updatedAt: Date | string
29
30 ownerAccount: AccountSummary
31 videoChannel?: VideoChannelSummary
32
33 thumbnailUrl: string
34
35 ownerBy: string
36 ownerAvatarUrl: string
37
38 videoChannelBy?: string
39 videoChannelAvatarUrl?: string
40
41 constructor (hash: ServerVideoPlaylist, translations: {}) {
42 const absoluteAPIUrl = getAbsoluteAPIUrl()
43
44 this.id = hash.id
45 this.uuid = hash.uuid
46 this.isLocal = hash.isLocal
47
48 this.displayName = hash.displayName
49
50 this.description = hash.description
51 this.privacy = hash.privacy
52
53 this.thumbnailPath = hash.thumbnailPath
54
55 if (this.thumbnailPath) {
56 this.thumbnailUrl = absoluteAPIUrl + hash.thumbnailPath
57 } else {
58 this.thumbnailUrl = window.location.origin + '/client/assets/images/default-playlist.jpg'
59 }
60
61 this.videosLength = hash.videosLength
62
63 this.type = hash.type
64
65 this.createdAt = new Date(hash.createdAt)
66 this.updatedAt = new Date(hash.updatedAt)
67
68 this.ownerAccount = hash.ownerAccount
69 this.ownerBy = Actor.CREATE_BY_STRING(hash.ownerAccount.name, hash.ownerAccount.host)
70 this.ownerAvatarUrl = Actor.GET_ACTOR_AVATAR_URL(this.ownerAccount)
71
72 if (hash.videoChannel) {
73 this.videoChannel = hash.videoChannel
74 this.videoChannelBy = Actor.CREATE_BY_STRING(hash.videoChannel.name, hash.videoChannel.host)
75 this.videoChannelAvatarUrl = Actor.GET_ACTOR_AVATAR_URL(this.videoChannel)
76 }
77
78 this.privacy.label = peertubeTranslate(this.privacy.label, translations)
79
80 if (this.type.id === VideoPlaylistType.WATCH_LATER) {
81 this.displayName = peertubeTranslate(this.displayName, translations)
82 }
83 }
84}
diff --git a/client/src/app/shared/video-playlist/video-playlist.service.ts b/client/src/app/shared/video-playlist/video-playlist.service.ts
new file mode 100644
index 000000000..da7437507
--- /dev/null
+++ b/client/src/app/shared/video-playlist/video-playlist.service.ts
@@ -0,0 +1,179 @@
1import { bufferTime, catchError, filter, first, map, share, switchMap } from 'rxjs/operators'
2import { Injectable } from '@angular/core'
3import { Observable, ReplaySubject, Subject } from 'rxjs'
4import { RestExtractor } from '../rest/rest-extractor.service'
5import { HttpClient, HttpParams } from '@angular/common/http'
6import { ResultList, VideoPlaylistElementCreate, VideoPlaylistElementUpdate } from '../../../../../shared'
7import { environment } from '../../../environments/environment'
8import { VideoPlaylist as VideoPlaylistServerModel } from '@shared/models/videos/playlist/video-playlist.model'
9import { VideoChannelService } from '@app/shared/video-channel/video-channel.service'
10import { VideoChannel } from '@app/shared/video-channel/video-channel.model'
11import { VideoPlaylistCreate } from '@shared/models/videos/playlist/video-playlist-create.model'
12import { VideoPlaylistUpdate } from '@shared/models/videos/playlist/video-playlist-update.model'
13import { objectToFormData } from '@app/shared/misc/utils'
14import { ServerService } from '@app/core'
15import { VideoPlaylist } from '@app/shared/video-playlist/video-playlist.model'
16import { AccountService } from '@app/shared/account/account.service'
17import { Account } from '@app/shared/account/account.model'
18import { RestService } from '@app/shared/rest'
19import { VideoExistInPlaylist } from '@shared/models/videos/playlist/video-exist-in-playlist.model'
20import { VideoPlaylistReorder } from '@shared/models/videos/playlist/video-playlist-reorder.model'
21
22@Injectable()
23export class VideoPlaylistService {
24 static BASE_VIDEO_PLAYLIST_URL = environment.apiUrl + '/api/v1/video-playlists/'
25 static MY_VIDEO_PLAYLIST_URL = environment.apiUrl + '/api/v1/users/me/video-playlists/'
26
27 // Use a replay subject because we "next" a value before subscribing
28 private videoExistsInPlaylistSubject: Subject<number> = new ReplaySubject(1)
29 private readonly videoExistsInPlaylistObservable: Observable<VideoExistInPlaylist>
30
31 constructor (
32 private authHttp: HttpClient,
33 private serverService: ServerService,
34 private restExtractor: RestExtractor,
35 private restService: RestService
36 ) {
37 this.videoExistsInPlaylistObservable = this.videoExistsInPlaylistSubject.pipe(
38 bufferTime(500),
39 filter(videoIds => videoIds.length !== 0),
40 switchMap(videoIds => this.doVideosExistInPlaylist(videoIds)),
41 share()
42 )
43 }
44
45 listChannelPlaylists (videoChannel: VideoChannel): Observable<ResultList<VideoPlaylist>> {
46 const url = VideoChannelService.BASE_VIDEO_CHANNEL_URL + videoChannel.nameWithHost + '/video-playlists'
47
48 return this.authHttp.get<ResultList<VideoPlaylist>>(url)
49 .pipe(
50 switchMap(res => this.extractPlaylists(res)),
51 catchError(err => this.restExtractor.handleError(err))
52 )
53 }
54
55 listAccountPlaylists (account: Account, sort: string): Observable<ResultList<VideoPlaylist>> {
56 const url = AccountService.BASE_ACCOUNT_URL + account.nameWithHost + '/video-playlists'
57
58 let params = new HttpParams()
59 params = this.restService.addRestGetParams(params, undefined, sort)
60
61 return this.authHttp.get<ResultList<VideoPlaylist>>(url, { params })
62 .pipe(
63 switchMap(res => this.extractPlaylists(res)),
64 catchError(err => this.restExtractor.handleError(err))
65 )
66 }
67
68 getVideoPlaylist (id: string | number) {
69 const url = VideoPlaylistService.BASE_VIDEO_PLAYLIST_URL + id
70
71 return this.authHttp.get<VideoPlaylist>(url)
72 .pipe(
73 switchMap(res => this.extractPlaylist(res)),
74 catchError(err => this.restExtractor.handleError(err))
75 )
76 }
77
78 createVideoPlaylist (body: VideoPlaylistCreate) {
79 const data = objectToFormData(body)
80
81 return this.authHttp.post<{ videoPlaylist: { id: number } }>(VideoPlaylistService.BASE_VIDEO_PLAYLIST_URL, data)
82 .pipe(
83 catchError(err => this.restExtractor.handleError(err))
84 )
85 }
86
87 updateVideoPlaylist (videoPlaylist: VideoPlaylist, body: VideoPlaylistUpdate) {
88 const data = objectToFormData(body)
89
90 return this.authHttp.put(VideoPlaylistService.BASE_VIDEO_PLAYLIST_URL + videoPlaylist.id, data)
91 .pipe(
92 map(this.restExtractor.extractDataBool),
93 catchError(err => this.restExtractor.handleError(err))
94 )
95 }
96
97 removeVideoPlaylist (videoPlaylist: VideoPlaylist) {
98 return this.authHttp.delete(VideoPlaylistService.BASE_VIDEO_PLAYLIST_URL + videoPlaylist.id)
99 .pipe(
100 map(this.restExtractor.extractDataBool),
101 catchError(err => this.restExtractor.handleError(err))
102 )
103 }
104
105 addVideoInPlaylist (playlistId: number, body: VideoPlaylistElementCreate) {
106 return this.authHttp.post(VideoPlaylistService.BASE_VIDEO_PLAYLIST_URL + playlistId + '/videos', body)
107 .pipe(
108 map(this.restExtractor.extractDataBool),
109 catchError(err => this.restExtractor.handleError(err))
110 )
111 }
112
113 updateVideoOfPlaylist (playlistId: number, videoId: number, body: VideoPlaylistElementUpdate) {
114 return this.authHttp.put(VideoPlaylistService.BASE_VIDEO_PLAYLIST_URL + playlistId + '/videos/' + videoId, body)
115 .pipe(
116 map(this.restExtractor.extractDataBool),
117 catchError(err => this.restExtractor.handleError(err))
118 )
119 }
120
121 removeVideoFromPlaylist (playlistId: number, videoId: number) {
122 return this.authHttp.delete(VideoPlaylistService.BASE_VIDEO_PLAYLIST_URL + playlistId + '/videos/' + videoId)
123 .pipe(
124 map(this.restExtractor.extractDataBool),
125 catchError(err => this.restExtractor.handleError(err))
126 )
127 }
128
129 reorderPlaylist (playlistId: number, oldPosition: number, newPosition: number) {
130 const body: VideoPlaylistReorder = {
131 startPosition: oldPosition,
132 insertAfterPosition: newPosition
133 }
134
135 return this.authHttp.post(VideoPlaylistService.BASE_VIDEO_PLAYLIST_URL + playlistId + '/videos/reorder', body)
136 .pipe(
137 map(this.restExtractor.extractDataBool),
138 catchError(err => this.restExtractor.handleError(err))
139 )
140 }
141
142 doesVideoExistInPlaylist (videoId: number) {
143 this.videoExistsInPlaylistSubject.next(videoId)
144
145 return this.videoExistsInPlaylistObservable.pipe(first())
146 }
147
148 extractPlaylists (result: ResultList<VideoPlaylistServerModel>) {
149 return this.serverService.localeObservable
150 .pipe(
151 map(translations => {
152 const playlistsJSON = result.data
153 const total = result.total
154 const playlists: VideoPlaylist[] = []
155
156 for (const playlistJSON of playlistsJSON) {
157 playlists.push(new VideoPlaylist(playlistJSON, translations))
158 }
159
160 return { data: playlists, total }
161 })
162 )
163 }
164
165 extractPlaylist (playlist: VideoPlaylistServerModel) {
166 return this.serverService.localeObservable
167 .pipe(map(translations => new VideoPlaylist(playlist, translations)))
168 }
169
170 private doVideosExistInPlaylist (videoIds: number[]): Observable<VideoExistInPlaylist> {
171 const url = VideoPlaylistService.MY_VIDEO_PLAYLIST_URL + 'videos-exist'
172 let params = new HttpParams()
173
174 params = this.restService.addObjectParams(params, { videoIds })
175
176 return this.authHttp.get<VideoExistInPlaylist>(url, { params })
177 .pipe(catchError(err => this.restExtractor.handleError(err)))
178 }
179}
diff --git a/client/src/app/shared/video/abstract-video-list.html b/client/src/app/shared/video/abstract-video-list.html
index 1f97bc389..268677977 100644
--- a/client/src/app/shared/video/abstract-video-list.html
+++ b/client/src/app/shared/video/abstract-video-list.html
@@ -1,4 +1,4 @@
1<div [ngClass]="{ 'margin-content': marginContent }"> 1<div class="margin-content">
2 <div class="videos-header"> 2 <div class="videos-header">
3 <div *ngIf="titlePage" class="title-page title-page-single"> 3 <div *ngIf="titlePage" class="title-page title-page-single">
4 <div placement="bottom" [ngbTooltip]="titleTooltip" container="body"> 4 <div placement="bottom" [ngbTooltip]="titleTooltip" container="body">
@@ -11,7 +11,7 @@
11 <div class="moderation-block" *ngIf="displayModerationBlock"> 11 <div class="moderation-block" *ngIf="displayModerationBlock">
12 <my-peertube-checkbox 12 <my-peertube-checkbox
13 (change)="toggleModerationDisplay()" 13 (change)="toggleModerationDisplay()"
14 inputName="display-unlisted-private" i18n-labelText labelText="Display unlisted and private videos" 14 inputName="display-unlisted-private" i18n-labelText labelText="Display unlisted and private videos"
15 > 15 >
16 </my-peertube-checkbox> 16 </my-peertube-checkbox>
17 </div> 17 </div>
@@ -19,13 +19,14 @@
19 19
20 <div class="no-results" i18n *ngIf="pagination.totalItems === 0">No results.</div> 20 <div class="no-results" i18n *ngIf="pagination.totalItems === 0">No results.</div>
21 <div 21 <div
22 myInfiniteScroller 22 myInfiniteScroller (nearOfBottom)="onNearOfBottom()" [autoInit]="true"
23 [pageHeight]="pageHeight" [firstLoadedPage]="firstLoadedPage" 23 class="videos"
24 (nearOfTop)="onNearOfTop()" (nearOfBottom)="onNearOfBottom()" (pageChanged)="onPageChanged($event)"
25 class="videos" #videosElement
26 > 24 >
27 <div *ngFor="let videos of videoPages; trackBy: pageByVideoId" class="videos-page"> 25 <my-video-miniature
28 <my-video-miniature *ngFor="let video of videos; trackBy: videoById" [video]="video" [user]="user" [ownerDisplayType]="ownerDisplayType"></my-video-miniature> 26 *ngFor="let video of videos; trackBy: videoById" [video]="video" [user]="user" [ownerDisplayType]="ownerDisplayType"
29 </div> 27 [displayVideoActions]="displayVideoActions" [displayOptions]="displayOptions"
28 (videoBlacklisted)="removeVideoFromArray(video)" (videoRemoved)="removeVideoFromArray(video)"
29 >
30 </my-video-miniature>
30 </div> 31 </div>
31</div> 32</div>
diff --git a/client/src/app/shared/video/abstract-video-list.scss b/client/src/app/shared/video/abstract-video-list.scss
index 292ede698..9d481d6e4 100644
--- a/client/src/app/shared/video/abstract-video-list.scss
+++ b/client/src/app/shared/video/abstract-video-list.scss
@@ -1,12 +1,5 @@
1@import '_mixins'; 1@import '_mixins';
2 2@import '_miniature';
3.videos {
4 text-align: center;
5
6 my-video-miniature {
7 text-align: left;
8 }
9}
10 3
11.videos-header { 4.videos-header {
12 display: flex; 5 display: flex;
@@ -31,8 +24,33 @@
31 } 24 }
32} 25}
33 26
34@media screen and (max-width: 500px) { 27.margin-content {
35 .videos { 28 width: $video-miniature-width * 6;
36 @include video-miniature-small-screen; 29 margin: auto !important;
30
31 @media screen and (max-width: 1800px) {
32 width: $video-miniature-width * 5;
33 }
34
35 @media screen and (max-width: 1800px - $video-miniature-width) {
36 width: $video-miniature-width * 4;
37 }
38
39 @media screen and (max-width: 1800px - (2* $video-miniature-width)) {
40 width: $video-miniature-width * 3;
41 }
42
43 @media screen and (max-width: 1800px - (3* $video-miniature-width)) {
44 width: $video-miniature-width * 2;
45 }
46
47 @media screen and (max-width: 500px) {
48 width: auto;
49 margin: 0 !important;
50
51 .videos {
52 @include video-miniature-small-screen;
53 }
37 } 54 }
38} 55}
56
diff --git a/client/src/app/shared/video/abstract-video-list.ts b/client/src/app/shared/video/abstract-video-list.ts
index b0633be4a..fa9d38735 100644
--- a/client/src/app/shared/video/abstract-video-list.ts
+++ b/client/src/app/shared/video/abstract-video-list.ts
@@ -1,66 +1,62 @@
1import { debounceTime } from 'rxjs/operators' 1import { debounceTime } from 'rxjs/operators'
2import { ElementRef, OnDestroy, OnInit, ViewChild } from '@angular/core' 2import { OnDestroy, OnInit } from '@angular/core'
3import { ActivatedRoute, Router } from '@angular/router' 3import { ActivatedRoute, Router } from '@angular/router'
4import { Location } from '@angular/common'
5import { InfiniteScrollerDirective } from '@app/shared/video/infinite-scroller.directive'
6import { fromEvent, Observable, Subscription } from 'rxjs' 4import { fromEvent, Observable, Subscription } from 'rxjs'
7import { AuthService } from '../../core/auth' 5import { AuthService } from '../../core/auth'
8import { ComponentPagination } from '../rest/component-pagination.model' 6import { ComponentPagination } from '../rest/component-pagination.model'
9import { VideoSortField } from './sort-field.type' 7import { VideoSortField } from './sort-field.type'
10import { Video } from './video.model' 8import { Video } from './video.model'
11import { I18n } from '@ngx-translate/i18n-polyfill'
12import { ScreenService } from '@app/shared/misc/screen.service' 9import { ScreenService } from '@app/shared/misc/screen.service'
13import { OwnerDisplayType } from '@app/shared/video/video-miniature.component' 10import { MiniatureDisplayOptions, OwnerDisplayType } from '@app/shared/video/video-miniature.component'
14import { Syndication } from '@app/shared/video/syndication.model' 11import { Syndication } from '@app/shared/video/syndication.model'
15import { Notifier } from '@app/core' 12import { Notifier, ServerService } from '@app/core'
16 13import { DisableForReuseHook } from '@app/core/routing/disable-for-reuse-hook'
17export abstract class AbstractVideoList implements OnInit, OnDestroy {
18 private static LINES_PER_PAGE = 4
19
20 @ViewChild('videosElement') videosElement: ElementRef
21 @ViewChild(InfiniteScrollerDirective) infiniteScroller: InfiniteScrollerDirective
22 14
15export abstract class AbstractVideoList implements OnInit, OnDestroy, DisableForReuseHook {
23 pagination: ComponentPagination = { 16 pagination: ComponentPagination = {
24 currentPage: 1, 17 currentPage: 1,
25 itemsPerPage: 10, 18 itemsPerPage: 25,
26 totalItems: null 19 totalItems: null
27 } 20 }
28 sort: VideoSortField = '-publishedAt' 21 sort: VideoSortField = '-publishedAt'
22
29 categoryOneOf?: number 23 categoryOneOf?: number
30 defaultSort: VideoSortField = '-publishedAt' 24 defaultSort: VideoSortField = '-publishedAt'
25
31 syndicationItems: Syndication[] = [] 26 syndicationItems: Syndication[] = []
32 27
33 loadOnInit = true 28 loadOnInit = true
34 marginContent = true 29 videos: Video[] = []
35 pageHeight: number
36 videoWidth: number
37 videoHeight: number
38 videoPages: Video[][] = []
39 ownerDisplayType: OwnerDisplayType = 'account' 30 ownerDisplayType: OwnerDisplayType = 'account'
40 firstLoadedPage: number
41 displayModerationBlock = false 31 displayModerationBlock = false
42 titleTooltip: string 32 titleTooltip: string
33 displayVideoActions = true
43 34
44 protected baseVideoWidth = 215 35 disabled = false
45 protected baseVideoHeight = 205 36
37 displayOptions: MiniatureDisplayOptions = {
38 date: true,
39 views: true,
40 by: true,
41 privacyLabel: true,
42 privacyText: false,
43 state: false,
44 blacklistInfo: false
45 }
46 46
47 protected abstract notifier: Notifier 47 protected abstract notifier: Notifier
48 protected abstract authService: AuthService 48 protected abstract authService: AuthService
49 protected abstract router: Router
50 protected abstract route: ActivatedRoute 49 protected abstract route: ActivatedRoute
50 protected abstract serverService: ServerService
51 protected abstract screenService: ScreenService 51 protected abstract screenService: ScreenService
52 protected abstract i18n: I18n 52 protected abstract router: Router
53 protected abstract location: Location
54 protected abstract currentRoute: string
55 abstract titlePage: string 53 abstract titlePage: string
56 54
57 protected loadedPages: { [ id: number ]: Video[] } = {}
58 protected loadingPage: { [ id: number ]: boolean } = {}
59 protected otherRouteParams = {}
60
61 private resizeSubscription: Subscription 55 private resizeSubscription: Subscription
56 private angularState: number
57
58 abstract getVideosObservable (page: number): Observable<{ videos: Video[], totalVideos: number }>
62 59
63 abstract getVideosObservable (page: number): Observable<{ videos: Video[], totalVideos: number}>
64 abstract generateSyndicationList (): void 60 abstract generateSyndicationList (): void
65 61
66 get user () { 62 get user () {
@@ -77,207 +73,96 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy {
77 .subscribe(() => this.calcPageSizes()) 73 .subscribe(() => this.calcPageSizes())
78 74
79 this.calcPageSizes() 75 this.calcPageSizes()
80 if (this.loadOnInit === true) this.loadMoreVideos(this.pagination.currentPage) 76 if (this.loadOnInit === true) this.loadMoreVideos()
81 } 77 }
82 78
83 ngOnDestroy () { 79 ngOnDestroy () {
84 if (this.resizeSubscription) this.resizeSubscription.unsubscribe() 80 if (this.resizeSubscription) this.resizeSubscription.unsubscribe()
85 } 81 }
86 82
87 pageByVideoId (index: number, page: Video[]) { 83 disableForReuse () {
88 // Video are unique in all pages 84 this.disabled = true
89 return page.length !== 0 ? page[0].id : 0
90 } 85 }
91 86
92 videoById (index: number, video: Video) { 87 enabledForReuse () {
93 return video.id 88 this.disabled = false
94 } 89 }
95 90
96 onNearOfTop () { 91 videoById (index: number, video: Video) {
97 this.previousPage() 92 return video.id
98 } 93 }
99 94
100 onNearOfBottom () { 95 onNearOfBottom () {
101 if (this.hasMoreVideos()) { 96 if (this.disabled) return
102 this.nextPage()
103 }
104 }
105
106 onPageChanged (page: number) {
107 this.pagination.currentPage = page
108 this.setNewRouteParams()
109 }
110 97
111 reloadVideos () { 98 // Last page
112 this.loadedPages = {} 99 if (this.pagination.totalItems <= (this.pagination.currentPage * this.pagination.itemsPerPage)) return
113 this.loadMoreVideos(this.pagination.currentPage)
114 }
115 100
116 loadMoreVideos (page: number, loadOnTop = false) { 101 this.pagination.currentPage += 1
117 this.adjustVideoPageHeight()
118 102
119 const currentY = window.scrollY 103 this.setScrollRouteParams()
120 104
121 if (this.loadedPages[page] !== undefined) return 105 this.loadMoreVideos()
122 if (this.loadingPage[page] === true) return 106 }
123 107
124 this.loadingPage[page] = true 108 loadMoreVideos () {
125 const observable = this.getVideosObservable(page) 109 const observable = this.getVideosObservable(this.pagination.currentPage)
126 110
127 observable.subscribe( 111 observable.subscribe(
128 ({ videos, totalVideos }) => { 112 ({ videos, totalVideos }) => {
129 this.loadingPage[page] = false
130
131 if (this.firstLoadedPage === undefined || this.firstLoadedPage > page) this.firstLoadedPage = page
132
133 // Paging is too high, return to the first one
134 if (this.pagination.currentPage > 1 && totalVideos <= ((this.pagination.currentPage - 1) * this.pagination.itemsPerPage)) {
135 this.pagination.currentPage = 1
136 this.setNewRouteParams()
137 return this.reloadVideos()
138 }
139
140 this.loadedPages[page] = videos
141 this.buildVideoPages()
142 this.pagination.totalItems = totalVideos 113 this.pagination.totalItems = totalVideos
114 this.videos = this.videos.concat(videos)
143 115
144 // Initialize infinite scroller now we loaded the first page 116 this.onMoreVideos()
145 if (Object.keys(this.loadedPages).length === 1) {
146 // Wait elements creation
147 setTimeout(() => {
148 this.infiniteScroller.initialize()
149
150 // At our first load, we did not load the first page
151 // Load the previous page so the user can move on the top (and browser previous pages)
152 if (this.pagination.currentPage > 1) this.loadMoreVideos(this.pagination.currentPage - 1, true)
153 }, 500)
154 }
155
156 // Insert elements on the top but keep the scroll in the previous position
157 if (loadOnTop) setTimeout(() => { window.scrollTo(0, currentY + this.pageHeight) }, 0)
158 }, 117 },
159 error => {
160 this.loadingPage[page] = false
161 this.notifier.error(error.message)
162 }
163 )
164 }
165 118
166 toggleModerationDisplay () { 119 error => this.notifier.error(error.message)
167 throw new Error('toggleModerationDisplay is not implemented') 120 )
168 } 121 }
169 122
170 protected hasMoreVideos () { 123 reloadVideos () {
171 // No results 124 this.pagination.currentPage = 1
172 if (this.pagination.totalItems === 0) return false 125 this.videos = []
173 126 this.loadMoreVideos()
174 // Not loaded yet
175 if (!this.pagination.totalItems) return true
176
177 const maxPage = this.pagination.totalItems / this.pagination.itemsPerPage
178 return maxPage > this.maxPageLoaded()
179 } 127 }
180 128
181 protected previousPage () { 129 toggleModerationDisplay () {
182 const min = this.minPageLoaded() 130 throw new Error('toggleModerationDisplay is not implemented')
183
184 if (min > 1) {
185 this.loadMoreVideos(min - 1, true)
186 }
187 } 131 }
188 132
189 protected nextPage () { 133 removeVideoFromArray (video: Video) {
190 this.loadMoreVideos(this.maxPageLoaded() + 1) 134 this.videos = this.videos.filter(v => v.id !== video.id)
191 } 135 }
192 136
193 protected buildRouteParams () { 137 // On videos hook for children that want to do something
194 // There is always a sort and a current page 138 protected onMoreVideos () { /* empty */ }
195 const params = {
196 sort: this.sort,
197 page: this.pagination.currentPage
198 }
199
200 return Object.assign(params, this.otherRouteParams)
201 }
202 139
203 protected loadRouteParams (routeParams: { [ key: string ]: any }) { 140 protected loadRouteParams (routeParams: { [ key: string ]: any }) {
204 this.sort = routeParams['sort'] as VideoSortField || this.defaultSort 141 this.sort = routeParams[ 'sort' ] as VideoSortField || this.defaultSort
205 this.categoryOneOf = routeParams['categoryOneOf'] 142 this.categoryOneOf = routeParams[ 'categoryOneOf' ]
206 if (routeParams['page'] !== undefined) { 143 this.angularState = routeParams[ 'a-state' ]
207 this.pagination.currentPage = parseInt(routeParams['page'], 10)
208 } else {
209 this.pagination.currentPage = 1
210 }
211 }
212
213 protected setNewRouteParams () {
214 const paramsObject = this.buildRouteParams()
215
216 const queryParams = Object.keys(paramsObject)
217 .map(p => p + '=' + paramsObject[p])
218 .join('&')
219 this.location.replaceState(this.currentRoute, queryParams)
220 }
221
222 protected buildVideoPages () {
223 this.videoPages = Object.values(this.loadedPages)
224 }
225
226 protected adjustVideoPageHeight () {
227 const numberOfPagesLoaded = Object.keys(this.loadedPages).length
228 if (!numberOfPagesLoaded) return
229
230 this.pageHeight = this.videosElement.nativeElement.offsetHeight / numberOfPagesLoaded
231 }
232
233 protected buildVideoHeight () {
234 // Same ratios than base width/height
235 return this.videosElement.nativeElement.offsetWidth * (this.baseVideoHeight / this.baseVideoWidth)
236 }
237
238 private minPageLoaded () {
239 return Math.min(...Object.keys(this.loadedPages).map(e => parseInt(e, 10)))
240 }
241
242 private maxPageLoaded () {
243 return Math.max(...Object.keys(this.loadedPages).map(e => parseInt(e, 10)))
244 } 144 }
245 145
246 private calcPageSizes () { 146 private calcPageSizes () {
247 if (this.screenService.isInMobileView() || this.baseVideoWidth === -1) { 147 if (this.screenService.isInMobileView()) {
248 this.pagination.itemsPerPage = 5 148 this.pagination.itemsPerPage = 5
249
250 // Video takes all the width
251 this.videoWidth = -1
252 this.videoHeight = this.buildVideoHeight()
253 this.pageHeight = this.pagination.itemsPerPage * this.videoHeight
254 } else {
255 this.videoWidth = this.baseVideoWidth
256 this.videoHeight = this.baseVideoHeight
257
258 const videosWidth = this.videosElement.nativeElement.offsetWidth
259 this.pagination.itemsPerPage = Math.floor(videosWidth / this.videoWidth) * AbstractVideoList.LINES_PER_PAGE
260 this.pageHeight = this.videoHeight * AbstractVideoList.LINES_PER_PAGE
261 } 149 }
150 }
262 151
263 // Rebuild pages because maybe we modified the number of items per page 152 private setScrollRouteParams () {
264 const videos = [].concat(...this.videoPages) 153 // Already set
265 this.loadedPages = {} 154 if (this.angularState) return
266 155
267 let i = 1 156 this.angularState = 42
268 // Don't include the last page if it not complete
269 while (videos.length >= this.pagination.itemsPerPage && i < 10000) { // 10000 -> Hard limit in case of infinite loop
270 this.loadedPages[i] = videos.splice(0, this.pagination.itemsPerPage)
271 i++
272 }
273 157
274 // Re fetch the last page 158 const queryParams = {
275 if (videos.length !== 0) { 159 'a-state': this.angularState,
276 this.loadMoreVideos(i) 160 categoryOneOf: this.categoryOneOf
277 } else {
278 this.buildVideoPages()
279 } 161 }
280 162
281 console.log('Rebuilt pages with %s elements per page.', this.pagination.itemsPerPage) 163 let path = this.router.url
164 if (!path || path === '/') path = this.serverService.getConfig().instance.defaultClientRoute
165
166 this.router.navigate([ path ], { queryParams, replaceUrl: true, queryParamsHandling: 'merge' })
282 } 167 }
283} 168}
diff --git a/client/src/app/shared/video/infinite-scroller.directive.ts b/client/src/app/shared/video/infinite-scroller.directive.ts
index a02e9444a..5f8a1dd6e 100644
--- a/client/src/app/shared/video/infinite-scroller.directive.ts
+++ b/client/src/app/shared/video/infinite-scroller.directive.ts
@@ -1,30 +1,23 @@
1import { distinct, distinctUntilChanged, filter, map, share, startWith, throttleTime } from 'rxjs/operators' 1import { distinct, distinctUntilChanged, filter, map, share, startWith, throttleTime } from 'rxjs/operators'
2import { Directive, EventEmitter, Input, OnDestroy, OnInit, Output } from '@angular/core' 2import { Directive, ElementRef, EventEmitter, Input, OnDestroy, OnInit, Output } from '@angular/core'
3import { fromEvent, Subscription } from 'rxjs' 3import { fromEvent, Subscription } from 'rxjs'
4 4
5@Directive({ 5@Directive({
6 selector: '[myInfiniteScroller]' 6 selector: '[myInfiniteScroller]'
7}) 7})
8export class InfiniteScrollerDirective implements OnInit, OnDestroy { 8export class InfiniteScrollerDirective implements OnInit, OnDestroy {
9 @Input() containerHeight: number
10 @Input() pageHeight: number
11 @Input() firstLoadedPage = 1
12 @Input() percentLimit = 70 9 @Input() percentLimit = 70
13 @Input() autoInit = false 10 @Input() autoInit = false
11 @Input() onItself = false
14 12
15 @Output() nearOfBottom = new EventEmitter<void>() 13 @Output() nearOfBottom = new EventEmitter<void>()
16 @Output() nearOfTop = new EventEmitter<void>()
17 @Output() pageChanged = new EventEmitter<number>()
18 14
19 private decimalLimit = 0 15 private decimalLimit = 0
20 private lastCurrentBottom = -1 16 private lastCurrentBottom = -1
21 private lastCurrentTop = 0
22 private scrollDownSub: Subscription 17 private scrollDownSub: Subscription
23 private scrollUpSub: Subscription 18 private container: HTMLElement
24 private pageChangeSub: Subscription
25 private middleScreen: number
26 19
27 constructor () { 20 constructor (private el: ElementRef) {
28 this.decimalLimit = this.percentLimit / 100 21 this.decimalLimit = this.percentLimit / 100
29 } 22 }
30 23
@@ -34,21 +27,21 @@ export class InfiniteScrollerDirective implements OnInit, OnDestroy {
34 27
35 ngOnDestroy () { 28 ngOnDestroy () {
36 if (this.scrollDownSub) this.scrollDownSub.unsubscribe() 29 if (this.scrollDownSub) this.scrollDownSub.unsubscribe()
37 if (this.scrollUpSub) this.scrollUpSub.unsubscribe()
38 if (this.pageChangeSub) this.pageChangeSub.unsubscribe()
39 } 30 }
40 31
41 initialize () { 32 initialize () {
42 this.middleScreen = window.innerHeight / 2 33 if (this.onItself) {
34 this.container = this.el.nativeElement
35 }
43 36
44 // Emit the last value 37 // Emit the last value
45 const throttleOptions = { leading: true, trailing: true } 38 const throttleOptions = { leading: true, trailing: true }
46 39
47 const scrollObservable = fromEvent(window, 'scroll') 40 const scrollObservable = fromEvent(this.container || window, 'scroll')
48 .pipe( 41 .pipe(
49 startWith(null), 42 startWith(null),
50 throttleTime(200, undefined, throttleOptions), 43 throttleTime(200, undefined, throttleOptions),
51 map(() => ({ current: window.scrollY, maximumScroll: document.body.clientHeight - window.innerHeight })), 44 map(() => this.getScrollInfo()),
52 distinctUntilChanged((o1, o2) => o1.current === o2.current), 45 distinctUntilChanged((o1, o2) => o1.current === o2.current),
53 share() 46 share()
54 ) 47 )
@@ -66,39 +59,13 @@ export class InfiniteScrollerDirective implements OnInit, OnDestroy {
66 filter(({ current, maximumScroll }) => maximumScroll <= 0 || (current / maximumScroll) > this.decimalLimit) 59 filter(({ current, maximumScroll }) => maximumScroll <= 0 || (current / maximumScroll) > this.decimalLimit)
67 ) 60 )
68 .subscribe(() => this.nearOfBottom.emit()) 61 .subscribe(() => this.nearOfBottom.emit())
69
70 // Scroll up
71 this.scrollUpSub = scrollObservable
72 .pipe(
73 // Check we scroll up
74 filter(({ current }) => {
75 const res = this.lastCurrentTop > current
76
77 this.lastCurrentTop = current
78 return res
79 }),
80 filter(({ current, maximumScroll }) => {
81 return current !== 0 && (1 - (current / maximumScroll)) > this.decimalLimit
82 })
83 )
84 .subscribe(() => this.nearOfTop.emit())
85
86 // Page change
87 this.pageChangeSub = scrollObservable
88 .pipe(
89 distinct(),
90 map(({ current }) => this.calculateCurrentPage(current)),
91 distinctUntilChanged()
92 )
93 .subscribe(res => this.pageChanged.emit(res))
94 } 62 }
95 63
96 private calculateCurrentPage (current: number) { 64 private getScrollInfo () {
97 const scrollY = current + this.middleScreen 65 if (this.container) {
98 66 return { current: this.container.scrollTop, maximumScroll: this.container.scrollHeight }
99 const page = Math.max(1, Math.ceil(scrollY / this.pageHeight)) 67 }
100 68
101 // Offset page 69 return { current: window.scrollY, maximumScroll: document.body.clientHeight - window.innerHeight }
102 return page + (this.firstLoadedPage - 1)
103 } 70 }
104} 71}
diff --git a/client/src/app/videos/+video-watch/modal/video-blacklist.component.html b/client/src/app/shared/video/modals/video-blacklist.component.html
index 1a87bdcd4..1a87bdcd4 100644
--- a/client/src/app/videos/+video-watch/modal/video-blacklist.component.html
+++ b/client/src/app/shared/video/modals/video-blacklist.component.html
diff --git a/client/src/app/videos/+video-watch/modal/video-blacklist.component.scss b/client/src/app/shared/video/modals/video-blacklist.component.scss
index afcdb9a16..afcdb9a16 100644
--- a/client/src/app/videos/+video-watch/modal/video-blacklist.component.scss
+++ b/client/src/app/shared/video/modals/video-blacklist.component.scss
diff --git a/client/src/app/videos/+video-watch/modal/video-blacklist.component.ts b/client/src/app/shared/video/modals/video-blacklist.component.ts
index 50a7cadd1..4e4e8dc50 100644
--- a/client/src/app/videos/+video-watch/modal/video-blacklist.component.ts
+++ b/client/src/app/shared/video/modals/video-blacklist.component.ts
@@ -1,11 +1,12 @@
1import { Component, Input, OnInit, ViewChild } from '@angular/core' 1import { Component, EventEmitter, Input, OnInit, Output, ViewChild } from '@angular/core'
2import { Notifier, RedirectService } from '@app/core' 2import { Notifier, RedirectService } from '@app/core'
3import { FormReactive, VideoBlacklistService, VideoBlacklistValidatorsService } from '../../../shared/index' 3import { VideoBlacklistService } from '../../../shared/video-blacklist'
4import { VideoDetails } from '../../../shared/video/video-details.model' 4import { VideoDetails } from '../../../shared/video/video-details.model'
5import { I18n } from '@ngx-translate/i18n-polyfill' 5import { I18n } from '@ngx-translate/i18n-polyfill'
6import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service' 6import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service'
7import { NgbModal } from '@ng-bootstrap/ng-bootstrap' 7import { NgbModal } from '@ng-bootstrap/ng-bootstrap'
8import { NgbModalRef } from '@ng-bootstrap/ng-bootstrap/modal/modal-ref' 8import { NgbModalRef } from '@ng-bootstrap/ng-bootstrap/modal/modal-ref'
9import { FormReactive, VideoBlacklistValidatorsService } from '@app/shared/forms'
9 10
10@Component({ 11@Component({
11 selector: 'my-video-blacklist', 12 selector: 'my-video-blacklist',
@@ -17,6 +18,8 @@ export class VideoBlacklistComponent extends FormReactive implements OnInit {
17 18
18 @ViewChild('modal') modal: NgbModal 19 @ViewChild('modal') modal: NgbModal
19 20
21 @Output() videoBlacklisted = new EventEmitter()
22
20 error: string = null 23 error: string = null
21 24
22 private openedModal: NgbModalRef 25 private openedModal: NgbModalRef
@@ -60,7 +63,11 @@ export class VideoBlacklistComponent extends FormReactive implements OnInit {
60 () => { 63 () => {
61 this.notifier.success(this.i18n('Video blacklisted.')) 64 this.notifier.success(this.i18n('Video blacklisted.'))
62 this.hide() 65 this.hide()
63 this.redirectService.redirectToHomepage() 66
67 this.video.blacklisted = true
68 this.video.blacklistedReason = reason
69
70 this.videoBlacklisted.emit()
64 }, 71 },
65 72
66 err => this.notifier.error(err.message) 73 err => this.notifier.error(err.message)
diff --git a/client/src/app/videos/+video-watch/modal/video-download.component.html b/client/src/app/shared/video/modals/video-download.component.html
index 2bb5d6d37..dd01c1388 100644
--- a/client/src/app/videos/+video-watch/modal/video-download.component.html
+++ b/client/src/app/shared/video/modals/video-download.component.html
@@ -9,7 +9,7 @@
9 <div class="input-group input-group-sm"> 9 <div class="input-group input-group-sm">
10 <div class="input-group-prepend peertube-select-container"> 10 <div class="input-group-prepend peertube-select-container">
11 <select [(ngModel)]="resolutionId"> 11 <select [(ngModel)]="resolutionId">
12 <option *ngFor="let file of video.files" [value]="file.resolution.id">{{ file.resolution.label }}</option> 12 <option *ngFor="let file of video?.files" [value]="file.resolution.id">{{ file.resolution.label }}</option>
13 </select> 13 </select>
14 </div> 14 </div>
15 <input #urlInput (click)="urlInput.select()" type="text" class="form-control input-sm readonly" readonly [value]="getLink()" /> 15 <input #urlInput (click)="urlInput.select()" type="text" class="form-control input-sm readonly" readonly [value]="getLink()" />
diff --git a/client/src/app/videos/+video-watch/modal/video-download.component.scss b/client/src/app/shared/video/modals/video-download.component.scss
index 3e826c3b6..3e826c3b6 100644
--- a/client/src/app/videos/+video-watch/modal/video-download.component.scss
+++ b/client/src/app/shared/video/modals/video-download.component.scss
diff --git a/client/src/app/videos/+video-watch/modal/video-download.component.ts b/client/src/app/shared/video/modals/video-download.component.ts
index 834385771..d6d10d29e 100644
--- a/client/src/app/videos/+video-watch/modal/video-download.component.ts
+++ b/client/src/app/shared/video/modals/video-download.component.ts
@@ -1,4 +1,4 @@
1import { Component, ElementRef, Input, OnInit, ViewChild } from '@angular/core' 1import { Component, ElementRef, ViewChild } from '@angular/core'
2import { VideoDetails } from '../../../shared/video/video-details.model' 2import { VideoDetails } from '../../../shared/video/video-details.model'
3import { NgbModal } from '@ng-bootstrap/ng-bootstrap' 3import { NgbModal } from '@ng-bootstrap/ng-bootstrap'
4import { I18n } from '@ngx-translate/i18n-polyfill' 4import { I18n } from '@ngx-translate/i18n-polyfill'
@@ -9,26 +9,32 @@ import { Notifier } from '@app/core'
9 templateUrl: './video-download.component.html', 9 templateUrl: './video-download.component.html',
10 styleUrls: [ './video-download.component.scss' ] 10 styleUrls: [ './video-download.component.scss' ]
11}) 11})
12export class VideoDownloadComponent implements OnInit { 12export class VideoDownloadComponent {
13 @Input() video: VideoDetails = null
14
15 @ViewChild('modal') modal: ElementRef 13 @ViewChild('modal') modal: ElementRef
16 14
17 downloadType: 'direct' | 'torrent' | 'magnet' = 'torrent' 15 downloadType: 'direct' | 'torrent' | 'magnet' = 'torrent'
18 resolutionId: number | string = -1 16 resolutionId: number | string = -1
19 17
18 video: VideoDetails
19
20 constructor ( 20 constructor (
21 private notifier: Notifier, 21 private notifier: Notifier,
22 private modalService: NgbModal, 22 private modalService: NgbModal,
23 private i18n: I18n 23 private i18n: I18n
24 ) { } 24 ) { }
25 25
26 ngOnInit () { 26 show (video: VideoDetails) {
27 this.video = video
28
29 const m = this.modalService.open(this.modal)
30 m.result.then(() => this.onClose())
31 .catch(() => this.onClose())
32
27 this.resolutionId = this.video.files[0].resolution.id 33 this.resolutionId = this.video.files[0].resolution.id
28 } 34 }
29 35
30 show () { 36 onClose () {
31 this.modalService.open(this.modal) 37 this.video = undefined
32 } 38 }
33 39
34 download () { 40 download () {
@@ -45,21 +51,16 @@ export class VideoDownloadComponent implements OnInit {
45 return 51 return
46 } 52 }
47 53
48 const link = (() => { 54 switch (this.downloadType) {
49 switch (this.downloadType) { 55 case 'direct':
50 case 'direct': { 56 return file.fileDownloadUrl
51 return file.fileDownloadUrl 57
52 } 58 case 'torrent':
53 case 'torrent': { 59 return file.torrentDownloadUrl
54 return file.torrentDownloadUrl
55 }
56 case 'magnet': {
57 return file.magnetUri
58 }
59 }
60 })()
61 60
62 return link 61 case 'magnet':
62 return file.magnetUri
63 }
63 } 64 }
64 65
65 activateCopiedMessage () { 66 activateCopiedMessage () {
diff --git a/client/src/app/videos/+video-watch/modal/video-report.component.html b/client/src/app/shared/video/modals/video-report.component.html
index b9434da26..b9434da26 100644
--- a/client/src/app/videos/+video-watch/modal/video-report.component.html
+++ b/client/src/app/shared/video/modals/video-report.component.html
diff --git a/client/src/app/videos/+video-watch/modal/video-report.component.scss b/client/src/app/shared/video/modals/video-report.component.scss
index 4713660a2..4713660a2 100644
--- a/client/src/app/videos/+video-watch/modal/video-report.component.scss
+++ b/client/src/app/shared/video/modals/video-report.component.scss
diff --git a/client/src/app/videos/+video-watch/modal/video-report.component.ts b/client/src/app/shared/video/modals/video-report.component.ts
index 911f3b447..725dd020f 100644
--- a/client/src/app/videos/+video-watch/modal/video-report.component.ts
+++ b/client/src/app/shared/video/modals/video-report.component.ts
@@ -1,12 +1,13 @@
1import { Component, Input, OnInit, ViewChild } from '@angular/core' 1import { Component, Input, OnInit, ViewChild } from '@angular/core'
2import { Notifier } from '@app/core' 2import { Notifier } from '@app/core'
3import { FormReactive, VideoAbuseService } from '../../../shared/index' 3import { FormReactive } from '../../../shared/forms'
4import { VideoDetails } from '../../../shared/video/video-details.model' 4import { VideoDetails } from '../../../shared/video/video-details.model'
5import { I18n } from '@ngx-translate/i18n-polyfill' 5import { I18n } from '@ngx-translate/i18n-polyfill'
6import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service' 6import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service'
7import { VideoAbuseValidatorsService } from '@app/shared/forms/form-validators/video-abuse-validators.service' 7import { VideoAbuseValidatorsService } from '@app/shared/forms/form-validators/video-abuse-validators.service'
8import { NgbModal } from '@ng-bootstrap/ng-bootstrap' 8import { NgbModal } from '@ng-bootstrap/ng-bootstrap'
9import { NgbModalRef } from '@ng-bootstrap/ng-bootstrap/modal/modal-ref' 9import { NgbModalRef } from '@ng-bootstrap/ng-bootstrap/modal/modal-ref'
10import { VideoAbuseService } from '@app/shared/video-abuse'
10 11
11@Component({ 12@Component({
12 selector: 'my-video-report', 13 selector: 'my-video-report',
diff --git a/client/src/app/shared/video/video-actions-dropdown.component.html b/client/src/app/shared/video/video-actions-dropdown.component.html
new file mode 100644
index 000000000..ec03fa55d
--- /dev/null
+++ b/client/src/app/shared/video/video-actions-dropdown.component.html
@@ -0,0 +1,21 @@
1<ng-container *ngIf="videoActions.length !== 0">
2
3 <div class="playlist-dropdown" ngbDropdown #playlistDropdown="ngbDropdown" role="button" autoClose="outside" [placement]="getPlaylistDropdownPlacement()"
4 *ngIf="isUserLoggedIn() && displayOptions.playlist" (openChange)="playlistAdd.openChange($event)"
5 >
6 <span class="anchor" ngbDropdownAnchor></span>
7
8 <div ngbDropdownMenu>
9 <my-video-add-to-playlist #playlistAdd [video]="video" [lazyLoad]="true"></my-video-add-to-playlist>
10 </div>
11 </div>
12
13 <my-action-dropdown
14 [actions]="videoActions" [label]="label" [entry]="{ video: video }" (click)="loadDropdownInformation()"
15 [buttonSize]="buttonSize" [placement]="placement" [buttonDirection]="buttonDirection" [buttonStyled]="buttonStyled"
16 ></my-action-dropdown>
17
18 <my-video-download #videoDownloadModal></my-video-download>
19 <my-video-report #videoReportModal [video]="video"></my-video-report>
20 <my-video-blacklist #videoBlacklistModal [video]="video" (videoBlacklisted)="onVideoBlacklisted()"></my-video-blacklist>
21</ng-container>
diff --git a/client/src/app/shared/video/video-actions-dropdown.component.scss b/client/src/app/shared/video/video-actions-dropdown.component.scss
new file mode 100644
index 000000000..7ffdce822
--- /dev/null
+++ b/client/src/app/shared/video/video-actions-dropdown.component.scss
@@ -0,0 +1,12 @@
1.playlist-dropdown {
2 position: absolute;
3
4 .anchor {
5 display: block;
6 opacity: 0;
7 }
8}
9
10/deep/ .icon-playlist-add {
11 left: 2px;
12}
diff --git a/client/src/app/shared/video/video-actions-dropdown.component.ts b/client/src/app/shared/video/video-actions-dropdown.component.ts
new file mode 100644
index 000000000..ee2f44f9e
--- /dev/null
+++ b/client/src/app/shared/video/video-actions-dropdown.component.ts
@@ -0,0 +1,241 @@
1import { AfterViewInit, Component, EventEmitter, Input, OnChanges, Output, ViewChild } from '@angular/core'
2import { I18n } from '@ngx-translate/i18n-polyfill'
3import { DropdownAction, DropdownButtonSize, DropdownDirection } from '@app/shared/buttons/action-dropdown.component'
4import { AuthService, ConfirmService, Notifier, ServerService } from '@app/core'
5import { BlocklistService } from '@app/shared/blocklist'
6import { Video } from '@app/shared/video/video.model'
7import { VideoService } from '@app/shared/video/video.service'
8import { VideoDetails } from '@app/shared/video/video-details.model'
9import { NgbDropdown } from '@ng-bootstrap/ng-bootstrap'
10import { VideoAddToPlaylistComponent } from '@app/shared/video-playlist/video-add-to-playlist.component'
11import { VideoDownloadComponent } from '@app/shared/video/modals/video-download.component'
12import { VideoReportComponent } from '@app/shared/video/modals/video-report.component'
13import { VideoBlacklistComponent } from '@app/shared/video/modals/video-blacklist.component'
14import { VideoBlacklistService } from '@app/shared/video-blacklist'
15import { ScreenService } from '@app/shared/misc/screen.service'
16
17export type VideoActionsDisplayType = {
18 playlist?: boolean
19 download?: boolean
20 update?: boolean
21 blacklist?: boolean
22 delete?: boolean
23 report?: boolean
24}
25
26@Component({
27 selector: 'my-video-actions-dropdown',
28 templateUrl: './video-actions-dropdown.component.html',
29 styleUrls: [ './video-actions-dropdown.component.scss' ]
30})
31export class VideoActionsDropdownComponent implements OnChanges {
32 @ViewChild('playlistDropdown') playlistDropdown: NgbDropdown
33 @ViewChild('playlistAdd') playlistAdd: VideoAddToPlaylistComponent
34
35 @ViewChild('videoDownloadModal') videoDownloadModal: VideoDownloadComponent
36 @ViewChild('videoReportModal') videoReportModal: VideoReportComponent
37 @ViewChild('videoBlacklistModal') videoBlacklistModal: VideoBlacklistComponent
38
39 @Input() video: Video | VideoDetails
40
41 @Input() displayOptions: VideoActionsDisplayType = {
42 playlist: false,
43 download: true,
44 update: true,
45 blacklist: true,
46 delete: true,
47 report: true
48 }
49 @Input() placement = 'left'
50
51 @Input() label: string
52
53 @Input() buttonStyled = false
54 @Input() buttonSize: DropdownButtonSize = 'normal'
55 @Input() buttonDirection: DropdownDirection = 'vertical'
56
57 @Output() videoRemoved = new EventEmitter()
58 @Output() videoUnblacklisted = new EventEmitter()
59 @Output() videoBlacklisted = new EventEmitter()
60
61 videoActions: DropdownAction<{ video: Video }>[][] = []
62
63 private loaded = false
64
65 constructor (
66 private authService: AuthService,
67 private notifier: Notifier,
68 private confirmService: ConfirmService,
69 private videoBlacklistService: VideoBlacklistService,
70 private serverService: ServerService,
71 private screenService: ScreenService,
72 private videoService: VideoService,
73 private blocklistService: BlocklistService,
74 private i18n: I18n
75 ) { }
76
77 get user () {
78 return this.authService.getUser()
79 }
80
81 ngOnChanges () {
82 this.buildActions()
83 }
84
85 isUserLoggedIn () {
86 return this.authService.isLoggedIn()
87 }
88
89 loadDropdownInformation () {
90 if (!this.isUserLoggedIn() || this.loaded === true) return
91
92 this.loaded = true
93
94 if (this.displayOptions.playlist) this.playlistAdd.load()
95 }
96
97 /* Show modals */
98
99 showDownloadModal () {
100 this.videoDownloadModal.show(this.video as VideoDetails)
101 }
102
103 showReportModal () {
104 this.videoReportModal.show()
105 }
106
107 showBlacklistModal () {
108 this.videoBlacklistModal.show()
109 }
110
111 /* Actions checker */
112
113 isVideoUpdatable () {
114 return this.video.isUpdatableBy(this.user)
115 }
116
117 isVideoRemovable () {
118 return this.video.isRemovableBy(this.user)
119 }
120
121 isVideoBlacklistable () {
122 return this.video.isBlackistableBy(this.user)
123 }
124
125 isVideoUnblacklistable () {
126 return this.video.isUnblacklistableBy(this.user)
127 }
128
129 isVideoDownloadable () {
130 return this.video && this.video instanceof VideoDetails && this.video.downloadEnabled
131 }
132
133 /* Action handlers */
134
135 async unblacklistVideo () {
136 const confirmMessage = this.i18n(
137 'Do you really want to remove this video from the blacklist? It will be available again in the videos list.'
138 )
139
140 const res = await this.confirmService.confirm(confirmMessage, this.i18n('Unblacklist'))
141 if (res === false) return
142
143 this.videoBlacklistService.removeVideoFromBlacklist(this.video.id).subscribe(
144 () => {
145 this.notifier.success(this.i18n('Video {{name}} removed from the blacklist.', { name: this.video.name }))
146
147 this.video.blacklisted = false
148 this.video.blacklistedReason = null
149
150 this.videoUnblacklisted.emit()
151 },
152
153 err => this.notifier.error(err.message)
154 )
155 }
156
157 async removeVideo () {
158 const res = await this.confirmService.confirm(this.i18n('Do you really want to delete this video?'), this.i18n('Delete'))
159 if (res === false) return
160
161 this.videoService.removeVideo(this.video.id)
162 .subscribe(
163 () => {
164 this.notifier.success(this.i18n('Video {{videoName}} deleted.', { videoName: this.video.name }))
165
166 this.videoRemoved.emit()
167 },
168
169 error => this.notifier.error(error.message)
170 )
171 }
172
173 onVideoBlacklisted () {
174 this.videoBlacklisted.emit()
175 }
176
177 getPlaylistDropdownPlacement () {
178 if (this.screenService.isInSmallView()) {
179 return 'bottom-right'
180 }
181
182 return 'bottom-left bottom-right'
183 }
184
185 private buildActions () {
186 this.videoActions = []
187
188 if (this.authService.isLoggedIn()) {
189 this.videoActions.push([
190 {
191 label: this.i18n('Save to playlist'),
192 handler: () => this.playlistDropdown.toggle(),
193 isDisplayed: () => this.displayOptions.playlist,
194 iconName: 'playlist-add'
195 }
196 ])
197
198 this.videoActions.push([
199 {
200 label: this.i18n('Download'),
201 handler: () => this.showDownloadModal(),
202 isDisplayed: () => this.displayOptions.download && this.isVideoDownloadable(),
203 iconName: 'download'
204 },
205 {
206 label: this.i18n('Update'),
207 linkBuilder: ({ video }) => [ '/videos/update', video.uuid ],
208 iconName: 'edit',
209 isDisplayed: () => this.displayOptions.update && this.isVideoUpdatable()
210 },
211 {
212 label: this.i18n('Blacklist'),
213 handler: () => this.showBlacklistModal(),
214 iconName: 'no',
215 isDisplayed: () => this.displayOptions.blacklist && this.isVideoBlacklistable()
216 },
217 {
218 label: this.i18n('Unblacklist'),
219 handler: () => this.unblacklistVideo(),
220 iconName: 'undo',
221 isDisplayed: () => this.displayOptions.blacklist && this.isVideoUnblacklistable()
222 },
223 {
224 label: this.i18n('Delete'),
225 handler: () => this.removeVideo(),
226 isDisplayed: () => this.displayOptions.delete && this.isVideoRemovable(),
227 iconName: 'delete'
228 }
229 ])
230
231 this.videoActions.push([
232 {
233 label: this.i18n('Report'),
234 handler: () => this.showReportModal(),
235 isDisplayed: () => this.displayOptions.report,
236 iconName: 'alert'
237 }
238 ])
239 }
240 }
241}
diff --git a/client/src/app/shared/video/video-details.model.ts b/client/src/app/shared/video/video-details.model.ts
index fa4ca7f93..22f024656 100644
--- a/client/src/app/shared/video/video-details.model.ts
+++ b/client/src/app/shared/video/video-details.model.ts
@@ -3,6 +3,8 @@ import { AuthUser } from '../../core'
3import { Video } from '../../shared/video/video.model' 3import { Video } from '../../shared/video/video.model'
4import { Account } from '@app/shared/account/account.model' 4import { Account } from '@app/shared/account/account.model'
5import { VideoChannel } from '@app/shared/video-channel/video-channel.model' 5import { VideoChannel } from '@app/shared/video-channel/video-channel.model'
6import { VideoStreamingPlaylist } from '../../../../../shared/models/videos/video-streaming-playlist.model'
7import { VideoStreamingPlaylistType } from '../../../../../shared/models/videos/video-streaming-playlist.type'
6 8
7export class VideoDetails extends Video implements VideoDetailsServerModel { 9export class VideoDetails extends Video implements VideoDetailsServerModel {
8 descriptionPath: string 10 descriptionPath: string
@@ -12,6 +14,7 @@ export class VideoDetails extends Video implements VideoDetailsServerModel {
12 files: VideoFile[] 14 files: VideoFile[]
13 account: Account 15 account: Account
14 commentsEnabled: boolean 16 commentsEnabled: boolean
17 downloadEnabled: boolean
15 18
16 waitTranscoding: boolean 19 waitTranscoding: boolean
17 state: VideoConstant<VideoState> 20 state: VideoConstant<VideoState>
@@ -19,6 +22,10 @@ export class VideoDetails extends Video implements VideoDetailsServerModel {
19 likesPercent: number 22 likesPercent: number
20 dislikesPercent: number 23 dislikesPercent: number
21 24
25 trackerUrls: string[]
26
27 streamingPlaylists: VideoStreamingPlaylist[]
28
22 constructor (hash: VideoDetailsServerModel, translations = {}) { 29 constructor (hash: VideoDetailsServerModel, translations = {}) {
23 super(hash, translations) 30 super(hash, translations)
24 31
@@ -29,28 +36,24 @@ export class VideoDetails extends Video implements VideoDetailsServerModel {
29 this.tags = hash.tags 36 this.tags = hash.tags
30 this.support = hash.support 37 this.support = hash.support
31 this.commentsEnabled = hash.commentsEnabled 38 this.commentsEnabled = hash.commentsEnabled
39 this.downloadEnabled = hash.downloadEnabled
32 40
33 this.buildLikeAndDislikePercents() 41 this.trackerUrls = hash.trackerUrls
34 } 42 this.streamingPlaylists = hash.streamingPlaylists
35 43
36 isRemovableBy (user: AuthUser) { 44 this.buildLikeAndDislikePercents()
37 return user && this.isLocal === true && (this.account.name === user.username || user.hasRight(UserRight.REMOVE_ANY_VIDEO))
38 }
39
40 isBlackistableBy (user: AuthUser) {
41 return this.blacklisted !== true && user && user.hasRight(UserRight.MANAGE_VIDEO_BLACKLIST) === true
42 } 45 }
43 46
44 isUnblacklistableBy (user: AuthUser) { 47 buildLikeAndDislikePercents () {
45 return this.blacklisted === true && user && user.hasRight(UserRight.MANAGE_VIDEO_BLACKLIST) === true 48 this.likesPercent = (this.likes / (this.likes + this.dislikes)) * 100
49 this.dislikesPercent = (this.dislikes / (this.likes + this.dislikes)) * 100
46 } 50 }
47 51
48 isUpdatableBy (user: AuthUser) { 52 getHlsPlaylist () {
49 return user && this.isLocal === true && (this.account.name === user.username || user.hasRight(UserRight.UPDATE_ANY_VIDEO)) 53 return this.streamingPlaylists.find(p => p.type === VideoStreamingPlaylistType.HLS)
50 } 54 }
51 55
52 buildLikeAndDislikePercents () { 56 hasHlsPlaylist () {
53 this.likesPercent = (this.likes / (this.likes + this.dislikes)) * 100 57 return !!this.getHlsPlaylist()
54 this.dislikesPercent = (this.dislikes / (this.likes + this.dislikes)) * 100
55 } 58 }
56} 59}
diff --git a/client/src/app/shared/video/video-edit.model.ts b/client/src/app/shared/video/video-edit.model.ts
index fc772a3cf..1f633d427 100644
--- a/client/src/app/shared/video/video-edit.model.ts
+++ b/client/src/app/shared/video/video-edit.model.ts
@@ -14,6 +14,7 @@ export class VideoEdit implements VideoUpdate {
14 tags: string[] 14 tags: string[]
15 nsfw: boolean 15 nsfw: boolean
16 commentsEnabled: boolean 16 commentsEnabled: boolean
17 downloadEnabled: boolean
17 waitTranscoding: boolean 18 waitTranscoding: boolean
18 channelId: number 19 channelId: number
19 privacy: VideoPrivacy 20 privacy: VideoPrivacy
@@ -25,8 +26,17 @@ export class VideoEdit implements VideoUpdate {
25 uuid?: string 26 uuid?: string
26 id?: number 27 id?: number
27 scheduleUpdate?: VideoScheduleUpdate 28 scheduleUpdate?: VideoScheduleUpdate
29 originallyPublishedAt?: Date | string
28 30
29 constructor (video?: Video & { tags: string[], commentsEnabled: boolean, support: string, thumbnailUrl: string, previewUrl: string }) { 31 constructor (
32 video?: Video & {
33 tags: string[],
34 commentsEnabled: boolean,
35 downloadEnabled: boolean,
36 support: string,
37 thumbnailUrl: string,
38 previewUrl: string
39 }) {
30 if (video) { 40 if (video) {
31 this.id = video.id 41 this.id = video.id
32 this.uuid = video.uuid 42 this.uuid = video.uuid
@@ -38,6 +48,7 @@ export class VideoEdit implements VideoUpdate {
38 this.tags = video.tags 48 this.tags = video.tags
39 this.nsfw = video.nsfw 49 this.nsfw = video.nsfw
40 this.commentsEnabled = video.commentsEnabled 50 this.commentsEnabled = video.commentsEnabled
51 this.downloadEnabled = video.downloadEnabled
41 this.waitTranscoding = video.waitTranscoding 52 this.waitTranscoding = video.waitTranscoding
42 this.channelId = video.channel.id 53 this.channelId = video.channel.id
43 this.privacy = video.privacy.id 54 this.privacy = video.privacy.id
@@ -46,6 +57,7 @@ export class VideoEdit implements VideoUpdate {
46 this.previewUrl = video.previewUrl 57 this.previewUrl = video.previewUrl
47 58
48 this.scheduleUpdate = video.scheduledUpdate 59 this.scheduleUpdate = video.scheduledUpdate
60 this.originallyPublishedAt = video.originallyPublishedAt ? new Date(video.originallyPublishedAt) : null
49 } 61 }
50 } 62 }
51 63
@@ -67,6 +79,12 @@ export class VideoEdit implements VideoUpdate {
67 } else { 79 } else {
68 this.scheduleUpdate = null 80 this.scheduleUpdate = null
69 } 81 }
82
83 // Convert originallyPublishedAt to string so that function objectToFormData() works correctly
84 if (this.originallyPublishedAt) {
85 const originallyPublishedAt = new Date(values['originallyPublishedAt'])
86 this.originallyPublishedAt = originallyPublishedAt.toISOString()
87 }
70 } 88 }
71 89
72 toFormPatch () { 90 toFormPatch () {
@@ -80,9 +98,11 @@ export class VideoEdit implements VideoUpdate {
80 tags: this.tags, 98 tags: this.tags,
81 nsfw: this.nsfw, 99 nsfw: this.nsfw,
82 commentsEnabled: this.commentsEnabled, 100 commentsEnabled: this.commentsEnabled,
101 downloadEnabled: this.downloadEnabled,
83 waitTranscoding: this.waitTranscoding, 102 waitTranscoding: this.waitTranscoding,
84 channelId: this.channelId, 103 channelId: this.channelId,
85 privacy: this.privacy 104 privacy: this.privacy,
105 originallyPublishedAt: this.originallyPublishedAt
86 } 106 }
87 107
88 // Special case if we scheduled an update 108 // Special case if we scheduled an update
diff --git a/client/src/app/shared/video/video-miniature.component.html b/client/src/app/shared/video/video-miniature.component.html
index 2c635fa2f..7af0f1113 100644
--- a/client/src/app/shared/video/video-miniature.component.html
+++ b/client/src/app/shared/video/video-miniature.component.html
@@ -1,25 +1,56 @@
1<div class="video-miniature"> 1<div class="video-miniature" [ngClass]="{ 'display-as-row': displayAsRow }" (mouseenter)="loadActions()">
2 <my-video-thumbnail [video]="video" [nsfw]="isVideoBlur"></my-video-thumbnail> 2 <my-video-thumbnail [video]="video" [nsfw]="isVideoBlur"></my-video-thumbnail>
3 3
4 <div class="video-miniature-information"> 4 <div class="video-bottom">
5 <a 5 <div class="video-miniature-information">
6 tabindex="-1" 6 <a
7 class="video-miniature-name" 7 tabindex="-1"
8 [routerLink]="[ '/videos/watch', video.uuid ]" [attr.title]="video.name" [ngClass]="{ 'blur-filter': isVideoBlur }" 8 class="video-miniature-name"
9 > 9 [routerLink]="[ '/videos/watch', video.uuid ]" [attr.title]="video.name" [ngClass]="{ 'blur-filter': isVideoBlur }"
10 <span *ngIf="isUnlistedVideo()" class="badge badge-warning" i18n>Unlisted</span> 10 >
11 <span *ngIf="isPrivateVideo()" class="badge badge-danger" i18n>Private</span> 11 <ng-container *ngIf="displayOptions.privacyLabel">
12 12 <span *ngIf="isUnlistedVideo()" class="badge badge-warning" i18n>Unlisted</span>
13 {{ video.name }} 13 <span *ngIf="isPrivateVideo()" class="badge badge-danger" i18n>Private</span>
14 </a> 14 </ng-container>
15 15
16 <span i18n class="video-miniature-created-at-views">{{ video.publishedAt | myFromNow }} - {{ video.views | myNumberFormatter }} views</span> 16 {{ video.name }}
17 17 </a>
18 <a tabindex="-1" *ngIf="displayOwnerAccount()" class="video-miniature-account" [routerLink]="[ '/accounts', video.byAccount ]"> 18
19 {{ video.byAccount }} 19 <span class="video-miniature-created-at-views">
20 </a> 20 <ng-container *ngIf="displayOptions.date">{{ video.publishedAt | myFromNow }}</ng-container>
21 <a tabindex="-1" *ngIf="displayOwnerVideoChannel()" class="video-miniature-channel" [routerLink]="[ '/video-channels', video.byVideoChannel ]"> 21 <ng-container *ngIf="displayOptions.date && displayOptions.views"> - </ng-container>
22 {{ video.byVideoChannel }} 22 <ng-container i18n *ngIf="displayOptions.views">{{ video.views | myNumberFormatter }} views</ng-container>
23 </a> 23 </span>
24
25 <a tabindex="-1" *ngIf="displayOptions.by && displayOwnerAccount()" class="video-miniature-account" [routerLink]="[ '/accounts', video.byAccount ]">
26 {{ video.byAccount }}
27 </a>
28 <a tabindex="-1" *ngIf="displayOptions.by && displayOwnerVideoChannel()" class="video-miniature-channel" [routerLink]="[ '/video-channels', video.byVideoChannel ]">
29 {{ video.byVideoChannel }}
30 </a>
31
32 <div class="video-info-privacy">
33 <ng-container *ngIf="displayOptions.privacyText">{{ video.privacy.label }}</ng-container>
34 <ng-container *ngIf="displayOptions.privacyText && displayOptions.state"> - </ng-container>
35 <ng-container *ngIf="displayOptions.state">{{ getStateLabel(video) }}</ng-container>
36 </div>
37
38 <div *ngIf="displayOptions.blacklistInfo && video.blacklisted" class="video-info-blacklisted">
39 <span class="blacklisted-label" i18n>Blacklisted</span>
40 <span class="blacklisted-reason" *ngIf="video.blacklistedReason">{{ video.blacklistedReason }}</span>
41 </div>
42
43 <div i18n *ngIf="displayOptions.nsfw && video.nsfw" class="video-info-nsfw">
44 Sensitive
45 </div>
46 </div>
47
48 <div class="video-actions">
49 <!-- FIXME: remove bottom placement when overflow is fixed in bootstrap dropdown -->
50 <my-video-actions-dropdown
51 *ngIf="showActions" [video]="video" [displayOptions]="videoActionsDisplayOptions" placement="bottom-left bottom-right left"
52 (videoRemoved)="onVideoRemoved()" (videoBlacklisted)="onVideoBlacklisted()" (videoUnblacklisted)="onVideoUnblacklisted()"
53 ></my-video-actions-dropdown>
54 </div>
24 </div> 55 </div>
25</div> 56</div>
diff --git a/client/src/app/shared/video/video-miniature.component.scss b/client/src/app/shared/video/video-miniature.component.scss
index f44bdf9a9..d665ce021 100644
--- a/client/src/app/shared/video/video-miniature.component.scss
+++ b/client/src/app/shared/video/video-miniature.component.scss
@@ -1,59 +1,156 @@
1@import '_variables'; 1@import '_variables';
2@import '_mixins'; 2@import '_mixins';
3@import '_miniature';
4
5$more-button-width: 41px;
6$more-margin-right: 10px;
3 7
4.video-miniature { 8.video-miniature {
5 display: inline-block; 9 width: $video-miniature-width;
6 padding-right: 15px; 10 display: inline-flex;
11 flex-direction: column;
7 margin-bottom: 30px; 12 margin-bottom: 30px;
8 height: 175px; 13 height: 195px;
9 vertical-align: top; 14 vertical-align: top;
10 15
11 .video-miniature-information { 16 .video-bottom {
12 width: 200px; 17 display: flex;
13 margin-top: 2px; 18
14 line-height: normal; 19 .video-miniature-information {
20 width: $video-miniature-width - $more-button-width - $more-margin-right;
21 line-height: normal;
22
23 .video-miniature-name {
24 @include miniature-name;
25 }
26
27 .video-miniature-created-at-views {
28 display: block;
29 font-size: 13px;
30 }
31
32 .video-miniature-account,
33 .video-miniature-channel {
34 @include disable-default-a-behaviour;
35 @include ellipsis;
36
37 display: block;
38 font-size: 13px;
39 color: $grey-foreground-color;
40
41 &:hover {
42 color: $grey-foreground-hover-color;
43 }
44 }
45
46 .video-info-privacy,
47 .video-info-blacklisted .blacklisted-label,
48 .video-info-nsfw {
49 font-weight: $font-semibold;
50 }
51
52 .video-info-blacklisted {
53 color: red;
54
55 .blacklisted-reason::before {
56 content: ' - ';
57 }
58 }
59
60 .video-info-nsfw {
61 color: red;
62 }
63 }
15 64
16 .video-miniature-name { 65 .video-actions {
17 @include ellipsis-multiline( 66 margin-top: 3px;
18 $font-size: 1rem, 67 margin-right: $more-margin-right;
19 $line-height: 1, 68 width: $more-button-width;
20 $lines-to-show: 2 69 height: 30px;
21 );
22 transition: color 0.2s;
23 font-size: 16px;
24 font-weight: $font-semibold;
25 color: var(--mainForegroundColor);
26 margin-top: 5px;
27 margin-bottom: 5px;
28 70
29 &:hover { 71 /deep/ .dropdown-root:not(.show) {
30 text-decoration: none; 72 opacity: 0;
31 } 73 }
32 74
33 &.blur-filter { 75 /deep/ .playlist-dropdown.show + my-action-dropdown .dropdown-root {
34 filter: blur(3px); 76 opacity: 1;
35 padding-left: 4px;
36 } 77 }
37 } 78 }
38 79
39 .video-miniature-created-at-views { 80 &:hover .video-actions /deep/ .dropdown-root {
40 display: block; 81 opacity: 1;
41 font-size: 13px;
42 } 82 }
43 83
44 .video-miniature-account, 84 @media screen and (max-width: $small-view) {
45 .video-miniature-channel { 85 .video-miniature-information .video-miniature-name {
46 @include disable-default-a-behaviour; 86 margin-top: 0;
87 }
88
89 .video-actions {
90 margin: 0;
91 top: -3px;
47 92
48 display: block; 93 /deep/ .dropdown-root {
49 overflow: hidden; 94 opacity: 1 !important;
50 text-overflow: ellipsis; 95 }
51 white-space: nowrap; 96 }
52 font-size: 13px; 97 }
53 color: $grey-foreground-color; 98 }
99
100 &.display-as-row {
101 flex-direction: row;
102 margin-bottom: 0;
103 height: auto;
104 width: 100%;
105
106 my-video-thumbnail {
107 margin-right: 10px;
108 }
109
110 .video-bottom {
111 .video-miniature-information {
112 width: auto;
113 min-width: 500px;
114
115 .video-miniature-name {
116 @include ellipsis-multiline(1.3em, 2);
117
118 margin-top: 2px;
119 margin-bottom: 5px;
120 }
121
122 .video-miniature-created-at-views,
123 .video-miniature-account,
124 .video-miniature-channel {
125 font-size: 14px;
126 width: fit-content;
127 }
128
129 .video-info-privacy {
130 margin-top: 5px;
131 }
132
133 .video-info-blacklisted {
134 margin-top: 3px;
135 }
136 }
137
138 .video-actions {
139 margin: 0;
140 top: -3px;
141 }
142 }
143
144 @media screen and (max-width: $small-view) {
145 flex-direction: column;
146 height: auto;
147
148 my-video-thumbnail {
149 margin-right: 0;
150 }
54 151
55 &:hover { 152 .video-miniature-information {
56 color: $grey-foreground-hover-color; 153 min-width: initial;
57 } 154 }
58 } 155 }
59 } 156 }
diff --git a/client/src/app/shared/video/video-miniature.component.ts b/client/src/app/shared/video/video-miniature.component.ts
index 2f951a1f1..48475033c 100644
--- a/client/src/app/shared/video/video-miniature.component.ts
+++ b/client/src/app/shared/video/video-miniature.component.ts
@@ -1,10 +1,23 @@
1import { ChangeDetectionStrategy, Component, Input, OnInit } from '@angular/core' 1import { ChangeDetectionStrategy, Component, EventEmitter, Inject, Input, LOCALE_ID, OnInit, Output } from '@angular/core'
2import { User } from '../users' 2import { User } from '../users'
3import { Video } from './video.model' 3import { Video } from './video.model'
4import { ServerService } from '@app/core' 4import { ServerService } from '@app/core'
5import { VideoPrivacy } from '../../../../../shared' 5import { VideoPrivacy, VideoState } from '../../../../../shared'
6import { I18n } from '@ngx-translate/i18n-polyfill'
7import { VideoActionsDisplayType } from '@app/shared/video/video-actions-dropdown.component'
8import { ScreenService } from '@app/shared/misc/screen.service'
6 9
7export type OwnerDisplayType = 'account' | 'videoChannel' | 'auto' 10export type OwnerDisplayType = 'account' | 'videoChannel' | 'auto'
11export type MiniatureDisplayOptions = {
12 date?: boolean
13 views?: boolean
14 by?: boolean
15 privacyLabel?: boolean
16 privacyText?: boolean
17 state?: boolean
18 blacklistInfo?: boolean
19 nsfw?: boolean
20}
8 21
9@Component({ 22@Component({
10 selector: 'my-video-miniature', 23 selector: 'my-video-miniature',
@@ -15,31 +28,53 @@ export type OwnerDisplayType = 'account' | 'videoChannel' | 'auto'
15export class VideoMiniatureComponent implements OnInit { 28export class VideoMiniatureComponent implements OnInit {
16 @Input() user: User 29 @Input() user: User
17 @Input() video: Video 30 @Input() video: Video
31
18 @Input() ownerDisplayType: OwnerDisplayType = 'account' 32 @Input() ownerDisplayType: OwnerDisplayType = 'account'
33 @Input() displayOptions: MiniatureDisplayOptions = {
34 date: true,
35 views: true,
36 by: true,
37 privacyLabel: false,
38 privacyText: false,
39 state: false,
40 blacklistInfo: false
41 }
42 @Input() displayAsRow = false
43 @Input() displayVideoActions = true
44
45 @Output() videoBlacklisted = new EventEmitter()
46 @Output() videoUnblacklisted = new EventEmitter()
47 @Output() videoRemoved = new EventEmitter()
48
49 videoActionsDisplayOptions: VideoActionsDisplayType = {
50 playlist: true,
51 download: false,
52 update: true,
53 blacklist: true,
54 delete: true,
55 report: true
56 }
57 showActions = false
19 58
20 private ownerDisplayTypeChosen: 'account' | 'videoChannel' 59 private ownerDisplayTypeChosen: 'account' | 'videoChannel'
21 60
22 constructor (private serverService: ServerService) { } 61 constructor (
62 private screenService: ScreenService,
63 private serverService: ServerService,
64 private i18n: I18n,
65 @Inject(LOCALE_ID) private localeId: string
66 ) { }
23 67
24 get isVideoBlur () { 68 get isVideoBlur () {
25 return this.video.isVideoNSFWForUser(this.user, this.serverService.getConfig()) 69 return this.video.isVideoNSFWForUser(this.user, this.serverService.getConfig())
26 } 70 }
27 71
28 ngOnInit () { 72 ngOnInit () {
29 if (this.ownerDisplayType === 'account' || this.ownerDisplayType === 'videoChannel') { 73 this.setUpBy()
30 this.ownerDisplayTypeChosen = this.ownerDisplayType
31 return
32 }
33 74
34 // If the video channel name an UUID (not really displayable, we changed this behaviour in v1.0.0-beta.12) 75 // We rely on mouseenter to lazy load actions
35 // -> Use the account name 76 if (this.screenService.isInTouchScreen()) {
36 if ( 77 this.loadActions()
37 this.video.channel.name === `${this.video.account.name}_channel` ||
38 this.video.channel.name.match(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/)
39 ) {
40 this.ownerDisplayTypeChosen = 'account'
41 } else {
42 this.ownerDisplayTypeChosen = 'videoChannel'
43 } 78 }
44 } 79 }
45 80
@@ -58,4 +93,63 @@ export class VideoMiniatureComponent implements OnInit {
58 isPrivateVideo () { 93 isPrivateVideo () {
59 return this.video.privacy.id === VideoPrivacy.PRIVATE 94 return this.video.privacy.id === VideoPrivacy.PRIVATE
60 } 95 }
96
97 getStateLabel (video: Video) {
98 if (video.privacy.id !== VideoPrivacy.PRIVATE && video.state.id === VideoState.PUBLISHED) {
99 return this.i18n('Published')
100 }
101
102 if (video.scheduledUpdate) {
103 const updateAt = new Date(video.scheduledUpdate.updateAt.toString()).toLocaleString(this.localeId)
104 return this.i18n('Publication scheduled on ') + updateAt
105 }
106
107 if (video.state.id === VideoState.TO_TRANSCODE && video.waitTranscoding === true) {
108 return this.i18n('Waiting transcoding')
109 }
110
111 if (video.state.id === VideoState.TO_TRANSCODE) {
112 return this.i18n('To transcode')
113 }
114
115 if (video.state.id === VideoState.TO_IMPORT) {
116 return this.i18n('To import')
117 }
118
119 return ''
120 }
121
122 loadActions () {
123 if (this.displayVideoActions) this.showActions = true
124 }
125
126 onVideoBlacklisted () {
127 this.videoBlacklisted.emit()
128 }
129
130 onVideoUnblacklisted () {
131 this.videoUnblacklisted.emit()
132 }
133
134 onVideoRemoved () {
135 this.videoRemoved.emit()
136 }
137
138 private setUpBy () {
139 if (this.ownerDisplayType === 'account' || this.ownerDisplayType === 'videoChannel') {
140 this.ownerDisplayTypeChosen = this.ownerDisplayType
141 return
142 }
143
144 // If the video channel name an UUID (not really displayable, we changed this behaviour in v1.0.0-beta.12)
145 // -> Use the account name
146 if (
147 this.video.channel.name === `${this.video.account.name}_channel` ||
148 this.video.channel.name.match(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/)
149 ) {
150 this.ownerDisplayTypeChosen = 'account'
151 } else {
152 this.ownerDisplayTypeChosen = 'videoChannel'
153 }
154 }
61} 155}
diff --git a/client/src/app/shared/video/video-thumbnail.component.html b/client/src/app/shared/video/video-thumbnail.component.html
index d25666916..b302ebd0f 100644
--- a/client/src/app/shared/video/video-thumbnail.component.html
+++ b/client/src/app/shared/video/video-thumbnail.component.html
@@ -1,10 +1,14 @@
1<a 1<a
2 [routerLink]="['/videos/watch', video.uuid]" [attr.title]="video.name" 2 [routerLink]="getVideoRouterLink()" [queryParams]="queryParams" [attr.title]="video.name"
3 class="video-thumbnail" 3 class="video-thumbnail"
4> 4>
5 <img alt="" [attr.aria-labelledby]="video.name" [attr.src]="getImageUrl()" [ngClass]="{ 'blur-filter': nsfw }" /> 5 <img alt="" [attr.aria-labelledby]="video.name" [attr.src]="getImageUrl()" [ngClass]="{ 'blur-filter': nsfw }" />
6 6
7 <div class="video-thumbnail-overlay">{{ video.durationLabel }}</div> 7 <div class="video-thumbnail-duration-overlay">{{ video.durationLabel }}</div>
8
9 <div class="play-overlay">
10 <div class="icon"></div>
11 </div>
8 12
9 <div class="progress-bar" *ngIf="video.userHistory?.currentTime"> 13 <div class="progress-bar" *ngIf="video.userHistory?.currentTime">
10 <div [ngStyle]="{ 'width.%': getProgressPercent() }"></div> 14 <div [ngStyle]="{ 'width.%': getProgressPercent() }"></div>
diff --git a/client/src/app/shared/video/video-thumbnail.component.scss b/client/src/app/shared/video/video-thumbnail.component.scss
index 4772edaf0..469b659e9 100644
--- a/client/src/app/shared/video/video-thumbnail.component.scss
+++ b/client/src/app/shared/video/video-thumbnail.component.scss
@@ -1,39 +1,15 @@
1@import '_variables'; 1@import '_variables';
2@import '_mixins'; 2@import '_mixins';
3@import '_miniature';
3 4
4.video-thumbnail { 5.video-thumbnail {
5 display: inline-block; 6 @include miniature-thumbnail;
6 position: relative;
7 border-radius: 4px;
8 overflow: hidden;
9 width: $video-thumbnail-width;
10 height: $video-thumbnail-height;
11 background-color: #ececec;
12
13 &:hover {
14 text-decoration: none !important;
15 }
16
17 @include disable-outline;
18 &.focus-visible {
19 box-shadow: 0 0 0 2px var(--mainColor);
20 }
21
22 img {
23 width: $video-thumbnail-width;
24 height: $video-thumbnail-height;
25
26 &.blur-filter {
27 filter: blur(5px);
28 transform : scale(1.03);
29 }
30 }
31 7
32 .progress-bar { 8 .progress-bar {
33 height: 3px; 9 height: 3px;
34 width: 100%; 10 width: 100%;
35 position: relative; 11 position: absolute;
36 top: -3px; 12 bottom: 0;
37 background-color: rgba(0, 0, 0, 0.20); 13 background-color: rgba(0, 0, 0, 0.20);
38 14
39 div { 15 div {
@@ -42,16 +18,15 @@
42 } 18 }
43 } 19 }
44 20
45 .video-thumbnail-overlay { 21 .video-thumbnail-duration-overlay {
22 @include static-thumbnail-overlay;
23
46 position: absolute; 24 position: absolute;
47 right: 5px; 25 right: 5px;
48 bottom: 5px; 26 bottom: 5px;
49 display: inline-block; 27 padding: 0 5px;
50 background-color: rgba(0, 0, 0, 0.7); 28 border-radius: 3px;
51 color: #fff;
52 font-size: 12px; 29 font-size: 12px;
53 font-weight: $font-bold; 30 font-weight: $font-bold;
54 border-radius: 3px;
55 padding: 0 5px;
56 } 31 }
57} 32}
diff --git a/client/src/app/shared/video/video-thumbnail.component.ts b/client/src/app/shared/video/video-thumbnail.component.ts
index ca43700c7..fe65ade94 100644
--- a/client/src/app/shared/video/video-thumbnail.component.ts
+++ b/client/src/app/shared/video/video-thumbnail.component.ts
@@ -10,8 +10,11 @@ import { ScreenService } from '@app/shared/misc/screen.service'
10export class VideoThumbnailComponent { 10export class VideoThumbnailComponent {
11 @Input() video: Video 11 @Input() video: Video
12 @Input() nsfw = false 12 @Input() nsfw = false
13 @Input() routerLink: any[]
14 @Input() queryParams: any[]
13 15
14 constructor (private screenService: ScreenService) {} 16 constructor (private screenService: ScreenService) {
17 }
15 18
16 getImageUrl () { 19 getImageUrl () {
17 if (!this.video) return '' 20 if (!this.video) return ''
@@ -30,4 +33,10 @@ export class VideoThumbnailComponent {
30 33
31 return (currentTime / this.video.duration) * 100 34 return (currentTime / this.video.duration) * 100
32 } 35 }
36
37 getVideoRouterLink () {
38 if (this.routerLink) return this.routerLink
39
40 return [ '/videos/watch', this.video.uuid ]
41 }
33} 42}
diff --git a/client/src/app/shared/video/video.model.ts b/client/src/app/shared/video/video.model.ts
index 6ea83d13b..0cef3eb8f 100644
--- a/client/src/app/shared/video/video.model.ts
+++ b/client/src/app/shared/video/video.model.ts
@@ -1,11 +1,12 @@
1import { User } from '../' 1import { User } from '../'
2import { Video as VideoServerModel, VideoPrivacy, VideoState } from '../../../../../shared' 2import { PlaylistElement, UserRight, Video as VideoServerModel, VideoPrivacy, VideoState } from '../../../../../shared'
3import { Avatar } from '../../../../../shared/models/avatars/avatar.model' 3import { Avatar } from '../../../../../shared/models/avatars/avatar.model'
4import { VideoConstant } from '../../../../../shared/models/videos/video-constant.model' 4import { VideoConstant } from '../../../../../shared/models/videos/video-constant.model'
5import { durationToString, getAbsoluteAPIUrl } from '../misc/utils' 5import { durationToString, getAbsoluteAPIUrl } from '../misc/utils'
6import { peertubeTranslate, ServerConfig } from '../../../../../shared/models' 6import { peertubeTranslate, ServerConfig } from '../../../../../shared/models'
7import { Actor } from '@app/shared/actor/actor.model' 7import { Actor } from '@app/shared/actor/actor.model'
8import { VideoScheduleUpdate } from '../../../../../shared/models/videos/video-schedule-update.model' 8import { VideoScheduleUpdate } from '../../../../../shared/models/videos/video-schedule-update.model'
9import { AuthUser } from '@app/core'
9 10
10export class Video implements VideoServerModel { 11export class Video implements VideoServerModel {
11 byVideoChannel: string 12 byVideoChannel: string
@@ -17,6 +18,7 @@ export class Video implements VideoServerModel {
17 createdAt: Date 18 createdAt: Date
18 updatedAt: Date 19 updatedAt: Date
19 publishedAt: Date 20 publishedAt: Date
21 originallyPublishedAt: Date | string
20 category: VideoConstant<number> 22 category: VideoConstant<number>
21 licence: VideoConstant<number> 23 licence: VideoConstant<number>
22 language: VideoConstant<string> 24 language: VideoConstant<string>
@@ -46,6 +48,8 @@ export class Video implements VideoServerModel {
46 blacklisted?: boolean 48 blacklisted?: boolean
47 blacklistedReason?: string 49 blacklistedReason?: string
48 50
51 playlistElement?: PlaylistElement
52
49 account: { 53 account: {
50 id: number 54 id: number
51 uuid: string 55 uuid: string
@@ -116,12 +120,16 @@ export class Video implements VideoServerModel {
116 this.privacy.label = peertubeTranslate(this.privacy.label, translations) 120 this.privacy.label = peertubeTranslate(this.privacy.label, translations)
117 121
118 this.scheduledUpdate = hash.scheduledUpdate 122 this.scheduledUpdate = hash.scheduledUpdate
123 this.originallyPublishedAt = hash.originallyPublishedAt ? new Date(hash.originallyPublishedAt.toString()) : null
124
119 if (this.state) this.state.label = peertubeTranslate(this.state.label, translations) 125 if (this.state) this.state.label = peertubeTranslate(this.state.label, translations)
120 126
121 this.blacklisted = hash.blacklisted 127 this.blacklisted = hash.blacklisted
122 this.blacklistedReason = hash.blacklistedReason 128 this.blacklistedReason = hash.blacklistedReason
123 129
124 this.userHistory = hash.userHistory 130 this.userHistory = hash.userHistory
131
132 this.playlistElement = hash.playlistElement
125 } 133 }
126 134
127 isVideoNSFWForUser (user: User, serverConfig: ServerConfig) { 135 isVideoNSFWForUser (user: User, serverConfig: ServerConfig) {
@@ -134,4 +142,20 @@ export class Video implements VideoServerModel {
134 // Return default instance config 142 // Return default instance config
135 return serverConfig.instance.defaultNSFWPolicy !== 'display' 143 return serverConfig.instance.defaultNSFWPolicy !== 'display'
136 } 144 }
145
146 isRemovableBy (user: AuthUser) {
147 return user && this.isLocal === true && (this.account.name === user.username || user.hasRight(UserRight.REMOVE_ANY_VIDEO))
148 }
149
150 isBlackistableBy (user: AuthUser) {
151 return this.blacklisted !== true && user && user.hasRight(UserRight.MANAGE_VIDEO_BLACKLIST) === true
152 }
153
154 isUnblacklistableBy (user: AuthUser) {
155 return this.blacklisted === true && user && user.hasRight(UserRight.MANAGE_VIDEO_BLACKLIST) === true
156 }
157
158 isUpdatableBy (user: AuthUser) {
159 return user && this.isLocal === true && (this.account.name === user.username || user.hasRight(UserRight.UPDATE_ANY_VIDEO))
160 }
137} 161}
diff --git a/client/src/app/shared/video/video.service.ts b/client/src/app/shared/video/video.service.ts
index 55844f988..ef489648c 100644
--- a/client/src/app/shared/video/video.service.ts
+++ b/client/src/app/shared/video/video.service.ts
@@ -31,6 +31,8 @@ import { ServerService } from '@app/core'
31import { UserSubscriptionService } from '@app/shared/user-subscription/user-subscription.service' 31import { UserSubscriptionService } from '@app/shared/user-subscription/user-subscription.service'
32import { VideoChannel } from '@app/shared/video-channel/video-channel.model' 32import { VideoChannel } from '@app/shared/video-channel/video-channel.model'
33import { I18n } from '@ngx-translate/i18n-polyfill' 33import { I18n } from '@ngx-translate/i18n-polyfill'
34import { VideoPlaylist } from '@app/shared/video-playlist/video-playlist.model'
35import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service'
34 36
35export interface VideosProvider { 37export interface VideosProvider {
36 getVideos ( 38 getVideos (
@@ -81,6 +83,7 @@ export class VideoService implements VideosProvider {
81 const description = video.description || null 83 const description = video.description || null
82 const support = video.support || null 84 const support = video.support || null
83 const scheduleUpdate = video.scheduleUpdate || null 85 const scheduleUpdate = video.scheduleUpdate || null
86 const originallyPublishedAt = video.originallyPublishedAt || null
84 87
85 const body: VideoUpdate = { 88 const body: VideoUpdate = {
86 name: video.name, 89 name: video.name,
@@ -95,9 +98,11 @@ export class VideoService implements VideosProvider {
95 nsfw: video.nsfw, 98 nsfw: video.nsfw,
96 waitTranscoding: video.waitTranscoding, 99 waitTranscoding: video.waitTranscoding,
97 commentsEnabled: video.commentsEnabled, 100 commentsEnabled: video.commentsEnabled,
101 downloadEnabled: video.downloadEnabled,
98 thumbnailfile: video.thumbnailfile, 102 thumbnailfile: video.thumbnailfile,
99 previewfile: video.previewfile, 103 previewfile: video.previewfile,
100 scheduleUpdate 104 scheduleUpdate,
105 originallyPublishedAt
101 } 106 }
102 107
103 const data = objectToFormData(body) 108 const data = objectToFormData(body)
@@ -167,6 +172,23 @@ export class VideoService implements VideosProvider {
167 ) 172 )
168 } 173 }
169 174
175 getPlaylistVideos (
176 videoPlaylistId: number | string,
177 videoPagination: ComponentPagination
178 ): Observable<{ videos: Video[], totalVideos: number }> {
179 const pagination = this.restService.componentPaginationToRestPagination(videoPagination)
180
181 let params = new HttpParams()
182 params = this.restService.addRestGetParams(params, pagination)
183
184 return this.authHttp
185 .get<ResultList<Video>>(VideoPlaylistService.BASE_VIDEO_PLAYLIST_URL + videoPlaylistId + '/videos', { params })
186 .pipe(
187 switchMap(res => this.extractVideos(res)),
188 catchError(err => this.restExtractor.handleError(err))
189 )
190 }
191
170 getUserSubscriptionVideos ( 192 getUserSubscriptionVideos (
171 videoPagination: ComponentPagination, 193 videoPagination: ComponentPagination,
172 sort: VideoSortField 194 sort: VideoSortField
diff --git a/client/src/app/shared/video/videos-selection.component.html b/client/src/app/shared/video/videos-selection.component.html
new file mode 100644
index 000000000..53809b6fd
--- /dev/null
+++ b/client/src/app/shared/video/videos-selection.component.html
@@ -0,0 +1,26 @@
1<div class="no-results" i18n *ngIf="pagination.totalItems === 0">No results.</div>
2
3<div myInfiniteScroller [autoInit]="true" (nearOfBottom)="onNearOfBottom()" class="videos">
4 <div class="video" *ngFor="let video of videos; let i = index">
5 <div class="checkbox-container">
6 <my-peertube-checkbox [inputName]="'video-check-' + video.id" [(ngModel)]="_selection[video.id]"></my-peertube-checkbox>
7 </div>
8
9 <my-video-miniature [video]="video" [displayAsRow]="true" [displayOptions]="miniatureDisplayOptions" [displayVideoActions]="false"></my-video-miniature>
10
11 <!-- Display only once -->
12 <div class="action-selection-mode" *ngIf="isInSelectionMode() === true && i === 0">
13 <div class="action-selection-mode-child">
14 <span i18n class="action-button action-button-cancel-selection" (click)="abortSelectionMode()">
15 Cancel
16 </span>
17
18 <ng-container *ngTemplateOutlet="globalButtonsTemplate"></ng-container>
19 </div>
20 </div>
21
22 <ng-container *ngIf="isInSelectionMode() === false">
23 <ng-container *ngTemplateOutlet="rowButtonsTemplate; context: {$implicit: video}"></ng-container>
24 </ng-container>
25 </div>
26</div>
diff --git a/client/src/app/shared/video/videos-selection.component.scss b/client/src/app/shared/video/videos-selection.component.scss
new file mode 100644
index 000000000..d3cbabf23
--- /dev/null
+++ b/client/src/app/shared/video/videos-selection.component.scss
@@ -0,0 +1,57 @@
1@import '_variables';
2@import '_mixins';
3
4.action-selection-mode {
5 display: flex;
6 justify-content: flex-end;
7 flex-grow: 1;
8
9 .action-selection-mode-child {
10 position: fixed;
11
12 .action-button {
13 display: inline-block;
14 }
15
16 .action-button-cancel-selection {
17 @include peertube-button;
18 @include grey-button;
19
20 margin-right: 10px;
21 }
22 }
23}
24
25.video {
26 @include row-blocks;
27
28 &:first-child {
29 margin-top: 47px;
30 }
31
32 .checkbox-container {
33 display: flex;
34 align-items: center;
35 margin-right: 20px;
36 margin-left: 12px;
37 }
38
39 my-video-miniature {
40 flex-grow: 1;
41 }
42}
43
44@media screen and (max-width: $small-view) {
45 .video {
46 flex-direction: column;
47 height: auto;
48
49 .checkbox-container {
50 display: none;
51 }
52
53 my-button {
54 margin-top: 10px;
55 }
56 }
57}
diff --git a/client/src/app/shared/video/videos-selection.component.ts b/client/src/app/shared/video/videos-selection.component.ts
new file mode 100644
index 000000000..b6bedafd8
--- /dev/null
+++ b/client/src/app/shared/video/videos-selection.component.ts
@@ -0,0 +1,112 @@
1import {
2 AfterContentInit,
3 Component,
4 ContentChildren,
5 EventEmitter,
6 Input,
7 OnDestroy,
8 OnInit,
9 Output,
10 QueryList,
11 TemplateRef
12} from '@angular/core'
13import { ActivatedRoute, Router } from '@angular/router'
14import { AbstractVideoList } from '@app/shared/video/abstract-video-list'
15import { AuthService, Notifier, ServerService } from '@app/core'
16import { ScreenService } from '@app/shared/misc/screen.service'
17import { MiniatureDisplayOptions } from '@app/shared/video/video-miniature.component'
18import { Observable } from 'rxjs'
19import { Video } from '@app/shared/video/video.model'
20import { PeerTubeTemplateDirective } from '@app/shared/angular/peertube-template.directive'
21import { VideoSortField } from '@app/shared/video/sort-field.type'
22
23export type SelectionType = { [ id: number ]: boolean }
24
25@Component({
26 selector: 'my-videos-selection',
27 templateUrl: './videos-selection.component.html',
28 styleUrls: [ './videos-selection.component.scss' ]
29})
30export class VideosSelectionComponent extends AbstractVideoList implements OnInit, OnDestroy, AfterContentInit {
31 @Input() titlePage: string
32 @Input() miniatureDisplayOptions: MiniatureDisplayOptions
33 @Input() getVideosObservableFunction: (page: number, sort?: VideoSortField) => Observable<{ videos: Video[], totalVideos: number }>
34 @ContentChildren(PeerTubeTemplateDirective) templates: QueryList<PeerTubeTemplateDirective>
35
36 @Output() selectionChange = new EventEmitter<SelectionType>()
37 @Output() videosModelChange = new EventEmitter<Video[]>()
38
39 _selection: SelectionType = {}
40
41 rowButtonsTemplate: TemplateRef<any>
42 globalButtonsTemplate: TemplateRef<any>
43
44 constructor (
45 protected router: Router,
46 protected route: ActivatedRoute,
47 protected notifier: Notifier,
48 protected authService: AuthService,
49 protected screenService: ScreenService,
50 protected serverService: ServerService
51 ) {
52 super()
53 }
54
55 ngAfterContentInit () {
56 {
57 const t = this.templates.find(t => t.name === 'rowButtons')
58 if (t) this.rowButtonsTemplate = t.template
59 }
60
61 {
62 const t = this.templates.find(t => t.name === 'globalButtons')
63 if (t) this.globalButtonsTemplate = t.template
64 }
65 }
66
67 @Input() get selection () {
68 return this._selection
69 }
70
71 set selection (selection: SelectionType) {
72 this._selection = selection
73 this.selectionChange.emit(this._selection)
74 }
75
76 @Input() get videosModel () {
77 return this.videos
78 }
79
80 set videosModel (videos: Video[]) {
81 this.videos = videos
82 this.videosModelChange.emit(this.videos)
83 }
84
85 ngOnInit () {
86 super.ngOnInit()
87 }
88
89 ngOnDestroy () {
90 super.ngOnDestroy()
91 }
92
93 getVideosObservable (page: number) {
94 return this.getVideosObservableFunction(page, this.sort)
95 }
96
97 abortSelectionMode () {
98 this._selection = {}
99 }
100
101 isInSelectionMode () {
102 return Object.keys(this._selection).some(k => this._selection[ k ] === true)
103 }
104
105 generateSyndicationList () {
106 throw new Error('Method not implemented.')
107 }
108
109 protected onMoreVideos () {
110 this.videosModel = this.videos
111 }
112}
diff --git a/client/src/app/signup/signup-routing.module.ts b/client/src/app/signup/signup-routing.module.ts
index b7ac69b53..820d16d4d 100644
--- a/client/src/app/signup/signup-routing.module.ts
+++ b/client/src/app/signup/signup-routing.module.ts
@@ -1,9 +1,8 @@
1import { NgModule } from '@angular/core' 1import { NgModule } from '@angular/core'
2import { RouterModule, Routes } from '@angular/router' 2import { RouterModule, Routes } from '@angular/router'
3
4import { MetaGuard } from '@ngx-meta/core' 3import { MetaGuard } from '@ngx-meta/core'
5
6import { SignupComponent } from './signup.component' 4import { SignupComponent } from './signup.component'
5import { ServerConfigResolver } from '@app/core/routing/server-config-resolver.service'
7 6
8const signupRoutes: Routes = [ 7const signupRoutes: Routes = [
9 { 8 {
@@ -14,6 +13,9 @@ const signupRoutes: Routes = [
14 meta: { 13 meta: {
15 title: 'Signup' 14 title: 'Signup'
16 } 15 }
16 },
17 resolve: {
18 serverConfigLoaded: ServerConfigResolver
17 } 19 }
18 } 20 }
19] 21]
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.html b/client/src/app/videos/+video-edit/shared/video-edit.component.html
index 092c0e862..99695204d 100644
--- a/client/src/app/videos/+video-edit/shared/video-edit.component.html
+++ b/client/src/app/videos/+video-edit/shared/video-edit.component.html
@@ -121,11 +121,6 @@
121 ></my-peertube-checkbox> 121 ></my-peertube-checkbox>
122 122
123 <my-peertube-checkbox 123 <my-peertube-checkbox
124 inputName="commentsEnabled" formControlName="commentsEnabled"
125 i18n-labelText labelText="Enable video comments"
126 ></my-peertube-checkbox>
127
128 <my-peertube-checkbox
129 *ngIf="waitTranscodingEnabled" 124 *ngIf="waitTranscodingEnabled"
130 inputName="waitTranscoding" formControlName="waitTranscoding" 125 inputName="waitTranscoding" formControlName="waitTranscoding"
131 i18n-labelText labelText="Wait transcoding before publishing the video" 126 i18n-labelText labelText="Wait transcoding before publishing the video"
@@ -190,31 +185,59 @@
190 185
191 <ngb-tab i18n-title title="Advanced settings"> 186 <ngb-tab i18n-title title="Advanced settings">
192 <ng-template ngbTabContent> 187 <ng-template ngbTabContent>
193 <div class="advanced-settings"> 188 <div class="row advanced-settings">
194 <div class="form-group"> 189 <div class="col-md-12 col-xl-8">
195 <my-video-image 190 <div class="form-group">
196 i18n-inputLabel inputLabel="Upload thumbnail" inputName="thumbnailfile" formControlName="thumbnailfile" 191 <my-image-upload
197 previewWidth="200px" previewHeight="110px" 192 i18n-inputLabel inputLabel="Upload thumbnail" inputName="thumbnailfile" formControlName="thumbnailfile"
198 ></my-video-image> 193 previewWidth="200px" previewHeight="110px"
199 </div> 194 ></my-image-upload>
195 </div>
196
197 <div class="form-group">
198 <my-image-upload
199 i18n-inputLabel inputLabel="Upload preview" inputName="previewfile" formControlName="previewfile"
200 previewWidth="360px" previewHeight="200px"
201 ></my-image-upload>
202 </div>
200 203
201 <div class="form-group"> 204 <div class="form-group">
202 <my-video-image 205 <label i18n for="support">Support</label>
203 i18n-inputLabel inputLabel="Upload preview" inputName="previewfile" formControlName="previewfile" 206 <my-help helpType="markdownEnhanced" i18n-preHtml preHtml="Short text to tell people how they can support you (membership platform...)."></my-help>
204 previewWidth="360px" previewHeight="200px" 207 <my-markdown-textarea
205 ></my-video-image> 208 id="support" formControlName="support" textareaWidth="500px" [previewColumn]="true" markdownType="enhanced"
209 [classes]="{ 'input-error': formErrors['support'] }"
210 ></my-markdown-textarea>
211 <div *ngIf="formErrors.support" class="form-error">
212 {{ formErrors.support }}
213 </div>
214 </div>
206 </div> 215 </div>
207 216
208 <div class="form-group"> 217 <div class="col-md-12 col-xl-4">
209 <label i18n for="support">Support</label> 218 <div class="form-group originally-published-at">
210 <my-help helpType="markdownEnhanced" i18n-preHtml preHtml="Short text to tell people how they can support you (membership platform...)."></my-help> 219 <label i18n for="originallyPublishedAt">Original publication date</label>
211 <my-markdown-textarea 220 <my-help i18n-preHtml preHtml="This is the date when the content was originally published (e.g. the release date for a film)"></my-help>
212 id="support" formControlName="support" textareaWidth="500px" [previewColumn]="true" markdownType="enhanced" 221 <p-calendar
213 [classes]="{ 'input-error': formErrors['support'] }" 222 id="originallyPublishedAt" formControlName="originallyPublishedAt" [dateFormat]="calendarDateFormat"
214 ></my-markdown-textarea> 223 [locale]="calendarLocale" [showTime]="true" [hideOnDateTimeSelect]="true" [monthNavigator]="true" [yearNavigator]="true" [yearRange]="myYearRange"
215 <div *ngIf="formErrors.support" class="form-error"> 224 >
216 {{ formErrors.support }} 225 </p-calendar>
226
227 <div *ngIf="formErrors.originallyPublishedAt" class="form-error">
228 {{ formErrors.originallyPublishedAt }}
229 </div>
217 </div> 230 </div>
231
232 <my-peertube-checkbox
233 inputName="commentsEnabled" formControlName="commentsEnabled"
234 i18n-labelText labelText="Enable video comments"
235 ></my-peertube-checkbox>
236
237 <my-peertube-checkbox
238 inputName="downloadEnabled" formControlName="downloadEnabled"
239 i18n-labelText labelText="Enable download"
240 ></my-peertube-checkbox>
218 </div> 241 </div>
219 </div> 242 </div>
220 </ng-template> 243 </ng-template>
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.ts b/client/src/app/videos/+video-edit/shared/video-edit.component.ts
index 85e015901..c80efd802 100644
--- a/client/src/app/videos/+video-edit/shared/video-edit.component.ts
+++ b/client/src/app/videos/+video-edit/shared/video-edit.component.ts
@@ -1,4 +1,4 @@
1import { Component, Input, OnDestroy, OnInit, ViewChild } from '@angular/core' 1import { Component, Input, NgZone, OnDestroy, OnInit, ViewChild } from '@angular/core'
2import { FormArray, FormControl, FormGroup, ValidatorFn, Validators } from '@angular/forms' 2import { FormArray, FormControl, FormGroup, ValidatorFn, Validators } from '@angular/forms'
3import { ActivatedRoute, Router } from '@angular/router' 3import { ActivatedRoute, Router } from '@angular/router'
4import { FormReactiveValidationMessages, VideoValidatorsService } from '@app/shared' 4import { FormReactiveValidationMessages, VideoValidatorsService } from '@app/shared'
@@ -26,7 +26,7 @@ export class VideoEditComponent implements OnInit, OnDestroy {
26 @Input() videoPrivacies: VideoConstant<VideoPrivacy>[] = [] 26 @Input() videoPrivacies: VideoConstant<VideoPrivacy>[] = []
27 @Input() userVideoChannels: { id: number, label: string, support: string }[] = [] 27 @Input() userVideoChannels: { id: number, label: string, support: string }[] = []
28 @Input() schedulePublicationPossible = true 28 @Input() schedulePublicationPossible = true
29 @Input() videoCaptions: VideoCaptionEdit[] = [] 29 @Input() videoCaptions: (VideoCaptionEdit & { captionPath?: string })[] = []
30 @Input() waitTranscodingEnabled = true 30 @Input() waitTranscodingEnabled = true
31 31
32 @ViewChild('videoCaptionAddModal') videoCaptionAddModal: VideoCaptionAddModalComponent 32 @ViewChild('videoCaptionAddModal') videoCaptionAddModal: VideoCaptionAddModalComponent
@@ -45,6 +45,7 @@ export class VideoEditComponent implements OnInit, OnDestroy {
45 45
46 calendarLocale: any = {} 46 calendarLocale: any = {}
47 minScheduledDate = new Date() 47 minScheduledDate = new Date()
48 myYearRange = '1880:' + (new Date()).getFullYear()
48 49
49 calendarTimezone: string 50 calendarTimezone: string
50 calendarDateFormat: string 51 calendarDateFormat: string
@@ -61,7 +62,8 @@ export class VideoEditComponent implements OnInit, OnDestroy {
61 private router: Router, 62 private router: Router,
62 private notifier: Notifier, 63 private notifier: Notifier,
63 private serverService: ServerService, 64 private serverService: ServerService,
64 private i18nPrimengCalendarService: I18nPrimengCalendarService 65 private i18nPrimengCalendarService: I18nPrimengCalendarService,
66 private ngZone: NgZone
65 ) { 67 ) {
66 this.tagValidators = this.videoValidatorsService.VIDEO_TAGS.VALIDATORS 68 this.tagValidators = this.videoValidatorsService.VIDEO_TAGS.VALIDATORS
67 this.tagValidatorsMessages = this.videoValidatorsService.VIDEO_TAGS.MESSAGES 69 this.tagValidatorsMessages = this.videoValidatorsService.VIDEO_TAGS.MESSAGES
@@ -81,6 +83,7 @@ export class VideoEditComponent implements OnInit, OnDestroy {
81 const defaultValues: any = { 83 const defaultValues: any = {
82 nsfw: 'false', 84 nsfw: 'false',
83 commentsEnabled: 'true', 85 commentsEnabled: 'true',
86 downloadEnabled: 'true',
84 waitTranscoding: 'true', 87 waitTranscoding: 'true',
85 tags: [] 88 tags: []
86 } 89 }
@@ -90,6 +93,7 @@ export class VideoEditComponent implements OnInit, OnDestroy {
90 channelId: this.videoValidatorsService.VIDEO_CHANNEL, 93 channelId: this.videoValidatorsService.VIDEO_CHANNEL,
91 nsfw: null, 94 nsfw: null,
92 commentsEnabled: null, 95 commentsEnabled: null,
96 downloadEnabled: null,
93 waitTranscoding: null, 97 waitTranscoding: null,
94 category: this.videoValidatorsService.VIDEO_CATEGORY, 98 category: this.videoValidatorsService.VIDEO_CATEGORY,
95 licence: this.videoValidatorsService.VIDEO_LICENCE, 99 licence: this.videoValidatorsService.VIDEO_LICENCE,
@@ -99,7 +103,8 @@ export class VideoEditComponent implements OnInit, OnDestroy {
99 thumbnailfile: null, 103 thumbnailfile: null,
100 previewfile: null, 104 previewfile: null,
101 support: this.videoValidatorsService.VIDEO_SUPPORT, 105 support: this.videoValidatorsService.VIDEO_SUPPORT,
102 schedulePublicationAt: this.videoValidatorsService.VIDEO_SCHEDULE_PUBLICATION_AT 106 schedulePublicationAt: this.videoValidatorsService.VIDEO_SCHEDULE_PUBLICATION_AT,
107 originallyPublishedAt: this.videoValidatorsService.VIDEO_ORIGINALLY_PUBLISHED_AT
103 } 108 }
104 109
105 this.formValidatorService.updateForm( 110 this.formValidatorService.updateForm(
@@ -128,9 +133,11 @@ export class VideoEditComponent implements OnInit, OnDestroy {
128 this.videoLicences = this.serverService.getVideoLicences() 133 this.videoLicences = this.serverService.getVideoLicences()
129 this.videoLanguages = this.serverService.getVideoLanguages() 134 this.videoLanguages = this.serverService.getVideoLanguages()
130 135
131 this.schedulerInterval = setInterval(() => this.minScheduledDate = new Date(), 1000 * 60) // Update every minute
132
133 this.initialVideoCaptions = this.videoCaptions.map(c => c.language.id) 136 this.initialVideoCaptions = this.videoCaptions.map(c => c.language.id)
137
138 this.ngZone.runOutsideAngular(() => {
139 this.schedulerInterval = setInterval(() => this.minScheduledDate = new Date(), 1000 * 60) // Update every minute
140 })
134 } 141 }
135 142
136 ngOnDestroy () { 143 ngOnDestroy () {
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.module.ts b/client/src/app/videos/+video-edit/shared/video-edit.module.ts
index f441d3fde..39b6daa93 100644
--- a/client/src/app/videos/+video-edit/shared/video-edit.module.ts
+++ b/client/src/app/videos/+video-edit/shared/video-edit.module.ts
@@ -2,7 +2,6 @@ import { NgModule } from '@angular/core'
2import { TagInputModule } from 'ngx-chips' 2import { TagInputModule } from 'ngx-chips'
3import { SharedModule } from '../../../shared/' 3import { SharedModule } from '../../../shared/'
4import { VideoEditComponent } from './video-edit.component' 4import { VideoEditComponent } from './video-edit.component'
5import { VideoImageComponent } from './video-image.component'
6import { CalendarModule } from 'primeng/components/calendar/calendar' 5import { CalendarModule } from 'primeng/components/calendar/calendar'
7import { VideoCaptionAddModalComponent } from './video-caption-add-modal.component' 6import { VideoCaptionAddModalComponent } from './video-caption-add-modal.component'
8 7
@@ -16,7 +15,6 @@ import { VideoCaptionAddModalComponent } from './video-caption-add-modal.compone
16 15
17 declarations: [ 16 declarations: [
18 VideoEditComponent, 17 VideoEditComponent,
19 VideoImageComponent,
20 VideoCaptionAddModalComponent 18 VideoCaptionAddModalComponent
21 ], 19 ],
22 20
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html b/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html
index 28eb143c9..537d7ffa2 100644
--- a/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html
+++ b/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html
@@ -58,7 +58,7 @@
58<form [hidden]="!hasImportedVideo" novalidate [formGroup]="form"> 58<form [hidden]="!hasImportedVideo" novalidate [formGroup]="form">
59 <my-video-edit 59 <my-video-edit
60 [form]="form" [formErrors]="formErrors" [videoCaptions]="videoCaptions" [schedulePublicationPossible]="false" 60 [form]="form" [formErrors]="formErrors" [videoCaptions]="videoCaptions" [schedulePublicationPossible]="false"
61 [validationMessages]="validationMessages" [videoPrivacies]="videoPrivacies" [userVideoChannels]="userVideoChannels" 61 [validationMessages]="validationMessages" [videoPrivacies]="explainedVideoPrivacies" [userVideoChannels]="userVideoChannels"
62 ></my-video-edit> 62 ></my-video-edit>
63 63
64 <div class="submit-container"> 64 <div class="submit-container">
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts b/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts
index 307806bb9..d2e9f6cfe 100644
--- a/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts
+++ b/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts
@@ -79,6 +79,7 @@ export class VideoImportTorrentComponent extends VideoSend implements OnInit, Ca
79 privacy: this.firstStepPrivacyId, 79 privacy: this.firstStepPrivacyId,
80 waitTranscoding: false, 80 waitTranscoding: false,
81 commentsEnabled: true, 81 commentsEnabled: true,
82 downloadEnabled: true,
82 channelId: this.firstStepChannelId 83 channelId: this.firstStepChannelId
83 } 84 }
84 85
@@ -93,12 +94,13 @@ export class VideoImportTorrentComponent extends VideoSend implements OnInit, Ca
93 94
94 this.video = new VideoEdit(Object.assign(res.video, { 95 this.video = new VideoEdit(Object.assign(res.video, {
95 commentsEnabled: videoUpdate.commentsEnabled, 96 commentsEnabled: videoUpdate.commentsEnabled,
97 downloadEnabled: videoUpdate.downloadEnabled,
96 support: null, 98 support: null,
97 thumbnailUrl: null, 99 thumbnailUrl: null,
98 previewUrl: null 100 previewUrl: null
99 })) 101 }))
100 102
101 this.videoPrivacies = this.videoService.explainedPrivacyLabels(this.videoPrivacies) 103 this.explainedVideoPrivacies = this.videoService.explainedPrivacyLabels(this.videoPrivacies)
102 104
103 this.hydrateFormFromVideo() 105 this.hydrateFormFromVideo()
104 }, 106 },
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-import-url.component.html b/client/src/app/videos/+video-edit/video-add-components/video-import-url.component.html
index 3550c3585..984b9d590 100644
--- a/client/src/app/videos/+video-edit/video-add-components/video-import-url.component.html
+++ b/client/src/app/videos/+video-edit/video-add-components/video-import-url.component.html
@@ -51,7 +51,7 @@
51<form [hidden]="!hasImportedVideo" novalidate [formGroup]="form"> 51<form [hidden]="!hasImportedVideo" novalidate [formGroup]="form">
52 <my-video-edit 52 <my-video-edit
53 [form]="form" [formErrors]="formErrors" [videoCaptions]="videoCaptions" [schedulePublicationPossible]="false" 53 [form]="form" [formErrors]="formErrors" [videoCaptions]="videoCaptions" [schedulePublicationPossible]="false"
54 [validationMessages]="validationMessages" [videoPrivacies]="videoPrivacies" [userVideoChannels]="userVideoChannels" 54 [validationMessages]="validationMessages" [videoPrivacies]="explainedVideoPrivacies" [userVideoChannels]="userVideoChannels"
55 ></my-video-edit> 55 ></my-video-edit>
56 56
57 <div class="submit-container"> 57 <div class="submit-container">
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-import-url.component.ts b/client/src/app/videos/+video-edit/video-add-components/video-import-url.component.ts
index 257c6e5db..2dffdbf0e 100644
--- a/client/src/app/videos/+video-edit/video-add-components/video-import-url.component.ts
+++ b/client/src/app/videos/+video-edit/video-add-components/video-import-url.component.ts
@@ -70,6 +70,7 @@ export class VideoImportUrlComponent extends VideoSend implements OnInit, CanCom
70 privacy: this.firstStepPrivacyId, 70 privacy: this.firstStepPrivacyId,
71 waitTranscoding: false, 71 waitTranscoding: false,
72 commentsEnabled: true, 72 commentsEnabled: true,
73 downloadEnabled: true,
73 channelId: this.firstStepChannelId 74 channelId: this.firstStepChannelId
74 } 75 }
75 76
@@ -84,12 +85,13 @@ export class VideoImportUrlComponent extends VideoSend implements OnInit, CanCom
84 85
85 this.video = new VideoEdit(Object.assign(res.video, { 86 this.video = new VideoEdit(Object.assign(res.video, {
86 commentsEnabled: videoUpdate.commentsEnabled, 87 commentsEnabled: videoUpdate.commentsEnabled,
88 downloadEnabled: videoUpdate.downloadEnabled,
87 support: null, 89 support: null,
88 thumbnailUrl: null, 90 thumbnailUrl: null,
89 previewUrl: null 91 previewUrl: null
90 })) 92 }))
91 93
92 this.videoPrivacies = this.videoService.explainedPrivacyLabels(this.videoPrivacies) 94 this.explainedVideoPrivacies = this.videoService.explainedPrivacyLabels(this.videoPrivacies)
93 95
94 this.hydrateFormFromVideo() 96 this.hydrateFormFromVideo()
95 }, 97 },
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-send.ts b/client/src/app/videos/+video-edit/video-add-components/video-send.ts
index 580c123a0..8401caeec 100644
--- a/client/src/app/videos/+video-edit/video-add-components/video-send.ts
+++ b/client/src/app/videos/+video-edit/video-add-components/video-send.ts
@@ -14,6 +14,7 @@ import { CanComponentDeactivateResult } from '@app/shared/guards/can-deactivate-
14export abstract class VideoSend extends FormReactive implements OnInit { 14export abstract class VideoSend extends FormReactive implements OnInit {
15 userVideoChannels: { id: number, label: string, support: string }[] = [] 15 userVideoChannels: { id: number, label: string, support: string }[] = []
16 videoPrivacies: VideoConstant<VideoPrivacy>[] = [] 16 videoPrivacies: VideoConstant<VideoPrivacy>[] = []
17 explainedVideoPrivacies: VideoConstant<VideoPrivacy>[] = []
17 videoCaptions: VideoCaptionEdit[] = [] 18 videoCaptions: VideoCaptionEdit[] = []
18 19
19 firstStepPrivacyId = 0 20 firstStepPrivacyId = 0
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.html b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.html
index b252cd60a..536769d2f 100644
--- a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.html
+++ b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.html
@@ -50,7 +50,7 @@
50<form [hidden]="!isUploadingVideo" novalidate [formGroup]="form"> 50<form [hidden]="!isUploadingVideo" novalidate [formGroup]="form">
51 <my-video-edit 51 <my-video-edit
52 [form]="form" [formErrors]="formErrors" [videoCaptions]="videoCaptions" 52 [form]="form" [formErrors]="formErrors" [videoCaptions]="videoCaptions"
53 [validationMessages]="validationMessages" [videoPrivacies]="videoPrivacies" [userVideoChannels]="userVideoChannels" 53 [validationMessages]="validationMessages" [videoPrivacies]="explainedVideoPrivacies" [userVideoChannels]="userVideoChannels"
54 [waitTranscodingEnabled]="waitTranscodingEnabled" 54 [waitTranscodingEnabled]="waitTranscodingEnabled"
55 ></my-video-edit> 55 ></my-video-edit>
56 56
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
index e4d54b654..d6d4bad21 100644
--- a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
+++ b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
@@ -163,9 +163,10 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
163 } 163 }
164 164
165 const privacy = this.firstStepPrivacyId.toString() 165 const privacy = this.firstStepPrivacyId.toString()
166 const nsfw = false 166 const nsfw = this.serverService.getConfig().instance.isNSFW
167 const waitTranscoding = true 167 const waitTranscoding = true
168 const commentsEnabled = true 168 const commentsEnabled = true
169 const downloadEnabled = true
169 const channelId = this.firstStepChannelId.toString() 170 const channelId = this.firstStepChannelId.toString()
170 171
171 const formData = new FormData() 172 const formData = new FormData()
@@ -174,6 +175,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
174 formData.append('privacy', VideoPrivacy.PRIVATE.toString()) 175 formData.append('privacy', VideoPrivacy.PRIVATE.toString())
175 formData.append('nsfw', '' + nsfw) 176 formData.append('nsfw', '' + nsfw)
176 formData.append('commentsEnabled', '' + commentsEnabled) 177 formData.append('commentsEnabled', '' + commentsEnabled)
178 formData.append('downloadEnabled', '' + downloadEnabled)
177 formData.append('waitTranscoding', '' + waitTranscoding) 179 formData.append('waitTranscoding', '' + waitTranscoding)
178 formData.append('channelId', '' + channelId) 180 formData.append('channelId', '' + channelId)
179 formData.append('videofile', videofile) 181 formData.append('videofile', videofile)
@@ -188,7 +190,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
188 channelId 190 channelId
189 }) 191 })
190 192
191 this.videoPrivacies = this.videoService.explainedPrivacyLabels(this.videoPrivacies) 193 this.explainedVideoPrivacies = this.videoService.explainedPrivacyLabels(this.videoPrivacies)
192 194
193 this.videoUploadObservable = this.videoService.uploadVideo(formData).subscribe( 195 this.videoUploadObservable = this.videoService.uploadVideo(formData).subscribe(
194 event => { 196 event => {
diff --git a/client/src/app/videos/+video-edit/video-update.component.html b/client/src/app/videos/+video-edit/video-update.component.html
index 4992bb369..b5cab7ed5 100644
--- a/client/src/app/videos/+video-edit/video-update.component.html
+++ b/client/src/app/videos/+video-edit/video-update.component.html
@@ -7,7 +7,7 @@
7 7
8 <my-video-edit 8 <my-video-edit
9 [form]="form" [formErrors]="formErrors" [schedulePublicationPossible]="schedulePublicationPossible" 9 [form]="form" [formErrors]="formErrors" [schedulePublicationPossible]="schedulePublicationPossible"
10 [validationMessages]="validationMessages" [videoPrivacies]="videoPrivacies" [userVideoChannels]="userVideoChannels" 10 [validationMessages]="validationMessages" [videoPrivacies]="explainedVideoPrivacies" [userVideoChannels]="userVideoChannels"
11 [videoCaptions]="videoCaptions" [waitTranscodingEnabled]="waitTranscodingEnabled" 11 [videoCaptions]="videoCaptions" [waitTranscodingEnabled]="waitTranscodingEnabled"
12 ></my-video-edit> 12 ></my-video-edit>
13 13
diff --git a/client/src/app/videos/+video-edit/video-update.component.ts b/client/src/app/videos/+video-edit/video-update.component.ts
index 9e849014e..10f797d02 100644
--- a/client/src/app/videos/+video-edit/video-update.component.ts
+++ b/client/src/app/videos/+video-edit/video-update.component.ts
@@ -24,6 +24,7 @@ export class VideoUpdateComponent extends FormReactive implements OnInit {
24 24
25 isUpdatingVideo = false 25 isUpdatingVideo = false
26 videoPrivacies: VideoConstant<VideoPrivacy>[] = [] 26 videoPrivacies: VideoConstant<VideoPrivacy>[] = []
27 explainedVideoPrivacies: VideoConstant<VideoPrivacy>[] = []
27 userVideoChannels: { id: number, label: string, support: string }[] = [] 28 userVideoChannels: { id: number, label: string, support: string }[] = []
28 schedulePublicationPossible = false 29 schedulePublicationPossible = false
29 videoCaptions: VideoCaptionEdit[] = [] 30 videoCaptions: VideoCaptionEdit[] = []
@@ -65,7 +66,7 @@ export class VideoUpdateComponent extends FormReactive implements OnInit {
65 this.schedulePublicationPossible = this.video.privacy === VideoPrivacy.PRIVATE 66 this.schedulePublicationPossible = this.video.privacy === VideoPrivacy.PRIVATE
66 } 67 }
67 68
68 this.videoPrivacies = this.videoService.explainedPrivacyLabels(this.videoPrivacies) 69 this.explainedVideoPrivacies = this.videoService.explainedPrivacyLabels(this.videoPrivacies)
69 70
70 const videoFiles = (video as VideoDetails).files 71 const videoFiles = (video as VideoDetails).files
71 if (videoFiles.length > 1) { // Already transcoded 72 if (videoFiles.length > 1) { // Already transcoded
diff --git a/client/src/app/videos/+video-edit/video-update.resolver.ts b/client/src/app/videos/+video-edit/video-update.resolver.ts
index 269fe3684..384458127 100644
--- a/client/src/app/videos/+video-edit/video-update.resolver.ts
+++ b/client/src/app/videos/+video-edit/video-update.resolver.ts
@@ -4,6 +4,7 @@ import { ActivatedRouteSnapshot, Resolve } from '@angular/router'
4import { map, switchMap } from 'rxjs/operators' 4import { map, switchMap } from 'rxjs/operators'
5import { VideoChannelService } from '@app/shared/video-channel/video-channel.service' 5import { VideoChannelService } from '@app/shared/video-channel/video-channel.service'
6import { VideoCaptionService } from '@app/shared/video-caption' 6import { VideoCaptionService } from '@app/shared/video-caption'
7import { forkJoin } from 'rxjs'
7 8
8@Injectable() 9@Injectable()
9export class VideoUpdateResolver implements Resolve<any> { 10export class VideoUpdateResolver implements Resolve<any> {
@@ -11,35 +12,35 @@ export class VideoUpdateResolver implements Resolve<any> {
11 private videoService: VideoService, 12 private videoService: VideoService,
12 private videoChannelService: VideoChannelService, 13 private videoChannelService: VideoChannelService,
13 private videoCaptionService: VideoCaptionService 14 private videoCaptionService: VideoCaptionService
14 ) {} 15 ) {
16 }
15 17
16 resolve (route: ActivatedRouteSnapshot) { 18 resolve (route: ActivatedRouteSnapshot) {
17 const uuid: string = route.params[ 'uuid' ] 19 const uuid: string = route.params[ 'uuid' ]
18 20
19 return this.videoService.getVideo(uuid) 21 return this.videoService.getVideo(uuid)
20 .pipe( 22 .pipe(
21 switchMap(video => { 23 switchMap(video => {
22 return this.videoService 24 return forkJoin([
23 .loadCompleteDescription(video.descriptionPath) 25 this.videoService
24 .pipe(map(description => Object.assign(video, { description }))) 26 .loadCompleteDescription(video.descriptionPath)
25 }), 27 .pipe(map(description => Object.assign(video, { description }))),
26 switchMap(video => { 28
27 return this.videoChannelService 29 this.videoChannelService
28 .listAccountVideoChannels(video.account) 30 .listAccountVideoChannels(video.account)
29 .pipe( 31 .pipe(
30 map(result => result.data), 32 map(result => result.data),
31 map(videoChannels => videoChannels.map(c => ({ id: c.id, label: c.displayName, support: c.support }))), 33 map(videoChannels => videoChannels.map(c => ({ id: c.id, label: c.displayName, support: c.support })))
32 map(videoChannels => ({ video, videoChannels })) 34 ),
33 ) 35
34 }), 36 this.videoCaptionService
35 switchMap(({ video, videoChannels }) => { 37 .listCaptions(video.id)
36 return this.videoCaptionService 38 .pipe(
37 .listCaptions(video.id) 39 map(result => result.data)
38 .pipe( 40 )
39 map(result => result.data), 41 ])
40 map(videoCaptions => ({ video, videoChannels, videoCaptions })) 42 }),
41 ) 43 map(([ video, videoChannels, videoCaptions ]) => ({ video, videoChannels, videoCaptions }))
42 }) 44 )
43 )
44 } 45 }
45} 46}
diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.ts b/client/src/app/videos/+video-watch/comment/video-comment.component.ts
index aba7f9d1c..172eb0a39 100644
--- a/client/src/app/videos/+video-watch/comment/video-comment.component.ts
+++ b/client/src/app/videos/+video-watch/comment/video-comment.component.ts
@@ -85,8 +85,8 @@ export class VideoCommentComponent implements OnInit, OnChanges {
85 ) 85 )
86 } 86 }
87 87
88 private init () { 88 private async init () {
89 this.sanitizedCommentHTML = this.htmlRenderer.toSafeHtml(this.comment.text) 89 this.sanitizedCommentHTML = await this.htmlRenderer.toSafeHtml(this.comment.text)
90 90
91 this.newParentComments = this.parentComments.concat([ this.comment ]) 91 this.newParentComments = this.parentComments.concat([ this.comment ])
92 } 92 }
diff --git a/client/src/app/videos/+video-watch/comment/video-comment.model.ts b/client/src/app/videos/+video-watch/comment/video-comment.model.ts
index 824fb24c3..3ed3ddcc7 100644
--- a/client/src/app/videos/+video-watch/comment/video-comment.model.ts
+++ b/client/src/app/videos/+video-watch/comment/video-comment.model.ts
@@ -1,6 +1,7 @@
1import { Account as AccountInterface } from '../../../../../../shared/models/actors' 1import { Account as AccountInterface } from '../../../../../../shared/models/actors'
2import { VideoComment as VideoCommentServerModel } from '../../../../../../shared/models/videos/video-comment.model' 2import { VideoComment as VideoCommentServerModel } from '../../../../../../shared/models/videos/video-comment.model'
3import { Actor } from '@app/shared/actor/actor.model' 3import { Actor } from '@app/shared/actor/actor.model'
4import { getAbsoluteAPIUrl } from '@app/shared/misc/utils'
4 5
5export class VideoComment implements VideoCommentServerModel { 6export class VideoComment implements VideoCommentServerModel {
6 id: number 7 id: number
@@ -16,6 +17,8 @@ export class VideoComment implements VideoCommentServerModel {
16 by: string 17 by: string
17 accountAvatarUrl: string 18 accountAvatarUrl: string
18 19
20 isLocal: boolean
21
19 constructor (hash: VideoCommentServerModel) { 22 constructor (hash: VideoCommentServerModel) {
20 this.id = hash.id 23 this.id = hash.id
21 this.url = hash.url 24 this.url = hash.url
@@ -30,5 +33,9 @@ export class VideoComment implements VideoCommentServerModel {
30 33
31 this.by = Actor.CREATE_BY_STRING(this.account.name, this.account.host) 34 this.by = Actor.CREATE_BY_STRING(this.account.name, this.account.host)
32 this.accountAvatarUrl = Actor.GET_ACTOR_AVATAR_URL(this.account) 35 this.accountAvatarUrl = Actor.GET_ACTOR_AVATAR_URL(this.account)
36
37 const absoluteAPIUrl = getAbsoluteAPIUrl()
38 const thisHost = new URL(absoluteAPIUrl).host
39 this.isLocal = this.account.host.trim() === thisHost
33 } 40 }
34} 41}
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.html b/client/src/app/videos/+video-watch/comment/video-comments.component.html
index 44016d8ad..7b941454a 100644
--- a/client/src/app/videos/+video-watch/comment/video-comments.component.html
+++ b/client/src/app/videos/+video-watch/comment/video-comments.component.html
@@ -54,7 +54,7 @@
54 <ng-container i18n>View all {{ comment.totalReplies }} replies</ng-container> 54 <ng-container i18n>View all {{ comment.totalReplies }} replies</ng-container>
55 55
56 <span *ngIf="!threadLoading[comment.id]" class="glyphicon glyphicon-menu-down"></span> 56 <span *ngIf="!threadLoading[comment.id]" class="glyphicon glyphicon-menu-down"></span>
57 <my-loader class="comment-thread-loading" [loading]="threadLoading[comment.id]"></my-loader> 57 <my-small-loader class="comment-thread-loading" [loading]="threadLoading[comment.id]"></my-small-loader>
58 </div> 58 </div>
59 </div> 59 </div>
60 </div> 60 </div>
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.ts b/client/src/app/videos/+video-watch/comment/video-comments.component.ts
index 2616820d2..3acddbe6a 100644
--- a/client/src/app/videos/+video-watch/comment/video-comments.component.ts
+++ b/client/src/app/videos/+video-watch/comment/video-comments.component.ts
@@ -121,10 +121,17 @@ export class VideoCommentsComponent implements OnInit, OnChanges, OnDestroy {
121 121
122 async onWantedToDelete (commentToDelete: VideoComment) { 122 async onWantedToDelete (commentToDelete: VideoComment) {
123 let message = 'Do you really want to delete this comment?' 123 let message = 'Do you really want to delete this comment?'
124
124 if (commentToDelete.totalReplies !== 0) { 125 if (commentToDelete.totalReplies !== 0) {
125 message += this.i18n(' {{totalReplies}} replies will be deleted too.', { totalReplies: commentToDelete.totalReplies }) 126 message += this.i18n(' {{totalReplies}} replies will be deleted too.', { totalReplies: commentToDelete.totalReplies })
126 } 127 }
127 128
129 if (commentToDelete.isLocal) {
130 message += this.i18n(' The deletion will be sent to remote instances so they remove the comment too.')
131 } else {
132 message += this.i18n(' It is a remote comment, so the deletion will only be effective on your instance.')
133 }
134
128 const res = await this.confirmService.confirm(message, this.i18n('Delete')) 135 const res = await this.confirmService.confirm(message, this.i18n('Delete'))
129 if (res === false) return 136 if (res === false) return
130 137
diff --git a/client/src/app/videos/+video-watch/modal/video-share.component.html b/client/src/app/videos/+video-watch/modal/video-share.component.html
index 9f3c37fe8..955b2b80c 100644
--- a/client/src/app/videos/+video-watch/modal/video-share.component.html
+++ b/client/src/app/videos/+video-watch/modal/video-share.component.html
@@ -6,11 +6,19 @@
6 6
7 <div class="modal-body"> 7 <div class="modal-body">
8 8
9 <div *ngIf="currentVideoTimestampString" class="start-at"> 9 <div class="start-at">
10 <my-peertube-checkbox 10 <my-peertube-checkbox
11 inputName="startAt" [(ngModel)]="startAtCheckbox" 11 inputName="startAt" [(ngModel)]="startAtCheckbox"
12 i18n-labelText [labelText]="getStartCheckboxLabel()" 12 i18n-labelText labelText="Start at"
13 ></my-peertube-checkbox> 13 ></my-peertube-checkbox>
14
15 <my-timestamp-input
16 [timestamp]="currentVideoTimestamp"
17 [maxTimestamp]="video.duration"
18 [disabled]="!startAtCheckbox"
19 [(ngModel)]="currentVideoTimestamp"
20 >
21 </my-timestamp-input>
14 </div> 22 </div>
15 23
16 <div class="form-group"> 24 <div class="form-group">
diff --git a/client/src/app/videos/+video-watch/modal/video-share.component.scss b/client/src/app/videos/+video-watch/modal/video-share.component.scss
index 4937506b9..472a45920 100644
--- a/client/src/app/videos/+video-watch/modal/video-share.component.scss
+++ b/client/src/app/videos/+video-watch/modal/video-share.component.scss
@@ -13,4 +13,9 @@
13 display: flex; 13 display: flex;
14 justify-content: center; 14 justify-content: center;
15 margin-top: 10px; 15 margin-top: 10px;
16 align-items: center;
17
18 my-timestamp-input {
19 margin-left: 10px;
20 }
16} 21}
diff --git a/client/src/app/videos/+video-watch/modal/video-share.component.ts b/client/src/app/videos/+video-watch/modal/video-share.component.ts
index c6205e355..6565d7f88 100644
--- a/client/src/app/videos/+video-watch/modal/video-share.component.ts
+++ b/client/src/app/videos/+video-watch/modal/video-share.component.ts
@@ -16,10 +16,8 @@ export class VideoShareComponent {
16 16
17 @Input() video: VideoDetails = null 17 @Input() video: VideoDetails = null
18 18
19 currentVideoTimestamp: number
19 startAtCheckbox = false 20 startAtCheckbox = false
20 currentVideoTimestampString: string
21
22 private currentVideoTimestamp: number
23 21
24 constructor ( 22 constructor (
25 private modalService: NgbModal, 23 private modalService: NgbModal,
@@ -28,8 +26,7 @@ export class VideoShareComponent {
28 ) { } 26 ) { }
29 27
30 show (currentVideoTimestamp?: number) { 28 show (currentVideoTimestamp?: number) {
31 this.currentVideoTimestamp = Math.floor(currentVideoTimestamp) 29 this.currentVideoTimestamp = currentVideoTimestamp ? Math.floor(currentVideoTimestamp) : 0
32 this.currentVideoTimestampString = durationToString(this.currentVideoTimestamp)
33 30
34 this.modalService.open(this.modal) 31 this.modalService.open(this.modal)
35 } 32 }
@@ -52,10 +49,6 @@ export class VideoShareComponent {
52 this.notifier.success(this.i18n('Copied')) 49 this.notifier.success(this.i18n('Copied'))
53 } 50 }
54 51
55 getStartCheckboxLabel () {
56 return this.i18n('Start at {{timestamp}}', { timestamp: this.currentVideoTimestampString })
57 }
58
59 private getVideoTimestampIfEnabled () { 52 private getVideoTimestampIfEnabled () {
60 if (this.startAtCheckbox === true) return this.currentVideoTimestamp 53 if (this.startAtCheckbox === true) return this.currentVideoTimestamp
61 54
diff --git a/client/src/app/videos/+video-watch/modal/video-support.component.ts b/client/src/app/videos/+video-watch/modal/video-support.component.ts
index deb8fbc67..5e7afa012 100644
--- a/client/src/app/videos/+video-watch/modal/video-support.component.ts
+++ b/client/src/app/videos/+video-watch/modal/video-support.component.ts
@@ -21,7 +21,9 @@ export class VideoSupportComponent {
21 ) { } 21 ) { }
22 22
23 show () { 23 show () {
24 this.videoHTMLSupport = this.markdownService.enhancedMarkdownToHTML(this.video.support)
25 this.modalService.open(this.modal) 24 this.modalService.open(this.modal)
25
26 this.markdownService.enhancedMarkdownToHTML(this.video.support)
27 .then(r => this.videoHTMLSupport = r)
26 } 28 }
27} 29}
diff --git a/client/src/app/videos/+video-watch/video-watch-playlist.component.html b/client/src/app/videos/+video-watch/video-watch-playlist.component.html
new file mode 100644
index 000000000..c168a3130
--- /dev/null
+++ b/client/src/app/videos/+video-watch/video-watch-playlist.component.html
@@ -0,0 +1,25 @@
1<div *ngIf="playlist && video" class="playlist" myInfiniteScroller [autoInit]="true" [onItself]="true" (nearOfBottom)="onPlaylistVideosNearOfBottom()">
2 <div class="playlist-info">
3 <div class="playlist-display-name">
4 {{ playlist.displayName }}
5
6 <span *ngIf="isUnlistedPlaylist()" class="badge badge-warning" i18n>Unlisted</span>
7 <span *ngIf="isPrivatePlaylist()" class="badge badge-danger" i18n>Private</span>
8 <span *ngIf="isPublicPlaylist()" class="badge badge-info" i18n>Public</span>
9 </div>
10
11 <div class="playlist-by-index">
12 <div class="playlist-by">{{ playlist.ownerBy }}</div>
13 <div class="playlist-index">
14 <span>{{ currentPlaylistPosition }}</span><span>{{ playlistPagination.totalItems }}</span>
15 </div>
16 </div>
17 </div>
18
19 <div *ngFor="let playlistVideo of playlistVideos">
20 <my-video-playlist-element-miniature
21 [video]="playlistVideo" [playlist]="playlist" [owned]="isPlaylistOwned()" (elementRemoved)="onElementRemoved($event)"
22 [playing]="currentPlaylistPosition === playlistVideo.playlistElement.position" [accountLink]="false" [position]="playlistVideo.playlistElement.position"
23 ></my-video-playlist-element-miniature>
24 </div>
25</div>
diff --git a/client/src/app/videos/+video-watch/video-watch-playlist.component.scss b/client/src/app/videos/+video-watch/video-watch-playlist.component.scss
new file mode 100644
index 000000000..5da55c2f8
--- /dev/null
+++ b/client/src/app/videos/+video-watch/video-watch-playlist.component.scss
@@ -0,0 +1,59 @@
1@import '_variables';
2@import '_mixins';
3@import '_bootstrap-variables';
4@import '_miniature';
5
6.playlist {
7 min-width: 200px;
8 max-width: 470px;
9 height: 66vh;
10 background-color: var(--mainBackgroundColor);
11 overflow-y: auto;
12 border-bottom: 1px solid $separator-border-color;
13
14 .playlist-info {
15 padding: 5px 30px;
16 background-color: #e4e4e4;
17
18 .playlist-display-name {
19 font-size: 18px;
20 font-weight: $font-semibold;
21 margin-bottom: 5px;
22 }
23
24 .playlist-by-index {
25 color: $grey-foreground-color;
26 display: flex;
27
28 .playlist-by {
29 margin-right: 5px;
30 }
31
32 .playlist-index span:first-child::after {
33 content: '/';
34 margin: 0 3px;
35 }
36 }
37 }
38
39 my-video-playlist-element-miniature {
40 /deep/ {
41 .video {
42 .position {
43 margin-right: 0;
44 }
45
46 .video-info {
47 .video-info-name {
48 font-size: 15px;
49 }
50 }
51 }
52
53 my-video-thumbnail {
54 @include thumbnail-size-component(90px, 50px);
55 }
56 }
57 }
58}
59
diff --git a/client/src/app/videos/+video-watch/video-watch-playlist.component.ts b/client/src/app/videos/+video-watch/video-watch-playlist.component.ts
new file mode 100644
index 000000000..bccdaf7b2
--- /dev/null
+++ b/client/src/app/videos/+video-watch/video-watch-playlist.component.ts
@@ -0,0 +1,113 @@
1import { Component, Input } from '@angular/core'
2import { VideoPlaylist } from '@app/shared/video-playlist/video-playlist.model'
3import { ComponentPagination } from '@app/shared/rest/component-pagination.model'
4import { Video } from '@app/shared/video/video.model'
5import { VideoDetails, VideoPlaylistPrivacy } from '@shared/models'
6import { VideoService } from '@app/shared/video/video.service'
7import { Router } from '@angular/router'
8import { AuthService } from '@app/core'
9
10@Component({
11 selector: 'my-video-watch-playlist',
12 templateUrl: './video-watch-playlist.component.html',
13 styleUrls: [ './video-watch-playlist.component.scss' ]
14})
15export class VideoWatchPlaylistComponent {
16 @Input() video: VideoDetails
17 @Input() playlist: VideoPlaylist
18
19 playlistVideos: Video[] = []
20 playlistPagination: ComponentPagination = {
21 currentPage: 1,
22 itemsPerPage: 30,
23 totalItems: null
24 }
25
26 noPlaylistVideos = false
27 currentPlaylistPosition = 1
28
29 constructor (
30 private auth: AuthService,
31 private videoService: VideoService,
32 private router: Router
33 ) {}
34
35 onPlaylistVideosNearOfBottom () {
36 // Last page
37 if (this.playlistPagination.totalItems <= (this.playlistPagination.currentPage * this.playlistPagination.itemsPerPage)) return
38
39 this.playlistPagination.currentPage += 1
40 this.loadPlaylistElements(this.playlist,false)
41 }
42
43 onElementRemoved (video: Video) {
44 this.playlistVideos = this.playlistVideos.filter(v => v.id !== video.id)
45
46 this.playlistPagination.totalItems--
47 }
48
49 isPlaylistOwned () {
50 return this.playlist.isLocal === true &&
51 this.auth.isLoggedIn() &&
52 this.playlist.ownerAccount.name === this.auth.getUser().username
53 }
54
55 isUnlistedPlaylist () {
56 return this.playlist.privacy.id === VideoPlaylistPrivacy.UNLISTED
57 }
58
59 isPrivatePlaylist () {
60 return this.playlist.privacy.id === VideoPlaylistPrivacy.PRIVATE
61 }
62
63 isPublicPlaylist () {
64 return this.playlist.privacy.id === VideoPlaylistPrivacy.PUBLIC
65 }
66
67 loadPlaylistElements (playlist: VideoPlaylist, redirectToFirst = false) {
68 this.videoService.getPlaylistVideos(playlist.uuid, this.playlistPagination)
69 .subscribe(({ totalVideos, videos }) => {
70 this.playlistVideos = this.playlistVideos.concat(videos)
71 this.playlistPagination.totalItems = totalVideos
72
73 if (totalVideos === 0) {
74 this.noPlaylistVideos = true
75 return
76 }
77
78 this.updatePlaylistIndex(this.video)
79
80 if (redirectToFirst) {
81 const extras = {
82 queryParams: { videoId: this.playlistVideos[ 0 ].uuid },
83 replaceUrl: true
84 }
85 this.router.navigate([], extras)
86 }
87 })
88 }
89
90 updatePlaylistIndex (video: VideoDetails) {
91 if (this.playlistVideos.length === 0 || !video) return
92
93 for (const playlistVideo of this.playlistVideos) {
94 if (playlistVideo.id === video.id) {
95 this.currentPlaylistPosition = playlistVideo.playlistElement.position
96 return
97 }
98 }
99
100 // Load more videos to find our video
101 this.onPlaylistVideosNearOfBottom()
102 }
103
104 navigateToNextPlaylistVideo () {
105 if (this.currentPlaylistPosition < this.playlistPagination.totalItems) {
106 const next = this.playlistVideos.find(v => v.playlistElement.position === this.currentPlaylistPosition + 1)
107
108 const start = next.playlistElement.startTimestamp
109 const stop = next.playlistElement.stopTimestamp
110 this.router.navigate([],{ queryParams: { videoId: next.uuid, start, stop } })
111 }
112 }
113}
diff --git a/client/src/app/videos/+video-watch/video-watch-routing.module.ts b/client/src/app/videos/+video-watch/video-watch-routing.module.ts
index bdd4f945e..ce9250bdc 100644
--- a/client/src/app/videos/+video-watch/video-watch-routing.module.ts
+++ b/client/src/app/videos/+video-watch/video-watch-routing.module.ts
@@ -7,7 +7,16 @@ import { VideoWatchComponent } from './video-watch.component'
7 7
8const videoWatchRoutes: Routes = [ 8const videoWatchRoutes: Routes = [
9 { 9 {
10 path: '', 10 path: 'playlist/:playlistId',
11 component: VideoWatchComponent,
12 canActivate: [ MetaGuard ]
13 },
14 {
15 path: ':videoId/comments/:commentId',
16 redirectTo: ':videoId'
17 },
18 {
19 path: ':videoId',
11 component: VideoWatchComponent, 20 component: VideoWatchComponent,
12 canActivate: [ MetaGuard ] 21 canActivate: [ MetaGuard ]
13 } 22 }
diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html
index 709eb91a8..2e39b9c6b 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.html
+++ b/client/src/app/videos/+video-watch/video-watch.component.html
@@ -1,37 +1,53 @@
1<div class="root-row row"> 1<div class="root" [ngClass]="{ 'theater-enabled': theaterEnabled }">
2 <!-- We need the video container for videojs so we just hide it --> 2 <!-- We need the video container for videojs so we just hide it -->
3 <div id="video-element-wrapper"> 3 <div id="video-wrapper">
4 <div *ngIf="remoteServerDown" class="remote-server-down"> 4 <div *ngIf="remoteServerDown" class="remote-server-down">
5 Sorry, but this video is not available because the remote instance is not responding. 5 Sorry, but this video is not available because the remote instance is not responding.
6 <br /> 6 <br />
7 Please try again later. 7 Please try again later.
8 </div> 8 </div>
9 </div>
10 9
11 <div i18n class="alert alert-warning" *ngIf="isVideoToImport()"> 10 <div id="videojs-wrapper"></div>
12 The video is being imported, it will be available when the import is finished.
13 </div>
14 11
15 <div i18n class="alert alert-warning" *ngIf="isVideoToTranscode()"> 12 <my-video-watch-playlist
16 The video is being transcoded, it may not work properly. 13 #videoWatchPlaylist
14 [video]="video" [playlist]="playlist" class="playlist"
15 ></my-video-watch-playlist>
17 </div> 16 </div>
18 17
19 <div i18n class="alert alert-info" *ngIf="hasVideoScheduledPublication()"> 18 <div class="row">
20 This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}. 19 <div i18n class="col-md-12 alert alert-warning" *ngIf="isVideoToImport()">
21 </div> 20 The video is being imported, it will be available when the import is finished.
21 </div>
22
23 <div i18n class="col-md-12 alert alert-warning" *ngIf="isVideoToTranscode()">
24 The video is being transcoded, it may not work properly.
25 </div>
26
27 <div i18n class="col-md-12 alert alert-info" *ngIf="hasVideoScheduledPublication()">
28 This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}.
29 </div>
22 30
23 <div class="alert alert-danger" *ngIf="video?.blacklisted"> 31 <div class="col-md-12 alert alert-danger" *ngIf="video?.blacklisted">
24 <div class="blacklisted-label" i18n>This video is blacklisted.</div> 32 <div class="blacklisted-label" i18n>This video is blacklisted.</div>
25 {{ video.blacklistedReason }} 33 {{ video.blacklistedReason }}
34 </div>
26 </div> 35 </div>
27 36
28 <!-- Video information --> 37 <!-- Video information -->
29 <div *ngIf="video" class="margin-content video-bottom"> 38 <div *ngIf="video" class="margin-content video-bottom">
30 <div class="row fullWidth"> 39 <div class="video-info">
31 <div class="col-12 col-lg-auto video-info"> 40 <div class="video-info-first-row">
32 <div class="video-info-first-row"> 41 <div>
33 <div> 42 <div class="d-block d-md-none"> <!-- only shown on medium devices, has its conterpart for larger viewports below -->
34 <div class="d-block d-sm-none"> <!-- only shown on small devices, has its conterpart for larger viewports below --> 43 <h1 class="video-info-name">{{ video.name }}</h1>
44 <div i18n class="video-info-date-views">
45 Published {{ video.publishedAt | myFromNow }} - {{ video.views | myNumberFormatter }} views
46 </div>
47 </div>
48
49 <div class="d-flex justify-content-between align-items-md-end">
50 <div class="d-none d-md-block">
35 <h1 class="video-info-name">{{ video.name }}</h1> 51 <h1 class="video-info-name">{{ video.name }}</h1>
36 52
37 <div i18n class="video-info-date-views"> 53 <div i18n class="video-info-date-views">
@@ -39,173 +55,154 @@
39 </div> 55 </div>
40 </div> 56 </div>
41 57
42 <div class="d-flex justify-content-between align-items-sm-end"> 58 <div class="video-actions-rates">
43 <div class="d-none d-sm-block"> 59 <div class="video-actions fullWidth justify-content-end">
44 <h1 class="video-info-name">{{ video.name }}</h1> 60 <div
61 *ngIf="isUserLoggedIn()" [ngClass]="{ 'activated': userRating === 'like' }" (click)="setLike()"
62 class="action-button action-button-like" role="button" [attr.aria-pressed]="userRating === 'like'"
63 i18n-title title="Like this video"
64 >
65 <my-global-icon iconName="like"></my-global-icon>
66 </div>
45 67
46 <div i18n class="video-info-date-views"> 68 <div
47 Published {{ video.publishedAt | myFromNow }} - {{ video.views | myNumberFormatter }} views 69 *ngIf="isUserLoggedIn()" [ngClass]="{ 'activated': userRating === 'dislike' }" (click)="setDislike()"
70 class="action-button action-button-dislike" role="button" [attr.aria-pressed]="userRating === 'dislike'"
71 i18n-title title="Dislike this video"
72 >
73 <my-global-icon iconName="dislike"></my-global-icon>
48 </div> 74 </div>
49 </div>
50 75
51 <div class="video-actions-rates"> 76 <div *ngIf="video.support" (click)="showSupportModal()" class="action-button">
52 <div class="video-actions fullWidth justify-content-end"> 77 <my-global-icon iconName="heart"></my-global-icon>
53 <div 78 <span class="icon-text" i18n>Support</span>
54 *ngIf="isUserLoggedIn()" [ngClass]="{ 'activated': userRating === 'like' }" (click)="setLike()" 79 </div>
55 class="action-button action-button-like" role="button" [attr.aria-pressed]="userRating === 'like'"
56 i18n-title title="Like this video"
57 >
58 <my-global-icon iconName="like"></my-global-icon>
59 </div>
60 80
61 <div 81 <div (click)="showShareModal()" class="action-button" role="button">
62 *ngIf="isUserLoggedIn()" [ngClass]="{ 'activated': userRating === 'dislike' }" (click)="setDislike()" 82 <my-global-icon iconName="share"></my-global-icon>
63 class="action-button action-button-dislike" role="button" [attr.aria-pressed]="userRating === 'dislike'" 83 <span class="icon-text" i18n>Share</span>
64 i18n-title title="Dislike this video" 84 </div>
65 >
66 <my-global-icon iconName="dislike"></my-global-icon>
67 </div>
68 85
69 <div *ngIf="video.support" (click)="showSupportModal()" class="action-button action-button-support"> 86 <div
70 <my-global-icon iconName="heart"></my-global-icon> 87 class="action-dropdown" ngbDropdown placement="top" role="button" autoClose="outside"
71 <span class="icon-text" i18n>Support</span> 88 *ngIf="isUserLoggedIn()" (openChange)="addContent.openChange($event)"
89 >
90 <div class="action-button action-button-save" ngbDropdownToggle role="button">
91 <my-global-icon iconName="playlist-add"></my-global-icon>
92 <span class="icon-text" i18n>Save</span>
72 </div> 93 </div>
73 94
74 <div (click)="showShareModal()" class="action-button action-button-share" role="button"> 95 <div ngbDropdownMenu>
75 <my-global-icon iconName="share"></my-global-icon> 96 <my-video-add-to-playlist #addContent [video]="video"></my-video-add-to-playlist>
76 <span class="icon-text" i18n>Share</span>
77 </div>
78
79 <div class="action-more" ngbDropdown placement="top" role="button">
80 <div class="action-button" ngbDropdownToggle role="button">
81 <my-global-icon class="more-icon" iconName="more"></my-global-icon>
82 </div>
83
84 <div ngbDropdownMenu>
85 <a class="dropdown-item" i18n-title title="Download the video" href="#" (click)="showDownloadModal($event)">
86 <my-global-icon iconName="download"></my-global-icon> <ng-container i18n>Download</ng-container>
87 </a>
88
89 <a *ngIf="isUserLoggedIn()" class="dropdown-item" i18n-title title="Report this video" href="#" (click)="showReportModal($event)">
90 <my-global-icon iconName="alert"></my-global-icon> <ng-container i18n>Report</ng-container>
91 </a>
92
93 <a *ngIf="isVideoUpdatable()" class="dropdown-item" i18n-title title="Update this video" href="#" [routerLink]="[ '/videos/update', video.uuid ]">
94 <my-global-icon iconName="edit"></my-global-icon> <ng-container i18n>Update</ng-container>
95 </a>
96
97 <a *ngIf="isVideoBlacklistable()" class="dropdown-item" i18n-title title="Blacklist this video" href="#" (click)="showBlacklistModal($event)">
98 <my-global-icon iconName="no"></my-global-icon> <ng-container i18n>Blacklist</ng-container>
99 </a>
100
101 <a *ngIf="isVideoUnblacklistable()" class="dropdown-item" i18n-title title="Unblacklist this video" href="#" (click)="unblacklistVideo($event)">
102 <my-global-icon iconName="undo"></my-global-icon> <ng-container i18n>Unblacklist</ng-container>
103 </a>
104
105 <a *ngIf="isVideoRemovable()" class="dropdown-item" i18n-title title="Delete this video" href="#" (click)="removeVideo($event)">
106 <my-global-icon iconName="delete"></my-global-icon> <ng-container i18n>Delete</ng-container>
107 </a>
108 </div>
109 </div> 97 </div>
110 </div> 98 </div>
111 99
112 <div 100 <my-video-actions-dropdown
113 class="video-info-likes-dislikes-bar" 101 placement="top" buttonDirection="horizontal" [buttonStyled]="true" [video]="video" (videoRemoved)="onVideoRemoved()"
114 *ngIf="video.likes !== 0 || video.dislikes !== 0" 102 ></my-video-actions-dropdown>
115 [ngbTooltip]="likesBarTooltipText"
116 placement="bottom"
117 >
118 <div class="likes-bar" [ngStyle]="{ 'width.%': video.likesPercent }"></div>
119 </div>
120 </div> 103 </div>
121 </div>
122 104
105 <div
106 class="video-info-likes-dislikes-bar"
107 *ngIf="video.likes !== 0 || video.dislikes !== 0"
108 [ngbTooltip]="likesBarTooltipText"
109 placement="bottom"
110 >
111 <div class="likes-bar" [ngStyle]="{ 'width.%': video.likesPercent }"></div>
112 </div>
113 </div>
114 </div>
123 115
124 <div class="pt-3 border-top video-info-channel">
125 <a [routerLink]="[ '/video-channels', video.byVideoChannel ]" i18n-title title="Go the channel page">
126 {{ video.channel.displayName }}
127 116
128 <img [src]="video.videoChannelAvatarUrl" alt="Video channel avatar" /> 117 <div class="pt-3 border-top video-info-channel">
129 </a> 118 <a [routerLink]="[ '/video-channels', video.byVideoChannel ]" i18n-title title="Go the channel page">
119 {{ video.channel.displayName }}
130 120
131 <my-subscribe-button #subscribeButton [videoChannel]="video.channel" size="small"></my-subscribe-button> 121 <img [src]="video.videoChannelAvatarUrl" alt="Video channel avatar" />
132 </div> 122 </a>
133 123
134 <div class="video-info-by"> 124 <my-subscribe-button #subscribeButton [videoChannel]="video.channel" size="small"></my-subscribe-button>
135 <a [routerLink]="[ '/accounts', video.byAccount ]" i18n-title title="Go to the account page">
136 <span i18n>By {{ video.byAccount }}</span>
137 <img [src]="video.accountAvatarUrl" alt="Account avatar" />
138 </a>
139 </div>
140 </div> 125 </div>
141 126
127 <div class="video-info-by">
128 <a [routerLink]="[ '/accounts', video.byAccount ]" i18n-title title="Go to the account page">
129 <span i18n>By {{ video.byAccount }}</span>
130 <img [src]="video.accountAvatarUrl" alt="Account avatar" />
131 </a>
132 </div>
142 </div> 133 </div>
143 134
144 <div class="video-info-description"> 135 </div>
145 <div class="video-info-description-html" [innerHTML]="videoHTMLDescription"></div>
146 136
147 <div class="video-info-description-more" *ngIf="completeDescriptionShown === false && video.description?.length >= 250" (click)="showMoreDescription()"> 137 <div class="video-info-description">
148 <ng-container i18n>Show more</ng-container> 138 <div class="video-info-description-html" [innerHTML]="videoHTMLDescription"></div>
149 <span *ngIf="descriptionLoading === false" class="glyphicon glyphicon-menu-down"></span>
150 <my-loader class="description-loading" [loading]="descriptionLoading"></my-loader>
151 </div>
152 139
153 <div *ngIf="completeDescriptionShown === true" (click)="showLessDescription()" class="video-info-description-more"> 140 <div class="video-info-description-more" *ngIf="completeDescriptionShown === false && video.description?.length >= 250" (click)="showMoreDescription()">
154 <ng-container i18n>Show less</ng-container> 141 <ng-container i18n>Show more</ng-container>
155 <span *ngIf="descriptionLoading === false" class="glyphicon glyphicon-menu-up"></span> 142 <span *ngIf="descriptionLoading === false" class="glyphicon glyphicon-menu-down"></span>
156 </div> 143 <my-small-loader class="description-loading" [loading]="descriptionLoading"></my-small-loader>
157 </div> 144 </div>
158 145
159 <div class="video-attributes"> 146 <div *ngIf="completeDescriptionShown === true" (click)="showLessDescription()" class="video-info-description-more">
160 <div class="video-attribute"> 147 <ng-container i18n>Show less</ng-container>
161 <span i18n class="video-attribute-label">Privacy</span> 148 <span *ngIf="descriptionLoading === false" class="glyphicon glyphicon-menu-up"></span>
162 <span class="video-attribute-value">{{ video.privacy.label }}</span> 149 </div>
163 </div> 150 </div>
164 151
165 <div class="video-attribute"> 152 <div class="video-attributes">
166 <span i18n class="video-attribute-label">Category</span> 153 <div class="video-attribute">
167 <span *ngIf="!video.category.id" class="video-attribute-value">{{ video.category.label }}</span> 154 <span i18n class="video-attribute-label">Privacy</span>
168 <a 155 <span class="video-attribute-value">{{ video.privacy.label }}</span>
169 *ngIf="video.category.id" class="video-attribute-value" 156 </div>
170 [routerLink]="[ '/search' ]" [queryParams]="{ categoryOneOf: [ video.category.id ] }"
171 >{{ video.category.label }}</a>
172 </div>
173 157
174 <div class="video-attribute"> 158 <div *ngIf="!!video.originallyPublishedAt" class="video-attribute">
175 <span i18n class="video-attribute-label">Licence</span> 159 <span i18n class="video-attribute-label">Originally published</span>
176 <span *ngIf="!video.licence.id" class="video-attribute-value">{{ video.licence.label }}</span> 160 <span class="video-attribute-value">{{ video.originallyPublishedAt | date: 'dd MMMM yyyy' }}</span>
177 <a 161 </div>
178 *ngIf="video.licence.id" class="video-attribute-value"
179 [routerLink]="[ '/search' ]" [queryParams]="{ licenceOneOf: [ video.licence.id ] }"
180 >{{ video.licence.label }}</a>
181 </div>
182 162
183 <div class="video-attribute"> 163 <div class="video-attribute">
184 <span i18n class="video-attribute-label">Language</span> 164 <span i18n class="video-attribute-label">Category</span>
185 <span *ngIf="!video.language.id" class="video-attribute-value">{{ video.language.label }}</span> 165 <span *ngIf="!video.category.id" class="video-attribute-value">{{ video.category.label }}</span>
186 <a 166 <a
187 *ngIf="video.language.id" class="video-attribute-value" 167 *ngIf="video.category.id" class="video-attribute-value"
188 [routerLink]="[ '/search' ]" [queryParams]="{ languageOneOf: [ video.language.id ] }" 168 [routerLink]="[ '/search' ]" [queryParams]="{ categoryOneOf: [ video.category.id ] }"
189 >{{ video.language.label }}</a> 169 >{{ video.category.label }}</a>
190 </div> 170 </div>
191 171
192 <div class="video-attribute video-attribute-tags"> 172 <div class="video-attribute">
193 <span i18n class="video-attribute-label">Tags</span> 173 <span i18n class="video-attribute-label">Licence</span>
194 <a 174 <span *ngIf="!video.licence.id" class="video-attribute-value">{{ video.licence.label }}</span>
195 *ngFor="let tag of getVideoTags()" 175 <a
196 class="video-attribute-value" [routerLink]="[ '/search' ]" [queryParams]="{ tagsOneOf: [ tag ] }" 176 *ngIf="video.licence.id" class="video-attribute-value"
197 >{{ tag }}</a> 177 [routerLink]="[ '/search' ]" [queryParams]="{ licenceOneOf: [ video.licence.id ] }"
198 </div> 178 >{{ video.licence.label }}</a>
199 </div> 179 </div>
200 180
201 <my-video-comments [video]="video" [user]="user"></my-video-comments> 181 <div class="video-attribute">
182 <span i18n class="video-attribute-label">Language</span>
183 <span *ngIf="!video.language.id" class="video-attribute-value">{{ video.language.label }}</span>
184 <a
185 *ngIf="video.language.id" class="video-attribute-value"
186 [routerLink]="[ '/search' ]" [queryParams]="{ languageOneOf: [ video.language.id ] }"
187 >{{ video.language.label }}</a>
188 </div>
189
190 <div class="video-attribute video-attribute-tags">
191 <span i18n class="video-attribute-label">Tags</span>
192 <a
193 *ngFor="let tag of getVideoTags()"
194 class="video-attribute-value" [routerLink]="[ '/search' ]" [queryParams]="{ tagsOneOf: [ tag ] }"
195 >{{ tag }}</a>
196 </div>
202 </div> 197 </div>
203 198
204 <my-recommended-videos [inputRecommendation]="{ uuid: video.uuid, tags: video.tags }" [user]="user"></my-recommended-videos> 199 <my-video-comments [video]="video" [user]="user"></my-video-comments>
205 </div> 200 </div>
201
202 <my-recommended-videos [inputRecommendation]="{ uuid: video.uuid, tags: video.tags }" [user]="user"></my-recommended-videos>
206 </div> 203 </div>
207 204
208 <div class="privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false"> 205 <div class="row privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false">
209 <div class="privacy-concerns-text"> 206 <div class="privacy-concerns-text">
210 <strong i18n>Friendly Reminder: </strong> 207 <strong i18n>Friendly Reminder: </strong>
211 <ng-container i18n> 208 <ng-container i18n>
@@ -218,11 +215,9 @@
218 OK 215 OK
219 </div> 216 </div>
220 </div> 217 </div>
218</div>
221 219
222<ng-template [ngIf]="video !== null"> 220<ng-template [ngIf]="video !== null">
223 <my-video-support #videoSupportModal [video]="video"></my-video-support> 221 <my-video-support #videoSupportModal [video]="video"></my-video-support>
224 <my-video-share #videoShareModal [video]="video"></my-video-share> 222 <my-video-share #videoShareModal [video]="video"></my-video-share>
225 <my-video-download #videoDownloadModal [video]="video"></my-video-download>
226 <my-video-report #videoReportModal [video]="video"></my-video-report>
227 <my-video-blacklist #videoBlacklistModal [video]="video"></my-video-blacklist>
228</ng-template> 223</ng-template>
diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss
index b03ed197d..8ca5c4118 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -1,22 +1,63 @@
1@import '_variables'; 1@import '_variables';
2@import '_mixins'; 2@import '_mixins';
3@import '_bootstrap-variables'; 3@import '_bootstrap-variables';
4@import '_miniature';
4 5
5$other-videos-width: 260px; 6$other-videos-width: 260px;
7$player-factor: 1.7; // 16/9
6 8
7.root-row { 9@function getPlayerHeight($width){
8 flex-direction: column; 10 @return calc(#{$width} / #{$player-factor})
11}
12
13@function getPlayerWidth($height){
14 @return calc(#{$height} * #{$player-factor})
15}
16
17@mixin playlist-below-player {
18 width: 100% !important;
19 height: auto !important;
20 max-height: 300px !important;
21 border-bottom: 1px solid $separator-border-color !important;
22}
23
24.root {
25 &.theater-enabled #video-wrapper {
26 flex-direction: column;
27 justify-content: center;
28
29 #videojs-wrapper {
30 width: 100%;
31 }
32
33 /deep/ .video-js {
34 $height: calc(100vh - #{$header-height} - #{$theater-bottom-space});
35
36 height: $height;
37 width: 100%;
38 }
39
40 my-video-watch-playlist /deep/ .playlist {
41 @include playlist-below-player;
42 }
43 }
9} 44}
10 45
11.blacklisted-label { 46.blacklisted-label {
12 font-weight: $font-semibold; 47 font-weight: $font-semibold;
13} 48}
14 49
15#video-element-wrapper { 50#video-wrapper {
16 background-color: #000; 51 background-color: #000;
17 display: flex; 52 display: flex;
18 justify-content: center; 53 justify-content: center;
19 flex-grow: 1; 54 margin: 0 -15px;
55
56 #videojs-wrapper {
57 display: flex;
58 justify-content: center;
59 flex-grow: 1;
60 }
20 61
21 .remote-server-down { 62 .remote-server-down {
22 color: #fff; 63 color: #fff;
@@ -40,13 +81,8 @@ $other-videos-width: 260px;
40 } 81 }
41 82
42 /deep/ .video-js { 83 /deep/ .video-js {
43 width: 888px; 84 width: getPlayerWidth(66vh);
44 height: 500px; 85 height: 66vh;
45
46 &.vjs-theater-enabled {
47 height: calc(100vh - #{$header-height} - #{$theater-bottom-space});
48 width: 100%;
49 }
50 86
51 // VideoJS create an inner video player 87 // VideoJS create an inner video player
52 video { 88 video {
@@ -59,13 +95,14 @@ $other-videos-width: 260px;
59 .remote-server-down, 95 .remote-server-down,
60 /deep/ .video-js { 96 /deep/ .video-js {
61 width: 100vw; 97 width: 100vw;
62 height: calc(100vw / 1.7); // 16/9 98 height: getPlayerHeight(100vw)
63 } 99 }
64 } 100 }
65} 101}
66 102
67.alert { 103.alert {
68 text-align: center; 104 text-align: center;
105 border-radius: 0;
69} 106}
70 107
71#video-not-found { 108#video-not-found {
@@ -78,6 +115,7 @@ $other-videos-width: 260px;
78} 115}
79 116
80.video-bottom { 117.video-bottom {
118 display: flex;
81 margin-top: 40px; 119 margin-top: 40px;
82 120
83 .video-info { 121 .video-info {
@@ -176,7 +214,9 @@ $other-videos-width: 260px;
176 display: flex; 214 display: flex;
177 align-items: center; 215 align-items: center;
178 216
179 .action-button:not(:first-child), .action-more { 217 .action-button:not(:first-child),
218 .action-dropdown,
219 my-video-actions-dropdown {
180 margin-left: 10px; 220 margin-left: 10px;
181 } 221 }
182 222
@@ -212,25 +252,16 @@ $other-videos-width: 260px;
212 } 252 }
213 } 253 }
214 254
215 .icon-text { 255 &.action-button-save {
216 margin-left: 3px;
217 }
218 }
219
220 .action-more {
221 display: inline-block;
222
223 .dropdown-menu .dropdown-item {
224 padding: 6px 24px;
225
226 my-global-icon { 256 my-global-icon {
227 width: 24px; 257 top: 0 !important;
228 258 right: -1px;
229 margin-right: 10px;
230 position: relative;
231 top: -2px;
232 } 259 }
233 } 260 }
261
262 .icon-text {
263 margin-left: 3px;
264 }
234 } 265 }
235 } 266 }
236 267
@@ -286,7 +317,7 @@ $other-videos-width: 260px;
286 margin-bottom: 12px; 317 margin-bottom: 12px;
287 318
288 .video-attribute-label { 319 .video-attribute-label {
289 min-width: 91px; 320 min-width: 142px;
290 padding-right: 5px; 321 padding-right: 5px;
291 display: inline-block; 322 display: inline-block;
292 color: $grey-foreground-color; 323 color: $grey-foreground-color;
@@ -314,7 +345,7 @@ $other-videos-width: 260px;
314 345
315 /deep/ .other-videos { 346 /deep/ .other-videos {
316 padding-left: 15px; 347 padding-left: 15px;
317 width: $other-videos-width; 348 flex-basis: $other-videos-width;
318 349
319 .title-page { 350 .title-page {
320 margin-top: 0 !important; 351 margin-top: 0 !important;
@@ -322,14 +353,11 @@ $other-videos-width: 260px;
322 353
323 .video-miniature { 354 .video-miniature {
324 display: flex; 355 display: flex;
356 width: $other-videos-width;
325 height: 100%; 357 height: 100%;
326 margin-bottom: 20px; 358 margin-bottom: 20px;
327 flex-wrap: wrap; 359 flex-wrap: wrap;
328 360
329 .video-miniature-information {
330 flex-grow: 1;
331 }
332
333 .video-thumbnail { 361 .video-thumbnail {
334 margin-right: 10px 362 margin-right: 10px
335 } 363 }
@@ -350,14 +378,14 @@ my-video-comments {
350 378
351@media screen and (max-width: $small-view) { 379@media screen and (max-width: $small-view) {
352 .privacy-concerns { 380 .privacy-concerns {
353 margin-left: $menu-width; 381 margin-left: $menu-width - 15px; // Menu is absolute
354 } 382 }
355} 383}
356 384
357:host-context(.expanded) { 385:host-context(.expanded) {
358 .privacy-concerns { 386 .privacy-concerns {
359 width: 100%; 387 width: 100%;
360 margin-left: 0; 388 margin-left: -15px;
361 } 389 }
362} 390}
363 391
@@ -368,6 +396,7 @@ my-video-comments {
368 padding: 5px 15px; 396 padding: 5px 15px;
369 397
370 display: flex; 398 display: flex;
399 flex-wrap: nowrap;
371 align-items: center; 400 align-items: center;
372 justify-content: flex-start; 401 justify-content: flex-start;
373 background-color: rgba(0, 0, 0, 0.9); 402 background-color: rgba(0, 0, 0, 0.9);
@@ -403,12 +432,6 @@ my-video-comments {
403 } 432 }
404} 433}
405 434
406@media screen and (min-width: map-get($grid-breakpoints, xl)) {
407 .video-bottom .video-info {
408 max-width: calc(100% - #{$other-videos-width});
409 }
410}
411
412@media screen and (max-width: 1600px) { 435@media screen and (max-width: 1600px) {
413 .video-bottom .video-info .video-attributes .video-attribute { 436 .video-bottom .video-info .video-attributes .video-attribute {
414 margin-bottom: 5px; 437 margin-bottom: 5px;
@@ -426,9 +449,33 @@ my-video-comments {
426 } 449 }
427} 450}
428 451
452@media screen and (max-width: 1100px) {
453 #video-wrapper {
454 flex-direction: column;
455 justify-content: center;
456
457 my-video-watch-playlist /deep/ .playlist {
458 @include playlist-below-player;
459 }
460 }
461
462 .video-bottom {
463 flex-direction: column;
464
465 /deep/ .other-videos {
466 padding-left: 0 !important;
467
468 /deep/ .video-miniature {
469 flex-direction: row;
470 width: auto;
471 }
472 }
473 }
474}
475
429@media screen and (max-width: 600px) { 476@media screen and (max-width: 600px) {
430 .video-bottom { 477 .video-bottom {
431 margin: 20px 0 0 0; 478 margin: 20px 0 0 0 !important;
432 479
433 .video-info { 480 .video-info {
434 padding: 0; 481 padding: 0;
@@ -443,12 +490,8 @@ my-video-comments {
443 } 490 }
444 } 491 }
445 492
446 /deep/ .other-videos { 493 /deep/ .other-videos .video-miniature {
447 padding-left: 0 !important; 494 flex-direction: column;
448
449 /deep/ .video-miniature {
450 flex-direction: column;
451 }
452 } 495 }
453 496
454 .privacy-concerns { 497 .privacy-concerns {
diff --git a/client/src/app/videos/+video-watch/video-watch.component.ts b/client/src/app/videos/+video-watch/video-watch.component.ts
index ee504bc58..b147b75b0 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.ts
+++ b/client/src/app/videos/+video-watch/video-watch.component.ts
@@ -7,29 +7,29 @@ import { VideoSupportComponent } from '@app/videos/+video-watch/modal/video-supp
7import { MetaService } from '@ngx-meta/core' 7import { MetaService } from '@ngx-meta/core'
8import { Notifier, ServerService } from '@app/core' 8import { Notifier, ServerService } from '@app/core'
9import { forkJoin, Subscription } from 'rxjs' 9import { forkJoin, Subscription } from 'rxjs'
10// FIXME: something weird with our path definition in tsconfig and typings
11// @ts-ignore
12import videojs from 'video.js'
13import 'videojs-hotkeys'
14import { Hotkey, HotkeysService } from 'angular2-hotkeys' 10import { Hotkey, HotkeysService } from 'angular2-hotkeys'
15import * as WebTorrent from 'webtorrent'
16import { UserVideoRateType, VideoCaption, VideoPrivacy, VideoState } from '../../../../../shared' 11import { UserVideoRateType, VideoCaption, VideoPrivacy, VideoState } from '../../../../../shared'
17import '../../../assets/player/peertube-videojs-plugin'
18import { AuthService, ConfirmService } from '../../core' 12import { AuthService, ConfirmService } from '../../core'
19import { RestExtractor, VideoBlacklistService } from '../../shared' 13import { RestExtractor, VideoBlacklistService } from '../../shared'
20import { VideoDetails } from '../../shared/video/video-details.model' 14import { VideoDetails } from '../../shared/video/video-details.model'
21import { VideoService } from '../../shared/video/video.service' 15import { VideoService } from '../../shared/video/video.service'
22import { VideoDownloadComponent } from './modal/video-download.component'
23import { VideoReportComponent } from './modal/video-report.component'
24import { VideoShareComponent } from './modal/video-share.component' 16import { VideoShareComponent } from './modal/video-share.component'
25import { VideoBlacklistComponent } from './modal/video-blacklist.component'
26import { SubscribeButtonComponent } from '@app/shared/user-subscription/subscribe-button.component' 17import { SubscribeButtonComponent } from '@app/shared/user-subscription/subscribe-button.component'
27import { addContextMenu, getVideojsOptions, loadLocaleInVideoJS } from '../../../assets/player/peertube-player'
28import { I18n } from '@ngx-translate/i18n-polyfill' 18import { I18n } from '@ngx-translate/i18n-polyfill'
29import { environment } from '../../../environments/environment' 19import { environment } from '../../../environments/environment'
30import { getDevLocale, isOnDevLocale } from '@app/shared/i18n/i18n-utils'
31import { VideoCaptionService } from '@app/shared/video-caption' 20import { VideoCaptionService } from '@app/shared/video-caption'
32import { MarkdownService } from '@app/shared/renderer' 21import { MarkdownService } from '@app/shared/renderer'
22import {
23 P2PMediaLoaderOptions,
24 PeertubePlayerManager,
25 PeertubePlayerManagerOptions,
26 PlayerMode
27} from '../../../assets/player/peertube-player-manager'
28import { VideoPlaylist } from '@app/shared/video-playlist/video-playlist.model'
29import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service'
30import { Video } from '@app/shared/video/video.model'
31import { isWebRTCDisabled } from '../../../assets/player/utils'
32import { VideoWatchPlaylistComponent } from '@app/videos/+video-watch/video-watch-playlist.component'
33 33
34@Component({ 34@Component({
35 selector: 'my-video-watch', 35 selector: 'my-video-watch',
@@ -39,19 +39,20 @@ import { MarkdownService } from '@app/shared/renderer'
39export class VideoWatchComponent implements OnInit, OnDestroy { 39export class VideoWatchComponent implements OnInit, OnDestroy {
40 private static LOCAL_STORAGE_PRIVACY_CONCERN_KEY = 'video-watch-privacy-concern' 40 private static LOCAL_STORAGE_PRIVACY_CONCERN_KEY = 'video-watch-privacy-concern'
41 41
42 @ViewChild('videoDownloadModal') videoDownloadModal: VideoDownloadComponent 42 @ViewChild('videoWatchPlaylist') videoWatchPlaylist: VideoWatchPlaylistComponent
43 @ViewChild('videoShareModal') videoShareModal: VideoShareComponent 43 @ViewChild('videoShareModal') videoShareModal: VideoShareComponent
44 @ViewChild('videoReportModal') videoReportModal: VideoReportComponent
45 @ViewChild('videoSupportModal') videoSupportModal: VideoSupportComponent 44 @ViewChild('videoSupportModal') videoSupportModal: VideoSupportComponent
46 @ViewChild('videoBlacklistModal') videoBlacklistModal: VideoBlacklistComponent
47 @ViewChild('subscribeButton') subscribeButton: SubscribeButtonComponent 45 @ViewChild('subscribeButton') subscribeButton: SubscribeButtonComponent
48 46
49 player: videojs.Player 47 player: any
50 playerElement: HTMLVideoElement 48 playerElement: HTMLVideoElement
49 theaterEnabled = false
51 userRating: UserVideoRateType = null 50 userRating: UserVideoRateType = null
52 video: VideoDetails = null 51 video: VideoDetails = null
53 descriptionLoading = false 52 descriptionLoading = false
54 53
54 playlist: VideoPlaylist = null
55
55 completeDescriptionShown = false 56 completeDescriptionShown = false
56 completeVideoDescription: string 57 completeVideoDescription: string
57 shortVideoDescription: string 58 shortVideoDescription: string
@@ -61,8 +62,10 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
61 remoteServerDown = false 62 remoteServerDown = false
62 hotkeys: Hotkey[] 63 hotkeys: Hotkey[]
63 64
64 private videojsLocaleLoaded = false 65 private currentTime: number
65 private paramsSub: Subscription 66 private paramsSub: Subscription
67 private queryParamsSub: Subscription
68 private configSub: Subscription
66 69
67 constructor ( 70 constructor (
68 private elementRef: ElementRef, 71 private elementRef: ElementRef,
@@ -70,6 +73,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
70 private route: ActivatedRoute, 73 private route: ActivatedRoute,
71 private router: Router, 74 private router: Router,
72 private videoService: VideoService, 75 private videoService: VideoService,
76 private playlistService: VideoPlaylistService,
73 private videoBlacklistService: VideoBlacklistService, 77 private videoBlacklistService: VideoBlacklistService,
74 private confirmService: ConfirmService, 78 private confirmService: ConfirmService,
75 private metaService: MetaService, 79 private metaService: MetaService,
@@ -91,37 +95,28 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
91 } 95 }
92 96
93 ngOnInit () { 97 ngOnInit () {
94 if ( 98 this.configSub = this.serverService.configLoaded
95 WebTorrent.WEBRTC_SUPPORT === false || 99 .subscribe(() => {
96 peertubeLocalStorage.getItem(VideoWatchComponent.LOCAL_STORAGE_PRIVACY_CONCERN_KEY) === 'true' 100 if (
97 ) { 101 isWebRTCDisabled() ||
98 this.hasAlreadyAcceptedPrivacyConcern = true 102 this.serverService.getConfig().tracker.enabled === false ||
99 } 103 peertubeLocalStorage.getItem(VideoWatchComponent.LOCAL_STORAGE_PRIVACY_CONCERN_KEY) === 'true'
104 ) {
105 this.hasAlreadyAcceptedPrivacyConcern = true
106 }
107 })
100 108
101 this.paramsSub = this.route.params.subscribe(routeParams => { 109 this.paramsSub = this.route.params.subscribe(routeParams => {
102 const uuid = routeParams[ 'uuid' ] 110 const videoId = routeParams[ 'videoId' ]
103 111 if (videoId) this.loadVideo(videoId)
104 // Video did not change
105 if (this.video && this.video.uuid === uuid) return
106
107 if (this.player) this.player.pause()
108 112
109 // Video did change 113 const playlistId = routeParams[ 'playlistId' ]
110 forkJoin( 114 if (playlistId) this.loadPlaylist(playlistId)
111 this.videoService.getVideo(uuid), 115 })
112 this.videoCaptionService.listCaptions(uuid)
113 )
114 .pipe(
115 // If 401, the video is private or blacklisted so redirect to 404
116 catchError(err => this.restExtractor.redirectTo404IfNotFound(err, [ 400, 401, 403, 404 ]))
117 )
118 .subscribe(([ video, captionsResult ]) => {
119 const startTime = this.route.snapshot.queryParams.start
120 const subtitle = this.route.snapshot.queryParams.subtitle
121 116
122 this.onVideoFetched(video, captionsResult.data, { startTime, subtitle }) 117 this.queryParamsSub = this.route.queryParams.subscribe(queryParams => {
123 .catch(err => this.handleError(err)) 118 const videoId = queryParams[ 'videoId' ]
124 }) 119 if (videoId) this.loadVideo(videoId)
125 }) 120 })
126 121
127 this.hotkeys = [ 122 this.hotkeys = [
@@ -147,7 +142,8 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
147 this.flushPlayer() 142 this.flushPlayer()
148 143
149 // Unsubscribe subscriptions 144 // Unsubscribe subscriptions
150 this.paramsSub.unsubscribe() 145 if (this.paramsSub) this.paramsSub.unsubscribe()
146 if (this.queryParamsSub) this.queryParamsSub.unsubscribe()
151 147
152 // Unbind hotkeys 148 // Unbind hotkeys
153 if (this.isUserLoggedIn()) this.hotkeysService.remove(this.hotkeys) 149 if (this.isUserLoggedIn()) this.hotkeysService.remove(this.hotkeys)
@@ -209,96 +205,26 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
209 ) 205 )
210 } 206 }
211 207
212 showReportModal (event: Event) {
213 event.preventDefault()
214 this.videoReportModal.show()
215 }
216
217 showSupportModal () { 208 showSupportModal () {
218 this.videoSupportModal.show() 209 this.videoSupportModal.show()
219 } 210 }
220 211
221 showShareModal () { 212 showShareModal () {
222 const currentTime = this.player ? this.player.currentTime() : undefined 213 this.videoShareModal.show(this.currentTime)
223
224 this.videoShareModal.show(currentTime)
225 }
226
227 showDownloadModal (event: Event) {
228 event.preventDefault()
229 this.videoDownloadModal.show()
230 }
231
232 showBlacklistModal (event: Event) {
233 event.preventDefault()
234 this.videoBlacklistModal.show()
235 }
236
237 async unblacklistVideo (event: Event) {
238 event.preventDefault()
239
240 const confirmMessage = this.i18n(
241 'Do you really want to remove this video from the blacklist? It will be available again in the videos list.'
242 )
243
244 const res = await this.confirmService.confirm(confirmMessage, this.i18n('Unblacklist'))
245 if (res === false) return
246
247 this.videoBlacklistService.removeVideoFromBlacklist(this.video.id).subscribe(
248 () => {
249 this.notifier.success(this.i18n('Video {{name}} removed from the blacklist.', { name: this.video.name }))
250
251 this.video.blacklisted = false
252 this.video.blacklistedReason = null
253 },
254
255 err => this.notifier.error(err.message)
256 )
257 } 214 }
258 215
259 isUserLoggedIn () { 216 isUserLoggedIn () {
260 return this.authService.isLoggedIn() 217 return this.authService.isLoggedIn()
261 } 218 }
262 219
263 isVideoUpdatable () {
264 return this.video.isUpdatableBy(this.authService.getUser())
265 }
266
267 isVideoBlacklistable () {
268 return this.video.isBlackistableBy(this.user)
269 }
270
271 isVideoUnblacklistable () {
272 return this.video.isUnblacklistableBy(this.user)
273 }
274
275 getVideoTags () { 220 getVideoTags () {
276 if (!this.video || Array.isArray(this.video.tags) === false) return [] 221 if (!this.video || Array.isArray(this.video.tags) === false) return []
277 222
278 return this.video.tags 223 return this.video.tags
279 } 224 }
280 225
281 isVideoRemovable () { 226 onVideoRemoved () {
282 return this.video.isRemovableBy(this.authService.getUser()) 227 this.redirectService.redirectToHomepage()
283 }
284
285 async removeVideo (event: Event) {
286 event.preventDefault()
287
288 const res = await this.confirmService.confirm(this.i18n('Do you really want to delete this video?'), this.i18n('Delete'))
289 if (res === false) return
290
291 this.videoService.removeVideo(this.video.id)
292 .subscribe(
293 () => {
294 this.notifier.success(this.i18n('Video {{videoName}} deleted.', { videoName: this.video.name }))
295
296 // Go back to the video-list.
297 this.redirectService.redirectToHomepage()
298 },
299
300 error => this.notifier.error(error.message)
301 )
302 } 228 }
303 229
304 acceptedPrivacyConcern () { 230 acceptedPrivacyConcern () {
@@ -318,13 +244,61 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
318 return this.video && this.video.scheduledUpdate !== undefined 244 return this.video && this.video.scheduledUpdate !== undefined
319 } 245 }
320 246
247 isVideoBlur (video: Video) {
248 return video.isVideoNSFWForUser(this.user, this.serverService.getConfig())
249 }
250
251 private loadVideo (videoId: string) {
252 // Video did not change
253 if (this.video && this.video.uuid === videoId) return
254
255 if (this.player) this.player.pause()
256
257 // Video did change
258 forkJoin(
259 this.videoService.getVideo(videoId),
260 this.videoCaptionService.listCaptions(videoId)
261 )
262 .pipe(
263 // If 401, the video is private or blacklisted so redirect to 404
264 catchError(err => this.restExtractor.redirectTo404IfNotFound(err, [ 400, 401, 403, 404 ]))
265 )
266 .subscribe(([ video, captionsResult ]) => {
267 const queryParams = this.route.snapshot.queryParams
268 const startTime = queryParams.start
269 const stopTime = queryParams.stop
270 const subtitle = queryParams.subtitle
271 const playerMode = queryParams.mode
272
273 this.onVideoFetched(video, captionsResult.data, { startTime, stopTime, subtitle, playerMode })
274 .catch(err => this.handleError(err))
275 })
276 }
277
278 private loadPlaylist (playlistId: string) {
279 // Playlist did not change
280 if (this.playlist && this.playlist.uuid === playlistId) return
281
282 this.playlistService.getVideoPlaylist(playlistId)
283 .pipe(
284 // If 401, the video is private or blacklisted so redirect to 404
285 catchError(err => this.restExtractor.redirectTo404IfNotFound(err, [ 400, 401, 403, 404 ]))
286 )
287 .subscribe(playlist => {
288 this.playlist = playlist
289
290 const videoId = this.route.snapshot.queryParams['videoId']
291 this.videoWatchPlaylist.loadPlaylistElements(playlist, !videoId)
292 })
293 }
294
321 private updateVideoDescription (description: string) { 295 private updateVideoDescription (description: string) {
322 this.video.description = description 296 this.video.description = description
323 this.setVideoDescriptionHTML() 297 this.setVideoDescriptionHTML()
324 } 298 }
325 299
326 private setVideoDescriptionHTML () { 300 private async setVideoDescriptionHTML () {
327 this.videoHTMLDescription = this.markdownService.textMarkdownToHTML(this.video.description) 301 this.videoHTMLDescription = await this.markdownService.textMarkdownToHTML(this.video.description)
328 } 302 }
329 303
330 private setVideoLikesBarTooltipText () { 304 private setVideoLikesBarTooltipText () {
@@ -366,19 +340,26 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
366 ) 340 )
367 } 341 }
368 342
369 private async onVideoFetched (video: VideoDetails, videoCaptions: VideoCaption[], urlOptions: { startTime: number, subtitle: string }) { 343 private async onVideoFetched (
344 video: VideoDetails,
345 videoCaptions: VideoCaption[],
346 urlOptions: { startTime?: number, stopTime?: number, subtitle?: string, playerMode?: string }
347 ) {
370 this.video = video 348 this.video = video
371 349
372 // Re init attributes 350 // Re init attributes
373 this.descriptionLoading = false 351 this.descriptionLoading = false
374 this.completeDescriptionShown = false 352 this.completeDescriptionShown = false
375 this.remoteServerDown = false 353 this.remoteServerDown = false
354 this.currentTime = undefined
355
356 this.videoWatchPlaylist.updatePlaylistIndex(video)
376 357
377 let startTime = urlOptions.startTime || (this.video.userHistory ? this.video.userHistory.currentTime : 0) 358 let startTime = urlOptions.startTime || (this.video.userHistory ? this.video.userHistory.currentTime : 0)
378 // If we are at the end of the video, reset the timer 359 // If we are at the end of the video, reset the timer
379 if (this.video.duration - startTime <= 1) startTime = 0 360 if (this.video.duration - startTime <= 1) startTime = 0
380 361
381 if (this.video.isVideoNSFWForUser(this.user, this.serverService.getConfig())) { 362 if (this.isVideoBlur(this.video)) {
382 const res = await this.confirmService.confirm( 363 const res = await this.confirmService.confirm(
383 this.i18n('This video contains mature or explicit content. Are you sure you want to watch it?'), 364 this.i18n('This video contains mature or explicit content. Are you sure you want to watch it?'),
384 this.i18n('Mature or explicit content') 365 this.i18n('Mature or explicit content')
@@ -390,7 +371,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
390 this.flushPlayer() 371 this.flushPlayer()
391 372
392 // Build video element, because videojs remove it on dispose 373 // Build video element, because videojs remove it on dispose
393 const playerElementWrapper = this.elementRef.nativeElement.querySelector('#video-element-wrapper') 374 const playerElementWrapper = this.elementRef.nativeElement.querySelector('#videojs-wrapper')
394 this.playerElement = document.createElement('video') 375 this.playerElement = document.createElement('video')
395 this.playerElement.className = 'video-js vjs-peertube-skin' 376 this.playerElement.className = 'video-js vjs-peertube-skin'
396 this.playerElement.setAttribute('playsinline', 'true') 377 this.playerElement.setAttribute('playsinline', 'true')
@@ -402,40 +383,94 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
402 src: environment.apiUrl + c.captionPath 383 src: environment.apiUrl + c.captionPath
403 })) 384 }))
404 385
405 const videojsOptions = getVideojsOptions({ 386 const options: PeertubePlayerManagerOptions = {
406 autoplay: this.isAutoplay(), 387 common: {
407 inactivityTimeout: 2500, 388 autoplay: this.isAutoplay(),
408 videoFiles: this.video.files, 389
409 videoCaptions: playerCaptions, 390 playerElement: this.playerElement,
410 playerElement: this.playerElement, 391 onPlayerElementChange: (element: HTMLVideoElement) => this.playerElement = element,
411 videoViewUrl: this.video.privacy.id !== VideoPrivacy.PRIVATE ? this.videoService.getVideoViewUrl(this.video.uuid) : null, 392
412 videoDuration: this.video.duration, 393 videoDuration: this.video.duration,
413 enableHotkeys: true, 394 enableHotkeys: true,
414 peertubeLink: false, 395 inactivityTimeout: 2500,
415 poster: this.video.previewUrl, 396 poster: this.video.previewUrl,
416 startTime, 397 startTime,
417 subtitle: urlOptions.subtitle, 398 stopTime: urlOptions.stopTime,
418 theaterMode: true, 399
419 language: this.localeId, 400 theaterMode: true,
420 401 captions: videoCaptions.length !== 0,
421 userWatching: this.user && this.user.videosHistoryEnabled === true ? { 402 peertubeLink: false,
422 url: this.videoService.getUserWatchingVideoUrl(this.video.uuid), 403
423 authorizationHeader: this.authService.getRequestHeaderValue() 404 videoViewUrl: this.video.privacy.id !== VideoPrivacy.PRIVATE ? this.videoService.getVideoViewUrl(this.video.uuid) : null,
424 } : undefined 405 embedUrl: this.video.embedUrl,
425 })
426 406
427 if (this.videojsLocaleLoaded === false) { 407 language: this.localeId,
428 await loadLocaleInVideoJS(environment.apiUrl, videojs, isOnDevLocale() ? getDevLocale() : this.localeId) 408
429 this.videojsLocaleLoaded = true 409 subtitle: urlOptions.subtitle,
410
411 userWatching: this.user && this.user.videosHistoryEnabled === true ? {
412 url: this.videoService.getUserWatchingVideoUrl(this.video.uuid),
413 authorizationHeader: this.authService.getRequestHeaderValue()
414 } : undefined,
415
416 serverUrl: environment.apiUrl,
417
418 videoCaptions: playerCaptions
419 },
420
421 webtorrent: {
422 videoFiles: this.video.files
423 }
424 }
425
426 let mode: PlayerMode
427
428 if (urlOptions.playerMode) {
429 if (urlOptions.playerMode === 'p2p-media-loader') mode = 'p2p-media-loader'
430 else mode = 'webtorrent'
431 } else {
432 if (this.video.hasHlsPlaylist()) mode = 'p2p-media-loader'
433 else mode = 'webtorrent'
434 }
435
436 if (mode === 'p2p-media-loader') {
437 const hlsPlaylist = this.video.getHlsPlaylist()
438
439 const p2pMediaLoader = {
440 playlistUrl: hlsPlaylist.playlistUrl,
441 segmentsSha256Url: hlsPlaylist.segmentsSha256Url,
442 redundancyBaseUrls: hlsPlaylist.redundancies.map(r => r.baseUrl),
443 trackerAnnounce: this.video.trackerUrls,
444 videoFiles: this.video.files
445 } as P2PMediaLoaderOptions
446
447 Object.assign(options, { p2pMediaLoader })
430 } 448 }
431 449
432 const self = this
433 this.zone.runOutsideAngular(async () => { 450 this.zone.runOutsideAngular(async () => {
434 videojs(this.playerElement, videojsOptions, function (this: videojs.Player) { 451 this.player = await PeertubePlayerManager.initialize(mode, options)
435 self.player = this 452 this.theaterEnabled = this.player.theaterEnabled
436 this.on('customError', ({ err }: { err: any }) => self.handleError(err)) 453
454 this.player.on('customError', ({ err }: { err: any }) => this.handleError(err))
455
456 this.player.on('timeupdate', () => {
457 this.currentTime = Math.floor(this.player.currentTime())
458 })
459
460 this.player.one('ended', () => {
461 if (this.playlist) {
462 this.zone.run(() => this.videoWatchPlaylist.navigateToNextPlaylistVideo())
463 }
464 })
465
466 this.player.one('stopped', () => {
467 if (this.playlist) {
468 this.zone.run(() => this.videoWatchPlaylist.navigateToNextPlaylistVideo())
469 }
470 })
437 471
438 addContextMenu(self.player, self.video.embedUrl) 472 this.player.on('theaterChange', (_: any, enabled: boolean) => {
473 this.zone.run(() => this.theaterEnabled = enabled)
439 }) 474 })
440 }) 475 })
441 476
diff --git a/client/src/app/videos/+video-watch/video-watch.module.ts b/client/src/app/videos/+video-watch/video-watch.module.ts
index 2f448db78..67596a3da 100644
--- a/client/src/app/videos/+video-watch/video-watch.module.ts
+++ b/client/src/app/videos/+video-watch/video-watch.module.ts
@@ -1,26 +1,22 @@
1import { NgModule } from '@angular/core' 1import { NgModule } from '@angular/core'
2import { VideoSupportComponent } from '@app/videos/+video-watch/modal/video-support.component' 2import { VideoSupportComponent } from '@app/videos/+video-watch/modal/video-support.component'
3import { ClipboardModule } from 'ngx-clipboard'
4import { SharedModule } from '../../shared' 3import { SharedModule } from '../../shared'
5import { VideoCommentAddComponent } from './comment/video-comment-add.component' 4import { VideoCommentAddComponent } from './comment/video-comment-add.component'
6import { VideoCommentComponent } from './comment/video-comment.component' 5import { VideoCommentComponent } from './comment/video-comment.component'
7import { VideoCommentService } from './comment/video-comment.service' 6import { VideoCommentService } from './comment/video-comment.service'
8import { VideoCommentsComponent } from './comment/video-comments.component' 7import { VideoCommentsComponent } from './comment/video-comments.component'
9import { VideoDownloadComponent } from './modal/video-download.component'
10import { VideoReportComponent } from './modal/video-report.component'
11import { VideoShareComponent } from './modal/video-share.component' 8import { VideoShareComponent } from './modal/video-share.component'
12import { VideoWatchRoutingModule } from './video-watch-routing.module' 9import { VideoWatchRoutingModule } from './video-watch-routing.module'
13import { VideoWatchComponent } from './video-watch.component' 10import { VideoWatchComponent } from './video-watch.component'
14import { NgxQRCodeModule } from 'ngx-qrcode2' 11import { NgxQRCodeModule } from 'ngx-qrcode2'
15import { NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap' 12import { NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap'
16import { VideoBlacklistComponent } from '@app/videos/+video-watch/modal/video-blacklist.component'
17import { RecommendationsModule } from '@app/videos/recommendations/recommendations.module' 13import { RecommendationsModule } from '@app/videos/recommendations/recommendations.module'
14import { VideoWatchPlaylistComponent } from '@app/videos/+video-watch/video-watch-playlist.component'
18 15
19@NgModule({ 16@NgModule({
20 imports: [ 17 imports: [
21 VideoWatchRoutingModule, 18 VideoWatchRoutingModule,
22 SharedModule, 19 SharedModule,
23 ClipboardModule,
24 NgbTooltipModule, 20 NgbTooltipModule,
25 NgxQRCodeModule, 21 NgxQRCodeModule,
26 RecommendationsModule 22 RecommendationsModule
@@ -28,11 +24,9 @@ import { RecommendationsModule } from '@app/videos/recommendations/recommendatio
28 24
29 declarations: [ 25 declarations: [
30 VideoWatchComponent, 26 VideoWatchComponent,
27 VideoWatchPlaylistComponent,
31 28
32 VideoDownloadComponent,
33 VideoShareComponent, 29 VideoShareComponent,
34 VideoReportComponent,
35 VideoBlacklistComponent,
36 VideoSupportComponent, 30 VideoSupportComponent,
37 VideoCommentsComponent, 31 VideoCommentsComponent,
38 VideoCommentAddComponent, 32 VideoCommentAddComponent,
diff --git a/client/src/app/videos/recommendations/recent-videos-recommendation.service.spec.ts b/client/src/app/videos/recommendations/recent-videos-recommendation.service.spec.ts
deleted file mode 100644
index 698b2e27b..000000000
--- a/client/src/app/videos/recommendations/recent-videos-recommendation.service.spec.ts
+++ /dev/null
@@ -1,66 +0,0 @@
1import { RecentVideosRecommendationService } from '@app/videos/recommendations/recent-videos-recommendation.service'
2import { VideosProvider } from '@app/shared/video/video.service'
3import { EMPTY, of } from 'rxjs'
4import Mock = jest.Mock
5
6describe('"Recent Videos" Recommender', () => {
7 describe('getRecommendations', () => {
8 let videosService: VideosProvider
9 let service: RecentVideosRecommendationService
10 let getVideosMock: Mock<any>
11 beforeEach(() => {
12 getVideosMock = jest.fn(() => EMPTY)
13 videosService = {
14 getVideos: getVideosMock
15 }
16 service = new RecentVideosRecommendationService(videosService)
17 })
18 it('should filter out the given UUID from the results', async (done) => {
19 const vids = [
20 { uuid: 'uuid1' },
21 { uuid: 'uuid2' }
22 ]
23 getVideosMock.mockReturnValueOnce(of({ videos: vids }))
24 const result = await service.getRecommendations({ uuid: 'uuid1' }).toPromise()
25 const uuids = result.map(v => v.uuid)
26 expect(uuids).toEqual(['uuid2'])
27 done()
28 })
29 it('should return 5 results when the given UUID is NOT in the first 5 results', async (done) => {
30 const vids = [
31 { uuid: 'uuid2' },
32 { uuid: 'uuid3' },
33 { uuid: 'uuid4' },
34 { uuid: 'uuid5' },
35 { uuid: 'uuid6' },
36 { uuid: 'uuid7' }
37 ]
38 getVideosMock.mockReturnValueOnce(of({ videos: vids }))
39 const result = await service.getRecommendations({ uuid: 'uuid1' }).toPromise()
40 expect(result.length).toEqual(5)
41 done()
42 })
43 it('should return 5 results when the given UUID IS PRESENT in the first 5 results', async (done) => {
44 const vids = [
45 { uuid: 'uuid1' },
46 { uuid: 'uuid2' },
47 { uuid: 'uuid3' },
48 { uuid: 'uuid4' },
49 { uuid: 'uuid5' },
50 { uuid: 'uuid6' }
51 ]
52 getVideosMock
53 .mockReturnValueOnce(of({ videos: vids }))
54 const result = await service.getRecommendations({ uuid: 'uuid1' }).toPromise()
55 expect(result.length).toEqual(5)
56 done()
57 })
58 it('should fetch an extra result in case the given UUID is in the list', async (done) => {
59 await service.getRecommendations({ uuid: 'uuid1' }).toPromise()
60 let expectedSize = service.pageSize + 1
61 let params = { currentPage: jasmine.anything(), itemsPerPage: expectedSize }
62 expect(getVideosMock).toHaveBeenCalledWith(params, jasmine.anything())
63 done()
64 })
65 })
66})
diff --git a/client/src/app/videos/recommendations/recommended-videos.component.html b/client/src/app/videos/recommendations/recommended-videos.component.html
index 73f9f0fe1..1fb89f8b0 100644
--- a/client/src/app/videos/recommendations/recommended-videos.component.html
+++ b/client/src/app/videos/recommendations/recommended-videos.component.html
@@ -4,6 +4,6 @@
4 </div> 4 </div>
5 5
6 <div *ngFor="let video of (videos$ | async)"> 6 <div *ngFor="let video of (videos$ | async)">
7 <my-video-miniature [video]="video" [user]="user"></my-video-miniature> 7 <my-video-miniature [video]="video" [user]="user" (videoBlacklisted)="onVideoRemoved()" (videoRemoved)="onVideoRemoved()"></my-video-miniature>
8 </div> 8 </div>
9</div> 9</div>
diff --git a/client/src/app/videos/recommendations/recommended-videos.component.ts b/client/src/app/videos/recommendations/recommended-videos.component.ts
index c6c1d9e5d..68fd750cc 100644
--- a/client/src/app/videos/recommendations/recommended-videos.component.ts
+++ b/client/src/app/videos/recommendations/recommended-videos.component.ts
@@ -29,4 +29,7 @@ export class RecommendedVideosComponent implements OnChanges {
29 } 29 }
30 } 30 }
31 31
32 onVideoRemoved () {
33 this.store.requestNewRecommendations(this.inputRecommendation)
34 }
32} 35}
diff --git a/client/src/app/videos/recommendations/recommended-videos.store.spec.ts b/client/src/app/videos/recommendations/recommended-videos.store.spec.ts
deleted file mode 100644
index e12a3f520..000000000
--- a/client/src/app/videos/recommendations/recommended-videos.store.spec.ts
+++ /dev/null
@@ -1,22 +0,0 @@
1import { RecommendedVideosStore } from '@app/videos/recommendations/recommended-videos.store'
2import { RecommendationService } from '@app/videos/recommendations/recommendations.service'
3
4describe('RecommendedVideosStore', () => {
5 describe('requestNewRecommendations', () => {
6 let store: RecommendedVideosStore
7 let service: RecommendationService
8 beforeEach(() => {
9 service = {
10 getRecommendations: jest.fn(() => new Promise((r) => r()))
11 }
12 store = new RecommendedVideosStore(service)
13 })
14 it('should pull new videos from the service one time when given the same UUID twice', () => {
15 store.requestNewRecommendations('some-uuid')
16 store.requestNewRecommendations('some-uuid')
17 // Requests aren't fulfilled until someone asks for them (ie: subscribes)
18 store.recommendations$.subscribe()
19 expect(service.getRecommendations).toHaveBeenCalledTimes(1)
20 })
21 })
22})
diff --git a/client/src/app/videos/video-list/video-local.component.ts b/client/src/app/videos/video-list/video-local.component.ts
index c0be4b885..13d4023c2 100644
--- a/client/src/app/videos/video-list/video-local.component.ts
+++ b/client/src/app/videos/video-list/video-local.component.ts
@@ -1,7 +1,6 @@
1import { Component, OnDestroy, OnInit } from '@angular/core' 1import { Component, OnDestroy, OnInit } from '@angular/core'
2import { ActivatedRoute, Router } from '@angular/router' 2import { ActivatedRoute, Router } from '@angular/router'
3import { immutableAssign } from '@app/shared/misc/utils' 3import { immutableAssign } from '@app/shared/misc/utils'
4import { Location } from '@angular/common'
5import { AuthService } from '../../core/auth' 4import { AuthService } from '../../core/auth'
6import { AbstractVideoList } from '../../shared/video/abstract-video-list' 5import { AbstractVideoList } from '../../shared/video/abstract-video-list'
7import { VideoSortField } from '../../shared/video/sort-field.type' 6import { VideoSortField } from '../../shared/video/sort-field.type'
@@ -10,7 +9,7 @@ import { VideoFilter } from '../../../../../shared/models/videos/video-query.typ
10import { I18n } from '@ngx-translate/i18n-polyfill' 9import { I18n } from '@ngx-translate/i18n-polyfill'
11import { ScreenService } from '@app/shared/misc/screen.service' 10import { ScreenService } from '@app/shared/misc/screen.service'
12import { UserRight } from '../../../../../shared/models/users' 11import { UserRight } from '../../../../../shared/models/users'
13import { Notifier } from '@app/core' 12import { Notifier, ServerService } from '@app/core'
14 13
15@Component({ 14@Component({
16 selector: 'my-videos-local', 15 selector: 'my-videos-local',
@@ -19,18 +18,17 @@ import { Notifier } from '@app/core'
19}) 18})
20export class VideoLocalComponent extends AbstractVideoList implements OnInit, OnDestroy { 19export class VideoLocalComponent extends AbstractVideoList implements OnInit, OnDestroy {
21 titlePage: string 20 titlePage: string
22 currentRoute = '/videos/local'
23 sort = '-publishedAt' as VideoSortField 21 sort = '-publishedAt' as VideoSortField
24 filter: VideoFilter = 'local' 22 filter: VideoFilter = 'local'
25 23
26 constructor ( 24 constructor (
27 protected router: Router, 25 protected router: Router,
26 protected serverService: ServerService,
28 protected route: ActivatedRoute, 27 protected route: ActivatedRoute,
29 protected notifier: Notifier, 28 protected notifier: Notifier,
30 protected authService: AuthService, 29 protected authService: AuthService,
31 protected location: Location,
32 protected i18n: I18n,
33 protected screenService: ScreenService, 30 protected screenService: ScreenService,
31 private i18n: I18n,
34 private videoService: VideoService 32 private videoService: VideoService
35 ) { 33 ) {
36 super() 34 super()
diff --git a/client/src/app/videos/video-list/video-overview.component.html b/client/src/app/videos/video-list/video-overview.component.html
index cb26592e3..b644dd798 100644
--- a/client/src/app/videos/video-list/video-overview.component.html
+++ b/client/src/app/videos/video-list/video-overview.component.html
@@ -7,7 +7,7 @@
7 <a routerLink="/search" [queryParams]="{ categoryOneOf: [ object.category.id ] }">{{ object.category.label }}</a> 7 <a routerLink="/search" [queryParams]="{ categoryOneOf: [ object.category.id ] }">{{ object.category.label }}</a>
8 </div> 8 </div>
9 9
10 <my-video-miniature *ngFor="let video of object.videos" [video]="video" [user]="user"></my-video-miniature> 10 <my-video-miniature *ngFor="let video of object.videos" [video]="video" [user]="user" [displayVideoActions]="false"></my-video-miniature>
11 </div> 11 </div>
12 12
13 <div class="section" *ngFor="let object of overview.tags"> 13 <div class="section" *ngFor="let object of overview.tags">
@@ -15,7 +15,7 @@
15 <a routerLink="/search" [queryParams]="{ tagsOneOf: [ object.tag ] }">#{{ object.tag }}</a> 15 <a routerLink="/search" [queryParams]="{ tagsOneOf: [ object.tag ] }">#{{ object.tag }}</a>
16 </div> 16 </div>
17 17
18 <my-video-miniature *ngFor="let video of object.videos" [video]="video" [user]="user"></my-video-miniature> 18 <my-video-miniature *ngFor="let video of object.videos" [video]="video" [user]="user" [displayVideoActions]="false"></my-video-miniature>
19 </div> 19 </div>
20 20
21 <div class="section channel" *ngFor="let object of overview.channels"> 21 <div class="section channel" *ngFor="let object of overview.channels">
@@ -27,7 +27,7 @@
27 </a> 27 </a>
28 </div> 28 </div>
29 29
30 <my-video-miniature *ngFor="let video of object.videos" [video]="video" [user]="user"></my-video-miniature> 30 <my-video-miniature *ngFor="let video of object.videos" [video]="video" [user]="user" [displayVideoActions]="false"></my-video-miniature>
31 </div> 31 </div>
32 32
33</div> 33</div>
diff --git a/client/src/app/videos/video-list/video-overview.component.scss b/client/src/app/videos/video-list/video-overview.component.scss
index aff45c072..a24766783 100644
--- a/client/src/app/videos/video-list/video-overview.component.scss
+++ b/client/src/app/videos/video-list/video-overview.component.scss
@@ -1,7 +1,10 @@
1@import '_variables'; 1@import '_variables';
2@import '_mixins'; 2@import '_mixins';
3@import '_miniature';
3 4
4.section { 5.section {
6 max-height: 500px; // 2 rows max
7 overflow: hidden;
5 padding-top: 10px; 8 padding-top: 10px;
6 9
7 &:first-child { 10 &:first-child {
@@ -43,11 +46,18 @@
43} 46}
44 47
45@media screen and (max-width: 500px) { 48@media screen and (max-width: 500px) {
49 .margin-content {
50 margin: 0 !important;
51 }
52
46 .section-title { 53 .section-title {
47 font-size: 17px; 54 font-size: 17px;
48 } 55 }
49 56
50 .section { 57 .section {
58 max-height: initial;
59 overflow: initial;
60
51 @include video-miniature-small-screen; 61 @include video-miniature-small-screen;
52 } 62 }
53} \ No newline at end of file 63}
diff --git a/client/src/app/videos/video-list/video-recently-added.component.ts b/client/src/app/videos/video-list/video-recently-added.component.ts
index f99c8abb6..80cef813e 100644
--- a/client/src/app/videos/video-list/video-recently-added.component.ts
+++ b/client/src/app/videos/video-list/video-recently-added.component.ts
@@ -1,6 +1,5 @@
1import { Component, OnDestroy, OnInit } from '@angular/core' 1import { Component, OnDestroy, OnInit } from '@angular/core'
2import { ActivatedRoute, Router } from '@angular/router' 2import { ActivatedRoute, Router } from '@angular/router'
3import { Location } from '@angular/common'
4import { immutableAssign } from '@app/shared/misc/utils' 3import { immutableAssign } from '@app/shared/misc/utils'
5import { AuthService } from '../../core/auth' 4import { AuthService } from '../../core/auth'
6import { AbstractVideoList } from '../../shared/video/abstract-video-list' 5import { AbstractVideoList } from '../../shared/video/abstract-video-list'
@@ -8,7 +7,7 @@ import { VideoSortField } from '../../shared/video/sort-field.type'
8import { VideoService } from '../../shared/video/video.service' 7import { VideoService } from '../../shared/video/video.service'
9import { I18n } from '@ngx-translate/i18n-polyfill' 8import { I18n } from '@ngx-translate/i18n-polyfill'
10import { ScreenService } from '@app/shared/misc/screen.service' 9import { ScreenService } from '@app/shared/misc/screen.service'
11import { Notifier } from '@app/core' 10import { Notifier, ServerService } from '@app/core'
12 11
13@Component({ 12@Component({
14 selector: 'my-videos-recently-added', 13 selector: 'my-videos-recently-added',
@@ -17,17 +16,16 @@ import { Notifier } from '@app/core'
17}) 16})
18export class VideoRecentlyAddedComponent extends AbstractVideoList implements OnInit, OnDestroy { 17export class VideoRecentlyAddedComponent extends AbstractVideoList implements OnInit, OnDestroy {
19 titlePage: string 18 titlePage: string
20 currentRoute = '/videos/recently-added'
21 sort: VideoSortField = '-publishedAt' 19 sort: VideoSortField = '-publishedAt'
22 20
23 constructor ( 21 constructor (
24 protected router: Router,
25 protected route: ActivatedRoute, 22 protected route: ActivatedRoute,
26 protected location: Location, 23 protected serverService: ServerService,
24 protected router: Router,
27 protected notifier: Notifier, 25 protected notifier: Notifier,
28 protected authService: AuthService, 26 protected authService: AuthService,
29 protected i18n: I18n,
30 protected screenService: ScreenService, 27 protected screenService: ScreenService,
28 private i18n: I18n,
31 private videoService: VideoService 29 private videoService: VideoService
32 ) { 30 ) {
33 super() 31 super()
diff --git a/client/src/app/videos/video-list/video-trending.component.ts b/client/src/app/videos/video-list/video-trending.component.ts
index 6fd74e67a..e2ad95bc4 100644
--- a/client/src/app/videos/video-list/video-trending.component.ts
+++ b/client/src/app/videos/video-list/video-trending.component.ts
@@ -1,6 +1,5 @@
1import { Component, OnDestroy, OnInit } from '@angular/core' 1import { Component, OnDestroy, OnInit } from '@angular/core'
2import { ActivatedRoute, Router } from '@angular/router' 2import { ActivatedRoute, Router } from '@angular/router'
3import { Location } from '@angular/common'
4import { immutableAssign } from '@app/shared/misc/utils' 3import { immutableAssign } from '@app/shared/misc/utils'
5import { AuthService } from '../../core/auth' 4import { AuthService } from '../../core/auth'
6import { AbstractVideoList } from '../../shared/video/abstract-video-list' 5import { AbstractVideoList } from '../../shared/video/abstract-video-list'
@@ -17,18 +16,16 @@ import { Notifier, ServerService } from '@app/core'
17}) 16})
18export class VideoTrendingComponent extends AbstractVideoList implements OnInit, OnDestroy { 17export class VideoTrendingComponent extends AbstractVideoList implements OnInit, OnDestroy {
19 titlePage: string 18 titlePage: string
20 currentRoute = '/videos/trending'
21 defaultSort: VideoSortField = '-trending' 19 defaultSort: VideoSortField = '-trending'
22 20
23 constructor ( 21 constructor (
24 protected router: Router, 22 protected router: Router,
23 protected serverService: ServerService,
25 protected route: ActivatedRoute, 24 protected route: ActivatedRoute,
26 protected notifier: Notifier, 25 protected notifier: Notifier,
27 protected authService: AuthService, 26 protected authService: AuthService,
28 protected location: Location,
29 protected screenService: ScreenService, 27 protected screenService: ScreenService,
30 private serverService: ServerService, 28 private i18n: I18n,
31 protected i18n: I18n,
32 private videoService: VideoService 29 private videoService: VideoService
33 ) { 30 ) {
34 super() 31 super()
@@ -45,11 +42,11 @@ export class VideoTrendingComponent extends AbstractVideoList implements OnInit,
45 42
46 if (trendingDays === 1) { 43 if (trendingDays === 1) {
47 this.titlePage = this.i18n('Trending for the last 24 hours') 44 this.titlePage = this.i18n('Trending for the last 24 hours')
48 this.titleTooltip = this.i18n('Trending videos are those totalizing the greatest number of views during the last 24 hours.') 45 this.titleTooltip = this.i18n('Trending videos are those totalizing the greatest number of views during the last 24 hours')
49 } else { 46 } else {
50 this.titlePage = this.i18n('Trending for the last {{days}} days', { days: trendingDays }) 47 this.titlePage = this.i18n('Trending for the last {{days}} days', { days: trendingDays })
51 this.titleTooltip = this.i18n( 48 this.titleTooltip = this.i18n(
52 'Trending videos are those totalizing the greatest number of views during the last {{days}} days.', 49 'Trending videos are those totalizing the greatest number of views during the last {{days}} days',
53 { days: trendingDays } 50 { days: trendingDays }
54 ) 51 )
55 } 52 }
diff --git a/client/src/app/videos/video-list/video-user-subscriptions.component.ts b/client/src/app/videos/video-list/video-user-subscriptions.component.ts
index bee828e12..2f0685ccc 100644
--- a/client/src/app/videos/video-list/video-user-subscriptions.component.ts
+++ b/client/src/app/videos/video-list/video-user-subscriptions.component.ts
@@ -1,7 +1,6 @@
1import { Component, OnDestroy, OnInit } from '@angular/core' 1import { Component, OnDestroy, OnInit } from '@angular/core'
2import { ActivatedRoute, Router } from '@angular/router' 2import { ActivatedRoute, Router } from '@angular/router'
3import { immutableAssign } from '@app/shared/misc/utils' 3import { immutableAssign } from '@app/shared/misc/utils'
4import { Location } from '@angular/common'
5import { AuthService } from '../../core/auth' 4import { AuthService } from '../../core/auth'
6import { AbstractVideoList } from '../../shared/video/abstract-video-list' 5import { AbstractVideoList } from '../../shared/video/abstract-video-list'
7import { VideoSortField } from '../../shared/video/sort-field.type' 6import { VideoSortField } from '../../shared/video/sort-field.type'
@@ -9,7 +8,7 @@ import { VideoService } from '../../shared/video/video.service'
9import { I18n } from '@ngx-translate/i18n-polyfill' 8import { I18n } from '@ngx-translate/i18n-polyfill'
10import { ScreenService } from '@app/shared/misc/screen.service' 9import { ScreenService } from '@app/shared/misc/screen.service'
11import { OwnerDisplayType } from '@app/shared/video/video-miniature.component' 10import { OwnerDisplayType } from '@app/shared/video/video-miniature.component'
12import { Notifier } from '@app/core' 11import { Notifier, ServerService } from '@app/core'
13 12
14@Component({ 13@Component({
15 selector: 'my-videos-user-subscriptions', 14 selector: 'my-videos-user-subscriptions',
@@ -18,18 +17,17 @@ import { Notifier } from '@app/core'
18}) 17})
19export class VideoUserSubscriptionsComponent extends AbstractVideoList implements OnInit, OnDestroy { 18export class VideoUserSubscriptionsComponent extends AbstractVideoList implements OnInit, OnDestroy {
20 titlePage: string 19 titlePage: string
21 currentRoute = '/videos/subscriptions'
22 sort = '-publishedAt' as VideoSortField 20 sort = '-publishedAt' as VideoSortField
23 ownerDisplayType: OwnerDisplayType = 'auto' 21 ownerDisplayType: OwnerDisplayType = 'auto'
24 22
25 constructor ( 23 constructor (
26 protected router: Router, 24 protected router: Router,
25 protected serverService: ServerService,
27 protected route: ActivatedRoute, 26 protected route: ActivatedRoute,
28 protected notifier: Notifier, 27 protected notifier: Notifier,
29 protected authService: AuthService, 28 protected authService: AuthService,
30 protected location: Location,
31 protected i18n: I18n,
32 protected screenService: ScreenService, 29 protected screenService: ScreenService,
30 private i18n: I18n,
33 private videoService: VideoService 31 private videoService: VideoService
34 ) { 32 ) {
35 super() 33 super()
diff --git a/client/src/app/videos/videos-routing.module.ts b/client/src/app/videos/videos-routing.module.ts
index 58988ffd1..505173a5b 100644
--- a/client/src/app/videos/videos-routing.module.ts
+++ b/client/src/app/videos/videos-routing.module.ts
@@ -29,6 +29,10 @@ const videosRoutes: Routes = [
29 data: { 29 data: {
30 meta: { 30 meta: {
31 title: 'Trending videos' 31 title: 'Trending videos'
32 },
33 reuse: {
34 enabled: true,
35 key: 'trending-videos-list'
32 } 36 }
33 } 37 }
34 }, 38 },
@@ -38,6 +42,10 @@ const videosRoutes: Routes = [
38 data: { 42 data: {
39 meta: { 43 meta: {
40 title: 'Recently added videos' 44 title: 'Recently added videos'
45 },
46 reuse: {
47 enabled: true,
48 key: 'recently-added-videos-list'
41 } 49 }
42 } 50 }
43 }, 51 },
@@ -47,6 +55,10 @@ const videosRoutes: Routes = [
47 data: { 55 data: {
48 meta: { 56 meta: {
49 title: 'Subscriptions' 57 title: 'Subscriptions'
58 },
59 reuse: {
60 enabled: true,
61 key: 'subscription-videos-list'
50 } 62 }
51 } 63 }
52 }, 64 },
@@ -56,6 +68,10 @@ const videosRoutes: Routes = [
56 data: { 68 data: {
57 meta: { 69 meta: {
58 title: 'Local videos' 70 title: 'Local videos'
71 },
72 reuse: {
73 enabled: true,
74 key: 'local-videos-list'
59 } 75 }
60 } 76 }
61 }, 77 },
@@ -78,11 +94,7 @@ const videosRoutes: Routes = [
78 } 94 }
79 }, 95 },
80 { 96 {
81 path: 'watch/:uuid/comments/:commentId', 97 path: 'watch',
82 redirectTo: 'watch/:uuid'
83 },
84 {
85 path: 'watch/:uuid',
86 loadChildren: 'app/videos/+video-watch/video-watch.module#VideoWatchModule', 98 loadChildren: 'app/videos/+video-watch/video-watch.module#VideoWatchModule',
87 data: { 99 data: {
88 preload: 3000 100 preload: 3000
diff --git a/client/src/assets/images/default-playlist.jpg b/client/src/assets/images/default-playlist.jpg
new file mode 100644
index 000000000..978fb16f2
--- /dev/null
+++ b/client/src/assets/images/default-playlist.jpg
Binary files differ
diff --git a/client/src/assets/images/global/add.html b/client/src/assets/images/global/add.html
index bfb0a52bc..34f497056 100644
--- a/client/src/assets/images/global/add.html
+++ b/client/src/assets/images/global/add.html
@@ -2,9 +2,9 @@
2 <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> 2 <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3 <g transform="translate(-92.000000, -115.000000)"> 3 <g transform="translate(-92.000000, -115.000000)">
4 <g id="2" transform="translate(92.000000, 115.000000)"> 4 <g id="2" transform="translate(92.000000, 115.000000)">
5 <circle id="Oval-1" stroke="#ffffff" stroke-width="2" cx="12" cy="12" r="10"></circle> 5 <circle id="Oval-1" stroke="#000000" stroke-width="2" cx="12" cy="12" r="10"></circle>
6 <rect id="Rectangle-1" fill="#ffffff" x="11" y="7" width="2" height="10" rx="1"></rect> 6 <rect id="Rectangle-1" fill="#000000" x="11" y="7" width="2" height="10" rx="1"></rect>
7 <rect id="Rectangle-1" fill="#ffffff" x="7" y="11" width="10" height="2" rx="1"></rect> 7 <rect id="Rectangle-1" fill="#000000" x="7" y="11" width="10" height="2" rx="1"></rect>
8 </g> 8 </g>
9 </g> 9 </g>
10 </g> 10 </g>
diff --git a/client/src/assets/images/global/folder.html b/client/src/assets/images/global/folder.html
new file mode 100644
index 000000000..8443c15c6
--- /dev/null
+++ b/client/src/assets/images/global/folder.html
@@ -0,0 +1,10 @@
1<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3 <g id="Artboard-4" transform="translate(-708.000000, -115.000000)">
4 <g id="16" transform="translate(708.000000, 115.000000)">
5 <path d="M11.5857864,17 L14.2928932,19.7071068 L14.5857864,20 L15,20 L20.009222,20 C21.1044506,20 22,19.102094 22,18.0014977 L22,6.99850233 C22,5.89626364 21.1085926,5 20.0066023,5 L3.99339768,5 C2.89217541,5 2,5.89385529 2,6.99539757 L2,15.0046024 C2,16.099013 2.89670181,17 3.99754465,17 L11.5857864,17 Z" id="Rectangle-406" stroke="#000000" stroke-width="2" stroke-linejoin="round" transform="translate(12.000000, 12.500000) scale(1, -1) translate(-12.000000, -12.500000) "/>
6 <path d="M3,5 C3,4.44771525 3.4454627,4 3.99871095,4 L12.5,4 L10.5,6 L3.99594209,6 C3.44589846,6 3,5.55613518 3,5 L3,5 Z" id="Rectangle-409" fill="#000000"/>
7 </g>
8 </g>
9 </g>
10</svg>
diff --git a/client/src/assets/images/global/history.html b/client/src/assets/images/global/history.html
new file mode 100644
index 000000000..dfb70b598
--- /dev/null
+++ b/client/src/assets/images/global/history.html
@@ -0,0 +1,11 @@
1<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
3 <g id="Artboard-4" transform="translate(-620.000000, -863.000000)" stroke="#000000" stroke-width="2">
4 <g id="354" transform="translate(620.000000, 863.000000)">
5 <path d="M6.63582585,18.3637479 C8.26452234,19.9925528 10.5146102,21 13,21 L13,21 C17.9705627,21 22,16.9705627 22,12 C22,7.02943725 17.9705627,3 13,3 C8.02943725,3 4,7.02943725 4,12" id="Oval-203"/>
6 <polygon id="Path-282" fill="#000000" points="1.5 11 7.5 11 4.5 14"/>
7 <polyline id="Path-283" points="13 7 13 12 15.5 14.5"/>
8 </g>
9 </g>
10 </g>
11</svg>
diff --git a/client/src/assets/images/video/more.html b/client/src/assets/images/global/more-horizontal.html
index 39dcad10e..39dcad10e 100644
--- a/client/src/assets/images/video/more.html
+++ b/client/src/assets/images/global/more-horizontal.html
diff --git a/client/src/assets/images/global/more-vertical.html b/client/src/assets/images/global/more-vertical.html
new file mode 100644
index 000000000..9bff87a82
--- /dev/null
+++ b/client/src/assets/images/global/more-vertical.html
@@ -0,0 +1,11 @@
1<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3 <g id="Artboard-4" transform="translate(-268.000000, -1046.000000)" fill="#000000">
4 <g id="Extras" transform="translate(48.000000, 1046.000000)">
5 <g id="more-vertical" transform="translate(220.000000, 0.000000)">
6 <path d="M10,12 C10,10.8954305 10.8877296,10 12,10 C13.1045695,10 14,10.8877296 14,12 C14,13.1045695 13.1122704,14 12,14 C10.8954305,14 10,13.1122704 10,12 Z M10,5 C10,3.8954305 10.8877296,3 12,3 C13.1045695,3 14,3.88772964 14,5 C14,6.1045695 13.1122704,7 12,7 C10.8954305,7 10,6.11227036 10,5 Z M10,19 C10,17.8954305 10.8877296,17 12,17 C13.1045695,17 14,17.8877296 14,19 C14,20.1045695 13.1122704,21 12,21 C10.8954305,21 10,20.1122704 10,19 Z" id="Combined-Shape"/>
7 </g>
8 </g>
9 </g>
10 </g>
11</svg>
diff --git a/client/src/assets/images/global/play.html b/client/src/assets/images/global/play.html
new file mode 100644
index 000000000..d00122de4
--- /dev/null
+++ b/client/src/assets/images/global/play.html
@@ -0,0 +1,9 @@
1<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round">
3 <g id="Artboard-4" transform="translate(-532.000000, -115.000000)" stroke-width="2" stroke="#000000">
4 <g id="12" transform="translate(532.000000, 115.000000)">
5 <polygon id="Triangle-1" points="5 21 5 3 21 12" fill="#000000"/>
6 </g>
7 </g>
8 </g>
9</svg>
diff --git a/client/src/assets/images/global/playlists.html b/client/src/assets/images/global/playlists.html
new file mode 100644
index 000000000..21b05009a
--- /dev/null
+++ b/client/src/assets/images/global/playlists.html
@@ -0,0 +1,9 @@
1<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3 <g id="Artboard-4" transform="translate(-664.000000, -467.000000)" stroke="#000000">
4 <g id="175" transform="translate(664.000000, 467.000000)">
5 <path stoke="#000000" d="M7.5,7 C7.5,6.72427445 7.72568093,6.5 8.00684547,6.5 L19.9931545,6.5 C20.2754761,6.5 20.5,6.72240424 20.5,7 C20.5,7.27572555 20.2743191,7.5 19.9931545,7.5 L8.00684547,7.5 C7.72452386,7.5 7.5,7.27759576 7.5,7 Z M7.5,12 C7.5,11.7242745 7.72568093,11.5 8.00684547,11.5 L19.9931545,11.5 C20.2754761,11.5 20.5,11.7224042 20.5,12 C20.5,12.2757255 20.2743191,12.5 19.9931545,12.5 L8.00684547,12.5 C7.72452386,12.5 7.5,12.2775958 7.5,12 Z M7.5,17 C7.5,16.7242745 7.72568093,16.5 8.00684547,16.5 L19.9931545,16.5 C20.2754761,16.5 20.5,16.7224042 20.5,17 C20.5,17.2757255 20.2743191,17.5 19.9931545,17.5 L8.00684547,17.5 C7.72452386,17.5 7.5,17.2775958 7.5,17 Z M4,7.5 C3.72385763,7.5 3.5,7.27614237 3.5,7 C3.5,6.72385763 3.72385763,6.5 4,6.5 C4.27614237,6.5 4.5,6.72385763 4.5,7 C4.5,7.27614237 4.27614237,7.5 4,7.5 Z M4,12.5 C3.72385763,12.5 3.5,12.2761424 3.5,12 C3.5,11.7238576 3.72385763,11.5 4,11.5 C4.27614237,11.5 4.5,11.7238576 4.5,12 C4.5,12.2761424 4.27614237,12.5 4,12.5 Z M4,17.5 C3.72385763,17.5 3.5,17.2761424 3.5,17 C3.5,16.7238576 3.72385763,16.5 4,16.5 C4.27614237,16.5 4.5,16.7238576 4.5,17 C4.5,17.2761424 4.27614237,17.5 4,17.5 Z" id="Combined-Shape"/>
6 </g>
7 </g>
8 </g>
9</svg>
diff --git a/client/src/assets/images/global/refresh.html b/client/src/assets/images/global/refresh.html
new file mode 100644
index 000000000..421ab343d
--- /dev/null
+++ b/client/src/assets/images/global/refresh.html
@@ -0,0 +1,12 @@
1<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <defs/>
3 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
4 <g id="Artboard-4" transform="translate(-224.000000, -1046.000000)" fill="#000000">
5 <g id="Extras" transform="translate(48.000000, 1046.000000)">
6 <g id="refresh" transform="translate(176.000000, 0.000000)">
7 <path d="M20.9995201,13.0312796 L20.9999519,13.0312796 C20.9830843,17.9874565 16.960132,22 12,22 C7.02943725,22 3,17.9705627 3,13 C3,8.0398348 7.01259713,4.01686187 11.9688198,4.00005287 L11.9688198,6.00006796 C8.11716976,6.01686496 5,9.14440548 5,13 C5,16.8659932 8.13400675,20 12,20 C15.8555614,20 18.9830812,16.8828839 18.9999316,13.0312796 L19.0004799,13.0312796 C19.0001607,13.0208922 19,13.0104649 19,13 C19,12.4477153 19.4477153,12 20,12 C20.5522847,12 21,12.4477153 21,13 C21,13.0104649 20.9998393,13.0208922 20.9995201,13.0312796 Z M12,9 L12,1 L16,5 L12,9 Z" id="Combined-Shape"/>
8 </g>
9 </g>
10 </g>
11 </g>
12</svg>
diff --git a/client/src/assets/images/global/server.html b/client/src/assets/images/global/server.html
new file mode 100644
index 000000000..409026e1a
--- /dev/null
+++ b/client/src/assets/images/global/server.html
@@ -0,0 +1,15 @@
1<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3 <g id="Artboard-4" transform="translate(-796.000000, -643.000000)">
4 <g id="258" transform="translate(796.000000, 643.000000)">
5 <ellipse id="Oval-140" stroke="#000000" stroke-width="2" cx="12" cy="6" rx="9" ry="3"/>
6 <path d="M3,10.5 C3,12.1568542 7.02943725,13.5 12,13.5 L12,13.5 C16.9705627,13.5 21,12.1568542 21,10.5" id="Oval-140" stroke="#000000"/>
7 <path d="M3,14.5 C3,16.1568542 7.02943725,17.5 12,17.5 C16.9705627,17.5 21,16.1568542 21,14.5" id="Oval-140" stroke="#000000"/>
8 <path d="M3,5.98958785 L3,19 C3,20.6568542 7.02943725,22 12,22 C16.9705627,22 21,20.6568542 21,19 L21,5.98958785" id="Oval-140" stroke="#000000" stroke-width="2"/>
9 <circle id="Oval-141" fill="#000000" cx="18.5" cy="10.5" r="1"/>
10 <circle id="Oval-141" fill="#000000" cx="18.5" cy="14.5" r="1"/>
11 <circle id="Oval-141" fill="#000000" cx="18.5" cy="18.5" r="1"/>
12 </g>
13 </g>
14 </g>
15</svg>
diff --git a/client/src/assets/images/global/sign-out.html b/client/src/assets/images/global/sign-out.html
new file mode 100644
index 000000000..4e316dc8b
--- /dev/null
+++ b/client/src/assets/images/global/sign-out.html
@@ -0,0 +1,3 @@
1<svg viewBox="0 0 1536 1536" width="1536" height="1536" xmlns="http://www.w3.org/2000/svg">
2 <path fill="#000000" d="M640 1440c0 28 13 96-32 96H288c-159 0-288-129-288-288V544c0-159 129-288 288-288h320c17 0 32 15 32 32 0 28 13 96-32 96H288c-88 0-160 72-160 160v704c0 88 72 160 160 160h288c25 0 64-5 64 32zm928-544c0 17-7 33-19 45l-544 544c-12 12-28 19-45 19-35 0-64-29-64-64v-288H448c-35 0-64-29-64-64V704c0-35 29-64 64-64h448V352c0-35 29-64 64-64 17 0 33 7 45 19l544 544c12 12 19 28 19 45z"/>
3</svg>
diff --git a/client/src/assets/images/global/user.html b/client/src/assets/images/global/user.html
new file mode 100644
index 000000000..c7b9319b6
--- /dev/null
+++ b/client/src/assets/images/global/user.html
@@ -0,0 +1,10 @@
1<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3 <g id="Artboard-4" transform="translate(-532.000000, -159.000000)" stroke="#000000" stroke-width="2">
4 <g id="32" transform="translate(532.000000, 159.000000)">
5 <path d="M2,21 C2,21 1.5,16 7,16 C12.5,16 11.512498,16 17.006249,16 C22.5,16 22.0062485,21 22.0062485,21" id="Path-41" stroke-linecap="round" stroke-linejoin="round"/>
6 <circle id="Oval-40" cx="12" cy="8" r="5"/>
7 </g>
8 </g>
9 </g>
10</svg>
diff --git a/client/src/assets/images/global/users.html b/client/src/assets/images/global/users.html
new file mode 100644
index 000000000..522883785
--- /dev/null
+++ b/client/src/assets/images/global/users.html
@@ -0,0 +1,11 @@
1<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3 <g id="Artboard-4" transform="translate(-92.000000, -863.000000)">
4 <g id="342" transform="translate(92.000000, 863.000000)">
5 <path d="M7,21 C7,21 7,17 11,17 C15,17 14.9937515,17 19,17 C23.0062485,17 23.0062485,21 23.0062485,21" id="Path-41" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6 <path d="M8.27455269,11.9477557 C5.85692935,11.5963698 4,9.51503944 4,7 C4,4.23857625 6.23857625,2 9,2 C10.373942,2 11.6184509,2.55416948 12.5221996,3.45118158 C11.8469348,3.70680858 11.2215328,4.06387931 10.664592,4.50379553 C10.1883045,4.18555118 9.61582114,4 9,4 C7.34314575,4 6,5.34314575 6,7 C6,8.3069749 6.83577432,9.41874424 8.00202365,9.83000873 C8.00067709,9.88650926 8,9.94317556 8,10 C8,10.6759052 8.09579644,11.329436 8.27455269,11.9477557 Z M8.67363116,13 L5,13 C2.85717375,13 1.39436214,13.9752077 0.605572809,15.5527864 C0.148670182,16.4665917 -7.10542736e-14,17.3586127 -7.10542736e-14,18 C-7.10542736e-14,18.5522847 0.44771525,19 1,19 C1.55228475,19 2,18.5522847 2,18 C2,17.9269061 2.01176795,17.7621548 2.04889392,17.539399 C2.11167338,17.1627222 2.22417415,16.7877197 2.39442719,16.4472136 C2.85563786,15.5247923 3.64282625,15 5,15 L10.1010173,15 C9.51513298,14.4258795 9.02972955,13.7496048 8.67363116,13 Z" id="Combined-Shape" fill="#000000" fill-rule="nonzero"/>
7 <circle id="Oval-40" stroke="#000000" stroke-width="2" cx="15" cy="10" r="4"/>
8 </g>
9 </g>
10 </g>
11</svg>
diff --git a/client/src/assets/images/global/videos.html b/client/src/assets/images/global/videos.html
new file mode 100644
index 000000000..6e37f466f
--- /dev/null
+++ b/client/src/assets/images/global/videos.html
@@ -0,0 +1,14 @@
1<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3 <g id="Artboard-4" transform="translate(-312.000000, -511.000000)">
4 <g id="187" transform="translate(312.000000, 511.000000)">
5 <rect id="Rectangle-124" stroke="#000000" stroke-width="2" x="3" y="6" width="18" height="16" rx="1"/>
6
7 <polygon fill="#000000" id="Triangle-1" points="10 17.5 10 10.4 15.5 13.9"/>
8
9 <rect id="Rectangle-125" fill="#000000" x="4" y="3" width="16" height="1" rx="0.5"/>
10 <rect id="Rectangle-125" fill="#000000" x="5" y="1" width="14" height="1" rx="0.5"/>
11 </g>
12 </g>
13 </g>
14</svg>
diff --git a/client/src/assets/images/menu/about.svg b/client/src/assets/images/menu/about.html
index eac2932a9..bea602aac 100644
--- a/client/src/assets/images/menu/about.svg
+++ b/client/src/assets/images/menu/about.html
@@ -1,11 +1,10 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> 2<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <defs></defs>
4 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> 3 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5 <g id="Artboard-4" transform="translate(-400.000000, -247.000000)"> 4 <g id="Artboard-4" transform="translate(-400.000000, -247.000000)">
6 <g id="69" transform="translate(400.000000, 247.000000)"> 5 <g id="69" transform="translate(400.000000, 247.000000)">
7 <circle id="Oval-7" stroke="#808080" stroke-width="2" cx="12" cy="12" r="10"></circle> 6 <circle id="Oval-7" stroke="#000000" stroke-width="2" cx="12" cy="12" r="10"></circle>
8 <path d="M12.016,14.544 C12.384,14.544 12.64,14.256 12.704,13.904 L12.768,13.168 C14.544,12.864 16,11.952 16,9.936 L16,9.904 C16,7.904 14.48,6.656 12.24,6.656 C10.768,6.656 9.696,7.184 8.848,7.984 C8.624,8.176 8.528,8.432 8.528,8.672 C8.528,9.152 8.928,9.552 9.424,9.552 C9.648,9.552 9.856,9.456 10.016,9.328 C10.656,8.752 11.344,8.448 12.192,8.448 C13.344,8.448 14.032,9.072 14.032,9.968 L14.032,10 C14.032,11.008 13.2,11.584 11.696,11.728 C11.264,11.776 11.008,12.096 11.072,12.528 L11.232,13.904 C11.28,14.272 11.552,14.544 11.92,14.544 L12.016,14.544 Z M10.784,16.816 L10.784,16.976 C10.784,17.6 11.264,18.08 11.92,18.08 C12.576,18.08 13.056,17.6 13.056,16.976 L13.056,16.816 C13.056,16.192 12.576,15.712 11.92,15.712 C11.264,15.712 10.784,16.192 10.784,16.816 Z" id="?" fill="#808080"></path> 7 <path d="M12.016,14.544 C12.384,14.544 12.64,14.256 12.704,13.904 L12.768,13.168 C14.544,12.864 16,11.952 16,9.936 L16,9.904 C16,7.904 14.48,6.656 12.24,6.656 C10.768,6.656 9.696,7.184 8.848,7.984 C8.624,8.176 8.528,8.432 8.528,8.672 C8.528,9.152 8.928,9.552 9.424,9.552 C9.648,9.552 9.856,9.456 10.016,9.328 C10.656,8.752 11.344,8.448 12.192,8.448 C13.344,8.448 14.032,9.072 14.032,9.968 L14.032,10 C14.032,11.008 13.2,11.584 11.696,11.728 C11.264,11.776 11.008,12.096 11.072,12.528 L11.232,13.904 C11.28,14.272 11.552,14.544 11.92,14.544 L12.016,14.544 Z M10.784,16.816 L10.784,16.976 C10.784,17.6 11.264,18.08 11.92,18.08 C12.576,18.08 13.056,17.6 13.056,16.976 L13.056,16.816 C13.056,16.192 12.576,15.712 11.92,15.712 C11.264,15.712 10.784,16.192 10.784,16.816 Z" id="?" fill="#000000"></path>
9 </g> 8 </g>
10 </g> 9 </g>
11 </g> 10 </g>
diff --git a/client/src/assets/images/menu/administration.svg b/client/src/assets/images/menu/administration.html
index b6da837d2..0dceda082 100644
--- a/client/src/assets/images/menu/administration.svg
+++ b/client/src/assets/images/menu/administration.html
@@ -1,11 +1,7 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> 2<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
4 <title>filter</title>
5 <desc>Created with Sketch.</desc>
6 <defs></defs>
7 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> 3 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8 <g id="Artboard-4" transform="translate(-444.000000, -247.000000)" fill="#808080"> 4 <g id="Artboard-4" transform="translate(-444.000000, -247.000000)" fill="#000000">
9 <g id="70" transform="translate(444.000000, 247.000000)"> 5 <g id="70" transform="translate(444.000000, 247.000000)">
10 <path d="M8.82929429,17 L20.0066023,17 C20.5552407,17 21,17.4438648 21,18 C21,18.5522847 20.5550537,19 20.0066023,19 L8.82929429,19 C8.41745788,20.1651924 7.30621883,21 6,21 C4.34314575,21 3,19.6568542 3,18 C3,16.3431458 4.34314575,15 6,15 C7.30621883,15 8.41745788,15.8348076 8.82929429,17 Z M9.17070571,13 L3.99339768,13 C3.44475929,13 3,12.5561352 3,12 C3,11.4477153 3.44494629,11 3.99339768,11 L9.17070571,11 C9.58254212,9.83480763 10.6937812,9 12,9 C13.3062188,9 14.4174579,9.83480763 14.8292943,11 L20.0066023,11 C20.5552407,11 21,11.4438648 21,12 C21,12.5522847 20.5550537,13 20.0066023,13 L14.8292943,13 C14.4174579,14.1651924 13.3062188,15 12,15 C10.6937812,15 9.58254212,14.1651924 9.17070571,13 Z M15.1659641,6.98648118 C15.1124525,6.99537358 15.05751,7 15.0014977,7 L3.99850233,7 C3.44704472,7 3,6.55613518 3,6 C3,5.44771525 3.44748943,5 3.99850233,5 L15.0014977,5 C15.0575314,5 15.1124871,5.00458274 15.1660053,5.01340035 C15.5740343,3.84121344 16.6887792,3 18,3 C19.6568542,3 21,4.34314575 21,6 C21,7.65685425 19.6568542,9 18,9 C16.688735,9 15.5739592,8.15872988 15.1659641,6.98648118 Z M18,7 C18.5522847,7 19,6.55228475 19,6 C19,5.44771525 18.5522847,5 18,5 C17.4477153,5 17,5.44771525 17,6 C17,6.55228475 17.4477153,7 18,7 Z M12,13 C12.5522847,13 13,12.5522847 13,12 C13,11.4477153 12.5522847,11 12,11 C11.4477153,11 11,11.4477153 11,12 C11,12.5522847 11.4477153,13 12,13 Z M6,19 C6.55228475,19 7,18.5522847 7,18 C7,17.4477153 6.55228475,17 6,17 C5.44771525,17 5,17.4477153 5,18 C5,18.5522847 5.44771525,19 6,19 Z" id="Combined-Shape"></path> 6 <path d="M8.82929429,17 L20.0066023,17 C20.5552407,17 21,17.4438648 21,18 C21,18.5522847 20.5550537,19 20.0066023,19 L8.82929429,19 C8.41745788,20.1651924 7.30621883,21 6,21 C4.34314575,21 3,19.6568542 3,18 C3,16.3431458 4.34314575,15 6,15 C7.30621883,15 8.41745788,15.8348076 8.82929429,17 Z M9.17070571,13 L3.99339768,13 C3.44475929,13 3,12.5561352 3,12 C3,11.4477153 3.44494629,11 3.99339768,11 L9.17070571,11 C9.58254212,9.83480763 10.6937812,9 12,9 C13.3062188,9 14.4174579,9.83480763 14.8292943,11 L20.0066023,11 C20.5552407,11 21,11.4438648 21,12 C21,12.5522847 20.5550537,13 20.0066023,13 L14.8292943,13 C14.4174579,14.1651924 13.3062188,15 12,15 C10.6937812,15 9.58254212,14.1651924 9.17070571,13 Z M15.1659641,6.98648118 C15.1124525,6.99537358 15.05751,7 15.0014977,7 L3.99850233,7 C3.44704472,7 3,6.55613518 3,6 C3,5.44771525 3.44748943,5 3.99850233,5 L15.0014977,5 C15.0575314,5 15.1124871,5.00458274 15.1660053,5.01340035 C15.5740343,3.84121344 16.6887792,3 18,3 C19.6568542,3 21,4.34314575 21,6 C21,7.65685425 19.6568542,9 18,9 C16.688735,9 15.5739592,8.15872988 15.1659641,6.98648118 Z M18,7 C18.5522847,7 19,6.55228475 19,6 C19,5.44771525 18.5522847,5 18,5 C17.4477153,5 17,5.44771525 17,6 C17,6.55228475 17.4477153,7 18,7 Z M12,13 C12.5522847,13 13,12.5522847 13,12 C13,11.4477153 12.5522847,11 12,11 C11.4477153,11 11,11.4477153 11,12 C11,12.5522847 11.4477153,13 12,13 Z M6,19 C6.55228475,19 7,18.5522847 7,18 C7,17.4477153 6.55228475,17 6,17 C5.44771525,17 5,17.4477153 5,18 C5,18.5522847 5.44771525,19 6,19 Z" id="Combined-Shape"></path>
11 </g> 7 </g>
diff --git a/client/src/assets/images/menu/globe.svg b/client/src/assets/images/menu/globe.html
index a4b3db9c5..cf8331256 100644
--- a/client/src/assets/images/menu/globe.svg
+++ b/client/src/assets/images/menu/globe.html
@@ -1,11 +1,7 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> 2<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
4 <title>globe</title>
5 <desc>Created with Sketch.</desc>
6 <defs></defs>
7 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> 3 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8 <g id="Artboard-4" transform="translate(-224.000000, -687.000000)" stroke="#808080" stroke-width="2"> 4 <g id="Artboard-4" transform="translate(-224.000000, -687.000000)" stroke="#000000" stroke-width="2">
9 <g id="265" transform="translate(224.000000, 687.000000)"> 5 <g id="265" transform="translate(224.000000, 687.000000)">
10 <circle id="Oval-148" cx="12" cy="12" r="10"></circle> 6 <circle id="Oval-148" cx="12" cy="12" r="10"></circle>
11 <path d="M12,2 L12,22.006249" id="Path-199"></path> 7 <path d="M12,2 L12,22.006249" id="Path-199"></path>
diff --git a/client/src/assets/images/menu/go.html b/client/src/assets/images/menu/go.html
new file mode 100644
index 000000000..b16e794ec
--- /dev/null
+++ b/client/src/assets/images/menu/go.html
@@ -0,0 +1,12 @@
1<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
3 <g id="Artboard-4" transform="translate(-576.000000, -1046.000000)" stroke="#000000" stroke-width="2">
4 <g id="Extras" transform="translate(48.000000, 1046.000000)">
5 <g id="up-right" transform="translate(528.000000, 0.000000)">
6 <path d="M18,6 L5,19" id="Path-58"/>
7 <polyline id="Path-59" stroke-linejoin="round" transform="translate(13.000000, 11.000000) scale(-1, -1) translate(-13.000000, -11.000000) " points="7 5 7 17 19 17"/>
8 </g>
9 </g>
10 </g>
11 </g>
12</svg>
diff --git a/client/src/assets/images/menu/home.svg b/client/src/assets/images/menu/home.html
index bb95e949a..b7b8cb755 100644
--- a/client/src/assets/images/menu/home.svg
+++ b/client/src/assets/images/menu/home.html
@@ -1,11 +1,7 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> 2<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
4 <title>home</title>
5 <desc>Created with Sketch.</desc>
6 <defs></defs>
7 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> 3 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
8 <g id="Artboard-4" transform="translate(-620.000000, -159.000000)" stroke="#808080" stroke-width="2"> 4 <g id="Artboard-4" transform="translate(-620.000000, -159.000000)" stroke="#000000" stroke-width="2">
9 <g id="34" transform="translate(620.000000, 159.000000)"> 5 <g id="34" transform="translate(620.000000, 159.000000)">
10 <path d="M1,11 L12,2 C12,2 22.9999989,11.0000005 23,11" id="Path-50"></path> 6 <path d="M1,11 L12,2 C12,2 22.9999989,11.0000005 23,11" id="Path-50"></path>
11 <path d="M3,10 C3,10 3,10.4453982 3,10.9968336 L3,20.0170446 C3,20.5675806 3.43788135,21.0138782 4.00292933,21.0138781 L8.99707067,21.0138779 C9.55097324,21.0138779 10,20.5751284 10,20.0089602 L10,15.0049177 C10,14.449917 10.4433532,14 11.0093689,14 L12.9906311,14 C13.5480902,14 14,14.4387495 14,15.0049177 L14,20.0089602 C14,20.5639609 14.4378817,21.0138779 15.0029302,21.0138779 L19.9970758,21.0138781 C20.5509789,21.0138782 21.000006,20.56848 21.000006,20.0170446 L21.0000057,10" id="Path-51"></path> 7 <path d="M3,10 C3,10 3,10.4453982 3,10.9968336 L3,20.0170446 C3,20.5675806 3.43788135,21.0138782 4.00292933,21.0138781 L8.99707067,21.0138779 C9.55097324,21.0138779 10,20.5751284 10,20.0089602 L10,15.0049177 C10,14.449917 10.4433532,14 11.0093689,14 L12.9906311,14 C13.5480902,14 14,14.4387495 14,15.0049177 L14,20.0089602 C14,20.5639609 14.4378817,21.0138779 15.0029302,21.0138779 L19.9970758,21.0138781 C20.5509789,21.0138782 21.000006,20.56848 21.000006,20.0170446 L21.0000057,10" id="Path-51"></path>
diff --git a/client/src/assets/images/menu/recently-added.svg b/client/src/assets/images/menu/recently-added.html
index 6473837f8..d551bfb69 100644
--- a/client/src/assets/images/menu/recently-added.svg
+++ b/client/src/assets/images/menu/recently-added.html
@@ -1,12 +1,11 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> 2<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <defs></defs>
4 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> 3 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5 <g id="Artboard-4" transform="translate(-92.000000, -115.000000)"> 4 <g id="Artboard-4" transform="translate(-92.000000, -115.000000)">
6 <g id="2" transform="translate(92.000000, 115.000000)"> 5 <g id="2" transform="translate(92.000000, 115.000000)">
7 <circle id="Oval-1" stroke="#808080" stroke-width="2" cx="12" cy="12" r="10"></circle> 6 <circle id="Oval-1" stroke="#000000" stroke-width="2" cx="12" cy="12" r="10"></circle>
8 <rect id="Rectangle-1" fill="#808080" x="11" y="7" width="2" height="10" rx="1"></rect> 7 <rect id="Rectangle-1" fill="#000000" x="11" y="7" width="2" height="10" rx="1"></rect>
9 <rect id="Rectangle-1" fill="#808080" x="7" y="11" width="10" height="2" rx="1"></rect> 8 <rect id="Rectangle-1" fill="#000000" x="7" y="11" width="10" height="2" rx="1"></rect>
10 </g> 9 </g>
11 </g> 10 </g>
12 </g> 11 </g>
diff --git a/client/src/assets/images/menu/subscriptions.svg b/client/src/assets/images/menu/subscriptions.html
index cd6efc54e..08322e520 100644
--- a/client/src/assets/images/menu/subscriptions.svg
+++ b/client/src/assets/images/menu/subscriptions.html
@@ -1,25 +1,22 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> 2<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
4 <title>podcasts</title>
5 <desc>Created with Sketch.</desc>
6 <defs> 3 <defs>
7 <linearGradient x1="50%" y1="0%" x2="50%" y2="97.3333865%" id="linearGradient-1"> 4 <linearGradient x1="50%" y1="0%" x2="50%" y2="97.3333865%" id="linearGradient-1">
8 <stop stop-color="#808080" offset="0%"></stop> 5 <stop stop-color="#000000" offset="0%"></stop>
9 <stop stop-color="#808080" stop-opacity="0.247310915" offset="100%"></stop> 6 <stop stop-color="#000000" stop-opacity="0.247310915" offset="100%"></stop>
10 </linearGradient> 7 </linearGradient>
11 <linearGradient x1="50%" y1="0%" x2="50%" y2="97.8635204%" id="linearGradient-2"> 8 <linearGradient x1="50%" y1="0%" x2="50%" y2="97.8635204%" id="linearGradient-2">
12 <stop stop-color="#808080" offset="0%"></stop> 9 <stop stop-color="#000000" offset="0%"></stop>
13 <stop stop-color="#808080" stop-opacity="0.250707654" offset="100%"></stop> 10 <stop stop-color="#000000" stop-opacity="0.250707654" offset="100%"></stop>
14 </linearGradient> 11 </linearGradient>
15 </defs> 12 </defs>
16 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> 13 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
17 <g id="Artboard-4" transform="translate(-532.000000, -775.000000)"> 14 <g id="Artboard-4" transform="translate(-532.000000, -775.000000)">
18 <g id="312" transform="translate(532.000000, 775.000000)"> 15 <g id="312" transform="translate(532.000000, 775.000000)">
19 <circle id="Oval-169" fill="#808080" cx="12" cy="10" r="3"></circle> 16 <circle id="Oval-169" fill="#000000" cx="12" cy="10" r="3"></circle>
20 <path d="M16.3851456,13.8501206 C17.4222377,12.6991612 18,11.4167199 18,10 C18,6.74089158 15.2591084,4 12,4 C8.74089158,4 6,6.74089158 6,10 C6,11.4186069 6.57916224,12.7027674 7.61838071,13.8540306 C7.80341316,14.0590125 8.11958231,14.0751848 8.32456427,13.8901523 C8.52954623,13.7051199 8.5457185,13.3889507 8.36068606,13.1839688 C7.47616718,12.2040844 7,11.148292 7,10 C7,7.29317633 9.29317633,5 12,5 C14.7068237,5 17,7.29317633 17,10 C17,11.1466944 16.5249958,12.2010466 15.6422459,13.1807178 C15.4573954,13.3858639 15.4738483,13.7020185 15.6789944,13.886869 C15.8841405,14.0717195 16.2002951,14.0552666 16.3851456,13.8501206 Z" id="Oval-169" fill="url(#linearGradient-1)" fill-rule="nonzero"></path> 17 <path d="M16.3851456,13.8501206 C17.4222377,12.6991612 18,11.4167199 18,10 C18,6.74089158 15.2591084,4 12,4 C8.74089158,4 6,6.74089158 6,10 C6,11.4186069 6.57916224,12.7027674 7.61838071,13.8540306 C7.80341316,14.0590125 8.11958231,14.0751848 8.32456427,13.8901523 C8.52954623,13.7051199 8.5457185,13.3889507 8.36068606,13.1839688 C7.47616718,12.2040844 7,11.148292 7,10 C7,7.29317633 9.29317633,5 12,5 C14.7068237,5 17,7.29317633 17,10 C17,11.1466944 16.5249958,12.2010466 15.6422459,13.1807178 C15.4573954,13.3858639 15.4738483,13.7020185 15.6789944,13.886869 C15.8841405,14.0717195 16.2002951,14.0552666 16.3851456,13.8501206 Z" id="Oval-169" fill="url(#linearGradient-1)" fill-rule="nonzero"></path>
21 <path d="M17.5678226,18.3077078 C20.3159646,16.4626239 22,13.3733223 22,10 C22,4.4771525 17.5228475,0 12,0 C6.4771525,0 2,4.4771525 2,10 C2,13.3762414 3.68696556,16.4678678 6.43901638,18.3122954 C6.89779529,18.6197696 7.51896613,18.4971129 7.82644029,18.0383339 C8.13391444,17.579555 8.0112577,16.9583842 7.55247879,16.65091 C5.34877306,15.1739839 4,12.7021478 4,10 C4,5.581722 7.581722,2 12,2 C16.418278,2 20,5.581722 20,10 C20,12.699815 18.6535741,15.1697843 16.4529947,16.6472384 C15.9944687,16.9550897 15.8723227,17.5763611 16.180174,18.0348871 C16.4880252,18.4934131 17.1092967,18.6155591 17.5678226,18.3077078 Z" id="Oval-169" fill="url(#linearGradient-2)" fill-rule="nonzero"></path> 18 <path d="M17.5678226,18.3077078 C20.3159646,16.4626239 22,13.3733223 22,10 C22,4.4771525 17.5228475,0 12,0 C6.4771525,0 2,4.4771525 2,10 C2,13.3762414 3.68696556,16.4678678 6.43901638,18.3122954 C6.89779529,18.6197696 7.51896613,18.4971129 7.82644029,18.0383339 C8.13391444,17.579555 8.0112577,16.9583842 7.55247879,16.65091 C5.34877306,15.1739839 4,12.7021478 4,10 C4,5.581722 7.581722,2 12,2 C16.418278,2 20,5.581722 20,10 C20,12.699815 18.6535741,15.1697843 16.4529947,16.6472384 C15.9944687,16.9550897 15.8723227,17.5763611 16.180174,18.0348871 C16.4880252,18.4934131 17.1092967,18.6155591 17.5678226,18.3077078 Z" id="Oval-169" fill="url(#linearGradient-2)" fill-rule="nonzero"></path>
22 <path d="M9.32918137,15.9750882 C9.14737952,14.8842771 9.89826062,14 10.9979131,14 L13.0020869,14 C14.1055038,14 14.8534426,14.8793447 14.6708186,15.9750882 L13.6633817,22.0197096 C13.5731485,22.561109 13.0573397,23 12.5010434,23 L11.4989566,23 C10.9472481,23 10.4276519,22.5659113 10.3366183,22.0197096 L9.32918137,15.9750882 Z" id="Rectangle-217" fill="#808080"></path> 19 <path d="M9.32918137,15.9750882 C9.14737952,14.8842771 9.89826062,14 10.9979131,14 L13.0020869,14 C14.1055038,14 14.8534426,14.8793447 14.6708186,15.9750882 L13.6633817,22.0197096 C13.5731485,22.561109 13.0573397,23 12.5010434,23 L11.4989566,23 C10.9472481,23 10.4276519,22.5659113 10.3366183,22.0197096 L9.32918137,15.9750882 Z" id="Rectangle-217" fill="#000000"></path>
23 </g> 20 </g>
24 </g> 21 </g>
25 </g> 22 </g>
diff --git a/client/src/assets/images/menu/trending.svg b/client/src/assets/images/menu/trending.html
index ffc65cc04..f1ce11487 100644
--- a/client/src/assets/images/menu/trending.svg
+++ b/client/src/assets/images/menu/trending.html
@@ -1,11 +1,7 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> 2<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
4 <title>graph</title>
5 <desc>Created with Sketch.</desc>
6 <defs></defs>
7 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> 3 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
8 <g id="Artboard-4" transform="translate(-444.000000, -203.000000)" stroke-width="2" stroke="#808080"> 4 <g id="Artboard-4" transform="translate(-444.000000, -203.000000)" stroke-width="2" stroke="#000000">
9 <g id="50" transform="translate(444.000000, 203.000000)"> 5 <g id="50" transform="translate(444.000000, 203.000000)">
10 <polyline id="Path-96" points="3 3 3 21.006249 21.0246733 21.006249"></polyline> 6 <polyline id="Path-96" points="3 3 3 21.006249 21.0246733 21.006249"></polyline>
11 <polyline id="Path-101" points="6 18 11 12 14 13 19 7"></polyline> 7 <polyline id="Path-101" points="6 18 11 12 14 13 19 7"></polyline>
diff --git a/client/src/assets/images/video/playlist-add.html b/client/src/assets/images/video/playlist-add.html
new file mode 100644
index 000000000..ada845c75
--- /dev/null
+++ b/client/src/assets/images/video/playlist-add.html
@@ -0,0 +1,10 @@
1<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2 viewBox="0 0 426.667 426.667" xml:space="preserve">
3 <g fill="#000000">
4 <rect x="0" y="64" width="256" height="42.667"/>
5 <rect x="0" y="149.333" width="256" height="42.667"/>
6 <rect x="0" y="234.667" width="170.667" height="42.667"/>
7 <polygon points="341.333,234.667 341.333,149.333 298.667,149.333 298.667,234.667 213.333,234.667 213.333,277.333
8 298.667,277.333 298.667,362.667 341.333,362.667 341.333,277.333 426.667,277.333 426.667,234.667 "/>
9 </g>
10</svg>
diff --git a/client/src/assets/player/p2p-media-loader/p2p-media-loader-plugin.ts b/client/src/assets/player/p2p-media-loader/p2p-media-loader-plugin.ts
new file mode 100644
index 000000000..bbd3e008d
--- /dev/null
+++ b/client/src/assets/player/p2p-media-loader/p2p-media-loader-plugin.ts
@@ -0,0 +1,161 @@
1// FIXME: something weird with our path definition in tsconfig and typings
2// @ts-ignore
3import * as videojs from 'video.js'
4import { P2PMediaLoaderPluginOptions, PlayerNetworkInfo, VideoJSComponentInterface } from '../peertube-videojs-typings'
5import { Engine, initHlsJsPlayer, initVideoJsContribHlsJsPlayer } from 'p2p-media-loader-hlsjs'
6import { Events } from 'p2p-media-loader-core'
7import { timeToInt } from '../utils'
8
9// videojs-hlsjs-plugin needs videojs in window
10window['videojs'] = videojs
11require('@streamroot/videojs-hlsjs-plugin')
12
13const Plugin: VideoJSComponentInterface = videojs.getPlugin('plugin')
14class P2pMediaLoaderPlugin extends Plugin {
15
16 private readonly CONSTANTS = {
17 INFO_SCHEDULER: 1000 // Don't change this
18 }
19 private readonly options: P2PMediaLoaderPluginOptions
20
21 private hlsjs: any // Don't type hlsjs to not bundle the module
22 private p2pEngine: Engine
23 private statsP2PBytes = {
24 pendingDownload: [] as number[],
25 pendingUpload: [] as number[],
26 numPeers: 0,
27 totalDownload: 0,
28 totalUpload: 0
29 }
30 private statsHTTPBytes = {
31 pendingDownload: [] as number[],
32 pendingUpload: [] as number[],
33 totalDownload: 0,
34 totalUpload: 0
35 }
36 private startTime: number
37
38 private networkInfoInterval: any
39
40 constructor (player: videojs.Player, options: P2PMediaLoaderPluginOptions) {
41 super(player, options)
42
43 this.options = options
44
45 if (!videojs.Html5Hlsjs) {
46 const message = 'HLS.js does not seem to be supported.'
47 console.warn(message)
48
49 player.ready(() => player.trigger('error', new Error(message)))
50 return
51 }
52
53 videojs.Html5Hlsjs.addHook('beforeinitialize', (videojsPlayer: any, hlsjs: any) => {
54 this.hlsjs = hlsjs
55 })
56
57 initVideoJsContribHlsJsPlayer(player)
58
59 this.startTime = timeToInt(options.startTime)
60
61 player.src({
62 type: options.type,
63 src: options.src
64 })
65
66 player.one('play', () => {
67 player.addClass('vjs-has-big-play-button-clicked')
68 })
69
70 player.ready(() => this.initialize())
71 }
72
73 dispose () {
74 if (this.hlsjs) this.hlsjs.destroy()
75 if (this.p2pEngine) this.p2pEngine.destroy()
76
77 clearInterval(this.networkInfoInterval)
78 }
79
80 private initialize () {
81 initHlsJsPlayer(this.hlsjs)
82
83 const tech = this.player.tech_
84 this.p2pEngine = tech.options_.hlsjsConfig.loader.getEngine()
85
86 // Avoid using constants to not import hls.hs
87 // https://github.com/video-dev/hls.js/blob/master/src/events.js#L37
88 this.hlsjs.on('hlsLevelSwitching', (_: any, data: any) => {
89 this.trigger('resolutionChange', { auto: this.hlsjs.autoLevelEnabled, resolutionId: data.height })
90 })
91
92 this.p2pEngine.on(Events.SegmentError, (segment, err) => {
93 console.error('Segment error.', segment, err)
94 })
95
96 this.statsP2PBytes.numPeers = 1 + this.options.redundancyBaseUrls.length
97
98 this.runStats()
99
100 this.hlsjs.on('hlsLevelLoaded', () => {
101 if (this.startTime) this.player.currentTime(this.startTime)
102
103 this.hlsjs.off('hlsLevelLoaded', this)
104 })
105 }
106
107 private runStats () {
108 this.p2pEngine.on(Events.PieceBytesDownloaded, (method: string, size: number) => {
109 const elem = method === 'p2p' ? this.statsP2PBytes : this.statsHTTPBytes
110
111 elem.pendingDownload.push(size)
112 elem.totalDownload += size
113 })
114
115 this.p2pEngine.on(Events.PieceBytesUploaded, (method: string, size: number) => {
116 const elem = method === 'p2p' ? this.statsP2PBytes : this.statsHTTPBytes
117
118 elem.pendingUpload.push(size)
119 elem.totalUpload += size
120 })
121
122 this.p2pEngine.on(Events.PeerConnect, () => this.statsP2PBytes.numPeers++)
123 this.p2pEngine.on(Events.PeerClose, () => this.statsP2PBytes.numPeers--)
124
125 this.networkInfoInterval = setInterval(() => {
126 const p2pDownloadSpeed = this.arraySum(this.statsP2PBytes.pendingDownload)
127 const p2pUploadSpeed = this.arraySum(this.statsP2PBytes.pendingUpload)
128
129 const httpDownloadSpeed = this.arraySum(this.statsHTTPBytes.pendingDownload)
130 const httpUploadSpeed = this.arraySum(this.statsHTTPBytes.pendingUpload)
131
132 this.statsP2PBytes.pendingDownload = []
133 this.statsP2PBytes.pendingUpload = []
134 this.statsHTTPBytes.pendingDownload = []
135 this.statsHTTPBytes.pendingUpload = []
136
137 return this.player.trigger('p2pInfo', {
138 http: {
139 downloadSpeed: httpDownloadSpeed,
140 uploadSpeed: httpUploadSpeed,
141 downloaded: this.statsHTTPBytes.totalDownload,
142 uploaded: this.statsHTTPBytes.totalUpload
143 },
144 p2p: {
145 downloadSpeed: p2pDownloadSpeed,
146 uploadSpeed: p2pUploadSpeed,
147 numPeers: this.statsP2PBytes.numPeers,
148 downloaded: this.statsP2PBytes.totalDownload,
149 uploaded: this.statsP2PBytes.totalUpload
150 }
151 } as PlayerNetworkInfo)
152 }, this.CONSTANTS.INFO_SCHEDULER)
153 }
154
155 private arraySum (data: number[]) {
156 return data.reduce((a: number, b: number) => a + b, 0)
157 }
158}
159
160videojs.registerPlugin('p2pMediaLoader', P2pMediaLoaderPlugin)
161export { P2pMediaLoaderPlugin }
diff --git a/client/src/assets/player/p2p-media-loader/segment-url-builder.ts b/client/src/assets/player/p2p-media-loader/segment-url-builder.ts
new file mode 100644
index 000000000..fb990a19d
--- /dev/null
+++ b/client/src/assets/player/p2p-media-loader/segment-url-builder.ts
@@ -0,0 +1,28 @@
1import { basename } from 'path'
2import { Segment } from 'p2p-media-loader-core'
3
4function segmentUrlBuilderFactory (baseUrls: string[]) {
5 return function segmentBuilder (segment: Segment) {
6 const max = baseUrls.length + 1
7 const i = getRandomInt(max)
8
9 if (i === max - 1) return segment.url
10
11 const newBaseUrl = baseUrls[i]
12 const middlePart = newBaseUrl.endsWith('/') ? '' : '/'
13
14 return newBaseUrl + middlePart + basename(segment.url)
15 }
16}
17
18// ---------------------------------------------------------------------------
19
20export {
21 segmentUrlBuilderFactory
22}
23
24// ---------------------------------------------------------------------------
25
26function getRandomInt (max: number) {
27 return Math.floor(Math.random() * Math.floor(max))
28}
diff --git a/client/src/assets/player/p2p-media-loader/segment-validator.ts b/client/src/assets/player/p2p-media-loader/segment-validator.ts
new file mode 100644
index 000000000..72c32f9e0
--- /dev/null
+++ b/client/src/assets/player/p2p-media-loader/segment-validator.ts
@@ -0,0 +1,63 @@
1import { Segment } from 'p2p-media-loader-core'
2import { basename } from 'path'
3
4function segmentValidatorFactory (segmentsSha256Url: string) {
5 const segmentsJSON = fetchSha256Segments(segmentsSha256Url)
6 const regex = /bytes=(\d+)-(\d+)/
7
8 return async function segmentValidator (segment: Segment) {
9 const filename = basename(segment.url)
10 const captured = regex.exec(segment.range)
11
12 const range = captured[1] + '-' + captured[2]
13
14 const hashShouldBe = (await segmentsJSON)[filename][range]
15 if (hashShouldBe === undefined) {
16 throw new Error(`Unknown segment name ${filename}/${range} in segment validator`)
17 }
18
19 const calculatedSha = bufferToEx(await sha256(segment.data))
20 if (calculatedSha !== hashShouldBe) {
21 throw new Error(
22 `Hashes does not correspond for segment ${filename}/${range}` +
23 `(expected: ${hashShouldBe} instead of ${calculatedSha})`
24 )
25 }
26 }
27}
28
29// ---------------------------------------------------------------------------
30
31export {
32 segmentValidatorFactory
33}
34
35// ---------------------------------------------------------------------------
36
37function fetchSha256Segments (url: string) {
38 return fetch(url)
39 .then(res => res.json())
40 .catch(err => {
41 console.error('Cannot get sha256 segments', err)
42 return {}
43 })
44}
45
46function sha256 (data?: ArrayBuffer) {
47 if (!data) return undefined
48
49 return window.crypto.subtle.digest('SHA-256', data)
50}
51
52// Thanks: https://stackoverflow.com/a/53307879
53function bufferToEx (buffer?: ArrayBuffer) {
54 if (!buffer) return ''
55
56 let s = ''
57 const h = '0123456789abcdef'
58 const o = new Uint8Array(buffer)
59
60 o.forEach((v: any) => s += h[ v >> 4 ] + h[ v & 15 ])
61
62 return s
63}
diff --git a/client/src/assets/player/peertube-player-manager.ts b/client/src/assets/player/peertube-player-manager.ts
new file mode 100644
index 000000000..6cdd54372
--- /dev/null
+++ b/client/src/assets/player/peertube-player-manager.ts
@@ -0,0 +1,472 @@
1import { VideoFile } from '../../../../shared/models/videos'
2// @ts-ignore
3import * as videojs from 'video.js'
4import 'videojs-hotkeys'
5import 'videojs-dock'
6import 'videojs-contextmenu-ui'
7import 'videojs-contrib-quality-levels'
8import './peertube-plugin'
9import './videojs-components/peertube-link-button'
10import './videojs-components/resolution-menu-button'
11import './videojs-components/settings-menu-button'
12import './videojs-components/p2p-info-button'
13import './videojs-components/peertube-load-progress-bar'
14import './videojs-components/theater-button'
15import { P2PMediaLoaderPluginOptions, UserWatching, VideoJSCaption, VideoJSPluginOptions, videojsUntyped } from './peertube-videojs-typings'
16import { buildVideoEmbed, buildVideoLink, copyToClipboard, getRtcConfig } from './utils'
17import { getCompleteLocale, getShortLocale, is18nLocale, isDefaultLocale } from '../../../../shared/models/i18n/i18n'
18import { segmentValidatorFactory } from './p2p-media-loader/segment-validator'
19import { segmentUrlBuilderFactory } from './p2p-media-loader/segment-url-builder'
20
21// Change 'Playback Rate' to 'Speed' (smaller for our settings menu)
22videojsUntyped.getComponent('PlaybackRateMenuButton').prototype.controlText_ = 'Speed'
23// Change Captions to Subtitles/CC
24videojsUntyped.getComponent('CaptionsButton').prototype.controlText_ = 'Subtitles/CC'
25// We just want to display 'Off' instead of 'captions off', keep a space so the variable == true (hacky I know)
26videojsUntyped.getComponent('CaptionsButton').prototype.label_ = ' '
27
28export type PlayerMode = 'webtorrent' | 'p2p-media-loader'
29
30export type WebtorrentOptions = {
31 videoFiles: VideoFile[]
32}
33
34export type P2PMediaLoaderOptions = {
35 playlistUrl: string
36 segmentsSha256Url: string
37 trackerAnnounce: string[]
38 redundancyBaseUrls: string[]
39 videoFiles: VideoFile[]
40}
41
42export type CommonOptions = {
43 playerElement: HTMLVideoElement
44 onPlayerElementChange: (element: HTMLVideoElement) => void
45
46 autoplay: boolean
47 videoDuration: number
48 enableHotkeys: boolean
49 inactivityTimeout: number
50 poster: string
51 startTime: number | string
52 stopTime: number | string
53
54 theaterMode: boolean
55 captions: boolean
56 peertubeLink: boolean
57
58 videoViewUrl: string
59 embedUrl: string
60
61 language?: string
62 controls?: boolean
63 muted?: boolean
64 loop?: boolean
65 subtitle?: string
66
67 videoCaptions: VideoJSCaption[]
68
69 userWatching?: UserWatching
70
71 serverUrl: string
72}
73
74export type PeertubePlayerManagerOptions = {
75 common: CommonOptions,
76 webtorrent: WebtorrentOptions,
77 p2pMediaLoader?: P2PMediaLoaderOptions
78}
79
80export class PeertubePlayerManager {
81
82 private static videojsLocaleCache: { [ path: string ]: any } = {}
83 private static playerElementClassName: string
84
85 static getServerTranslations (serverUrl: string, locale: string) {
86 const path = PeertubePlayerManager.getLocalePath(serverUrl, locale)
87 // It is the default locale, nothing to translate
88 if (!path) return Promise.resolve(undefined)
89
90 return fetch(path + '/server.json')
91 .then(res => res.json())
92 .catch(err => {
93 console.error('Cannot get server translations', err)
94 return undefined
95 })
96 }
97
98 static async initialize (mode: PlayerMode, options: PeertubePlayerManagerOptions) {
99 let p2pMediaLoader: any
100
101 this.playerElementClassName = options.common.playerElement.className
102
103 if (mode === 'webtorrent') await import('./webtorrent/webtorrent-plugin')
104 if (mode === 'p2p-media-loader') {
105 [ p2pMediaLoader ] = await Promise.all([
106 import('p2p-media-loader-hlsjs'),
107 import('./p2p-media-loader/p2p-media-loader-plugin')
108 ])
109 }
110
111 const videojsOptions = this.getVideojsOptions(mode, options, p2pMediaLoader)
112
113 await this.loadLocaleInVideoJS(options.common.serverUrl, options.common.language)
114
115 const self = this
116 return new Promise(res => {
117 videojs(options.common.playerElement, videojsOptions, function (this: any) {
118 const player = this
119
120 player.tech_.one('error', () => self.maybeFallbackToWebTorrent(mode, player, options))
121 player.one('error', () => self.maybeFallbackToWebTorrent(mode, player, options))
122
123 self.addContextMenu(mode, player, options.common.embedUrl)
124
125 return res(player)
126 })
127 })
128 }
129
130 private static async maybeFallbackToWebTorrent (currentMode: PlayerMode, player: any, options: PeertubePlayerManagerOptions) {
131 if (currentMode === 'webtorrent') return
132
133 console.log('Fallback to webtorrent.')
134
135 const newVideoElement = document.createElement('video')
136 newVideoElement.className = this.playerElementClassName
137
138 // VideoJS wraps our video element inside a div
139 let currentParentPlayerElement = options.common.playerElement.parentNode
140 // Fix on IOS, don't ask me why
141 if (!currentParentPlayerElement) currentParentPlayerElement = document.getElementById(options.common.playerElement.id).parentNode
142
143 currentParentPlayerElement.parentNode.insertBefore(newVideoElement, currentParentPlayerElement)
144
145 options.common.playerElement = newVideoElement
146 options.common.onPlayerElementChange(newVideoElement)
147
148 player.dispose()
149
150 await import('./webtorrent/webtorrent-plugin')
151
152 const mode = 'webtorrent'
153 const videojsOptions = this.getVideojsOptions(mode, options)
154
155 const self = this
156 videojs(newVideoElement, videojsOptions, function (this: any) {
157 const player = this
158
159 self.addContextMenu(mode, player, options.common.embedUrl)
160 })
161 }
162
163 private static loadLocaleInVideoJS (serverUrl: string, locale: string) {
164 const path = PeertubePlayerManager.getLocalePath(serverUrl, locale)
165 // It is the default locale, nothing to translate
166 if (!path) return Promise.resolve(undefined)
167
168 let p: Promise<any>
169
170 if (PeertubePlayerManager.videojsLocaleCache[path]) {
171 p = Promise.resolve(PeertubePlayerManager.videojsLocaleCache[path])
172 } else {
173 p = fetch(path + '/player.json')
174 .then(res => res.json())
175 .then(json => {
176 PeertubePlayerManager.videojsLocaleCache[path] = json
177 return json
178 })
179 .catch(err => {
180 console.error('Cannot get player translations', err)
181 return undefined
182 })
183 }
184
185 const completeLocale = getCompleteLocale(locale)
186 return p.then(json => videojs.addLanguage(getShortLocale(completeLocale), json))
187 }
188
189 private static getVideojsOptions (mode: PlayerMode, options: PeertubePlayerManagerOptions, p2pMediaLoaderModule?: any) {
190 const commonOptions = options.common
191 const webtorrentOptions = options.webtorrent
192 const p2pMediaLoaderOptions = options.p2pMediaLoader
193
194 let autoplay = options.common.autoplay
195 let html5 = {}
196
197 const plugins: VideoJSPluginOptions = {
198 peertube: {
199 mode,
200 autoplay, // Use peertube plugin autoplay because we get the file by webtorrent
201 videoViewUrl: commonOptions.videoViewUrl,
202 videoDuration: commonOptions.videoDuration,
203 userWatching: commonOptions.userWatching,
204 subtitle: commonOptions.subtitle,
205 videoCaptions: commonOptions.videoCaptions,
206 stopTime: commonOptions.stopTime
207 }
208 }
209
210 if (mode === 'p2p-media-loader') {
211 const p2pMediaLoader: P2PMediaLoaderPluginOptions = {
212 redundancyBaseUrls: options.p2pMediaLoader.redundancyBaseUrls,
213 type: 'application/x-mpegURL',
214 startTime: commonOptions.startTime,
215 src: p2pMediaLoaderOptions.playlistUrl
216 }
217
218 const trackerAnnounce = p2pMediaLoaderOptions.trackerAnnounce
219 .filter(t => t.startsWith('ws'))
220
221 const p2pMediaLoaderConfig = {
222 loader: {
223 trackerAnnounce,
224 segmentValidator: segmentValidatorFactory(options.p2pMediaLoader.segmentsSha256Url),
225 rtcConfig: getRtcConfig(),
226 requiredSegmentsPriority: 5,
227 segmentUrlBuilder: segmentUrlBuilderFactory(options.p2pMediaLoader.redundancyBaseUrls)
228 },
229 segments: {
230 swarmId: p2pMediaLoaderOptions.playlistUrl
231 }
232 }
233 const streamrootHls = {
234 levelLabelHandler: (level: { height: number, width: number }) => {
235 const file = p2pMediaLoaderOptions.videoFiles.find(f => f.resolution.id === level.height)
236
237 let label = file.resolution.label
238 if (file.fps >= 50) label += file.fps
239
240 return label
241 },
242 html5: {
243 hlsjsConfig: {
244 liveSyncDurationCount: 7,
245 loader: new p2pMediaLoaderModule.Engine(p2pMediaLoaderConfig).createLoaderClass()
246 }
247 }
248 }
249
250 Object.assign(plugins, { p2pMediaLoader, streamrootHls })
251 html5 = streamrootHls.html5
252 }
253
254 if (mode === 'webtorrent') {
255 const webtorrent = {
256 autoplay,
257 videoDuration: commonOptions.videoDuration,
258 playerElement: commonOptions.playerElement,
259 videoFiles: webtorrentOptions.videoFiles,
260 startTime: commonOptions.startTime
261 }
262 Object.assign(plugins, { webtorrent })
263
264 // WebTorrent plugin handles autoplay, because we do some hackish stuff in there
265 autoplay = false
266 }
267
268 const videojsOptions = {
269 html5,
270
271 // We don't use text track settings for now
272 textTrackSettings: false,
273 controls: commonOptions.controls !== undefined ? commonOptions.controls : true,
274 loop: commonOptions.loop !== undefined ? commonOptions.loop : false,
275
276 muted: commonOptions.muted !== undefined
277 ? commonOptions.muted
278 : undefined, // Undefined so the player knows it has to check the local storage
279
280 poster: commonOptions.poster,
281 autoplay: autoplay === true ? 'any' : autoplay, // Use 'any' instead of true to get notifier by videojs if autoplay fails
282 inactivityTimeout: commonOptions.inactivityTimeout,
283 playbackRates: [ 0.5, 0.75, 1, 1.25, 1.5, 2 ],
284 plugins,
285 controlBar: {
286 children: this.getControlBarChildren(mode, {
287 captions: commonOptions.captions,
288 peertubeLink: commonOptions.peertubeLink,
289 theaterMode: commonOptions.theaterMode
290 })
291 }
292 }
293
294 if (commonOptions.enableHotkeys === true) {
295 Object.assign(videojsOptions.plugins, {
296 hotkeys: {
297 enableVolumeScroll: false,
298 enableModifiersForNumbers: false,
299
300 fullscreenKey: function (event: KeyboardEvent) {
301 // fullscreen with the f key or Ctrl+Enter
302 return event.key === 'f' || (event.ctrlKey && event.key === 'Enter')
303 },
304
305 seekStep: function (event: KeyboardEvent) {
306 // mimic VLC seek behavior, and default to 5 (original value is 5).
307 if (event.ctrlKey && event.altKey) {
308 return 5 * 60
309 } else if (event.ctrlKey) {
310 return 60
311 } else if (event.altKey) {
312 return 10
313 } else {
314 return 5
315 }
316 },
317
318 customKeys: {
319 increasePlaybackRateKey: {
320 key: function (event: KeyboardEvent) {
321 return event.key === '>'
322 },
323 handler: function (player: videojs.Player) {
324 player.playbackRate((player.playbackRate() + 0.1).toFixed(2))
325 }
326 },
327 decreasePlaybackRateKey: {
328 key: function (event: KeyboardEvent) {
329 return event.key === '<'
330 },
331 handler: function (player: videojs.Player) {
332 player.playbackRate((player.playbackRate() - 0.1).toFixed(2))
333 }
334 },
335 frameByFrame: {
336 key: function (event: KeyboardEvent) {
337 return event.key === '.'
338 },
339 handler: function (player: videojs.Player) {
340 player.pause()
341 // Calculate movement distance (assuming 30 fps)
342 const dist = 1 / 30
343 player.currentTime(player.currentTime() + dist)
344 }
345 }
346 }
347 }
348 })
349 }
350
351 if (commonOptions.language && !isDefaultLocale(commonOptions.language)) {
352 Object.assign(videojsOptions, { language: commonOptions.language })
353 }
354
355 return videojsOptions
356 }
357
358 private static getControlBarChildren (mode: PlayerMode, options: {
359 peertubeLink: boolean
360 theaterMode: boolean,
361 captions: boolean
362 }) {
363 const settingEntries = []
364 const loadProgressBar = mode === 'webtorrent' ? 'peerTubeLoadProgressBar' : 'loadProgressBar'
365
366 // Keep an order
367 settingEntries.push('playbackRateMenuButton')
368 if (options.captions === true) settingEntries.push('captionsButton')
369 settingEntries.push('resolutionMenuButton')
370
371 const children = {
372 'playToggle': {},
373 'currentTimeDisplay': {},
374 'timeDivider': {},
375 'durationDisplay': {},
376 'liveDisplay': {},
377
378 'flexibleWidthSpacer': {},
379 'progressControl': {
380 children: {
381 'seekBar': {
382 children: {
383 [loadProgressBar]: {},
384 'mouseTimeDisplay': {},
385 'playProgressBar': {}
386 }
387 }
388 }
389 },
390
391 'p2PInfoButton': {},
392
393 'muteToggle': {},
394 'volumeControl': {},
395
396 'settingsButton': {
397 setup: {
398 maxHeightOffset: 40
399 },
400 entries: settingEntries
401 }
402 }
403
404 if (options.peertubeLink === true) {
405 Object.assign(children, {
406 'peerTubeLinkButton': {}
407 })
408 }
409
410 if (options.theaterMode === true) {
411 Object.assign(children, {
412 'theaterButton': {}
413 })
414 }
415
416 Object.assign(children, {
417 'fullscreenToggle': {}
418 })
419
420 return children
421 }
422
423 private static addContextMenu (mode: PlayerMode, player: any, videoEmbedUrl: string) {
424 const content = [
425 {
426 label: player.localize('Copy the video URL'),
427 listener: function () {
428 copyToClipboard(buildVideoLink())
429 }
430 },
431 {
432 label: player.localize('Copy the video URL at the current time'),
433 listener: function () {
434 const player = this as videojs.Player
435 copyToClipboard(buildVideoLink(player.currentTime()))
436 }
437 },
438 {
439 label: player.localize('Copy embed code'),
440 listener: () => {
441 copyToClipboard(buildVideoEmbed(videoEmbedUrl))
442 }
443 }
444 ]
445
446 if (mode === 'webtorrent') {
447 content.push({
448 label: player.localize('Copy magnet URI'),
449 listener: function () {
450 const player = this as videojs.Player
451 copyToClipboard(player.webtorrent().getCurrentVideoFile().magnetUri)
452 }
453 })
454 }
455
456 player.contextmenuUI({ content })
457 }
458
459 private static getLocalePath (serverUrl: string, locale: string) {
460 const completeLocale = getCompleteLocale(locale)
461
462 if (!is18nLocale(completeLocale) || isDefaultLocale(completeLocale)) return undefined
463
464 return serverUrl + '/client/locales/' + completeLocale
465 }
466}
467
468// ############################################################################
469
470export {
471 videojs
472}
diff --git a/client/src/assets/player/peertube-player.ts b/client/src/assets/player/peertube-player.ts
deleted file mode 100644
index 2de6d7fef..000000000
--- a/client/src/assets/player/peertube-player.ts
+++ /dev/null
@@ -1,300 +0,0 @@
1import { VideoFile } from '../../../../shared/models/videos'
2
3import 'videojs-hotkeys'
4import 'videojs-dock'
5import 'videojs-contextmenu-ui'
6import './peertube-link-button'
7import './resolution-menu-button'
8import './settings-menu-button'
9import './webtorrent-info-button'
10import './peertube-videojs-plugin'
11import './peertube-load-progress-bar'
12import './theater-button'
13import { UserWatching, VideoJSCaption, videojsUntyped } from './peertube-videojs-typings'
14import { buildVideoEmbed, buildVideoLink, copyToClipboard } from './utils'
15import { getCompleteLocale, getShortLocale, is18nLocale, isDefaultLocale } from '../../../../shared/models/i18n/i18n'
16
17// FIXME: something weird with our path definition in tsconfig and typings
18// @ts-ignore
19import { Player } from 'video.js'
20
21// Change 'Playback Rate' to 'Speed' (smaller for our settings menu)
22videojsUntyped.getComponent('PlaybackRateMenuButton').prototype.controlText_ = 'Speed'
23// Change Captions to Subtitles/CC
24videojsUntyped.getComponent('CaptionsButton').prototype.controlText_ = 'Subtitles/CC'
25// We just want to display 'Off' instead of 'captions off', keep a space so the variable == true (hacky I know)
26videojsUntyped.getComponent('CaptionsButton').prototype.label_ = ' '
27
28function getVideojsOptions (options: {
29 autoplay: boolean
30 playerElement: HTMLVideoElement
31 videoViewUrl: string
32 videoDuration: number
33 videoFiles: VideoFile[]
34 enableHotkeys: boolean
35 inactivityTimeout: number
36 peertubeLink: boolean
37 poster: string
38 startTime: number | string
39 theaterMode: boolean
40 videoCaptions: VideoJSCaption[]
41
42 language?: string
43 controls?: boolean
44 muted?: boolean
45 loop?: boolean
46 subtitle?: string
47
48 userWatching?: UserWatching
49}) {
50 const videojsOptions = {
51 // We don't use text track settings for now
52 textTrackSettings: false,
53 controls: options.controls !== undefined ? options.controls : true,
54 loop: options.loop !== undefined ? options.loop : false,
55
56 muted: options.muted !== undefined ? options.muted : undefined, // Undefined so the player knows it has to check the local storage
57
58 poster: options.poster,
59 autoplay: false,
60 inactivityTimeout: options.inactivityTimeout,
61 playbackRates: [ 0.5, 0.75, 1, 1.25, 1.5, 2 ],
62 plugins: {
63 peertube: {
64 autoplay: options.autoplay, // Use peertube plugin autoplay because we get the file by webtorrent
65 videoCaptions: options.videoCaptions,
66 videoFiles: options.videoFiles,
67 playerElement: options.playerElement,
68 videoViewUrl: options.videoViewUrl,
69 videoDuration: options.videoDuration,
70 startTime: options.startTime,
71 userWatching: options.userWatching,
72 subtitle: options.subtitle
73 }
74 },
75 controlBar: {
76 children: getControlBarChildren(options)
77 }
78 }
79
80 if (options.enableHotkeys === true) {
81 Object.assign(videojsOptions.plugins, {
82 hotkeys: {
83 enableVolumeScroll: false,
84 enableModifiersForNumbers: false,
85
86 fullscreenKey: function (event: KeyboardEvent) {
87 // fullscreen with the f key or Ctrl+Enter
88 return event.key === 'f' || (event.ctrlKey && event.key === 'Enter')
89 },
90
91 seekStep: function (event: KeyboardEvent) {
92 // mimic VLC seek behavior, and default to 5 (original value is 5).
93 if (event.ctrlKey && event.altKey) {
94 return 5 * 60
95 } else if (event.ctrlKey) {
96 return 60
97 } else if (event.altKey) {
98 return 10
99 } else {
100 return 5
101 }
102 },
103
104 customKeys: {
105 increasePlaybackRateKey: {
106 key: function (event: KeyboardEvent) {
107 return event.key === '>'
108 },
109 handler: function (player: Player) {
110 player.playbackRate((player.playbackRate() + 0.1).toFixed(2))
111 }
112 },
113 decreasePlaybackRateKey: {
114 key: function (event: KeyboardEvent) {
115 return event.key === '<'
116 },
117 handler: function (player: Player) {
118 player.playbackRate((player.playbackRate() - 0.1).toFixed(2))
119 }
120 },
121 frameByFrame: {
122 key: function (event: KeyboardEvent) {
123 return event.key === '.'
124 },
125 handler: function (player: Player) {
126 player.pause()
127 // Calculate movement distance (assuming 30 fps)
128 const dist = 1 / 30
129 player.currentTime(player.currentTime() + dist)
130 }
131 }
132 }
133 }
134 })
135 }
136
137 if (options.language && !isDefaultLocale(options.language)) {
138 Object.assign(videojsOptions, { language: options.language })
139 }
140
141 return videojsOptions
142}
143
144function getControlBarChildren (options: {
145 peertubeLink: boolean
146 theaterMode: boolean,
147 videoCaptions: VideoJSCaption[]
148}) {
149 const settingEntries = []
150
151 // Keep an order
152 settingEntries.push('playbackRateMenuButton')
153 if (options.videoCaptions.length !== 0) settingEntries.push('captionsButton')
154 settingEntries.push('resolutionMenuButton')
155
156 const children = {
157 'playToggle': {},
158 'currentTimeDisplay': {},
159 'timeDivider': {},
160 'durationDisplay': {},
161 'liveDisplay': {},
162
163 'flexibleWidthSpacer': {},
164 'progressControl': {
165 children: {
166 'seekBar': {
167 children: {
168 'peerTubeLoadProgressBar': {},
169 'mouseTimeDisplay': {},
170 'playProgressBar': {}
171 }
172 }
173 }
174 },
175
176 'webTorrentButton': {},
177
178 'muteToggle': {},
179 'volumeControl': {},
180
181 'settingsButton': {
182 setup: {
183 maxHeightOffset: 40
184 },
185 entries: settingEntries
186 }
187 }
188
189 if (options.peertubeLink === true) {
190 Object.assign(children, {
191 'peerTubeLinkButton': {}
192 })
193 }
194
195 if (options.theaterMode === true) {
196 Object.assign(children, {
197 'theaterButton': {}
198 })
199 }
200
201 Object.assign(children, {
202 'fullscreenToggle': {}
203 })
204
205 return children
206}
207
208function addContextMenu (player: any, videoEmbedUrl: string) {
209 player.contextmenuUI({
210 content: [
211 {
212 label: player.localize('Copy the video URL'),
213 listener: function () {
214 copyToClipboard(buildVideoLink())
215 }
216 },
217 {
218 label: player.localize('Copy the video URL at the current time'),
219 listener: function () {
220 const player = this as Player
221 copyToClipboard(buildVideoLink(player.currentTime()))
222 }
223 },
224 {
225 label: player.localize('Copy embed code'),
226 listener: () => {
227 copyToClipboard(buildVideoEmbed(videoEmbedUrl))
228 }
229 },
230 {
231 label: player.localize('Copy magnet URI'),
232 listener: function () {
233 const player = this as Player
234 copyToClipboard(player.peertube().getCurrentVideoFile().magnetUri)
235 }
236 }
237 ]
238 })
239}
240
241function loadLocaleInVideoJS (serverUrl: string, videojs: any, locale: string) {
242 const path = getLocalePath(serverUrl, locale)
243 // It is the default locale, nothing to translate
244 if (!path) return Promise.resolve(undefined)
245
246 let p: Promise<any>
247
248 if (loadLocaleInVideoJS.cache[path]) {
249 p = Promise.resolve(loadLocaleInVideoJS.cache[path])
250 } else {
251 p = fetch(path + '/player.json')
252 .then(res => res.json())
253 .then(json => {
254 loadLocaleInVideoJS.cache[path] = json
255 return json
256 })
257 .catch(err => {
258 console.error('Cannot get player translations', err)
259 return undefined
260 })
261 }
262
263 const completeLocale = getCompleteLocale(locale)
264 return p.then(json => videojs.addLanguage(getShortLocale(completeLocale), json))
265}
266namespace loadLocaleInVideoJS {
267 export const cache: { [ path: string ]: any } = {}
268}
269
270function getServerTranslations (serverUrl: string, locale: string) {
271 const path = getLocalePath(serverUrl, locale)
272 // It is the default locale, nothing to translate
273 if (!path) return Promise.resolve(undefined)
274
275 return fetch(path + '/server.json')
276 .then(res => res.json())
277 .catch(err => {
278 console.error('Cannot get server translations', err)
279 return undefined
280 })
281}
282
283// ############################################################################
284
285export {
286 getServerTranslations,
287 loadLocaleInVideoJS,
288 getVideojsOptions,
289 addContextMenu
290}
291
292// ############################################################################
293
294function getLocalePath (serverUrl: string, locale: string) {
295 const completeLocale = getCompleteLocale(locale)
296
297 if (!is18nLocale(completeLocale) || isDefaultLocale(completeLocale)) return undefined
298
299 return serverUrl + '/client/locales/' + completeLocale
300}
diff --git a/client/src/assets/player/peertube-plugin.ts b/client/src/assets/player/peertube-plugin.ts
new file mode 100644
index 000000000..dd9408c8e
--- /dev/null
+++ b/client/src/assets/player/peertube-plugin.ts
@@ -0,0 +1,269 @@
1// FIXME: something weird with our path definition in tsconfig and typings
2// @ts-ignore
3import * as videojs from 'video.js'
4import './videojs-components/settings-menu-button'
5import {
6 PeerTubePluginOptions,
7 ResolutionUpdateData,
8 UserWatching,
9 VideoJSCaption,
10 VideoJSComponentInterface,
11 videojsUntyped
12} from './peertube-videojs-typings'
13import { isMobile, timeToInt } from './utils'
14import {
15 getStoredLastSubtitle,
16 getStoredMute,
17 getStoredVolume,
18 saveLastSubtitle,
19 saveMuteInStore,
20 saveVolumeInStore
21} from './peertube-player-local-storage'
22
23const Plugin: VideoJSComponentInterface = videojs.getPlugin('plugin')
24class PeerTubePlugin extends Plugin {
25 private readonly videoViewUrl: string
26 private readonly videoDuration: number
27 private readonly CONSTANTS = {
28 USER_WATCHING_VIDEO_INTERVAL: 5000 // Every 5 seconds, notify the user is watching the video
29 }
30
31 private player: any
32 private videoCaptions: VideoJSCaption[]
33 private defaultSubtitle: string
34
35 private videoViewInterval: any
36 private userWatchingVideoInterval: any
37 private lastResolutionChange: ResolutionUpdateData
38
39 constructor (player: videojs.Player, options: PeerTubePluginOptions) {
40 super(player, options)
41
42 this.videoViewUrl = options.videoViewUrl
43 this.videoDuration = options.videoDuration
44 this.videoCaptions = options.videoCaptions
45
46 if (options.autoplay === true) this.player.addClass('vjs-has-autoplay')
47
48 this.player.on('autoplay-failure', () => {
49 this.player.removeClass('vjs-has-autoplay')
50 })
51
52 this.player.ready(() => {
53 const playerOptions = this.player.options_
54
55 if (options.mode === 'webtorrent') {
56 this.player.webtorrent().on('resolutionChange', (_: any, d: any) => this.handleResolutionChange(d))
57 this.player.webtorrent().on('autoResolutionChange', (_: any, d: any) => this.trigger('autoResolutionChange', d))
58 }
59
60 if (options.mode === 'p2p-media-loader') {
61 this.player.p2pMediaLoader().on('resolutionChange', (_: any, d: any) => this.handleResolutionChange(d))
62 }
63
64 this.player.tech_.on('loadedqualitydata', () => {
65 setTimeout(() => {
66 // Replay a resolution change, now we loaded all quality data
67 if (this.lastResolutionChange) this.handleResolutionChange(this.lastResolutionChange)
68 }, 0)
69 })
70
71 const volume = getStoredVolume()
72 if (volume !== undefined) this.player.volume(volume)
73
74 const muted = playerOptions.muted !== undefined ? playerOptions.muted : getStoredMute()
75 if (muted !== undefined) this.player.muted(muted)
76
77 this.defaultSubtitle = options.subtitle || getStoredLastSubtitle()
78
79 this.player.on('volumechange', () => {
80 saveVolumeInStore(this.player.volume())
81 saveMuteInStore(this.player.muted())
82 })
83
84 if (options.stopTime) {
85 const stopTime = timeToInt(options.stopTime)
86 const self = this
87
88 this.player.on('timeupdate', function onTimeUpdate () {
89 if (self.player.currentTime() > stopTime) {
90 self.player.pause()
91 self.player.trigger('stopped')
92
93 self.player.off('timeupdate', onTimeUpdate)
94 }
95 })
96 }
97
98 this.player.textTracks().on('change', () => {
99 const showing = this.player.textTracks().tracks_.find((t: { kind: string, mode: string }) => {
100 return t.kind === 'captions' && t.mode === 'showing'
101 })
102
103 if (!showing) {
104 saveLastSubtitle('off')
105 return
106 }
107
108 saveLastSubtitle(showing.language)
109 })
110
111 this.player.on('sourcechange', () => this.initCaptions())
112
113 this.player.duration(options.videoDuration)
114
115 this.initializePlayer()
116 this.runViewAdd()
117
118 if (options.userWatching) this.runUserWatchVideo(options.userWatching)
119 })
120 }
121
122 dispose () {
123 if (this.videoViewInterval) clearInterval(this.videoViewInterval)
124 if (this.userWatchingVideoInterval) clearInterval(this.userWatchingVideoInterval)
125 }
126
127 private initializePlayer () {
128 if (isMobile()) this.player.addClass('vjs-is-mobile')
129
130 this.initSmoothProgressBar()
131
132 this.initCaptions()
133
134 this.alterInactivity()
135 }
136
137 private runViewAdd () {
138 this.clearVideoViewInterval()
139
140 // After 30 seconds (or 3/4 of the video), add a view to the video
141 let minSecondsToView = 30
142
143 if (this.videoDuration < minSecondsToView) minSecondsToView = (this.videoDuration * 3) / 4
144
145 let secondsViewed = 0
146 this.videoViewInterval = setInterval(() => {
147 if (this.player && !this.player.paused()) {
148 secondsViewed += 1
149
150 if (secondsViewed > minSecondsToView) {
151 this.clearVideoViewInterval()
152
153 this.addViewToVideo().catch(err => console.error(err))
154 }
155 }
156 }, 1000)
157 }
158
159 private runUserWatchVideo (options: UserWatching) {
160 let lastCurrentTime = 0
161
162 this.userWatchingVideoInterval = setInterval(() => {
163 const currentTime = Math.floor(this.player.currentTime())
164
165 if (currentTime - lastCurrentTime >= 1) {
166 lastCurrentTime = currentTime
167
168 this.notifyUserIsWatching(currentTime, options.url, options.authorizationHeader)
169 .catch(err => console.error('Cannot notify user is watching.', err))
170 }
171 }, this.CONSTANTS.USER_WATCHING_VIDEO_INTERVAL)
172 }
173
174 private clearVideoViewInterval () {
175 if (this.videoViewInterval !== undefined) {
176 clearInterval(this.videoViewInterval)
177 this.videoViewInterval = undefined
178 }
179 }
180
181 private addViewToVideo () {
182 if (!this.videoViewUrl) return Promise.resolve(undefined)
183
184 return fetch(this.videoViewUrl, { method: 'POST' })
185 }
186
187 private notifyUserIsWatching (currentTime: number, url: string, authorizationHeader: string) {
188 const body = new URLSearchParams()
189 body.append('currentTime', currentTime.toString())
190
191 const headers = new Headers({ 'Authorization': authorizationHeader })
192
193 return fetch(url, { method: 'PUT', body, headers })
194 }
195
196 private handleResolutionChange (data: ResolutionUpdateData) {
197 this.lastResolutionChange = data
198
199 const qualityLevels = this.player.qualityLevels()
200
201 for (let i = 0; i < qualityLevels.length; i++) {
202 if (qualityLevels[i].height === data.resolutionId) {
203 data.id = qualityLevels[i].id
204 break
205 }
206 }
207
208 this.trigger('resolutionChange', data)
209 }
210
211 private alterInactivity () {
212 let saveInactivityTimeout: number
213
214 const disableInactivity = () => {
215 saveInactivityTimeout = this.player.options_.inactivityTimeout
216 this.player.options_.inactivityTimeout = 0
217 }
218 const enableInactivity = () => {
219 this.player.options_.inactivityTimeout = saveInactivityTimeout
220 }
221
222 const settingsDialog = this.player.children_.find((c: any) => c.name_ === 'SettingsDialog')
223
224 this.player.controlBar.on('mouseenter', () => disableInactivity())
225 settingsDialog.on('mouseenter', () => disableInactivity())
226 this.player.controlBar.on('mouseleave', () => enableInactivity())
227 settingsDialog.on('mouseleave', () => enableInactivity())
228 }
229
230 private initCaptions () {
231 for (const caption of this.videoCaptions) {
232 this.player.addRemoteTextTrack({
233 kind: 'captions',
234 label: caption.label,
235 language: caption.language,
236 id: caption.language,
237 src: caption.src,
238 default: this.defaultSubtitle === caption.language
239 }, false)
240 }
241
242 this.player.trigger('captionsChanged')
243 }
244
245 // Thanks: https://github.com/videojs/video.js/issues/4460#issuecomment-312861657
246 private initSmoothProgressBar () {
247 const SeekBar = videojsUntyped.getComponent('SeekBar')
248 SeekBar.prototype.getPercent = function getPercent () {
249 // Allows for smooth scrubbing, when player can't keep up.
250 // const time = (this.player_.scrubbing()) ?
251 // this.player_.getCache().currentTime :
252 // this.player_.currentTime()
253 const time = this.player_.currentTime()
254 const percent = time / this.player_.duration()
255 return percent >= 1 ? 1 : percent
256 }
257 SeekBar.prototype.handleMouseMove = function handleMouseMove (event: any) {
258 let newTime = this.calculateDistance(event) * this.player_.duration()
259 if (newTime === this.player_.duration()) {
260 newTime = newTime - 0.1
261 }
262 this.player_.currentTime(newTime)
263 this.update()
264 }
265 }
266}
267
268videojs.registerPlugin('peertube', PeerTubePlugin)
269export { PeerTubePlugin }
diff --git a/client/src/assets/player/peertube-videojs-typings.ts b/client/src/assets/player/peertube-videojs-typings.ts
index 634c7fdc9..a96b0bc8c 100644
--- a/client/src/assets/player/peertube-videojs-typings.ts
+++ b/client/src/assets/player/peertube-videojs-typings.ts
@@ -3,11 +3,16 @@
3import * as videojs from 'video.js' 3import * as videojs from 'video.js'
4 4
5import { VideoFile } from '../../../../shared/models/videos/video.model' 5import { VideoFile } from '../../../../shared/models/videos/video.model'
6import { PeerTubePlugin } from './peertube-videojs-plugin' 6import { PeerTubePlugin } from './peertube-plugin'
7import { WebTorrentPlugin } from './webtorrent/webtorrent-plugin'
8import { P2pMediaLoaderPlugin } from './p2p-media-loader/p2p-media-loader-plugin'
9import { PlayerMode } from './peertube-player-manager'
7 10
8declare namespace videojs { 11declare namespace videojs {
9 interface Player { 12 interface Player {
10 peertube (): PeerTubePlugin 13 peertube (): PeerTubePlugin
14 webtorrent (): WebTorrentPlugin
15 p2pMediaLoader (): P2pMediaLoaderPlugin
11 } 16 }
12} 17}
13 18
@@ -30,26 +35,100 @@ type UserWatching = {
30 authorizationHeader: string 35 authorizationHeader: string
31} 36}
32 37
33type PeertubePluginOptions = { 38type PeerTubePluginOptions = {
34 videoFiles: VideoFile[] 39 mode: PlayerMode
35 playerElement: HTMLVideoElement 40
41 autoplay: boolean
36 videoViewUrl: string 42 videoViewUrl: string
37 videoDuration: number 43 videoDuration: number
38 startTime: number | string
39 autoplay: boolean,
40 videoCaptions: VideoJSCaption[]
41 44
42 subtitle?: string
43 userWatching?: UserWatching 45 userWatching?: UserWatching
46 subtitle?: string
47
48 videoCaptions: VideoJSCaption[]
49
50 stopTime: number | string
51}
52
53type WebtorrentPluginOptions = {
54 playerElement: HTMLVideoElement
55
56 autoplay: boolean
57 videoDuration: number
58
59 videoFiles: VideoFile[]
60
61 startTime: number | string
62}
63
64type P2PMediaLoaderPluginOptions = {
65 redundancyBaseUrls: string[]
66 type: string
67 src: string
68
69 startTime: number | string
70}
71
72type VideoJSPluginOptions = {
73 peertube: PeerTubePluginOptions
74
75 webtorrent?: WebtorrentPluginOptions
76
77 p2pMediaLoader?: P2PMediaLoaderPluginOptions
44} 78}
45 79
46// videojs typings don't have some method we need 80// videojs typings don't have some method we need
47const videojsUntyped = videojs as any 81const videojsUntyped = videojs as any
48 82
83type LoadedQualityData = {
84 qualitySwitchCallback: Function,
85 qualityData: {
86 video: {
87 id: number
88 label: string
89 selected: boolean
90 }[]
91 }
92}
93
94type ResolutionUpdateData = {
95 auto: boolean,
96 resolutionId: number
97 id?: number
98}
99
100type AutoResolutionUpdateData = {
101 possible: boolean
102}
103
104type PlayerNetworkInfo = {
105 http: {
106 downloadSpeed: number
107 uploadSpeed: number
108 downloaded: number
109 uploaded: number
110 }
111
112 p2p: {
113 downloadSpeed: number
114 uploadSpeed: number
115 downloaded: number
116 uploaded: number
117 numPeers: number
118 }
119}
120
49export { 121export {
122 PlayerNetworkInfo,
123 ResolutionUpdateData,
124 AutoResolutionUpdateData,
50 VideoJSComponentInterface, 125 VideoJSComponentInterface,
51 PeertubePluginOptions,
52 videojsUntyped, 126 videojsUntyped,
53 VideoJSCaption, 127 VideoJSCaption,
54 UserWatching 128 UserWatching,
129 PeerTubePluginOptions,
130 WebtorrentPluginOptions,
131 P2PMediaLoaderPluginOptions,
132 VideoJSPluginOptions,
133 LoadedQualityData
55} 134}
diff --git a/client/src/assets/player/resolution-menu-button.ts b/client/src/assets/player/resolution-menu-button.ts
deleted file mode 100644
index a3c1108ca..000000000
--- a/client/src/assets/player/resolution-menu-button.ts
+++ /dev/null
@@ -1,88 +0,0 @@
1// FIXME: something weird with our path definition in tsconfig and typings
2// @ts-ignore
3import { Player } from 'video.js'
4
5import { VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings'
6import { ResolutionMenuItem } from './resolution-menu-item'
7
8const Menu: VideoJSComponentInterface = videojsUntyped.getComponent('Menu')
9const MenuButton: VideoJSComponentInterface = videojsUntyped.getComponent('MenuButton')
10class ResolutionMenuButton extends MenuButton {
11 label: HTMLElement
12
13 constructor (player: Player, options: any) {
14 super(player, options)
15 this.player = player
16
17 player.peertube().on('videoFileUpdate', () => this.updateLabel())
18 player.peertube().on('autoResolutionUpdate', () => this.updateLabel())
19 }
20
21 createEl () {
22 const el = super.createEl()
23
24 this.labelEl_ = videojsUntyped.dom.createEl('div', {
25 className: 'vjs-resolution-value',
26 innerHTML: this.buildLabelHTML()
27 })
28
29 el.appendChild(this.labelEl_)
30
31 return el
32 }
33
34 updateARIAAttributes () {
35 this.el().setAttribute('aria-label', 'Quality')
36 }
37
38 createMenu () {
39 const menu = new Menu(this.player_)
40 for (const videoFile of this.player_.peertube().videoFiles) {
41 let label = videoFile.resolution.label
42 if (videoFile.fps && videoFile.fps >= 50) {
43 label += videoFile.fps
44 }
45
46 menu.addChild(new ResolutionMenuItem(
47 this.player_,
48 {
49 id: videoFile.resolution.id,
50 label,
51 src: videoFile.magnetUri
52 })
53 )
54 }
55
56 menu.addChild(new ResolutionMenuItem(
57 this.player_,
58 {
59 id: -1,
60 label: this.player_.localize('Auto'),
61 src: null
62 }
63 ))
64
65 return menu
66 }
67
68 updateLabel () {
69 if (!this.labelEl_) return
70
71 this.labelEl_.innerHTML = this.buildLabelHTML()
72 }
73
74 buildCSSClass () {
75 return super.buildCSSClass() + ' vjs-resolution-button'
76 }
77
78 buildWrapperCSSClass () {
79 return 'vjs-resolution-control ' + super.buildWrapperCSSClass()
80 }
81
82 private buildLabelHTML () {
83 return this.player_.peertube().getCurrentResolutionLabel()
84 }
85}
86ResolutionMenuButton.prototype.controlText_ = 'Quality'
87
88MenuButton.registerComponent('ResolutionMenuButton', ResolutionMenuButton)
diff --git a/client/src/assets/player/resolution-menu-item.ts b/client/src/assets/player/resolution-menu-item.ts
deleted file mode 100644
index b54fd91ef..000000000
--- a/client/src/assets/player/resolution-menu-item.ts
+++ /dev/null
@@ -1,67 +0,0 @@
1// FIXME: something weird with our path definition in tsconfig and typings
2// @ts-ignore
3import { Player } from 'video.js'
4
5import { VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings'
6
7const MenuItem: VideoJSComponentInterface = videojsUntyped.getComponent('MenuItem')
8class ResolutionMenuItem extends MenuItem {
9
10 constructor (player: Player, options: any) {
11 const currentResolutionId = player.peertube().getCurrentResolutionId()
12 options.selectable = true
13 options.selected = options.id === currentResolutionId
14
15 super(player, options)
16
17 this.label = options.label
18 this.id = options.id
19
20 player.peertube().on('videoFileUpdate', () => this.updateSelection())
21 player.peertube().on('autoResolutionUpdate', () => this.updateSelection())
22 }
23
24 handleClick (event: any) {
25 if (this.id === -1 && this.player_.peertube().isAutoResolutionForbidden()) return
26
27 super.handleClick(event)
28
29 // Auto resolution
30 if (this.id === -1) {
31 this.player_.peertube().enableAutoResolution()
32 return
33 }
34
35 this.player_.peertube().disableAutoResolution()
36 this.player_.peertube().updateResolution(this.id)
37 }
38
39 updateSelection () {
40 // Check if auto resolution is forbidden or not
41 if (this.id === -1) {
42 if (this.player_.peertube().isAutoResolutionForbidden()) {
43 this.addClass('disabled')
44 } else {
45 this.removeClass('disabled')
46 }
47 }
48
49 if (this.player_.peertube().isAutoResolutionOn()) {
50 this.selected(this.id === -1)
51 return
52 }
53
54 this.selected(this.player_.peertube().getCurrentResolutionId() === this.id)
55 }
56
57 getLabel () {
58 if (this.id === -1) {
59 return this.label + ' <small>' + this.player_.peertube().getCurrentResolutionLabel() + '</small>'
60 }
61
62 return this.label
63 }
64}
65MenuItem.registerComponent('ResolutionMenuItem', ResolutionMenuItem)
66
67export { ResolutionMenuItem }
diff --git a/client/src/assets/player/utils.ts b/client/src/assets/player/utils.ts
index 8b9f34b99..366689962 100644
--- a/client/src/assets/player/utils.ts
+++ b/client/src/assets/player/utils.ts
@@ -4,6 +4,10 @@ function toTitleCase (str: string) {
4 return str.charAt(0).toUpperCase() + str.slice(1) 4 return str.charAt(0).toUpperCase() + str.slice(1)
5} 5}
6 6
7function isWebRTCDisabled () {
8 return !!((window as any).RTCPeerConnection || (window as any).mozRTCPeerConnection || (window as any).webkitRTCPeerConnection) === false
9}
10
7// https://github.com/danrevah/ngx-pipes/blob/master/src/pipes/math/bytes.ts 11// https://github.com/danrevah/ngx-pipes/blob/master/src/pipes/math/bytes.ts
8// Don't import all Angular stuff, just copy the code with shame 12// Don't import all Angular stuff, just copy the code with shame
9const dictionaryBytes: Array<{max: number, type: string}> = [ 13const dictionaryBytes: Array<{max: number, type: string}> = [
@@ -42,7 +46,7 @@ function timeToInt (time: number | string) {
42 if (!time) return 0 46 if (!time) return 0
43 if (typeof time === 'number') return time 47 if (typeof time === 'number') return time
44 48
45 const reg = /^((\d+)h)?((\d+)m)?((\d+)s?)?$/ 49 const reg = /^((\d+)[h:])?((\d+)[m:])?((\d+)s?)?$/
46 const matches = time.match(reg) 50 const matches = time.match(reg)
47 51
48 if (!matches) return 0 52 if (!matches) return 0
@@ -54,18 +58,27 @@ function timeToInt (time: number | string) {
54 return hours * 3600 + minutes * 60 + seconds 58 return hours * 3600 + minutes * 60 + seconds
55} 59}
56 60
57function secondsToTime (seconds: number) { 61function secondsToTime (seconds: number, full = false, symbol?: string) {
58 let time = '' 62 let time = ''
59 63
60 let hours = Math.floor(seconds / 3600) 64 const hourSymbol = (symbol || 'h')
61 if (hours >= 1) time = hours + 'h' 65 const minuteSymbol = (symbol || 'm')
66 const secondsSymbol = full ? '' : 's'
67
68 const hours = Math.floor(seconds / 3600)
69 if (hours >= 1) time = hours + hourSymbol
70 else if (full) time = '0' + hourSymbol
62 71
63 seconds %= 3600 72 seconds %= 3600
64 let minutes = Math.floor(seconds / 60) 73 const minutes = Math.floor(seconds / 60)
65 if (minutes >= 1) time += minutes + 'm' 74 if (minutes >= 1 && minutes < 10 && full) time += '0' + minutes + minuteSymbol
75 else if (minutes >= 1) time += minutes + minuteSymbol
76 else if (full) time += '00' + minuteSymbol
66 77
67 seconds %= 60 78 seconds %= 60
68 if (seconds >= 1) time += seconds + 's' 79 if (seconds >= 1 && seconds < 10 && full) time += '0' + seconds + secondsSymbol
80 else if (seconds >= 1) time += seconds + secondsSymbol
81 else if (full) time += '00'
69 82
70 return time 83 return time
71} 84}
@@ -112,11 +125,27 @@ function videoFileMinByResolution (files: VideoFile[]) {
112 return min 125 return min
113} 126}
114 127
128function getRtcConfig () {
129 return {
130 iceServers: [
131 {
132 urls: 'stun:stun.stunprotocol.org'
133 },
134 {
135 urls: 'stun:stun.framasoft.org'
136 }
137 ]
138 }
139}
140
115// --------------------------------------------------------------------------- 141// ---------------------------------------------------------------------------
116 142
117export { 143export {
144 getRtcConfig,
118 toTitleCase, 145 toTitleCase,
119 timeToInt, 146 timeToInt,
147 secondsToTime,
148 isWebRTCDisabled,
120 buildVideoLink, 149 buildVideoLink,
121 buildVideoEmbed, 150 buildVideoEmbed,
122 videoFileMaxByResolution, 151 videoFileMaxByResolution,
diff --git a/client/src/assets/player/webtorrent-info-button.ts b/client/src/assets/player/videojs-components/p2p-info-button.ts
index c3c1af951..6424787b2 100644
--- a/client/src/assets/player/webtorrent-info-button.ts
+++ b/client/src/assets/player/videojs-components/p2p-info-button.ts
@@ -1,8 +1,8 @@
1import { VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings' 1import { PlayerNetworkInfo, VideoJSComponentInterface, videojsUntyped } from '../peertube-videojs-typings'
2import { bytes } from './utils' 2import { bytes } from '../utils'
3 3
4const Button: VideoJSComponentInterface = videojsUntyped.getComponent('Button') 4const Button: VideoJSComponentInterface = videojsUntyped.getComponent('Button')
5class WebtorrentInfoButton extends Button { 5class P2pInfoButton extends Button {
6 6
7 createEl () { 7 createEl () {
8 const div = videojsUntyped.dom.createEl('div', { 8 const div = videojsUntyped.dom.createEl('div', {
@@ -65,7 +65,7 @@ class WebtorrentInfoButton extends Button {
65 subDivHttp.appendChild(subDivHttpText) 65 subDivHttp.appendChild(subDivHttpText)
66 div.appendChild(subDivHttp) 66 div.appendChild(subDivHttp)
67 67
68 this.player_.peertube().on('torrentInfo', (event: any, data: any) => { 68 this.player_.on('p2pInfo', (event: any, data: PlayerNetworkInfo) => {
69 // We are in HTTP fallback 69 // We are in HTTP fallback
70 if (!data) { 70 if (!data) {
71 subDivHttp.className = 'vjs-peertube-displayed' 71 subDivHttp.className = 'vjs-peertube-displayed'
@@ -74,11 +74,14 @@ class WebtorrentInfoButton extends Button {
74 return 74 return
75 } 75 }
76 76
77 const downloadSpeed = bytes(data.downloadSpeed) 77 const p2pStats = data.p2p
78 const uploadSpeed = bytes(data.uploadSpeed) 78 const httpStats = data.http
79 const totalDownloaded = bytes(data.downloaded) 79
80 const totalUploaded = bytes(data.uploaded) 80 const downloadSpeed = bytes(p2pStats.downloadSpeed + httpStats.downloadSpeed)
81 const numPeers = data.numPeers 81 const uploadSpeed = bytes(p2pStats.uploadSpeed + httpStats.uploadSpeed)
82 const totalDownloaded = bytes(p2pStats.downloaded + httpStats.downloaded)
83 const totalUploaded = bytes(p2pStats.uploaded + httpStats.uploaded)
84 const numPeers = p2pStats.numPeers
82 85
83 subDivWebtorrent.title = this.player_.localize('Total downloaded: ') + totalDownloaded.join(' ') + '\n' + 86 subDivWebtorrent.title = this.player_.localize('Total downloaded: ') + totalDownloaded.join(' ') + '\n' +
84 this.player_.localize('Total uploaded: ' + totalUploaded.join(' ')) 87 this.player_.localize('Total uploaded: ' + totalUploaded.join(' '))
@@ -90,7 +93,7 @@ class WebtorrentInfoButton extends Button {
90 uploadSpeedUnit.textContent = ' ' + uploadSpeed[ 1 ] 93 uploadSpeedUnit.textContent = ' ' + uploadSpeed[ 1 ]
91 94
92 peersNumber.textContent = numPeers 95 peersNumber.textContent = numPeers
93 peersText.textContent = ' ' + this.player_.localize('peers') 96 peersText.textContent = ' ' + (numPeers > 1 ? this.player_.localize('peers') : this.player_.localize('peer'))
94 97
95 subDivHttp.className = 'vjs-peertube-hidden' 98 subDivHttp.className = 'vjs-peertube-hidden'
96 subDivWebtorrent.className = 'vjs-peertube-displayed' 99 subDivWebtorrent.className = 'vjs-peertube-displayed'
@@ -99,4 +102,4 @@ class WebtorrentInfoButton extends Button {
99 return div 102 return div
100 } 103 }
101} 104}
102Button.registerComponent('WebTorrentButton', WebtorrentInfoButton) 105Button.registerComponent('P2PInfoButton', P2pInfoButton)
diff --git a/client/src/assets/player/peertube-link-button.ts b/client/src/assets/player/videojs-components/peertube-link-button.ts
index de9a49de9..fed8ea33e 100644
--- a/client/src/assets/player/peertube-link-button.ts
+++ b/client/src/assets/player/videojs-components/peertube-link-button.ts
@@ -1,5 +1,5 @@
1import { VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings' 1import { VideoJSComponentInterface, videojsUntyped } from '../peertube-videojs-typings'
2import { buildVideoLink } from './utils' 2import { buildVideoLink } from '../utils'
3// FIXME: something weird with our path definition in tsconfig and typings 3// FIXME: something weird with our path definition in tsconfig and typings
4// @ts-ignore 4// @ts-ignore
5import { Player } from 'video.js' 5import { Player } from 'video.js'
diff --git a/client/src/assets/player/peertube-load-progress-bar.ts b/client/src/assets/player/videojs-components/peertube-load-progress-bar.ts
index af276d1b2..9a0e3b550 100644
--- a/client/src/assets/player/peertube-load-progress-bar.ts
+++ b/client/src/assets/player/videojs-components/peertube-load-progress-bar.ts
@@ -1,4 +1,4 @@
1import { VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings' 1import { VideoJSComponentInterface, videojsUntyped } from '../peertube-videojs-typings'
2// FIXME: something weird with our path definition in tsconfig and typings 2// FIXME: something weird with our path definition in tsconfig and typings
3// @ts-ignore 3// @ts-ignore
4import { Player } from 'video.js' 4import { Player } from 'video.js'
@@ -27,7 +27,7 @@ class PeerTubeLoadProgressBar extends Component {
27 } 27 }
28 28
29 update () { 29 update () {
30 const torrent = this.player().peertube().getTorrent() 30 const torrent = this.player().webtorrent().getTorrent()
31 if (!torrent) return 31 if (!torrent) return
32 32
33 this.el_.style.width = (torrent.progress * 100) + '%' 33 this.el_.style.width = (torrent.progress * 100) + '%'
diff --git a/client/src/assets/player/videojs-components/resolution-menu-button.ts b/client/src/assets/player/videojs-components/resolution-menu-button.ts
new file mode 100644
index 000000000..cff44de72
--- /dev/null
+++ b/client/src/assets/player/videojs-components/resolution-menu-button.ts
@@ -0,0 +1,109 @@
1// FIXME: something weird with our path definition in tsconfig and typings
2// @ts-ignore
3import { Player } from 'video.js'
4
5import { LoadedQualityData, VideoJSComponentInterface, videojsUntyped } from '../peertube-videojs-typings'
6import { ResolutionMenuItem } from './resolution-menu-item'
7
8const Menu: VideoJSComponentInterface = videojsUntyped.getComponent('Menu')
9const MenuButton: VideoJSComponentInterface = videojsUntyped.getComponent('MenuButton')
10class ResolutionMenuButton extends MenuButton {
11 label: HTMLElement
12
13 constructor (player: Player, options: any) {
14 super(player, options)
15 this.player = player
16
17 player.tech_.on('loadedqualitydata', (e: any, data: any) => this.buildQualities(data))
18
19 player.peertube().on('resolutionChange', () => setTimeout(() => this.trigger('updateLabel'), 0))
20 }
21
22 createEl () {
23 const el = super.createEl()
24
25 this.labelEl_ = videojsUntyped.dom.createEl('div', {
26 className: 'vjs-resolution-value'
27 })
28
29 el.appendChild(this.labelEl_)
30
31 return el
32 }
33
34 updateARIAAttributes () {
35 this.el().setAttribute('aria-label', 'Quality')
36 }
37
38 createMenu () {
39 return new Menu(this.player_)
40 }
41
42 buildCSSClass () {
43 return super.buildCSSClass() + ' vjs-resolution-button'
44 }
45
46 buildWrapperCSSClass () {
47 return 'vjs-resolution-control ' + super.buildWrapperCSSClass()
48 }
49
50 private addClickListener (component: any) {
51 component.on('click', () => {
52 const children = this.menu.children()
53
54 for (const child of children) {
55 if (component !== child) {
56 child.selected(false)
57 }
58 }
59 })
60 }
61
62 private buildQualities (data: LoadedQualityData) {
63 // The automatic resolution item will need other labels
64 const labels: { [ id: number ]: string } = {}
65
66 data.qualityData.video.sort((a, b) => {
67 if (a.id > b.id) return -1
68 if (a.id === b.id) return 0
69 return 1
70 })
71
72 for (const d of data.qualityData.video) {
73 // Skip auto resolution, we'll add it ourselves
74 if (d.id === -1) continue
75
76 this.menu.addChild(new ResolutionMenuItem(
77 this.player_,
78 {
79 id: d.id,
80 label: d.label,
81 selected: d.selected,
82 callback: data.qualitySwitchCallback
83 })
84 )
85
86 labels[d.id] = d.label
87 }
88
89 this.menu.addChild(new ResolutionMenuItem(
90 this.player_,
91 {
92 id: -1,
93 label: this.player_.localize('Auto'),
94 labels,
95 callback: data.qualitySwitchCallback,
96 selected: true // By default, in auto mode
97 }
98 ))
99
100 for (const m of this.menu.children()) {
101 this.addClickListener(m)
102 }
103
104 this.trigger('menuChanged')
105 }
106}
107ResolutionMenuButton.prototype.controlText_ = 'Quality'
108
109MenuButton.registerComponent('ResolutionMenuButton', ResolutionMenuButton)
diff --git a/client/src/assets/player/videojs-components/resolution-menu-item.ts b/client/src/assets/player/videojs-components/resolution-menu-item.ts
new file mode 100644
index 000000000..6c42fefd2
--- /dev/null
+++ b/client/src/assets/player/videojs-components/resolution-menu-item.ts
@@ -0,0 +1,83 @@
1// FIXME: something weird with our path definition in tsconfig and typings
2// @ts-ignore
3import { Player } from 'video.js'
4
5import { AutoResolutionUpdateData, ResolutionUpdateData, VideoJSComponentInterface, videojsUntyped } from '../peertube-videojs-typings'
6
7const MenuItem: VideoJSComponentInterface = videojsUntyped.getComponent('MenuItem')
8class ResolutionMenuItem extends MenuItem {
9 private readonly id: number
10 private readonly label: string
11 // Only used for the automatic item
12 private readonly labels: { [id: number]: string }
13 private readonly callback: Function
14
15 private autoResolutionPossible: boolean
16 private currentResolutionLabel: string
17
18 constructor (player: Player, options: any) {
19 options.selectable = true
20
21 super(player, options)
22
23 this.autoResolutionPossible = true
24 this.currentResolutionLabel = ''
25
26 this.label = options.label
27 this.labels = options.labels
28 this.id = options.id
29 this.callback = options.callback
30
31 player.peertube().on('resolutionChange', (_: any, data: ResolutionUpdateData) => this.updateSelection(data))
32
33 // We only want to disable the "Auto" item
34 if (this.id === -1) {
35 player.peertube().on('autoResolutionChange', (_: any, data: AutoResolutionUpdateData) => this.updateAutoResolution(data))
36 }
37 }
38
39 handleClick (event: any) {
40 // Auto button disabled?
41 if (this.autoResolutionPossible === false && this.id === -1) return
42
43 super.handleClick(event)
44
45 this.callback(this.id, 'video')
46 }
47
48 updateSelection (data: ResolutionUpdateData) {
49 if (this.id === -1) {
50 this.currentResolutionLabel = this.labels[data.id]
51 }
52
53 // Automatic resolution only
54 if (data.auto === true) {
55 this.selected(this.id === -1)
56 return
57 }
58
59 this.selected(this.id === data.id)
60 }
61
62 updateAutoResolution (data: AutoResolutionUpdateData) {
63 // Check if the auto resolution is enabled or not
64 if (data.possible === false) {
65 this.addClass('disabled')
66 } else {
67 this.removeClass('disabled')
68 }
69
70 this.autoResolutionPossible = data.possible
71 }
72
73 getLabel () {
74 if (this.id === -1) {
75 return this.label + ' <small>' + this.currentResolutionLabel + '</small>'
76 }
77
78 return this.label
79 }
80}
81MenuItem.registerComponent('ResolutionMenuItem', ResolutionMenuItem)
82
83export { ResolutionMenuItem }
diff --git a/client/src/assets/player/settings-menu-button.ts b/client/src/assets/player/videojs-components/settings-menu-button.ts
index a7aefdcc3..5e09032b4 100644
--- a/client/src/assets/player/settings-menu-button.ts
+++ b/client/src/assets/player/videojs-components/settings-menu-button.ts
@@ -6,8 +6,8 @@
6import * as videojs from 'video.js' 6import * as videojs from 'video.js'
7 7
8import { SettingsMenuItem } from './settings-menu-item' 8import { SettingsMenuItem } from './settings-menu-item'
9import { VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings' 9import { VideoJSComponentInterface, videojsUntyped } from '../peertube-videojs-typings'
10import { toTitleCase } from './utils' 10import { toTitleCase } from '../utils'
11 11
12const Button: VideoJSComponentInterface = videojsUntyped.getComponent('Button') 12const Button: VideoJSComponentInterface = videojsUntyped.getComponent('Button')
13const Menu: VideoJSComponentInterface = videojsUntyped.getComponent('Menu') 13const Menu: VideoJSComponentInterface = videojsUntyped.getComponent('Menu')
@@ -53,7 +53,7 @@ class SettingsButton extends Button {
53 53
54 onDisposeSettingsItem (event: any, name: string) { 54 onDisposeSettingsItem (event: any, name: string) {
55 if (name === undefined) { 55 if (name === undefined) {
56 let children = this.menu.children() 56 const children = this.menu.children()
57 57
58 while (children.length > 0) { 58 while (children.length > 0) {
59 children[0].dispose() 59 children[0].dispose()
@@ -62,7 +62,7 @@ class SettingsButton extends Button {
62 62
63 this.addClass('vjs-hidden') 63 this.addClass('vjs-hidden')
64 } else { 64 } else {
65 let item = this.menu.getChild(name) 65 const item = this.menu.getChild(name)
66 66
67 if (item) { 67 if (item) {
68 item.dispose() 68 item.dispose()
@@ -148,8 +148,8 @@ class SettingsButton extends Button {
148 return 148 return
149 } 149 }
150 150
151 let offset = this.options_.setup.maxHeightOffset 151 const offset = this.options_.setup.maxHeightOffset
152 let maxHeight = this.playerComponent.el_.offsetHeight - offset 152 const maxHeight = this.playerComponent.el_.offsetHeight - offset
153 153
154 if (height > maxHeight) { 154 if (height > maxHeight) {
155 height = maxHeight 155 height = maxHeight
@@ -166,7 +166,7 @@ class SettingsButton extends Button {
166 buildMenu () { 166 buildMenu () {
167 this.menu = new Menu(this.player()) 167 this.menu = new Menu(this.player())
168 this.menu.addClass('vjs-main-menu') 168 this.menu.addClass('vjs-main-menu')
169 let entries = this.options_.entries 169 const entries = this.options_.entries
170 170
171 if (entries.length === 0) { 171 if (entries.length === 0) {
172 this.addClass('vjs-hidden') 172 this.addClass('vjs-hidden')
@@ -174,7 +174,7 @@ class SettingsButton extends Button {
174 return 174 return
175 } 175 }
176 176
177 for (let entry of entries) { 177 for (const entry of entries) {
178 this.addMenuItem(entry, this.options_) 178 this.addMenuItem(entry, this.options_)
179 } 179 }
180 180
@@ -191,7 +191,7 @@ class SettingsButton extends Button {
191 } 191 }
192 192
193 options.name = toTitleCase(entry) 193 options.name = toTitleCase(entry)
194 let settingsMenuItem = new SettingsMenuItem(this.player(), options, entry, this as any) 194 const settingsMenuItem = new SettingsMenuItem(this.player(), options, entry, this as any)
195 195
196 this.menu.addChild(settingsMenuItem) 196 this.menu.addChild(settingsMenuItem)
197 197
@@ -204,7 +204,7 @@ class SettingsButton extends Button {
204 } 204 }
205 205
206 resetChildren () { 206 resetChildren () {
207 for (let menuChild of this.menu.children()) { 207 for (const menuChild of this.menu.children()) {
208 menuChild.reset() 208 menuChild.reset()
209 } 209 }
210 } 210 }
@@ -213,7 +213,7 @@ class SettingsButton extends Button {
213 * Hide all the sub menus 213 * Hide all the sub menus
214 */ 214 */
215 hideChildren () { 215 hideChildren () {
216 for (let menuChild of this.menu.children()) { 216 for (const menuChild of this.menu.children()) {
217 menuChild.hideSubMenu() 217 menuChild.hideSubMenu()
218 } 218 }
219 } 219 }
diff --git a/client/src/assets/player/settings-menu-item.ts b/client/src/assets/player/videojs-components/settings-menu-item.ts
index 2a3460ae5..78879a2ec 100644
--- a/client/src/assets/player/settings-menu-item.ts
+++ b/client/src/assets/player/videojs-components/settings-menu-item.ts
@@ -5,8 +5,8 @@
5// @ts-ignore 5// @ts-ignore
6import * as videojs from 'video.js' 6import * as videojs from 'video.js'
7 7
8import { toTitleCase } from './utils' 8import { toTitleCase } from '../utils'
9import { VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings' 9import { VideoJSComponentInterface, videojsUntyped } from '../peertube-videojs-typings'
10 10
11const MenuItem: VideoJSComponentInterface = videojsUntyped.getComponent('MenuItem') 11const MenuItem: VideoJSComponentInterface = videojsUntyped.getComponent('MenuItem')
12const component: VideoJSComponentInterface = videojsUntyped.getComponent('Component') 12const component: VideoJSComponentInterface = videojsUntyped.getComponent('Component')
@@ -167,7 +167,7 @@ class SettingsMenuItem extends MenuItem {
167 * @method PrefixedEvent 167 * @method PrefixedEvent
168 */ 168 */
169 PrefixedEvent (element: any, type: any, callback: any, action = 'addEvent') { 169 PrefixedEvent (element: any, type: any, callback: any, action = 'addEvent') {
170 let prefix = ['webkit', 'moz', 'MS', 'o', ''] 170 const prefix = ['webkit', 'moz', 'MS', 'o', '']
171 171
172 for (let p = 0; p < prefix.length; p++) { 172 for (let p = 0; p < prefix.length; p++) {
173 if (!prefix[p]) { 173 if (!prefix[p]) {
@@ -220,12 +220,14 @@ class SettingsMenuItem extends MenuItem {
220 } 220 }
221 221
222 build () { 222 build () {
223 const saveUpdateLabel = this.subMenu.updateLabel 223 this.subMenu.on('updateLabel', () => {
224 this.subMenu.updateLabel = () => {
225 this.update() 224 this.update()
226 225 })
227 saveUpdateLabel.call(this.subMenu) 226 this.subMenu.on('menuChanged', () => {
228 } 227 this.bindClickEvents()
228 this.setSize()
229 this.update()
230 })
229 231
230 this.settingsSubMenuTitleEl_.innerHTML = this.player_.localize(this.subMenu.controlText_) 232 this.settingsSubMenuTitleEl_.innerHTML = this.player_.localize(this.subMenu.controlText_)
231 this.settingsSubMenuEl_.appendChild(this.subMenu.menu.el_) 233 this.settingsSubMenuEl_.appendChild(this.subMenu.menu.el_)
@@ -233,7 +235,7 @@ class SettingsMenuItem extends MenuItem {
233 this.update() 235 this.update()
234 236
235 this.createBackButton() 237 this.createBackButton()
236 this.getSize() 238 this.setSize()
237 this.bindClickEvents() 239 this.bindClickEvents()
238 240
239 // prefixed event listeners for CSS TransitionEnd 241 // prefixed event listeners for CSS TransitionEnd
@@ -247,7 +249,7 @@ class SettingsMenuItem extends MenuItem {
247 249
248 update (event?: any) { 250 update (event?: any) {
249 let target: HTMLElement = null 251 let target: HTMLElement = null
250 let subMenu = this.subMenu.name() 252 const subMenu = this.subMenu.name()
251 253
252 if (event && event.type === 'tap') { 254 if (event && event.type === 'tap') {
253 target = event.target 255 target = event.target
@@ -262,7 +264,7 @@ class SettingsMenuItem extends MenuItem {
262 setTimeout(() => this.settingsSubMenuValueEl_.innerHTML = this.subMenu.labelEl_.innerHTML, 250) 264 setTimeout(() => this.settingsSubMenuValueEl_.innerHTML = this.subMenu.labelEl_.innerHTML, 250)
263 } else { 265 } else {
264 // Loop trough the submenu items to find the selected child 266 // Loop trough the submenu items to find the selected child
265 for (let subMenuItem of this.subMenu.menu.children_) { 267 for (const subMenuItem of this.subMenu.menu.children_) {
266 if (!(subMenuItem instanceof component)) { 268 if (!(subMenuItem instanceof component)) {
267 continue 269 continue
268 } 270 }
@@ -285,7 +287,7 @@ class SettingsMenuItem extends MenuItem {
285 } 287 }
286 288
287 bindClickEvents () { 289 bindClickEvents () {
288 for (let item of this.subMenu.menu.children()) { 290 for (const item of this.subMenu.menu.children()) {
289 if (!(item instanceof component)) { 291 if (!(item instanceof component)) {
290 continue 292 continue
291 } 293 }
@@ -295,8 +297,9 @@ class SettingsMenuItem extends MenuItem {
295 297
296 // save size of submenus on first init 298 // save size of submenus on first init
297 // if number of submenu items change dynamically more logic will be needed 299 // if number of submenu items change dynamically more logic will be needed
298 getSize () { 300 setSize () {
299 this.dialog.removeClass('vjs-hidden') 301 this.dialog.removeClass('vjs-hidden')
302 videojsUntyped.dom.removeClass(this.settingsSubMenuEl_, 'vjs-hidden')
300 this.size = this.settingsButton.getComponentSize(this.settingsSubMenuEl_) 303 this.size = this.settingsButton.getComponentSize(this.settingsSubMenuEl_)
301 this.setMargin() 304 this.setMargin()
302 this.dialog.addClass('vjs-hidden') 305 this.dialog.addClass('vjs-hidden')
@@ -304,7 +307,7 @@ class SettingsMenuItem extends MenuItem {
304 } 307 }
305 308
306 setMargin () { 309 setMargin () {
307 let [width] = this.size 310 const [ width ] = this.size
308 311
309 this.settingsSubMenuEl_.style.marginRight = `-${width}px` 312 this.settingsSubMenuEl_.style.marginRight = `-${width}px`
310 } 313 }
diff --git a/client/src/assets/player/theater-button.ts b/client/src/assets/player/videojs-components/theater-button.ts
index 4f8fede3d..bf383cf34 100644
--- a/client/src/assets/player/theater-button.ts
+++ b/client/src/assets/player/videojs-components/theater-button.ts
@@ -2,8 +2,8 @@
2// @ts-ignore 2// @ts-ignore
3import * as videojs from 'video.js' 3import * as videojs from 'video.js'
4 4
5import { VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings' 5import { VideoJSComponentInterface, videojsUntyped } from '../peertube-videojs-typings'
6import { saveTheaterInStore, getStoredTheater } from './peertube-player-local-storage' 6import { saveTheaterInStore, getStoredTheater } from '../peertube-player-local-storage'
7 7
8const Button: VideoJSComponentInterface = videojsUntyped.getComponent('Button') 8const Button: VideoJSComponentInterface = videojsUntyped.getComponent('Button')
9class TheaterButton extends Button { 9class TheaterButton extends Button {
@@ -16,8 +16,11 @@ class TheaterButton extends Button {
16 const enabled = getStoredTheater() 16 const enabled = getStoredTheater()
17 if (enabled === true) { 17 if (enabled === true) {
18 this.player_.addClass(TheaterButton.THEATER_MODE_CLASS) 18 this.player_.addClass(TheaterButton.THEATER_MODE_CLASS)
19
19 this.handleTheaterChange() 20 this.handleTheaterChange()
20 } 21 }
22
23 this.player_.theaterEnabled = enabled
21 } 24 }
22 25
23 buildCSSClass () { 26 buildCSSClass () {
@@ -25,13 +28,17 @@ class TheaterButton extends Button {
25 } 28 }
26 29
27 handleTheaterChange () { 30 handleTheaterChange () {
28 if (this.isTheaterEnabled()) { 31 const theaterEnabled = this.isTheaterEnabled()
32
33 if (theaterEnabled) {
29 this.controlText('Normal mode') 34 this.controlText('Normal mode')
30 } else { 35 } else {
31 this.controlText('Theater mode') 36 this.controlText('Theater mode')
32 } 37 }
33 38
34 saveTheaterInStore(this.isTheaterEnabled()) 39 saveTheaterInStore(theaterEnabled)
40
41 this.player_.trigger('theaterChange', theaterEnabled)
35 } 42 }
36 43
37 handleClick () { 44 handleClick () {
diff --git a/client/src/assets/player/peertube-chunk-store.ts b/client/src/assets/player/webtorrent/peertube-chunk-store.ts
index 54cc0ea64..66762bef8 100644
--- a/client/src/assets/player/peertube-chunk-store.ts
+++ b/client/src/assets/player/webtorrent/peertube-chunk-store.ts
@@ -131,7 +131,7 @@ export class PeertubeChunkStore extends EventEmitter {
131 // Chunk in store 131 // Chunk in store
132 this.db.transaction('r', this.db.chunks, async () => { 132 this.db.transaction('r', this.db.chunks, async () => {
133 const result = await this.db.chunks.get({ id: index }) 133 const result = await this.db.chunks.get({ id: index })
134 if (result === undefined) return cb(null, new Buffer(0)) 134 if (result === undefined) return cb(null, Buffer.alloc(0))
135 135
136 const buf = result.buf 136 const buf = result.buf
137 if (!opts) return this.nextTick(cb, null, buf) 137 if (!opts) return this.nextTick(cb, null, buf)
@@ -162,13 +162,13 @@ export class PeertubeChunkStore extends EventEmitter {
162 } 162 }
163 163
164 if (this.db) { 164 if (this.db) {
165 await this.db.close() 165 this.db.close()
166 166
167 await this.dropDatabase(this.databaseName) 167 await this.dropDatabase(this.databaseName)
168 } 168 }
169 169
170 if (this.expirationDB) { 170 if (this.expirationDB) {
171 await this.expirationDB.close() 171 this.expirationDB.close()
172 this.expirationDB = null 172 this.expirationDB = null
173 } 173 }
174 174
diff --git a/client/src/assets/player/video-renderer.ts b/client/src/assets/player/webtorrent/video-renderer.ts
index a3415937b..4dce87112 100644
--- a/client/src/assets/player/video-renderer.ts
+++ b/client/src/assets/player/webtorrent/video-renderer.ts
@@ -29,7 +29,7 @@ function renderVideo (
29 29
30function renderMedia (file: any, elem: HTMLVideoElement, opts: RenderMediaOptions, callback: (err: Error, renderer?: any) => void) { 30function renderMedia (file: any, elem: HTMLVideoElement, opts: RenderMediaOptions, callback: (err: Error, renderer?: any) => void) {
31 const extension = extname(file.name).toLowerCase() 31 const extension = extname(file.name).toLowerCase()
32 let preparedElem: any = undefined 32 let preparedElem: any
33 let currentTime = 0 33 let currentTime = 0
34 let renderer: any 34 let renderer: any
35 35
diff --git a/client/src/assets/player/peertube-videojs-plugin.ts b/client/src/assets/player/webtorrent/webtorrent-plugin.ts
index e9fb90c61..eee3d4db9 100644
--- a/client/src/assets/player/peertube-videojs-plugin.ts
+++ b/client/src/assets/player/webtorrent/webtorrent-plugin.ts
@@ -3,23 +3,18 @@
3import * as videojs from 'video.js' 3import * as videojs from 'video.js'
4 4
5import * as WebTorrent from 'webtorrent' 5import * as WebTorrent from 'webtorrent'
6import { VideoFile } from '../../../../shared/models/videos/video.model' 6import { VideoFile } from '../../../../../shared/models/videos/video.model'
7import { renderVideo } from './video-renderer' 7import { renderVideo } from './video-renderer'
8import './settings-menu-button' 8import { LoadedQualityData, PlayerNetworkInfo, VideoJSComponentInterface, WebtorrentPluginOptions } from '../peertube-videojs-typings'
9import { PeertubePluginOptions, UserWatching, VideoJSCaption, VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings' 9import { getRtcConfig, timeToInt, videoFileMaxByResolution, videoFileMinByResolution } from '../utils'
10import { isMobile, timeToInt, videoFileMaxByResolution, videoFileMinByResolution } from './utils'
11import { PeertubeChunkStore } from './peertube-chunk-store' 10import { PeertubeChunkStore } from './peertube-chunk-store'
12import { 11import {
13 getAverageBandwidthInStore, 12 getAverageBandwidthInStore,
14 getStoredLastSubtitle,
15 getStoredMute, 13 getStoredMute,
16 getStoredVolume, 14 getStoredVolume,
17 getStoredWebTorrentEnabled, 15 getStoredWebTorrentEnabled,
18 saveAverageBandwidth, 16 saveAverageBandwidth
19 saveLastSubtitle, 17} from '../peertube-player-local-storage'
20 saveMuteInStore,
21 saveVolumeInStore
22} from './peertube-player-local-storage'
23 18
24const CacheChunkStore = require('cache-chunk-store') 19const CacheChunkStore = require('cache-chunk-store')
25 20
@@ -30,14 +25,13 @@ type PlayOptions = {
30} 25}
31 26
32const Plugin: VideoJSComponentInterface = videojs.getPlugin('plugin') 27const Plugin: VideoJSComponentInterface = videojs.getPlugin('plugin')
33class PeerTubePlugin extends Plugin { 28class WebTorrentPlugin extends Plugin {
34 private readonly playerElement: HTMLVideoElement 29 private readonly playerElement: HTMLVideoElement
35 30
36 private readonly autoplay: boolean = false 31 private readonly autoplay: boolean = false
37 private readonly startTime: number = 0 32 private readonly startTime: number = 0
38 private readonly savePlayerSrcFunction: Function 33 private readonly savePlayerSrcFunction: Function
39 private readonly videoFiles: VideoFile[] 34 private readonly videoFiles: VideoFile[]
40 private readonly videoViewUrl: string
41 private readonly videoDuration: number 35 private readonly videoDuration: number
42 private readonly CONSTANTS = { 36 private readonly CONSTANTS = {
43 INFO_SCHEDULER: 1000, // Don't change this 37 INFO_SCHEDULER: 1000, // Don't change this
@@ -45,22 +39,12 @@ class PeerTubePlugin extends Plugin {
45 AUTO_QUALITY_THRESHOLD_PERCENT: 30, // Bandwidth should be 30% more important than a resolution bitrate to change to it 39 AUTO_QUALITY_THRESHOLD_PERCENT: 30, // Bandwidth should be 30% more important than a resolution bitrate to change to it
46 AUTO_QUALITY_OBSERVATION_TIME: 10000, // Wait 10 seconds after having change the resolution before another check 40 AUTO_QUALITY_OBSERVATION_TIME: 10000, // Wait 10 seconds after having change the resolution before another check
47 AUTO_QUALITY_HIGHER_RESOLUTION_DELAY: 5000, // Buffering higher resolution during 5 seconds 41 AUTO_QUALITY_HIGHER_RESOLUTION_DELAY: 5000, // Buffering higher resolution during 5 seconds
48 BANDWIDTH_AVERAGE_NUMBER_OF_VALUES: 5, // Last 5 seconds to build average bandwidth 42 BANDWIDTH_AVERAGE_NUMBER_OF_VALUES: 5 // Last 5 seconds to build average bandwidth
49 USER_WATCHING_VIDEO_INTERVAL: 5000 // Every 5 seconds, notify the user is watching the video
50 } 43 }
51 44
52 private readonly webtorrent = new WebTorrent({ 45 private readonly webtorrent = new WebTorrent({
53 tracker: { 46 tracker: {
54 rtcConfig: { 47 rtcConfig: getRtcConfig()
55 iceServers: [
56 {
57 urls: 'stun:stun.stunprotocol.org'
58 },
59 {
60 urls: 'stun:stun.framasoft.org'
61 }
62 ]
63 }
64 }, 48 },
65 dht: false 49 dht: false
66 }) 50 })
@@ -68,46 +52,39 @@ class PeerTubePlugin extends Plugin {
68 private player: any 52 private player: any
69 private currentVideoFile: VideoFile 53 private currentVideoFile: VideoFile
70 private torrent: WebTorrent.Torrent 54 private torrent: WebTorrent.Torrent
71 private videoCaptions: VideoJSCaption[]
72 private defaultSubtitle: string
73 55
74 private renderer: any 56 private renderer: any
75 private fakeRenderer: any 57 private fakeRenderer: any
76 private destroyingFakeRenderer = false 58 private destroyingFakeRenderer = false
77 59
78 private autoResolution = true 60 private autoResolution = true
79 private forbidAutoResolution = false 61 private autoResolutionPossible = true
80 private isAutoResolutionObservation = false 62 private isAutoResolutionObservation = false
81 private playerRefusedP2P = false 63 private playerRefusedP2P = false
82 64
83 private videoViewInterval: any
84 private torrentInfoInterval: any 65 private torrentInfoInterval: any
85 private autoQualityInterval: any 66 private autoQualityInterval: any
86 private userWatchingVideoInterval: any
87 private addTorrentDelay: any 67 private addTorrentDelay: any
88 private qualityObservationTimer: any 68 private qualityObservationTimer: any
89 private runAutoQualitySchedulerTimer: any 69 private runAutoQualitySchedulerTimer: any
90 70
91 private downloadSpeeds: number[] = [] 71 private downloadSpeeds: number[] = []
92 72
93 constructor (player: videojs.Player, options: PeertubePluginOptions) { 73 constructor (player: videojs.Player, options: WebtorrentPluginOptions) {
94 super(player, options) 74 super(player, options)
95 75
76 this.startTime = timeToInt(options.startTime)
77
96 // Disable auto play on iOS 78 // Disable auto play on iOS
97 this.autoplay = options.autoplay && this.isIOS() === false 79 this.autoplay = options.autoplay && this.isIOS() === false
98 this.playerRefusedP2P = !getStoredWebTorrentEnabled() 80 this.playerRefusedP2P = !getStoredWebTorrentEnabled()
99 81
100 this.startTime = timeToInt(options.startTime)
101 this.videoFiles = options.videoFiles 82 this.videoFiles = options.videoFiles
102 this.videoViewUrl = options.videoViewUrl
103 this.videoDuration = options.videoDuration 83 this.videoDuration = options.videoDuration
104 this.videoCaptions = options.videoCaptions
105 84
106 this.savePlayerSrcFunction = this.player.src 85 this.savePlayerSrcFunction = this.player.src
107 this.playerElement = options.playerElement 86 this.playerElement = options.playerElement
108 87
109 if (this.autoplay === true) this.player.addClass('vjs-has-autoplay')
110
111 this.player.ready(() => { 88 this.player.ready(() => {
112 const playerOptions = this.player.options_ 89 const playerOptions = this.player.options_
113 90
@@ -117,33 +94,10 @@ class PeerTubePlugin extends Plugin {
117 const muted = playerOptions.muted !== undefined ? playerOptions.muted : getStoredMute() 94 const muted = playerOptions.muted !== undefined ? playerOptions.muted : getStoredMute()
118 if (muted !== undefined) this.player.muted(muted) 95 if (muted !== undefined) this.player.muted(muted)
119 96
120 this.defaultSubtitle = options.subtitle || getStoredLastSubtitle()
121
122 this.player.on('volumechange', () => {
123 saveVolumeInStore(this.player.volume())
124 saveMuteInStore(this.player.muted())
125 })
126
127 this.player.textTracks().on('change', () => {
128 const showing = this.player.textTracks().tracks_.find((t: { kind: string, mode: string }) => {
129 return t.kind === 'captions' && t.mode === 'showing'
130 })
131
132 if (!showing) {
133 saveLastSubtitle('off')
134 return
135 }
136
137 saveLastSubtitle(showing.language)
138 })
139
140 this.player.duration(options.videoDuration) 97 this.player.duration(options.videoDuration)
141 98
142 this.initializePlayer() 99 this.initializePlayer()
143 this.runTorrentInfoScheduler() 100 this.runTorrentInfoScheduler()
144 this.runViewAdd()
145
146 if (options.userWatching) this.runUserWatchVideo(options.userWatching)
147 101
148 this.player.one('play', () => { 102 this.player.one('play', () => {
149 // Don't run immediately scheduler, wait some seconds the TCP connections are made 103 // Don't run immediately scheduler, wait some seconds the TCP connections are made
@@ -157,12 +111,9 @@ class PeerTubePlugin extends Plugin {
157 clearTimeout(this.qualityObservationTimer) 111 clearTimeout(this.qualityObservationTimer)
158 clearTimeout(this.runAutoQualitySchedulerTimer) 112 clearTimeout(this.runAutoQualitySchedulerTimer)
159 113
160 clearInterval(this.videoViewInterval)
161 clearInterval(this.torrentInfoInterval) 114 clearInterval(this.torrentInfoInterval)
162 clearInterval(this.autoQualityInterval) 115 clearInterval(this.autoQualityInterval)
163 116
164 if (this.userWatchingVideoInterval) clearInterval(this.userWatchingVideoInterval)
165
166 // Don't need to destroy renderer, video player will be destroyed 117 // Don't need to destroy renderer, video player will be destroyed
167 this.flushVideoFile(this.currentVideoFile, false) 118 this.flushVideoFile(this.currentVideoFile, false)
168 119
@@ -173,13 +124,6 @@ class PeerTubePlugin extends Plugin {
173 return this.currentVideoFile ? this.currentVideoFile.resolution.id : -1 124 return this.currentVideoFile ? this.currentVideoFile.resolution.id : -1
174 } 125 }
175 126
176 getCurrentResolutionLabel () {
177 if (!this.currentVideoFile) return ''
178
179 const fps = this.currentVideoFile.fps >= 50 ? this.currentVideoFile.fps : ''
180 return this.currentVideoFile.resolution.label + fps
181 }
182
183 updateVideoFile ( 127 updateVideoFile (
184 videoFile?: VideoFile, 128 videoFile?: VideoFile,
185 options: { 129 options: {
@@ -228,7 +172,8 @@ class PeerTubePlugin extends Plugin {
228 return done() 172 return done()
229 }) 173 })
230 174
231 this.trigger('videoFileUpdate') 175 this.changeQuality()
176 this.trigger('resolutionChange', { auto: this.autoResolution, resolutionId: this.currentVideoFile.resolution.id })
232 } 177 }
233 178
234 updateResolution (resolutionId: number, delay = 0) { 179 updateResolution (resolutionId: number, delay = 0) {
@@ -262,28 +207,17 @@ class PeerTubePlugin extends Plugin {
262 } 207 }
263 } 208 }
264 209
265 isAutoResolutionOn () {
266 return this.autoResolution
267 }
268
269 enableAutoResolution () { 210 enableAutoResolution () {
270 this.autoResolution = true 211 this.autoResolution = true
271 this.trigger('autoResolutionUpdate') 212 this.trigger('resolutionChange', { auto: this.autoResolution, resolutionId: this.getCurrentResolutionId() })
272 } 213 }
273 214
274 disableAutoResolution (forbid = false) { 215 disableAutoResolution (forbid = false) {
275 if (forbid === true) this.forbidAutoResolution = true 216 if (forbid === true) this.autoResolutionPossible = false
276 217
277 this.autoResolution = false 218 this.autoResolution = false
278 this.trigger('autoResolutionUpdate') 219 this.trigger('autoResolutionChange', { possible: this.autoResolutionPossible })
279 } 220 this.trigger('resolutionChange', { auto: this.autoResolution, resolutionId: this.getCurrentResolutionId() })
280
281 isAutoResolutionForbidden () {
282 return this.forbidAutoResolution === true
283 }
284
285 getCurrentVideoFile () {
286 return this.currentVideoFile
287 } 221 }
288 222
289 getTorrent () { 223 getTorrent () {
@@ -413,7 +347,7 @@ class PeerTubePlugin extends Plugin {
413 if (!averageDownloadSpeed) averageDownloadSpeed = this.getAndSaveActualDownloadSpeed() 347 if (!averageDownloadSpeed) averageDownloadSpeed = this.getAndSaveActualDownloadSpeed()
414 348
415 // Limit resolution according to player height 349 // Limit resolution according to player height
416 const playerHeight = this.playerElement.offsetHeight as number 350 const playerHeight = this.playerElement.offsetHeight
417 351
418 // We take the first resolution just above the player height 352 // We take the first resolution just above the player height
419 // Example: player height is 530px, we want the 720p file instead of 480p 353 // Example: player height is 530px, we want the 720p file instead of 480p
@@ -462,13 +396,7 @@ class PeerTubePlugin extends Plugin {
462 } 396 }
463 397
464 private initializePlayer () { 398 private initializePlayer () {
465 if (isMobile()) this.player.addClass('vjs-is-mobile') 399 this.buildQualities()
466
467 this.initSmoothProgressBar()
468
469 this.initCaptions()
470
471 this.alterInactivity()
472 400
473 if (this.autoplay === true) { 401 if (this.autoplay === true) {
474 this.player.posterImage.hide() 402 this.player.posterImage.hide()
@@ -491,7 +419,7 @@ class PeerTubePlugin extends Plugin {
491 419
492 // Not initialized or in HTTP fallback 420 // Not initialized or in HTTP fallback
493 if (this.torrent === undefined || this.torrent === null) return 421 if (this.torrent === undefined || this.torrent === null) return
494 if (this.isAutoResolutionOn() === false) return 422 if (this.autoResolution === false) return
495 if (this.isAutoResolutionObservation === true) return 423 if (this.isAutoResolutionObservation === true) return
496 424
497 const file = this.getAppropriateFile() 425 const file = this.getAppropriateFile()
@@ -531,78 +459,27 @@ class PeerTubePlugin extends Plugin {
531 if (this.torrent === undefined) return 459 if (this.torrent === undefined) return
532 460
533 // Http fallback 461 // Http fallback
534 if (this.torrent === null) return this.trigger('torrentInfo', false) 462 if (this.torrent === null) return this.player.trigger('p2pInfo', false)
535 463
536 // this.webtorrent.downloadSpeed because we need to take into account the potential old torrent too 464 // this.webtorrent.downloadSpeed because we need to take into account the potential old torrent too
537 if (this.webtorrent.downloadSpeed !== 0) this.downloadSpeeds.push(this.webtorrent.downloadSpeed) 465 if (this.webtorrent.downloadSpeed !== 0) this.downloadSpeeds.push(this.webtorrent.downloadSpeed)
538 466
539 return this.trigger('torrentInfo', { 467 return this.player.trigger('p2pInfo', {
540 downloadSpeed: this.torrent.downloadSpeed, 468 http: {
541 numPeers: this.torrent.numPeers, 469 downloadSpeed: 0,
542 uploadSpeed: this.torrent.uploadSpeed, 470 uploadSpeed: 0,
543 downloaded: this.torrent.downloaded, 471 downloaded: 0,
544 uploaded: this.torrent.uploaded 472 uploaded: 0
545 }) 473 },
546 }, this.CONSTANTS.INFO_SCHEDULER) 474 p2p: {
547 } 475 downloadSpeed: this.torrent.downloadSpeed,
548 476 numPeers: this.torrent.numPeers,
549 private runViewAdd () { 477 uploadSpeed: this.torrent.uploadSpeed,
550 this.clearVideoViewInterval() 478 downloaded: this.torrent.downloaded,
551 479 uploaded: this.torrent.uploaded
552 // After 30 seconds (or 3/4 of the video), add a view to the video
553 let minSecondsToView = 30
554
555 if (this.videoDuration < minSecondsToView) minSecondsToView = (this.videoDuration * 3) / 4
556
557 let secondsViewed = 0
558 this.videoViewInterval = setInterval(() => {
559 if (this.player && !this.player.paused()) {
560 secondsViewed += 1
561
562 if (secondsViewed > minSecondsToView) {
563 this.clearVideoViewInterval()
564
565 this.addViewToVideo().catch(err => console.error(err))
566 } 480 }
567 } 481 } as PlayerNetworkInfo)
568 }, 1000) 482 }, this.CONSTANTS.INFO_SCHEDULER)
569 }
570
571 private runUserWatchVideo (options: UserWatching) {
572 let lastCurrentTime = 0
573
574 this.userWatchingVideoInterval = setInterval(() => {
575 const currentTime = Math.floor(this.player.currentTime())
576
577 if (currentTime - lastCurrentTime >= 1) {
578 lastCurrentTime = currentTime
579
580 this.notifyUserIsWatching(currentTime, options.url, options.authorizationHeader)
581 .catch(err => console.error('Cannot notify user is watching.', err))
582 }
583 }, this.CONSTANTS.USER_WATCHING_VIDEO_INTERVAL)
584 }
585
586 private clearVideoViewInterval () {
587 if (this.videoViewInterval !== undefined) {
588 clearInterval(this.videoViewInterval)
589 this.videoViewInterval = undefined
590 }
591 }
592
593 private addViewToVideo () {
594 if (!this.videoViewUrl) return Promise.resolve(undefined)
595
596 return fetch(this.videoViewUrl, { method: 'POST' })
597 }
598
599 private notifyUserIsWatching (currentTime: number, url: string, authorizationHeader: string) {
600 const body = new URLSearchParams()
601 body.append('currentTime', currentTime.toString())
602
603 const headers = new Headers({ 'Authorization': authorizationHeader })
604
605 return fetch(url, { method: 'PUT', body, headers })
606 } 483 }
607 484
608 private fallbackToHttp (options: PlayOptions, done?: Function) { 485 private fallbackToHttp (options: PlayOptions, done?: Function) {
@@ -620,8 +497,10 @@ class PeerTubePlugin extends Plugin {
620 this.player.src = this.savePlayerSrcFunction 497 this.player.src = this.savePlayerSrcFunction
621 this.player.src(httpUrl) 498 this.player.src(httpUrl)
622 499
500 this.changeQuality()
501
623 // We changed the source, so reinit captions 502 // We changed the source, so reinit captions
624 this.initCaptions() 503 this.player.trigger('sourcechange')
625 504
626 return this.tryToPlay(err => { 505 return this.tryToPlay(err => {
627 if (err && done) return done(err) 506 if (err && done) return done(err)
@@ -649,25 +528,6 @@ class PeerTubePlugin extends Plugin {
649 return !!navigator.platform && /iPad|iPhone|iPod/.test(navigator.platform) 528 return !!navigator.platform && /iPad|iPhone|iPod/.test(navigator.platform)
650 } 529 }
651 530
652 private alterInactivity () {
653 let saveInactivityTimeout: number
654
655 const disableInactivity = () => {
656 saveInactivityTimeout = this.player.options_.inactivityTimeout
657 this.player.options_.inactivityTimeout = 0
658 }
659 const enableInactivity = () => {
660 this.player.options_.inactivityTimeout = saveInactivityTimeout
661 }
662
663 const settingsDialog = this.player.children_.find((c: any) => c.name_ === 'SettingsDialog')
664
665 this.player.controlBar.on('mouseenter', () => disableInactivity())
666 settingsDialog.on('mouseenter', () => disableInactivity())
667 this.player.controlBar.on('mouseleave', () => enableInactivity())
668 settingsDialog.on('mouseleave', () => enableInactivity())
669 }
670
671 private pickAverageVideoFile () { 531 private pickAverageVideoFile () {
672 if (this.videoFiles.length === 1) return this.videoFiles[0] 532 if (this.videoFiles.length === 1) return this.videoFiles[0]
673 533
@@ -712,43 +572,70 @@ class PeerTubePlugin extends Plugin {
712 } 572 }
713 } 573 }
714 574
715 private initCaptions () { 575 private buildQualities () {
716 for (const caption of this.videoCaptions) { 576 const qualityLevelsPayload = []
717 this.player.addRemoteTextTrack({ 577
718 kind: 'captions', 578 for (const file of this.videoFiles) {
719 label: caption.label, 579 const representation = {
720 language: caption.language, 580 id: file.resolution.id,
721 id: caption.language, 581 label: this.buildQualityLabel(file),
722 src: caption.src, 582 height: file.resolution.id,
723 default: this.defaultSubtitle === caption.language 583 _enabled: true
724 }, false) 584 }
585
586 this.player.qualityLevels().addQualityLevel(representation)
587
588 qualityLevelsPayload.push({
589 id: representation.id,
590 label: representation.label,
591 selected: false
592 })
725 } 593 }
726 594
727 this.player.trigger('captionsChanged') 595 const payload: LoadedQualityData = {
596 qualitySwitchCallback: (d: any) => this.qualitySwitchCallback(d),
597 qualityData: {
598 video: qualityLevelsPayload
599 }
600 }
601 this.player.tech_.trigger('loadedqualitydata', payload)
728 } 602 }
729 603
730 // Thanks: https://github.com/videojs/video.js/issues/4460#issuecomment-312861657 604 private buildQualityLabel (file: VideoFile) {
731 private initSmoothProgressBar () { 605 let label = file.resolution.label
732 const SeekBar = videojsUntyped.getComponent('SeekBar') 606
733 SeekBar.prototype.getPercent = function getPercent () { 607 if (file.fps && file.fps >= 50) {
734 // Allows for smooth scrubbing, when player can't keep up. 608 label += file.fps
735 // const time = (this.player_.scrubbing()) ?
736 // this.player_.getCache().currentTime :
737 // this.player_.currentTime()
738 const time = this.player_.currentTime()
739 const percent = time / this.player_.duration()
740 return percent >= 1 ? 1 : percent
741 } 609 }
742 SeekBar.prototype.handleMouseMove = function handleMouseMove (event: any) { 610
743 let newTime = this.calculateDistance(event) * this.player_.duration() 611 return label
744 if (newTime === this.player_.duration()) { 612 }
745 newTime = newTime - 0.1 613
746 } 614 private qualitySwitchCallback (id: number) {
747 this.player_.currentTime(newTime) 615 if (id === -1) {
748 this.update() 616 if (this.autoResolutionPossible === true) this.enableAutoResolution()
617 return
618 }
619
620 this.disableAutoResolution()
621 this.updateResolution(id)
622 }
623
624 private changeQuality () {
625 const resolutionId = this.currentVideoFile.resolution.id
626 const qualityLevels = this.player.qualityLevels()
627
628 if (resolutionId === -1) {
629 qualityLevels.selectedIndex = -1
630 return
631 }
632
633 for (let i = 0; i < qualityLevels; i++) {
634 const q = this.player.qualityLevels[i]
635 if (q.height === resolutionId) qualityLevels.selectedIndex = i
749 } 636 }
750 } 637 }
751} 638}
752 639
753videojs.registerPlugin('peertube', PeerTubePlugin) 640videojs.registerPlugin('webtorrent', WebTorrentPlugin)
754export { PeerTubePlugin } 641export { WebTorrentPlugin }
diff --git a/client/src/environments/environment.hmr.ts b/client/src/environments/environment.hmr.ts
index 20e2b8fcd..853e20803 100644
--- a/client/src/environments/environment.hmr.ts
+++ b/client/src/environments/environment.hmr.ts
@@ -1,5 +1,5 @@
1export const environment = { 1export const environment = {
2 production: false, 2 production: false,
3 hmr: true, 3 hmr: true,
4 apiUrl: 'http://localhost:9000' 4 apiUrl: ''
5} 5}
diff --git a/client/src/index.html b/client/src/index.html
index 2af0020ad..6aa885eb7 100644
--- a/client/src/index.html
+++ b/client/src/index.html
@@ -5,7 +5,7 @@
5 <meta name="viewport" content="width=device-width, initial-scale=1"> 5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 6
7 <meta name="theme-color" content="#fff" /> 7 <meta name="theme-color" content="#fff" />
8 8 <meta property="og:platform" content="PeerTube" />
9 <!-- Web Manifest file --> 9 <!-- Web Manifest file -->
10 <link rel="manifest" href="/manifest.webmanifest"> 10 <link rel="manifest" href="/manifest.webmanifest">
11 11
@@ -14,7 +14,7 @@
14 <!-- title tag --> 14 <!-- title tag -->
15 <!-- description tag --> 15 <!-- description tag -->
16 <!-- custom css tag --> 16 <!-- custom css tag -->
17 <!-- open graph and oembed tags --> 17 <!-- meta tags -->
18 18
19 <!-- /!\ Do not remove it /!\ --> 19 <!-- /!\ Do not remove it /!\ -->
20 20
diff --git a/client/src/locale/source/angular_en_US.xml b/client/src/locale/source/angular_en_US.xml
index 3aa178825..88e55a497 100644
--- a/client/src/locale/source/angular_en_US.xml
+++ b/client/src/locale/source/angular_en_US.xml
@@ -64,49 +64,49 @@
64 <source>««</source> 64 <source>««</source>
65 <context-group purpose="location"> 65 <context-group purpose="location">
66 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 66 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
67 <context context-type="linenumber">7</context> 67 <context context-type="linenumber">2</context>
68 </context-group> 68 </context-group>
69 </trans-unit><trans-unit id="ngb.pagination.first-aria" datatype="html"> 69 </trans-unit><trans-unit id="ngb.pagination.previous" datatype="html">
70 <source>First</source> 70 <source>«</source>
71 <context-group purpose="location"> 71 <context-group purpose="location">
72 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 72 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
73 <context context-type="linenumber">5</context> 73 <context context-type="linenumber">3</context>
74 </context-group> 74 </context-group>
75 </trans-unit><trans-unit id="ngb.pagination.previous" datatype="html"> 75 </trans-unit><trans-unit id="ngb.pagination.next" datatype="html">
76 <source>«</source> 76 <source>»</source>
77 <context-group purpose="location"> 77 <context-group purpose="location">
78 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 78 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
79 <context context-type="linenumber">15</context> 79 <context context-type="linenumber">4</context>
80 </context-group> 80 </context-group>
81 </trans-unit><trans-unit id="ngb.pagination.previous-aria" datatype="html"> 81 </trans-unit><trans-unit id="ngb.pagination.last" datatype="html">
82 <source>Previous</source> 82 <source>»»</source>
83 <context-group purpose="location"> 83 <context-group purpose="location">
84 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 84 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
85 <context context-type="linenumber">13</context> 85 <context context-type="linenumber">5</context>
86 </context-group> 86 </context-group>
87 </trans-unit><trans-unit id="ngb.pagination.next" datatype="html"> 87 </trans-unit><trans-unit id="ngb.pagination.first-aria" datatype="html">
88 <source>»</source> 88 <source>First</source>
89 <context-group purpose="location"> 89 <context-group purpose="location">
90 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 90 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
91 <context context-type="linenumber">29</context> 91 <context context-type="linenumber">14</context>
92 </context-group> 92 </context-group>
93 </trans-unit><trans-unit id="ngb.pagination.next-aria" datatype="html"> 93 </trans-unit><trans-unit id="ngb.pagination.previous-aria" datatype="html">
94 <source>Next</source> 94 <source>Previous</source>
95 <context-group purpose="location"> 95 <context-group purpose="location">
96 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 96 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
97 <context context-type="linenumber">27</context> 97 <context context-type="linenumber">23</context>
98 </context-group> 98 </context-group>
99 </trans-unit><trans-unit id="ngb.pagination.last" datatype="html"> 99 </trans-unit><trans-unit id="ngb.pagination.next-aria" datatype="html">
100 <source>»»</source> 100 <source>Next</source>
101 <context-group purpose="location"> 101 <context-group purpose="location">
102 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 102 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
103 <context context-type="linenumber">36</context> 103 <context context-type="linenumber">41</context>
104 </context-group> 104 </context-group>
105 </trans-unit><trans-unit id="ngb.pagination.last-aria" datatype="html"> 105 </trans-unit><trans-unit id="ngb.pagination.last-aria" datatype="html">
106 <source>Last</source> 106 <source>Last</source>
107 <context-group purpose="location"> 107 <context-group purpose="location">
108 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 108 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
109 <context context-type="linenumber">34</context> 109 <context context-type="linenumber">49</context>
110 </context-group> 110 </context-group>
111 </trans-unit><trans-unit id="ngb.progressbar.value" datatype="html"> 111 </trans-unit><trans-unit id="ngb.progressbar.value" datatype="html">
112 <source>&lt;x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/&gt;%</source> 112 <source>&lt;x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/&gt;%</source>
@@ -136,89 +136,67 @@
136 <source>Decrement hours</source> 136 <source>Decrement hours</source>
137 <context-group purpose="location"> 137 <context-group purpose="location">
138 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 138 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
139 <context context-type="linenumber">19</context> 139 <context context-type="linenumber">20</context>
140 </context-group> 140 </context-group>
141 </trans-unit><trans-unit id="ngb.timepicker.increment-minutes" datatype="html"> 141 </trans-unit><trans-unit id="ngb.timepicker.increment-minutes" datatype="html">
142 <source>Increment minutes</source> 142 <source>Increment minutes</source>
143 <context-group purpose="location"> 143 <context-group purpose="location">
144 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 144 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
145 <context context-type="linenumber">28</context> 145 <context context-type="linenumber">29</context>
146 </context-group> 146 </context-group>
147 </trans-unit><trans-unit id="ngb.timepicker.MM" datatype="html"> 147 </trans-unit><trans-unit id="ngb.timepicker.MM" datatype="html">
148 <source>MM</source> 148 <source>MM</source>
149 <context-group purpose="location"> 149 <context-group purpose="location">
150 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 150 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
151 <context context-type="linenumber">31</context> 151 <context context-type="linenumber">32</context>
152 </context-group> 152 </context-group>
153 </trans-unit><trans-unit id="ngb.timepicker.minutes" datatype="html"> 153 </trans-unit><trans-unit id="ngb.timepicker.minutes" datatype="html">
154 <source>Minutes</source> 154 <source>Minutes</source>
155 <context-group purpose="location"> 155 <context-group purpose="location">
156 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 156 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
157 <context context-type="linenumber">33</context> 157 <context context-type="linenumber">34</context>
158 </context-group> 158 </context-group>
159 </trans-unit><trans-unit id="ngb.timepicker.decrement-minutes" datatype="html"> 159 </trans-unit><trans-unit id="ngb.timepicker.decrement-minutes" datatype="html">
160 <source>Decrement minutes</source> 160 <source>Decrement minutes</source>
161 <context-group purpose="location"> 161 <context-group purpose="location">
162 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 162 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
163 <context context-type="linenumber">38</context> 163 <context context-type="linenumber">40</context>
164 </context-group> 164 </context-group>
165 </trans-unit><trans-unit id="ngb.timepicker.increment-seconds" datatype="html"> 165 </trans-unit><trans-unit id="ngb.timepicker.increment-seconds" datatype="html">
166 <source>Increment seconds</source> 166 <source>Increment seconds</source>
167 <context-group purpose="location"> 167 <context-group purpose="location">
168 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 168 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
169 <context context-type="linenumber">47</context> 169 <context context-type="linenumber">49</context>
170 </context-group> 170 </context-group>
171 </trans-unit><trans-unit id="ngb.timepicker.SS" datatype="html"> 171 </trans-unit><trans-unit id="ngb.timepicker.SS" datatype="html">
172 <source>SS</source> 172 <source>SS</source>
173 <context-group purpose="location"> 173 <context-group purpose="location">
174 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 174 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
175 <context context-type="linenumber">50</context> 175 <context context-type="linenumber">52</context>
176 </context-group> 176 </context-group>
177 </trans-unit><trans-unit id="ngb.timepicker.seconds" datatype="html"> 177 </trans-unit><trans-unit id="ngb.timepicker.seconds" datatype="html">
178 <source>Seconds</source> 178 <source>Seconds</source>
179 <context-group purpose="location"> 179 <context-group purpose="location">
180 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 180 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
181 <context context-type="linenumber">52</context> 181 <context context-type="linenumber">54</context>
182 </context-group> 182 </context-group>
183 </trans-unit><trans-unit id="ngb.timepicker.decrement-seconds" datatype="html"> 183 </trans-unit><trans-unit id="ngb.timepicker.decrement-seconds" datatype="html">
184 <source>Decrement seconds</source> 184 <source>Decrement seconds</source>
185 <context-group purpose="location"> 185 <context-group purpose="location">
186 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 186 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
187 <context context-type="linenumber">57</context> 187 <context context-type="linenumber">60</context>
188 </context-group> 188 </context-group>
189 </trans-unit><trans-unit id="ngb.timepicker.PM" datatype="html"> 189 </trans-unit><trans-unit id="ngb.timepicker.PM" datatype="html">
190 <source>PM</source> 190 <source>PM</source>
191 <context-group purpose="location"> 191 <context-group purpose="location">
192 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 192 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
193 <context context-type="linenumber">65</context> 193 <context context-type="linenumber">68</context>
194 </context-group> 194 </context-group>
195 </trans-unit><trans-unit id="ngb.timepicker.AM" datatype="html"> 195 </trans-unit><trans-unit id="ngb.timepicker.AM" datatype="html">
196 <source>AM</source> 196 <source>AM</source>
197 <context-group purpose="location"> 197 <context-group purpose="location">
198 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 198 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
199 <context context-type="linenumber">66</context> 199 <context context-type="linenumber">69</context>
200 </context-group>
201 </trans-unit><trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7" datatype="html">
202 <source>Cancel</source>
203 <context-group purpose="location">
204 <context context-type="sourcefile">app/core/confirm/confirm.component.html</context>
205 <context context-type="linenumber">18</context>
206 </context-group>
207 <context-group purpose="location">
208 <context context-type="sourcefile">app/shared/moderation/user-ban-modal.component.html</context>
209 <context context-type="linenumber">22</context>
210 </context-group>
211 <context-group purpose="location">
212 <context context-type="sourcefile">app/login/login.component.html</context>
213 <context context-type="linenumber">77</context>
214 </context-group>
215 <context-group purpose="location">
216 <context context-type="sourcefile">app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
217 <context context-type="linenumber">22</context>
218 </context-group>
219 <context-group purpose="location">
220 <context context-type="sourcefile">app/videos/+video-watch/modal/video-support.component.html</context>
221 <context context-type="linenumber">10</context>
222 </context-group> 200 </context-group>
223 </trans-unit><trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46" datatype="html"> 201 </trans-unit><trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46" datatype="html">
224 <source>(extensions: &lt;x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/&gt;, max size: &lt;x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/&gt;)</source> 202 <source>(extensions: &lt;x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/&gt;, max size: &lt;x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/&gt;)</source>
@@ -232,124 +210,478 @@
232 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 210 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
233 <context context-type="linenumber">1</context> 211 <context context-type="linenumber">1</context>
234 </context-group> 212 </context-group>
235 </trans-unit><trans-unit id="f79d1d9ecaab3deb3d44e23017f8283a04d2a0f3" datatype="html"> 213 </trans-unit><trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b" datatype="html">
236 <source> 214 <source>
237 &lt;x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/&gt; published a &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;new video&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; 215 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/&gt;
216
217 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/&gt;
218 &lt;x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/&gt; published a &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;new video&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt;
219 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/&gt;
238 </source> 220 </source>
239 <context-group purpose="location"> 221 <context-group purpose="location">
240 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 222 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
241 <context context-type="linenumber">7</context> 223 <context context-type="linenumber">7</context>
242 </context-group> 224 </context-group>
243 </trans-unit><trans-unit id="04f2cb4c88c17d5f3e5ce969479b4eba9db114cb" datatype="html"> 225 </trans-unit><trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6" datatype="html">
244 <source> 226 <source>
245 Your video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; has been unblacklisted 227 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/&gt;&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/&gt;
228
229 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/&gt;
230 Your video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; has been unblacklisted
231 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/&gt;
246 </source> 232 </source>
247 <context-group purpose="location"> 233 <context-group purpose="location">
248 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 234 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
249 <context context-type="linenumber">11</context> 235 <context context-type="linenumber">15</context>
250 </context-group> 236 </context-group>
251 </trans-unit><trans-unit id="65514a0efdae3b173130166416700ddeb369f37f" datatype="html"> 237 </trans-unit><trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0" datatype="html">
252 <source> 238 <source>
253 Your video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; has been blacklisted 239 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/&gt;&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/&gt;
240
241 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/&gt;
242 Your video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; has been blacklisted
243 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/&gt;
254 </source> 244 </source>
255 <context-group purpose="location"> 245 <context-group purpose="location">
256 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 246 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
257 <context context-type="linenumber">15</context> 247 <context context-type="linenumber">23</context>
258 </context-group> 248 </context-group>
259 </trans-unit><trans-unit id="4ea67498da562ab450950a69f4331b8c4ddfd431" datatype="html"> 249 </trans-unit><trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac" datatype="html">
260 <source> 250 <source>
261 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;A new video abuse&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; has been created on video &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; 251 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/&gt;&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/&gt;
252
253 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/&gt;
254 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;A new video abuse&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; has been created on video &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt;
255 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/&gt;
262 </source> 256 </source>
263 <context-group purpose="location"> 257 <context-group purpose="location">
264 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 258 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
265 <context context-type="linenumber">19</context> 259 <context context-type="linenumber">31</context>
266 </context-group> 260 </context-group>
267 </trans-unit><trans-unit id="23b7d6f08c5c3b8722ecd627c3d54f4950923156" datatype="html"> 261 </trans-unit><trans-unit id="3442afd9696d6abcd9210b2cb3cdfb969667ca01" datatype="html">
268 <source> 262 <source>
269 &lt;x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/&gt; commented your video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; 263 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/&gt;&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/&gt;
264
265 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/&gt;
266 The recently added video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; has been &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;auto-blacklisted&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt;
267 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/&gt;
270 </source> 268 </source>
271 <context-group purpose="location"> 269 <context-group purpose="location">
272 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
273 <context context-type="linenumber">23</context> 271 <context context-type="linenumber">39</context>
274 </context-group> 272 </context-group>
275 </trans-unit><trans-unit id="2d0ee93317d4daa301eee7fec775c21c2f7b5a4b" datatype="html"> 273 </trans-unit><trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715" datatype="html">
276 <source> 274 <source>
277 Your video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; has been published 275 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/&gt;
276
277 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/&gt;
278 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; commented your video &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt;
279 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/&gt;
278 </source> 280 </source>
279 <context-group purpose="location"> 281 <context-group purpose="location">
280 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 282 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
281 <context context-type="linenumber">27</context> 283 <context context-type="linenumber">47</context>
282 </context-group> 284 </context-group>
283 </trans-unit><trans-unit id="371391b88724e5ee455582f07eb97728e371f24a" datatype="html"> 285 </trans-unit><trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b" datatype="html">
284 <source> 286 <source>
285 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;Your video import&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; &lt;x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/&gt; succeeded 287 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/&gt;&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/&gt;
288
289 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/&gt;
290 Your video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; has been published
291 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/&gt;
286 </source> 292 </source>
287 <context-group purpose="location"> 293 <context-group purpose="location">
288 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 294 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
289 <context context-type="linenumber">31</context> 295 <context context-type="linenumber">55</context>
290 </context-group> 296 </context-group>
291 </trans-unit><trans-unit id="56e72a0a79d53e9ff8d5f92528664bcb2cf1363a" datatype="html"> 297 </trans-unit><trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085" datatype="html">
292 <source> 298 <source>
293 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;Your video import&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; &lt;x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/&gt; failed 299 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/&gt;&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/&gt;
300
301 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/&gt;
302 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;Your video import&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; &lt;x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/&gt; succeeded
303 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/&gt;
294 </source> 304 </source>
295 <context-group purpose="location"> 305 <context-group purpose="location">
296 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
297 <context context-type="linenumber">35</context> 307 <context context-type="linenumber">63</context>
298 </context-group> 308 </context-group>
299 </trans-unit><trans-unit id="d7f123ae20ca6bfb5ac0f897b90423fdc52d8e78" datatype="html"> 309 </trans-unit><trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082" datatype="html">
300 <source> 310 <source>
301 User &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/&gt; registered&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; on your instance 311 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/&gt;&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/&gt;
312
313 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/&gt;
314 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;Your video import&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; &lt;x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/&gt; failed
315 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/&gt;
302 </source> 316 </source>
303 <context-group purpose="location"> 317 <context-group purpose="location">
304 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 318 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
305 <context context-type="linenumber">39</context> 319 <context context-type="linenumber">71</context>
306 </context-group> 320 </context-group>
307 </trans-unit><trans-unit id="9a05dc5206104085b2b6654fb9137291194a72ef" datatype="html"> 321 </trans-unit><trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d" datatype="html">
308 <source> 322 <source>
309 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; is following 323 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/&gt;&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/&gt;
310 324
311 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/&gt; 325 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/&gt;
312 your channel &lt;x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/&gt; 326 User &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/&gt; registered&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; on your instance
313 &lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/&gt; 327 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/&gt;
314 &lt;x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/&gt;your account&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/&gt;
315 </source> 328 </source>
316 <context-group purpose="location"> 329 <context-group purpose="location">
317 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 330 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
318 <context context-type="linenumber">43</context> 331 <context context-type="linenumber">79</context>
319 </context-group> 332 </context-group>
320 </trans-unit><trans-unit id="98b174525a2c9b4de0a510fb6eae7bdf285c0c7f" datatype="html"> 333 </trans-unit><trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2" datatype="html">
321 <source> 334 <source>
322 &lt;x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/&gt; mentioned you on &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;video &lt;x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; 335 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/&gt;
336
337 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/&gt;
338 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; is following
339
340 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/&gt;your channel &lt;x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/&gt;&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/&gt;
341 &lt;x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/&gt;your account&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/&gt;
342 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/&gt;
323 </source> 343 </source>
324 <context-group purpose="location"> 344 <context-group purpose="location">
325 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 345 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
326 <context context-type="linenumber">52</context> 346 <context context-type="linenumber">87</context>
327 </context-group> 347 </context-group>
328 </trans-unit><trans-unit id="473117e02024f603dc2dbd24a0bf81f8722cf8dc" datatype="html"> 348 </trans-unit><trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1" datatype="html">
329 <source> 349 <source>
330 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/&gt;&lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/&gt; 350 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/&gt;
331 </source> 351
352 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/&gt;
353 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; mentioned you on &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;video &lt;x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt;
354 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/&gt;
355 </source>
332 <context-group purpose="location"> 356 <context-group purpose="location">
333 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 357 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
334 <context context-type="linenumber">57</context> 358 <context context-type="linenumber">98</context>
359 </context-group>
360 </trans-unit><trans-unit id="e3f47a553df834db218dd456c462c29f14ece449" datatype="html">
361 <source>
362 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/&gt;&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/&gt;
363
364 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/&gt;
365 Your instance has &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;a new follower&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; (&lt;x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.host }}"/&gt;)
366 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/&gt; awaiting your approval&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/&gt;
367 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/&gt;
368 </source>
369 <context-group purpose="location">
370 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
371 <context context-type="linenumber">106</context>
372 </context-group>
373 </trans-unit><trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566" datatype="html">
374 <source>Save to</source>
375 <context-group purpose="location">
376 <context context-type="sourcefile">app/shared/video-playlist/video-add-to-playlist.component.html</context>
377 <context context-type="linenumber">4</context>
378 </context-group>
379 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
380 <source>Options</source>
381 <context-group purpose="location">
382 <context context-type="sourcefile">app/shared/video-playlist/video-add-to-playlist.component.html</context>
383 <context context-type="linenumber">9</context>
384 </context-group>
385 </trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
386 <source>Start at</source>
387 <context-group purpose="location">
388 <context context-type="sourcefile">app/shared/video-playlist/video-add-to-playlist.component.html</context>
389 <context context-type="linenumber">17</context>
390 </context-group>
391 <context-group purpose="location">
392 <context context-type="sourcefile">app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
393 <context context-type="linenumber">40</context>
394 </context-group>
395 <context-group purpose="location">
396 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context>
397 <context context-type="linenumber">12</context>
398 </context-group>
399 </trans-unit><trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
400 <source>Stop at</source>
401 <context-group purpose="location">
402 <context context-type="sourcefile">app/shared/video-playlist/video-add-to-playlist.component.html</context>
403 <context context-type="linenumber">31</context>
404 </context-group>
405 <context-group purpose="location">
406 <context context-type="sourcefile">app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
407 <context context-type="linenumber">54</context>
408 </context-group>
409 </trans-unit><trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9" datatype="html">
410 <source>Display name</source>
411 <context-group purpose="location">
412 <context context-type="sourcefile">app/shared/video-playlist/video-add-to-playlist.component.html</context>
413 <context context-type="linenumber">64</context>
414 </context-group>
415 <context-group purpose="location">
416 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
417 <context context-type="linenumber">28</context>
418 </context-group>
419 <context-group purpose="location">
420 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
421 <context context-type="linenumber">28</context>
422 </context-group>
423 <context-group purpose="location">
424 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
425 <context context-type="linenumber">9</context>
426 </context-group>
427 <context-group purpose="location">
428 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
429 <context context-type="linenumber">9</context>
430 </context-group>
431 <context-group purpose="location">
432 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
433 <context context-type="linenumber">6</context>
434 </context-group>
435 </trans-unit><trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html">
436 <source>Create</source>
437 <context-group purpose="location">
438 <context context-type="sourcefile">app/shared/video-playlist/video-add-to-playlist.component.html</context>
439 <context context-type="linenumber">74</context>
440 </context-group>
441 </trans-unit><trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611" datatype="html">
442 <source>Download video</source>
443 <context-group purpose="location">
444 <context context-type="sourcefile">app/shared/video/modals/video-download.component.html</context>
445 <context context-type="linenumber">3</context>
446 </context-group>
447 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
448 <source>Direct download</source>
449 <context-group purpose="location">
450 <context context-type="sourcefile">app/shared/video/modals/video-download.component.html</context>
451 <context context-type="linenumber">27</context>
452 </context-group>
453 </trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html">
454 <source>Torrent (.torrent file)</source>
455 <context-group purpose="location">
456 <context context-type="sourcefile">app/shared/video/modals/video-download.component.html</context>
457 <context context-type="linenumber">32</context>
458 </context-group>
459 </trans-unit><trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f" datatype="html">
460 <source>Torrent (magnet link)</source>
461 <context-group purpose="location">
462 <context context-type="sourcefile">app/shared/video/modals/video-download.component.html</context>
463 <context context-type="linenumber">37</context>
464 </context-group>
465 </trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html">
466 <source>
467 Cancel
468 </source>
469 <context-group purpose="location">
470 <context context-type="sourcefile">app/shared/video/modals/video-download.component.html</context>
471 <context context-type="linenumber">43</context>
472 </context-group>
473 <context-group purpose="location">
474 <context context-type="sourcefile">app/videos/+video-watch/comment/video-comment-add.component.html</context>
475 <context context-type="linenumber">47</context>
476 </context-group>
477 </trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html">
478 <source>Download</source>
479 <context-group purpose="location">
480 <context context-type="sourcefile">app/shared/video/modals/video-download.component.html</context>
481 <context context-type="linenumber">48</context>
482 </context-group>
483 </trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
484 <source>Report video</source>
485 <context-group purpose="location">
486 <context context-type="sourcefile">app/shared/video/modals/video-report.component.html</context>
487 <context context-type="linenumber">3</context>
488 </context-group>
489 </trans-unit><trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908" datatype="html">
490 <source>
491 Your report will be sent to moderators of &lt;x id="INTERPOLATION" equiv-text="{{ currentHost }}"/&gt;.
492 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/&gt; It will be forwarded to origin instance &lt;x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/&gt; too.&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/&gt;
493 </source>
494 <context-group purpose="location">
495 <context context-type="sourcefile">app/shared/video/modals/video-report.component.html</context>
496 <context context-type="linenumber">9</context>
497 </context-group>
498 </trans-unit><trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125" datatype="html">
499 <source>Reason...</source>
500 <context-group purpose="location">
501 <context context-type="sourcefile">app/shared/video/modals/video-report.component.html</context>
502 <context context-type="linenumber">16</context>
503 </context-group>
504 <context-group purpose="location">
505 <context context-type="sourcefile">app/shared/video/modals/video-blacklist.component.html</context>
506 <context context-type="linenumber">11</context>
507 </context-group>
508 <context-group purpose="location">
509 <context context-type="sourcefile">app/shared/moderation/user-ban-modal.component.html</context>
510 <context context-type="linenumber">11</context>
511 </context-group>
512 </trans-unit><trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb" datatype="html">
513 <source>
514 Cancel
515 </source>
516 <context-group purpose="location">
517 <context context-type="sourcefile">app/shared/video/modals/video-report.component.html</context>
518 <context context-type="linenumber">24</context>
519 </context-group>
520 <context-group purpose="location">
521 <context context-type="sourcefile">app/shared/video/modals/video-blacklist.component.html</context>
522 <context context-type="linenumber">26</context>
523 </context-group>
524 <context-group purpose="location">
525 <context context-type="sourcefile">app/shared/video/videos-selection.component.html</context>
526 <context context-type="linenumber">14</context>
527 </context-group>
528 <context-group purpose="location">
529 <context context-type="sourcefile">app/+about/about-instance/contact-admin-modal.component.html</context>
530 <context context-type="linenumber">38</context>
531 </context-group>
532 </trans-unit><trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd" datatype="html">
533 <source>Submit</source>
534 <context-group purpose="location">
535 <context context-type="sourcefile">app/shared/video/modals/video-report.component.html</context>
536 <context context-type="linenumber">29</context>
537 </context-group>
538 <context-group purpose="location">
539 <context context-type="sourcefile">app/shared/video/modals/video-blacklist.component.html</context>
540 <context context-type="linenumber">31</context>
541 </context-group>
542 <context-group purpose="location">
543 <context context-type="sourcefile">app/+about/about-instance/contact-admin-modal.component.html</context>
544 <context context-type="linenumber">43</context>
545 </context-group>
546 <context-group purpose="location">
547 <context context-type="sourcefile">app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
548 <context context-type="linenumber">26</context>
549 </context-group>
550 <context-group purpose="location">
551 <context context-type="sourcefile">app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
552 <context context-type="linenumber">29</context>
553 </context-group>
554 </trans-unit><trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8" datatype="html">
555 <source>Blacklist video</source>
556 <context-group purpose="location">
557 <context context-type="sourcefile">app/shared/video/modals/video-blacklist.component.html</context>
558 <context context-type="linenumber">3</context>
559 </context-group>
560 </trans-unit><trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d" datatype="html">
561 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
562 <context-group purpose="location">
563 <context context-type="sourcefile">app/shared/video/modals/video-blacklist.component.html</context>
564 <context context-type="linenumber">21</context>
335 </context-group> 565 </context-group>
336 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html"> 566 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
337 <source>Unlisted</source> 567 <source>Unlisted</source>
338 <context-group purpose="location"> 568 <context-group purpose="location">
339 <context context-type="sourcefile">app/shared/video/video-miniature.component.html</context> 569 <context context-type="sourcefile">app/shared/video/video-miniature.component.html</context>
340 <context context-type="linenumber">10</context> 570 <context context-type="linenumber">12</context>
571 </context-group>
572 <context-group purpose="location">
573 <context context-type="sourcefile">app/videos/+video-watch/video-watch-playlist.component.html</context>
574 <context context-type="linenumber">6</context>
341 </context-group> 575 </context-group>
342 </trans-unit><trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html"> 576 </trans-unit><trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
343 <source>Private</source> 577 <source>Private</source>
344 <context-group purpose="location"> 578 <context-group purpose="location">
345 <context context-type="sourcefile">app/shared/video/video-miniature.component.html</context> 579 <context context-type="sourcefile">app/shared/video/video-miniature.component.html</context>
346 <context context-type="linenumber">11</context> 580 <context context-type="linenumber">13</context>
347 </context-group> 581 </context-group>
348 </trans-unit><trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8" datatype="html"> 582 <context-group purpose="location">
349 <source>&lt;x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views</source> 583 <context context-type="sourcefile">app/videos/+video-watch/video-watch-playlist.component.html</context>
584 <context context-type="linenumber">7</context>
585 </context-group>
586 </trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
587 <source>&lt;x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views</source>
350 <context-group purpose="location"> 588 <context-group purpose="location">
351 <context context-type="sourcefile">app/shared/video/video-miniature.component.html</context> 589 <context context-type="sourcefile">app/shared/video/video-miniature.component.html</context>
352 <context context-type="linenumber">16</context> 590 <context context-type="linenumber">22</context>
591 </context-group>
592 </trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
593 <source>Blacklisted</source>
594 <context-group purpose="location">
595 <context context-type="sourcefile">app/shared/video/video-miniature.component.html</context>
596 <context context-type="linenumber">39</context>
597 </context-group>
598 </trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
599 <source>
600 Sensitive
601 </source>
602 <context-group purpose="location">
603 <context context-type="sourcefile">app/shared/video/video-miniature.component.html</context>
604 <context context-type="linenumber">43</context>
605 </context-group>
606 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
607 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {&lt;x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/&gt; videos} }</source>
608 <context-group purpose="location">
609 <context context-type="sourcefile">app/shared/video-playlist/video-playlist-miniature.component.html</context>
610 <context context-type="linenumber">9</context>
611 </context-group>
612 </trans-unit><trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582" datatype="html">
613 <source>
614 &lt;x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/&gt;
615 </source>
616 <context-group purpose="location">
617 <context context-type="sourcefile">app/shared/video-playlist/video-playlist-miniature.component.html</context>
618 <context context-type="linenumber">22</context>
619 </context-group>
620 </trans-unit><trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4" datatype="html">
621 <source>Updated &lt;x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/&gt;</source>
622 <context-group purpose="location">
623 <context context-type="sourcefile">app/shared/video-playlist/video-playlist-miniature.component.html</context>
624 <context context-type="linenumber">29</context>
625 </context-group>
626 </trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
627 <source>Edit starts/stops at</source>
628 <context-group purpose="location">
629 <context context-type="sourcefile">app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
630 <context context-type="linenumber">33</context>
631 </context-group>
632 </trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
633 <source>Save</source>
634 <context-group purpose="location">
635 <context context-type="sourcefile">app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
636 <context context-type="linenumber">65</context>
637 </context-group>
638 <context-group purpose="location">
639 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
640 <context context-type="linenumber">32</context>
641 </context-group>
642 <context-group purpose="location">
643 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
644 <context context-type="linenumber">92</context>
645 </context-group>
646 </trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
647 <source>Delete from &lt;x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/&gt;</source>
648 <context-group purpose="location">
649 <context context-type="sourcefile">app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
650 <context context-type="linenumber">69</context>
651 </context-group>
652 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
653 <source>No results.</source>
654 <context-group purpose="location">
655 <context context-type="sourcefile">app/shared/video/videos-selection.component.html</context>
656 <context context-type="linenumber">1</context>
657 </context-group>
658 <context-group purpose="location">
659 <context context-type="sourcefile">app/shared/video/abstract-video-list.html</context>
660 <context context-type="linenumber">20</context>
661 </context-group>
662 <context-group purpose="location">
663 <context context-type="sourcefile">app/shared/video/abstract-video-list.html</context>
664 <context context-type="linenumber">20</context>
665 </context-group>
666 <context-group purpose="location">
667 <context context-type="sourcefile">app/shared/video/abstract-video-list.html</context>
668 <context context-type="linenumber">20</context>
669 </context-group>
670 <context-group purpose="location">
671 <context context-type="sourcefile">app/shared/video/abstract-video-list.html</context>
672 <context context-type="linenumber">20</context>
673 </context-group>
674 <context-group purpose="location">
675 <context context-type="sourcefile">app/videos/video-list/video-overview.component.html</context>
676 <context context-type="linenumber">3</context>
677 </context-group>
678 <context-group purpose="location">
679 <context context-type="sourcefile">app/shared/video/abstract-video-list.html</context>
680 <context context-type="linenumber">20</context>
681 </context-group>
682 <context-group purpose="location">
683 <context context-type="sourcefile">app/shared/video/abstract-video-list.html</context>
684 <context context-type="linenumber">20</context>
353 </context-group> 685 </context-group>
354 </trans-unit><trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> 686 </trans-unit><trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html">
355 <source>Delete</source> 687 <source>Delete</source>
@@ -359,15 +691,11 @@
359 </context-group> 691 </context-group>
360 <context-group purpose="location"> 692 <context-group purpose="location">
361 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context> 693 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context>
362 <context context-type="linenumber">36</context> 694 <context context-type="linenumber">12</context>
363 </context-group> 695 </context-group>
364 <context-group purpose="location"> 696 <context-group purpose="location">
365 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 697 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
366 <context context-type="linenumber">162</context> 698 <context context-type="linenumber">157</context>
367 </context-group>
368 <context-group purpose="location">
369 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
370 <context context-type="linenumber">104</context>
371 </context-group> 699 </context-group>
372 <context-group purpose="location"> 700 <context-group purpose="location">
373 <context context-type="sourcefile">app/videos/+video-watch/comment/video-comment.component.html</context> 701 <context context-type="sourcefile">app/videos/+video-watch/comment/video-comment.component.html</context>
@@ -479,11 +807,17 @@
479 <context context-type="sourcefile">app/shared/user-subscription/remote-subscribe.component.html</context> 807 <context context-type="sourcefile">app/shared/user-subscription/remote-subscribe.component.html</context>
480 <context context-type="linenumber">22</context> 808 <context context-type="linenumber">22</context>
481 </context-group> 809 </context-group>
810 </trans-unit><trans-unit id="2350869d835dfca2643c32e0ef1f5e35dc64f64b" datatype="html">
811 <source>Default NSFW/sensitive videos policy (can be redefined by the users)</source>
812 <context-group purpose="location">
813 <context context-type="sourcefile">app/shared/instance/instance-features-table.component.html</context>
814 <context context-type="linenumber">5</context>
815 </context-group>
482 </trans-unit><trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b" datatype="html"> 816 </trans-unit><trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b" datatype="html">
483 <source>Video quota</source> 817 <source>Video quota</source>
484 <context-group purpose="location"> 818 <context-group purpose="location">
485 <context context-type="sourcefile">app/shared/instance/instance-features-table.component.html</context> 819 <context context-type="sourcefile">app/shared/instance/instance-features-table.component.html</context>
486 <context context-type="linenumber">5</context> 820 <context context-type="linenumber">19</context>
487 </context-group> 821 </context-group>
488 <context-group purpose="location"> 822 <context-group purpose="location">
489 <context context-type="sourcefile">app/+admin/users/user-edit/user-edit.component.html</context> 823 <context context-type="sourcefile">app/+admin/users/user-edit/user-edit.component.html</context>
@@ -503,7 +837,7 @@
503 </source> 837 </source>
504 <context-group purpose="location"> 838 <context-group purpose="location">
505 <context context-type="sourcefile">app/shared/instance/instance-features-table.component.html</context> 839 <context context-type="sourcefile">app/shared/instance/instance-features-table.component.html</context>
506 <context context-type="linenumber">14</context> 840 <context context-type="linenumber">28</context>
507 </context-group> 841 </context-group>
508 </trans-unit><trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0" datatype="html"> 842 </trans-unit><trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0" datatype="html">
509 <source>Ban</source> 843 <source>Ban</source>
@@ -511,33 +845,41 @@
511 <context context-type="sourcefile">app/shared/moderation/user-ban-modal.component.html</context> 845 <context context-type="sourcefile">app/shared/moderation/user-ban-modal.component.html</context>
512 <context context-type="linenumber">3</context> 846 <context context-type="linenumber">3</context>
513 </context-group> 847 </context-group>
514 </trans-unit><trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125" datatype="html"> 848 </trans-unit><trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251" datatype="html">
515 <source>Reason...</source> 849 <source>
850 A banned user will no longer be able to login.
851 </source>
516 <context-group purpose="location"> 852 <context-group purpose="location">
517 <context context-type="sourcefile">app/shared/moderation/user-ban-modal.component.html</context> 853 <context context-type="sourcefile">app/shared/moderation/user-ban-modal.component.html</context>
518 <context context-type="linenumber">10</context> 854 <context context-type="linenumber">18</context>
519 </context-group> 855 </context-group>
856 </trans-unit><trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7" datatype="html">
857 <source>Cancel</source>
520 <context-group purpose="location"> 858 <context-group purpose="location">
521 <context context-type="sourcefile">app/videos/+video-watch/modal/video-report.component.html</context> 859 <context context-type="sourcefile">app/shared/moderation/user-ban-modal.component.html</context>
522 <context context-type="linenumber">16</context> 860 <context context-type="linenumber">23</context>
523 </context-group> 861 </context-group>
524 <context-group purpose="location"> 862 <context-group purpose="location">
525 <context context-type="sourcefile">app/videos/+video-watch/modal/video-blacklist.component.html</context> 863 <context context-type="sourcefile">app/shared/confirm/confirm.component.html</context>
526 <context context-type="linenumber">11</context> 864 <context context-type="linenumber">19</context>
527 </context-group> 865 </context-group>
528 </trans-unit><trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251" datatype="html">
529 <source>
530 A banned user will no longer be able to login.
531 </source>
532 <context-group purpose="location"> 866 <context-group purpose="location">
533 <context context-type="sourcefile">app/shared/moderation/user-ban-modal.component.html</context> 867 <context context-type="sourcefile">app/login/login.component.html</context>
534 <context context-type="linenumber">17</context> 868 <context context-type="linenumber">78</context>
869 </context-group>
870 <context-group purpose="location">
871 <context context-type="sourcefile">app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
872 <context context-type="linenumber">23</context>
873 </context-group>
874 <context-group purpose="location">
875 <context context-type="sourcefile">app/videos/+video-watch/modal/video-support.component.html</context>
876 <context context-type="linenumber">10</context>
535 </context-group> 877 </context-group>
536 </trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html"> 878 </trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
537 <source>Ban this user</source> 879 <source>Ban this user</source>
538 <context-group purpose="location"> 880 <context-group purpose="location">
539 <context context-type="sourcefile">app/shared/moderation/user-ban-modal.component.html</context> 881 <context context-type="sourcefile">app/shared/moderation/user-ban-modal.component.html</context>
540 <context context-type="linenumber">25</context> 882 <context context-type="linenumber">26</context>
541 </context-group> 883 </context-group>
542 </trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 884 </trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
543 <source>&lt;x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/&gt;</source> 885 <source>&lt;x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/&gt;</source>
@@ -649,7 +991,7 @@
649 </context-group> 991 </context-group>
650 <context-group purpose="location"> 992 <context-group purpose="location">
651 <context context-type="sourcefile">app/menu/menu.component.html</context> 993 <context context-type="sourcefile">app/menu/menu.component.html</context>
652 <context context-type="linenumber">36</context> 994 <context context-type="linenumber">32</context>
653 </context-group> 995 </context-group>
654 </trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 996 </trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
655 <source>Forgot your password</source> 997 <source>Forgot your password</source>
@@ -663,13 +1005,13 @@
663 </source> 1005 </source>
664 <context-group purpose="location"> 1006 <context-group purpose="location">
665 <context context-type="sourcefile">app/login/login.component.html</context> 1007 <context context-type="sourcefile">app/login/login.component.html</context>
666 <context context-type="linenumber">63</context> 1008 <context context-type="linenumber">64</context>
667 </context-group> 1009 </context-group>
668 </trans-unit><trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html"> 1010 </trans-unit><trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html">
669 <source>Email</source> 1011 <source>Email</source>
670 <context-group purpose="location"> 1012 <context-group purpose="location">
671 <context context-type="sourcefile">app/login/login.component.html</context> 1013 <context context-type="sourcefile">app/login/login.component.html</context>
672 <context context-type="linenumber">68</context> 1014 <context context-type="linenumber">69</context>
673 </context-group> 1015 </context-group>
674 <context-group purpose="location"> 1016 <context-group purpose="location">
675 <context context-type="sourcefile">app/signup/signup.component.html</context> 1017 <context context-type="sourcefile">app/signup/signup.component.html</context>
@@ -703,7 +1045,7 @@
703 <source>Email address</source> 1045 <source>Email address</source>
704 <context-group purpose="location"> 1046 <context-group purpose="location">
705 <context context-type="sourcefile">app/login/login.component.html</context> 1047 <context context-type="sourcefile">app/login/login.component.html</context>
706 <context context-type="linenumber">70</context> 1048 <context context-type="linenumber">71</context>
707 </context-group> 1049 </context-group>
708 <context-group purpose="location"> 1050 <context-group purpose="location">
709 <context context-type="sourcefile">app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context> 1051 <context context-type="sourcefile">app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
@@ -713,7 +1055,7 @@
713 <source>Send me an email to reset my password</source> 1055 <source>Send me an email to reset my password</source>
714 <context-group purpose="location"> 1056 <context-group purpose="location">
715 <context context-type="sourcefile">app/login/login.component.html</context> 1057 <context context-type="sourcefile">app/login/login.component.html</context>
716 <context context-type="linenumber">80</context> 1058 <context context-type="linenumber">81</context>
717 </context-group> 1059 </context-group>
718 </trans-unit><trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html"> 1060 </trans-unit><trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html">
719 <source> 1061 <source>
@@ -782,12 +1124,8 @@
782 <context context-type="linenumber">63</context> 1124 <context context-type="linenumber">63</context>
783 </context-group> 1125 </context-group>
784 <context-group purpose="location"> 1126 <context-group purpose="location">
785 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context>
786 <context context-type="linenumber">26</context>
787 </context-group>
788 <context-group purpose="location">
789 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1127 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
790 <context context-type="linenumber">78</context> 1128 <context context-type="linenumber">88</context>
791 </context-group> 1129 </context-group>
792 </trans-unit><trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1" datatype="html"> 1130 </trans-unit><trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1" datatype="html">
793 <source>Features found on this instance</source> 1131 <source>Features found on this instance</source>
@@ -832,12 +1170,6 @@
832 <context context-type="sourcefile">app/search/search.component.html</context> 1170 <context context-type="sourcefile">app/search/search.component.html</context>
833 <context context-type="linenumber">44</context> 1171 <context context-type="linenumber">44</context>
834 </context-group> 1172 </context-group>
835 </trans-unit><trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883" datatype="html">
836 <source>&lt;x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/&gt; views</source>
837 <context-group purpose="location">
838 <context context-type="sourcefile">app/search/search.component.html</context>
839 <context context-type="linenumber">55</context>
840 </context-group>
841 </trans-unit><trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96" datatype="html"> 1173 </trans-unit><trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96" datatype="html">
842 <source>Change the language</source> 1174 <source>Change the language</source>
843 <context-group purpose="location"> 1175 <context-group purpose="location">
@@ -846,7 +1178,7 @@
846 </context-group> 1178 </context-group>
847 <context-group purpose="location"> 1179 <context-group purpose="location">
848 <context context-type="sourcefile">app/menu/menu.component.html</context> 1180 <context context-type="sourcefile">app/menu/menu.component.html</context>
849 <context context-type="linenumber">86</context> 1181 <context context-type="linenumber">102</context>
850 </context-group> 1182 </context-group>
851 </trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1183 </trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
852 <source> 1184 <source>
@@ -856,40 +1188,32 @@
856 <context context-type="sourcefile">app/menu/language-chooser.component.html</context> 1188 <context context-type="sourcefile">app/menu/language-chooser.component.html</context>
857 <context context-type="linenumber">8</context> 1189 <context context-type="linenumber">8</context>
858 </context-group> 1190 </context-group>
859 </trans-unit><trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6" datatype="html"> 1191 </trans-unit><trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a" datatype="html">
860 <source> 1192 <source>My public profile</source>
861 My public profile
862 </source>
863 <context-group purpose="location"> 1193 <context-group purpose="location">
864 <context context-type="sourcefile">app/menu/menu.component.html</context> 1194 <context context-type="sourcefile">app/menu/menu.component.html</context>
865 <context context-type="linenumber">16</context> 1195 <context context-type="linenumber">17</context>
866 </context-group> 1196 </context-group>
867 </trans-unit><trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb" datatype="html"> 1197 </trans-unit><trans-unit id="e4825b5d86d89ae0f4c797ba256f66fd8abd4ee6" datatype="html">
868 <source> 1198 <source>My account</source>
869 My account
870 </source>
871 <context-group purpose="location"> 1199 <context-group purpose="location">
872 <context context-type="sourcefile">app/menu/menu.component.html</context> 1200 <context context-type="sourcefile">app/menu/menu.component.html</context>
873 <context context-type="linenumber">20</context> 1201 <context context-type="linenumber">21</context>
874 </context-group> 1202 </context-group>
875 </trans-unit><trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10" datatype="html"> 1203 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
876 <source> 1204 <source>Log out</source>
877 My videos
878 </source>
879 <context-group purpose="location"> 1205 <context-group purpose="location">
880 <context context-type="sourcefile">app/menu/menu.component.html</context> 1206 <context context-type="sourcefile">app/menu/menu.component.html</context>
881 <context context-type="linenumber">24</context> 1207 <context context-type="linenumber">25</context>
882 </context-group> 1208 </context-group>
883 </trans-unit><trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1" datatype="html"> 1209 </trans-unit><trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html">
884 <source> 1210 <source>Create an account</source>
885 Log out
886 </source>
887 <context-group purpose="location"> 1211 <context-group purpose="location">
888 <context context-type="sourcefile">app/menu/menu.component.html</context> 1212 <context context-type="sourcefile">app/menu/menu.component.html</context>
889 <context context-type="linenumber">28</context> 1213 <context context-type="linenumber">33</context>
890 </context-group> 1214 </context-group>
891 </trans-unit><trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html"> 1215 </trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
892 <source>Create an account</source> 1216 <source>My library</source>
893 <context-group purpose="location"> 1217 <context-group purpose="location">
894 <context context-type="sourcefile">app/menu/menu.component.html</context> 1218 <context context-type="sourcefile">app/menu/menu.component.html</context>
895 <context context-type="linenumber">37</context> 1219 <context context-type="linenumber">37</context>
@@ -901,6 +1225,10 @@
901 <context context-type="linenumber">41</context> 1225 <context context-type="linenumber">41</context>
902 </context-group> 1226 </context-group>
903 <context-group purpose="location"> 1227 <context-group purpose="location">
1228 <context context-type="sourcefile">app/menu/menu.component.html</context>
1229 <context context-type="linenumber">62</context>
1230 </context-group>
1231 <context-group purpose="location">
904 <context context-type="sourcefile">app/+accounts/accounts.component.html</context> 1232 <context context-type="sourcefile">app/+accounts/accounts.component.html</context>
905 <context context-type="linenumber">29</context> 1233 <context context-type="linenumber">29</context>
906 </context-group> 1234 </context-group>
@@ -908,53 +1236,65 @@
908 <context context-type="sourcefile">app/+video-channels/video-channels.component.html</context> 1236 <context context-type="sourcefile">app/+video-channels/video-channels.component.html</context>
909 <context context-type="linenumber">24</context> 1237 <context context-type="linenumber">24</context>
910 </context-group> 1238 </context-group>
1239 </trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1240 <source>Playlists</source>
1241 <context-group purpose="location">
1242 <context context-type="sourcefile">app/menu/menu.component.html</context>
1243 <context context-type="linenumber">46</context>
1244 </context-group>
911 </trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html"> 1245 </trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html">
912 <source>Subscriptions</source> 1246 <source>Subscriptions</source>
913 <context-group purpose="location"> 1247 <context-group purpose="location">
914 <context context-type="sourcefile">app/menu/menu.component.html</context> 1248 <context context-type="sourcefile">app/menu/menu.component.html</context>
915 <context context-type="linenumber">45</context> 1249 <context context-type="linenumber">51</context>
1250 </context-group>
1251 </trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1252 <source>History</source>
1253 <context-group purpose="location">
1254 <context context-type="sourcefile">app/menu/menu.component.html</context>
1255 <context context-type="linenumber">56</context>
916 </context-group> 1256 </context-group>
917 </trans-unit><trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5" datatype="html"> 1257 </trans-unit><trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5" datatype="html">
918 <source>Overview</source> 1258 <source>Overview</source>
919 <context-group purpose="location"> 1259 <context-group purpose="location">
920 <context context-type="sourcefile">app/menu/menu.component.html</context> 1260 <context context-type="sourcefile">app/menu/menu.component.html</context>
921 <context context-type="linenumber">50</context> 1261 <context context-type="linenumber">66</context>
922 </context-group> 1262 </context-group>
923 </trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html"> 1263 </trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
924 <source>Trending</source> 1264 <source>Trending</source>
925 <context-group purpose="location"> 1265 <context-group purpose="location">
926 <context context-type="sourcefile">app/menu/menu.component.html</context> 1266 <context context-type="sourcefile">app/menu/menu.component.html</context>
927 <context context-type="linenumber">55</context> 1267 <context context-type="linenumber">71</context>
928 </context-group> 1268 </context-group>
929 </trans-unit><trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html"> 1269 </trans-unit><trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
930 <source>Recently added</source> 1270 <source>Recently added</source>
931 <context-group purpose="location"> 1271 <context-group purpose="location">
932 <context context-type="sourcefile">app/menu/menu.component.html</context> 1272 <context context-type="sourcefile">app/menu/menu.component.html</context>
933 <context context-type="linenumber">60</context> 1273 <context context-type="linenumber">76</context>
934 </context-group> 1274 </context-group>
935 </trans-unit><trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d" datatype="html"> 1275 </trans-unit><trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d" datatype="html">
936 <source>Local</source> 1276 <source>Local</source>
937 <context-group purpose="location"> 1277 <context-group purpose="location">
938 <context context-type="sourcefile">app/menu/menu.component.html</context> 1278 <context context-type="sourcefile">app/menu/menu.component.html</context>
939 <context context-type="linenumber">65</context> 1279 <context context-type="linenumber">81</context>
940 </context-group> 1280 </context-group>
941 </trans-unit><trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html"> 1281 </trans-unit><trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html">
942 <source>More</source> 1282 <source>More</source>
943 <context-group purpose="location"> 1283 <context-group purpose="location">
944 <context context-type="sourcefile">app/menu/menu.component.html</context> 1284 <context context-type="sourcefile">app/menu/menu.component.html</context>
945 <context context-type="linenumber">70</context> 1285 <context context-type="linenumber">86</context>
946 </context-group> 1286 </context-group>
947 </trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html"> 1287 </trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html">
948 <source>Administration</source> 1288 <source>Administration</source>
949 <context-group purpose="location"> 1289 <context-group purpose="location">
950 <context context-type="sourcefile">app/menu/menu.component.html</context> 1290 <context context-type="sourcefile">app/menu/menu.component.html</context>
951 <context context-type="linenumber">74</context> 1291 <context context-type="linenumber">90</context>
952 </context-group> 1292 </context-group>
953 </trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html"> 1293 </trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html">
954 <source>About</source> 1294 <source>About</source>
955 <context-group purpose="location"> 1295 <context-group purpose="location">
956 <context context-type="sourcefile">app/menu/menu.component.html</context> 1296 <context context-type="sourcefile">app/menu/menu.component.html</context>
957 <context context-type="linenumber">79</context> 1297 <context context-type="linenumber">95</context>
958 </context-group> 1298 </context-group>
959 <context-group purpose="location"> 1299 <context-group purpose="location">
960 <context context-type="sourcefile">app/+accounts/accounts.component.html</context> 1300 <context context-type="sourcefile">app/+accounts/accounts.component.html</context>
@@ -962,19 +1302,19 @@
962 </context-group> 1302 </context-group>
963 <context-group purpose="location"> 1303 <context-group purpose="location">
964 <context context-type="sourcefile">app/+video-channels/video-channels.component.html</context> 1304 <context context-type="sourcefile">app/+video-channels/video-channels.component.html</context>
965 <context context-type="linenumber">25</context> 1305 <context context-type="linenumber">26</context>
966 </context-group> 1306 </context-group>
967 </trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html"> 1307 </trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html">
968 <source>Show keyboard shortcuts</source> 1308 <source>Show keyboard shortcuts</source>
969 <context-group purpose="location"> 1309 <context-group purpose="location">
970 <context context-type="sourcefile">app/menu/menu.component.html</context> 1310 <context context-type="sourcefile">app/menu/menu.component.html</context>
971 <context context-type="linenumber">89</context> 1311 <context context-type="linenumber">105</context>
972 </context-group> 1312 </context-group>
973 </trans-unit><trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768" datatype="html"> 1313 </trans-unit><trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768" datatype="html">
974 <source>Toggle dark interface</source> 1314 <source>Toggle dark interface</source>
975 <context-group purpose="location"> 1315 <context-group purpose="location">
976 <context context-type="sourcefile">app/menu/menu.component.html</context> 1316 <context context-type="sourcefile">app/menu/menu.component.html</context>
977 <context context-type="linenumber">92</context> 1317 <context context-type="linenumber">108</context>
978 </context-group> 1318 </context-group>
979 </trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1319 </trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
980 <source>View your notifications</source> 1320 <source>View your notifications</source>
@@ -986,7 +1326,7 @@
986 <source>Notifications</source> 1326 <source>Notifications</source>
987 <context-group purpose="location"> 1327 <context-group purpose="location">
988 <context context-type="sourcefile">app/menu/avatar-notification.component.html</context> 1328 <context context-type="sourcefile">app/menu/avatar-notification.component.html</context>
989 <context context-type="linenumber">12</context> 1329 <context context-type="linenumber">13</context>
990 </context-group> 1330 </context-group>
991 <context-group purpose="location"> 1331 <context-group purpose="location">
992 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-settings.component.html</context> 1332 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -996,13 +1336,13 @@
996 <source>Update your notification preferences</source> 1336 <source>Update your notification preferences</source>
997 <context-group purpose="location"> 1337 <context-group purpose="location">
998 <context context-type="sourcefile">app/menu/avatar-notification.component.html</context> 1338 <context context-type="sourcefile">app/menu/avatar-notification.component.html</context>
999 <context context-type="linenumber">15</context> 1339 <context context-type="linenumber">16</context>
1000 </context-group> 1340 </context-group>
1001 </trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html"> 1341 </trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html">
1002 <source>See all your notifications</source> 1342 <source>See all your notifications</source>
1003 <context-group purpose="location"> 1343 <context-group purpose="location">
1004 <context context-type="sourcefile">app/menu/avatar-notification.component.html</context> 1344 <context context-type="sourcefile">app/menu/avatar-notification.component.html</context>
1005 <context context-type="linenumber">22</context> 1345 <context context-type="linenumber">30</context>
1006 </context-group> 1346 </context-group>
1007 </trans-unit><trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html"> 1347 </trans-unit><trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html">
1008 <source>Search...</source> 1348 <source>Search...</source>
@@ -1028,35 +1368,53 @@
1028 <context context-type="sourcefile">app/search/search-filters.component.html</context> 1368 <context context-type="sourcefile">app/search/search-filters.component.html</context>
1029 <context context-type="linenumber">15</context> 1369 <context context-type="linenumber">15</context>
1030 </context-group> 1370 </context-group>
1371 </trans-unit><trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d" datatype="html">
1372 <source>Original publication year</source>
1373 <context-group purpose="location">
1374 <context context-type="sourcefile">app/search/search-filters.component.html</context>
1375 <context context-type="linenumber">24</context>
1376 </context-group>
1377 </trans-unit><trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91" datatype="html">
1378 <source>After...</source>
1379 <context-group purpose="location">
1380 <context context-type="sourcefile">app/search/search-filters.component.html</context>
1381 <context context-type="linenumber">30</context>
1382 </context-group>
1383 </trans-unit><trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565" datatype="html">
1384 <source>Before...</source>
1385 <context-group purpose="location">
1386 <context context-type="sourcefile">app/search/search-filters.component.html</context>
1387 <context context-type="linenumber">37</context>
1388 </context-group>
1031 </trans-unit><trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html"> 1389 </trans-unit><trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html">
1032 <source>Duration</source> 1390 <source>Duration</source>
1033 <context-group purpose="location"> 1391 <context-group purpose="location">
1034 <context context-type="sourcefile">app/search/search-filters.component.html</context> 1392 <context context-type="sourcefile">app/search/search-filters.component.html</context>
1035 <context context-type="linenumber">24</context> 1393 <context context-type="linenumber">45</context>
1036 </context-group> 1394 </context-group>
1037 </trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html"> 1395 </trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html">
1038 <source>Display sensitive content</source> 1396 <source>Display sensitive content</source>
1039 <context-group purpose="location"> 1397 <context-group purpose="location">
1040 <context context-type="sourcefile">app/search/search-filters.component.html</context> 1398 <context context-type="sourcefile">app/search/search-filters.component.html</context>
1041 <context context-type="linenumber">33</context> 1399 <context context-type="linenumber">54</context>
1042 </context-group> 1400 </context-group>
1043 </trans-unit><trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952" datatype="html"> 1401 </trans-unit><trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952" datatype="html">
1044 <source>Yes</source> 1402 <source>Yes</source>
1045 <context-group purpose="location"> 1403 <context-group purpose="location">
1046 <context context-type="sourcefile">app/search/search-filters.component.html</context> 1404 <context context-type="sourcefile">app/search/search-filters.component.html</context>
1047 <context context-type="linenumber">37</context> 1405 <context context-type="linenumber">58</context>
1048 </context-group> 1406 </context-group>
1049 </trans-unit><trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd" datatype="html"> 1407 </trans-unit><trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd" datatype="html">
1050 <source>No</source> 1408 <source>No</source>
1051 <context-group purpose="location"> 1409 <context-group purpose="location">
1052 <context context-type="sourcefile">app/search/search-filters.component.html</context> 1410 <context context-type="sourcefile">app/search/search-filters.component.html</context>
1053 <context context-type="linenumber">42</context> 1411 <context context-type="linenumber">63</context>
1054 </context-group> 1412 </context-group>
1055 </trans-unit><trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94" datatype="html"> 1413 </trans-unit><trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94" datatype="html">
1056 <source>Category</source> 1414 <source>Category</source>
1057 <context-group purpose="location"> 1415 <context-group purpose="location">
1058 <context context-type="sourcefile">app/search/search-filters.component.html</context> 1416 <context context-type="sourcefile">app/search/search-filters.component.html</context>
1059 <context context-type="linenumber">50</context> 1417 <context context-type="linenumber">71</context>
1060 </context-group> 1418 </context-group>
1061 <context-group purpose="location"> 1419 <context-group purpose="location">
1062 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 1420 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
@@ -1070,7 +1428,7 @@
1070 <source>Licence</source> 1428 <source>Licence</source>
1071 <context-group purpose="location"> 1429 <context-group purpose="location">
1072 <context context-type="sourcefile">app/search/search-filters.component.html</context> 1430 <context context-type="sourcefile">app/search/search-filters.component.html</context>
1073 <context context-type="linenumber">60</context> 1431 <context context-type="linenumber">81</context>
1074 </context-group> 1432 </context-group>
1075 <context-group purpose="location"> 1433 <context-group purpose="location">
1076 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 1434 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
@@ -1084,7 +1442,7 @@
1084 <source>Language</source> 1442 <source>Language</source>
1085 <context-group purpose="location"> 1443 <context-group purpose="location">
1086 <context context-type="sourcefile">app/search/search-filters.component.html</context> 1444 <context context-type="sourcefile">app/search/search-filters.component.html</context>
1087 <context context-type="linenumber">70</context> 1445 <context context-type="linenumber">91</context>
1088 </context-group> 1446 </context-group>
1089 <context-group purpose="location"> 1447 <context-group purpose="location">
1090 <context context-type="sourcefile">app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1448 <context context-type="sourcefile">app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
@@ -1102,19 +1460,19 @@
1102 <source>All of these tags</source> 1460 <source>All of these tags</source>
1103 <context-group purpose="location"> 1461 <context-group purpose="location">
1104 <context context-type="sourcefile">app/search/search-filters.component.html</context> 1462 <context context-type="sourcefile">app/search/search-filters.component.html</context>
1105 <context context-type="linenumber">82</context> 1463 <context context-type="linenumber">103</context>
1106 </context-group> 1464 </context-group>
1107 </trans-unit><trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab" datatype="html"> 1465 </trans-unit><trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab" datatype="html">
1108 <source>One of these tags</source> 1466 <source>One of these tags</source>
1109 <context-group purpose="location"> 1467 <context-group purpose="location">
1110 <context context-type="sourcefile">app/search/search-filters.component.html</context> 1468 <context context-type="sourcefile">app/search/search-filters.component.html</context>
1111 <context context-type="linenumber">87</context> 1469 <context context-type="linenumber">108</context>
1112 </context-group> 1470 </context-group>
1113 </trans-unit><trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html"> 1471 </trans-unit><trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html">
1114 <source>Filter</source> 1472 <source>Filter</source>
1115 <context-group purpose="location"> 1473 <context-group purpose="location">
1116 <context context-type="sourcefile">app/search/search-filters.component.html</context> 1474 <context context-type="sourcefile">app/search/search-filters.component.html</context>
1117 <context context-type="linenumber">94</context> 1475 <context context-type="linenumber">115</context>
1118 </context-group> 1476 </context-group>
1119 </trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1477 </trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
1120 <source>Display unlisted and private videos</source> 1478 <source>Display unlisted and private videos</source>
@@ -1142,40 +1500,6 @@
1142 <context context-type="sourcefile">app/shared/video/abstract-video-list.html</context> 1500 <context context-type="sourcefile">app/shared/video/abstract-video-list.html</context>
1143 <context context-type="linenumber">14</context> 1501 <context context-type="linenumber">14</context>
1144 </context-group> 1502 </context-group>
1145 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
1146 <source>No results.</source>
1147 <context-group purpose="location">
1148 <context context-type="sourcefile">app/shared/video/abstract-video-list.html</context>
1149 <context context-type="linenumber">20</context>
1150 </context-group>
1151 <context-group purpose="location">
1152 <context context-type="sourcefile">app/shared/video/abstract-video-list.html</context>
1153 <context context-type="linenumber">20</context>
1154 </context-group>
1155 <context-group purpose="location">
1156 <context context-type="sourcefile">app/shared/video/abstract-video-list.html</context>
1157 <context context-type="linenumber">20</context>
1158 </context-group>
1159 <context-group purpose="location">
1160 <context context-type="sourcefile">app/shared/video/abstract-video-list.html</context>
1161 <context context-type="linenumber">20</context>
1162 </context-group>
1163 <context-group purpose="location">
1164 <context context-type="sourcefile">app/videos/video-list/video-overview.component.html</context>
1165 <context context-type="linenumber">3</context>
1166 </context-group>
1167 <context-group purpose="location">
1168 <context context-type="sourcefile">app/shared/video/abstract-video-list.html</context>
1169 <context context-type="linenumber">20</context>
1170 </context-group>
1171 <context-group purpose="location">
1172 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context>
1173 <context context-type="linenumber">1</context>
1174 </context-group>
1175 <context-group purpose="location">
1176 <context context-type="sourcefile">app/shared/video/abstract-video-list.html</context>
1177 <context context-type="linenumber">20</context>
1178 </context-group>
1179 </trans-unit><trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6" datatype="html"> 1503 </trans-unit><trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6" datatype="html">
1180 <source> 1504 <source>
1181 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; 1505 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt;
@@ -1252,44 +1576,6 @@
1252 <context context-type="sourcefile">app/+about/about-instance/contact-admin-modal.component.html</context> 1576 <context context-type="sourcefile">app/+about/about-instance/contact-admin-modal.component.html</context>
1253 <context context-type="linenumber">29</context> 1577 <context context-type="linenumber">29</context>
1254 </context-group> 1578 </context-group>
1255 </trans-unit><trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb" datatype="html">
1256 <source>
1257 Cancel
1258 </source>
1259 <context-group purpose="location">
1260 <context context-type="sourcefile">app/+about/about-instance/contact-admin-modal.component.html</context>
1261 <context context-type="linenumber">38</context>
1262 </context-group>
1263 <context-group purpose="location">
1264 <context context-type="sourcefile">app/videos/+video-watch/modal/video-report.component.html</context>
1265 <context context-type="linenumber">24</context>
1266 </context-group>
1267 <context-group purpose="location">
1268 <context context-type="sourcefile">app/videos/+video-watch/modal/video-blacklist.component.html</context>
1269 <context context-type="linenumber">26</context>
1270 </context-group>
1271 </trans-unit><trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd" datatype="html">
1272 <source>Submit</source>
1273 <context-group purpose="location">
1274 <context context-type="sourcefile">app/+about/about-instance/contact-admin-modal.component.html</context>
1275 <context context-type="linenumber">43</context>
1276 </context-group>
1277 <context-group purpose="location">
1278 <context context-type="sourcefile">app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
1279 <context context-type="linenumber">25</context>
1280 </context-group>
1281 <context-group purpose="location">
1282 <context context-type="sourcefile">app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
1283 <context context-type="linenumber">28</context>
1284 </context-group>
1285 <context-group purpose="location">
1286 <context context-type="sourcefile">app/videos/+video-watch/modal/video-report.component.html</context>
1287 <context context-type="linenumber">29</context>
1288 </context-group>
1289 <context-group purpose="location">
1290 <context context-type="sourcefile">app/videos/+video-watch/modal/video-blacklist.component.html</context>
1291 <context context-type="linenumber">31</context>
1292 </context-group>
1293 </trans-unit><trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07" datatype="html"> 1579 </trans-unit><trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07" datatype="html">
1294 <source>About &lt;x id="INTERPOLATION" equiv-text="{{ instanceName }}"/&gt; instance</source> 1580 <source>About &lt;x id="INTERPOLATION" equiv-text="{{ instanceName }}"/&gt; instance</source>
1295 <context-group purpose="location"> 1581 <context-group purpose="location">
@@ -1306,7 +1592,7 @@
1306 <source>Description</source> 1592 <source>Description</source>
1307 <context-group purpose="location"> 1593 <context-group purpose="location">
1308 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context> 1594 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context>
1309 <context context-type="linenumber">14</context> 1595 <context context-type="linenumber">16</context>
1310 </context-group> 1596 </context-group>
1311 <context-group purpose="location"> 1597 <context-group purpose="location">
1312 <context context-type="sourcefile">app/+accounts/account-about/account-about.component.html</context> 1598 <context context-type="sourcefile">app/+accounts/account-about/account-about.component.html</context>
@@ -1325,6 +1611,14 @@
1325 <context context-type="linenumber">39</context> 1611 <context context-type="linenumber">39</context>
1326 </context-group> 1612 </context-group>
1327 <context-group purpose="location"> 1613 <context-group purpose="location">
1614 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
1615 <context context-type="linenumber">20</context>
1616 </context-group>
1617 <context-group purpose="location">
1618 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
1619 <context context-type="linenumber">20</context>
1620 </context-group>
1621 <context-group purpose="location">
1328 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context> 1622 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
1329 <context context-type="linenumber">17</context> 1623 <context context-type="linenumber">17</context>
1330 </context-group> 1624 </context-group>
@@ -1340,42 +1634,12 @@
1340 <source>Terms</source> 1634 <source>Terms</source>
1341 <context-group purpose="location"> 1635 <context-group purpose="location">
1342 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context> 1636 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context>
1343 <context context-type="linenumber">20</context> 1637 <context context-type="linenumber">22</context>
1344 </context-group> 1638 </context-group>
1345 <context-group purpose="location"> 1639 <context-group purpose="location">
1346 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1640 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1347 <context context-type="linenumber">39</context> 1641 <context context-type="linenumber">39</context>
1348 </context-group> 1642 </context-group>
1349 </trans-unit><trans-unit id="9c6e6db693ab265457c6578df179c65694141d27" datatype="html">
1350 <source>User registration is allowed and</source>
1351 <context-group purpose="location">
1352 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context>
1353 <context context-type="linenumber">29</context>
1354 </context-group>
1355 </trans-unit><trans-unit id="7a0a7b5a5bc9ee7b7e415f87ecc404145fb51dff" datatype="html">
1356 <source>
1357 this instance provides a baseline quota of &lt;x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/&gt; space for the videos of its users.
1358 </source>
1359 <context-group purpose="location">
1360 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context>
1361 <context context-type="linenumber">31</context>
1362 </context-group>
1363 </trans-unit><trans-unit id="7bee5dd41c0007820f150ee33b8257dc1aac281b" datatype="html">
1364 <source>
1365 this instance provides unlimited space for the videos of its users.
1366 </source>
1367 <context-group purpose="location">
1368 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context>
1369 <context context-type="linenumber">35</context>
1370 </context-group>
1371 </trans-unit><trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574" datatype="html">
1372 <source>
1373 User registration is currently not allowed.
1374 </source>
1375 <context-group purpose="location">
1376 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context>
1377 <context context-type="linenumber">40</context>
1378 </context-group>
1379 </trans-unit><trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc" datatype="html"> 1643 </trans-unit><trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc" datatype="html">
1380 <source> 1644 <source>
1381 About PeerTube 1645 About PeerTube
@@ -1663,10 +1927,6 @@
1663 <context context-type="linenumber">12</context> 1927 <context context-type="linenumber">12</context>
1664 </context-group> 1928 </context-group>
1665 <context-group purpose="location"> 1929 <context-group purpose="location">
1666 <context context-type="sourcefile">app/+admin/follows/followers-list/followers-list.component.html</context>
1667 <context context-type="linenumber">18</context>
1668 </context-group>
1669 <context-group purpose="location">
1670 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context> 1930 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
1671 <context context-type="linenumber">12</context> 1931 <context context-type="linenumber">12</context>
1672 </context-group> 1932 </context-group>
@@ -1680,47 +1940,60 @@
1680 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1940 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1681 <context context-type="linenumber">21</context> 1941 <context context-type="linenumber">21</context>
1682 </context-group> 1942 </context-group>
1943 </trans-unit><trans-unit id="8ae5153c547e445a293ee6ef9adfbf4107aa0772" datatype="html">
1944 <source>Dedicated to sensitive or NSFW content</source>
1945 <context-group purpose="location">
1946 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1947 <context context-type="linenumber">50</context>
1948 </context-group>
1949 </trans-unit><trans-unit id="c9a1f510f6a1365c5bc5615661f8505792889347" datatype="html">
1950 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.&lt;br /&gt;&lt;br /&gt;
1951 Moreover, the NSFW checkbox on video upload will be automatically checked by default.</source>
1952 <context-group purpose="location">
1953 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1954 <context context-type="linenumber">51</context>
1955 </context-group>
1683 </trans-unit><trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003" datatype="html"> 1956 </trans-unit><trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003" datatype="html">
1684 <source>Default client route</source> 1957 <source>Default client route</source>
1685 <context-group purpose="location"> 1958 <context-group purpose="location">
1686 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1959 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1687 <context context-type="linenumber">48</context> 1960 <context context-type="linenumber">57</context>
1688 </context-group> 1961 </context-group>
1689 </trans-unit><trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d" datatype="html"> 1962 </trans-unit><trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d" datatype="html">
1690 <source>Videos Overview</source> 1963 <source>Videos Overview</source>
1691 <context-group purpose="location"> 1964 <context-group purpose="location">
1692 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1965 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1693 <context context-type="linenumber">51</context> 1966 <context context-type="linenumber">60</context>
1694 </context-group> 1967 </context-group>
1695 </trans-unit><trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948" datatype="html"> 1968 </trans-unit><trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948" datatype="html">
1696 <source>Videos Trending</source> 1969 <source>Videos Trending</source>
1697 <context-group purpose="location"> 1970 <context-group purpose="location">
1698 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1971 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1699 <context context-type="linenumber">52</context> 1972 <context context-type="linenumber">61</context>
1700 </context-group> 1973 </context-group>
1701 </trans-unit><trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883" datatype="html"> 1974 </trans-unit><trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883" datatype="html">
1702 <source>Videos Recently Added</source> 1975 <source>Videos Recently Added</source>
1703 <context-group purpose="location"> 1976 <context-group purpose="location">
1704 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1977 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1705 <context context-type="linenumber">53</context> 1978 <context context-type="linenumber">62</context>
1706 </context-group> 1979 </context-group>
1707 </trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html"> 1980 </trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
1708 <source>Local videos</source> 1981 <source>Local videos</source>
1709 <context-group purpose="location"> 1982 <context-group purpose="location">
1710 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1983 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1711 <context context-type="linenumber">54</context> 1984 <context context-type="linenumber">63</context>
1712 </context-group> 1985 </context-group>
1713 </trans-unit><trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9" datatype="html"> 1986 </trans-unit><trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9" datatype="html">
1714 <source>Policy on videos containing sensitive content</source> 1987 <source>Policy on videos containing sensitive content</source>
1715 <context-group purpose="location"> 1988 <context-group purpose="location">
1716 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1989 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1717 <context context-type="linenumber">61</context> 1990 <context context-type="linenumber">70</context>
1718 </context-group> 1991 </context-group>
1719 </trans-unit><trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df" datatype="html"> 1992 </trans-unit><trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df" datatype="html">
1720 <source>With &lt;strong&gt;Do not list&lt;/strong&gt; or &lt;strong&gt;Blur thumbnails&lt;/strong&gt;, a confirmation will be requested to watch the video.</source> 1993 <source>With &lt;strong&gt;Do not list&lt;/strong&gt; or &lt;strong&gt;Blur thumbnails&lt;/strong&gt;, a confirmation will be requested to watch the video.</source>
1721 <context-group purpose="location"> 1994 <context-group purpose="location">
1722 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1995 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1723 <context context-type="linenumber">64</context> 1996 <context context-type="linenumber">73</context>
1724 </context-group> 1997 </context-group>
1725 <context-group purpose="location"> 1998 <context-group purpose="location">
1726 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1999 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -1730,7 +2003,7 @@
1730 <source>Do not list</source> 2003 <source>Do not list</source>
1731 <context-group purpose="location"> 2004 <context-group purpose="location">
1732 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2005 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1733 <context context-type="linenumber">69</context> 2006 <context context-type="linenumber">78</context>
1734 </context-group> 2007 </context-group>
1735 <context-group purpose="location"> 2008 <context-group purpose="location">
1736 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2009 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -1740,7 +2013,7 @@
1740 <source>Blur thumbnails</source> 2013 <source>Blur thumbnails</source>
1741 <context-group purpose="location"> 2014 <context-group purpose="location">
1742 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2015 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1743 <context context-type="linenumber">70</context> 2016 <context context-type="linenumber">79</context>
1744 </context-group> 2017 </context-group>
1745 <context-group purpose="location"> 2018 <context-group purpose="location">
1746 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2019 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -1750,7 +2023,7 @@
1750 <source>Display</source> 2023 <source>Display</source>
1751 <context-group purpose="location"> 2024 <context-group purpose="location">
1752 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2025 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1753 <context context-type="linenumber">71</context> 2026 <context context-type="linenumber">80</context>
1754 </context-group> 2027 </context-group>
1755 <context-group purpose="location"> 2028 <context-group purpose="location">
1756 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 2029 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -1760,43 +2033,43 @@
1760 <source>Signup enabled</source> 2033 <source>Signup enabled</source>
1761 <context-group purpose="location"> 2034 <context-group purpose="location">
1762 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2035 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1763 <context context-type="linenumber">84</context> 2036 <context context-type="linenumber">94</context>
1764 </context-group> 2037 </context-group>
1765 </trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 2038 </trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
1766 <source>Signup requires email verification</source> 2039 <source>Signup requires email verification</source>
1767 <context-group purpose="location"> 2040 <context-group purpose="location">
1768 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2041 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1769 <context context-type="linenumber">91</context> 2042 <context context-type="linenumber">101</context>
1770 </context-group> 2043 </context-group>
1771 </trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 2044 </trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
1772 <source>Signup limit</source> 2045 <source>Signup limit</source>
1773 <context-group purpose="location"> 2046 <context-group purpose="location">
1774 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2047 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1775 <context context-type="linenumber">96</context> 2048 <context context-type="linenumber">106</context>
1776 </context-group> 2049 </context-group>
1777 </trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 2050 </trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
1778 <source>Users</source> 2051 <source>Users</source>
1779 <context-group purpose="location"> 2052 <context-group purpose="location">
1780 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2053 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1781 <context context-type="linenumber">105</context> 2054 <context context-type="linenumber">116</context>
1782 </context-group> 2055 </context-group>
1783 </trans-unit><trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09" datatype="html"> 2056 </trans-unit><trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09" datatype="html">
1784 <source>User default video quota</source> 2057 <source>User default video quota</source>
1785 <context-group purpose="location"> 2058 <context-group purpose="location">
1786 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2059 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1787 <context context-type="linenumber">109</context> 2060 <context context-type="linenumber">120</context>
1788 </context-group> 2061 </context-group>
1789 </trans-unit><trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe" datatype="html"> 2062 </trans-unit><trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe" datatype="html">
1790 <source>User default daily upload limit</source> 2063 <source>User default daily upload limit</source>
1791 <context-group purpose="location"> 2064 <context-group purpose="location">
1792 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2065 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1793 <context context-type="linenumber">121</context> 2066 <context context-type="linenumber">132</context>
1794 </context-group> 2067 </context-group>
1795 </trans-unit><trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html"> 2068 </trans-unit><trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html">
1796 <source>Import</source> 2069 <source>Import</source>
1797 <context-group purpose="location"> 2070 <context-group purpose="location">
1798 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2071 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1799 <context context-type="linenumber">133</context> 2072 <context context-type="linenumber">145</context>
1800 </context-group> 2073 </context-group>
1801 <context-group purpose="location"> 2074 <context-group purpose="location">
1802 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2075 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
@@ -1810,31 +2083,61 @@
1810 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 2083 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1811 <context-group purpose="location"> 2084 <context-group purpose="location">
1812 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2085 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1813 <context context-type="linenumber">141</context> 2086 <context context-type="linenumber">153</context>
1814 </context-group> 2087 </context-group>
1815 </trans-unit><trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e" datatype="html"> 2088 </trans-unit><trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e" datatype="html">
1816 <source>Video import with a torrent file or a magnet URI enabled</source> 2089 <source>Video import with a torrent file or a magnet URI enabled</source>
1817 <context-group purpose="location"> 2090 <context-group purpose="location">
1818 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2091 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1819 <context context-type="linenumber">148</context> 2092 <context context-type="linenumber">160</context>
2093 </context-group>
2094 </trans-unit><trans-unit id="51ee3dafebdb4c05d300b18bb4a997c10b1d7891" datatype="html">
2095 <source>Auto-blacklist</source>
2096 <context-group purpose="location">
2097 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2098 <context context-type="linenumber">168</context>
2099 </context-group>
2100 </trans-unit><trans-unit id="b78d9ff04931504a241a6c6fc394d677c7a0946c" datatype="html">
2101 <source>New videos of users automatically blacklisted enabled</source>
2102 <context-group purpose="location">
2103 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2104 <context context-type="linenumber">177</context>
2105 </context-group>
2106 </trans-unit><trans-unit id="2c2af9710d6f6c3ab117c3a74f5aa9d40710f5b9" datatype="html">
2107 <source>Instance followers</source>
2108 <context-group purpose="location">
2109 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2110 <context context-type="linenumber">186</context>
2111 </context-group>
2112 </trans-unit><trans-unit id="fda0a09374e5d89c25522b7c49cf8f440cfb9db8" datatype="html">
2113 <source>Other instances can follow your instance</source>
2114 <context-group purpose="location">
2115 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2116 <context context-type="linenumber">194</context>
2117 </context-group>
2118 </trans-unit><trans-unit id="1df9e784f36295ebd75a87980873e5bce62e8cd9" datatype="html">
2119 <source>Manually approve new instance follower</source>
2120 <context-group purpose="location">
2121 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2122 <context context-type="linenumber">201</context>
1820 </context-group> 2123 </context-group>
1821 </trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 2124 </trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
1822 <source>Administrator</source> 2125 <source>Administrator</source>
1823 <context-group purpose="location"> 2126 <context-group purpose="location">
1824 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2127 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1825 <context context-type="linenumber">155</context> 2128 <context context-type="linenumber">208</context>
1826 </context-group> 2129 </context-group>
1827 </trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html"> 2130 </trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
1828 <source>Admin email</source> 2131 <source>Admin email</source>
1829 <context-group purpose="location"> 2132 <context-group purpose="location">
1830 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2133 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1831 <context context-type="linenumber">158</context> 2134 <context context-type="linenumber">211</context>
1832 </context-group> 2135 </context-group>
1833 </trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 2136 </trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
1834 <source>Enable contact form</source> 2137 <source>Enable contact form</source>
1835 <context-group purpose="location"> 2138 <context-group purpose="location">
1836 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2139 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1837 <context context-type="linenumber">169</context> 2140 <context context-type="linenumber">222</context>
1838 </context-group> 2141 </context-group>
1839 </trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 2142 </trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
1840 <source>Basic configuration</source> 2143 <source>Basic configuration</source>
@@ -1846,25 +2149,25 @@
1846 <source>Twitter</source> 2149 <source>Twitter</source>
1847 <context-group purpose="location"> 2150 <context-group purpose="location">
1848 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2151 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1849 <context context-type="linenumber">178</context> 2152 <context context-type="linenumber">231</context>
1850 </context-group> 2153 </context-group>
1851 </trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 2154 </trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
1852 <source>Your Twitter username</source> 2155 <source>Your Twitter username</source>
1853 <context-group purpose="location"> 2156 <context-group purpose="location">
1854 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2157 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1855 <context context-type="linenumber">184</context> 2158 <context context-type="linenumber">237</context>
1856 </context-group> 2159 </context-group>
1857 </trans-unit><trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c" datatype="html"> 2160 </trans-unit><trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c" datatype="html">
1858 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 2161 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1859 <context-group purpose="location"> 2162 <context-group purpose="location">
1860 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2163 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1861 <context context-type="linenumber">187</context> 2164 <context context-type="linenumber">240</context>
1862 </context-group> 2165 </context-group>
1863 </trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 2166 </trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
1864 <source>Instance whitelisted by Twitter</source> 2167 <source>Instance whitelisted by Twitter</source>
1865 <context-group purpose="location"> 2168 <context-group purpose="location">
1866 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2169 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1867 <context context-type="linenumber">199</context> 2170 <context context-type="linenumber">252</context>
1868 </context-group> 2171 </context-group>
1869 </trans-unit><trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b" datatype="html"> 2172 </trans-unit><trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b" datatype="html">
1870 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt; 2173 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
@@ -1872,55 +2175,55 @@
1872 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target=&apos;_blank&apos; rel=&apos;noopener noreferrer&apos; href=&apos;https://cards-dev.twitter.com/validator&apos;&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source> 2175 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target=&apos;_blank&apos; rel=&apos;noopener noreferrer&apos; href=&apos;https://cards-dev.twitter.com/validator&apos;&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
1873 <context-group purpose="location"> 2176 <context-group purpose="location">
1874 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2177 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1875 <context context-type="linenumber">200</context> 2178 <context context-type="linenumber">253</context>
1876 </context-group> 2179 </context-group>
1877 </trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 2180 </trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
1878 <source>Services</source> 2181 <source>Services</source>
1879 <context-group purpose="location"> 2182 <context-group purpose="location">
1880 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2183 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1881 <context context-type="linenumber">176</context> 2184 <context context-type="linenumber">229</context>
1882 </context-group> 2185 </context-group>
1883 </trans-unit><trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490" datatype="html"> 2186 </trans-unit><trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490" datatype="html">
1884 <source>Transcoding</source> 2187 <source>Transcoding</source>
1885 <context-group purpose="location"> 2188 <context-group purpose="location">
1886 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2189 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1887 <context context-type="linenumber">215</context> 2190 <context context-type="linenumber">268</context>
1888 </context-group> 2191 </context-group>
1889 </trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 2192 </trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
1890 <source>Transcoding enabled</source> 2193 <source>Transcoding enabled</source>
1891 <context-group purpose="location"> 2194 <context-group purpose="location">
1892 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2195 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1893 <context context-type="linenumber">221</context> 2196 <context context-type="linenumber">274</context>
1894 </context-group> 2197 </context-group>
1895 </trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 2198 </trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
1896 <source>If you disable transcoding, many videos from your users will not work!</source> 2199 <source>If you disable transcoding, many videos from your users will not work!</source>
1897 <context-group purpose="location"> 2200 <context-group purpose="location">
1898 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2201 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1899 <context context-type="linenumber">222</context> 2202 <context context-type="linenumber">275</context>
1900 </context-group> 2203 </context-group>
1901 </trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 2204 </trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
1902 <source>Allow additional extensions</source> 2205 <source>Allow additional extensions</source>
1903 <context-group purpose="location"> 2206 <context-group purpose="location">
1904 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2207 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1905 <context context-type="linenumber">231</context> 2208 <context context-type="linenumber">284</context>
1906 </context-group> 2209 </context-group>
1907 </trans-unit><trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33" datatype="html"> 2210 </trans-unit><trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33" datatype="html">
1908 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source> 2211 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
1909 <context-group purpose="location"> 2212 <context-group purpose="location">
1910 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2213 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1911 <context context-type="linenumber">232</context> 2214 <context context-type="linenumber">285</context>
1912 </context-group> 2215 </context-group>
1913 </trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 2216 </trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
1914 <source>Transcoding threads</source> 2217 <source>Transcoding threads</source>
1915 <context-group purpose="location"> 2218 <context-group purpose="location">
1916 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2219 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1917 <context context-type="linenumber">237</context> 2220 <context context-type="linenumber">290</context>
1918 </context-group> 2221 </context-group>
1919 </trans-unit><trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500" datatype="html"> 2222 </trans-unit><trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500" datatype="html">
1920 <source>Resolution &lt;x id="INTERPOLATION" equiv-text="{{resolution}}"/&gt; enabled</source> 2223 <source>Resolution &lt;x id="INTERPOLATION" equiv-text="{{resolution}}"/&gt; enabled</source>
1921 <context-group purpose="location"> 2224 <context-group purpose="location">
1922 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2225 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1923 <context context-type="linenumber">252</context> 2226 <context context-type="linenumber">305</context>
1924 </context-group> 2227 </context-group>
1925 </trans-unit><trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5" datatype="html"> 2228 </trans-unit><trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5" datatype="html">
1926 <source> 2229 <source>
@@ -1930,81 +2233,81 @@
1930 </source> 2233 </source>
1931 <context-group purpose="location"> 2234 <context-group purpose="location">
1932 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2235 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1933 <context context-type="linenumber">260</context> 2236 <context context-type="linenumber">313</context>
1934 </context-group> 2237 </context-group>
1935 </trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 2238 </trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
1936 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 2239 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1937 <context-group purpose="location"> 2240 <context-group purpose="location">
1938 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2241 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1939 <context context-type="linenumber">265</context> 2242 <context context-type="linenumber">318</context>
1940 </context-group> 2243 </context-group>
1941 </trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 2244 </trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
1942 <source>Previews cache size</source> 2245 <source>Previews cache size</source>
1943 <context-group purpose="location"> 2246 <context-group purpose="location">
1944 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2247 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1945 <context context-type="linenumber">271</context> 2248 <context context-type="linenumber">324</context>
1946 </context-group> 2249 </context-group>
1947 </trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 2250 </trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
1948 <source>Video captions cache size</source> 2251 <source>Video captions cache size</source>
1949 <context-group purpose="location"> 2252 <context-group purpose="location">
1950 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2253 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1951 <context context-type="linenumber">280</context> 2254 <context context-type="linenumber">333</context>
1952 </context-group> 2255 </context-group>
1953 </trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 2256 </trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
1954 <source>Customizations</source> 2257 <source>Customizations</source>
1955 <context-group purpose="location"> 2258 <context-group purpose="location">
1956 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2259 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1957 <context context-type="linenumber">289</context> 2260 <context context-type="linenumber">342</context>
1958 </context-group> 2261 </context-group>
1959 </trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 2262 </trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
1960 <source>JavaScript</source> 2263 <source>JavaScript</source>
1961 <context-group purpose="location"> 2264 <context-group purpose="location">
1962 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2265 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1963 <context context-type="linenumber">294</context> 2266 <context context-type="linenumber">347</context>
1964 </context-group> 2267 </context-group>
1965 </trans-unit><trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c" datatype="html"> 2268 </trans-unit><trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c" datatype="html">
1966 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log(&apos;my instance is amazing&apos;);&lt;/pre&gt;</source> 2269 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log(&apos;my instance is amazing&apos;);&lt;/pre&gt;</source>
1967 <context-group purpose="location"> 2270 <context-group purpose="location">
1968 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2271 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1969 <context context-type="linenumber">297</context> 2272 <context context-type="linenumber">350</context>
1970 </context-group> 2273 </context-group>
1971 </trans-unit><trans-unit id="d7caa08cd9b3119881bbaec3f5a3c5707f573dde" datatype="html"> 2274 </trans-unit><trans-unit id="d90e081933221a99c87e2ad9769afb6be6ff6fc4" datatype="html">
1972 <source> 2275 <source>
1973 Write directly CSS code. Example:&lt;br /&gt; 2276 Write directly CSS code. Example:&lt;br /&gt;&lt;br /&gt;
1974 &lt;pre&gt; 2277 &lt;pre&gt;
1975 body &lt;x id="INTERPOLATION" equiv-text="{{ &apos;{&apos; }}"/&gt; 2278 #custom-css &lt;x id="INTERPOLATION" equiv-text="{{ &apos;{&apos; }}"/&gt;
1976 background-color: red; 2279 color: red;
1977 &lt;x id="INTERPOLATION_1" equiv-text="{{ &apos;}&apos; }}"/&gt; 2280 &lt;x id="INTERPOLATION_1" equiv-text="{{ &apos;}&apos; }}"/&gt;
1978 &lt;/pre&gt; 2281 &lt;/pre&gt;
1979 2282
1980 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example: 2283 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:&lt;br /&gt;&lt;br /&gt;
1981 &lt;pre&gt; 2284 &lt;pre&gt;
1982 #custom-css .logged-in-email &lt;x id="INTERPOLATION" equiv-text="{{ &apos;{&apos; }}"/&gt; 2285 #custom-css .logged-in-email &lt;x id="INTERPOLATION" equiv-text="{{ &apos;{&apos; }}"/&gt;
1983 color: red; 2286 color: red;
1984 &lt;x id="INTERPOLATION_1" equiv-text="{{ &apos;}&apos; }}"/&gt; 2287 &lt;x id="INTERPOLATION_1" equiv-text="{{ &apos;}&apos; }}"/&gt;
1985 &lt;/pre&gt; 2288 &lt;/pre&gt;
1986 </source> 2289 </source>
1987 <context-group purpose="location"> 2290 <context-group purpose="location">
1988 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2291 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1989 <context context-type="linenumber">311</context> 2292 <context context-type="linenumber">364</context>
1990 </context-group> 2293 </context-group>
1991 </trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 2294 </trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
1992 <source>Advanced configuration</source> 2295 <source>Advanced configuration</source>
1993 <context-group purpose="location"> 2296 <context-group purpose="location">
1994 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2297 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1995 <context context-type="linenumber">212</context> 2298 <context context-type="linenumber">265</context>
1996 </context-group> 2299 </context-group>
1997 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 2300 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
1998 <source>Update configuration</source> 2301 <source>Update configuration</source>
1999 <context-group purpose="location"> 2302 <context-group purpose="location">
2000 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2303 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2001 <context context-type="linenumber">340</context> 2304 <context context-type="linenumber">393</context>
2002 </context-group> 2305 </context-group>
2003 </trans-unit><trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca" datatype="html"> 2306 </trans-unit><trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca" datatype="html">
2004 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2307 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
2005 <context-group purpose="location"> 2308 <context-group purpose="location">
2006 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2309 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2007 <context context-type="linenumber">341</context> 2310 <context context-type="linenumber">394</context>
2008 </context-group> 2311 </context-group>
2009 </trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html"> 2312 </trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html">
2010 <source> 2313 <source>
@@ -2030,17 +2333,17 @@
2030 <context context-type="sourcefile">app/+admin/admin.component.html</context> 2333 <context context-type="sourcefile">app/+admin/admin.component.html</context>
2031 <context context-type="linenumber">11</context> 2334 <context context-type="linenumber">11</context>
2032 </context-group> 2335 </context-group>
2033 </trans-unit><trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368" datatype="html"> 2336 </trans-unit><trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13" datatype="html">
2034 <source> 2337 <source>
2035 Jobs 2338 Configuration
2036 </source> 2339 </source>
2037 <context-group purpose="location"> 2340 <context-group purpose="location">
2038 <context context-type="sourcefile">app/+admin/admin.component.html</context> 2341 <context context-type="sourcefile">app/+admin/admin.component.html</context>
2039 <context context-type="linenumber">15</context> 2342 <context context-type="linenumber">15</context>
2040 </context-group> 2343 </context-group>
2041 </trans-unit><trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13" datatype="html"> 2344 </trans-unit><trans-unit id="638b9df143315199c73f6c82d9754307d4b9f01c" datatype="html">
2042 <source> 2345 <source>
2043 Configuration 2346 System
2044 </source> 2347 </source>
2045 <context-group purpose="location"> 2348 <context-group purpose="location">
2046 <context context-type="sourcefile">app/+admin/admin.component.html</context> 2349 <context context-type="sourcefile">app/+admin/admin.component.html</context>
@@ -2091,58 +2394,50 @@
2091 <context context-type="linenumber">18</context> 2394 <context context-type="linenumber">18</context>
2092 </context-group> 2395 </context-group>
2093 <context-group purpose="location"> 2396 <context-group purpose="location">
2094 <context context-type="sourcefile">app/+admin/jobs/jobs-list/jobs-list.component.html</context> 2397 <context context-type="sourcefile">app/+admin/system/jobs/jobs.component.html</context>
2095 <context context-type="linenumber">18</context> 2398 <context context-type="linenumber">18</context>
2096 </context-group> 2399 </context-group>
2097 </trans-unit><trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25" datatype="html"> 2400 </trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2098 <source>Score</source> 2401 <source>Follower handle</source>
2099 <context-group purpose="location"> 2402 <context-group purpose="location">
2100 <context context-type="sourcefile">app/+admin/follows/followers-list/followers-list.component.html</context> 2403 <context context-type="sourcefile">app/+admin/follows/followers-list/followers-list.component.html</context>
2101 <context context-type="linenumber">17</context> 2404 <context context-type="linenumber">17</context>
2102 </context-group> 2405 </context-group>
2103 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2104 <source>Host</source>
2105 <context-group purpose="location">
2106 <context context-type="sourcefile">app/+admin/follows/followers-list/followers-list.component.html</context>
2107 <context context-type="linenumber">19</context>
2108 </context-group>
2109 <context-group purpose="location">
2110 <context context-type="sourcefile">app/+admin/follows/following-list/following-list.component.html</context>
2111 <context context-type="linenumber">19</context>
2112 </context-group>
2113 </trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2406 </trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
2114 <source>State</source> 2407 <source>State</source>
2115 <context-group purpose="location"> 2408 <context-group purpose="location">
2116 <context context-type="sourcefile">app/+admin/follows/followers-list/followers-list.component.html</context> 2409 <context context-type="sourcefile">app/+admin/follows/followers-list/followers-list.component.html</context>
2117 <context context-type="linenumber">20</context> 2410 <context context-type="linenumber">18</context>
2118 </context-group> 2411 </context-group>
2119 <context-group purpose="location"> 2412 <context-group purpose="location">
2120 <context context-type="sourcefile">app/+admin/follows/following-list/following-list.component.html</context> 2413 <context context-type="sourcefile">app/+admin/follows/following-list/following-list.component.html</context>
2121 <context context-type="linenumber">20</context> 2414 <context context-type="linenumber">20</context>
2122 </context-group> 2415 </context-group>
2123 <context-group purpose="location"> 2416 <context-group purpose="location">
2124 <context context-type="sourcefile">app/+admin/jobs/jobs-list/jobs-list.component.html</context> 2417 <context context-type="sourcefile">app/+admin/system/jobs/jobs.component.html</context>
2125 <context context-type="linenumber">20</context> 2418 <context context-type="linenumber">20</context>
2126 </context-group> 2419 </context-group>
2127 <context-group purpose="location"> 2420 <context-group purpose="location">
2128 <context context-type="sourcefile">app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 2421 <context context-type="sourcefile">app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
2129 <context context-type="linenumber">10</context> 2422 <context context-type="linenumber">10</context>
2130 </context-group> 2423 </context-group>
2424 </trans-unit><trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25" datatype="html">
2425 <source>Score</source>
2426 <context-group purpose="location">
2427 <context context-type="sourcefile">app/+admin/follows/followers-list/followers-list.component.html</context>
2428 <context context-type="linenumber">19</context>
2429 </context-group>
2131 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2430 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2132 <source>Created &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/&gt;&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/&gt;</source> 2431 <source>Created &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/&gt;&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/&gt;</source>
2133 <context-group purpose="location"> 2432 <context-group purpose="location">
2134 <context context-type="sourcefile">app/+admin/follows/followers-list/followers-list.component.html</context> 2433 <context context-type="sourcefile">app/+admin/follows/followers-list/followers-list.component.html</context>
2135 <context context-type="linenumber">21</context> 2434 <context context-type="linenumber">20</context>
2136 </context-group> 2435 </context-group>
2137 <context-group purpose="location"> 2436 <context-group purpose="location">
2138 <context context-type="sourcefile">app/+admin/follows/following-list/following-list.component.html</context> 2437 <context context-type="sourcefile">app/+admin/follows/following-list/following-list.component.html</context>
2139 <context context-type="linenumber">21</context> 2438 <context context-type="linenumber">21</context>
2140 </context-group> 2439 </context-group>
2141 <context-group purpose="location"> 2440 <context-group purpose="location">
2142 <context context-type="sourcefile">app/+admin/jobs/jobs-list/jobs-list.component.html</context>
2143 <context context-type="linenumber">21</context>
2144 </context-group>
2145 <context-group purpose="location">
2146 <context context-type="sourcefile">app/+admin/users/user-list/user-list.component.html</context> 2441 <context context-type="sourcefile">app/+admin/users/user-list/user-list.component.html</context>
2147 <context context-type="linenumber">44</context> 2442 <context context-type="linenumber">44</context>
2148 </context-group> 2443 </context-group>
@@ -2151,6 +2446,10 @@
2151 <context context-type="linenumber">9</context> 2446 <context context-type="linenumber">9</context>
2152 </context-group> 2447 </context-group>
2153 <context-group purpose="location"> 2448 <context-group purpose="location">
2449 <context context-type="sourcefile">app/+admin/system/jobs/jobs.component.html</context>
2450 <context context-type="linenumber">21</context>
2451 </context-group>
2452 <context-group purpose="location">
2154 <context context-type="sourcefile">app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 2453 <context context-type="sourcefile">app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
2155 <context context-type="linenumber">11</context> 2454 <context context-type="linenumber">11</context>
2156 </context-group> 2455 </context-group>
@@ -2158,7 +2457,7 @@
2158 <source>Accepted</source> 2457 <source>Accepted</source>
2159 <context-group purpose="location"> 2458 <context-group purpose="location">
2160 <context context-type="sourcefile">app/+admin/follows/followers-list/followers-list.component.html</context> 2459 <context context-type="sourcefile">app/+admin/follows/followers-list/followers-list.component.html</context>
2161 <context context-type="linenumber">32</context> 2460 <context context-type="linenumber">30</context>
2162 </context-group> 2461 </context-group>
2163 <context-group purpose="location"> 2462 <context-group purpose="location">
2164 <context context-type="sourcefile">app/+admin/follows/following-list/following-list.component.html</context> 2463 <context context-type="sourcefile">app/+admin/follows/following-list/following-list.component.html</context>
@@ -2168,12 +2467,38 @@
2168 <source>Pending</source> 2467 <source>Pending</source>
2169 <context-group purpose="location"> 2468 <context-group purpose="location">
2170 <context context-type="sourcefile">app/+admin/follows/followers-list/followers-list.component.html</context> 2469 <context context-type="sourcefile">app/+admin/follows/followers-list/followers-list.component.html</context>
2171 <context context-type="linenumber">33</context> 2470 <context context-type="linenumber">31</context>
2172 </context-group> 2471 </context-group>
2173 <context-group purpose="location"> 2472 <context-group purpose="location">
2174 <context context-type="sourcefile">app/+admin/follows/following-list/following-list.component.html</context> 2473 <context context-type="sourcefile">app/+admin/follows/following-list/following-list.component.html</context>
2175 <context context-type="linenumber">33</context> 2474 <context context-type="linenumber">33</context>
2176 </context-group> 2475 </context-group>
2476 </trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2477 <source>Accept</source>
2478 <context-group purpose="location">
2479 <context context-type="sourcefile">app/+admin/follows/followers-list/followers-list.component.html</context>
2480 <context context-type="linenumber">38</context>
2481 </context-group>
2482 <context-group purpose="location">
2483 <context context-type="sourcefile">app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2484 <context context-type="linenumber">41</context>
2485 </context-group>
2486 </trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2487 <source>Refuse</source>
2488 <context-group purpose="location">
2489 <context context-type="sourcefile">app/+admin/follows/followers-list/followers-list.component.html</context>
2490 <context context-type="linenumber">39</context>
2491 </context-group>
2492 <context-group purpose="location">
2493 <context context-type="sourcefile">app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2494 <context context-type="linenumber">42</context>
2495 </context-group>
2496 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2497 <source>Host</source>
2498 <context-group purpose="location">
2499 <context context-type="sourcefile">app/+admin/follows/following-list/following-list.component.html</context>
2500 <context context-type="linenumber">19</context>
2501 </context-group>
2177 </trans-unit><trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8" datatype="html"> 2502 </trans-unit><trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8" datatype="html">
2178 <source>Redundancy allowed</source> 2503 <source>Redundancy allowed</source>
2179 <context-group purpose="location"> 2504 <context-group purpose="location">
@@ -2204,30 +2529,6 @@
2204 <context context-type="sourcefile">app/+admin/follows/follows.component.html</context> 2529 <context context-type="sourcefile">app/+admin/follows/follows.component.html</context>
2205 <context context-type="linenumber">9</context> 2530 <context context-type="linenumber">9</context>
2206 </context-group> 2531 </context-group>
2207 </trans-unit><trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html">
2208 <source>Jobs list</source>
2209 <context-group purpose="location">
2210 <context context-type="sourcefile">app/+admin/jobs/jobs-list/jobs-list.component.html</context>
2211 <context context-type="linenumber">2</context>
2212 </context-group>
2213 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
2214 <source>Type</source>
2215 <context-group purpose="location">
2216 <context context-type="sourcefile">app/+admin/jobs/jobs-list/jobs-list.component.html</context>
2217 <context context-type="linenumber">19</context>
2218 </context-group>
2219 </trans-unit><trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html">
2220 <source>Processed on</source>
2221 <context-group purpose="location">
2222 <context context-type="sourcefile">app/+admin/jobs/jobs-list/jobs-list.component.html</context>
2223 <context context-type="linenumber">22</context>
2224 </context-group>
2225 </trans-unit><trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
2226 <source>Finished on</source>
2227 <context-group purpose="location">
2228 <context context-type="sourcefile">app/+admin/jobs/jobs-list/jobs-list.component.html</context>
2229 <context context-type="linenumber">23</context>
2230 </context-group>
2231 </trans-unit><trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html"> 2532 </trans-unit><trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
2232 <source>Create user</source> 2533 <source>Create user</source>
2233 <context-group purpose="location"> 2534 <context-group purpose="location">
@@ -2309,6 +2610,68 @@
2309 <context context-type="sourcefile">app/+admin/users/user-edit/user-edit.component.html</context> 2610 <context context-type="sourcefile">app/+admin/users/user-edit/user-edit.component.html</context>
2310 <context context-type="linenumber">72</context> 2611 <context context-type="linenumber">72</context>
2311 </context-group> 2612 </context-group>
2613 </trans-unit><trans-unit id="021ae82dcaddcb3e8d1c5e9645952b7c7e772fe1" datatype="html">
2614 <source>Bypass video auto blacklist</source>
2615 <context-group purpose="location">
2616 <context context-type="sourcefile">app/+admin/users/user-edit/user-edit.component.html</context>
2617 <context context-type="linenumber">85</context>
2618 </context-group>
2619 <context-group purpose="location">
2620 <context context-type="sourcefile">app/+admin/users/user-edit/user-edit.component.html</context>
2621 <context context-type="linenumber">85</context>
2622 </context-group>
2623 </trans-unit><trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac" datatype="html">
2624 <source>Danger Zone</source>
2625 <context-group purpose="location">
2626 <context context-type="sourcefile">app/+admin/users/user-edit/user-edit.component.html</context>
2627 <context context-type="linenumber">93</context>
2628 </context-group>
2629 <context-group purpose="location">
2630 <context context-type="sourcefile">app/+admin/users/user-edit/user-edit.component.html</context>
2631 <context context-type="linenumber">93</context>
2632 </context-group>
2633 </trans-unit><trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d" datatype="html">
2634 <source>Send a link to reset the password by email to the user</source>
2635 <context-group purpose="location">
2636 <context context-type="sourcefile">app/+admin/users/user-edit/user-edit.component.html</context>
2637 <context context-type="linenumber">96</context>
2638 </context-group>
2639 <context-group purpose="location">
2640 <context context-type="sourcefile">app/+admin/users/user-edit/user-edit.component.html</context>
2641 <context context-type="linenumber">96</context>
2642 </context-group>
2643 </trans-unit><trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f" datatype="html">
2644 <source>Ask for new password</source>
2645 <context-group purpose="location">
2646 <context context-type="sourcefile">app/+admin/users/user-edit/user-edit.component.html</context>
2647 <context context-type="linenumber">97</context>
2648 </context-group>
2649 <context-group purpose="location">
2650 <context context-type="sourcefile">app/+admin/users/user-edit/user-edit.component.html</context>
2651 <context context-type="linenumber">97</context>
2652 </context-group>
2653 </trans-unit><trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244" datatype="html">
2654 <source>Manually set the user password</source>
2655 <context-group purpose="location">
2656 <context context-type="sourcefile">app/+admin/users/user-edit/user-edit.component.html</context>
2657 <context context-type="linenumber">101</context>
2658 </context-group>
2659 <context-group purpose="location">
2660 <context context-type="sourcefile">app/+admin/users/user-edit/user-edit.component.html</context>
2661 <context context-type="linenumber">101</context>
2662 </context-group>
2663 </trans-unit><trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca" datatype="html">
2664 <source>Show</source>
2665 <context-group purpose="location">
2666 <context context-type="sourcefile">app/+admin/users/user-edit/user-password.component.html</context>
2667 <context context-type="linenumber">10</context>
2668 </context-group>
2669 </trans-unit><trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74" datatype="html">
2670 <source>Hide</source>
2671 <context-group purpose="location">
2672 <context context-type="sourcefile">app/+admin/users/user-edit/user-password.component.html</context>
2673 <context context-type="linenumber">11</context>
2674 </context-group>
2312 </trans-unit><trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f" datatype="html"> 2675 </trans-unit><trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f" datatype="html">
2313 <source>Users list</source> 2676 <source>Users list</source>
2314 <context-group purpose="location"> 2677 <context-group purpose="location">
@@ -2341,7 +2704,7 @@
2341 </context-group> 2704 </context-group>
2342 <context-group purpose="location"> 2705 <context-group purpose="location">
2343 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 2706 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
2344 <context context-type="linenumber">133</context> 2707 <context context-type="linenumber">128</context>
2345 </context-group> 2708 </context-group>
2346 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 2709 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2347 <source>User&apos;s email must be verified to login</source> 2710 <source>User&apos;s email must be verified to login</source>
@@ -2373,13 +2736,13 @@
2373 </source> 2736 </source>
2374 <context-group purpose="location"> 2737 <context-group purpose="location">
2375 <context context-type="sourcefile">app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 2738 <context context-type="sourcefile">app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
2376 <context context-type="linenumber">17</context> 2739 <context context-type="linenumber">18</context>
2377 </context-group> 2740 </context-group>
2378 </trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html"> 2741 </trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
2379 <source>Update this comment</source> 2742 <source>Update this comment</source>
2380 <context-group purpose="location"> 2743 <context-group purpose="location">
2381 <context context-type="sourcefile">app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context> 2744 <context context-type="sourcefile">app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
2382 <context context-type="linenumber">25</context> 2745 <context context-type="linenumber">26</context>
2383 </context-group> 2746 </context-group>
2384 </trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 2747 </trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
2385 <source>Reporter</source> 2748 <source>Reporter</source>
@@ -2483,6 +2846,16 @@
2483 <context context-type="sourcefile">app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2846 <context context-type="sourcefile">app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2484 <context context-type="linenumber">43</context> 2847 <context context-type="linenumber">43</context>
2485 </context-group> 2848 </context-group>
2849 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
2850 <source>Unblacklist</source>
2851 <context-group purpose="location">
2852 <context context-type="sourcefile">app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
2853 <context context-type="linenumber">11</context>
2854 </context-group>
2855 <context-group purpose="location">
2856 <context context-type="sourcefile">app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
2857 <context context-type="linenumber">16</context>
2858 </context-group>
2486 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 2859 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
2487 <source>Moderation</source> 2860 <source>Moderation</source>
2488 <context-group purpose="location"> 2861 <context-group purpose="location">
@@ -2495,17 +2868,23 @@
2495 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context> 2868 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context>
2496 <context context-type="linenumber">5</context> 2869 <context context-type="linenumber">5</context>
2497 </context-group> 2870 </context-group>
2498 </trans-unit><trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1" datatype="html"> 2871 </trans-unit><trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9" datatype="html">
2499 <source>Blacklisted videos</source> 2872 <source>&lt;x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? &apos;Manually blacklisted videos&apos; : &apos;Blacklisted videos&apos; }}"/&gt;</source>
2500 <context-group purpose="location"> 2873 <context-group purpose="location">
2501 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context> 2874 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context>
2502 <context context-type="linenumber">7</context> 2875 <context context-type="linenumber">7</context>
2503 </context-group> 2876 </context-group>
2877 </trans-unit><trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45" datatype="html">
2878 <source>Auto-blacklisted videos</source>
2879 <context-group purpose="location">
2880 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context>
2881 <context context-type="linenumber">9</context>
2882 </context-group>
2504 </trans-unit><trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c" datatype="html"> 2883 </trans-unit><trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c" datatype="html">
2505 <source>Muted accounts</source> 2884 <source>Muted accounts</source>
2506 <context-group purpose="location"> 2885 <context-group purpose="location">
2507 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context> 2886 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context>
2508 <context context-type="linenumber">9</context> 2887 <context context-type="linenumber">11</context>
2509 </context-group> 2888 </context-group>
2510 <context-group purpose="location"> 2889 <context-group purpose="location">
2511 <context context-type="sourcefile">app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 2890 <context context-type="sourcefile">app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
@@ -2515,7 +2894,7 @@
2515 <source>Muted servers</source> 2894 <source>Muted servers</source>
2516 <context-group purpose="location"> 2895 <context-group purpose="location">
2517 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context> 2896 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context>
2518 <context context-type="linenumber">11</context> 2897 <context context-type="linenumber">13</context>
2519 </context-group> 2898 </context-group>
2520 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 2899 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
2521 <source>Account</source> 2900 <source>Account</source>
@@ -2563,6 +2942,60 @@
2563 <context context-type="sourcefile">app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context> 2942 <context context-type="sourcefile">app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
2564 <context context-type="linenumber">23</context> 2943 <context context-type="linenumber">23</context>
2565 </context-group> 2944 </context-group>
2945 </trans-unit><trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html">
2946 <source>Jobs list</source>
2947 <context-group purpose="location">
2948 <context context-type="sourcefile">app/+admin/system/jobs/jobs.component.html</context>
2949 <context context-type="linenumber">2</context>
2950 </context-group>
2951 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
2952 <source>Type</source>
2953 <context-group purpose="location">
2954 <context context-type="sourcefile">app/+admin/system/jobs/jobs.component.html</context>
2955 <context context-type="linenumber">19</context>
2956 </context-group>
2957 </trans-unit><trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html">
2958 <source>Processed on</source>
2959 <context-group purpose="location">
2960 <context context-type="sourcefile">app/+admin/system/jobs/jobs.component.html</context>
2961 <context context-type="linenumber">22</context>
2962 </context-group>
2963 </trans-unit><trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
2964 <source>Finished on</source>
2965 <context-group purpose="location">
2966 <context context-type="sourcefile">app/+admin/system/jobs/jobs.component.html</context>
2967 <context context-type="linenumber">23</context>
2968 </context-group>
2969 </trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
2970 <source>Refresh</source>
2971 <context-group purpose="location">
2972 <context context-type="sourcefile">app/+admin/system/logs/logs.component.html</context>
2973 <context context-type="linenumber">14</context>
2974 </context-group>
2975 </trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
2976 <source>System</source>
2977 <context-group purpose="location">
2978 <context context-type="sourcefile">app/+admin/system/system.component.html</context>
2979 <context context-type="linenumber">2</context>
2980 </context-group>
2981 </trans-unit><trans-unit id="43f1cc191ebc0b8ce89f6916aa634f5a57158798" datatype="html">
2982 <source>Jobs</source>
2983 <context-group purpose="location">
2984 <context context-type="sourcefile">app/+admin/system/system.component.html</context>
2985 <context context-type="linenumber">5</context>
2986 </context-group>
2987 </trans-unit><trans-unit id="eb3d5aefff38a814b76da74371cbf02c0789a1ef" datatype="html">
2988 <source>Logs</source>
2989 <context-group purpose="location">
2990 <context context-type="sourcefile">app/+admin/system/system.component.html</context>
2991 <context context-type="linenumber">7</context>
2992 </context-group>
2993 </trans-unit><trans-unit id="dcfc990a822e11feb00eb91d9cf4d6ec0ed37dd0" datatype="html">
2994 <source>Debug</source>
2995 <context-group purpose="location">
2996 <context context-type="sourcefile">app/+admin/system/system.component.html</context>
2997 <context context-type="linenumber">9</context>
2998 </context-group>
2566 </trans-unit><trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48" datatype="html"> 2999 </trans-unit><trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48" datatype="html">
2567 <source>Video quota:</source> 3000 <source>Video quota:</source>
2568 <context-group purpose="location"> 3001 <context-group purpose="location">
@@ -2595,13 +3028,13 @@
2595 </context-group> 3028 </context-group>
2596 <context-group purpose="location"> 3029 <context-group purpose="location">
2597 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context> 3030 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context>
2598 <context context-type="linenumber">46</context> 3031 <context context-type="linenumber">21</context>
2599 </context-group> 3032 </context-group>
2600 </trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 3033 </trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
2601 <source>Select the next owner</source> 3034 <source>Select the next owner</source>
2602 <context-group purpose="location"> 3035 <context-group purpose="location">
2603 <context context-type="sourcefile">app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context> 3036 <context context-type="sourcefile">app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
2604 <context context-type="linenumber">9</context> 3037 <context context-type="linenumber">10</context>
2605 </context-group> 3038 </context-group>
2606 </trans-unit><trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8" datatype="html"> 3039 </trans-unit><trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8" datatype="html">
2607 <source> 3040 <source>
@@ -2609,38 +3042,18 @@
2609 </source> 3042 </source>
2610 <context-group purpose="location"> 3043 <context-group purpose="location">
2611 <context context-type="sourcefile">app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context> 3044 <context context-type="sourcefile">app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
2612 <context context-type="linenumber">20</context> 3045 <context context-type="linenumber">21</context>
2613 </context-group> 3046 </context-group>
2614 <context-group purpose="location"> 3047 <context-group purpose="location">
2615 <context context-type="sourcefile">app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context> 3048 <context context-type="sourcefile">app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
2616 <context context-type="linenumber">23</context> 3049 <context context-type="linenumber">24</context>
2617 </context-group> 3050 </context-group>
2618 <context-group purpose="location"> 3051 <context-group purpose="location">
2619 <context context-type="sourcefile">app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 3052 <context context-type="sourcefile">app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
2620 <context context-type="linenumber">35</context> 3053 <context context-type="linenumber">35</context>
2621 </context-group> 3054 </context-group>
2622 </trans-unit><trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79" datatype="html"> 3055 </trans-unit><trans-unit id="16f3de2dba2a3461d7f7a36157d22e6898bb3244" datatype="html">
2623 <source>&lt;x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views</source> 3056 <source>Create a new video channel</source>
2624 <context-group purpose="location">
2625 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context>
2626 <context context-type="linenumber">19</context>
2627 </context-group>
2628 </trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
2629 <source>Blacklisted</source>
2630 <context-group purpose="location">
2631 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context>
2632 <context context-type="linenumber">22</context>
2633 </context-group>
2634 </trans-unit><trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a" datatype="html">
2635 <source>
2636 Cancel
2637 </source>
2638 <context-group purpose="location">
2639 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context>
2640 <context context-type="linenumber">30</context>
2641 </context-group>
2642 </trans-unit><trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260" datatype="html">
2643 <source>Create another video channel</source>
2644 <context-group purpose="location"> 3057 <context-group purpose="location">
2645 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context> 3058 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context>
2646 <context context-type="linenumber">4</context> 3059 <context context-type="linenumber">4</context>
@@ -2675,20 +3088,6 @@
2675 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context> 3088 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
2676 <context context-type="linenumber">15</context> 3089 <context context-type="linenumber">15</context>
2677 </context-group> 3090 </context-group>
2678 </trans-unit><trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9" datatype="html">
2679 <source>Display name</source>
2680 <context-group purpose="location">
2681 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
2682 <context context-type="linenumber">28</context>
2683 </context-group>
2684 <context-group purpose="location">
2685 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
2686 <context context-type="linenumber">28</context>
2687 </context-group>
2688 <context-group purpose="location">
2689 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
2690 <context context-type="linenumber">6</context>
2691 </context-group>
2692 </trans-unit><trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a" datatype="html"> 3091 </trans-unit><trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a" datatype="html">
2693 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 3092 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2694When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 3093When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2742,7 +3141,7 @@ When you will upload a video in this channel, the video support field will be au
2742 <source>Select the target channel</source> 3141 <source>Select the target channel</source>
2743 <context-group purpose="location"> 3142 <context-group purpose="location">
2744 <context context-type="sourcefile">app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context> 3143 <context context-type="sourcefile">app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
2745 <context context-type="linenumber">9</context> 3144 <context context-type="linenumber">10</context>
2746 </context-group> 3145 </context-group>
2747 </trans-unit><trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740" datatype="html"> 3146 </trans-unit><trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740" datatype="html">
2748 <source>Initiator</source> 3147 <source>Initiator</source>
@@ -2775,13 +3174,7 @@ When you will upload a video in this channel, the video support field will be au
2775 <source>&lt;x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/&gt;</source> 3174 <source>&lt;x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/&gt;</source>
2776 <context-group purpose="location"> 3175 <context-group purpose="location">
2777 <context context-type="sourcefile">app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 3176 <context context-type="sourcefile">app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2778 <context context-type="linenumber">39</context> 3177 <context context-type="linenumber">38</context>
2779 </context-group>
2780 </trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2781 <source>Refuse</source>
2782 <context-group purpose="location">
2783 <context context-type="sourcefile">app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2784 <context context-type="linenumber">47</context>
2785 </context-group> 3178 </context-group>
2786 </trans-unit><trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e" datatype="html"> 3179 </trans-unit><trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e" datatype="html">
2787 <source>Muted instances</source> 3180 <source>Muted instances</source>
@@ -2795,36 +3188,129 @@ When you will upload a video in this channel, the video support field will be au
2795 <context context-type="sourcefile">app/+my-account/my-account-history/my-account-history.component.html</context> 3188 <context context-type="sourcefile">app/+my-account/my-account-history/my-account-history.component.html</context>
2796 <context context-type="linenumber">4</context> 3189 <context context-type="linenumber">4</context>
2797 </context-group> 3190 </context-group>
2798 </trans-unit><trans-unit id="0f1fd6758625c6a39d796378d362cdcc2b092123" datatype="html"> 3191 </trans-unit><trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
2799 <source>Delete history</source> 3192 <source>
3193 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/&gt;&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/&gt;
3194 Delete history
3195 </source>
2800 <context-group purpose="location"> 3196 <context-group purpose="location">
2801 <context context-type="sourcefile">app/+my-account/my-account-history/my-account-history.component.html</context> 3197 <context context-type="sourcefile">app/+my-account/my-account-history/my-account-history.component.html</context>
2802 <context context-type="linenumber">8</context> 3198 <context context-type="linenumber">7</context>
2803 </context-group> 3199 </context-group>
2804 </trans-unit><trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af" datatype="html"> 3200 </trans-unit><trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af" datatype="html">
2805 <source>You don&apos;t have videos history yet.</source> 3201 <source>You don&apos;t have videos history yet.</source>
2806 <context-group purpose="location"> 3202 <context-group purpose="location">
2807 <context context-type="sourcefile">app/+my-account/my-account-history/my-account-history.component.html</context> 3203 <context context-type="sourcefile">app/+my-account/my-account-history/my-account-history.component.html</context>
2808 <context context-type="linenumber">13</context> 3204 <context context-type="linenumber">14</context>
2809 </context-group>
2810 </trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
2811 <source>&lt;x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views</source>
2812 <context-group purpose="location">
2813 <context context-type="sourcefile">app/+my-account/my-account-history/my-account-history.component.html</context>
2814 <context context-type="linenumber">22</context>
2815 </context-group> 3205 </context-group>
2816 </trans-unit><trans-unit id="3a6903ba6b8cf2d828d0c86fd1feb09a27be4105" datatype="html"> 3206 </trans-unit><trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
2817 <source>Notification preferences</source> 3207 <source>
3208 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/&gt;&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/&gt;
3209 Notification preferences
3210 </source>
2818 <context-group purpose="location"> 3211 <context-group purpose="location">
2819 <context context-type="sourcefile">app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 3212 <context context-type="sourcefile">app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
2820 <context context-type="linenumber">2</context> 3213 <context context-type="linenumber">2</context>
2821 </context-group> 3214 </context-group>
2822 </trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 3215 </trans-unit><trans-unit id="653df8973772369f71454924a6412c0a1a84c850" datatype="html">
2823 <source>Mark all as read</source> 3216 <source>
3217 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/&gt;&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/&gt;
3218 Mark all as read
3219 </source>
2824 <context-group purpose="location"> 3220 <context-group purpose="location">
2825 <context context-type="sourcefile">app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 3221 <context context-type="sourcefile">app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
3222 <context context-type="linenumber">7</context>
3223 </context-group>
3224 </trans-unit><trans-unit id="be746a6e47e3388c7cf793aef8d7b44b86cc94f2" datatype="html">
3225 <source>Create a new playlist</source>
3226 <context-group purpose="location">
3227 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
2826 <context context-type="linenumber">4</context> 3228 <context context-type="linenumber">4</context>
2827 </context-group> 3229 </context-group>
3230 <context-group purpose="location">
3231 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3232 <context context-type="linenumber">1</context>
3233 </context-group>
3234 <context-group purpose="location">
3235 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3236 <context context-type="linenumber">1</context>
3237 </context-group>
3238 </trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
3239 <source>Privacy</source>
3240 <context-group purpose="location">
3241 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3242 <context context-type="linenumber">33</context>
3243 </context-group>
3244 <context-group purpose="location">
3245 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3246 <context context-type="linenumber">33</context>
3247 </context-group>
3248 <context-group purpose="location">
3249 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3250 <context context-type="linenumber">25</context>
3251 </context-group>
3252 <context-group purpose="location">
3253 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3254 <context context-type="linenumber">21</context>
3255 </context-group>
3256 <context-group purpose="location">
3257 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3258 <context context-type="linenumber">33</context>
3259 </context-group>
3260 <context-group purpose="location">
3261 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3262 <context context-type="linenumber">90</context>
3263 </context-group>
3264 <context-group purpose="location">
3265 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3266 <context context-type="linenumber">154</context>
3267 </context-group>
3268 </trans-unit><trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071" datatype="html">
3269 <source>Channel</source>
3270 <context-group purpose="location">
3271 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3272 <context context-type="linenumber">46</context>
3273 </context-group>
3274 <context-group purpose="location">
3275 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3276 <context context-type="linenumber">46</context>
3277 </context-group>
3278 <context-group purpose="location">
3279 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3280 <context context-type="linenumber">16</context>
3281 </context-group>
3282 <context-group purpose="location">
3283 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3284 <context context-type="linenumber">12</context>
3285 </context-group>
3286 <context-group purpose="location">
3287 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3288 <context context-type="linenumber">24</context>
3289 </context-group>
3290 <context-group purpose="location">
3291 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3292 <context context-type="linenumber">39</context>
3293 </context-group>
3294 </trans-unit><trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513" datatype="html">
3295 <source>Upload thumbnail</source>
3296 <context-group purpose="location">
3297 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3298 <context context-type="linenumber">61</context>
3299 </context-group>
3300 <context-group purpose="location">
3301 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3302 <context context-type="linenumber">61</context>
3303 </context-group>
3304 <context-group purpose="location">
3305 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3306 <context context-type="linenumber">192</context>
3307 </context-group>
3308 </trans-unit><trans-unit id="188014887f7188d90b39e41d9606b91c77c17861" datatype="html">
3309 <source>No videos in this playlist.</source>
3310 <context-group purpose="location">
3311 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html</context>
3312 <context context-type="linenumber">11</context>
3313 </context-group>
2828 </trans-unit><trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9" datatype="html"> 3314 </trans-unit><trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9" datatype="html">
2829 <source>Change password</source> 3315 <source>Change password</source>
2830 <context-group purpose="location"> 3316 <context-group purpose="location">
@@ -2871,12 +3357,6 @@ When you will upload a video in this channel, the video support field will be au
2871 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3357 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
2872 <context context-type="linenumber">28</context> 3358 <context context-type="linenumber">28</context>
2873 </context-group> 3359 </context-group>
2874 </trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
2875 <source>Save</source>
2876 <context-group purpose="location">
2877 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
2878 <context context-type="linenumber">32</context>
2879 </context-group>
2880 </trans-unit><trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba" datatype="html"> 3360 </trans-unit><trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba" datatype="html">
2881 <source>Update my profile</source> 3361 <source>Update my profile</source>
2882 <context-group purpose="location"> 3362 <context-group purpose="location">
@@ -2975,6 +3455,12 @@ When you will upload a video in this channel, the video support field will be au
2975 <context context-type="sourcefile">app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context> 3455 <context context-type="sourcefile">app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
2976 <context context-type="linenumber">20</context> 3456 <context context-type="linenumber">20</context>
2977 </context-group> 3457 </context-group>
3458 </trans-unit><trans-unit id="b207b668dc1d056cd7557ffa3b41f1fd0865f93d" datatype="html">
3459 <source>Video playlists</source>
3460 <context-group purpose="location">
3461 <context context-type="sourcefile">app/+video-channels/video-channels.component.html</context>
3462 <context context-type="linenumber">25</context>
3463 </context-group>
2978 </trans-unit><trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8" datatype="html"> 3464 </trans-unit><trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8" datatype="html">
2979 <source>Support this channel</source> 3465 <source>Support this channel</source>
2980 <context-group purpose="location"> 3466 <context-group purpose="location">
@@ -2987,6 +3473,20 @@ When you will upload a video in this channel, the video support field will be au
2987 <context context-type="sourcefile">app/+video-channels/video-channel-about/video-channel-about.component.html</context> 3473 <context context-type="sourcefile">app/+video-channels/video-channel-about/video-channel-about.component.html</context>
2988 <context context-type="linenumber">17</context> 3474 <context context-type="linenumber">17</context>
2989 </context-group> 3475 </context-group>
3476 </trans-unit><trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e" datatype="html">
3477 <source>
3478 Created &lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/&gt; playlists
3479</source>
3480 <context-group purpose="location">
3481 <context context-type="sourcefile">app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context>
3482 <context context-type="linenumber">1</context>
3483 </context-group>
3484 </trans-unit><trans-unit id="fbbe62dee434f0521e0dfb8e3957d92fc5fcd76f" datatype="html">
3485 <source>This channel does not have playlists.</source>
3486 <context-group purpose="location">
3487 <context context-type="sourcefile">app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context>
3488 <context context-type="linenumber">5</context>
3489 </context-group>
2990 </trans-unit><trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6" datatype="html"> 3490 </trans-unit><trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6" datatype="html">
2991 <source>URL</source> 3491 <source>URL</source>
2992 <context-group purpose="location"> 3492 <context-group purpose="location">
@@ -2995,7 +3495,7 @@ When you will upload a video in this channel, the video support field will be au
2995 </context-group> 3495 </context-group>
2996 <context-group purpose="location"> 3496 <context-group purpose="location">
2997 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context> 3497 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context>
2998 <context context-type="linenumber">17</context> 3498 <context context-type="linenumber">25</context>
2999 </context-group> 3499 </context-group>
3000 </trans-unit><trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333" datatype="html"> 3500 </trans-unit><trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333" datatype="html">
3001 <source>You can import any URL &lt;a href=&apos;https://rg3.github.io/youtube-dl/supportedsites.html&apos; target=&apos;_blank&apos; rel=&apos;noopener noreferrer&apos;&gt;supported by youtube-dl&lt;/a&gt; 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.</source> 3501 <source>You can import any URL &lt;a href=&apos;https://rg3.github.io/youtube-dl/supportedsites.html&apos; target=&apos;_blank&apos; rel=&apos;noopener noreferrer&apos;&gt;supported by youtube-dl&lt;/a&gt; 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.</source>
@@ -3003,46 +3503,6 @@ When you will upload a video in this channel, the video support field will be au
3003 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 3503 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3004 <context context-type="linenumber">9</context> 3504 <context context-type="linenumber">9</context>
3005 </context-group> 3505 </context-group>
3006 </trans-unit><trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071" datatype="html">
3007 <source>Channel</source>
3008 <context-group purpose="location">
3009 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3010 <context context-type="linenumber">16</context>
3011 </context-group>
3012 <context-group purpose="location">
3013 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3014 <context context-type="linenumber">12</context>
3015 </context-group>
3016 <context-group purpose="location">
3017 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3018 <context context-type="linenumber">24</context>
3019 </context-group>
3020 <context-group purpose="location">
3021 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3022 <context context-type="linenumber">39</context>
3023 </context-group>
3024 </trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
3025 <source>Privacy</source>
3026 <context-group purpose="location">
3027 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3028 <context context-type="linenumber">25</context>
3029 </context-group>
3030 <context-group purpose="location">
3031 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3032 <context context-type="linenumber">21</context>
3033 </context-group>
3034 <context-group purpose="location">
3035 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3036 <context context-type="linenumber">33</context>
3037 </context-group>
3038 <context-group purpose="location">
3039 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3040 <context context-type="linenumber">90</context>
3041 </context-group>
3042 <context-group purpose="location">
3043 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3044 <context context-type="linenumber">159</context>
3045 </context-group>
3046 </trans-unit><trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7" datatype="html"> 3506 </trans-unit><trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7" datatype="html">
3047 <source>Sorry, but something went wrong</source> 3507 <source>Sorry, but something went wrong</source>
3048 <context-group purpose="location"> 3508 <context-group purpose="location">
@@ -3079,10 +3539,6 @@ When you will upload a video in this channel, the video support field will be au
3079 <context context-type="sourcefile">app/videos/+video-edit/video-update.component.html</context> 3539 <context context-type="sourcefile">app/videos/+video-edit/video-update.component.html</context>
3080 <context context-type="linenumber">17</context> 3540 <context context-type="linenumber">17</context>
3081 </context-group> 3541 </context-group>
3082 <context-group purpose="location">
3083 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3084 <context context-type="linenumber">92</context>
3085 </context-group>
3086 </trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html"> 3542 </trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
3087 <source>Select the file to upload</source> 3543 <source>Select the file to upload</source>
3088 <context-group purpose="location"> 3544 <context-group purpose="location">
@@ -3261,23 +3717,17 @@ When you will upload a video in this channel, the video support field will be au
3261 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3717 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3262 <context context-type="linenumber">120</context> 3718 <context context-type="linenumber">120</context>
3263 </context-group> 3719 </context-group>
3264 </trans-unit><trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a" datatype="html">
3265 <source>Enable video comments</source>
3266 <context-group purpose="location">
3267 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3268 <context context-type="linenumber">125</context>
3269 </context-group>
3270 </trans-unit><trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0" datatype="html"> 3720 </trans-unit><trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0" datatype="html">
3271 <source>Wait transcoding before publishing the video</source> 3721 <source>Wait transcoding before publishing the video</source>
3272 <context-group purpose="location"> 3722 <context-group purpose="location">
3273 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3723 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3274 <context context-type="linenumber">131</context> 3724 <context context-type="linenumber">126</context>
3275 </context-group> 3725 </context-group>
3276 </trans-unit><trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63" datatype="html"> 3726 </trans-unit><trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63" datatype="html">
3277 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source> 3727 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
3278 <context-group purpose="location"> 3728 <context-group purpose="location">
3279 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3729 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3280 <context context-type="linenumber">132</context> 3730 <context context-type="linenumber">127</context>
3281 </context-group> 3731 </context-group>
3282 </trans-unit><trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7" datatype="html"> 3732 </trans-unit><trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7" datatype="html">
3283 <source>Basic info</source> 3733 <source>Basic info</source>
@@ -3289,43 +3739,43 @@ When you will upload a video in this channel, the video support field will be au
3289 <source>Add another caption</source> 3739 <source>Add another caption</source>
3290 <context-group purpose="location"> 3740 <context-group purpose="location">
3291 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3741 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3292 <context context-type="linenumber">147</context> 3742 <context context-type="linenumber">142</context>
3293 </context-group> 3743 </context-group>
3294 </trans-unit><trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed" datatype="html"> 3744 </trans-unit><trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed" datatype="html">
3295 <source>See the subtitle file</source> 3745 <source>See the subtitle file</source>
3296 <context-group purpose="location"> 3746 <context-group purpose="location">
3297 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3747 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3298 <context context-type="linenumber">156</context> 3748 <context context-type="linenumber">151</context>
3299 </context-group> 3749 </context-group>
3300 </trans-unit><trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html"> 3750 </trans-unit><trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html">
3301 <source>Already uploaded ✔</source> 3751 <source>Already uploaded ✔</source>
3302 <context-group purpose="location"> 3752 <context-group purpose="location">
3303 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3753 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3304 <context context-type="linenumber">160</context> 3754 <context context-type="linenumber">155</context>
3305 </context-group> 3755 </context-group>
3306 </trans-unit><trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad" datatype="html"> 3756 </trans-unit><trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad" datatype="html">
3307 <source>Will be created on update</source> 3757 <source>Will be created on update</source>
3308 <context-group purpose="location"> 3758 <context-group purpose="location">
3309 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3759 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3310 <context context-type="linenumber">168</context> 3760 <context context-type="linenumber">163</context>
3311 </context-group> 3761 </context-group>
3312 </trans-unit><trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9" datatype="html"> 3762 </trans-unit><trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9" datatype="html">
3313 <source>Cancel create</source> 3763 <source>Cancel create</source>
3314 <context-group purpose="location"> 3764 <context-group purpose="location">
3315 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3765 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3316 <context context-type="linenumber">170</context> 3766 <context context-type="linenumber">165</context>
3317 </context-group> 3767 </context-group>
3318 </trans-unit><trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393" datatype="html"> 3768 </trans-unit><trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393" datatype="html">
3319 <source>Will be deleted on update</source> 3769 <source>Will be deleted on update</source>
3320 <context-group purpose="location"> 3770 <context-group purpose="location">
3321 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3771 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3322 <context context-type="linenumber">176</context> 3772 <context context-type="linenumber">171</context>
3323 </context-group> 3773 </context-group>
3324 </trans-unit><trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c" datatype="html"> 3774 </trans-unit><trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c" datatype="html">
3325 <source>Cancel deletion</source> 3775 <source>Cancel deletion</source>
3326 <context-group purpose="location"> 3776 <context-group purpose="location">
3327 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3777 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3328 <context context-type="linenumber">178</context> 3778 <context context-type="linenumber">173</context>
3329 </context-group> 3779 </context-group>
3330 </trans-unit><trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0" datatype="html"> 3780 </trans-unit><trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0" datatype="html">
3331 <source> 3781 <source>
@@ -3333,31 +3783,25 @@ When you will upload a video in this channel, the video support field will be au
3333 </source> 3783 </source>
3334 <context-group purpose="location"> 3784 <context-group purpose="location">
3335 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3785 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3336 <context context-type="linenumber">183</context> 3786 <context context-type="linenumber">178</context>
3337 </context-group> 3787 </context-group>
3338 </trans-unit><trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93" datatype="html"> 3788 </trans-unit><trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93" datatype="html">
3339 <source>Captions</source> 3789 <source>Captions</source>
3340 <context-group purpose="location"> 3790 <context-group purpose="location">
3341 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3791 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3342 <context context-type="linenumber">140</context> 3792 <context context-type="linenumber">135</context>
3343 </context-group>
3344 </trans-unit><trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513" datatype="html">
3345 <source>Upload thumbnail</source>
3346 <context-group purpose="location">
3347 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3348 <context context-type="linenumber">196</context>
3349 </context-group> 3793 </context-group>
3350 </trans-unit><trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639" datatype="html"> 3794 </trans-unit><trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639" datatype="html">
3351 <source>Upload preview</source> 3795 <source>Upload preview</source>
3352 <context-group purpose="location"> 3796 <context-group purpose="location">
3353 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3797 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3354 <context context-type="linenumber">203</context> 3798 <context context-type="linenumber">199</context>
3355 </context-group> 3799 </context-group>
3356 </trans-unit><trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604" datatype="html"> 3800 </trans-unit><trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604" datatype="html">
3357 <source>Support</source> 3801 <source>Support</source>
3358 <context-group purpose="location"> 3802 <context-group purpose="location">
3359 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3803 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3360 <context context-type="linenumber">209</context> 3804 <context context-type="linenumber">205</context>
3361 </context-group> 3805 </context-group>
3362 <context-group purpose="location"> 3806 <context-group purpose="location">
3363 <context context-type="sourcefile">app/videos/+video-watch/modal/video-support.component.html</context> 3807 <context context-type="sourcefile">app/videos/+video-watch/modal/video-support.component.html</context>
@@ -3365,88 +3809,57 @@ When you will upload a video in this channel, the video support field will be au
3365 </context-group> 3809 </context-group>
3366 <context-group purpose="location"> 3810 <context-group purpose="location">
3367 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3811 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3368 <context context-type="linenumber">69</context> 3812 <context context-type="linenumber">78</context>
3369 </context-group> 3813 </context-group>
3370 </trans-unit><trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0" datatype="html"> 3814 </trans-unit><trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0" datatype="html">
3371 <source>Short text to tell people how they can support you (membership platform...).</source> 3815 <source>Short text to tell people how they can support you (membership platform...).</source>
3372 <context-group purpose="location"> 3816 <context-group purpose="location">
3373 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3817 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3374 <context context-type="linenumber">210</context> 3818 <context context-type="linenumber">206</context>
3375 </context-group> 3819 </context-group>
3376 </trans-unit><trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1" datatype="html"> 3820 </trans-unit><trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6" datatype="html">
3377 <source>Advanced settings</source> 3821 <source>Original publication date</source>
3378 <context-group purpose="location"> 3822 <context-group purpose="location">
3379 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3823 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3380 <context context-type="linenumber">191</context> 3824 <context context-type="linenumber">219</context>
3381 </context-group>
3382 </trans-unit><trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0" datatype="html">
3383 <source>
3384 Update &lt;x id="INTERPOLATION" equiv-text="{{ video?.name }}"/&gt;
3385 </source>
3386 <context-group purpose="location">
3387 <context context-type="sourcefile">app/videos/+video-edit/video-update.component.html</context>
3388 <context context-type="linenumber">2</context>
3389 </context-group> 3825 </context-group>
3390 </trans-unit><trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611" datatype="html"> 3826 </trans-unit><trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c" datatype="html">
3391 <source>Download video</source> 3827 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
3392 <context-group purpose="location"> 3828 <context-group purpose="location">
3393 <context context-type="sourcefile">app/videos/+video-watch/modal/video-download.component.html</context> 3829 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3394 <context context-type="linenumber">3</context> 3830 <context context-type="linenumber">220</context>
3395 </context-group> 3831 </context-group>
3396 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html"> 3832 </trans-unit><trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a" datatype="html">
3397 <source>Direct download</source> 3833 <source>Enable video comments</source>
3398 <context-group purpose="location"> 3834 <context-group purpose="location">
3399 <context context-type="sourcefile">app/videos/+video-watch/modal/video-download.component.html</context> 3835 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3400 <context context-type="linenumber">27</context> 3836 <context context-type="linenumber">234</context>
3401 </context-group> 3837 </context-group>
3402 </trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html"> 3838 </trans-unit><trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0" datatype="html">
3403 <source>Torrent (.torrent file)</source> 3839 <source>Enable download</source>
3404 <context-group purpose="location"> 3840 <context-group purpose="location">
3405 <context context-type="sourcefile">app/videos/+video-watch/modal/video-download.component.html</context> 3841 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3406 <context context-type="linenumber">32</context> 3842 <context context-type="linenumber">239</context>
3407 </context-group> 3843 </context-group>
3408 </trans-unit><trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f" datatype="html"> 3844 </trans-unit><trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1" datatype="html">
3409 <source>Torrent (magnet link)</source> 3845 <source>Advanced settings</source>
3410 <context-group purpose="location"> 3846 <context-group purpose="location">
3411 <context context-type="sourcefile">app/videos/+video-watch/modal/video-download.component.html</context> 3847 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3412 <context context-type="linenumber">37</context> 3848 <context context-type="linenumber">186</context>
3413 </context-group> 3849 </context-group>
3414 </trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html"> 3850 </trans-unit><trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0" datatype="html">
3415 <source> 3851 <source>
3416 Cancel 3852 Update &lt;x id="INTERPOLATION" equiv-text="{{ video?.name }}"/&gt;
3417 </source> 3853 </source>
3418 <context-group purpose="location">
3419 <context context-type="sourcefile">app/videos/+video-watch/modal/video-download.component.html</context>
3420 <context context-type="linenumber">43</context>
3421 </context-group>
3422 <context-group purpose="location">
3423 <context context-type="sourcefile">app/videos/+video-watch/comment/video-comment-add.component.html</context>
3424 <context context-type="linenumber">47</context>
3425 </context-group>
3426 </trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html">
3427 <source>Download</source>
3428 <context-group purpose="location">
3429 <context context-type="sourcefile">app/videos/+video-watch/modal/video-download.component.html</context>
3430 <context context-type="linenumber">48</context>
3431 </context-group>
3432 <context-group purpose="location">
3433 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3434 <context context-type="linenumber">84</context>
3435 </context-group>
3436 </trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
3437 <source>Report video</source>
3438 <context-group purpose="location"> 3854 <context-group purpose="location">
3439 <context context-type="sourcefile">app/videos/+video-watch/modal/video-report.component.html</context> 3855 <context context-type="sourcefile">app/videos/+video-edit/video-update.component.html</context>
3440 <context context-type="linenumber">3</context> 3856 <context context-type="linenumber">2</context>
3441 </context-group> 3857 </context-group>
3442 </trans-unit><trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908" datatype="html"> 3858 </trans-unit><trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99" datatype="html">
3443 <source> 3859 <source>Public</source>
3444 Your report will be sent to moderators of &lt;x id="INTERPOLATION" equiv-text="{{ currentHost }}"/&gt;.
3445 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/&gt; It will be forwarded to origin instance &lt;x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/&gt; too.&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/&gt;
3446 </source>
3447 <context-group purpose="location"> 3860 <context-group purpose="location">
3448 <context context-type="sourcefile">app/videos/+video-watch/modal/video-report.component.html</context> 3861 <context context-type="sourcefile">app/videos/+video-watch/video-watch-playlist.component.html</context>
3449 <context context-type="linenumber">9</context> 3862 <context context-type="linenumber">8</context>
3450 </context-group> 3863 </context-group>
3451 </trans-unit><trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9" datatype="html"> 3864 </trans-unit><trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9" datatype="html">
3452 <source>Share</source> 3865 <source>Share</source>
@@ -3456,19 +3869,19 @@ When you will upload a video in this channel, the video support field will be au
3456 </context-group> 3869 </context-group>
3457 <context-group purpose="location"> 3870 <context-group purpose="location">
3458 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3871 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3459 <context context-type="linenumber">74</context> 3872 <context context-type="linenumber">83</context>
3460 </context-group> 3873 </context-group>
3461 </trans-unit><trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f" datatype="html"> 3874 </trans-unit><trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f" datatype="html">
3462 <source>QR-Code</source> 3875 <source>QR-Code</source>
3463 <context-group purpose="location"> 3876 <context-group purpose="location">
3464 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context> 3877 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context>
3465 <context context-type="linenumber">29</context> 3878 <context context-type="linenumber">37</context>
3466 </context-group> 3879 </context-group>
3467 </trans-unit><trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c" datatype="html"> 3880 </trans-unit><trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c" datatype="html">
3468 <source>Embed</source> 3881 <source>Embed</source>
3469 <context-group purpose="location"> 3882 <context-group purpose="location">
3470 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context> 3883 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context>
3471 <context context-type="linenumber">34</context> 3884 <context context-type="linenumber">42</context>
3472 </context-group> 3885 </context-group>
3473 </trans-unit><trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8" datatype="html"> 3886 </trans-unit><trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8" datatype="html">
3474 <source> 3887 <source>
@@ -3476,167 +3889,107 @@ When you will upload a video in this channel, the video support field will be au
3476 </source> 3889 </source>
3477 <context-group purpose="location"> 3890 <context-group purpose="location">
3478 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context> 3891 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context>
3479 <context context-type="linenumber">45</context> 3892 <context context-type="linenumber">53</context>
3480 </context-group> 3893 </context-group>
3481 </trans-unit><trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8" datatype="html"> 3894 </trans-unit><trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8" datatype="html">
3482 <source>Close</source> 3895 <source>Close</source>
3483 <context-group purpose="location"> 3896 <context-group purpose="location">
3484 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context> 3897 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context>
3485 <context context-type="linenumber">51</context> 3898 <context context-type="linenumber">59</context>
3486 </context-group>
3487 </trans-unit><trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8" datatype="html">
3488 <source>Blacklist video</source>
3489 <context-group purpose="location">
3490 <context context-type="sourcefile">app/videos/+video-watch/modal/video-blacklist.component.html</context>
3491 <context context-type="linenumber">3</context>
3492 </context-group> 3899 </context-group>
3493 </trans-unit><trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d" datatype="html"> 3900 </trans-unit><trans-unit id="38e66e2d779d6d819cd7703ab73ab1bab75f8614" datatype="html">
3494 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
3495 <context-group purpose="location">
3496 <context context-type="sourcefile">app/videos/+video-watch/modal/video-blacklist.component.html</context>
3497 <context context-type="linenumber">21</context>
3498 </context-group>
3499 </trans-unit><trans-unit id="7584313e33a66811eb10646627914a01fff0347d" datatype="html">
3500 <source> 3901 <source>
3501 The video is being imported, it will be available when the import is finished. 3902 The video is being imported, it will be available when the import is finished.
3502 </source> 3903 </source>
3503 <context-group purpose="location"> 3904 <context-group purpose="location">
3504 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3905 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3505 <context context-type="linenumber">11</context> 3906 <context context-type="linenumber">19</context>
3506 </context-group> 3907 </context-group>
3507 </trans-unit><trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304" datatype="html"> 3908 </trans-unit><trans-unit id="d2a8e8e4e5345201c07ba03a7fafe8b663230246" datatype="html">
3508 <source> 3909 <source>
3509 The video is being transcoded, it may not work properly. 3910 The video is being transcoded, it may not work properly.
3510 </source> 3911 </source>
3511 <context-group purpose="location"> 3912 <context-group purpose="location">
3512 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3913 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3513 <context context-type="linenumber">15</context> 3914 <context context-type="linenumber">23</context>
3514 </context-group> 3915 </context-group>
3515 </trans-unit><trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308" datatype="html"> 3916 </trans-unit><trans-unit id="2dd4add38e83d8ec58e37735e76090e9738c974a" datatype="html">
3516 <source> 3917 <source>
3517 This video will be published on &lt;x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: &apos;full&apos; }}"/&gt;. 3918 This video will be published on &lt;x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: &apos;full&apos; }}"/&gt;.
3518 </source> 3919 </source>
3519 <context-group purpose="location"> 3920 <context-group purpose="location">
3520 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3921 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3521 <context context-type="linenumber">19</context> 3922 <context context-type="linenumber">27</context>
3522 </context-group> 3923 </context-group>
3523 </trans-unit><trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710" datatype="html"> 3924 </trans-unit><trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710" datatype="html">
3524 <source>This video is blacklisted.</source> 3925 <source>This video is blacklisted.</source>
3525 <context-group purpose="location"> 3926 <context-group purpose="location">
3526 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3927 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3527 <context context-type="linenumber">24</context> 3928 <context context-type="linenumber">32</context>
3528 </context-group> 3929 </context-group>
3529 </trans-unit><trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36" datatype="html"> 3930 </trans-unit><trans-unit id="99686034581579c92a971f4eeebd2c072c812e2d" datatype="html">
3530 <source> 3931 <source>
3531 Published &lt;x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views 3932 Published &lt;x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views
3532 </source> 3933 </source>
3533 <context-group purpose="location"> 3934 <context-group purpose="location">
3534 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3935 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3535 <context context-type="linenumber">37</context> 3936 <context context-type="linenumber">44</context>
3536 </context-group> 3937 </context-group>
3537 </trans-unit><trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95" datatype="html"> 3938 </trans-unit><trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36" datatype="html">
3538 <source> 3939 <source>
3539 Published &lt;x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views 3940 Published &lt;x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views
3540 </source> 3941 </source>
3541 <context-group purpose="location"> 3942 <context-group purpose="location">
3542 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3943 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3543 <context context-type="linenumber">46</context> 3944 <context context-type="linenumber">53</context>
3544 </context-group> 3945 </context-group>
3545 </trans-unit><trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced" datatype="html"> 3946 </trans-unit><trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced" datatype="html">
3546 <source>Like this video</source> 3947 <source>Like this video</source>
3547 <context-group purpose="location"> 3948 <context-group purpose="location">
3548 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3949 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3549 <context context-type="linenumber">57</context> 3950 <context context-type="linenumber">63</context>
3550 </context-group> 3951 </context-group>
3551 </trans-unit><trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509" datatype="html"> 3952 </trans-unit><trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509" datatype="html">
3552 <source>Dislike this video</source> 3953 <source>Dislike this video</source>
3553 <context-group purpose="location"> 3954 <context-group purpose="location">
3554 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3955 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3555 <context context-type="linenumber">64</context> 3956 <context context-type="linenumber">71</context>
3556 </context-group>
3557 </trans-unit><trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2" datatype="html">
3558 <source>Download the video</source>
3559 <context-group purpose="location">
3560 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3561 <context context-type="linenumber">83</context>
3562 </context-group>
3563 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
3564 <source>Report</source>
3565 <context-group purpose="location">
3566 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3567 <context context-type="linenumber">88</context>
3568 </context-group>
3569 </trans-unit><trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf" datatype="html">
3570 <source>Report this video</source>
3571 <context-group purpose="location">
3572 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3573 <context context-type="linenumber">87</context>
3574 </context-group>
3575 </trans-unit><trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1" datatype="html">
3576 <source>Update this video</source>
3577 <context-group purpose="location">
3578 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3579 <context context-type="linenumber">91</context>
3580 </context-group>
3581 </trans-unit><trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61" datatype="html">
3582 <source>Blacklist</source>
3583 <context-group purpose="location">
3584 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3585 <context context-type="linenumber">96</context>
3586 </context-group>
3587 </trans-unit><trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037" datatype="html">
3588 <source>Blacklist this video</source>
3589 <context-group purpose="location">
3590 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3591 <context context-type="linenumber">95</context>
3592 </context-group>
3593 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3594 <source>Unblacklist</source>
3595 <context-group purpose="location">
3596 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3597 <context context-type="linenumber">100</context>
3598 </context-group>
3599 </trans-unit><trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25" datatype="html">
3600 <source>Unblacklist this video</source>
3601 <context-group purpose="location">
3602 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3603 <context context-type="linenumber">99</context>
3604 </context-group>
3605 </trans-unit><trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5" datatype="html">
3606 <source>Delete this video</source>
3607 <context-group purpose="location">
3608 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3609 <context context-type="linenumber">103</context>
3610 </context-group> 3957 </context-group>
3611 </trans-unit><trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33" datatype="html"> 3958 </trans-unit><trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33" datatype="html">
3612 <source>Go the channel page</source> 3959 <source>Go the channel page</source>
3613 <context-group purpose="location"> 3960 <context-group purpose="location">
3614 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3961 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3615 <context context-type="linenumber">123</context> 3962 <context context-type="linenumber">118</context>
3616 </context-group> 3963 </context-group>
3617 </trans-unit><trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4" datatype="html"> 3964 </trans-unit><trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4" datatype="html">
3618 <source>By &lt;x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/&gt;</source> 3965 <source>By &lt;x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/&gt;</source>
3619 <context-group purpose="location"> 3966 <context-group purpose="location">
3620 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3967 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3621 <context context-type="linenumber">134</context> 3968 <context context-type="linenumber">129</context>
3622 </context-group> 3969 </context-group>
3623 </trans-unit><trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b" datatype="html"> 3970 </trans-unit><trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b" datatype="html">
3624 <source>Show more</source> 3971 <source>Show more</source>
3625 <context-group purpose="location"> 3972 <context-group purpose="location">
3626 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3973 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3627 <context context-type="linenumber">146</context> 3974 <context context-type="linenumber">141</context>
3628 </context-group> 3975 </context-group>
3629 </trans-unit><trans-unit id="5403a767248e304199592271bba3366d2ca3f903" datatype="html"> 3976 </trans-unit><trans-unit id="5403a767248e304199592271bba3366d2ca3f903" datatype="html">
3630 <source>Show less</source> 3977 <source>Show less</source>
3631 <context-group purpose="location"> 3978 <context-group purpose="location">
3632 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3979 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3633 <context context-type="linenumber">152</context> 3980 <context context-type="linenumber">147</context>
3981 </context-group>
3982 </trans-unit><trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079" datatype="html">
3983 <source>Originally published</source>
3984 <context-group purpose="location">
3985 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3986 <context context-type="linenumber">159</context>
3634 </context-group> 3987 </context-group>
3635 </trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 3988 </trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
3636 <source>Friendly Reminder: </source> 3989 <source>Friendly Reminder: </source>
3637 <context-group purpose="location"> 3990 <context-group purpose="location">
3638 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3991 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3639 <context context-type="linenumber">208</context> 3992 <context context-type="linenumber">207</context>
3640 </context-group> 3993 </context-group>
3641 </trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 3994 </trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
3642 <source> 3995 <source>
@@ -3644,19 +3997,19 @@ When you will upload a video in this channel, the video support field will be au
3644 </source> 3997 </source>
3645 <context-group purpose="location"> 3998 <context-group purpose="location">
3646 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3999 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3647 <context context-type="linenumber">209</context> 4000 <context context-type="linenumber">208</context>
3648 </context-group> 4001 </context-group>
3649 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 4002 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
3650 <source>More information</source> 4003 <source>More information</source>
3651 <context-group purpose="location"> 4004 <context-group purpose="location">
3652 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 4005 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3653 <context context-type="linenumber">212</context> 4006 <context context-type="linenumber">211</context>
3654 </context-group> 4007 </context-group>
3655 </trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 4008 </trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
3656 <source>Get more information</source> 4009 <source>Get more information</source>
3657 <context-group purpose="location"> 4010 <context-group purpose="location">
3658 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 4011 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3659 <context context-type="linenumber">212</context> 4012 <context context-type="linenumber">211</context>
3660 </context-group> 4013 </context-group>
3661 </trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 4014 </trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
3662 <source> 4015 <source>
@@ -3664,7 +4017,7 @@ When you will upload a video in this channel, the video support field will be au
3664 </source> 4017 </source>
3665 <context-group purpose="location"> 4018 <context-group purpose="location">
3666 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 4019 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3667 <context context-type="linenumber">215</context> 4020 <context context-type="linenumber">214</context>
3668 </context-group> 4021 </context-group>
3669 </trans-unit><trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27" datatype="html"> 4022 </trans-unit><trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27" datatype="html">
3670 <source> 4023 <source>
@@ -3964,6 +4317,48 @@ When you will upload a video in this channel, the video support field will be au
3964 <context context-type="linenumber">1</context> 4317 <context context-type="linenumber">1</context>
3965 </context-group> 4318 </context-group>
3966 </trans-unit> 4319 </trans-unit>
4320 <trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b" datatype="html">
4321 <source>&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/&gt; accepted in instance followers</source>
4322 <context-group purpose="location">
4323 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
4324 <context context-type="linenumber">1</context>
4325 </context-group>
4326 </trans-unit>
4327 <trans-unit id="3d8e85e3f78a29db7959c495e74cc9af90838430" datatype="html">
4328 <source>Do you really want to reject this follower?</source>
4329 <context-group purpose="location">
4330 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
4331 <context context-type="linenumber">1</context>
4332 </context-group>
4333 </trans-unit>
4334 <trans-unit id="20c3d69c0b67a74df0aa3920485016b2080578f6" datatype="html">
4335 <source>Reject</source>
4336 <context-group purpose="location">
4337 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
4338 <context context-type="linenumber">1</context>
4339 </context-group>
4340 </trans-unit>
4341 <trans-unit id="7faa627518f768d9ea813d018c121608af5cbd79" datatype="html">
4342 <source>&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/&gt; rejected from instance followers</source>
4343 <context-group purpose="location">
4344 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
4345 <context context-type="linenumber">1</context>
4346 </context-group>
4347 </trans-unit>
4348 <trans-unit id="150d48f01a24d84c2bfffb2761419b9482074b61" datatype="html">
4349 <source>Do you really want to delete this follower?</source>
4350 <context-group purpose="location">
4351 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
4352 <context context-type="linenumber">1</context>
4353 </context-group>
4354 </trans-unit>
4355 <trans-unit id="53fb638407fb04c8b403fa392cc628a699e2c0bc" datatype="html">
4356 <source>&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/&gt; removed from instance followers</source>
4357 <context-group purpose="location">
4358 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
4359 <context context-type="linenumber">1</context>
4360 </context-group>
4361 </trans-unit>
3967 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 4362 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
3968 <source>&lt;x id="INTERPOLATION" equiv-text="{{host}}"/&gt; is not valid</source> 4363 <source>&lt;x id="INTERPOLATION" equiv-text="{{host}}"/&gt; is not valid</source>
3969 <context-group purpose="location"> 4364 <context-group purpose="location">
@@ -4111,6 +4506,20 @@ When you will upload a video in this channel, the video support field will be au
4111 <context context-type="linenumber">1</context> 4506 <context context-type="linenumber">1</context>
4112 </context-group> 4507 </context-group>
4113 </trans-unit> 4508 </trans-unit>
4509 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611" datatype="html">
4510 <source>Video &lt;x id="INTERPOLATION" equiv-text="{{name}}"/&gt; removed from blacklist.</source>
4511 <context-group purpose="location">
4512 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context>
4513 <context context-type="linenumber">1</context>
4514 </context-group>
4515 </trans-unit>
4516 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5" datatype="html">
4517 <source>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/&gt; videos removed from blacklist.</source>
4518 <context-group purpose="location">
4519 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context>
4520 <context context-type="linenumber">1</context>
4521 </context-group>
4522 </trans-unit>
4114 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32" datatype="html"> 4523 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32" datatype="html">
4115 <source>yes</source> 4524 <source>yes</source>
4116 <context-group purpose="location"> 4525 <context-group purpose="location">
@@ -4132,7 +4541,7 @@ When you will upload a video in this channel, the video support field will be au
4132 <context context-type="linenumber">1</context> 4541 <context context-type="linenumber">1</context>
4133 </context-group> 4542 </context-group>
4134 <context-group purpose="location"> 4543 <context-group purpose="location">
4135 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 4544 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
4136 <context context-type="linenumber">1</context> 4545 <context context-type="linenumber">1</context>
4137 </context-group> 4546 </context-group>
4138 </trans-unit> 4547 </trans-unit>
@@ -4143,7 +4552,65 @@ When you will upload a video in this channel, the video support field will be au
4143 <context context-type="linenumber">1</context> 4552 <context context-type="linenumber">1</context>
4144 </context-group> 4553 </context-group>
4145 <context-group purpose="location"> 4554 <context-group purpose="location">
4146 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 4555 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
4556 <context context-type="linenumber">1</context>
4557 </context-group>
4558 </trans-unit>
4559 <trans-unit id="3c91a10e15c752aaaf92c736b380efc5ba160b8f" datatype="html">
4560 <source>Last week</source>
4561 <context-group purpose="location">
4562 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
4563 <context context-type="linenumber">1</context>
4564 </context-group>
4565 </trans-unit>
4566 <trans-unit id="76f7f502edd5c7a38bbf2a262db38f90cc440441" datatype="html">
4567 <source>Last day</source>
4568 <context-group purpose="location">
4569 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
4570 <context context-type="linenumber">1</context>
4571 </context-group>
4572 </trans-unit>
4573 <trans-unit id="9c152780247b402c410b861e521967dca7d9fd10" datatype="html">
4574 <source>Last hour</source>
4575 <context-group purpose="location">
4576 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
4577 <context context-type="linenumber">1</context>
4578 </context-group>
4579 </trans-unit>
4580 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5" datatype="html">
4581 <source>Info</source>
4582 <context-group purpose="location">
4583 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
4584 <context context-type="linenumber">1</context>
4585 </context-group>
4586 <context-group purpose="location">
4587 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
4588 <context context-type="linenumber">1</context>
4589 </context-group>
4590 </trans-unit>
4591 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01" datatype="html">
4592 <source>Warning</source>
4593 <context-group purpose="location">
4594 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
4595 <context context-type="linenumber">1</context>
4596 </context-group>
4597 <context-group purpose="location">
4598 <context context-type="sourcefile">src/app/shared/guards/can-deactivate-guard.service.ts</context>
4599 <context context-type="linenumber">1</context>
4600 </context-group>
4601 </trans-unit>
4602 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d" datatype="html">
4603 <source>Error</source>
4604 <context-group purpose="location">
4605 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
4606 <context context-type="linenumber">1</context>
4607 </context-group>
4608 <context-group purpose="location">
4609 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
4610 <context context-type="linenumber">1</context>
4611 </context-group>
4612 <context-group purpose="location">
4613 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
4147 <context context-type="linenumber">1</context> 4614 <context context-type="linenumber">1</context>
4148 </context-group> 4615 </context-group>
4149 </trans-unit> 4616 </trans-unit>
@@ -4154,6 +4621,20 @@ When you will upload a video in this channel, the video support field will be au
4154 <context context-type="linenumber">1</context> 4621 <context context-type="linenumber">1</context>
4155 </context-group> 4622 </context-group>
4156 </trans-unit> 4623 </trans-unit>
4624 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842" datatype="html">
4625 <source>Password changed for user &lt;x id="INTERPOLATION" equiv-text="{{username}}"/&gt;.</source>
4626 <context-group purpose="location">
4627 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
4628 <context context-type="linenumber">1</context>
4629 </context-group>
4630 </trans-unit>
4631 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2" datatype="html">
4632 <source>Update user password</source>
4633 <context-group purpose="location">
4634 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
4635 <context context-type="linenumber">1</context>
4636 </context-group>
4637 </trans-unit>
4157 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html"> 4638 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
4158 <source>User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/&gt; updated.</source> 4639 <source>User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/&gt; updated.</source>
4159 <context-group purpose="location"> 4640 <context-group purpose="location">
@@ -4168,6 +4649,13 @@ When you will upload a video in this channel, the video support field will be au
4168 <context context-type="linenumber">1</context> 4649 <context context-type="linenumber">1</context>
4169 </context-group> 4650 </context-group>
4170 </trans-unit> 4651 </trans-unit>
4652 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548" datatype="html">
4653 <source>An email asking for password reset has been sent to &lt;x id="INTERPOLATION" equiv-text="{{username}}"/&gt;.</source>
4654 <context-group purpose="location">
4655 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
4656 <context context-type="linenumber">1</context>
4657 </context-group>
4658 </trans-unit>
4171 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8" datatype="html"> 4659 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8" datatype="html">
4172 <source>Unban</source> 4660 <source>Unban</source>
4173 <context-group purpose="location"> 4661 <context-group purpose="location">
@@ -4382,8 +4870,15 @@ When you will upload a video in this channel, the video support field will be au
4382 <context context-type="linenumber">1</context> 4870 <context context-type="linenumber">1</context>
4383 </context-group> 4871 </context-group>
4384 </trans-unit> 4872 </trans-unit>
4385 <trans-unit id="0a9650640ddd1dfadfe456891d6d4f6093ad428e" datatype="html"> 4873 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8" datatype="html">
4386 <source>New video abuse on local video</source> 4874 <source>New video abuse</source>
4875 <context-group purpose="location">
4876 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
4877 <context context-type="linenumber">1</context>
4878 </context-group>
4879 </trans-unit>
4880 <trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47" datatype="html">
4881 <source>Video auto-blacklisted waiting review</source>
4387 <context-group purpose="location"> 4882 <context-group purpose="location">
4388 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 4883 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
4389 <context context-type="linenumber">1</context> 4884 <context context-type="linenumber">1</context>
@@ -4431,6 +4926,13 @@ When you will upload a video in this channel, the video support field will be au
4431 <context context-type="linenumber">1</context> 4926 <context context-type="linenumber">1</context>
4432 </context-group> 4927 </context-group>
4433 </trans-unit> 4928 </trans-unit>
4929 <trans-unit id="f4bb57154f8b6b30f3272f340dc40e143af8607f" datatype="html">
4930 <source>Your instance has a new follower</source>
4931 <context-group purpose="location">
4932 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
4933 <context context-type="linenumber">1</context>
4934 </context-group>
4935 </trans-unit>
4434 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401" datatype="html"> 4936 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401" datatype="html">
4435 <source>Preferences saved</source> 4937 <source>Preferences saved</source>
4436 <context-group purpose="location"> 4938 <context-group purpose="location">
@@ -4477,17 +4979,17 @@ When you will upload a video in this channel, the video support field will be au
4477 <context context-type="linenumber">1</context> 4979 <context context-type="linenumber">1</context>
4478 </context-group> 4980 </context-group>
4479 </trans-unit> 4981 </trans-unit>
4480 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html"> 4982 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559" datatype="html">
4481 <source>Create</source> 4983 <source>Video channel &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/&gt; updated.</source>
4482 <context-group purpose="location"> 4984 <context-group purpose="location">
4483 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context> 4985 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context>
4484 <context context-type="linenumber">1</context> 4986 <context context-type="linenumber">1</context>
4485 </context-group> 4987 </context-group>
4486 </trans-unit> 4988 </trans-unit>
4487 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559" datatype="html"> 4989 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791" datatype="html">
4488 <source>Video channel &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/&gt; updated.</source> 4990 <source>Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/&gt;? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (&lt;x id="INTERPOLATION_1" equiv-text="{{channelName}}"/&gt;)!</source>
4489 <context-group purpose="location"> 4991 <context-group purpose="location">
4490 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context> 4992 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
4491 <context context-type="linenumber">1</context> 4993 <context context-type="linenumber">1</context>
4492 </context-group> 4994 </context-group>
4493 </trans-unit> 4995 </trans-unit>
@@ -4505,81 +5007,74 @@ When you will upload a video in this channel, the video support field will be au
4505 <context context-type="linenumber">1</context> 5007 <context context-type="linenumber">1</context>
4506 </context-group> 5008 </context-group>
4507 </trans-unit> 5009 </trans-unit>
4508 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894" datatype="html"> 5010 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d" datatype="html">
4509 <source>My videos</source> 5011 <source>Playlist &lt;x id="INTERPOLATION" equiv-text="{{playlistName}}"/&gt; created.</source>
4510 <context-group purpose="location">
4511 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
4512 <context context-type="linenumber">1</context>
4513 </context-group>
4514 <context-group purpose="location"> 5012 <context-group purpose="location">
4515 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context> 5013 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts</context>
4516 <context context-type="linenumber">1</context> 5014 <context context-type="linenumber">1</context>
4517 </context-group> 5015 </context-group>
4518 </trans-unit> 5016 </trans-unit>
4519 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd" datatype="html"> 5017 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d" datatype="html">
4520 <source>Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{deleteLength}}"/&gt; videos?</source> 5018 <source>Playlist &lt;x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/&gt; updated.</source>
4521 <context-group purpose="location"> 5019 <context-group purpose="location">
4522 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 5020 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts</context>
4523 <context context-type="linenumber">1</context> 5021 <context context-type="linenumber">1</context>
4524 </context-group> 5022 </context-group>
4525 </trans-unit> 5023 </trans-unit>
4526 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83" datatype="html"> 5024 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783" datatype="html">
4527 <source>&lt;x id="INTERPOLATION" equiv-text="{{deleteLength}}"/&gt; videos deleted.</source> 5025 <source>Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/&gt;?</source>
4528 <context-group purpose="location"> 5026 <context-group purpose="location">
4529 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 5027 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context>
4530 <context context-type="linenumber">1</context> 5028 <context context-type="linenumber">1</context>
4531 </context-group> 5029 </context-group>
4532 </trans-unit> 5030 </trans-unit>
4533 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7" datatype="html"> 5031 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86" datatype="html">
4534 <source>Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{videoName}}"/&gt;?</source> 5032 <source>Playlist &lt;x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/&gt; deleted.</source>
4535 <context-group purpose="location"> 5033 <context-group purpose="location">
4536 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 5034 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context>
4537 <context context-type="linenumber">1</context> 5035 <context context-type="linenumber">1</context>
4538 </context-group> 5036 </context-group>
4539 </trans-unit> 5037 </trans-unit>
4540 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118" datatype="html"> 5038 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894" datatype="html">
4541 <source>Video &lt;x id="INTERPOLATION" equiv-text="{{videoName}}"/&gt; deleted.</source> 5039 <source>My videos</source>
4542 <context-group purpose="location"> 5040 <context-group purpose="location">
4543 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 5041 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
4544 <context context-type="linenumber">1</context> 5042 <context context-type="linenumber">1</context>
4545 </context-group> 5043 </context-group>
4546 <context-group purpose="location"> 5044 <context-group purpose="location">
4547 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 5045 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
4548 <context context-type="linenumber">1</context> 5046 <context context-type="linenumber">1</context>
4549 </context-group> 5047 </context-group>
4550 </trans-unit> 5048 </trans-unit>
4551 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html"> 5049 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd" datatype="html">
4552 <source>Published</source> 5050 <source>Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{deleteLength}}"/&gt; videos?</source>
4553 <context-group purpose="location"> 5051 <context-group purpose="location">
4554 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 5052 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
4555 <context context-type="linenumber">1</context> 5053 <context context-type="linenumber">1</context>
4556 </context-group> 5054 </context-group>
4557 </trans-unit> 5055 </trans-unit>
4558 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2" datatype="html"> 5056 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83" datatype="html">
4559 <source>Publication scheduled on </source> 5057 <source>&lt;x id="INTERPOLATION" equiv-text="{{deleteLength}}"/&gt; videos deleted.</source>
4560 <context-group purpose="location"> 5058 <context-group purpose="location">
4561 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 5059 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
4562 <context context-type="linenumber">1</context> 5060 <context context-type="linenumber">1</context>
4563 </context-group> 5061 </context-group>
4564 </trans-unit> 5062 </trans-unit>
4565 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02" datatype="html"> 5063 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7" datatype="html">
4566 <source>Waiting transcoding</source> 5064 <source>Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{videoName}}"/&gt;?</source>
4567 <context-group purpose="location"> 5065 <context-group purpose="location">
4568 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 5066 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
4569 <context context-type="linenumber">1</context> 5067 <context context-type="linenumber">1</context>
4570 </context-group> 5068 </context-group>
4571 </trans-unit> 5069 </trans-unit>
4572 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a" datatype="html"> 5070 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118" datatype="html">
4573 <source>To transcode</source> 5071 <source>Video &lt;x id="INTERPOLATION" equiv-text="{{videoName}}"/&gt; deleted.</source>
4574 <context-group purpose="location"> 5072 <context-group purpose="location">
4575 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 5073 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
4576 <context context-type="linenumber">1</context> 5074 <context context-type="linenumber">1</context>
4577 </context-group> 5075 </context-group>
4578 </trans-unit>
4579 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392" datatype="html">
4580 <source>To import</source>
4581 <context-group purpose="location"> 5076 <context-group purpose="location">
4582 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 5077 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
4583 <context context-type="linenumber">1</context> 5078 <context context-type="linenumber">1</context>
4584 </context-group> 5079 </context-group>
4585 </trans-unit> 5080 </trans-unit>
@@ -4590,15 +5085,15 @@ When you will upload a video in this channel, the video support field will be au
4590 <context context-type="linenumber">1</context> 5085 <context context-type="linenumber">1</context>
4591 </context-group> 5086 </context-group>
4592 </trans-unit> 5087 </trans-unit>
4593 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html"> 5088 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f" datatype="html">
4594 <source>My library</source> 5089 <source>My channels</source>
4595 <context-group purpose="location"> 5090 <context-group purpose="location">
4596 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context> 5091 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
4597 <context context-type="linenumber">1</context> 5092 <context context-type="linenumber">1</context>
4598 </context-group> 5093 </context-group>
4599 </trans-unit> 5094 </trans-unit>
4600 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f" datatype="html"> 5095 <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2" datatype="html">
4601 <source>My channels</source> 5096 <source>My playlists</source>
4602 <context-group purpose="location"> 5097 <context-group purpose="location">
4603 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context> 5098 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
4604 <context context-type="linenumber">1</context> 5099 <context context-type="linenumber">1</context>
@@ -4774,17 +5269,6 @@ When you will upload a video in this channel, the video support field will be au
4774 <context context-type="linenumber">1</context> 5269 <context context-type="linenumber">1</context>
4775 </context-group> 5270 </context-group>
4776 </trans-unit> 5271 </trans-unit>
4777 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d" datatype="html">
4778 <source>Error</source>
4779 <context-group purpose="location">
4780 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
4781 <context context-type="linenumber">1</context>
4782 </context-group>
4783 <context-group purpose="location">
4784 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
4785 <context context-type="linenumber">1</context>
4786 </context-group>
4787 </trans-unit>
4788 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87" datatype="html"> 5272 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87" datatype="html">
4789 <source>You need to reconnect.</source> 5273 <source>You need to reconnect.</source>
4790 <context-group purpose="location"> 5274 <context-group purpose="location">
@@ -4792,13 +5276,6 @@ When you will upload a video in this channel, the video support field will be au
4792 <context context-type="linenumber">1</context> 5276 <context context-type="linenumber">1</context>
4793 </context-group> 5277 </context-group>
4794 </trans-unit> 5278 </trans-unit>
4795 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da" datatype="html">
4796 <source>Confirm</source>
4797 <context-group purpose="location">
4798 <context context-type="sourcefile">src/app/core/confirm/confirm.component.ts</context>
4799 <context context-type="linenumber">1</context>
4800 </context-group>
4801 </trans-unit>
4802 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452" datatype="html"> 5279 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452" datatype="html">
4803 <source>Keyboard Shortcuts:</source> 5280 <source>Keyboard Shortcuts:</source>
4804 <context-group purpose="location"> 5281 <context-group purpose="location">
@@ -4806,13 +5283,6 @@ When you will upload a video in this channel, the video support field will be au
4806 <context context-type="linenumber">1</context> 5283 <context context-type="linenumber">1</context>
4807 </context-group> 5284 </context-group>
4808 </trans-unit> 5285 </trans-unit>
4809 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5" datatype="html">
4810 <source>Info</source>
4811 <context-group purpose="location">
4812 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
4813 <context context-type="linenumber">1</context>
4814 </context-group>
4815 </trans-unit>
4816 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba" datatype="html"> 5286 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba" datatype="html">
4817 <source>Success</source> 5287 <source>Success</source>
4818 <context-group purpose="location"> 5288 <context-group purpose="location">
@@ -4929,6 +5399,90 @@ When you will upload a video in this channel, the video support field will be au
4929 <context context-type="linenumber">1</context> 5399 <context context-type="linenumber">1</context>
4930 </context-group> 5400 </context-group>
4931 </trans-unit> 5401 </trans-unit>
5402 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d" datatype="html">
5403 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; years ago</source>
5404 <context-group purpose="location">
5405 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
5406 <context context-type="linenumber">1</context>
5407 </context-group>
5408 </trans-unit>
5409 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
5410 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; months ago</source>
5411 <context-group purpose="location">
5412 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
5413 <context context-type="linenumber">1</context>
5414 </context-group>
5415 </trans-unit>
5416 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b" datatype="html">
5417 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; month ago</source>
5418 <context-group purpose="location">
5419 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
5420 <context context-type="linenumber">1</context>
5421 </context-group>
5422 </trans-unit>
5423 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1" datatype="html">
5424 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; weeks ago</source>
5425 <context-group purpose="location">
5426 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
5427 <context context-type="linenumber">1</context>
5428 </context-group>
5429 </trans-unit>
5430 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e" datatype="html">
5431 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; week ago</source>
5432 <context-group purpose="location">
5433 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
5434 <context context-type="linenumber">1</context>
5435 </context-group>
5436 </trans-unit>
5437 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7" datatype="html">
5438 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; days ago</source>
5439 <context-group purpose="location">
5440 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
5441 <context context-type="linenumber">1</context>
5442 </context-group>
5443 </trans-unit>
5444 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1" datatype="html">
5445 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; day ago</source>
5446 <context-group purpose="location">
5447 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
5448 <context context-type="linenumber">1</context>
5449 </context-group>
5450 </trans-unit>
5451 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84" datatype="html">
5452 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; hours ago</source>
5453 <context-group purpose="location">
5454 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
5455 <context context-type="linenumber">1</context>
5456 </context-group>
5457 </trans-unit>
5458 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d" datatype="html">
5459 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; hour ago</source>
5460 <context-group purpose="location">
5461 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
5462 <context context-type="linenumber">1</context>
5463 </context-group>
5464 </trans-unit>
5465 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a" datatype="html">
5466 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; min ago</source>
5467 <context-group purpose="location">
5468 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
5469 <context context-type="linenumber">1</context>
5470 </context-group>
5471 </trans-unit>
5472 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html">
5473 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; sec ago</source>
5474 <context-group purpose="location">
5475 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
5476 <context context-type="linenumber">1</context>
5477 </context-group>
5478 </trans-unit>
5479 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da" datatype="html">
5480 <source>Confirm</source>
5481 <context-group purpose="location">
5482 <context context-type="sourcefile">src/app/shared/confirm/confirm.component.ts</context>
5483 <context context-type="linenumber">1</context>
5484 </context-group>
5485 </trans-unit>
4932 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323" datatype="html"> 5486 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323" datatype="html">
4933 <source>Instance name is required.</source> 5487 <source>Instance name is required.</source>
4934 <context-group purpose="location"> 5488 <context-group purpose="location">
@@ -5221,6 +5775,10 @@ When you will upload a video in this channel, the video support field will be au
5221 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context> 5775 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
5222 <context context-type="linenumber">1</context> 5776 <context context-type="linenumber">1</context>
5223 </context-group> 5777 </context-group>
5778 <context-group purpose="location">
5779 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
5780 <context context-type="linenumber">1</context>
5781 </context-group>
5224 </trans-unit> 5782 </trans-unit>
5225 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c" datatype="html"> 5783 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c" datatype="html">
5226 <source>Display name must be at least 1 character long.</source> 5784 <source>Display name must be at least 1 character long.</source>
@@ -5232,6 +5790,10 @@ When you will upload a video in this channel, the video support field will be au
5232 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context> 5790 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
5233 <context context-type="linenumber">1</context> 5791 <context context-type="linenumber">1</context>
5234 </context-group> 5792 </context-group>
5793 <context-group purpose="location">
5794 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
5795 <context context-type="linenumber">1</context>
5796 </context-group>
5235 </trans-unit> 5797 </trans-unit>
5236 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1" datatype="html"> 5798 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1" datatype="html">
5237 <source>Display name cannot be more than 50 characters long.</source> 5799 <source>Display name cannot be more than 50 characters long.</source>
@@ -5254,6 +5816,10 @@ When you will upload a video in this channel, the video support field will be au
5254 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context> 5816 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
5255 <context context-type="linenumber">1</context> 5817 <context context-type="linenumber">1</context>
5256 </context-group> 5818 </context-group>
5819 <context-group purpose="location">
5820 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
5821 <context context-type="linenumber">1</context>
5822 </context-group>
5257 </trans-unit> 5823 </trans-unit>
5258 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0" datatype="html"> 5824 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0" datatype="html">
5259 <source>Description cannot be more than 1000 characters long.</source> 5825 <source>Description cannot be more than 1000 characters long.</source>
@@ -5265,6 +5831,10 @@ When you will upload a video in this channel, the video support field will be au
5265 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context> 5831 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
5266 <context context-type="linenumber">1</context> 5832 <context context-type="linenumber">1</context>
5267 </context-group> 5833 </context-group>
5834 <context-group purpose="location">
5835 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
5836 <context context-type="linenumber">1</context>
5837 </context-group>
5268 </trans-unit> 5838 </trans-unit>
5269 <trans-unit id="4a3ebc6ddb6b6677aed7b04eb503f9ddd0cfe561" datatype="html"> 5839 <trans-unit id="4a3ebc6ddb6b6677aed7b04eb503f9ddd0cfe561" datatype="html">
5270 <source>You must to agree with the instance terms in order to registering on it.</source> 5840 <source>You must to agree with the instance terms in order to registering on it.</source>
@@ -5441,6 +6011,27 @@ When you will upload a video in this channel, the video support field will be au
5441 <context context-type="linenumber">1</context> 6011 <context context-type="linenumber">1</context>
5442 </context-group> 6012 </context-group>
5443 </trans-unit> 6013 </trans-unit>
6014 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9" datatype="html">
6015 <source>Display name cannot be more than 120 characters long.</source>
6016 <context-group purpose="location">
6017 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
6018 <context context-type="linenumber">1</context>
6019 </context-group>
6020 </trans-unit>
6021 <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c" datatype="html">
6022 <source>Privacy is required.</source>
6023 <context-group purpose="location">
6024 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
6025 <context context-type="linenumber">1</context>
6026 </context-group>
6027 </trans-unit>
6028 <trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c" datatype="html">
6029 <source>The channel is required when the playlist is public.</source>
6030 <context-group purpose="location">
6031 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
6032 <context context-type="linenumber">1</context>
6033 </context-group>
6034 </trans-unit>
5444 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1" datatype="html"> 6035 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1" datatype="html">
5445 <source>Video name is required.</source> 6036 <source>Video name is required.</source>
5446 <context-group purpose="location"> 6037 <context-group purpose="location">
@@ -5546,13 +6137,6 @@ When you will upload a video in this channel, the video support field will be au
5546 <context context-type="linenumber">1</context> 6137 <context context-type="linenumber">1</context>
5547 </context-group> 6138 </context-group>
5548 </trans-unit> 6139 </trans-unit>
5549 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01" datatype="html">
5550 <source>Warning</source>
5551 <context-group purpose="location">
5552 <context context-type="sourcefile">src/app/shared/guards/can-deactivate-guard.service.ts</context>
5553 <context context-type="linenumber">1</context>
5554 </context-group>
5555 </trans-unit>
5556 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf" datatype="html"> 6140 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf" datatype="html">
5557 <source>Sunday</source> 6141 <source>Sunday</source>
5558 <context-group purpose="location"> 6142 <context-group purpose="location">
@@ -5905,136 +6489,101 @@ When you will upload a video in this channel, the video support field will be au
5905 </context-group> 6489 </context-group>
5906 <note priority="1" from="description">Date format in this locale.</note> 6490 <note priority="1" from="description">Date format in this locale.</note>
5907 </trans-unit> 6491 </trans-unit>
5908 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411" datatype="html"> 6492 <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24" datatype="html">
5909 <source>Transcode your videos in multiple resolutions</source> 6493 <source>Hidden</source>
5910 <context-group purpose="location"> 6494 <context-group purpose="location">
5911 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 6495 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
5912 <context context-type="linenumber">1</context> 6496 <context context-type="linenumber">1</context>
5913 </context-group> 6497 </context-group>
5914 </trans-unit> 6498 </trans-unit>
5915 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 6499 <trans-unit id="75cc14815746a90d424157080fc7efd3e2631654" datatype="html">
5916 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 6500 <source>Blurred with confirmation request</source>
5917 <context-group purpose="location"> 6501 <context-group purpose="location">
5918 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 6502 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
5919 <context context-type="linenumber">1</context> 6503 <context context-type="linenumber">1</context>
5920 </context-group> 6504 </context-group>
5921 </trans-unit> 6505 </trans-unit>
5922 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html"> 6506 <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105" datatype="html">
5923 <source>Torrent import</source> 6507 <source>Displayed</source>
5924 <context-group purpose="location"> 6508 <context-group purpose="location">
5925 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 6509 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
5926 <context context-type="linenumber">1</context> 6510 <context context-type="linenumber">1</context>
5927 </context-group> 6511 </context-group>
5928 </trans-unit> 6512 </trans-unit>
5929 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba" datatype="html"> 6513 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
5930 <source>~ &lt;x id="INTERPOLATION" equiv-text="{{minutes}}"/&gt; &lt;x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/&gt;</source> 6514 <source>User registration allowed</source>
5931 <context-group purpose="location"> 6515 <context-group purpose="location">
5932 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 6516 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
5933 <context context-type="linenumber">1</context> 6517 <context context-type="linenumber">1</context>
5934 </context-group> 6518 </context-group>
5935 </trans-unit> 6519 </trans-unit>
5936 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24" datatype="html"> 6520 <trans-unit id="55e17373c208e821dbb43ed4f6da7d0c5b800cab" datatype="html">
5937 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source> 6521 <source>Video uploads require manual validation by moderators</source>
5938 <context-group purpose="location"> 6522 <context-group purpose="location">
5939 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 6523 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
5940 <context context-type="linenumber">1</context> 6524 <context context-type="linenumber">1</context>
5941 </context-group> 6525 </context-group>
5942 </trans-unit> 6526 </trans-unit>
5943 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86" datatype="html"> 6527 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411" datatype="html">
5944 <source>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/&gt; of full HD videos</source> 6528 <source>Transcode your videos in multiple resolutions</source>
5945 <context-group purpose="location"> 6529 <context-group purpose="location">
5946 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 6530 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
5947 <context context-type="linenumber">1</context> 6531 <context context-type="linenumber">1</context>
5948 </context-group> 6532 </context-group>
5949 </trans-unit> 6533 </trans-unit>
5950 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8" datatype="html"> 6534 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
5951 <source>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/&gt; of HD videos</source> 6535 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
5952 <context-group purpose="location"> 6536 <context-group purpose="location">
5953 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 6537 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
5954 <context context-type="linenumber">1</context> 6538 <context context-type="linenumber">1</context>
5955 </context-group> 6539 </context-group>
5956 </trans-unit> 6540 </trans-unit>
5957 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5" datatype="html"> 6541 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html">
5958 <source>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/&gt; of average quality videos</source> 6542 <source>Torrent import</source>
5959 <context-group purpose="location"> 6543 <context-group purpose="location">
5960 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 6544 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
5961 <context context-type="linenumber">1</context> 6545 <context context-type="linenumber">1</context>
5962 </context-group> 6546 </context-group>
5963 </trans-unit> 6547 </trans-unit>
5964 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d" datatype="html"> 6548 <trans-unit id="af80f4182e09341958e8706bd2b47ece61233eb5" datatype="html">
5965 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; years ago</source> 6549 <source>P2P enabled</source>
5966 <context-group purpose="location">
5967 <context context-type="sourcefile">src/app/shared/misc/from-now.pipe.ts</context>
5968 <context context-type="linenumber">1</context>
5969 </context-group>
5970 </trans-unit>
5971 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
5972 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; months ago</source>
5973 <context-group purpose="location">
5974 <context context-type="sourcefile">src/app/shared/misc/from-now.pipe.ts</context>
5975 <context context-type="linenumber">1</context>
5976 </context-group>
5977 </trans-unit>
5978 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b" datatype="html">
5979 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; month ago</source>
5980 <context-group purpose="location">
5981 <context context-type="sourcefile">src/app/shared/misc/from-now.pipe.ts</context>
5982 <context context-type="linenumber">1</context>
5983 </context-group>
5984 </trans-unit>
5985 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1" datatype="html">
5986 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; weeks ago</source>
5987 <context-group purpose="location">
5988 <context context-type="sourcefile">src/app/shared/misc/from-now.pipe.ts</context>
5989 <context context-type="linenumber">1</context>
5990 </context-group>
5991 </trans-unit>
5992 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e" datatype="html">
5993 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; week ago</source>
5994 <context-group purpose="location">
5995 <context context-type="sourcefile">src/app/shared/misc/from-now.pipe.ts</context>
5996 <context context-type="linenumber">1</context>
5997 </context-group>
5998 </trans-unit>
5999 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7" datatype="html">
6000 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; days ago</source>
6001 <context-group purpose="location"> 6550 <context-group purpose="location">
6002 <context context-type="sourcefile">src/app/shared/misc/from-now.pipe.ts</context> 6551 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
6003 <context context-type="linenumber">1</context> 6552 <context context-type="linenumber">1</context>
6004 </context-group> 6553 </context-group>
6005 </trans-unit> 6554 </trans-unit>
6006 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1" datatype="html"> 6555 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba" datatype="html">
6007 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; day ago</source> 6556 <source>~ &lt;x id="INTERPOLATION" equiv-text="{{minutes}}"/&gt; &lt;x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/&gt;</source>
6008 <context-group purpose="location"> 6557 <context-group purpose="location">
6009 <context context-type="sourcefile">src/app/shared/misc/from-now.pipe.ts</context> 6558 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
6010 <context context-type="linenumber">1</context> 6559 <context context-type="linenumber">1</context>
6011 </context-group> 6560 </context-group>
6012 </trans-unit> 6561 </trans-unit>
6013 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84" datatype="html"> 6562 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24" datatype="html">
6014 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; hours ago</source> 6563 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source>
6015 <context-group purpose="location"> 6564 <context-group purpose="location">
6016 <context context-type="sourcefile">src/app/shared/misc/from-now.pipe.ts</context> 6565 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
6017 <context context-type="linenumber">1</context> 6566 <context context-type="linenumber">1</context>
6018 </context-group> 6567 </context-group>
6019 </trans-unit> 6568 </trans-unit>
6020 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d" datatype="html"> 6569 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86" datatype="html">
6021 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; hour ago</source> 6570 <source>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/&gt; of full HD videos</source>
6022 <context-group purpose="location"> 6571 <context-group purpose="location">
6023 <context context-type="sourcefile">src/app/shared/misc/from-now.pipe.ts</context> 6572 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
6024 <context context-type="linenumber">1</context> 6573 <context context-type="linenumber">1</context>
6025 </context-group> 6574 </context-group>
6026 </trans-unit> 6575 </trans-unit>
6027 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a" datatype="html"> 6576 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8" datatype="html">
6028 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; min ago</source> 6577 <source>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/&gt; of HD videos</source>
6029 <context-group purpose="location"> 6578 <context-group purpose="location">
6030 <context context-type="sourcefile">src/app/shared/misc/from-now.pipe.ts</context> 6579 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
6031 <context context-type="linenumber">1</context> 6580 <context context-type="linenumber">1</context>
6032 </context-group> 6581 </context-group>
6033 </trans-unit> 6582 </trans-unit>
6034 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 6583 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5" datatype="html">
6035 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/&gt; sec ago</source> 6584 <source>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/&gt; of average quality videos</source>
6036 <context-group purpose="location"> 6585 <context-group purpose="location">
6037 <context context-type="sourcefile">src/app/shared/misc/from-now.pipe.ts</context> 6586 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
6038 <context context-type="linenumber">1</context> 6587 <context context-type="linenumber">1</context>
6039 </context-group> 6588 </context-group>
6040 </trans-unit> 6589 </trans-unit>
@@ -6290,6 +6839,151 @@ When you will upload a video in this channel, the video support field will be au
6290 <context context-type="linenumber">1</context> 6839 <context context-type="linenumber">1</context>
6291 </context-group> 6840 </context-group>
6292 </trans-unit> 6841 </trans-unit>
6842 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78" datatype="html">
6843 <source>Video removed from &lt;x id="INTERPOLATION" equiv-text="{{name}}"/&gt;</source>
6844 <context-group purpose="location">
6845 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
6846 <context context-type="linenumber">1</context>
6847 </context-group>
6848 <context-group purpose="location">
6849 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
6850 <context context-type="linenumber">1</context>
6851 </context-group>
6852 </trans-unit>
6853 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de" datatype="html">
6854 <source>Video added in &lt;x id="INTERPOLATION" equiv-text="{{n}}"/&gt; at timestamps &lt;x id="INTERPOLATION_1" equiv-text="{{t}}"/&gt;</source>
6855 <context-group purpose="location">
6856 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
6857 <context context-type="linenumber">1</context>
6858 </context-group>
6859 </trans-unit>
6860 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f" datatype="html">
6861 <source>Video added in &lt;x id="INTERPOLATION" equiv-text="{{n}}"/&gt;</source>
6862 <context-group purpose="location">
6863 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
6864 <context context-type="linenumber">1</context>
6865 </context-group>
6866 </trans-unit>
6867 <trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8" datatype="html">
6868 <source>Timestamps updated</source>
6869 <context-group purpose="location">
6870 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
6871 <context context-type="linenumber">1</context>
6872 </context-group>
6873 </trans-unit>
6874 <trans-unit id="28d23ed47149ffd34c2ebd58bfeb4601649c784f" datatype="html">
6875 <source>Starts at </source>
6876 <context-group purpose="location">
6877 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
6878 <context context-type="linenumber">1</context>
6879 </context-group>
6880 <context-group purpose="location">
6881 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
6882 <context context-type="linenumber">1</context>
6883 </context-group>
6884 </trans-unit>
6885 <trans-unit id="1e40e4317900075588705bc4084fda4b2ddb3372" datatype="html">
6886 <source>Stops at </source>
6887 <context-group purpose="location">
6888 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
6889 <context context-type="linenumber">1</context>
6890 </context-group>
6891 </trans-unit>
6892 <trans-unit id="1b8201c470a1635cc9beab9adb90eabd19fc9691" datatype="html">
6893 <source> and stops at </source>
6894 <context-group purpose="location">
6895 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
6896 <context context-type="linenumber">1</context>
6897 </context-group>
6898 </trans-unit>
6899 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
6900 <source>Video blacklisted.</source>
6901 <context-group purpose="location">
6902 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context>
6903 <context context-type="linenumber">1</context>
6904 </context-group>
6905 </trans-unit>
6906 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5" datatype="html">
6907 <source>Copied</source>
6908 <context-group purpose="location">
6909 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
6910 <context context-type="linenumber">1</context>
6911 </context-group>
6912 <context-group purpose="location">
6913 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.ts</context>
6914 <context context-type="linenumber">1</context>
6915 </context-group>
6916 </trans-unit>
6917 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50" datatype="html">
6918 <source>Video reported.</source>
6919 <context-group purpose="location">
6920 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.ts</context>
6921 <context context-type="linenumber">1</context>
6922 </context-group>
6923 </trans-unit>
6924 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
6925 <source>Do you really want to delete this video?</source>
6926 <context-group purpose="location">
6927 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
6928 <context context-type="linenumber">1</context>
6929 </context-group>
6930 </trans-unit>
6931 <trans-unit id="0f829293d953936450158c2dd7b483d6b960ed2b" datatype="html">
6932 <source>Save to playlist</source>
6933 <context-group purpose="location">
6934 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
6935 <context context-type="linenumber">1</context>
6936 </context-group>
6937 </trans-unit>
6938 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61" datatype="html">
6939 <source>Blacklist</source>
6940 <context-group purpose="location">
6941 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
6942 <context context-type="linenumber">1</context>
6943 </context-group>
6944 </trans-unit>
6945 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
6946 <source>Report</source>
6947 <context-group purpose="location">
6948 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
6949 <context context-type="linenumber">1</context>
6950 </context-group>
6951 </trans-unit>
6952 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
6953 <source>Published</source>
6954 <context-group purpose="location">
6955 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
6956 <context context-type="linenumber">1</context>
6957 </context-group>
6958 </trans-unit>
6959 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2" datatype="html">
6960 <source>Publication scheduled on </source>
6961 <context-group purpose="location">
6962 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
6963 <context context-type="linenumber">1</context>
6964 </context-group>
6965 </trans-unit>
6966 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02" datatype="html">
6967 <source>Waiting transcoding</source>
6968 <context-group purpose="location">
6969 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
6970 <context context-type="linenumber">1</context>
6971 </context-group>
6972 </trans-unit>
6973 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a" datatype="html">
6974 <source>To transcode</source>
6975 <context-group purpose="location">
6976 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
6977 <context context-type="linenumber">1</context>
6978 </context-group>
6979 </trans-unit>
6980 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392" datatype="html">
6981 <source>To import</source>
6982 <context-group purpose="location">
6983 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
6984 <context context-type="linenumber">1</context>
6985 </context-group>
6986 </trans-unit>
6293 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 6987 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
6294 <source>Only I can see this video</source> 6988 <source>Only I can see this video</source>
6295 <context-group purpose="location"> 6989 <context-group purpose="location">
@@ -6406,35 +7100,17 @@ When you will upload a video in this channel, the video support field will be au
6406 <context context-type="linenumber">1</context> 7100 <context context-type="linenumber">1</context>
6407 </context-group> 7101 </context-group>
6408 </trans-unit> 7102 </trans-unit>
6409 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 7103 <trans-unit id="f18ffad7896788364e69a9ac6a376c84f54c58f7" datatype="html">
6410 <source>Video blacklisted.</source> 7104 <source> The deletion will be sent to remote instances so they remove the comment too.</source>
6411 <context-group purpose="location">
6412 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-blacklist.component.ts</context>
6413 <context context-type="linenumber">1</context>
6414 </context-group>
6415 </trans-unit>
6416 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5" datatype="html">
6417 <source>Copied</source>
6418 <context-group purpose="location"> 7105 <context-group purpose="location">
6419 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-download.component.ts</context> 7106 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
6420 <context context-type="linenumber">1</context>
6421 </context-group>
6422 <context-group purpose="location">
6423 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.ts</context>
6424 <context context-type="linenumber">1</context>
6425 </context-group>
6426 </trans-unit>
6427 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50" datatype="html">
6428 <source>Video reported.</source>
6429 <context-group purpose="location">
6430 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-report.component.ts</context>
6431 <context context-type="linenumber">1</context> 7107 <context context-type="linenumber">1</context>
6432 </context-group> 7108 </context-group>
6433 </trans-unit> 7109 </trans-unit>
6434 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f" datatype="html"> 7110 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
6435 <source>Start at &lt;x id="INTERPOLATION" equiv-text="{{timestamp}}"/&gt;</source> 7111 <source> It is a remote comment, so the deletion will only be effective on your instance.</source>
6436 <context-group purpose="location"> 7112 <context-group purpose="location">
6437 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.ts</context> 7113 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
6438 <context context-type="linenumber">1</context> 7114 <context context-type="linenumber">1</context>
6439 </context-group> 7115 </context-group>
6440 </trans-unit> 7116 </trans-unit>
@@ -6452,13 +7128,6 @@ When you will upload a video in this channel, the video support field will be au
6452 <context context-type="linenumber">1</context> 7128 <context context-type="linenumber">1</context>
6453 </context-group> 7129 </context-group>
6454 </trans-unit> 7130 </trans-unit>
6455 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
6456 <source>Do you really want to delete this video?</source>
6457 <context-group purpose="location">
6458 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
6459 <context context-type="linenumber">1</context>
6460 </context-group>
6461 </trans-unit>
6462 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e" datatype="html"> 7131 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e" datatype="html">
6463 <source>&lt;x id="INTERPOLATION" equiv-text="{{likesNumber}}"/&gt; likes / &lt;x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/&gt; dislikes</source> 7132 <source>&lt;x id="INTERPOLATION" equiv-text="{{likesNumber}}"/&gt; likes / &lt;x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/&gt; dislikes</source>
6464 <context-group purpose="location"> 7133 <context-group purpose="location">
@@ -6487,8 +7156,8 @@ When you will upload a video in this channel, the video support field will be au
6487 <context context-type="linenumber">1</context> 7156 <context context-type="linenumber">1</context>
6488 </context-group> 7157 </context-group>
6489 </trans-unit> 7158 </trans-unit>
6490 <trans-unit id="8c429645223c24afe30218fc45bb07e352bb1938" datatype="html"> 7159 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e" datatype="html">
6491 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours.</source> 7160 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source>
6492 <context-group purpose="location"> 7161 <context-group purpose="location">
6493 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context> 7162 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
6494 <context context-type="linenumber">1</context> 7163 <context context-type="linenumber">1</context>
@@ -6501,8 +7170,8 @@ When you will upload a video in this channel, the video support field will be au
6501 <context context-type="linenumber">1</context> 7170 <context context-type="linenumber">1</context>
6502 </context-group> 7171 </context-group>
6503 </trans-unit> 7172 </trans-unit>
6504 <trans-unit id="98b98154eca3533e16b81c5b08611d19949e8661" datatype="html"> 7173 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509" datatype="html">
6505 <source>Trending videos are those totalizing the greatest number of views during the last &lt;x id="INTERPOLATION" equiv-text="{{days}}"/&gt; days.</source> 7174 <source>Trending videos are those totalizing the greatest number of views during the last &lt;x id="INTERPOLATION" equiv-text="{{days}}"/&gt; days</source>
6506 <context-group purpose="location"> 7175 <context-group purpose="location">
6507 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context> 7176 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
6508 <context context-type="linenumber">1</context> 7177 <context context-type="linenumber">1</context>
diff --git a/client/src/locale/source/iso639_en_US.xml b/client/src/locale/source/iso639_en_US.xml
index 905e6181e..a3bebcdfc 100644
--- a/client/src/locale/source/iso639_en_US.xml
+++ b/client/src/locale/source/iso639_en_US.xml
@@ -3,771 +3,579 @@
3 <body> 3 <body>
4 <trans-unit id="Afar"> 4 <trans-unit id="Afar">
5 <source>Afar</source> 5 <source>Afar</source>
6 <target>undefined</target>
7 </trans-unit> 6 </trans-unit>
8 <trans-unit id="Abkhazian"> 7 <trans-unit id="Abkhazian">
9 <source>Abkhazian</source> 8 <source>Abkhazian</source>
10 <target>undefined</target>
11 </trans-unit> 9 </trans-unit>
12 <trans-unit id="Afrikaans"> 10 <trans-unit id="Afrikaans">
13 <source>Afrikaans</source> 11 <source>Afrikaans</source>
14 <target>undefined</target>
15 </trans-unit> 12 </trans-unit>
16 <trans-unit id="Akan"> 13 <trans-unit id="Akan">
17 <source>Akan</source> 14 <source>Akan</source>
18 <target>undefined</target>
19 </trans-unit> 15 </trans-unit>
20 <trans-unit id="Amharic"> 16 <trans-unit id="Amharic">
21 <source>Amharic</source> 17 <source>Amharic</source>
22 <target>undefined</target>
23 </trans-unit> 18 </trans-unit>
24 <trans-unit id="Arabic"> 19 <trans-unit id="Arabic">
25 <source>Arabic</source> 20 <source>Arabic</source>
26 <target>undefined</target>
27 </trans-unit> 21 </trans-unit>
28 <trans-unit id="Aragonese"> 22 <trans-unit id="Aragonese">
29 <source>Aragonese</source> 23 <source>Aragonese</source>
30 <target>undefined</target>
31 </trans-unit> 24 </trans-unit>
32 <trans-unit id="American Sign Language"> 25 <trans-unit id="American Sign Language">
33 <source>American Sign Language</source> 26 <source>American Sign Language</source>
34 <target>undefined</target>
35 </trans-unit> 27 </trans-unit>
36 <trans-unit id="Assamese"> 28 <trans-unit id="Assamese">
37 <source>Assamese</source> 29 <source>Assamese</source>
38 <target>undefined</target>
39 </trans-unit> 30 </trans-unit>
40 <trans-unit id="Avaric"> 31 <trans-unit id="Avaric">
41 <source>Avaric</source> 32 <source>Avaric</source>
42 <target>undefined</target>
43 </trans-unit> 33 </trans-unit>
44 <trans-unit id="Kotava"> 34 <trans-unit id="Kotava">
45 <source>Kotava</source> 35 <source>Kotava</source>
46 <target>undefined</target>
47 </trans-unit> 36 </trans-unit>
48 <trans-unit id="Aymara"> 37 <trans-unit id="Aymara">
49 <source>Aymara</source> 38 <source>Aymara</source>
50 <target>undefined</target>
51 </trans-unit> 39 </trans-unit>
52 <trans-unit id="Azerbaijani"> 40 <trans-unit id="Azerbaijani">
53 <source>Azerbaijani</source> 41 <source>Azerbaijani</source>
54 <target>undefined</target>
55 </trans-unit> 42 </trans-unit>
56 <trans-unit id="Bashkir"> 43 <trans-unit id="Bashkir">
57 <source>Bashkir</source> 44 <source>Bashkir</source>
58 <target>undefined</target>
59 </trans-unit> 45 </trans-unit>
60 <trans-unit id="Bambara"> 46 <trans-unit id="Bambara">
61 <source>Bambara</source> 47 <source>Bambara</source>
62 <target>undefined</target>
63 </trans-unit> 48 </trans-unit>
64 <trans-unit id="Belarusian"> 49 <trans-unit id="Belarusian">
65 <source>Belarusian</source> 50 <source>Belarusian</source>
66 <target>undefined</target>
67 </trans-unit> 51 </trans-unit>
68 <trans-unit id="Bengali"> 52 <trans-unit id="Bengali">
69 <source>Bengali</source> 53 <source>Bengali</source>
70 <target>undefined</target>
71 </trans-unit> 54 </trans-unit>
72 <trans-unit id="British Sign Language"> 55 <trans-unit id="British Sign Language">
73 <source>British Sign Language</source> 56 <source>British Sign Language</source>
74 <target>undefined</target>
75 </trans-unit> 57 </trans-unit>
76 <trans-unit id="Bislama"> 58 <trans-unit id="Bislama">
77 <source>Bislama</source> 59 <source>Bislama</source>
78 <target>undefined</target>
79 </trans-unit> 60 </trans-unit>
80 <trans-unit id="Tibetan"> 61 <trans-unit id="Tibetan">
81 <source>Tibetan</source> 62 <source>Tibetan</source>
82 <target>undefined</target>
83 </trans-unit> 63 </trans-unit>
84 <trans-unit id="Bosnian"> 64 <trans-unit id="Bosnian">
85 <source>Bosnian</source> 65 <source>Bosnian</source>
86 <target>undefined</target>
87 </trans-unit> 66 </trans-unit>
88 <trans-unit id="Breton"> 67 <trans-unit id="Breton">
89 <source>Breton</source> 68 <source>Breton</source>
90 <target>undefined</target>
91 </trans-unit> 69 </trans-unit>
92 <trans-unit id="Bulgarian"> 70 <trans-unit id="Bulgarian">
93 <source>Bulgarian</source> 71 <source>Bulgarian</source>
94 <target>undefined</target>
95 </trans-unit> 72 </trans-unit>
96 <trans-unit id="Brazilian Sign Language"> 73 <trans-unit id="Brazilian Sign Language">
97 <source>Brazilian Sign Language</source> 74 <source>Brazilian Sign Language</source>
98 <target>undefined</target>
99 </trans-unit> 75 </trans-unit>
100 <trans-unit id="Catalan"> 76 <trans-unit id="Catalan">
101 <source>Catalan</source> 77 <source>Catalan</source>
102 <target>undefined</target>
103 </trans-unit> 78 </trans-unit>
104 <trans-unit id="Czech"> 79 <trans-unit id="Czech">
105 <source>Czech</source> 80 <source>Czech</source>
106 <target>undefined</target>
107 </trans-unit> 81 </trans-unit>
108 <trans-unit id="Chamorro"> 82 <trans-unit id="Chamorro">
109 <source>Chamorro</source> 83 <source>Chamorro</source>
110 <target>undefined</target>
111 </trans-unit> 84 </trans-unit>
112 <trans-unit id="Chechen"> 85 <trans-unit id="Chechen">
113 <source>Chechen</source> 86 <source>Chechen</source>
114 <target>undefined</target>
115 </trans-unit> 87 </trans-unit>
116 <trans-unit id="Chuvash"> 88 <trans-unit id="Chuvash">
117 <source>Chuvash</source> 89 <source>Chuvash</source>
118 <target>undefined</target>
119 </trans-unit> 90 </trans-unit>
120 <trans-unit id="Cornish"> 91 <trans-unit id="Cornish">
121 <source>Cornish</source> 92 <source>Cornish</source>
122 <target>undefined</target>
123 </trans-unit> 93 </trans-unit>
124 <trans-unit id="Corsican"> 94 <trans-unit id="Corsican">
125 <source>Corsican</source> 95 <source>Corsican</source>
126 <target>undefined</target>
127 </trans-unit> 96 </trans-unit>
128 <trans-unit id="Cree"> 97 <trans-unit id="Cree">
129 <source>Cree</source> 98 <source>Cree</source>
130 <target>undefined</target>
131 </trans-unit> 99 </trans-unit>
132 <trans-unit id="Czech Sign Language"> 100 <trans-unit id="Czech Sign Language">
133 <source>Czech Sign Language</source> 101 <source>Czech Sign Language</source>
134 <target>undefined</target>
135 </trans-unit> 102 </trans-unit>
136 <trans-unit id="Chinese Sign Language"> 103 <trans-unit id="Chinese Sign Language">
137 <source>Chinese Sign Language</source> 104 <source>Chinese Sign Language</source>
138 <target>undefined</target>
139 </trans-unit> 105 </trans-unit>
140 <trans-unit id="Welsh"> 106 <trans-unit id="Welsh">
141 <source>Welsh</source> 107 <source>Welsh</source>
142 <target>undefined</target>
143 </trans-unit> 108 </trans-unit>
144 <trans-unit id="Danish"> 109 <trans-unit id="Danish">
145 <source>Danish</source> 110 <source>Danish</source>
146 <target>undefined</target>
147 </trans-unit> 111 </trans-unit>
148 <trans-unit id="German"> 112 <trans-unit id="German">
149 <source>German</source> 113 <source>German</source>
150 <target>undefined</target>
151 </trans-unit> 114 </trans-unit>
152 <trans-unit id="Dhivehi"> 115 <trans-unit id="Dhivehi">
153 <source>Dhivehi</source> 116 <source>Dhivehi</source>
154 <target>undefined</target>
155 </trans-unit> 117 </trans-unit>
156 <trans-unit id="Danish Sign Language"> 118 <trans-unit id="Danish Sign Language">
157 <source>Danish Sign Language</source> 119 <source>Danish Sign Language</source>
158 <target>undefined</target>
159 </trans-unit> 120 </trans-unit>
160 <trans-unit id="Dzongkha"> 121 <trans-unit id="Dzongkha">
161 <source>Dzongkha</source> 122 <source>Dzongkha</source>
162 <target>undefined</target>
163 </trans-unit> 123 </trans-unit>
164 <trans-unit id="Modern Greek (1453-)"> 124 <trans-unit id="Greek">
165 <source>Modern Greek (1453-)</source> 125 <source>Greek</source>
166 <target>undefined</target>
167 </trans-unit> 126 </trans-unit>
168 <trans-unit id="English"> 127 <trans-unit id="English">
169 <source>English</source> 128 <source>English</source>
170 <target>undefined</target>
171 </trans-unit> 129 </trans-unit>
172 <trans-unit id="Esperanto"> 130 <trans-unit id="Esperanto">
173 <source>Esperanto</source> 131 <source>Esperanto</source>
174 <target>undefined</target>
175 </trans-unit> 132 </trans-unit>
176 <trans-unit id="Estonian"> 133 <trans-unit id="Estonian">
177 <source>Estonian</source> 134 <source>Estonian</source>
178 <target>undefined</target>
179 </trans-unit> 135 </trans-unit>
180 <trans-unit id="Basque"> 136 <trans-unit id="Basque">
181 <source>Basque</source> 137 <source>Basque</source>
182 <target>undefined</target>
183 </trans-unit> 138 </trans-unit>
184 <trans-unit id="Ewe"> 139 <trans-unit id="Ewe">
185 <source>Ewe</source> 140 <source>Ewe</source>
186 <target>undefined</target>
187 </trans-unit> 141 </trans-unit>
188 <trans-unit id="Faroese"> 142 <trans-unit id="Faroese">
189 <source>Faroese</source> 143 <source>Faroese</source>
190 <target>undefined</target>
191 </trans-unit> 144 </trans-unit>
192 <trans-unit id="Persian"> 145 <trans-unit id="Persian">
193 <source>Persian</source> 146 <source>Persian</source>
194 <target>undefined</target>
195 </trans-unit> 147 </trans-unit>
196 <trans-unit id="Fijian"> 148 <trans-unit id="Fijian">
197 <source>Fijian</source> 149 <source>Fijian</source>
198 <target>undefined</target>
199 </trans-unit> 150 </trans-unit>
200 <trans-unit id="Finnish"> 151 <trans-unit id="Finnish">
201 <source>Finnish</source> 152 <source>Finnish</source>
202 <target>undefined</target>
203 </trans-unit> 153 </trans-unit>
204 <trans-unit id="French"> 154 <trans-unit id="French">
205 <source>French</source> 155 <source>French</source>
206 <target>undefined</target>
207 </trans-unit> 156 </trans-unit>
208 <trans-unit id="Western Frisian"> 157 <trans-unit id="Western Frisian">
209 <source>Western Frisian</source> 158 <source>Western Frisian</source>
210 <target>undefined</target>
211 </trans-unit> 159 </trans-unit>
212 <trans-unit id="French Sign Language"> 160 <trans-unit id="French Sign Language">
213 <source>French Sign Language</source> 161 <source>French Sign Language</source>
214 <target>undefined</target>
215 </trans-unit> 162 </trans-unit>
216 <trans-unit id="Fulah"> 163 <trans-unit id="Fulah">
217 <source>Fulah</source> 164 <source>Fulah</source>
218 <target>undefined</target>
219 </trans-unit> 165 </trans-unit>
220 <trans-unit id="Scottish Gaelic"> 166 <trans-unit id="Scottish Gaelic">
221 <source>Scottish Gaelic</source> 167 <source>Scottish Gaelic</source>
222 <target>undefined</target>
223 </trans-unit> 168 </trans-unit>
224 <trans-unit id="Irish"> 169 <trans-unit id="Irish">
225 <source>Irish</source> 170 <source>Irish</source>
226 <target>undefined</target>
227 </trans-unit> 171 </trans-unit>
228 <trans-unit id="Galician"> 172 <trans-unit id="Galician">
229 <source>Galician</source> 173 <source>Galician</source>
230 <target>undefined</target>
231 </trans-unit> 174 </trans-unit>
232 <trans-unit id="Manx"> 175 <trans-unit id="Manx">
233 <source>Manx</source> 176 <source>Manx</source>
234 <target>undefined</target>
235 </trans-unit> 177 </trans-unit>
236 <trans-unit id="Guarani"> 178 <trans-unit id="Guarani">
237 <source>Guarani</source> 179 <source>Guarani</source>
238 <target>undefined</target>
239 </trans-unit> 180 </trans-unit>
240 <trans-unit id="German Sign Language"> 181 <trans-unit id="German Sign Language">
241 <source>German Sign Language</source> 182 <source>German Sign Language</source>
242 <target>undefined</target>
243 </trans-unit> 183 </trans-unit>
244 <trans-unit id="Gujarati"> 184 <trans-unit id="Gujarati">
245 <source>Gujarati</source> 185 <source>Gujarati</source>
246 <target>undefined</target>
247 </trans-unit> 186 </trans-unit>
248 <trans-unit id="Haitian"> 187 <trans-unit id="Haitian">
249 <source>Haitian</source> 188 <source>Haitian</source>
250 <target>undefined</target>
251 </trans-unit> 189 </trans-unit>
252 <trans-unit id="Hausa"> 190 <trans-unit id="Hausa">
253 <source>Hausa</source> 191 <source>Hausa</source>
254 <target>undefined</target>
255 </trans-unit> 192 </trans-unit>
256 <trans-unit id="Serbo-Croatian"> 193 <trans-unit id="Serbo-Croatian">
257 <source>Serbo-Croatian</source> 194 <source>Serbo-Croatian</source>
258 <target>undefined</target>
259 </trans-unit> 195 </trans-unit>
260 <trans-unit id="Hebrew"> 196 <trans-unit id="Hebrew">
261 <source>Hebrew</source> 197 <source>Hebrew</source>
262 <target>undefined</target>
263 </trans-unit> 198 </trans-unit>
264 <trans-unit id="Herero"> 199 <trans-unit id="Herero">
265 <source>Herero</source> 200 <source>Herero</source>
266 <target>undefined</target>
267 </trans-unit> 201 </trans-unit>
268 <trans-unit id="Hindi"> 202 <trans-unit id="Hindi">
269 <source>Hindi</source> 203 <source>Hindi</source>
270 <target>undefined</target>
271 </trans-unit> 204 </trans-unit>
272 <trans-unit id="Hiri Motu"> 205 <trans-unit id="Hiri Motu">
273 <source>Hiri Motu</source> 206 <source>Hiri Motu</source>
274 <target>undefined</target>
275 </trans-unit> 207 </trans-unit>
276 <trans-unit id="Croatian"> 208 <trans-unit id="Croatian">
277 <source>Croatian</source> 209 <source>Croatian</source>
278 <target>undefined</target>
279 </trans-unit> 210 </trans-unit>
280 <trans-unit id="Hungarian"> 211 <trans-unit id="Hungarian">
281 <source>Hungarian</source> 212 <source>Hungarian</source>
282 <target>undefined</target>
283 </trans-unit> 213 </trans-unit>
284 <trans-unit id="Armenian"> 214 <trans-unit id="Armenian">
285 <source>Armenian</source> 215 <source>Armenian</source>
286 <target>undefined</target>
287 </trans-unit> 216 </trans-unit>
288 <trans-unit id="Igbo"> 217 <trans-unit id="Igbo">
289 <source>Igbo</source> 218 <source>Igbo</source>
290 <target>undefined</target>
291 </trans-unit> 219 </trans-unit>
292 <trans-unit id="Sichuan Yi"> 220 <trans-unit id="Sichuan Yi">
293 <source>Sichuan Yi</source> 221 <source>Sichuan Yi</source>
294 <target>undefined</target>
295 </trans-unit> 222 </trans-unit>
296 <trans-unit id="Inuktitut"> 223 <trans-unit id="Inuktitut">
297 <source>Inuktitut</source> 224 <source>Inuktitut</source>
298 <target>undefined</target>
299 </trans-unit> 225 </trans-unit>
300 <trans-unit id="Indonesian"> 226 <trans-unit id="Indonesian">
301 <source>Indonesian</source> 227 <source>Indonesian</source>
302 <target>undefined</target>
303 </trans-unit> 228 </trans-unit>
304 <trans-unit id="Inupiaq"> 229 <trans-unit id="Inupiaq">
305 <source>Inupiaq</source> 230 <source>Inupiaq</source>
306 <target>undefined</target>
307 </trans-unit> 231 </trans-unit>
308 <trans-unit id="Icelandic"> 232 <trans-unit id="Icelandic">
309 <source>Icelandic</source> 233 <source>Icelandic</source>
310 <target>undefined</target>
311 </trans-unit> 234 </trans-unit>
312 <trans-unit id="Italian"> 235 <trans-unit id="Italian">
313 <source>Italian</source> 236 <source>Italian</source>
314 <target>undefined</target>
315 </trans-unit> 237 </trans-unit>
316 <trans-unit id="Javanese"> 238 <trans-unit id="Javanese">
317 <source>Javanese</source> 239 <source>Javanese</source>
318 <target>undefined</target>
319 </trans-unit> 240 </trans-unit>
320 <trans-unit id="Lojban"> 241 <trans-unit id="Lojban">
321 <source>Lojban</source> 242 <source>Lojban</source>
322 <target>undefined</target>
323 </trans-unit> 243 </trans-unit>
324 <trans-unit id="Japanese"> 244 <trans-unit id="Japanese">
325 <source>Japanese</source> 245 <source>Japanese</source>
326 <target>undefined</target>
327 </trans-unit> 246 </trans-unit>
328 <trans-unit id="Japanese Sign Language"> 247 <trans-unit id="Japanese Sign Language">
329 <source>Japanese Sign Language</source> 248 <source>Japanese Sign Language</source>
330 <target>undefined</target>
331 </trans-unit> 249 </trans-unit>
332 <trans-unit id="Kalaallisut"> 250 <trans-unit id="Kalaallisut">
333 <source>Kalaallisut</source> 251 <source>Kalaallisut</source>
334 <target>undefined</target>
335 </trans-unit> 252 </trans-unit>
336 <trans-unit id="Kannada"> 253 <trans-unit id="Kannada">
337 <source>Kannada</source> 254 <source>Kannada</source>
338 <target>undefined</target>
339 </trans-unit> 255 </trans-unit>
340 <trans-unit id="Kashmiri"> 256 <trans-unit id="Kashmiri">
341 <source>Kashmiri</source> 257 <source>Kashmiri</source>
342 <target>undefined</target>
343 </trans-unit> 258 </trans-unit>
344 <trans-unit id="Georgian"> 259 <trans-unit id="Georgian">
345 <source>Georgian</source> 260 <source>Georgian</source>
346 <target>undefined</target>
347 </trans-unit> 261 </trans-unit>
348 <trans-unit id="Kanuri"> 262 <trans-unit id="Kanuri">
349 <source>Kanuri</source> 263 <source>Kanuri</source>
350 <target>undefined</target>
351 </trans-unit> 264 </trans-unit>
352 <trans-unit id="Kazakh"> 265 <trans-unit id="Kazakh">
353 <source>Kazakh</source> 266 <source>Kazakh</source>
354 <target>undefined</target>
355 </trans-unit> 267 </trans-unit>
356 <trans-unit id="Khmer"> 268 <trans-unit id="Khmer">
357 <source>Khmer</source> 269 <source>Khmer</source>
358 <target>undefined</target>
359 </trans-unit> 270 </trans-unit>
360 <trans-unit id="Kikuyu"> 271 <trans-unit id="Kikuyu">
361 <source>Kikuyu</source> 272 <source>Kikuyu</source>
362 <target>undefined</target>
363 </trans-unit> 273 </trans-unit>
364 <trans-unit id="Kinyarwanda"> 274 <trans-unit id="Kinyarwanda">
365 <source>Kinyarwanda</source> 275 <source>Kinyarwanda</source>
366 <target>undefined</target>
367 </trans-unit> 276 </trans-unit>
368 <trans-unit id="Kirghiz"> 277 <trans-unit id="Kirghiz">
369 <source>Kirghiz</source> 278 <source>Kirghiz</source>
370 <target>undefined</target>
371 </trans-unit> 279 </trans-unit>
372 <trans-unit id="Komi"> 280 <trans-unit id="Komi">
373 <source>Komi</source> 281 <source>Komi</source>
374 <target>undefined</target>
375 </trans-unit> 282 </trans-unit>
376 <trans-unit id="Kongo"> 283 <trans-unit id="Kongo">
377 <source>Kongo</source> 284 <source>Kongo</source>
378 <target>undefined</target>
379 </trans-unit> 285 </trans-unit>
380 <trans-unit id="Korean"> 286 <trans-unit id="Korean">
381 <source>Korean</source> 287 <source>Korean</source>
382 <target>undefined</target>
383 </trans-unit> 288 </trans-unit>
384 <trans-unit id="Kuanyama"> 289 <trans-unit id="Kuanyama">
385 <source>Kuanyama</source> 290 <source>Kuanyama</source>
386 <target>undefined</target>
387 </trans-unit> 291 </trans-unit>
388 <trans-unit id="Kurdish"> 292 <trans-unit id="Kurdish">
389 <source>Kurdish</source> 293 <source>Kurdish</source>
390 <target>undefined</target>
391 </trans-unit> 294 </trans-unit>
392 <trans-unit id="Lao"> 295 <trans-unit id="Lao">
393 <source>Lao</source> 296 <source>Lao</source>
394 <target>undefined</target>
395 </trans-unit> 297 </trans-unit>
396 <trans-unit id="Latvian"> 298 <trans-unit id="Latvian">
397 <source>Latvian</source> 299 <source>Latvian</source>
398 <target>undefined</target>
399 </trans-unit> 300 </trans-unit>
400 <trans-unit id="Limburgan"> 301 <trans-unit id="Limburgan">
401 <source>Limburgan</source> 302 <source>Limburgan</source>
402 <target>undefined</target>
403 </trans-unit> 303 </trans-unit>
404 <trans-unit id="Lingala"> 304 <trans-unit id="Lingala">
405 <source>Lingala</source> 305 <source>Lingala</source>
406 <target>undefined</target>
407 </trans-unit> 306 </trans-unit>
408 <trans-unit id="Lithuanian"> 307 <trans-unit id="Lithuanian">
409 <source>Lithuanian</source> 308 <source>Lithuanian</source>
410 <target>undefined</target>
411 </trans-unit> 309 </trans-unit>
412 <trans-unit id="Luxembourgish"> 310 <trans-unit id="Luxembourgish">
413 <source>Luxembourgish</source> 311 <source>Luxembourgish</source>
414 <target>undefined</target>
415 </trans-unit> 312 </trans-unit>
416 <trans-unit id="Luba-Katanga"> 313 <trans-unit id="Luba-Katanga">
417 <source>Luba-Katanga</source> 314 <source>Luba-Katanga</source>
418 <target>undefined</target>
419 </trans-unit> 315 </trans-unit>
420 <trans-unit id="Ganda"> 316 <trans-unit id="Ganda">
421 <source>Ganda</source> 317 <source>Ganda</source>
422 <target>undefined</target>
423 </trans-unit> 318 </trans-unit>
424 <trans-unit id="Marshallese"> 319 <trans-unit id="Marshallese">
425 <source>Marshallese</source> 320 <source>Marshallese</source>
426 <target>undefined</target>
427 </trans-unit> 321 </trans-unit>
428 <trans-unit id="Malayalam"> 322 <trans-unit id="Malayalam">
429 <source>Malayalam</source> 323 <source>Malayalam</source>
430 <target>undefined</target>
431 </trans-unit> 324 </trans-unit>
432 <trans-unit id="Marathi"> 325 <trans-unit id="Marathi">
433 <source>Marathi</source> 326 <source>Marathi</source>
434 <target>undefined</target>
435 </trans-unit> 327 </trans-unit>
436 <trans-unit id="Macedonian"> 328 <trans-unit id="Macedonian">
437 <source>Macedonian</source> 329 <source>Macedonian</source>
438 <target>undefined</target>
439 </trans-unit> 330 </trans-unit>
440 <trans-unit id="Malagasy"> 331 <trans-unit id="Malagasy">
441 <source>Malagasy</source> 332 <source>Malagasy</source>
442 <target>undefined</target>
443 </trans-unit> 333 </trans-unit>
444 <trans-unit id="Maltese"> 334 <trans-unit id="Maltese">
445 <source>Maltese</source> 335 <source>Maltese</source>
446 <target>undefined</target>
447 </trans-unit> 336 </trans-unit>
448 <trans-unit id="Mongolian"> 337 <trans-unit id="Mongolian">
449 <source>Mongolian</source> 338 <source>Mongolian</source>
450 <target>undefined</target>
451 </trans-unit> 339 </trans-unit>
452 <trans-unit id="Maori"> 340 <trans-unit id="Maori">
453 <source>Maori</source> 341 <source>Maori</source>
454 <target>undefined</target>
455 </trans-unit> 342 </trans-unit>
456 <trans-unit id="Malay (macrolanguage)"> 343 <trans-unit id="Malay (macrolanguage)">
457 <source>Malay (macrolanguage)</source> 344 <source>Malay (macrolanguage)</source>
458 <target>undefined</target>
459 </trans-unit> 345 </trans-unit>
460 <trans-unit id="Burmese"> 346 <trans-unit id="Burmese">
461 <source>Burmese</source> 347 <source>Burmese</source>
462 <target>undefined</target>
463 </trans-unit> 348 </trans-unit>
464 <trans-unit id="Nauru"> 349 <trans-unit id="Nauru">
465 <source>Nauru</source> 350 <source>Nauru</source>
466 <target>undefined</target>
467 </trans-unit> 351 </trans-unit>
468 <trans-unit id="Navajo"> 352 <trans-unit id="Navajo">
469 <source>Navajo</source> 353 <source>Navajo</source>
470 <target>undefined</target>
471 </trans-unit> 354 </trans-unit>
472 <trans-unit id="South Ndebele"> 355 <trans-unit id="South Ndebele">
473 <source>South Ndebele</source> 356 <source>South Ndebele</source>
474 <target>undefined</target>
475 </trans-unit> 357 </trans-unit>
476 <trans-unit id="North Ndebele"> 358 <trans-unit id="North Ndebele">
477 <source>North Ndebele</source> 359 <source>North Ndebele</source>
478 <target>undefined</target>
479 </trans-unit> 360 </trans-unit>
480 <trans-unit id="Ndonga"> 361 <trans-unit id="Ndonga">
481 <source>Ndonga</source> 362 <source>Ndonga</source>
482 <target>undefined</target>
483 </trans-unit> 363 </trans-unit>
484 <trans-unit id="Nepali (macrolanguage)"> 364 <trans-unit id="Nepali (macrolanguage)">
485 <source>Nepali (macrolanguage)</source> 365 <source>Nepali (macrolanguage)</source>
486 <target>undefined</target>
487 </trans-unit> 366 </trans-unit>
488 <trans-unit id="Dutch"> 367 <trans-unit id="Dutch">
489 <source>Dutch</source> 368 <source>Dutch</source>
490 <target>undefined</target>
491 </trans-unit> 369 </trans-unit>
492 <trans-unit id="Norwegian Nynorsk"> 370 <trans-unit id="Norwegian Nynorsk">
493 <source>Norwegian Nynorsk</source> 371 <source>Norwegian Nynorsk</source>
494 <target>undefined</target>
495 </trans-unit> 372 </trans-unit>
496 <trans-unit id="Norwegian Bokmål"> 373 <trans-unit id="Norwegian Bokmål">
497 <source>Norwegian Bokmål</source> 374 <source>Norwegian Bokmål</source>
498 <target>undefined</target>
499 </trans-unit> 375 </trans-unit>
500 <trans-unit id="Norwegian"> 376 <trans-unit id="Norwegian">
501 <source>Norwegian</source> 377 <source>Norwegian</source>
502 <target>undefined</target>
503 </trans-unit> 378 </trans-unit>
504 <trans-unit id="Nyanja"> 379 <trans-unit id="Nyanja">
505 <source>Nyanja</source> 380 <source>Nyanja</source>
506 <target>undefined</target>
507 </trans-unit> 381 </trans-unit>
508 <trans-unit id="Occitan"> 382 <trans-unit id="Occitan">
509 <source>Occitan</source> 383 <source>Occitan</source>
510 <target>undefined</target>
511 </trans-unit> 384 </trans-unit>
512 <trans-unit id="Ojibwa"> 385 <trans-unit id="Ojibwa">
513 <source>Ojibwa</source> 386 <source>Ojibwa</source>
514 <target>undefined</target>
515 </trans-unit> 387 </trans-unit>
516 <trans-unit id="Oriya (macrolanguage)"> 388 <trans-unit id="Oriya (macrolanguage)">
517 <source>Oriya (macrolanguage)</source> 389 <source>Oriya (macrolanguage)</source>
518 <target>undefined</target>
519 </trans-unit> 390 </trans-unit>
520 <trans-unit id="Oromo"> 391 <trans-unit id="Oromo">
521 <source>Oromo</source> 392 <source>Oromo</source>
522 <target>undefined</target>
523 </trans-unit> 393 </trans-unit>
524 <trans-unit id="Ossetian"> 394 <trans-unit id="Ossetian">
525 <source>Ossetian</source> 395 <source>Ossetian</source>
526 <target>undefined</target>
527 </trans-unit> 396 </trans-unit>
528 <trans-unit id="Panjabi"> 397 <trans-unit id="Panjabi">
529 <source>Panjabi</source> 398 <source>Panjabi</source>
530 <target>undefined</target>
531 </trans-unit> 399 </trans-unit>
532 <trans-unit id="Pakistan Sign Language"> 400 <trans-unit id="Pakistan Sign Language">
533 <source>Pakistan Sign Language</source> 401 <source>Pakistan Sign Language</source>
534 <target>undefined</target>
535 </trans-unit> 402 </trans-unit>
536 <trans-unit id="Polish"> 403 <trans-unit id="Polish">
537 <source>Polish</source> 404 <source>Polish</source>
538 <target>undefined</target>
539 </trans-unit> 405 </trans-unit>
540 <trans-unit id="Portuguese"> 406 <trans-unit id="Portuguese">
541 <source>Portuguese</source> 407 <source>Portuguese</source>
542 <target>undefined</target>
543 </trans-unit> 408 </trans-unit>
544 <trans-unit id="Pushto"> 409 <trans-unit id="Pushto">
545 <source>Pushto</source> 410 <source>Pushto</source>
546 <target>undefined</target>
547 </trans-unit> 411 </trans-unit>
548 <trans-unit id="Quechua"> 412 <trans-unit id="Quechua">
549 <source>Quechua</source> 413 <source>Quechua</source>
550 <target>undefined</target>
551 </trans-unit> 414 </trans-unit>
552 <trans-unit id="Romansh"> 415 <trans-unit id="Romansh">
553 <source>Romansh</source> 416 <source>Romansh</source>
554 <target>undefined</target>
555 </trans-unit> 417 </trans-unit>
556 <trans-unit id="Romanian"> 418 <trans-unit id="Romanian">
557 <source>Romanian</source> 419 <source>Romanian</source>
558 <target>undefined</target>
559 </trans-unit> 420 </trans-unit>
560 <trans-unit id="Russian Sign Language"> 421 <trans-unit id="Russian Sign Language">
561 <source>Russian Sign Language</source> 422 <source>Russian Sign Language</source>
562 <target>undefined</target>
563 </trans-unit> 423 </trans-unit>
564 <trans-unit id="Rundi"> 424 <trans-unit id="Rundi">
565 <source>Rundi</source> 425 <source>Rundi</source>
566 <target>undefined</target>
567 </trans-unit> 426 </trans-unit>
568 <trans-unit id="Russian"> 427 <trans-unit id="Russian">
569 <source>Russian</source> 428 <source>Russian</source>
570 <target>undefined</target>
571 </trans-unit> 429 </trans-unit>
572 <trans-unit id="Sango"> 430 <trans-unit id="Sango">
573 <source>Sango</source> 431 <source>Sango</source>
574 <target>undefined</target>
575 </trans-unit> 432 </trans-unit>
576 <trans-unit id="Saudi Arabian Sign Language"> 433 <trans-unit id="Saudi Arabian Sign Language">
577 <source>Saudi Arabian Sign Language</source> 434 <source>Saudi Arabian Sign Language</source>
578 <target>undefined</target>
579 </trans-unit> 435 </trans-unit>
580 <trans-unit id="South African Sign Language"> 436 <trans-unit id="South African Sign Language">
581 <source>South African Sign Language</source> 437 <source>South African Sign Language</source>
582 <target>undefined</target>
583 </trans-unit> 438 </trans-unit>
584 <trans-unit id="Sinhala"> 439 <trans-unit id="Sinhala">
585 <source>Sinhala</source> 440 <source>Sinhala</source>
586 <target>undefined</target>
587 </trans-unit> 441 </trans-unit>
588 <trans-unit id="Slovak"> 442 <trans-unit id="Slovak">
589 <source>Slovak</source> 443 <source>Slovak</source>
590 <target>undefined</target>
591 </trans-unit> 444 </trans-unit>
592 <trans-unit id="Slovenian"> 445 <trans-unit id="Slovenian">
593 <source>Slovenian</source> 446 <source>Slovenian</source>
594 <target>undefined</target>
595 </trans-unit> 447 </trans-unit>
596 <trans-unit id="Northern Sami"> 448 <trans-unit id="Northern Sami">
597 <source>Northern Sami</source> 449 <source>Northern Sami</source>
598 <target>undefined</target>
599 </trans-unit> 450 </trans-unit>
600 <trans-unit id="Samoan"> 451 <trans-unit id="Samoan">
601 <source>Samoan</source> 452 <source>Samoan</source>
602 <target>undefined</target>
603 </trans-unit> 453 </trans-unit>
604 <trans-unit id="Shona"> 454 <trans-unit id="Shona">
605 <source>Shona</source> 455 <source>Shona</source>
606 <target>undefined</target>
607 </trans-unit> 456 </trans-unit>
608 <trans-unit id="Sindhi"> 457 <trans-unit id="Sindhi">
609 <source>Sindhi</source> 458 <source>Sindhi</source>
610 <target>undefined</target>
611 </trans-unit> 459 </trans-unit>
612 <trans-unit id="Somali"> 460 <trans-unit id="Somali">
613 <source>Somali</source> 461 <source>Somali</source>
614 <target>undefined</target>
615 </trans-unit> 462 </trans-unit>
616 <trans-unit id="Southern Sotho"> 463 <trans-unit id="Southern Sotho">
617 <source>Southern Sotho</source> 464 <source>Southern Sotho</source>
618 <target>undefined</target>
619 </trans-unit> 465 </trans-unit>
620 <trans-unit id="Spanish"> 466 <trans-unit id="Spanish">
621 <source>Spanish</source> 467 <source>Spanish</source>
622 <target>undefined</target>
623 </trans-unit> 468 </trans-unit>
624 <trans-unit id="Albanian"> 469 <trans-unit id="Albanian">
625 <source>Albanian</source> 470 <source>Albanian</source>
626 <target>undefined</target>
627 </trans-unit> 471 </trans-unit>
628 <trans-unit id="Sardinian"> 472 <trans-unit id="Sardinian">
629 <source>Sardinian</source> 473 <source>Sardinian</source>
630 <target>undefined</target>
631 </trans-unit> 474 </trans-unit>
632 <trans-unit id="Serbian"> 475 <trans-unit id="Serbian">
633 <source>Serbian</source> 476 <source>Serbian</source>
634 <target>undefined</target>
635 </trans-unit> 477 </trans-unit>
636 <trans-unit id="Swati"> 478 <trans-unit id="Swati">
637 <source>Swati</source> 479 <source>Swati</source>
638 <target>undefined</target>
639 </trans-unit> 480 </trans-unit>
640 <trans-unit id="Sundanese"> 481 <trans-unit id="Sundanese">
641 <source>Sundanese</source> 482 <source>Sundanese</source>
642 <target>undefined</target>
643 </trans-unit> 483 </trans-unit>
644 <trans-unit id="Swahili (macrolanguage)"> 484 <trans-unit id="Swahili (macrolanguage)">
645 <source>Swahili (macrolanguage)</source> 485 <source>Swahili (macrolanguage)</source>
646 <target>undefined</target>
647 </trans-unit> 486 </trans-unit>
648 <trans-unit id="Swedish"> 487 <trans-unit id="Swedish">
649 <source>Swedish</source> 488 <source>Swedish</source>
650 <target>undefined</target>
651 </trans-unit> 489 </trans-unit>
652 <trans-unit id="Swedish Sign Language"> 490 <trans-unit id="Swedish Sign Language">
653 <source>Swedish Sign Language</source> 491 <source>Swedish Sign Language</source>
654 <target>undefined</target>
655 </trans-unit> 492 </trans-unit>
656 <trans-unit id="Tahitian"> 493 <trans-unit id="Tahitian">
657 <source>Tahitian</source> 494 <source>Tahitian</source>
658 <target>undefined</target>
659 </trans-unit> 495 </trans-unit>
660 <trans-unit id="Tamil"> 496 <trans-unit id="Tamil">
661 <source>Tamil</source> 497 <source>Tamil</source>
662 <target>undefined</target>
663 </trans-unit> 498 </trans-unit>
664 <trans-unit id="Tatar"> 499 <trans-unit id="Tatar">
665 <source>Tatar</source> 500 <source>Tatar</source>
666 <target>undefined</target>
667 </trans-unit> 501 </trans-unit>
668 <trans-unit id="Telugu"> 502 <trans-unit id="Telugu">
669 <source>Telugu</source> 503 <source>Telugu</source>
670 <target>undefined</target>
671 </trans-unit> 504 </trans-unit>
672 <trans-unit id="Tajik"> 505 <trans-unit id="Tajik">
673 <source>Tajik</source> 506 <source>Tajik</source>
674 <target>undefined</target>
675 </trans-unit> 507 </trans-unit>
676 <trans-unit id="Tagalog"> 508 <trans-unit id="Tagalog">
677 <source>Tagalog</source> 509 <source>Tagalog</source>
678 <target>undefined</target>
679 </trans-unit> 510 </trans-unit>
680 <trans-unit id="Thai"> 511 <trans-unit id="Thai">
681 <source>Thai</source> 512 <source>Thai</source>
682 <target>undefined</target>
683 </trans-unit> 513 </trans-unit>
684 <trans-unit id="Tigrinya"> 514 <trans-unit id="Tigrinya">
685 <source>Tigrinya</source> 515 <source>Tigrinya</source>
686 <target>undefined</target>
687 </trans-unit> 516 </trans-unit>
688 <trans-unit id="Klingon"> 517 <trans-unit id="Klingon">
689 <source>Klingon</source> 518 <source>Klingon</source>
690 <target>undefined</target>
691 </trans-unit> 519 </trans-unit>
692 <trans-unit id="Tonga (Tonga Islands)"> 520 <trans-unit id="Tonga (Tonga Islands)">
693 <source>Tonga (Tonga Islands)</source> 521 <source>Tonga (Tonga Islands)</source>
694 <target>undefined</target>
695 </trans-unit> 522 </trans-unit>
696 <trans-unit id="Tswana"> 523 <trans-unit id="Tswana">
697 <source>Tswana</source> 524 <source>Tswana</source>
698 <target>undefined</target>
699 </trans-unit> 525 </trans-unit>
700 <trans-unit id="Tsonga"> 526 <trans-unit id="Tsonga">
701 <source>Tsonga</source> 527 <source>Tsonga</source>
702 <target>undefined</target>
703 </trans-unit> 528 </trans-unit>
704 <trans-unit id="Turkmen"> 529 <trans-unit id="Turkmen">
705 <source>Turkmen</source> 530 <source>Turkmen</source>
706 <target>undefined</target>
707 </trans-unit> 531 </trans-unit>
708 <trans-unit id="Turkish"> 532 <trans-unit id="Turkish">
709 <source>Turkish</source> 533 <source>Turkish</source>
710 <target>undefined</target>
711 </trans-unit> 534 </trans-unit>
712 <trans-unit id="Twi"> 535 <trans-unit id="Twi">
713 <source>Twi</source> 536 <source>Twi</source>
714 <target>undefined</target>
715 </trans-unit> 537 </trans-unit>
716 <trans-unit id="Uighur"> 538 <trans-unit id="Uighur">
717 <source>Uighur</source> 539 <source>Uighur</source>
718 <target>undefined</target>
719 </trans-unit> 540 </trans-unit>
720 <trans-unit id="Ukrainian"> 541 <trans-unit id="Ukrainian">
721 <source>Ukrainian</source> 542 <source>Ukrainian</source>
722 <target>undefined</target>
723 </trans-unit> 543 </trans-unit>
724 <trans-unit id="Urdu"> 544 <trans-unit id="Urdu">
725 <source>Urdu</source> 545 <source>Urdu</source>
726 <target>undefined</target>
727 </trans-unit> 546 </trans-unit>
728 <trans-unit id="Uzbek"> 547 <trans-unit id="Uzbek">
729 <source>Uzbek</source> 548 <source>Uzbek</source>
730 <target>undefined</target>
731 </trans-unit> 549 </trans-unit>
732 <trans-unit id="Venda"> 550 <trans-unit id="Venda">
733 <source>Venda</source> 551 <source>Venda</source>
734 <target>undefined</target>
735 </trans-unit> 552 </trans-unit>
736 <trans-unit id="Vietnamese"> 553 <trans-unit id="Vietnamese">
737 <source>Vietnamese</source> 554 <source>Vietnamese</source>
738 <target>undefined</target>
739 </trans-unit> 555 </trans-unit>
740 <trans-unit id="Walloon"> 556 <trans-unit id="Walloon">
741 <source>Walloon</source> 557 <source>Walloon</source>
742 <target>undefined</target>
743 </trans-unit> 558 </trans-unit>
744 <trans-unit id="Wolof"> 559 <trans-unit id="Wolof">
745 <source>Wolof</source> 560 <source>Wolof</source>
746 <target>undefined</target>
747 </trans-unit> 561 </trans-unit>
748 <trans-unit id="Xhosa"> 562 <trans-unit id="Xhosa">
749 <source>Xhosa</source> 563 <source>Xhosa</source>
750 <target>undefined</target>
751 </trans-unit> 564 </trans-unit>
752 <trans-unit id="Yiddish"> 565 <trans-unit id="Yiddish">
753 <source>Yiddish</source> 566 <source>Yiddish</source>
754 <target>undefined</target>
755 </trans-unit> 567 </trans-unit>
756 <trans-unit id="Yoruba"> 568 <trans-unit id="Yoruba">
757 <source>Yoruba</source> 569 <source>Yoruba</source>
758 <target>undefined</target>
759 </trans-unit> 570 </trans-unit>
760 <trans-unit id="Zhuang"> 571 <trans-unit id="Zhuang">
761 <source>Zhuang</source> 572 <source>Zhuang</source>
762 <target>undefined</target>
763 </trans-unit> 573 </trans-unit>
764 <trans-unit id="Chinese"> 574 <trans-unit id="Chinese">
765 <source>Chinese</source> 575 <source>Chinese</source>
766 <target>undefined</target>
767 </trans-unit> 576 </trans-unit>
768 <trans-unit id="Zulu"> 577 <trans-unit id="Zulu">
769 <source>Zulu</source> 578 <source>Zulu</source>
770 <target>undefined</target>
771 </trans-unit> 579 </trans-unit>
772 </body> 580 </body>
773 </file> 581 </file>
diff --git a/client/src/locale/source/player_en_US.xml b/client/src/locale/source/player_en_US.xml
index a38f6375c..cf6fc7b7b 100644
--- a/client/src/locale/source/player_en_US.xml
+++ b/client/src/locale/source/player_en_US.xml
@@ -3,379 +3,297 @@
3 <body> 3 <body>
4 <trans-unit id="Audio Player"> 4 <trans-unit id="Audio Player">
5 <source>Audio Player</source> 5 <source>Audio Player</source>
6 <target>undefined</target>
7 </trans-unit> 6 </trans-unit>
8 <trans-unit id="Video Player"> 7 <trans-unit id="Video Player">
9 <source>Video Player</source> 8 <source>Video Player</source>
10 <target>undefined</target>
11 </trans-unit> 9 </trans-unit>
12 <trans-unit id="Play"> 10 <trans-unit id="Play">
13 <source>Play</source> 11 <source>Play</source>
14 <target>undefined</target>
15 </trans-unit> 12 </trans-unit>
16 <trans-unit id="Pause"> 13 <trans-unit id="Pause">
17 <source>Pause</source> 14 <source>Pause</source>
18 <target>undefined</target>
19 </trans-unit> 15 </trans-unit>
20 <trans-unit id="Replay"> 16 <trans-unit id="Replay">
21 <source>Replay</source> 17 <source>Replay</source>
22 <target>undefined</target>
23 </trans-unit> 18 </trans-unit>
24 <trans-unit id="Current Time"> 19 <trans-unit id="Current Time">
25 <source>Current Time</source> 20 <source>Current Time</source>
26 <target>undefined</target>
27 </trans-unit> 21 </trans-unit>
28 <trans-unit id="Duration"> 22 <trans-unit id="Duration">
29 <source>Duration</source> 23 <source>Duration</source>
30 <target>undefined</target>
31 </trans-unit> 24 </trans-unit>
32 <trans-unit id="Remaining Time"> 25 <trans-unit id="Remaining Time">
33 <source>Remaining Time</source> 26 <source>Remaining Time</source>
34 <target>undefined</target>
35 </trans-unit> 27 </trans-unit>
36 <trans-unit id="Stream Type"> 28 <trans-unit id="Stream Type">
37 <source>Stream Type</source> 29 <source>Stream Type</source>
38 <target>undefined</target>
39 </trans-unit> 30 </trans-unit>
40 <trans-unit id="LIVE"> 31 <trans-unit id="LIVE">
41 <source>LIVE</source> 32 <source>LIVE</source>
42 <target>undefined</target>
43 </trans-unit> 33 </trans-unit>
44 <trans-unit id="Loaded"> 34 <trans-unit id="Loaded">
45 <source>Loaded</source> 35 <source>Loaded</source>
46 <target>undefined</target>
47 </trans-unit> 36 </trans-unit>
48 <trans-unit id="Progress"> 37 <trans-unit id="Progress">
49 <source>Progress</source> 38 <source>Progress</source>
50 <target>undefined</target>
51 </trans-unit> 39 </trans-unit>
52 <trans-unit id="Progress Bar"> 40 <trans-unit id="Progress Bar">
53 <source>Progress Bar</source> 41 <source>Progress Bar</source>
54 <target>undefined</target>
55 </trans-unit> 42 </trans-unit>
56 <trans-unit id="progress bar timing: currentTime={1} duration={2}"> 43 <trans-unit id="progress bar timing: currentTime={1} duration={2}">
57 <source>{1} of {2}</source> 44 <source>{1} of {2}</source>
58 <target>undefined</target>
59 </trans-unit> 45 </trans-unit>
60 <trans-unit id="Fullscreen"> 46 <trans-unit id="Fullscreen">
61 <source>Fullscreen</source> 47 <source>Fullscreen</source>
62 <target>undefined</target>
63 </trans-unit> 48 </trans-unit>
64 <trans-unit id="Non-Fullscreen"> 49 <trans-unit id="Non-Fullscreen">
65 <source>Non-Fullscreen</source> 50 <source>Non-Fullscreen</source>
66 <target>undefined</target>
67 </trans-unit> 51 </trans-unit>
68 <trans-unit id="Mute"> 52 <trans-unit id="Mute">
69 <source>Mute</source> 53 <source>Mute</source>
70 <target>undefined</target>
71 </trans-unit> 54 </trans-unit>
72 <trans-unit id="Unmute"> 55 <trans-unit id="Unmute">
73 <source>Unmute</source> 56 <source>Unmute</source>
74 <target>undefined</target>
75 </trans-unit> 57 </trans-unit>
76 <trans-unit id="Playback Rate"> 58 <trans-unit id="Playback Rate">
77 <source>Playback Rate</source> 59 <source>Playback Rate</source>
78 <target>undefined</target>
79 </trans-unit> 60 </trans-unit>
80 <trans-unit id="Subtitles"> 61 <trans-unit id="Subtitles">
81 <source>Subtitles</source> 62 <source>Subtitles</source>
82 <target>undefined</target>
83 </trans-unit> 63 </trans-unit>
84 <trans-unit id="subtitles off"> 64 <trans-unit id="subtitles off">
85 <source>subtitles off</source> 65 <source>subtitles off</source>
86 <target>undefined</target>
87 </trans-unit> 66 </trans-unit>
88 <trans-unit id="Captions"> 67 <trans-unit id="Captions">
89 <source>Captions</source> 68 <source>Captions</source>
90 <target>undefined</target>
91 </trans-unit> 69 </trans-unit>
92 <trans-unit id="captions off"> 70 <trans-unit id="captions off">
93 <source>captions off</source> 71 <source>captions off</source>
94 <target>undefined</target>
95 </trans-unit> 72 </trans-unit>
96 <trans-unit id="Chapters"> 73 <trans-unit id="Chapters">
97 <source>Chapters</source> 74 <source>Chapters</source>
98 <target>undefined</target>
99 </trans-unit> 75 </trans-unit>
100 <trans-unit id="Descriptions"> 76 <trans-unit id="Descriptions">
101 <source>Descriptions</source> 77 <source>Descriptions</source>
102 <target>undefined</target>
103 </trans-unit> 78 </trans-unit>
104 <trans-unit id="descriptions off"> 79 <trans-unit id="descriptions off">
105 <source>descriptions off</source> 80 <source>descriptions off</source>
106 <target>undefined</target>
107 </trans-unit> 81 </trans-unit>
108 <trans-unit id="Audio Track"> 82 <trans-unit id="Audio Track">
109 <source>Audio Track</source> 83 <source>Audio Track</source>
110 <target>undefined</target>
111 </trans-unit> 84 </trans-unit>
112 <trans-unit id="Volume Level"> 85 <trans-unit id="Volume Level">
113 <source>Volume Level</source> 86 <source>Volume Level</source>
114 <target>undefined</target>
115 </trans-unit> 87 </trans-unit>
116 <trans-unit id="You aborted the media playback"> 88 <trans-unit id="You aborted the media playback">
117 <source>You aborted the media playback</source> 89 <source>You aborted the media playback</source>
118 <target>undefined</target>
119 </trans-unit> 90 </trans-unit>
120 <trans-unit id="A network error caused the media download to fail part-way."> 91 <trans-unit id="A network error caused the media download to fail part-way.">
121 <source>A network error caused the media download to fail part-way.</source> 92 <source>A network error caused the media download to fail part-way.</source>
122 <target>undefined</target>
123 </trans-unit> 93 </trans-unit>
124 <trans-unit id="The media could not be loaded, either because the server or network failed or because the format is not supported."> 94 <trans-unit id="The media could not be loaded, either because the server or network failed or because the format is not supported.">
125 <source>The media could not be loaded, either because the server or network failed or because the format is not supported.</source> 95 <source>The media could not be loaded, either because the server or network failed or because the format is not supported.</source>
126 <target>undefined</target>
127 </trans-unit> 96 </trans-unit>
128 <trans-unit id="The media playback was aborted due to a corruption problem or because the media used features your browser did not support."> 97 <trans-unit id="The media playback was aborted due to a corruption problem or because the media used features your browser did not support.">
129 <source>The media playback was aborted due to a corruption problem or because the media used features your browser did not support.</source> 98 <source>The media playback was aborted due to a corruption problem or because the media used features your browser did not support.</source>
130 <target>undefined</target>
131 </trans-unit> 99 </trans-unit>
132 <trans-unit id="No compatible source was found for this media."> 100 <trans-unit id="No compatible source was found for this media.">
133 <source>No compatible source was found for this media.</source> 101 <source>No compatible source was found for this media.</source>
134 <target>undefined</target>
135 </trans-unit> 102 </trans-unit>
136 <trans-unit id="The media is encrypted and we do not have the keys to decrypt it."> 103 <trans-unit id="The media is encrypted and we do not have the keys to decrypt it.">
137 <source>The media is encrypted and we do not have the keys to decrypt it.</source> 104 <source>The media is encrypted and we do not have the keys to decrypt it.</source>
138 <target>undefined</target>
139 </trans-unit> 105 </trans-unit>
140 <trans-unit id="Play Video"> 106 <trans-unit id="Play Video">
141 <source>Play Video</source> 107 <source>Play Video</source>
142 <target>undefined</target>
143 </trans-unit> 108 </trans-unit>
144 <trans-unit id="Close"> 109 <trans-unit id="Close">
145 <source>Close</source> 110 <source>Close</source>
146 <target>undefined</target>
147 </trans-unit> 111 </trans-unit>
148 <trans-unit id="Close Modal Dialog"> 112 <trans-unit id="Close Modal Dialog">
149 <source>Close Modal Dialog</source> 113 <source>Close Modal Dialog</source>
150 <target>undefined</target>
151 </trans-unit> 114 </trans-unit>
152 <trans-unit id="Modal Window"> 115 <trans-unit id="Modal Window">
153 <source>Modal Window</source> 116 <source>Modal Window</source>
154 <target>undefined</target>
155 </trans-unit> 117 </trans-unit>
156 <trans-unit id="This is a modal window"> 118 <trans-unit id="This is a modal window">
157 <source>This is a modal window</source> 119 <source>This is a modal window</source>
158 <target>undefined</target>
159 </trans-unit> 120 </trans-unit>
160 <trans-unit id="This modal can be closed by pressing the Escape key or activating the close button."> 121 <trans-unit id="This modal can be closed by pressing the Escape key or activating the close button.">
161 <source>This modal can be closed by pressing the Escape key or activating the close button.</source> 122 <source>This modal can be closed by pressing the Escape key or activating the close button.</source>
162 <target>undefined</target>
163 </trans-unit> 123 </trans-unit>
164 <trans-unit id=", opens captions settings dialog"> 124 <trans-unit id=", opens captions settings dialog">
165 <source>, opens captions settings dialog</source> 125 <source>, opens captions settings dialog</source>
166 <target>undefined</target>
167 </trans-unit> 126 </trans-unit>
168 <trans-unit id=", opens subtitles settings dialog"> 127 <trans-unit id=", opens subtitles settings dialog">
169 <source>, opens subtitles settings dialog</source> 128 <source>, opens subtitles settings dialog</source>
170 <target>undefined</target>
171 </trans-unit> 129 </trans-unit>
172 <trans-unit id=", opens descriptions settings dialog"> 130 <trans-unit id=", opens descriptions settings dialog">
173 <source>, opens descriptions settings dialog</source> 131 <source>, opens descriptions settings dialog</source>
174 <target>undefined</target>
175 </trans-unit> 132 </trans-unit>
176 <trans-unit id=", selected"> 133 <trans-unit id=", selected">
177 <source>, selected</source> 134 <source>, selected</source>
178 <target>undefined</target>
179 </trans-unit> 135 </trans-unit>
180 <trans-unit id="captions settings"> 136 <trans-unit id="captions settings">
181 <source>captions settings</source> 137 <source>captions settings</source>
182 <target>undefined</target>
183 </trans-unit> 138 </trans-unit>
184 <trans-unit id="subtitles settings"> 139 <trans-unit id="subtitles settings">
185 <source>subititles settings</source> 140 <source>subititles settings</source>
186 <target>undefined</target>
187 </trans-unit> 141 </trans-unit>
188 <trans-unit id="descriptions settings"> 142 <trans-unit id="descriptions settings">
189 <source>descriptions settings</source> 143 <source>descriptions settings</source>
190 <target>undefined</target>
191 </trans-unit> 144 </trans-unit>
192 <trans-unit id="Text"> 145 <trans-unit id="Text">
193 <source>Text</source> 146 <source>Text</source>
194 <target>undefined</target>
195 </trans-unit> 147 </trans-unit>
196 <trans-unit id="White"> 148 <trans-unit id="White">
197 <source>White</source> 149 <source>White</source>
198 <target>undefined</target>
199 </trans-unit> 150 </trans-unit>
200 <trans-unit id="Black"> 151 <trans-unit id="Black">
201 <source>Black</source> 152 <source>Black</source>
202 <target>undefined</target>
203 </trans-unit> 153 </trans-unit>
204 <trans-unit id="Red"> 154 <trans-unit id="Red">
205 <source>Red</source> 155 <source>Red</source>
206 <target>undefined</target>
207 </trans-unit> 156 </trans-unit>
208 <trans-unit id="Green"> 157 <trans-unit id="Green">
209 <source>Green</source> 158 <source>Green</source>
210 <target>undefined</target>
211 </trans-unit> 159 </trans-unit>
212 <trans-unit id="Blue"> 160 <trans-unit id="Blue">
213 <source>Blue</source> 161 <source>Blue</source>
214 <target>undefined</target>
215 </trans-unit> 162 </trans-unit>
216 <trans-unit id="Yellow"> 163 <trans-unit id="Yellow">
217 <source>Yellow</source> 164 <source>Yellow</source>
218 <target>undefined</target>
219 </trans-unit> 165 </trans-unit>
220 <trans-unit id="Magenta"> 166 <trans-unit id="Magenta">
221 <source>Magenta</source> 167 <source>Magenta</source>
222 <target>undefined</target>
223 </trans-unit> 168 </trans-unit>
224 <trans-unit id="Cyan"> 169 <trans-unit id="Cyan">
225 <source>Cyan</source> 170 <source>Cyan</source>
226 <target>undefined</target>
227 </trans-unit> 171 </trans-unit>
228 <trans-unit id="Background"> 172 <trans-unit id="Background">
229 <source>Background</source> 173 <source>Background</source>
230 <target>undefined</target>
231 </trans-unit> 174 </trans-unit>
232 <trans-unit id="Window"> 175 <trans-unit id="Window">
233 <source>Window</source> 176 <source>Window</source>
234 <target>undefined</target>
235 </trans-unit> 177 </trans-unit>
236 <trans-unit id="Transparent"> 178 <trans-unit id="Transparent">
237 <source>Transparent</source> 179 <source>Transparent</source>
238 <target>undefined</target>
239 </trans-unit> 180 </trans-unit>
240 <trans-unit id="Semi-Transparent"> 181 <trans-unit id="Semi-Transparent">
241 <source>Semi-Transparent</source> 182 <source>Semi-Transparent</source>
242 <target>undefined</target>
243 </trans-unit> 183 </trans-unit>
244 <trans-unit id="Opaque"> 184 <trans-unit id="Opaque">
245 <source>Opaque</source> 185 <source>Opaque</source>
246 <target>undefined</target>
247 </trans-unit> 186 </trans-unit>
248 <trans-unit id="Font Size"> 187 <trans-unit id="Font Size">
249 <source>Font Size</source> 188 <source>Font Size</source>
250 <target>undefined</target>
251 </trans-unit> 189 </trans-unit>
252 <trans-unit id="Text Edge Style"> 190 <trans-unit id="Text Edge Style">
253 <source>Text Edge Style</source> 191 <source>Text Edge Style</source>
254 <target>undefined</target>
255 </trans-unit> 192 </trans-unit>
256 <trans-unit id="None"> 193 <trans-unit id="None">
257 <source>None</source> 194 <source>None</source>
258 <target>undefined</target>
259 </trans-unit> 195 </trans-unit>
260 <trans-unit id="Raised"> 196 <trans-unit id="Raised">
261 <source>Raised</source> 197 <source>Raised</source>
262 <target>undefined</target>
263 </trans-unit> 198 </trans-unit>
264 <trans-unit id="Depressed"> 199 <trans-unit id="Depressed">
265 <source>Depressed</source> 200 <source>Depressed</source>
266 <target>undefined</target>
267 </trans-unit> 201 </trans-unit>
268 <trans-unit id="Uniform"> 202 <trans-unit id="Uniform">
269 <source>Uniform</source> 203 <source>Uniform</source>
270 <target>undefined</target>
271 </trans-unit> 204 </trans-unit>
272 <trans-unit id="Dropshadow"> 205 <trans-unit id="Dropshadow">
273 <source>Dropshadow</source> 206 <source>Dropshadow</source>
274 <target>undefined</target>
275 </trans-unit> 207 </trans-unit>
276 <trans-unit id="Font Family"> 208 <trans-unit id="Font Family">
277 <source>Font Family</source> 209 <source>Font Family</source>
278 <target>undefined</target>
279 </trans-unit> 210 </trans-unit>
280 <trans-unit id="Proportional Sans-Serif"> 211 <trans-unit id="Proportional Sans-Serif">
281 <source>Proportional Sans-Serif</source> 212 <source>Proportional Sans-Serif</source>
282 <target>undefined</target>
283 </trans-unit> 213 </trans-unit>
284 <trans-unit id="Monospace Sans-Serif"> 214 <trans-unit id="Monospace Sans-Serif">
285 <source>Monospace Sans-Serif</source> 215 <source>Monospace Sans-Serif</source>
286 <target>undefined</target>
287 </trans-unit> 216 </trans-unit>
288 <trans-unit id="Proportional Serif"> 217 <trans-unit id="Proportional Serif">
289 <source>Proportional Serif</source> 218 <source>Proportional Serif</source>
290 <target>undefined</target>
291 </trans-unit> 219 </trans-unit>
292 <trans-unit id="Monospace Serif"> 220 <trans-unit id="Monospace Serif">
293 <source>Monospace Serif</source> 221 <source>Monospace Serif</source>
294 <target>undefined</target>
295 </trans-unit> 222 </trans-unit>
296 <trans-unit id="Casual"> 223 <trans-unit id="Casual">
297 <source>Casual</source> 224 <source>Casual</source>
298 <target>undefined</target>
299 </trans-unit> 225 </trans-unit>
300 <trans-unit id="Script"> 226 <trans-unit id="Script">
301 <source>Script</source> 227 <source>Script</source>
302 <target>undefined</target>
303 </trans-unit> 228 </trans-unit>
304 <trans-unit id="Small Caps"> 229 <trans-unit id="Small Caps">
305 <source>Small Caps</source> 230 <source>Small Caps</source>
306 <target>undefined</target>
307 </trans-unit> 231 </trans-unit>
308 <trans-unit id="Reset"> 232 <trans-unit id="Reset">
309 <source>Reset</source> 233 <source>Reset</source>
310 <target>undefined</target>
311 </trans-unit> 234 </trans-unit>
312 <trans-unit id="restore all settings to the default values"> 235 <trans-unit id="restore all settings to the default values">
313 <source>restore all settings to the default values</source> 236 <source>restore all settings to the default values</source>
314 <target>undefined</target>
315 </trans-unit> 237 </trans-unit>
316 <trans-unit id="Done"> 238 <trans-unit id="Done">
317 <source>Done</source> 239 <source>Done</source>
318 <target>undefined</target>
319 </trans-unit> 240 </trans-unit>
320 <trans-unit id="Caption Settings Dialog"> 241 <trans-unit id="Caption Settings Dialog">
321 <source>Caption Settings Dialog</source> 242 <source>Caption Settings Dialog</source>
322 <target>undefined</target>
323 </trans-unit> 243 </trans-unit>
324 <trans-unit id="Beginning of dialog window. Escape will cancel and close the window."> 244 <trans-unit id="Beginning of dialog window. Escape will cancel and close the window.">
325 <source>Beginning of dialog window. Escape will cancel and close the window.</source> 245 <source>Beginning of dialog window. Escape will cancel and close the window.</source>
326 <target>undefined</target>
327 </trans-unit> 246 </trans-unit>
328 <trans-unit id="End of dialog window."> 247 <trans-unit id="End of dialog window.">
329 <source>End of dialog window.</source> 248 <source>End of dialog window.</source>
330 <target>undefined</target>
331 </trans-unit> 249 </trans-unit>
332 <trans-unit id="{1} is loading."> 250 <trans-unit id="{1} is loading.">
333 <source>{1} is loading.</source> 251 <source>{1} is loading.</source>
334 <target>undefined</target>
335 </trans-unit> 252 </trans-unit>
336 <trans-unit id="Quality"> 253 <trans-unit id="Quality">
337 <source>Quality</source> 254 <source>Quality</source>
338 <target>undefined</target>
339 </trans-unit> 255 </trans-unit>
340 <trans-unit id="Auto"> 256 <trans-unit id="Auto">
341 <source>Auto</source> 257 <source>Auto</source>
342 <target>undefined</target>
343 </trans-unit> 258 </trans-unit>
344 <trans-unit id="Speed"> 259 <trans-unit id="Speed">
345 <source>Speed</source> 260 <source>Speed</source>
346 <target>undefined</target>
347 </trans-unit> 261 </trans-unit>
348 <trans-unit id="Subtitles/CC"> 262 <trans-unit id="Subtitles/CC">
349 <source>Subtitles/CC</source> 263 <source>Subtitles/CC</source>
350 <target>undefined</target>
351 </trans-unit> 264 </trans-unit>
352 <trans-unit id="peers"> 265 <trans-unit id="peers">
353 <source>peers</source> 266 <source>peers</source>
354 <target>undefined</target> 267 </trans-unit>
268 <trans-unit id="peer">
269 <source>peer</source>
355 </trans-unit> 270 </trans-unit>
356 <trans-unit id="Go to the video page"> 271 <trans-unit id="Go to the video page">
357 <source>Go to the video page</source> 272 <source>Go to the video page</source>
358 <target>undefined</target>
359 </trans-unit> 273 </trans-unit>
360 <trans-unit id="Settings"> 274 <trans-unit id="Settings">
361 <source>Settings</source> 275 <source>Settings</source>
362 <target>undefined</target>
363 </trans-unit> 276 </trans-unit>
364 <trans-unit id="Uses P2P, others may know you are watching this video."> 277 <trans-unit id="Uses P2P, others may know you are watching this video.">
365 <source>Uses P2P, others may know you are watching this video.</source> 278 <source>Uses P2P, others may know you are watching this video.</source>
366 <target>undefined</target>
367 </trans-unit> 279 </trans-unit>
368 <trans-unit id="Copy the video URL"> 280 <trans-unit id="Copy the video URL">
369 <source>Copy the video URL</source> 281 <source>Copy the video URL</source>
370 <target>undefined</target>
371 </trans-unit> 282 </trans-unit>
372 <trans-unit id="Copy the video URL at the current time"> 283 <trans-unit id="Copy the video URL at the current time">
373 <source>Copy the video URL at the current time</source> 284 <source>Copy the video URL at the current time</source>
374 <target>undefined</target>
375 </trans-unit> 285 </trans-unit>
376 <trans-unit id="Copy embed code"> 286 <trans-unit id="Copy embed code">
377 <source>Copy embed code</source> 287 <source>Copy embed code</source>
378 <target>undefined</target> 288 </trans-unit>
289 <trans-unit id="Copy magnet URI">
290 <source>Copy magnet URI</source>
291 </trans-unit>
292 <trans-unit id="Total downloaded: ">
293 <source>Total downloaded: </source>
294 </trans-unit>
295 <trans-unit id="Total uploaded: ">
296 <source>Total uploaded: </source>
379 </trans-unit> 297 </trans-unit>
380 </body> 298 </body>
381 </file> 299 </file>
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 @@
3 <body> 3 <body>
4 <trans-unit id="Music"> 4 <trans-unit id="Music">
5 <source>Music</source> 5 <source>Music</source>
6 <target>undefined</target>
7 </trans-unit> 6 </trans-unit>
8 <trans-unit id="Films"> 7 <trans-unit id="Films">
9 <source>Films</source> 8 <source>Films</source>
10 <target>undefined</target>
11 </trans-unit> 9 </trans-unit>
12 <trans-unit id="Vehicles"> 10 <trans-unit id="Vehicles">
13 <source>Vehicles</source> 11 <source>Vehicles</source>
14 <target>undefined</target>
15 </trans-unit> 12 </trans-unit>
16 <trans-unit id="Art"> 13 <trans-unit id="Art">
17 <source>Art</source> 14 <source>Art</source>
18 <target>undefined</target>
19 </trans-unit> 15 </trans-unit>
20 <trans-unit id="Sports"> 16 <trans-unit id="Sports">
21 <source>Sports</source> 17 <source>Sports</source>
22 <target>undefined</target>
23 </trans-unit> 18 </trans-unit>
24 <trans-unit id="Travels"> 19 <trans-unit id="Travels">
25 <source>Travels</source> 20 <source>Travels</source>
26 <target>undefined</target>
27 </trans-unit> 21 </trans-unit>
28 <trans-unit id="Gaming"> 22 <trans-unit id="Gaming">
29 <source>Gaming</source> 23 <source>Gaming</source>
30 <target>undefined</target>
31 </trans-unit> 24 </trans-unit>
32 <trans-unit id="People"> 25 <trans-unit id="People">
33 <source>People</source> 26 <source>People</source>
34 <target>undefined</target>
35 </trans-unit> 27 </trans-unit>
36 <trans-unit id="Comedy"> 28 <trans-unit id="Comedy">
37 <source>Comedy</source> 29 <source>Comedy</source>
38 <target>undefined</target>
39 </trans-unit> 30 </trans-unit>
40 <trans-unit id="Entertainment"> 31 <trans-unit id="Entertainment">
41 <source>Entertainment</source> 32 <source>Entertainment</source>
42 <target>undefined</target>
43 </trans-unit> 33 </trans-unit>
44 <trans-unit id="News &amp; Politics"> 34 <trans-unit id="News &amp; Politics">
45 <source>News &amp; Politics</source> 35 <source>News &amp; Politics</source>
46 <target>undefined</target>
47 </trans-unit> 36 </trans-unit>
48 <trans-unit id="How To"> 37 <trans-unit id="How To">
49 <source>How To</source> 38 <source>How To</source>
50 <target>undefined</target>
51 </trans-unit> 39 </trans-unit>
52 <trans-unit id="Education"> 40 <trans-unit id="Education">
53 <source>Education</source> 41 <source>Education</source>
54 <target>undefined</target>
55 </trans-unit> 42 </trans-unit>
56 <trans-unit id="Activism"> 43 <trans-unit id="Activism">
57 <source>Activism</source> 44 <source>Activism</source>
58 <target>undefined</target>
59 </trans-unit> 45 </trans-unit>
60 <trans-unit id="Science &amp; Technology"> 46 <trans-unit id="Science &amp; Technology">
61 <source>Science &amp; Technology</source> 47 <source>Science &amp; Technology</source>
62 <target>undefined</target>
63 </trans-unit> 48 </trans-unit>
64 <trans-unit id="Animals"> 49 <trans-unit id="Animals">
65 <source>Animals</source> 50 <source>Animals</source>
66 <target>undefined</target>
67 </trans-unit> 51 </trans-unit>
68 <trans-unit id="Kids"> 52 <trans-unit id="Kids">
69 <source>Kids</source> 53 <source>Kids</source>
70 <target>undefined</target>
71 </trans-unit> 54 </trans-unit>
72 <trans-unit id="Food"> 55 <trans-unit id="Food">
73 <source>Food</source> 56 <source>Food</source>
74 <target>undefined</target>
75 </trans-unit> 57 </trans-unit>
76 <trans-unit id="Attribution"> 58 <trans-unit id="Attribution">
77 <source>Attribution</source> 59 <source>Attribution</source>
78 <target>undefined</target>
79 </trans-unit> 60 </trans-unit>
80 <trans-unit id="Attribution - Share Alike"> 61 <trans-unit id="Attribution - Share Alike">
81 <source>Attribution - Share Alike</source> 62 <source>Attribution - Share Alike</source>
82 <target>undefined</target>
83 </trans-unit> 63 </trans-unit>
84 <trans-unit id="Attribution - No Derivatives"> 64 <trans-unit id="Attribution - No Derivatives">
85 <source>Attribution - No Derivatives</source> 65 <source>Attribution - No Derivatives</source>
86 <target>undefined</target>
87 </trans-unit> 66 </trans-unit>
88 <trans-unit id="Attribution - Non Commercial"> 67 <trans-unit id="Attribution - Non Commercial">
89 <source>Attribution - Non Commercial</source> 68 <source>Attribution - Non Commercial</source>
90 <target>undefined</target>
91 </trans-unit> 69 </trans-unit>
92 <trans-unit id="Attribution - Non Commercial - Share Alike"> 70 <trans-unit id="Attribution - Non Commercial - Share Alike">
93 <source>Attribution - Non Commercial - Share Alike</source> 71 <source>Attribution - Non Commercial - Share Alike</source>
94 <target>undefined</target>
95 </trans-unit> 72 </trans-unit>
96 <trans-unit id="Attribution - Non Commercial - No Derivatives"> 73 <trans-unit id="Attribution - Non Commercial - No Derivatives">
97 <source>Attribution - Non Commercial - No Derivatives</source> 74 <source>Attribution - Non Commercial - No Derivatives</source>
98 <target>undefined</target>
99 </trans-unit> 75 </trans-unit>
100 <trans-unit id="Public Domain Dedication"> 76 <trans-unit id="Public Domain Dedication">
101 <source>Public Domain Dedication</source> 77 <source>Public Domain Dedication</source>
102 <target>undefined</target>
103 </trans-unit> 78 </trans-unit>
104 <trans-unit id="Public"> 79 <trans-unit id="Public">
105 <source>Public</source> 80 <source>Public</source>
106 <target>undefined</target>
107 </trans-unit> 81 </trans-unit>
108 <trans-unit id="Unlisted"> 82 <trans-unit id="Unlisted">
109 <source>Unlisted</source> 83 <source>Unlisted</source>
110 <target>undefined</target>
111 </trans-unit> 84 </trans-unit>
112 <trans-unit id="Private"> 85 <trans-unit id="Private">
113 <source>Private</source> 86 <source>Private</source>
114 <target>undefined</target>
115 </trans-unit> 87 </trans-unit>
116 <trans-unit id="Published"> 88 <trans-unit id="Published">
117 <source>Published</source> 89 <source>Published</source>
118 <target>undefined</target>
119 </trans-unit> 90 </trans-unit>
120 <trans-unit id="To transcode"> 91 <trans-unit id="To transcode">
121 <source>To transcode</source> 92 <source>To transcode</source>
122 <target>undefined</target>
123 </trans-unit> 93 </trans-unit>
124 <trans-unit id="To import"> 94 <trans-unit id="To import">
125 <source>To import</source> 95 <source>To import</source>
126 <target>undefined</target>
127 </trans-unit> 96 </trans-unit>
128 <trans-unit id="Pending"> 97 <trans-unit id="Pending">
129 <source>Pending</source> 98 <source>Pending</source>
130 <target>undefined</target>
131 </trans-unit> 99 </trans-unit>
132 <trans-unit id="Success"> 100 <trans-unit id="Success">
133 <source>Success</source> 101 <source>Success</source>
134 <target>undefined</target>
135 </trans-unit> 102 </trans-unit>
136 <trans-unit id="Failed"> 103 <trans-unit id="Failed">
137 <source>Failed</source> 104 <source>Failed</source>
138 <target>undefined</target> 105 </trans-unit>
106 <trans-unit id="Regular">
107 <source>Regular</source>
108 </trans-unit>
109 <trans-unit id="Watch later">
110 <source>Watch later</source>
139 </trans-unit> 111 </trans-unit>
140 <trans-unit id="This video does not exist."> 112 <trans-unit id="This video does not exist.">
141 <source>This video does not exist.</source> 113 <source>This video does not exist.</source>
142 <target>undefined</target>
143 </trans-unit> 114 </trans-unit>
144 <trans-unit id="We cannot fetch the video. Please try again later."> 115 <trans-unit id="We cannot fetch the video. Please try again later.">
145 <source>We cannot fetch the video. Please try again later.</source> 116 <source>We cannot fetch the video. Please try again later.</source>
146 <target>undefined</target>
147 </trans-unit> 117 </trans-unit>
148 <trans-unit id="Sorry"> 118 <trans-unit id="Sorry">
149 <source>Sorry</source> 119 <source>Sorry</source>
150 <target>undefined</target>
151 </trans-unit> 120 </trans-unit>
152 <trans-unit id="This video is not available because the remote instance is not responding."> 121 <trans-unit id="This video is not available because the remote instance is not responding.">
153 <source>This video is not available because the remote instance is not responding.</source> 122 <source>This video is not available because the remote instance is not responding.</source>
154 <target>undefined</target>
155 </trans-unit> 123 </trans-unit>
156 <trans-unit id="Misc"> 124 <trans-unit id="Misc">
157 <source>Misc</source> 125 <source>Misc</source>
158 <target>undefined</target>
159 </trans-unit> 126 </trans-unit>
160 <trans-unit id="Unknown"> 127 <trans-unit id="Unknown">
161 <source>Unknown</source> 128 <source>Unknown</source>
162 <target>undefined</target>
163 </trans-unit> 129 </trans-unit>
164 </body> 130 </body>
165 </file> 131 </file>
diff --git a/client/src/locale/target/angular_ar_001.xml b/client/src/locale/target/angular_ar_001.xml
index 978f69571..921deeff2 100644
--- a/client/src/locale/target/angular_ar_001.xml
+++ b/client/src/locale/target/angular_ar_001.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>»»</target> 57 <target>»»</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>الأول</target> 64 <target>»</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>«</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>««</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>»</target> 85 <target>الأول</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>السابق</target> 92 <target>السابق</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>«</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>التالي</target> 99 <target>التالي</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>««</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>الأخير</target> 106 <target>الأخير</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,112 +140,221 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>إنقاص الساعات</target> 141 <target>إنقاص الساعات</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>زيادة الدقائق</target> 148 <target>زيادة الدقائق</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>دقيقة</target> 155 <target>دقيقة</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>دقائق</target> 162 <target>دقائق</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>إنقاص الدقائق</target> 169 <target>إنقاص الدقائق</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>زيادة الثواني</target> 176 <target>زيادة الثواني</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>ثانية</target> 183 <target>ثانية</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>ثواني</target> 190 <target>ثواني</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>إنقاص الثواني</target> 197 <target>إنقاص الثواني</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>مساء</target> 204 <target>مساء</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>صباحًا</target> 211 <target>صباحًا</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
217 <source>Cancel</source> 217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
218 <target>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, الحجم الاقصى: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
219 <context-group name="null">
220 <context context-type="linenumber">11</context>
221 </context-group>
222 </trans-unit>
223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
224 <source>You don't have notifications.</source>
225 <target>ليس لديك إشعارات</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
231 <source>Display name</source>
232 <target>الإسم العلني</target>
233 <context-group name="null">
234 <context context-type="linenumber">6</context>
235 </context-group>
236 </trans-unit>
237 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
238 <source>Create</source>
239 <target>إنشاء</target>
240 <context-group name="null">
241 <context context-type="linenumber">74</context>
242 </context-group>
243 </trans-unit>
244 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
245 <source>Download video</source>
246 <target>تنزيل الÙيديو</target>
247 <context-group name="null">
248 <context context-type="linenumber">3</context>
249 </context-group>
250 </trans-unit>
251 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
252 <source>Direct download</source>
253 <target>تنزيل مباشÙر</target>
254 <context-group name="null">
255 <context context-type="linenumber">27</context>
256 </context-group>
257 </trans-unit>
258 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
259 <source>Torrent (.torrent file)</source>
260 <target>مل٠تورنت</target>
261 <context-group name="null">
262 <context context-type="linenumber">32</context>
263 </context-group>
264 </trans-unit>
265 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
266 <source>Torrent (magnet link)</source>
267 <target>مل٠ترونت (ماغنت)</target>
268 <context-group name="null">
269 <context context-type="linenumber">37</context>
270 </context-group>
271 </trans-unit>
272 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
273 <source>
274 Cancel
275 </source>
218 <target>إلغاء</target> 276 <target>إلغاء</target>
219 <context-group name="null"> 277 <context-group name="null">
220 <context context-type="linenumber">10</context> 278 <context context-type="linenumber">47</context>
221 </context-group> 279 </context-group>
222 </trans-unit> 280 </trans-unit>
223 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 281 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
224 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source> 282 <source>Download</source>
225 <target>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target> 283 <target>تنزيل</target>
284 <context-group name="null">
285 <context context-type="linenumber">48</context>
286 </context-group>
287 </trans-unit>
288 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
289 <source>Report video</source>
290 <target>الإبلاغ عن الÙيديو</target>
291 <context-group name="null">
292 <context context-type="linenumber">3</context>
293 </context-group>
294 </trans-unit>
295 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
296 <source>Reason...</source>
297 <target>السبب…</target>
226 <context-group name="null"> 298 <context-group name="null">
227 <context context-type="linenumber">11</context> 299 <context context-type="linenumber">11</context>
228 </context-group> 300 </context-group>
229 </trans-unit> 301 </trans-unit>
302 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
303 <source>
304 Cancel
305 </source>
306 <target>إلغاء</target>
307 <context-group name="null">
308 <context context-type="linenumber">38</context>
309 </context-group>
310 </trans-unit>
311 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
312 <source>Submit</source>
313 <target>إرسال</target>
314 <context-group name="null">
315 <context context-type="linenumber">29</context>
316 </context-group>
317 </trans-unit>
318 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
319 <source>Blacklist video</source>
320 <target>حجب الÙيديو</target>
321 <context-group name="null">
322 <context context-type="linenumber">3</context>
323 </context-group>
324 </trans-unit>
230 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 325 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
231 <source>Unlisted</source> 326 <source>Unlisted</source>
232 <target>غير Ù…Ùهرس</target> 327 <target>غير Ù…Ùهرس</target>
233 <context-group name="null"> 328 <context-group name="null">
234 <context context-type="linenumber">10</context> 329 <context context-type="linenumber">17</context>
235 </context-group> 330 </context-group>
236 </trans-unit> 331 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 332 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 333 <source>Private</source>
239 <target>خاص</target> 334 <target>خاص</target>
240 <context-group name="null"> 335 <context-group name="null">
241 <context context-type="linenumber">11</context> 336 <context context-type="linenumber">18</context>
242 </context-group> 337 </context-group>
243 </trans-unit> 338 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 339 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
245 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 340 <source>Blacklisted</source>
246 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> مشاهدة</target> 341 <target>تم حجبه</target>
247 <context-group name="null"> 342 <context-group name="null">
248 <context context-type="linenumber">16</context> 343 <context context-type="linenumber">39</context>
344 </context-group>
345 </trans-unit>
346 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
347 <source>Save</source>
348 <target>Ø­Ùظ</target>
349 <context-group name="null">
350 <context context-type="linenumber">117</context>
351 </context-group>
352 </trans-unit>
353 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
354 <source>No results.</source>
355 <target>لا نتائج</target>
356 <context-group name="null">
357 <context context-type="linenumber">20</context>
249 </context-group> 358 </context-group>
250 </trans-unit> 359 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 360 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -294,7 +403,7 @@
294 </source> 403 </source>
295 <target> 404 <target>
296 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> 405 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
297 Subscribe 406 اشترك
298 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 407 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
299 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/> 408 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
300 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/> 409 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
@@ -357,18 +466,18 @@
357 <context context-type="linenumber">3</context> 466 <context context-type="linenumber">3</context>
358 </context-group> 467 </context-group>
359 </trans-unit> 468 </trans-unit>
360 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125"> 469 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
361 <source>Reason...</source> 470 <source>Cancel</source>
362 <target>السبب…</target> 471 <target>إلغاء</target>
363 <context-group name="null"> 472 <context-group name="null">
364 <context context-type="linenumber">11</context> 473 <context context-type="linenumber">10</context>
365 </context-group> 474 </context-group>
366 </trans-unit> 475 </trans-unit>
367 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 476 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
368 <source>Ban this user</source> 477 <source>Ban this user</source>
369 <target>حظر هذا المستخدم</target> 478 <target>حظر هذا المستخدم</target>
370 <context-group name="null"> 479 <context-group name="null">
371 <context context-type="linenumber">25</context> 480 <context context-type="linenumber">26</context>
372 </context-group> 481 </context-group>
373 </trans-unit> 482 </trans-unit>
374 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 483 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
@@ -444,7 +553,7 @@
444 <source>Login</source> 553 <source>Login</source>
445 <target>تسجيل الدخول</target> 554 <target>تسجيل الدخول</target>
446 <context-group name="null"> 555 <context-group name="null">
447 <context context-type="linenumber">36</context> 556 <context context-type="linenumber">32</context>
448 </context-group> 557 </context-group>
449 </trans-unit> 558 </trans-unit>
450 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 559 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -472,7 +581,7 @@
472 <source>Send me an email to reset my password</source> 581 <source>Send me an email to reset my password</source>
473 <target>أرسل لي رسالة لإعادة تعيين كلمتي السرية</target> 582 <target>أرسل لي رسالة لإعادة تعيين كلمتي السرية</target>
474 <context-group name="null"> 583 <context-group name="null">
475 <context context-type="linenumber">80</context> 584 <context context-type="linenumber">81</context>
476 </context-group> 585 </context-group>
477 </trans-unit> 586 </trans-unit>
478 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 587 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -532,7 +641,7 @@
532 <source>Signup</source> 641 <source>Signup</source>
533 <target>سجل</target> 642 <target>سجل</target>
534 <context-group name="null"> 643 <context-group name="null">
535 <context context-type="linenumber">78</context> 644 <context context-type="linenumber">88</context>
536 </context-group> 645 </context-group>
537 </trans-unit> 646 </trans-unit>
538 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 647 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -565,60 +674,24 @@
565 <context context-type="linenumber">44</context> 674 <context context-type="linenumber">44</context>
566 </context-group> 675 </context-group>
567 </trans-unit> 676 </trans-unit>
568 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
569 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
570 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> مشاهدة</target>
571 <context-group name="null">
572 <context context-type="linenumber">55</context>
573 </context-group>
574 </trans-unit>
575 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 677 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
576 <source>Change the language</source> 678 <source>Change the language</source>
577 <target>تغيير اللغة</target> 679 <target>تغيير اللغة</target>
578 <context-group name="null"> 680 <context-group name="null">
579 <context context-type="linenumber">86</context> 681 <context context-type="linenumber">102</context>
580 </context-group>
581 </trans-unit>
582 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
583 <source>
584 My public profile
585 </source>
586 <target>صÙحتي العمومية</target>
587 <context-group name="null">
588 <context context-type="linenumber">16</context>
589 </context-group>
590 </trans-unit>
591 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
592 <source>
593 My account
594 </source>
595 <target>حسابي</target>
596 <context-group name="null">
597 <context context-type="linenumber">20</context>
598 </context-group>
599 </trans-unit>
600 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
601 <source>
602 My videos
603 </source>
604 <target>Ùيديوهاتي</target>
605 <context-group name="null">
606 <context context-type="linenumber">24</context>
607 </context-group>
608 </trans-unit>
609 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
610 <source>
611 Log out
612 </source>
613 <target>الخروج</target>
614 <context-group name="null">
615 <context context-type="linenumber">28</context>
616 </context-group> 682 </context-group>
617 </trans-unit> 683 </trans-unit>
618 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 684 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
619 <source>Create an account</source> 685 <source>Create an account</source>
620 <target>إنشاء حساب</target> 686 <target>إنشاء حساب</target>
621 <context-group name="null"> 687 <context-group name="null">
688 <context context-type="linenumber">33</context>
689 </context-group>
690 </trans-unit>
691 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
692 <source>My library</source>
693 <target>مكتبتي</target>
694 <context-group name="null">
622 <context context-type="linenumber">37</context> 695 <context context-type="linenumber">37</context>
623 </context-group> 696 </context-group>
624 </trans-unit> 697 </trans-unit>
@@ -633,63 +706,63 @@
633 <source>Subscriptions</source> 706 <source>Subscriptions</source>
634 <target>الإشتراكات</target> 707 <target>الإشتراكات</target>
635 <context-group name="null"> 708 <context-group name="null">
636 <context context-type="linenumber">45</context> 709 <context context-type="linenumber">51</context>
637 </context-group> 710 </context-group>
638 </trans-unit> 711 </trans-unit>
639 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 712 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
640 <source>Overview</source> 713 <source>Overview</source>
641 <target>نظرة شاملة</target> 714 <target>نظرة شاملة</target>
642 <context-group name="null"> 715 <context-group name="null">
643 <context context-type="linenumber">50</context> 716 <context context-type="linenumber">66</context>
644 </context-group> 717 </context-group>
645 </trans-unit> 718 </trans-unit>
646 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 719 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
647 <source>Trending</source> 720 <source>Trending</source>
648 <target>الشائعة</target> 721 <target>الشائعة</target>
649 <context-group name="null"> 722 <context-group name="null">
650 <context context-type="linenumber">55</context> 723 <context context-type="linenumber">71</context>
651 </context-group> 724 </context-group>
652 </trans-unit> 725 </trans-unit>
653 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 726 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
654 <source>Recently added</source> 727 <source>Recently added</source>
655 <target>التي تم إضاÙتها حديثًا</target> 728 <target>التي تم إضاÙتها حديثًا</target>
656 <context-group name="null"> 729 <context-group name="null">
657 <context context-type="linenumber">60</context> 730 <context context-type="linenumber">76</context>
658 </context-group> 731 </context-group>
659 </trans-unit> 732 </trans-unit>
660 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 733 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
661 <source>Local</source> 734 <source>Local</source>
662 <target>المحلية</target> 735 <target>المحلية</target>
663 <context-group name="null"> 736 <context-group name="null">
664 <context context-type="linenumber">65</context> 737 <context context-type="linenumber">81</context>
665 </context-group> 738 </context-group>
666 </trans-unit> 739 </trans-unit>
667 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 740 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
668 <source>More</source> 741 <source>More</source>
669 <target>المزيد</target> 742 <target>المزيد</target>
670 <context-group name="null"> 743 <context-group name="null">
671 <context context-type="linenumber">70</context> 744 <context context-type="linenumber">86</context>
672 </context-group> 745 </context-group>
673 </trans-unit> 746 </trans-unit>
674 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 747 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
675 <source>Administration</source> 748 <source>Administration</source>
676 <target>الإدارة</target> 749 <target>الإدارة</target>
677 <context-group name="null"> 750 <context-group name="null">
678 <context context-type="linenumber">74</context> 751 <context context-type="linenumber">90</context>
679 </context-group> 752 </context-group>
680 </trans-unit> 753 </trans-unit>
681 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 754 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
682 <source>About</source> 755 <source>About</source>
683 <target>عن</target> 756 <target>عن</target>
684 <context-group name="null"> 757 <context-group name="null">
685 <context context-type="linenumber">25</context> 758 <context context-type="linenumber">26</context>
686 </context-group> 759 </context-group>
687 </trans-unit> 760 </trans-unit>
688 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 761 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
689 <source>Toggle dark interface</source> 762 <source>Toggle dark interface</source>
690 <target>الإنتقال إلى الواجهة الداكنة</target> 763 <target>الإنتقال إلى الواجهة الداكنة</target>
691 <context-group name="null"> 764 <context-group name="null">
692 <context context-type="linenumber">92</context> 765 <context context-type="linenumber">108</context>
693 </context-group> 766 </context-group>
694 </trans-unit> 767 </trans-unit>
695 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 768 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -724,77 +797,70 @@
724 <source>Duration</source> 797 <source>Duration</source>
725 <target>المدّة</target> 798 <target>المدّة</target>
726 <context-group name="null"> 799 <context-group name="null">
727 <context context-type="linenumber">24</context> 800 <context context-type="linenumber">45</context>
728 </context-group> 801 </context-group>
729 </trans-unit> 802 </trans-unit>
730 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 803 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
731 <source>Display sensitive content</source> 804 <source>Display sensitive content</source>
732 <target>عرض المحتوى الحساس</target> 805 <target>عرض المحتوى الحساس</target>
733 <context-group name="null"> 806 <context-group name="null">
734 <context context-type="linenumber">33</context> 807 <context context-type="linenumber">54</context>
735 </context-group> 808 </context-group>
736 </trans-unit> 809 </trans-unit>
737 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 810 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
738 <source>Yes</source> 811 <source>Yes</source>
739 <target>نعم</target> 812 <target>نعم</target>
740 <context-group name="null"> 813 <context-group name="null">
741 <context context-type="linenumber">37</context> 814 <context context-type="linenumber">58</context>
742 </context-group> 815 </context-group>
743 </trans-unit> 816 </trans-unit>
744 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 817 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
745 <source>No</source> 818 <source>No</source>
746 <target>لا</target> 819 <target>لا</target>
747 <context-group name="null"> 820 <context-group name="null">
748 <context context-type="linenumber">42</context> 821 <context context-type="linenumber">63</context>
749 </context-group> 822 </context-group>
750 </trans-unit> 823 </trans-unit>
751 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 824 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
752 <source>Category</source> 825 <source>Category</source>
753 <target>الÙئة</target> 826 <target>الÙئة</target>
754 <context-group name="null"> 827 <context-group name="null">
755 <context context-type="linenumber">164</context> 828 <context context-type="linenumber">189</context>
756 </context-group> 829 </context-group>
757 </trans-unit> 830 </trans-unit>
758 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 831 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
759 <source>Licence</source> 832 <source>Licence</source>
760 <target>الرخصة</target> 833 <target>الرخصة</target>
761 <context-group name="null"> 834 <context-group name="null">
762 <context context-type="linenumber">173</context> 835 <context context-type="linenumber">198</context>
763 </context-group> 836 </context-group>
764 </trans-unit> 837 </trans-unit>
765 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 838 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
766 <source>Language</source> 839 <source>Language</source>
767 <target>اللغة</target> 840 <target>اللغة</target>
768 <context-group name="null"> 841 <context-group name="null">
769 <context context-type="linenumber">182</context> 842 <context context-type="linenumber">207</context>
770 </context-group> 843 </context-group>
771 </trans-unit> 844 </trans-unit>
772 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 845 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
773 <source>All of these tags</source> 846 <source>All of these tags</source>
774 <target>كاÙØ© هذه الوسوم</target> 847 <target>كاÙØ© هذه الوسوم</target>
775 <context-group name="null"> 848 <context-group name="null">
776 <context context-type="linenumber">82</context> 849 <context context-type="linenumber">103</context>
777 </context-group> 850 </context-group>
778 </trans-unit> 851 </trans-unit>
779 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 852 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
780 <source>One of these tags</source> 853 <source>One of these tags</source>
781 <target>واحد Ù…ÙÙ† هذه الوسوم</target> 854 <target>واحد Ù…ÙÙ† هذه الوسوم</target>
782 <context-group name="null"> 855 <context-group name="null">
783 <context context-type="linenumber">87</context> 856 <context context-type="linenumber">108</context>
784 </context-group> 857 </context-group>
785 </trans-unit> 858 </trans-unit>
786 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 859 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
787 <source>Filter</source> 860 <source>Filter</source>
788 <target>مرشح</target> 861 <target>مرشح</target>
789 <context-group name="null"> 862 <context-group name="null">
790 <context context-type="linenumber">94</context> 863 <context context-type="linenumber">115</context>
791 </context-group>
792 </trans-unit>
793 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
794 <source>No results.</source>
795 <target>لا نتائج</target>
796 <context-group name="null">
797 <context context-type="linenumber">20</context>
798 </context-group> 864 </context-group>
799 </trans-unit> 865 </trans-unit>
800 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 866 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
@@ -811,22 +877,6 @@
811 <context context-type="linenumber">7</context> 877 <context context-type="linenumber">7</context>
812 </context-group> 878 </context-group>
813 </trans-unit> 879 </trans-unit>
814 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
815 <source>
816 Cancel
817 </source>
818 <target>إلغاء</target>
819 <context-group name="null">
820 <context context-type="linenumber">26</context>
821 </context-group>
822 </trans-unit>
823 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
824 <source>Submit</source>
825 <target>إرسال</target>
826 <context-group name="null">
827 <context context-type="linenumber">31</context>
828 </context-group>
829 </trans-unit>
830 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 880 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
831 <source>Description</source> 881 <source>Description</source>
832 <target>الوصÙ</target> 882 <target>الوصÙ</target>
@@ -841,13 +891,6 @@
841 <context context-type="linenumber">39</context> 891 <context context-type="linenumber">39</context>
842 </context-group> 892 </context-group>
843 </trans-unit> 893 </trans-unit>
844 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
845 <source>User registration is allowed and</source>
846 <target>التسجيل مسموح و</target>
847 <context-group name="null">
848 <context context-type="linenumber">29</context>
849 </context-group>
850 </trans-unit>
851 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 894 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
852 <source> 895 <source>
853 About PeerTube 896 About PeerTube
@@ -1034,35 +1077,35 @@
1034 <source>Videos Overview</source> 1077 <source>Videos Overview</source>
1035 <target>نظرة شاملة عن الÙيديوهات</target> 1078 <target>نظرة شاملة عن الÙيديوهات</target>
1036 <context-group name="null"> 1079 <context-group name="null">
1037 <context context-type="linenumber">51</context> 1080 <context context-type="linenumber">60</context>
1038 </context-group> 1081 </context-group>
1039 </trans-unit> 1082 </trans-unit>
1040 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1083 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1041 <source>Videos Trending</source> 1084 <source>Videos Trending</source>
1042 <target>الÙيديوهات الشائعة</target> 1085 <target>الÙيديوهات الشائعة</target>
1043 <context-group name="null"> 1086 <context-group name="null">
1044 <context context-type="linenumber">52</context> 1087 <context context-type="linenumber">61</context>
1045 </context-group> 1088 </context-group>
1046 </trans-unit> 1089 </trans-unit>
1047 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1090 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1048 <source>Videos Recently Added</source> 1091 <source>Videos Recently Added</source>
1049 <target>الÙيديوهات المÙضاÙØ© حديثًا</target> 1092 <target>الÙيديوهات المÙضاÙØ© حديثًا</target>
1050 <context-group name="null"> 1093 <context-group name="null">
1051 <context context-type="linenumber">53</context> 1094 <context context-type="linenumber">62</context>
1052 </context-group> 1095 </context-group>
1053 </trans-unit> 1096 </trans-unit>
1054 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1097 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1055 <source>Local videos</source> 1098 <source>Local videos</source>
1056 <target>الÙيديوهات المحلية</target> 1099 <target>الÙيديوهات المحلية</target>
1057 <context-group name="null"> 1100 <context-group name="null">
1058 <context context-type="linenumber">54</context> 1101 <context context-type="linenumber">63</context>
1059 </context-group> 1102 </context-group>
1060 </trans-unit> 1103 </trans-unit>
1061 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1104 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1062 <source>Policy on videos containing sensitive content</source> 1105 <source>Policy on videos containing sensitive content</source>
1063 <target>سياسة الÙيديوهات التي تحتوي على محتوى حساس</target> 1106 <target>سياسة الÙيديوهات التي تحتوي على محتوى حساس</target>
1064 <context-group name="null"> 1107 <context-group name="null">
1065 <context context-type="linenumber">61</context> 1108 <context context-type="linenumber">70</context>
1066 </context-group> 1109 </context-group>
1067 </trans-unit> 1110 </trans-unit>
1068 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 1111 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -1083,42 +1126,42 @@
1083 <source>Signup enabled</source> 1126 <source>Signup enabled</source>
1084 <target>التسجيل Ù…ÙÙعل</target> 1127 <target>التسجيل Ù…ÙÙعل</target>
1085 <context-group name="null"> 1128 <context-group name="null">
1086 <context context-type="linenumber">84</context> 1129 <context context-type="linenumber">94</context>
1087 </context-group> 1130 </context-group>
1088 </trans-unit> 1131 </trans-unit>
1089 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1132 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1090 <source>Signup requires email verification</source> 1133 <source>Signup requires email verification</source>
1091 <target>يتطلب التسجيل رسالة تأكيد</target> 1134 <target>يتطلب التسجيل رسالة تأكيد</target>
1092 <context-group name="null"> 1135 <context-group name="null">
1093 <context context-type="linenumber">91</context> 1136 <context context-type="linenumber">101</context>
1094 </context-group> 1137 </context-group>
1095 </trans-unit> 1138 </trans-unit>
1096 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1139 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1097 <source>Signup limit</source> 1140 <source>Signup limit</source>
1098 <target>حد التسجيل</target> 1141 <target>حد التسجيل</target>
1099 <context-group name="null"> 1142 <context-group name="null">
1100 <context context-type="linenumber">96</context> 1143 <context context-type="linenumber">106</context>
1101 </context-group> 1144 </context-group>
1102 </trans-unit> 1145 </trans-unit>
1103 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1146 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1104 <source>Users</source> 1147 <source>Users</source>
1105 <target>المستخدÙمون</target> 1148 <target>المستخدÙمون</target>
1106 <context-group name="null"> 1149 <context-group name="null">
1107 <context context-type="linenumber">105</context> 1150 <context context-type="linenumber">116</context>
1108 </context-group> 1151 </context-group>
1109 </trans-unit> 1152 </trans-unit>
1110 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1153 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1111 <source>User default video quota</source> 1154 <source>User default video quota</source>
1112 <target>حصة الÙيديو الاÙتراضية للمستخدم</target> 1155 <target>حصة الÙيديو الاÙتراضية للمستخدم</target>
1113 <context-group name="null"> 1156 <context-group name="null">
1114 <context context-type="linenumber">109</context> 1157 <context context-type="linenumber">120</context>
1115 </context-group> 1158 </context-group>
1116 </trans-unit> 1159 </trans-unit>
1117 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1160 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1118 <source>User default daily upload limit</source> 1161 <source>User default daily upload limit</source>
1119 <target>حد الرÙع الإÙتراضي للمستخدÙÙ…</target> 1162 <target>حد الرÙع الإÙتراضي للمستخدÙÙ…</target>
1120 <context-group name="null"> 1163 <context-group name="null">
1121 <context context-type="linenumber">121</context> 1164 <context context-type="linenumber">132</context>
1122 </context-group> 1165 </context-group>
1123 </trans-unit> 1166 </trans-unit>
1124 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1167 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1132,14 +1175,14 @@
1132 <source>Administrator</source> 1175 <source>Administrator</source>
1133 <target>المدير</target> 1176 <target>المدير</target>
1134 <context-group name="null"> 1177 <context-group name="null">
1135 <context context-type="linenumber">155</context> 1178 <context context-type="linenumber">208</context>
1136 </context-group> 1179 </context-group>
1137 </trans-unit> 1180 </trans-unit>
1138 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1181 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1139 <source>Admin email</source> 1182 <source>Admin email</source>
1140 <target>البريد الإلكتروني للمدير</target> 1183 <target>البريد الإلكتروني للمدير</target>
1141 <context-group name="null"> 1184 <context-group name="null">
1142 <context context-type="linenumber">158</context> 1185 <context context-type="linenumber">211</context>
1143 </context-group> 1186 </context-group>
1144 </trans-unit> 1187 </trans-unit>
1145 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1188 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1153,42 +1196,42 @@
1153 <source>Twitter</source> 1196 <source>Twitter</source>
1154 <target>تويتر</target> 1197 <target>تويتر</target>
1155 <context-group name="null"> 1198 <context-group name="null">
1156 <context context-type="linenumber">178</context> 1199 <context context-type="linenumber">231</context>
1157 </context-group> 1200 </context-group>
1158 </trans-unit> 1201 </trans-unit>
1159 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1202 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1160 <source>Your Twitter username</source> 1203 <source>Your Twitter username</source>
1161 <target>اسم المستخدÙÙ… الخاص بك على تويتر</target> 1204 <target>اسم المستخدÙÙ… الخاص بك على تويتر</target>
1162 <context-group name="null"> 1205 <context-group name="null">
1163 <context context-type="linenumber">184</context> 1206 <context context-type="linenumber">237</context>
1164 </context-group> 1207 </context-group>
1165 </trans-unit> 1208 </trans-unit>
1166 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1209 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1167 <source>Services</source> 1210 <source>Services</source>
1168 <target>الخدمات</target> 1211 <target>الخدمات</target>
1169 <context-group name="null"> 1212 <context-group name="null">
1170 <context context-type="linenumber">176</context> 1213 <context context-type="linenumber">229</context>
1171 </context-group> 1214 </context-group>
1172 </trans-unit> 1215 </trans-unit>
1173 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1216 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1174 <source>Customizations</source> 1217 <source>Customizations</source>
1175 <target>التخصيصات</target> 1218 <target>التخصيصات</target>
1176 <context-group name="null"> 1219 <context-group name="null">
1177 <context context-type="linenumber">289</context> 1220 <context context-type="linenumber">342</context>
1178 </context-group> 1221 </context-group>
1179 </trans-unit> 1222 </trans-unit>
1180 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1223 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1181 <source>JavaScript</source> 1224 <source>JavaScript</source>
1182 <target>الجاÙا سكريبت</target> 1225 <target>الجاÙا سكريبت</target>
1183 <context-group name="null"> 1226 <context-group name="null">
1184 <context context-type="linenumber">294</context> 1227 <context context-type="linenumber">347</context>
1185 </context-group> 1228 </context-group>
1186 </trans-unit> 1229 </trans-unit>
1187 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1230 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1188 <source>Advanced configuration</source> 1231 <source>Advanced configuration</source>
1189 <target>الإعدادات المتقدمة</target> 1232 <target>الإعدادات المتقدمة</target>
1190 <context-group name="null"> 1233 <context-group name="null">
1191 <context context-type="linenumber">212</context> 1234 <context context-type="linenumber">265</context>
1192 </context-group> 1235 </context-group>
1193 </trans-unit> 1236 </trans-unit>
1194 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1237 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1218,22 +1261,13 @@
1218 <context context-type="linenumber">11</context> 1261 <context context-type="linenumber">11</context>
1219 </context-group> 1262 </context-group>
1220 </trans-unit> 1263 </trans-unit>
1221 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368">
1222 <source>
1223 Jobs
1224 </source>
1225 <target>الإجراءات</target>
1226 <context-group name="null">
1227 <context context-type="linenumber">15</context>
1228 </context-group>
1229 </trans-unit>
1230 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 1264 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1231 <source> 1265 <source>
1232 Configuration 1266 Configuration
1233 </source> 1267 </source>
1234 <target>الإعداد</target> 1268 <target>الإعداد</target>
1235 <context-group name="null"> 1269 <context-group name="null">
1236 <context context-type="linenumber">19</context> 1270 <context context-type="linenumber">15</context>
1237 </context-group> 1271 </context-group>
1238 </trans-unit> 1272 </trans-unit>
1239 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 1273 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
@@ -1243,13 +1277,6 @@
1243 <context context-type="linenumber">27</context> 1277 <context context-type="linenumber">27</context>
1244 </context-group> 1278 </context-group>
1245 </trans-unit> 1279 </trans-unit>
1246 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1247 <source>Host</source>
1248 <target>المضيÙ</target>
1249 <context-group name="null">
1250 <context context-type="linenumber">19</context>
1251 </context-group>
1252 </trans-unit>
1253 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 1280 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
1254 <source>State</source> 1281 <source>State</source>
1255 <target>الحالة</target> 1282 <target>الحالة</target>
@@ -1271,6 +1298,20 @@
1271 <context context-type="linenumber">33</context> 1298 <context context-type="linenumber">33</context>
1272 </context-group> 1299 </context-group>
1273 </trans-unit> 1300 </trans-unit>
1301 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
1302 <source>Refuse</source>
1303 <target>رÙض</target>
1304 <context-group name="null">
1305 <context context-type="linenumber">42</context>
1306 </context-group>
1307 </trans-unit>
1308 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1309 <source>Host</source>
1310 <target>المضيÙ</target>
1311 <context-group name="null">
1312 <context context-type="linenumber">19</context>
1313 </context-group>
1314 </trans-unit>
1274 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479"> 1315 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479">
1275 <source>Manage follows</source> 1316 <source>Manage follows</source>
1276 <target>إدارة المتابÙعون</target> 1317 <target>إدارة المتابÙعون</target>
@@ -1299,20 +1340,6 @@
1299 <context context-type="linenumber">9</context> 1340 <context context-type="linenumber">9</context>
1300 </context-group> 1341 </context-group>
1301 </trans-unit> 1342 </trans-unit>
1302 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1303 <source>Jobs list</source>
1304 <target>قائمة الإجراءات</target>
1305 <context-group name="null">
1306 <context context-type="linenumber">2</context>
1307 </context-group>
1308 </trans-unit>
1309 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1310 <source>Type</source>
1311 <target>النوع</target>
1312 <context-group name="null">
1313 <context context-type="linenumber">19</context>
1314 </context-group>
1315 </trans-unit>
1316 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 1343 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1317 <source>Create user</source> 1344 <source>Create user</source>
1318 <target>إنشاء مستخدÙÙ…</target> 1345 <target>إنشاء مستخدÙÙ…</target>
@@ -1359,7 +1386,7 @@
1359 <source>Go to the account page</source> 1386 <source>Go to the account page</source>
1360 <target>الإنتقال إلى صÙحة الحساب</target> 1387 <target>الإنتقال إلى صÙحة الحساب</target>
1361 <context-group name="null"> 1388 <context-group name="null">
1362 <context context-type="linenumber">133</context> 1389 <context context-type="linenumber">153</context>
1363 </context-group> 1390 </context-group>
1364 </trans-unit> 1391 </trans-unit>
1365 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 1392 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
@@ -1380,7 +1407,7 @@
1380 <source>Update this comment</source> 1407 <source>Update this comment</source>
1381 <target>تحديث هذا التعليق</target> 1408 <target>تحديث هذا التعليق</target>
1382 <context-group name="null"> 1409 <context-group name="null">
1383 <context context-type="linenumber">25</context> 1410 <context context-type="linenumber">26</context>
1384 </context-group> 1411 </context-group>
1385 </trans-unit> 1412 </trans-unit>
1386 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 1413 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -1446,6 +1473,13 @@
1446 <context context-type="linenumber">43</context> 1473 <context context-type="linenumber">43</context>
1447 </context-group> 1474 </context-group>
1448 </trans-unit> 1475 </trans-unit>
1476 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
1477 <source>Unblacklist</source>
1478 <target>إلغاء الحجب</target>
1479 <context-group name="null">
1480 <context context-type="linenumber">16</context>
1481 </context-group>
1482 </trans-unit>
1449 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 1483 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
1450 <source>Moderation</source> 1484 <source>Moderation</source>
1451 <target>الإشراÙ</target> 1485 <target>الإشراÙ</target>
@@ -1453,13 +1487,6 @@
1453 <context context-type="linenumber">2</context> 1487 <context context-type="linenumber">2</context>
1454 </context-group> 1488 </context-group>
1455 </trans-unit> 1489 </trans-unit>
1456 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
1457 <source>Blacklisted videos</source>
1458 <target>الÙيديوهات المحجوبة</target>
1459 <context-group name="null">
1460 <context context-type="linenumber">7</context>
1461 </context-group>
1462 </trans-unit>
1463 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 1490 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
1464 <source>Account</source> 1491 <source>Account</source>
1465 <target>الحساب</target> 1492 <target>الحساب</target>
@@ -1474,6 +1501,20 @@
1474 <context context-type="linenumber">23</context> 1501 <context context-type="linenumber">23</context>
1475 </context-group> 1502 </context-group>
1476 </trans-unit> 1503 </trans-unit>
1504 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1505 <source>Jobs list</source>
1506 <target>قائمة الإجراءات</target>
1507 <context-group name="null">
1508 <context context-type="linenumber">2</context>
1509 </context-group>
1510 </trans-unit>
1511 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1512 <source>Type</source>
1513 <target>النوع</target>
1514 <context-group name="null">
1515 <context context-type="linenumber">19</context>
1516 </context-group>
1517 </trans-unit>
1477 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 1518 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
1478 <source>Video quota:</source> 1519 <source>Video quota:</source>
1479 <target>تقم الÙيديو:</target> 1520 <target>تقم الÙيديو:</target>
@@ -1506,14 +1547,14 @@
1506 <source>Change ownership</source> 1547 <source>Change ownership</source>
1507 <target>تغيير المالك</target> 1548 <target>تغيير المالك</target>
1508 <context-group name="null"> 1549 <context-group name="null">
1509 <context context-type="linenumber">46</context> 1550 <context context-type="linenumber">21</context>
1510 </context-group> 1551 </context-group>
1511 </trans-unit> 1552 </trans-unit>
1512 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 1553 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
1513 <source>Select the next owner</source> 1554 <source>Select the next owner</source>
1514 <target>أدخل المالك الجديد</target> 1555 <target>أدخل المالك الجديد</target>
1515 <context-group name="null"> 1556 <context-group name="null">
1516 <context context-type="linenumber">9</context> 1557 <context context-type="linenumber">10</context>
1517 </context-group> 1558 </context-group>
1518 </trans-unit> 1559 </trans-unit>
1519 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8"> 1560 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
@@ -1525,29 +1566,6 @@
1525 <context context-type="linenumber">35</context> 1566 <context context-type="linenumber">35</context>
1526 </context-group> 1567 </context-group>
1527 </trans-unit> 1568 </trans-unit>
1528 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
1529 <source>Blacklisted</source>
1530 <target>تم حجبه</target>
1531 <context-group name="null">
1532 <context context-type="linenumber">22</context>
1533 </context-group>
1534 </trans-unit>
1535 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
1536 <source>
1537 Cancel
1538 </source>
1539 <target>إلغاء</target>
1540 <context-group name="null">
1541 <context context-type="linenumber">30</context>
1542 </context-group>
1543 </trans-unit>
1544 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
1545 <source>Create another video channel</source>
1546 <target>إنشاء قناة Ùيديو أخرى</target>
1547 <context-group name="null">
1548 <context context-type="linenumber">4</context>
1549 </context-group>
1550 </trans-unit>
1551 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 1569 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
1552 <source>Go to the channel</source> 1570 <source>Go to the channel</source>
1553 <target>الإنتقال إلى القناة</target> 1571 <target>الإنتقال إلى القناة</target>
@@ -1569,13 +1587,6 @@
1569 <context context-type="linenumber">15</context> 1587 <context context-type="linenumber">15</context>
1570 </context-group> 1588 </context-group>
1571 </trans-unit> 1589 </trans-unit>
1572 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
1573 <source>Display name</source>
1574 <target>الإسم العلني</target>
1575 <context-group name="null">
1576 <context context-type="linenumber">6</context>
1577 </context-group>
1578 </trans-unit>
1579 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191"> 1590 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
1580 <source>Target</source> 1591 <source>Target</source>
1581 <target>الهدÙ</target> 1592 <target>الهدÙ</target>
@@ -1587,7 +1598,7 @@
1587 <source>Select the target channel</source> 1598 <source>Select the target channel</source>
1588 <target>اختيار القناة الهدÙ</target> 1599 <target>اختيار القناة الهدÙ</target>
1589 <context-group name="null"> 1600 <context-group name="null">
1590 <context context-type="linenumber">9</context> 1601 <context context-type="linenumber">10</context>
1591 </context-group> 1602 </context-group>
1592 </trans-unit> 1603 </trans-unit>
1593 <trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1"> 1604 <trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1">
@@ -1604,13 +1615,6 @@
1604 <context context-type="linenumber">20</context> 1615 <context context-type="linenumber">20</context>
1605 </context-group> 1616 </context-group>
1606 </trans-unit> 1617 </trans-unit>
1607 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
1608 <source>Refuse</source>
1609 <target>رÙض</target>
1610 <context-group name="null">
1611 <context context-type="linenumber">47</context>
1612 </context-group>
1613 </trans-unit>
1614 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e"> 1618 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
1615 <source>Muted instances</source> 1619 <source>Muted instances</source>
1616 <target>مثيلات الخوادم المكتومة</target> 1620 <target>مثيلات الخوادم المكتومة</target>
@@ -1618,6 +1622,27 @@
1618 <context context-type="linenumber">2</context> 1622 <context context-type="linenumber">2</context>
1619 </context-group> 1623 </context-group>
1620 </trans-unit> 1624 </trans-unit>
1625 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1626 <source>Privacy</source>
1627 <target>الخصوصية</target>
1628 <context-group name="null">
1629 <context context-type="linenumber">179</context>
1630 </context-group>
1631 </trans-unit>
1632 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
1633 <source>Channel</source>
1634 <target>القناة</target>
1635 <context-group name="null">
1636 <context context-type="linenumber">39</context>
1637 </context-group>
1638 </trans-unit>
1639 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
1640 <source>Upload thumbnail</source>
1641 <target>تحديث الصورة المصغرة</target>
1642 <context-group name="null">
1643 <context context-type="linenumber">192</context>
1644 </context-group>
1645 </trans-unit>
1621 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 1646 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
1622 <source>Change password</source> 1647 <source>Change password</source>
1623 <target>تغيير الكلمة السرية</target> 1648 <target>تغيير الكلمة السرية</target>
@@ -1653,13 +1678,6 @@
1653 <context context-type="linenumber">28</context> 1678 <context context-type="linenumber">28</context>
1654 </context-group> 1679 </context-group>
1655 </trans-unit> 1680 </trans-unit>
1656 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
1657 <source>Save</source>
1658 <target>Ø­Ùظ</target>
1659 <context-group name="null">
1660 <context context-type="linenumber">32</context>
1661 </context-group>
1662 </trans-unit>
1663 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 1681 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
1664 <source>Update my profile</source> 1682 <source>Update my profile</source>
1665 <target>تحديث ملÙÙŠ الشخصي</target> 1683 <target>تحديث ملÙÙŠ الشخصي</target>
@@ -1706,21 +1724,7 @@
1706 <source>URL</source> 1724 <source>URL</source>
1707 <target>الرابط</target> 1725 <target>الرابط</target>
1708 <context-group name="null"> 1726 <context-group name="null">
1709 <context context-type="linenumber">17</context> 1727 <context context-type="linenumber">25</context>
1710 </context-group>
1711 </trans-unit>
1712 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
1713 <source>Channel</source>
1714 <target>القناة</target>
1715 <context-group name="null">
1716 <context context-type="linenumber">39</context>
1717 </context-group>
1718 </trans-unit>
1719 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1720 <source>Privacy</source>
1721 <target>الخصوصية</target>
1722 <context-group name="null">
1723 <context context-type="linenumber">159</context>
1724 </context-group> 1728 </context-group>
1725 </trans-unit> 1729 </trans-unit>
1726 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 1730 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
@@ -1734,7 +1738,7 @@
1734 <source>Update</source> 1738 <source>Update</source>
1735 <target>تحديث</target> 1739 <target>تحديث</target>
1736 <context-group name="null"> 1740 <context-group name="null">
1737 <context context-type="linenumber">92</context> 1741 <context context-type="linenumber">17</context>
1738 </context-group> 1742 </context-group>
1739 </trans-unit> 1743 </trans-unit>
1740 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 1744 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -1804,7 +1808,7 @@
1804 <source>Tags</source> 1808 <source>Tags</source>
1805 <target>الوسوم</target> 1809 <target>الوسوم</target>
1806 <context-group name="null"> 1810 <context-group name="null">
1807 <context context-type="linenumber">191</context> 1811 <context context-type="linenumber">216</context>
1808 </context-group> 1812 </context-group>
1809 </trans-unit> 1813 </trans-unit>
1810 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 1814 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -1821,13 +1825,6 @@
1821 <context context-type="linenumber">21</context> 1825 <context context-type="linenumber">21</context>
1822 </context-group> 1826 </context-group>
1823 </trans-unit> 1827 </trans-unit>
1824 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
1825 <source>Enable video comments</source>
1826 <target>السماح بالتعليق على الÙيديوهات</target>
1827 <context-group name="null">
1828 <context context-type="linenumber">125</context>
1829 </context-group>
1830 </trans-unit>
1831 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 1828 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
1832 <source>Basic info</source> 1829 <source>Basic info</source>
1833 <target>معلومات أساسية</target> 1830 <target>معلومات أساسية</target>
@@ -1839,247 +1836,126 @@
1839 <source>Cancel create</source> 1836 <source>Cancel create</source>
1840 <target>إلغاء الإنشاء</target> 1837 <target>إلغاء الإنشاء</target>
1841 <context-group name="null"> 1838 <context-group name="null">
1842 <context context-type="linenumber">170</context> 1839 <context context-type="linenumber">165</context>
1843 </context-group> 1840 </context-group>
1844 </trans-unit> 1841 </trans-unit>
1845 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 1842 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
1846 <source>Cancel deletion</source> 1843 <source>Cancel deletion</source>
1847 <target>إلغاء الحذÙ</target> 1844 <target>إلغاء الحذÙ</target>
1848 <context-group name="null"> 1845 <context-group name="null">
1849 <context context-type="linenumber">178</context> 1846 <context context-type="linenumber">173</context>
1850 </context-group>
1851 </trans-unit>
1852 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
1853 <source>Upload thumbnail</source>
1854 <target>تحديث الصورة المصغرة</target>
1855 <context-group name="null">
1856 <context context-type="linenumber">196</context>
1857 </context-group> 1847 </context-group>
1858 </trans-unit> 1848 </trans-unit>
1859 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 1849 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
1860 <source>Upload preview</source> 1850 <source>Upload preview</source>
1861 <target>إرسال معاينة</target> 1851 <target>إرسال معاينة</target>
1862 <context-group name="null"> 1852 <context-group name="null">
1863 <context context-type="linenumber">203</context> 1853 <context context-type="linenumber">199</context>
1864 </context-group> 1854 </context-group>
1865 </trans-unit> 1855 </trans-unit>
1866 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 1856 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
1867 <source>Support</source> 1857 <source>Support</source>
1868 <target>الدعم</target> 1858 <target>الدعم</target>
1869 <context-group name="null"> 1859 <context-group name="null">
1870 <context context-type="linenumber">69</context> 1860 <context context-type="linenumber">103</context>
1871 </context-group>
1872 </trans-unit>
1873 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
1874 <source>Advanced settings</source>
1875 <target>الإعدادات المتقدمة</target>
1876 <context-group name="null">
1877 <context context-type="linenumber">191</context>
1878 </context-group>
1879 </trans-unit>
1880 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
1881 <source>Download video</source>
1882 <target>تنزيل الÙيديو</target>
1883 <context-group name="null">
1884 <context context-type="linenumber">3</context>
1885 </context-group>
1886 </trans-unit>
1887 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
1888 <source>Direct download</source>
1889 <target>تنزيل مباشÙر</target>
1890 <context-group name="null">
1891 <context context-type="linenumber">27</context>
1892 </context-group>
1893 </trans-unit>
1894 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
1895 <source>Torrent (.torrent file)</source>
1896 <target>مل٠تورنت</target>
1897 <context-group name="null">
1898 <context context-type="linenumber">32</context>
1899 </context-group>
1900 </trans-unit>
1901 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
1902 <source>Torrent (magnet link)</source>
1903 <target>مل٠ترونت (ماغنت)</target>
1904 <context-group name="null">
1905 <context context-type="linenumber">37</context>
1906 </context-group>
1907 </trans-unit>
1908 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
1909 <source>
1910 Cancel
1911 </source>
1912 <target>إلغاء</target>
1913 <context-group name="null">
1914 <context context-type="linenumber">47</context>
1915 </context-group> 1861 </context-group>
1916 </trans-unit> 1862 </trans-unit>
1917 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 1863 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
1918 <source>Download</source> 1864 <source>Enable video comments</source>
1919 <target>تÙزيل</target> 1865 <target>اÙسماح بالتعليق عÙÙ‰ الÙيديوهات</target>
1920 <context-group name="null"> 1866 <context-group name="null">
1921 <context context-type="linenumber">84</context> 1867 <context context-type="linenumber">234</context>
1922 </context-group> 1868 </context-group>
1923 </trans-unit> 1869 </trans-unit>
1924 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 1870 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
1925 <source>Report video</source> 1871 <source>Advanced settings</source>
1926 <target>الإبلاغ عن الÙيديو</target> 1872 <target>الإعدادات المتÙدمة</target>
1927 <context-group name="null"> 1873 <context-group name="null">
1928 <context context-type="linenumber">3</context> 1874 <context context-type="linenumber">186</context>
1929 </context-group> 1875 </context-group>
1930 </trans-unit> 1876 </trans-unit>
1931 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 1877 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
1932 <source>Share</source> 1878 <source>Share</source>
1933 <target>شارك</target> 1879 <target>شارك</target>
1934 <context-group name="null"> 1880 <context-group name="null">
1935 <context context-type="linenumber">74</context> 1881 <context context-type="linenumber">108</context>
1936 </context-group> 1882 </context-group>
1937 </trans-unit> 1883 </trans-unit>
1938 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 1884 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
1939 <source>QR-Code</source> 1885 <source>QR-Code</source>
1940 <target>رمز الاستجابة السريعة</target> 1886 <target>رمز الاستجابة السريعة</target>
1941 <context-group name="null"> 1887 <context-group name="null">
1942 <context context-type="linenumber">29</context> 1888 <context context-type="linenumber">37</context>
1943 </context-group> 1889 </context-group>
1944 </trans-unit> 1890 </trans-unit>
1945 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 1891 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
1946 <source>Close</source> 1892 <source>Close</source>
1947 <target>إغلاق</target> 1893 <target>إغلاق</target>
1948 <context-group name="null"> 1894 <context-group name="null">
1949 <context context-type="linenumber">51</context> 1895 <context context-type="linenumber">59</context>
1950 </context-group>
1951 </trans-unit>
1952 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
1953 <source>Blacklist video</source>
1954 <target>حجب الÙيديو</target>
1955 <context-group name="null">
1956 <context context-type="linenumber">3</context>
1957 </context-group> 1896 </context-group>
1958 </trans-unit> 1897 </trans-unit>
1959 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 1898 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
1960 <source>This video is blacklisted.</source> 1899 <source>This video is blacklisted.</source>
1961 <target>تم حجب هذه الÙيديو.</target> 1900 <target>تم حجب هذه الÙيديو.</target>
1962 <context-group name="null"> 1901 <context-group name="null">
1963 <context context-type="linenumber">24</context> 1902 <context context-type="linenumber">57</context>
1964 </context-group> 1903 </context-group>
1965 </trans-unit> 1904 </trans-unit>
1966 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 1905 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
1967 <source>Like this video</source> 1906 <source>Like this video</source>
1968 <target>الإعجاب بهذه الÙيديو</target> 1907 <target>الإعجاب بهذه الÙيديو</target>
1969 <context-group name="null"> 1908 <context-group name="null">
1970 <context context-type="linenumber">57</context> 1909 <context context-type="linenumber">88</context>
1971 </context-group> 1910 </context-group>
1972 </trans-unit> 1911 </trans-unit>
1973 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 1912 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
1974 <source>Dislike this video</source> 1913 <source>Dislike this video</source>
1975 <target>إلغاء الإعجاب بهذه الÙيديو</target> 1914 <target>إلغاء الإعجاب بهذه الÙيديو</target>
1976 <context-group name="null"> 1915 <context-group name="null">
1977 <context context-type="linenumber">64</context>
1978 </context-group>
1979 </trans-unit>
1980 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
1981 <source>Download the video</source>
1982 <target>تنزيل الÙيديو</target>
1983 <context-group name="null">
1984 <context context-type="linenumber">83</context>
1985 </context-group>
1986 </trans-unit>
1987 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
1988 <source>Report</source>
1989 <target>الإبلاغ</target>
1990 <context-group name="null">
1991 <context context-type="linenumber">88</context>
1992 </context-group>
1993 </trans-unit>
1994 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
1995 <source>Report this video</source>
1996 <target>أبلغ عن هذه الÙيديو</target>
1997 <context-group name="null">
1998 <context context-type="linenumber">87</context>
1999 </context-group>
2000 </trans-unit>
2001 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
2002 <source>Update this video</source>
2003 <target>تحديث هذه الÙيديو</target>
2004 <context-group name="null">
2005 <context context-type="linenumber">91</context>
2006 </context-group>
2007 </trans-unit>
2008 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
2009 <source>Blacklist</source>
2010 <target>حجب ÙÙŠ القائمة السوداء</target>
2011 <context-group name="null">
2012 <context context-type="linenumber">96</context> 1916 <context context-type="linenumber">96</context>
2013 </context-group> 1917 </context-group>
2014 </trans-unit> 1918 </trans-unit>
2015 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
2016 <source>Blacklist this video</source>
2017 <target>حجب هذه الÙيديو</target>
2018 <context-group name="null">
2019 <context context-type="linenumber">95</context>
2020 </context-group>
2021 </trans-unit>
2022 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2023 <source>Unblacklist</source>
2024 <target>إلغاء الحجب</target>
2025 <context-group name="null">
2026 <context context-type="linenumber">100</context>
2027 </context-group>
2028 </trans-unit>
2029 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
2030 <source>Unblacklist this video</source>
2031 <target>إلغاء حجب هذه الÙيديو</target>
2032 <context-group name="null">
2033 <context context-type="linenumber">99</context>
2034 </context-group>
2035 </trans-unit>
2036 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
2037 <source>Delete this video</source>
2038 <target>حذ٠هذه الÙيديو</target>
2039 <context-group name="null">
2040 <context context-type="linenumber">103</context>
2041 </context-group>
2042 </trans-unit>
2043 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 1919 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
2044 <source>Go the channel page</source> 1920 <source>Go the channel page</source>
2045 <target>الإنتقال إلى صÙحة القناة</target> 1921 <target>الإنتقال إلى صÙحة القناة</target>
2046 <context-group name="null"> 1922 <context-group name="null">
2047 <context context-type="linenumber">123</context> 1923 <context context-type="linenumber">143</context>
2048 </context-group> 1924 </context-group>
2049 </trans-unit> 1925 </trans-unit>
2050 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 1926 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
2051 <source>Show more</source> 1927 <source>Show more</source>
2052 <target>عرض المزيد</target> 1928 <target>عرض المزيد</target>
2053 <context-group name="null"> 1929 <context-group name="null">
2054 <context context-type="linenumber">146</context> 1930 <context context-type="linenumber">166</context>
2055 </context-group> 1931 </context-group>
2056 </trans-unit> 1932 </trans-unit>
2057 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 1933 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
2058 <source>Show less</source> 1934 <source>Show less</source>
2059 <target>عرض القليل</target> 1935 <target>عرض القليل</target>
2060 <context-group name="null"> 1936 <context-group name="null">
2061 <context context-type="linenumber">152</context> 1937 <context context-type="linenumber">172</context>
2062 </context-group> 1938 </context-group>
2063 </trans-unit> 1939 </trans-unit>
2064 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 1940 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
2065 <source>Friendly Reminder: </source> 1941 <source>Friendly Reminder: </source>
2066 <target>تذكير أخوي:</target> 1942 <target>تذكير أخوي:</target>
2067 <context-group name="null"> 1943 <context-group name="null">
2068 <context context-type="linenumber">208</context> 1944 <context context-type="linenumber">232</context>
2069 </context-group> 1945 </context-group>
2070 </trans-unit> 1946 </trans-unit>
2071 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 1947 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2072 <source>More information</source> 1948 <source>More information</source>
2073 <target>المزيد من التÙاصيل</target> 1949 <target>المزيد من التÙاصيل</target>
2074 <context-group name="null"> 1950 <context-group name="null">
2075 <context context-type="linenumber">212</context> 1951 <context context-type="linenumber">236</context>
2076 </context-group> 1952 </context-group>
2077 </trans-unit> 1953 </trans-unit>
2078 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 1954 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2079 <source>Get more information</source> 1955 <source>Get more information</source>
2080 <target>احصل على معلومات أكثر</target> 1956 <target>احصل على معلومات أكثر</target>
2081 <context-group name="null"> 1957 <context-group name="null">
2082 <context context-type="linenumber">212</context> 1958 <context context-type="linenumber">236</context>
2083 </context-group> 1959 </context-group>
2084 </trans-unit> 1960 </trans-unit>
2085 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 1961 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -2088,7 +1964,7 @@
2088 </source> 1964 </source>
2089 <target>نعم</target> 1965 <target>نعم</target>
2090 <context-group name="null"> 1966 <context-group name="null">
2091 <context context-type="linenumber">215</context> 1967 <context context-type="linenumber">239</context>
2092 </context-group> 1968 </context-group>
2093 </trans-unit> 1969 </trans-unit>
2094 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 1970 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -2274,6 +2150,27 @@
2274 <context context-type="linenumber">1</context> 2150 <context context-type="linenumber">1</context>
2275 </context-group> 2151 </context-group>
2276 </trans-unit> 2152 </trans-unit>
2153 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
2154 <source>Info</source>
2155 <target>معلومات</target>
2156 <context-group name="null">
2157 <context context-type="linenumber">1</context>
2158 </context-group>
2159 </trans-unit>
2160 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
2161 <source>Warning</source>
2162 <target>تنبيه</target>
2163 <context-group name="null">
2164 <context context-type="linenumber">1</context>
2165 </context-group>
2166 </trans-unit>
2167 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
2168 <source>Error</source>
2169 <target>خطأ</target>
2170 <context-group name="null">
2171 <context context-type="linenumber">1</context>
2172 </context-group>
2173 </trans-unit>
2277 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f"> 2174 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
2278 <source>Update user</source> 2175 <source>Update user</source>
2279 <target>تحديث المستخدÙÙ…</target> 2176 <target>تحديث المستخدÙÙ…</target>
@@ -2379,13 +2276,6 @@
2379 <context context-type="linenumber">1</context> 2276 <context context-type="linenumber">1</context>
2380 </context-group> 2277 </context-group>
2381 </trans-unit> 2278 </trans-unit>
2382 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
2383 <source>Create</source>
2384 <target>إنشاء</target>
2385 <context-group name="null">
2386 <context context-type="linenumber">1</context>
2387 </context-group>
2388 </trans-unit>
2389 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894"> 2279 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
2390 <source>My videos</source> 2280 <source>My videos</source>
2391 <target>Ùيديوهاتي</target> 2281 <target>Ùيديوهاتي</target>
@@ -2393,27 +2283,6 @@
2393 <context context-type="linenumber">1</context> 2283 <context context-type="linenumber">1</context>
2394 </context-group> 2284 </context-group>
2395 </trans-unit> 2285 </trans-unit>
2396 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
2397 <source>Published</source>
2398 <target>المنشورة</target>
2399 <context-group name="null">
2400 <context context-type="linenumber">1</context>
2401 </context-group>
2402 </trans-unit>
2403 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
2404 <source>To import</source>
2405 <target>للاستيراد</target>
2406 <context-group name="null">
2407 <context context-type="linenumber">1</context>
2408 </context-group>
2409 </trans-unit>
2410 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
2411 <source>My library</source>
2412 <target>مكتبتي</target>
2413 <context-group name="null">
2414 <context context-type="linenumber">1</context>
2415 </context-group>
2416 </trans-unit>
2417 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 2286 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
2418 <source>My channels</source> 2287 <source>My channels</source>
2419 <target>قنواتي</target> 2288 <target>قنواتي</target>
@@ -2526,13 +2395,6 @@
2526 <context context-type="linenumber">1</context> 2395 <context context-type="linenumber">1</context>
2527 </context-group> 2396 </context-group>
2528 </trans-unit> 2397 </trans-unit>
2529 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
2530 <source>Error</source>
2531 <target>خطأ</target>
2532 <context-group name="null">
2533 <context context-type="linenumber">1</context>
2534 </context-group>
2535 </trans-unit>
2536 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 2398 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
2537 <source>You need to reconnect.</source> 2399 <source>You need to reconnect.</source>
2538 <target>يجب عليك إعادة الإتصال.</target> 2400 <target>يجب عليك إعادة الإتصال.</target>
@@ -2540,13 +2402,6 @@
2540 <context context-type="linenumber">1</context> 2402 <context context-type="linenumber">1</context>
2541 </context-group> 2403 </context-group>
2542 </trans-unit> 2404 </trans-unit>
2543 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
2544 <source>Confirm</source>
2545 <target>تأكيد</target>
2546 <context-group name="null">
2547 <context context-type="linenumber">1</context>
2548 </context-group>
2549 </trans-unit>
2550 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452"> 2405 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
2551 <source>Keyboard Shortcuts:</source> 2406 <source>Keyboard Shortcuts:</source>
2552 <target>اختصارات لوحة المÙاتيح:</target> 2407 <target>اختصارات لوحة المÙاتيح:</target>
@@ -2554,13 +2409,6 @@
2554 <context context-type="linenumber">1</context> 2409 <context context-type="linenumber">1</context>
2555 </context-group> 2410 </context-group>
2556 </trans-unit> 2411 </trans-unit>
2557 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
2558 <source>Info</source>
2559 <target>معلومات</target>
2560 <context-group name="null">
2561 <context context-type="linenumber">1</context>
2562 </context-group>
2563 </trans-unit>
2564 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba"> 2412 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
2565 <source>Success</source> 2413 <source>Success</source>
2566 <target>تم بنجاح</target> 2414 <target>تم بنجاح</target>
@@ -2638,6 +2486,13 @@
2638 <context context-type="linenumber">1</context> 2486 <context context-type="linenumber">1</context>
2639 </context-group> 2487 </context-group>
2640 </trans-unit> 2488 </trans-unit>
2489 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
2490 <source>Confirm</source>
2491 <target>تأكيد</target>
2492 <context-group name="null">
2493 <context context-type="linenumber">1</context>
2494 </context-group>
2495 </trans-unit>
2641 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 2496 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
2642 <source>Instance name is required.</source> 2497 <source>Instance name is required.</source>
2643 <target>اسم مثيل الخادوم مطلوب.</target> 2498 <target>اسم مثيل الخادوم مطلوب.</target>
@@ -2799,13 +2654,6 @@
2799 <context context-type="linenumber">1</context> 2654 <context context-type="linenumber">1</context>
2800 </context-group> 2655 </context-group>
2801 </trans-unit> 2656 </trans-unit>
2802 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
2803 <source>Warning</source>
2804 <target>تنبيه</target>
2805 <context-group name="null">
2806 <context context-type="linenumber">1</context>
2807 </context-group>
2808 </trans-unit>
2809 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf"> 2657 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf">
2810 <source>Sunday</source> 2658 <source>Sunday</source>
2811 <target>الأحد</target> 2659 <target>الأحد</target>
@@ -3219,58 +3067,86 @@
3219 <context context-type="linenumber">1</context> 3067 <context context-type="linenumber">1</context>
3220 </context-group> 3068 </context-group>
3221 </trans-unit> 3069 </trans-unit>
3222 <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9"> 3070 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
3223 <source>Upload cancelled</source> 3071 <source>Video blacklisted.</source>
3224 <target>تم إلغاء الإرساÙ</target> 3072 <target>تم حجب الÙيديو.</target>
3225 <context-group name="null"> 3073 <context-group name="null">
3226 <context context-type="linenumber">1</context> 3074 <context context-type="linenumber">1</context>
3227 </context-group> 3075 </context-group>
3228 </trans-unit> 3076 </trans-unit>
3229 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce"> 3077 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
3230 <source>Video published.</source> 3078 <source>Copied</source>
3231 <target>تم نشر الÙيديو.</target> 3079 <target>تم نسخÙ</target>
3232 <context-group name="null"> 3080 <context-group name="null">
3233 <context context-type="linenumber">1</context> 3081 <context context-type="linenumber">1</context>
3234 </context-group> 3082 </context-group>
3235 </trans-unit> 3083 </trans-unit>
3236 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187"> 3084 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
3237 <source>Video updated.</source> 3085 <source>Video reported.</source>
3238 <target>تÙتحديث الÙيديو.</target> 3086 <target>Ùيديو تم الإبÙاغ عÙها.</target>
3239 <context-group name="null"> 3087 <context-group name="null">
3240 <context context-type="linenumber">1</context> 3088 <context context-type="linenumber">1</context>
3241 </context-group> 3089 </context-group>
3242 </trans-unit> 3090 </trans-unit>
3243 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3"> 3091 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
3244 <source>Video blacklisted.</source> 3092 <source>Do you really want to delete this video?</source>
3245 <target>ت٠حجب الÙيديو.</target> 3093 <target>متأكد أنك تريد حذ٠هذه الÙيديو؟</target>
3246 <context-group name="null"> 3094 <context-group name="null">
3247 <context context-type="linenumber">1</context> 3095 <context context-type="linenumber">1</context>
3248 </context-group> 3096 </context-group>
3249 </trans-unit> 3097 </trans-unit>
3250 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5"> 3098 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3251 <source>Copied</source> 3099 <source>Blacklist</source>
3252 <target>تم ÙسخÙ</target> 3100 <target>حجب ÙÙŠ القائÙØ© اÙسوداء</target>
3253 <context-group name="null"> 3101 <context-group name="null">
3254 <context context-type="linenumber">1</context> 3102 <context context-type="linenumber">1</context>
3255 </context-group> 3103 </context-group>
3256 </trans-unit> 3104 </trans-unit>
3257 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50"> 3105 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3258 <source>Video reported.</source> 3106 <source>Report</source>
3259 <target>Ùيديو تم الإبلاغ عنها.</target> 3107 <target>الإبلاغ</target>
3260 <context-group name="null"> 3108 <context-group name="null">
3261 <context context-type="linenumber">1</context> 3109 <context context-type="linenumber">1</context>
3262 </context-group> 3110 </context-group>
3263 </trans-unit> 3111 </trans-unit>
3264 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 3112 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
3265 <source>Like the video</source> 3113 <source>Published</source>
3266 <target>الإعجاب باÙÙيديو</target> 3114 <target>الÙÙشورة</target>
3267 <context-group name="null"> 3115 <context-group name="null">
3268 <context context-type="linenumber">1</context> 3116 <context context-type="linenumber">1</context>
3269 </context-group> 3117 </context-group>
3270 </trans-unit> 3118 </trans-unit>
3271 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95"> 3119 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
3272 <source>Do you really want to delete this video?</source> 3120 <source>To import</source>
3273 <target>متأكد أنك تريد حذ٠هذه الÙيديو؟</target> 3121 <target>للاستيراد</target>
3122 <context-group name="null">
3123 <context context-type="linenumber">1</context>
3124 </context-group>
3125 </trans-unit>
3126 <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9">
3127 <source>Upload cancelled</source>
3128 <target>تم إلغاء الإرسال</target>
3129 <context-group name="null">
3130 <context context-type="linenumber">1</context>
3131 </context-group>
3132 </trans-unit>
3133 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce">
3134 <source>Video published.</source>
3135 <target>تم نشر الÙيديو.</target>
3136 <context-group name="null">
3137 <context context-type="linenumber">1</context>
3138 </context-group>
3139 </trans-unit>
3140 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
3141 <source>Video updated.</source>
3142 <target>تم تحديث الÙيديو.</target>
3143 <context-group name="null">
3144 <context context-type="linenumber">1</context>
3145 </context-group>
3146 </trans-unit>
3147 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
3148 <source>Like the video</source>
3149 <target>الإعجاب بالÙيديو</target>
3274 <context-group name="null"> 3150 <context-group name="null">
3275 <context context-type="linenumber">1</context> 3151 <context context-type="linenumber">1</context>
3276 </context-group> 3152 </context-group>
diff --git a/client/src/locale/target/angular_ca_ES.xml b/client/src/locale/target/angular_ca_ES.xml
index 15c1bbca0..2c0af5494 100644
--- a/client/src/locale/target/angular_ca_ES.xml
+++ b/client/src/locale/target/angular_ca_ES.xml
@@ -3,11 +3,74 @@
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1"> 3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="ca-ES"> 4 <file source-language="en-US" datatype="plaintext" original="" target-language="ca-ES">
5 <body> 5 <body>
6 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 6 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
7 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 7 <source>Display name</source>
8 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualitzacions</target> 8 <target>Mostra el nom</target>
9 <context-group name="null"> 9 <context-group name="null">
10 <context context-type="linenumber">16</context> 10 <context context-type="linenumber">6</context>
11 </context-group>
12 </trans-unit>
13 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
14 <source>Create</source>
15 <target>Crea</target>
16 <context-group name="null">
17 <context context-type="linenumber">74</context>
18 </context-group>
19 </trans-unit>
20 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
21 <source>Download video</source>
22 <target>Descàrrega el vídeo</target>
23 <context-group name="null">
24 <context context-type="linenumber">3</context>
25 </context-group>
26 </trans-unit>
27 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
28 <source>Direct download</source>
29 <target>Descàrrega directe</target>
30 <context-group name="null">
31 <context context-type="linenumber">27</context>
32 </context-group>
33 </trans-unit>
34 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
35 <source>Download</source>
36 <target>Descàrrega</target>
37 <context-group name="null">
38 <context context-type="linenumber">48</context>
39 </context-group>
40 </trans-unit>
41 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
42 <source>Report video</source>
43 <target>Denúncia el vídeo</target>
44 <context-group name="null">
45 <context context-type="linenumber">3</context>
46 </context-group>
47 </trans-unit>
48 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
49 <source>Reason...</source>
50 <target>Motiu...</target>
51 <context-group name="null">
52 <context context-type="linenumber">11</context>
53 </context-group>
54 </trans-unit>
55 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
56 <source>Submit</source>
57 <target>Envia</target>
58 <context-group name="null">
59 <context context-type="linenumber">29</context>
60 </context-group>
61 </trans-unit>
62 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
63 <source>Save</source>
64 <target>Desa</target>
65 <context-group name="null">
66 <context context-type="linenumber">117</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
70 <source>No results.</source>
71 <target>Sense resultats.</target>
72 <context-group name="null">
73 <context context-type="linenumber">20</context>
11 </context-group> 74 </context-group>
12 </trans-unit> 75 </trans-unit>
13 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 76 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -52,13 +115,6 @@
52 <context context-type="linenumber">42</context> 115 <context context-type="linenumber">42</context>
53 </context-group> 116 </context-group>
54 </trans-unit> 117 </trans-unit>
55 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
56 <source>Reason...</source>
57 <target>Motiu...</target>
58 <context-group name="null">
59 <context context-type="linenumber">11</context>
60 </context-group>
61 </trans-unit>
62 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 118 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
63 <source> 119 <source>
64 Login 120 Login
@@ -130,7 +186,7 @@
130 <source>Login</source> 186 <source>Login</source>
131 <target>Iniciar sessió</target> 187 <target>Iniciar sessió</target>
132 <context-group name="null"> 188 <context-group name="null">
133 <context context-type="linenumber">36</context> 189 <context context-type="linenumber">32</context>
134 </context-group> 190 </context-group>
135 </trans-unit> 191 </trans-unit>
136 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 192 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -158,7 +214,7 @@
158 <source>Send me an email to reset my password</source> 214 <source>Send me an email to reset my password</source>
159 <target>Envia'm un correu per reiniciar la meva contrasenya</target> 215 <target>Envia'm un correu per reiniciar la meva contrasenya</target>
160 <context-group name="null"> 216 <context-group name="null">
161 <context context-type="linenumber">80</context> 217 <context context-type="linenumber">81</context>
162 </context-group> 218 </context-group>
163 </trans-unit> 219 </trans-unit>
164 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 220 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -215,7 +271,7 @@
215 <source>Signup</source> 271 <source>Signup</source>
216 <target>Registra't</target> 272 <target>Registra't</target>
217 <context-group name="null"> 273 <context-group name="null">
218 <context context-type="linenumber">78</context> 274 <context context-type="linenumber">88</context>
219 </context-group> 275 </context-group>
220 </trans-unit> 276 </trans-unit>
221 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a"> 277 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
@@ -251,14 +307,14 @@
251 <source>Change the language</source> 307 <source>Change the language</source>
252 <target>Canvia la llengua</target> 308 <target>Canvia la llengua</target>
253 <context-group name="null"> 309 <context-group name="null">
254 <context context-type="linenumber">86</context> 310 <context context-type="linenumber">102</context>
255 </context-group> 311 </context-group>
256 </trans-unit> 312 </trans-unit>
257 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 313 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
258 <source>Create an account</source> 314 <source>Create an account</source>
259 <target>Registrar un compte</target> 315 <target>Registrar un compte</target>
260 <context-group name="null"> 316 <context-group name="null">
261 <context context-type="linenumber">37</context> 317 <context context-type="linenumber">33</context>
262 </context-group> 318 </context-group>
263 </trans-unit> 319 </trans-unit>
264 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 320 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
@@ -272,42 +328,42 @@
272 <source>Trending</source> 328 <source>Trending</source>
273 <target>Tendència</target> 329 <target>Tendència</target>
274 <context-group name="null"> 330 <context-group name="null">
275 <context context-type="linenumber">55</context> 331 <context context-type="linenumber">71</context>
276 </context-group> 332 </context-group>
277 </trans-unit> 333 </trans-unit>
278 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 334 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
279 <source>Recently added</source> 335 <source>Recently added</source>
280 <target>Afegits fa poc</target> 336 <target>Afegits fa poc</target>
281 <context-group name="null"> 337 <context-group name="null">
282 <context context-type="linenumber">60</context> 338 <context context-type="linenumber">76</context>
283 </context-group> 339 </context-group>
284 </trans-unit> 340 </trans-unit>
285 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 341 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
286 <source>Local</source> 342 <source>Local</source>
287 <target>Local</target> 343 <target>Local</target>
288 <context-group name="null"> 344 <context-group name="null">
289 <context context-type="linenumber">65</context> 345 <context context-type="linenumber">81</context>
290 </context-group> 346 </context-group>
291 </trans-unit> 347 </trans-unit>
292 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 348 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
293 <source>More</source> 349 <source>More</source>
294 <target>Més</target> 350 <target>Més</target>
295 <context-group name="null"> 351 <context-group name="null">
296 <context context-type="linenumber">70</context> 352 <context context-type="linenumber">86</context>
297 </context-group> 353 </context-group>
298 </trans-unit> 354 </trans-unit>
299 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 355 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
300 <source>Administration</source> 356 <source>Administration</source>
301 <target>Administració</target> 357 <target>Administració</target>
302 <context-group name="null"> 358 <context-group name="null">
303 <context context-type="linenumber">74</context> 359 <context context-type="linenumber">90</context>
304 </context-group> 360 </context-group>
305 </trans-unit> 361 </trans-unit>
306 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 362 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
307 <source>About</source> 363 <source>About</source>
308 <target>Quant a</target> 364 <target>Quant a</target>
309 <context-group name="null"> 365 <context-group name="null">
310 <context context-type="linenumber">25</context> 366 <context context-type="linenumber">26</context>
311 </context-group> 367 </context-group>
312 </trans-unit> 368 </trans-unit>
313 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 369 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -342,77 +398,70 @@
342 <source>Duration</source> 398 <source>Duration</source>
343 <target>Durada</target> 399 <target>Durada</target>
344 <context-group name="null"> 400 <context-group name="null">
345 <context context-type="linenumber">24</context> 401 <context context-type="linenumber">45</context>
346 </context-group> 402 </context-group>
347 </trans-unit> 403 </trans-unit>
348 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 404 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
349 <source>Display sensitive content</source> 405 <source>Display sensitive content</source>
350 <target>Mostra contingut sensible</target> 406 <target>Mostra contingut sensible</target>
351 <context-group name="null"> 407 <context-group name="null">
352 <context context-type="linenumber">33</context> 408 <context context-type="linenumber">54</context>
353 </context-group> 409 </context-group>
354 </trans-unit> 410 </trans-unit>
355 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 411 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
356 <source>Yes</source> 412 <source>Yes</source>
357 <target>Sí</target> 413 <target>Sí</target>
358 <context-group name="null"> 414 <context-group name="null">
359 <context context-type="linenumber">37</context> 415 <context context-type="linenumber">58</context>
360 </context-group> 416 </context-group>
361 </trans-unit> 417 </trans-unit>
362 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 418 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
363 <source>No</source> 419 <source>No</source>
364 <target>No</target> 420 <target>No</target>
365 <context-group name="null"> 421 <context-group name="null">
366 <context context-type="linenumber">42</context> 422 <context context-type="linenumber">63</context>
367 </context-group> 423 </context-group>
368 </trans-unit> 424 </trans-unit>
369 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 425 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
370 <source>Category</source> 426 <source>Category</source>
371 <target>Categoria</target> 427 <target>Categoria</target>
372 <context-group name="null"> 428 <context-group name="null">
373 <context context-type="linenumber">164</context> 429 <context context-type="linenumber">189</context>
374 </context-group> 430 </context-group>
375 </trans-unit> 431 </trans-unit>
376 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 432 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
377 <source>Licence</source> 433 <source>Licence</source>
378 <target>Llicència</target> 434 <target>Llicència</target>
379 <context-group name="null"> 435 <context-group name="null">
380 <context context-type="linenumber">173</context> 436 <context context-type="linenumber">198</context>
381 </context-group> 437 </context-group>
382 </trans-unit> 438 </trans-unit>
383 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 439 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
384 <source>Language</source> 440 <source>Language</source>
385 <target>Llengua</target> 441 <target>Llengua</target>
386 <context-group name="null"> 442 <context-group name="null">
387 <context context-type="linenumber">182</context> 443 <context context-type="linenumber">207</context>
388 </context-group> 444 </context-group>
389 </trans-unit> 445 </trans-unit>
390 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 446 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
391 <source>All of these tags</source> 447 <source>All of these tags</source>
392 <target>Totes aquestes etiquetes</target> 448 <target>Totes aquestes etiquetes</target>
393 <context-group name="null"> 449 <context-group name="null">
394 <context context-type="linenumber">82</context> 450 <context context-type="linenumber">103</context>
395 </context-group> 451 </context-group>
396 </trans-unit> 452 </trans-unit>
397 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 453 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
398 <source>One of these tags</source> 454 <source>One of these tags</source>
399 <target>Una d'aquestes etiquetes</target> 455 <target>Una d'aquestes etiquetes</target>
400 <context-group name="null"> 456 <context-group name="null">
401 <context context-type="linenumber">87</context> 457 <context context-type="linenumber">108</context>
402 </context-group> 458 </context-group>
403 </trans-unit> 459 </trans-unit>
404 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 460 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
405 <source>Filter</source> 461 <source>Filter</source>
406 <target>Filtre</target> 462 <target>Filtre</target>
407 <context-group name="null"> 463 <context-group name="null">
408 <context context-type="linenumber">94</context> 464 <context context-type="linenumber">115</context>
409 </context-group>
410 </trans-unit>
411 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
412 <source>No results.</source>
413 <target>Sense resultats.</target>
414 <context-group name="null">
415 <context context-type="linenumber">20</context>
416 </context-group> 465 </context-group>
417 </trans-unit> 466 </trans-unit>
418 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 467 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
@@ -429,13 +478,6 @@
429 <context context-type="linenumber">7</context> 478 <context context-type="linenumber">7</context>
430 </context-group> 479 </context-group>
431 </trans-unit> 480 </trans-unit>
432 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
433 <source>Submit</source>
434 <target>Envia</target>
435 <context-group name="null">
436 <context context-type="linenumber">31</context>
437 </context-group>
438 </trans-unit>
439 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 481 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
440 <source>Description</source> 482 <source>Description</source>
441 <target>Descripció</target> 483 <target>Descripció</target>
@@ -450,13 +492,6 @@
450 <context context-type="linenumber">39</context> 492 <context context-type="linenumber">39</context>
451 </context-group> 493 </context-group>
452 </trans-unit> 494 </trans-unit>
453 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
454 <source>User registration is allowed and</source>
455 <target>El registre d'usuaris és permès i</target>
456 <context-group name="null">
457 <context context-type="linenumber">29</context>
458 </context-group>
459 </trans-unit>
460 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 495 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
461 <source> 496 <source>
462 About PeerTube 497 About PeerTube
@@ -747,35 +782,35 @@
747 <source>Default client route</source> 782 <source>Default client route</source>
748 <target>Ruta per defecte del client</target> 783 <target>Ruta per defecte del client</target>
749 <context-group name="null"> 784 <context-group name="null">
750 <context context-type="linenumber">48</context> 785 <context context-type="linenumber">57</context>
751 </context-group> 786 </context-group>
752 </trans-unit> 787 </trans-unit>
753 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 788 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
754 <source>Videos Trending</source> 789 <source>Videos Trending</source>
755 <target>Vídeos tendència</target> 790 <target>Vídeos tendència</target>
756 <context-group name="null"> 791 <context-group name="null">
757 <context context-type="linenumber">52</context> 792 <context context-type="linenumber">61</context>
758 </context-group> 793 </context-group>
759 </trans-unit> 794 </trans-unit>
760 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 795 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
761 <source>Videos Recently Added</source> 796 <source>Videos Recently Added</source>
762 <target>Vídeos afegits fa poc</target> 797 <target>Vídeos afegits fa poc</target>
763 <context-group name="null"> 798 <context-group name="null">
764 <context context-type="linenumber">53</context> 799 <context context-type="linenumber">62</context>
765 </context-group> 800 </context-group>
766 </trans-unit> 801 </trans-unit>
767 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 802 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
768 <source>Local videos</source> 803 <source>Local videos</source>
769 <target>Vídeos locals</target> 804 <target>Vídeos locals</target>
770 <context-group name="null"> 805 <context-group name="null">
771 <context context-type="linenumber">54</context> 806 <context context-type="linenumber">63</context>
772 </context-group> 807 </context-group>
773 </trans-unit> 808 </trans-unit>
774 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 809 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
775 <source>Policy on videos containing sensitive content</source> 810 <source>Policy on videos containing sensitive content</source>
776 <target>Política sobre vídeos que contenen contingut sensible</target> 811 <target>Política sobre vídeos que contenen contingut sensible</target>
777 <context-group name="null"> 812 <context-group name="null">
778 <context context-type="linenumber">61</context> 813 <context context-type="linenumber">70</context>
779 </context-group> 814 </context-group>
780 </trans-unit> 815 </trans-unit>
781 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 816 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -810,42 +845,42 @@
810 <source>Signup enabled</source> 845 <source>Signup enabled</source>
811 <target>Registre activat</target> 846 <target>Registre activat</target>
812 <context-group name="null"> 847 <context-group name="null">
813 <context context-type="linenumber">84</context> 848 <context context-type="linenumber">94</context>
814 </context-group> 849 </context-group>
815 </trans-unit> 850 </trans-unit>
816 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 851 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
817 <source>Signup limit</source> 852 <source>Signup limit</source>
818 <target>Limit de registres</target> 853 <target>Limit de registres</target>
819 <context-group name="null"> 854 <context-group name="null">
820 <context context-type="linenumber">96</context> 855 <context context-type="linenumber">106</context>
821 </context-group> 856 </context-group>
822 </trans-unit> 857 </trans-unit>
823 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 858 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
824 <source>Users</source> 859 <source>Users</source>
825 <target>Usuaris</target> 860 <target>Usuaris</target>
826 <context-group name="null"> 861 <context-group name="null">
827 <context context-type="linenumber">105</context> 862 <context context-type="linenumber">116</context>
828 </context-group> 863 </context-group>
829 </trans-unit> 864 </trans-unit>
830 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 865 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
831 <source>User default video quota</source> 866 <source>User default video quota</source>
832 <target>Quota de vídeo per defecte de l'usuari</target> 867 <target>Quota de vídeo per defecte de l'usuari</target>
833 <context-group name="null"> 868 <context-group name="null">
834 <context context-type="linenumber">109</context> 869 <context context-type="linenumber">120</context>
835 </context-group> 870 </context-group>
836 </trans-unit> 871 </trans-unit>
837 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 872 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
838 <source>Administrator</source> 873 <source>Administrator</source>
839 <target>Administrador</target> 874 <target>Administrador</target>
840 <context-group name="null"> 875 <context-group name="null">
841 <context context-type="linenumber">155</context> 876 <context context-type="linenumber">208</context>
842 </context-group> 877 </context-group>
843 </trans-unit> 878 </trans-unit>
844 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 879 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
845 <source>Admin email</source> 880 <source>Admin email</source>
846 <target>Correu del Administrador</target> 881 <target>Correu del Administrador</target>
847 <context-group name="null"> 882 <context-group name="null">
848 <context context-type="linenumber">158</context> 883 <context context-type="linenumber">211</context>
849 </context-group> 884 </context-group>
850 </trans-unit> 885 </trans-unit>
851 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 886 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -859,112 +894,112 @@
859 <source>Twitter</source> 894 <source>Twitter</source>
860 <target>Twitter</target> 895 <target>Twitter</target>
861 <context-group name="null"> 896 <context-group name="null">
862 <context context-type="linenumber">178</context> 897 <context context-type="linenumber">231</context>
863 </context-group> 898 </context-group>
864 </trans-unit> 899 </trans-unit>
865 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 900 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
866 <source>Your Twitter username</source> 901 <source>Your Twitter username</source>
867 <target>El teu nom d'usuari de Twitter</target> 902 <target>El teu nom d'usuari de Twitter</target>
868 <context-group name="null"> 903 <context-group name="null">
869 <context context-type="linenumber">184</context> 904 <context context-type="linenumber">237</context>
870 </context-group> 905 </context-group>
871 </trans-unit> 906 </trans-unit>
872 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 907 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
873 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 908 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
874 <target>Indica el compte de Twitter del lloc web o plataforma en què es va publicar el contingut.</target> 909 <target>Indica el compte de Twitter del lloc web o plataforma en què es va publicar el contingut.</target>
875 <context-group name="null"> 910 <context-group name="null">
876 <context context-type="linenumber">187</context> 911 <context context-type="linenumber">240</context>
877 </context-group> 912 </context-group>
878 </trans-unit> 913 </trans-unit>
879 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 914 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
880 <source>Instance whitelisted by Twitter</source> 915 <source>Instance whitelisted by Twitter</source>
881 <target>Instància a la llista blanca de Twitter</target> 916 <target>Instància a la llista blanca de Twitter</target>
882 <context-group name="null"> 917 <context-group name="null">
883 <context context-type="linenumber">199</context> 918 <context context-type="linenumber">252</context>
884 </context-group> 919 </context-group>
885 </trans-unit> 920 </trans-unit>
886 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 921 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
887 <source>Services</source> 922 <source>Services</source>
888 <target>Serveis</target> 923 <target>Serveis</target>
889 <context-group name="null"> 924 <context-group name="null">
890 <context context-type="linenumber">176</context> 925 <context context-type="linenumber">229</context>
891 </context-group> 926 </context-group>
892 </trans-unit> 927 </trans-unit>
893 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 928 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
894 <source>Transcoding</source> 929 <source>Transcoding</source>
895 <target>Transcodificació</target> 930 <target>Transcodificació</target>
896 <context-group name="null"> 931 <context-group name="null">
897 <context context-type="linenumber">215</context> 932 <context context-type="linenumber">268</context>
898 </context-group> 933 </context-group>
899 </trans-unit> 934 </trans-unit>
900 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 935 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
901 <source>Transcoding enabled</source> 936 <source>Transcoding enabled</source>
902 <target>Transcodificació activada</target> 937 <target>Transcodificació activada</target>
903 <context-group name="null"> 938 <context-group name="null">
904 <context context-type="linenumber">221</context> 939 <context context-type="linenumber">274</context>
905 </context-group> 940 </context-group>
906 </trans-unit> 941 </trans-unit>
907 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 942 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
908 <source>If you disable transcoding, many videos from your users will not work!</source> 943 <source>If you disable transcoding, many videos from your users will not work!</source>
909 <target>Si desactives la transcodificació, molts vídeos dels teus usuaris no funcionaran.</target> 944 <target>Si desactives la transcodificació, molts vídeos dels teus usuaris no funcionaran.</target>
910 <context-group name="null"> 945 <context-group name="null">
911 <context context-type="linenumber">222</context> 946 <context context-type="linenumber">275</context>
912 </context-group> 947 </context-group>
913 </trans-unit> 948 </trans-unit>
914 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 949 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
915 <source>Transcoding threads</source> 950 <source>Transcoding threads</source>
916 <target>Subprocessos per la transcodificació</target> 951 <target>Subprocessos per la transcodificació</target>
917 <context-group name="null"> 952 <context-group name="null">
918 <context context-type="linenumber">237</context> 953 <context context-type="linenumber">290</context>
919 </context-group> 954 </context-group>
920 </trans-unit> 955 </trans-unit>
921 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 956 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
922 <source>Previews cache size</source> 957 <source>Previews cache size</source>
923 <target>Memòria cau per a visualitzacions prèvies</target> 958 <target>Memòria cau per a visualitzacions prèvies</target>
924 <context-group name="null"> 959 <context-group name="null">
925 <context context-type="linenumber">271</context> 960 <context context-type="linenumber">324</context>
926 </context-group> 961 </context-group>
927 </trans-unit> 962 </trans-unit>
928 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 963 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
929 <source>Customizations</source> 964 <source>Customizations</source>
930 <target>Personalitzacions</target> 965 <target>Personalitzacions</target>
931 <context-group name="null"> 966 <context-group name="null">
932 <context context-type="linenumber">289</context> 967 <context context-type="linenumber">342</context>
933 </context-group> 968 </context-group>
934 </trans-unit> 969 </trans-unit>
935 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 970 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
936 <source>JavaScript</source> 971 <source>JavaScript</source>
937 <target>JavaScript</target> 972 <target>JavaScript</target>
938 <context-group name="null"> 973 <context-group name="null">
939 <context context-type="linenumber">294</context> 974 <context context-type="linenumber">347</context>
940 </context-group> 975 </context-group>
941 </trans-unit> 976 </trans-unit>
942 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 977 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
943 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 978 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
944 <target>Escriu directament el codi JavaScript.&lt;br /&gt;Exemple: &lt;pre&gt;console.log('la meva instància és sorprenent');&lt;/pre&gt;</target> 979 <target>Escriu directament el codi JavaScript.&lt;br /&gt;Exemple: &lt;pre&gt;console.log('la meva instància és sorprenent');&lt;/pre&gt;</target>
945 <context-group name="null"> 980 <context-group name="null">
946 <context context-type="linenumber">297</context> 981 <context context-type="linenumber">350</context>
947 </context-group> 982 </context-group>
948 </trans-unit> 983 </trans-unit>
949 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 984 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
950 <source>Advanced configuration</source> 985 <source>Advanced configuration</source>
951 <target>Configuració avançada</target> 986 <target>Configuració avançada</target>
952 <context-group name="null"> 987 <context-group name="null">
953 <context context-type="linenumber">212</context> 988 <context context-type="linenumber">265</context>
954 </context-group> 989 </context-group>
955 </trans-unit> 990 </trans-unit>
956 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 991 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
957 <source>Update configuration</source> 992 <source>Update configuration</source>
958 <target>Actualitza la configuració</target> 993 <target>Actualitza la configuració</target>
959 <context-group name="null"> 994 <context-group name="null">
960 <context context-type="linenumber">340</context> 995 <context context-type="linenumber">393</context>
961 </context-group> 996 </context-group>
962 </trans-unit> 997 </trans-unit>
963 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 998 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
964 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 999 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
965 <target>Sembla que la configuració no és vàlida. Cerca possibles errors a les diferents pestanyes.</target> 1000 <target>Sembla que la configuració no és vàlida. Cerca possibles errors a les diferents pestanyes.</target>
966 <context-group name="null"> 1001 <context-group name="null">
967 <context context-type="linenumber">341</context> 1002 <context context-type="linenumber">394</context>
968 </context-group> 1003 </context-group>
969 </trans-unit> 1004 </trans-unit>
970 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1005 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -989,17 +1024,6 @@
989 <context context-type="linenumber">7</context> 1024 <context context-type="linenumber">7</context>
990 </context-group> 1025 </context-group>
991 </trans-unit> 1026 </trans-unit>
992 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368">
993 <source>
994 Jobs
995 </source>
996 <target>
997 Tasques
998 </target>
999 <context-group name="null">
1000 <context context-type="linenumber">15</context>
1001 </context-group>
1002 </trans-unit>
1003 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 1027 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1004 <source> 1028 <source>
1005 Configuration 1029 Configuration
@@ -1008,7 +1032,7 @@
1008 Configuració 1032 Configuració
1009 </target> 1033 </target>
1010 <context-group name="null"> 1034 <context-group name="null">
1011 <context context-type="linenumber">19</context> 1035 <context context-type="linenumber">15</context>
1012 </context-group> 1036 </context-group>
1013 </trans-unit> 1037 </trans-unit>
1014 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 1038 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
@@ -1043,20 +1067,6 @@
1043 <context context-type="linenumber">18</context> 1067 <context context-type="linenumber">18</context>
1044 </context-group> 1068 </context-group>
1045 </trans-unit> 1069 </trans-unit>
1046 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1047 <source>Score</source>
1048 <target>Puntuació</target>
1049 <context-group name="null">
1050 <context context-type="linenumber">17</context>
1051 </context-group>
1052 </trans-unit>
1053 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1054 <source>Host</source>
1055 <target>Amfitrió</target>
1056 <context-group name="null">
1057 <context context-type="linenumber">19</context>
1058 </context-group>
1059 </trans-unit>
1060 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 1070 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
1061 <source>State</source> 1071 <source>State</source>
1062 <target>Estat</target> 1072 <target>Estat</target>
@@ -1064,6 +1074,13 @@
1064 <context context-type="linenumber">10</context> 1074 <context context-type="linenumber">10</context>
1065 </context-group> 1075 </context-group>
1066 </trans-unit> 1076 </trans-unit>
1077 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1078 <source>Score</source>
1079 <target>Puntuació</target>
1080 <context-group name="null">
1081 <context context-type="linenumber">19</context>
1082 </context-group>
1083 </trans-unit>
1067 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 1084 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1068 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 1085 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1069 <target>Creat <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 1086 <target>Creat <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -1071,6 +1088,13 @@
1071 <context context-type="linenumber">11</context> 1088 <context context-type="linenumber">11</context>
1072 </context-group> 1089 </context-group>
1073 </trans-unit> 1090 </trans-unit>
1091 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1092 <source>Host</source>
1093 <target>Amfitrió</target>
1094 <context-group name="null">
1095 <context context-type="linenumber">19</context>
1096 </context-group>
1097 </trans-unit>
1074 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479"> 1098 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479">
1075 <source>Manage follows</source> 1099 <source>Manage follows</source>
1076 <target>Gestiona seguiments</target> 1100 <target>Gestiona seguiments</target>
@@ -1099,20 +1123,6 @@
1099 <context context-type="linenumber">9</context> 1123 <context context-type="linenumber">9</context>
1100 </context-group> 1124 </context-group>
1101 </trans-unit> 1125 </trans-unit>
1102 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1103 <source>Jobs list</source>
1104 <target>Llistat de tasques</target>
1105 <context-group name="null">
1106 <context context-type="linenumber">2</context>
1107 </context-group>
1108 </trans-unit>
1109 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1110 <source>Type</source>
1111 <target>Tipus</target>
1112 <context-group name="null">
1113 <context context-type="linenumber">19</context>
1114 </context-group>
1115 </trans-unit>
1116 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 1126 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1117 <source>Create user</source> 1127 <source>Create user</source>
1118 <target>Afegir usuari</target> 1128 <target>Afegir usuari</target>
@@ -1179,7 +1189,7 @@
1179 <source>Go to the account page</source> 1189 <source>Go to the account page</source>
1180 <target>Anar a la pàgina del compte</target> 1190 <target>Anar a la pàgina del compte</target>
1181 <context-group name="null"> 1191 <context-group name="null">
1182 <context context-type="linenumber">133</context> 1192 <context context-type="linenumber">153</context>
1183 </context-group> 1193 </context-group>
1184 </trans-unit> 1194 </trans-unit>
1185 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 1195 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -1210,11 +1220,25 @@
1210 <context context-type="linenumber">33</context> 1220 <context context-type="linenumber">33</context>
1211 </context-group> 1221 </context-group>
1212 </trans-unit> 1222 </trans-unit>
1213 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1"> 1223 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
1214 <source>Blacklisted videos</source> 1224 <source>Unblacklist</source>
1215 <target>Vídeos a la llista negra</target> 1225 <target>Treure de llista negra</target>
1216 <context-group name="null"> 1226 <context-group name="null">
1217 <context context-type="linenumber">7</context> 1227 <context context-type="linenumber">16</context>
1228 </context-group>
1229 </trans-unit>
1230 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1231 <source>Jobs list</source>
1232 <target>Llistat de tasques</target>
1233 <context-group name="null">
1234 <context context-type="linenumber">2</context>
1235 </context-group>
1236 </trans-unit>
1237 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1238 <source>Type</source>
1239 <target>Tipus</target>
1240 <context-group name="null">
1241 <context context-type="linenumber">19</context>
1218 </context-group> 1242 </context-group>
1219 </trans-unit> 1243 </trans-unit>
1220 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 1244 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
@@ -1238,31 +1262,6 @@
1238 <context context-type="linenumber">16</context> 1262 <context context-type="linenumber">16</context>
1239 </context-group> 1263 </context-group>
1240 </trans-unit> 1264 </trans-unit>
1241 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79">
1242 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
1243 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualitzacions</target>
1244 <context-group name="null">
1245 <context context-type="linenumber">19</context>
1246 </context-group>
1247 </trans-unit>
1248 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
1249 <source>
1250 Cancel
1251 </source>
1252 <target>
1253 Cancel·la
1254 </target>
1255 <context-group name="null">
1256 <context context-type="linenumber">30</context>
1257 </context-group>
1258 </trans-unit>
1259 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
1260 <source>Create another video channel</source>
1261 <target>Crea un altre canal de vídeo</target>
1262 <context-group name="null">
1263 <context context-type="linenumber">4</context>
1264 </context-group>
1265 </trans-unit>
1266 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 1265 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
1267 <source>Go to the channel</source> 1266 <source>Go to the channel</source>
1268 <target>Anar al canal</target> 1267 <target>Anar al canal</target>
@@ -1277,13 +1276,6 @@
1277 <context context-type="linenumber">6</context> 1276 <context context-type="linenumber">6</context>
1278 </context-group> 1277 </context-group>
1279 </trans-unit> 1278 </trans-unit>
1280 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
1281 <source>Display name</source>
1282 <target>Mostra el nom</target>
1283 <context-group name="null">
1284 <context context-type="linenumber">6</context>
1285 </context-group>
1286 </trans-unit>
1287 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 1279 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
1288 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 1280 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
1289When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 1281When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -1307,6 +1299,27 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
1307 <context context-type="linenumber">16</context> 1299 <context context-type="linenumber">16</context>
1308 </context-group> 1300 </context-group>
1309 </trans-unit> 1301 </trans-unit>
1302 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1303 <source>Privacy</source>
1304 <target>Privacitat</target>
1305 <context-group name="null">
1306 <context context-type="linenumber">179</context>
1307 </context-group>
1308 </trans-unit>
1309 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
1310 <source>Channel</source>
1311 <target>Canal</target>
1312 <context-group name="null">
1313 <context context-type="linenumber">39</context>
1314 </context-group>
1315 </trans-unit>
1316 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
1317 <source>Upload thumbnail</source>
1318 <target>Puja miniatura</target>
1319 <context-group name="null">
1320 <context context-type="linenumber">192</context>
1321 </context-group>
1322 </trans-unit>
1310 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 1323 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
1311 <source>Change password</source> 1324 <source>Change password</source>
1312 <target>Canvia contrasenya</target> 1325 <target>Canvia contrasenya</target>
@@ -1342,13 +1355,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
1342 <context context-type="linenumber">28</context> 1355 <context context-type="linenumber">28</context>
1343 </context-group> 1356 </context-group>
1344 </trans-unit> 1357 </trans-unit>
1345 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
1346 <source>Save</source>
1347 <target>Desa</target>
1348 <context-group name="null">
1349 <context context-type="linenumber">32</context>
1350 </context-group>
1351 </trans-unit>
1352 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 1358 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
1353 <source>Update my profile</source> 1359 <source>Update my profile</source>
1354 <target>Actualitza el meu perfil</target> 1360 <target>Actualitza el meu perfil</target>
@@ -1392,28 +1398,14 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
1392 <source>URL</source> 1398 <source>URL</source>
1393 <target>URL</target> 1399 <target>URL</target>
1394 <context-group name="null"> 1400 <context-group name="null">
1395 <context context-type="linenumber">17</context> 1401 <context context-type="linenumber">25</context>
1396 </context-group>
1397 </trans-unit>
1398 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
1399 <source>Channel</source>
1400 <target>Canal</target>
1401 <context-group name="null">
1402 <context context-type="linenumber">39</context>
1403 </context-group>
1404 </trans-unit>
1405 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1406 <source>Privacy</source>
1407 <target>Privacitat</target>
1408 <context-group name="null">
1409 <context context-type="linenumber">159</context>
1410 </context-group> 1402 </context-group>
1411 </trans-unit> 1403 </trans-unit>
1412 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb"> 1404 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
1413 <source>Update</source> 1405 <source>Update</source>
1414 <target>Actualitza</target> 1406 <target>Actualitza</target>
1415 <context-group name="null"> 1407 <context-group name="null">
1416 <context context-type="linenumber">92</context> 1408 <context context-type="linenumber">17</context>
1417 </context-group> 1409 </context-group>
1418 </trans-unit> 1410 </trans-unit>
1419 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 1411 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -1448,7 +1440,7 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
1448 <source>Tags</source> 1440 <source>Tags</source>
1449 <target>Etiquetes</target> 1441 <target>Etiquetes</target>
1450 <context-group name="null"> 1442 <context-group name="null">
1451 <context context-type="linenumber">191</context> 1443 <context context-type="linenumber">216</context>
1452 </context-group> 1444 </context-group>
1453 </trans-unit> 1445 </trans-unit>
1454 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e"> 1446 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e">
@@ -1479,18 +1471,11 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
1479 <context context-type="linenumber">120</context> 1471 <context context-type="linenumber">120</context>
1480 </context-group> 1472 </context-group>
1481 </trans-unit> 1473 </trans-unit>
1482 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
1483 <source>Enable video comments</source>
1484 <target>Activa els comentaris de vídeo</target>
1485 <context-group name="null">
1486 <context context-type="linenumber">125</context>
1487 </context-group>
1488 </trans-unit>
1489 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 1474 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
1490 <source>Wait transcoding before publishing the video</source> 1475 <source>Wait transcoding before publishing the video</source>
1491 <target>Espera la transcodificació abans de publicar el vídeo</target> 1476 <target>Espera la transcodificació abans de publicar el vídeo</target>
1492 <context-group name="null"> 1477 <context-group name="null">
1493 <context context-type="linenumber">131</context> 1478 <context context-type="linenumber">126</context>
1494 </context-group> 1479 </context-group>
1495 </trans-unit> 1480 </trans-unit>
1496 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 1481 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
@@ -1500,39 +1485,39 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
1500 <context context-type="linenumber">4</context> 1485 <context context-type="linenumber">4</context>
1501 </context-group> 1486 </context-group>
1502 </trans-unit> 1487 </trans-unit>
1503 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
1504 <source>Upload thumbnail</source>
1505 <target>Puja miniatura</target>
1506 <context-group name="null">
1507 <context context-type="linenumber">196</context>
1508 </context-group>
1509 </trans-unit>
1510 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 1488 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
1511 <source>Upload preview</source> 1489 <source>Upload preview</source>
1512 <target>Previsualitza la càrrega</target> 1490 <target>Previsualitza la càrrega</target>
1513 <context-group name="null"> 1491 <context-group name="null">
1514 <context context-type="linenumber">203</context> 1492 <context context-type="linenumber">199</context>
1515 </context-group> 1493 </context-group>
1516 </trans-unit> 1494 </trans-unit>
1517 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 1495 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
1518 <source>Support</source> 1496 <source>Support</source>
1519 <target>Suporta</target> 1497 <target>Suporta</target>
1520 <context-group name="null"> 1498 <context-group name="null">
1521 <context context-type="linenumber">69</context> 1499 <context context-type="linenumber">103</context>
1522 </context-group> 1500 </context-group>
1523 </trans-unit> 1501 </trans-unit>
1524 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 1502 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
1525 <source>Short text to tell people how they can support you (membership platform...).</source> 1503 <source>Short text to tell people how they can support you (membership platform...).</source>
1526 <target>Text breu per dir a la gent com us poden ajudar (plataforma de pertinença ...).</target> 1504 <target>Text breu per dir a la gent com us poden ajudar (plataforma de pertinença ...).</target>
1527 <context-group name="null"> 1505 <context-group name="null">
1528 <context context-type="linenumber">210</context> 1506 <context context-type="linenumber">206</context>
1507 </context-group>
1508 </trans-unit>
1509 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
1510 <source>Enable video comments</source>
1511 <target>Activa els comentaris de vídeo</target>
1512 <context-group name="null">
1513 <context context-type="linenumber">234</context>
1529 </context-group> 1514 </context-group>
1530 </trans-unit> 1515 </trans-unit>
1531 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 1516 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
1532 <source>Advanced settings</source> 1517 <source>Advanced settings</source>
1533 <target>Ajustos avançats</target> 1518 <target>Ajustos avançats</target>
1534 <context-group name="null"> 1519 <context-group name="null">
1535 <context context-type="linenumber">191</context> 1520 <context context-type="linenumber">186</context>
1536 </context-group> 1521 </context-group>
1537 </trans-unit> 1522 </trans-unit>
1538 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0"> 1523 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
@@ -1546,162 +1531,67 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
1546 <context context-type="linenumber">2</context> 1531 <context context-type="linenumber">2</context>
1547 </context-group> 1532 </context-group>
1548 </trans-unit> 1533 </trans-unit>
1549 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
1550 <source>Download video</source>
1551 <target>Descàrrega el vídeo</target>
1552 <context-group name="null">
1553 <context context-type="linenumber">3</context>
1554 </context-group>
1555 </trans-unit>
1556 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
1557 <source>Direct download</source>
1558 <target>Descàrrega directe</target>
1559 <context-group name="null">
1560 <context context-type="linenumber">27</context>
1561 </context-group>
1562 </trans-unit>
1563 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
1564 <source>Download</source>
1565 <target>Descàrrega</target>
1566 <context-group name="null">
1567 <context context-type="linenumber">84</context>
1568 </context-group>
1569 </trans-unit>
1570 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
1571 <source>Report video</source>
1572 <target>Denúncia el vídeo</target>
1573 <context-group name="null">
1574 <context context-type="linenumber">3</context>
1575 </context-group>
1576 </trans-unit>
1577 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 1534 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
1578 <source>Share</source> 1535 <source>Share</source>
1579 <target>Comparteix</target> 1536 <target>Comparteix</target>
1580 <context-group name="null"> 1537 <context-group name="null">
1581 <context context-type="linenumber">74</context> 1538 <context context-type="linenumber">108</context>
1582 </context-group> 1539 </context-group>
1583 </trans-unit> 1540 </trans-unit>
1584 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 1541 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
1585 <source>Embed</source> 1542 <source>Embed</source>
1586 <target>Incrusta</target> 1543 <target>Incrusta</target>
1587 <context-group name="null"> 1544 <context-group name="null">
1588 <context context-type="linenumber">34</context> 1545 <context context-type="linenumber">42</context>
1589 </context-group>
1590 </trans-unit>
1591 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
1592 <source>
1593 The video is being transcoded, it may not work properly.
1594 </source>
1595 <target>
1596 El vídeo s'està transcodificant, pot ser que no funcioni correctament.
1597 </target>
1598 <context-group name="null">
1599 <context context-type="linenumber">15</context>
1600 </context-group> 1546 </context-group>
1601 </trans-unit> 1547 </trans-unit>
1602 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 1548 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
1603 <source>Like this video</source> 1549 <source>Like this video</source>
1604 <target>M'agrada aquest vídeo</target> 1550 <target>M'agrada aquest vídeo</target>
1605 <context-group name="null"> 1551 <context-group name="null">
1606 <context context-type="linenumber">57</context> 1552 <context context-type="linenumber">88</context>
1607 </context-group> 1553 </context-group>
1608 </trans-unit> 1554 </trans-unit>
1609 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 1555 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
1610 <source>Dislike this video</source> 1556 <source>Dislike this video</source>
1611 <target>No m'agrada aquest vídeo</target> 1557 <target>No m'agrada aquest vídeo</target>
1612 <context-group name="null"> 1558 <context-group name="null">
1613 <context context-type="linenumber">64</context>
1614 </context-group>
1615 </trans-unit>
1616 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
1617 <source>Download the video</source>
1618 <target>Descarrega el vídeo</target>
1619 <context-group name="null">
1620 <context context-type="linenumber">83</context>
1621 </context-group>
1622 </trans-unit>
1623 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
1624 <source>Report</source>
1625 <target>Reporta</target>
1626 <context-group name="null">
1627 <context context-type="linenumber">88</context>
1628 </context-group>
1629 </trans-unit>
1630 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
1631 <source>Report this video</source>
1632 <target>Reporta aquest vídeo</target>
1633 <context-group name="null">
1634 <context context-type="linenumber">87</context>
1635 </context-group>
1636 </trans-unit>
1637 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
1638 <source>Update this video</source>
1639 <target>Actualitza aquest vídeo</target>
1640 <context-group name="null">
1641 <context context-type="linenumber">91</context>
1642 </context-group>
1643 </trans-unit>
1644 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
1645 <source>Blacklist</source>
1646 <target>Llista negra</target>
1647 <context-group name="null">
1648 <context context-type="linenumber">96</context> 1559 <context context-type="linenumber">96</context>
1649 </context-group> 1560 </context-group>
1650 </trans-unit> 1561 </trans-unit>
1651 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
1652 <source>Blacklist this video</source>
1653 <target>Llista negra d'aquest vídeo</target>
1654 <context-group name="null">
1655 <context context-type="linenumber">95</context>
1656 </context-group>
1657 </trans-unit>
1658 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
1659 <source>Unblacklist</source>
1660 <target>Treure de llista negra</target>
1661 <context-group name="null">
1662 <context context-type="linenumber">100</context>
1663 </context-group>
1664 </trans-unit>
1665 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
1666 <source>Delete this video</source>
1667 <target>Esborra aquest vídeo</target>
1668 <context-group name="null">
1669 <context context-type="linenumber">103</context>
1670 </context-group>
1671 </trans-unit>
1672 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 1562 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
1673 <source>Go the channel page</source> 1563 <source>Go the channel page</source>
1674 <target>Anar a la pàgina del canal</target> 1564 <target>Anar a la pàgina del canal</target>
1675 <context-group name="null"> 1565 <context-group name="null">
1676 <context context-type="linenumber">123</context> 1566 <context context-type="linenumber">143</context>
1677 </context-group> 1567 </context-group>
1678 </trans-unit> 1568 </trans-unit>
1679 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 1569 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
1680 <source>Show more</source> 1570 <source>Show more</source>
1681 <target>Veure més</target> 1571 <target>Veure més</target>
1682 <context-group name="null"> 1572 <context-group name="null">
1683 <context context-type="linenumber">146</context> 1573 <context context-type="linenumber">166</context>
1684 </context-group> 1574 </context-group>
1685 </trans-unit> 1575 </trans-unit>
1686 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 1576 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
1687 <source>Show less</source> 1577 <source>Show less</source>
1688 <target>Veure menys</target> 1578 <target>Veure menys</target>
1689 <context-group name="null"> 1579 <context-group name="null">
1690 <context context-type="linenumber">152</context> 1580 <context context-type="linenumber">172</context>
1691 </context-group> 1581 </context-group>
1692 </trans-unit> 1582 </trans-unit>
1693 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 1583 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
1694 <source>More information</source> 1584 <source>More information</source>
1695 <target>Més informació</target> 1585 <target>Més informació</target>
1696 <context-group name="null"> 1586 <context-group name="null">
1697 <context context-type="linenumber">212</context> 1587 <context context-type="linenumber">236</context>
1698 </context-group> 1588 </context-group>
1699 </trans-unit> 1589 </trans-unit>
1700 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 1590 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
1701 <source>Get more information</source> 1591 <source>Get more information</source>
1702 <target>Obtenir més informació</target> 1592 <target>Obtenir més informació</target>
1703 <context-group name="null"> 1593 <context-group name="null">
1704 <context context-type="linenumber">212</context> 1594 <context context-type="linenumber">236</context>
1705 </context-group> 1595 </context-group>
1706 </trans-unit> 1596 </trans-unit>
1707 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 1597 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -1712,7 +1602,7 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
1712 D'acord 1602 D'acord
1713 </target> 1603 </target>
1714 <context-group name="null"> 1604 <context-group name="null">
1715 <context context-type="linenumber">215</context> 1605 <context context-type="linenumber">239</context>
1716 </context-group> 1606 </context-group>
1717 </trans-unit> 1607 </trans-unit>
1718 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7"> 1608 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7">
@@ -1888,6 +1778,27 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
1888 <context context-type="linenumber">1</context> 1778 <context context-type="linenumber">1</context>
1889 </context-group> 1779 </context-group>
1890 </trans-unit> 1780 </trans-unit>
1781 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
1782 <source>Info</source>
1783 <target>Informació</target>
1784 <context-group name="null">
1785 <context context-type="linenumber">1</context>
1786 </context-group>
1787 </trans-unit>
1788 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
1789 <source>Warning</source>
1790 <target>Avís</target>
1791 <context-group name="null">
1792 <context context-type="linenumber">1</context>
1793 </context-group>
1794 </trans-unit>
1795 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
1796 <source>Error</source>
1797 <target>Error</target>
1798 <context-group name="null">
1799 <context context-type="linenumber">1</context>
1800 </context-group>
1801 </trans-unit>
1891 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 1802 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
1892 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 1803 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
1893 <target>Usuari <x id="INTERPOLATION" equiv-text="{{username}}"/> creat.</target> 1804 <target>Usuari <x id="INTERPOLATION" equiv-text="{{username}}"/> creat.</target>
@@ -1951,13 +1862,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
1951 <context context-type="linenumber">1</context> 1862 <context context-type="linenumber">1</context>
1952 </context-group> 1863 </context-group>
1953 </trans-unit> 1864 </trans-unit>
1954 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
1955 <source>Create</source>
1956 <target>Crea</target>
1957 <context-group name="null">
1958 <context context-type="linenumber">1</context>
1959 </context-group>
1960 </trans-unit>
1961 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 1865 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
1962 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 1866 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
1963 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> actualitzat.</target> 1867 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> actualitzat.</target>
@@ -2007,34 +1911,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
2007 <context context-type="linenumber">1</context> 1911 <context context-type="linenumber">1</context>
2008 </context-group> 1912 </context-group>
2009 </trans-unit> 1913 </trans-unit>
2010 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
2011 <source>Published</source>
2012 <target>Publicat</target>
2013 <context-group name="null">
2014 <context context-type="linenumber">1</context>
2015 </context-group>
2016 </trans-unit>
2017 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
2018 <source>Publication scheduled on </source>
2019 <target>Publicació programada</target>
2020 <context-group name="null">
2021 <context context-type="linenumber">1</context>
2022 </context-group>
2023 </trans-unit>
2024 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
2025 <source>Waiting transcoding</source>
2026 <target>Esperant transcodificació</target>
2027 <context-group name="null">
2028 <context context-type="linenumber">1</context>
2029 </context-group>
2030 </trans-unit>
2031 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
2032 <source>To transcode</source>
2033 <target>Transcodificar</target>
2034 <context-group name="null">
2035 <context context-type="linenumber">1</context>
2036 </context-group>
2037 </trans-unit>
2038 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6"> 1914 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6">
2039 <source>My settings</source> 1915 <source>My settings</source>
2040 <target>La meva configuració</target> 1916 <target>La meva configuració</target>
@@ -2065,13 +1941,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
2065 <context context-type="linenumber">1</context> 1941 <context context-type="linenumber">1</context>
2066 </context-group> 1942 </context-group>
2067 </trans-unit> 1943 </trans-unit>
2068 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
2069 <source>Error</source>
2070 <target>Error</target>
2071 <context-group name="null">
2072 <context context-type="linenumber">1</context>
2073 </context-group>
2074 </trans-unit>
2075 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 1944 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
2076 <source>You need to reconnect.</source> 1945 <source>You need to reconnect.</source>
2077 <target>Necessites tornar a connectar.</target> 1946 <target>Necessites tornar a connectar.</target>
@@ -2079,20 +1948,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
2079 <context context-type="linenumber">1</context> 1948 <context context-type="linenumber">1</context>
2080 </context-group> 1949 </context-group>
2081 </trans-unit> 1950 </trans-unit>
2082 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
2083 <source>Confirm</source>
2084 <target>Confirma</target>
2085 <context-group name="null">
2086 <context context-type="linenumber">1</context>
2087 </context-group>
2088 </trans-unit>
2089 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
2090 <source>Info</source>
2091 <target>Informació</target>
2092 <context-group name="null">
2093 <context context-type="linenumber">1</context>
2094 </context-group>
2095 </trans-unit>
2096 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba"> 1951 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
2097 <source>Success</source> 1952 <source>Success</source>
2098 <target>Èxit</target> 1953 <target>Èxit</target>
@@ -2121,6 +1976,90 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
2121 <context context-type="linenumber">1</context> 1976 <context context-type="linenumber">1</context>
2122 </context-group> 1977 </context-group>
2123 </trans-unit> 1978 </trans-unit>
1979 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
1980 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
1981 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> anys</target>
1982 <context-group name="null">
1983 <context context-type="linenumber">1</context>
1984 </context-group>
1985 </trans-unit>
1986 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
1987 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
1988 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> mesos</target>
1989 <context-group name="null">
1990 <context context-type="linenumber">1</context>
1991 </context-group>
1992 </trans-unit>
1993 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
1994 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
1995 <target>Fa un <x id="INTERPOLATION" equiv-text="{{interval}}"/> mes</target>
1996 <context-group name="null">
1997 <context context-type="linenumber">1</context>
1998 </context-group>
1999 </trans-unit>
2000 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
2001 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
2002 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> setmanes</target>
2003 <context-group name="null">
2004 <context context-type="linenumber">1</context>
2005 </context-group>
2006 </trans-unit>
2007 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
2008 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
2009 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> setmanes</target>
2010 <context-group name="null">
2011 <context context-type="linenumber">1</context>
2012 </context-group>
2013 </trans-unit>
2014 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
2015 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
2016 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> dies</target>
2017 <context-group name="null">
2018 <context context-type="linenumber">1</context>
2019 </context-group>
2020 </trans-unit>
2021 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
2022 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
2023 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> dia</target>
2024 <context-group name="null">
2025 <context context-type="linenumber">1</context>
2026 </context-group>
2027 </trans-unit>
2028 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
2029 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
2030 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> hores</target>
2031 <context-group name="null">
2032 <context context-type="linenumber">1</context>
2033 </context-group>
2034 </trans-unit>
2035 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
2036 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
2037 <target>Fa una <x id="INTERPOLATION" equiv-text="{{interval}}"/> hora</target>
2038 <context-group name="null">
2039 <context context-type="linenumber">1</context>
2040 </context-group>
2041 </trans-unit>
2042 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
2043 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
2044 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> minuts</target>
2045 <context-group name="null">
2046 <context context-type="linenumber">1</context>
2047 </context-group>
2048 </trans-unit>
2049 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
2050 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
2051 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> segons</target>
2052 <context-group name="null">
2053 <context context-type="linenumber">1</context>
2054 </context-group>
2055 </trans-unit>
2056 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
2057 <source>Confirm</source>
2058 <target>Confirma</target>
2059 <context-group name="null">
2060 <context context-type="linenumber">1</context>
2061 </context-group>
2062 </trans-unit>
2124 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 2063 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
2125 <source>Instance name is required.</source> 2064 <source>Instance name is required.</source>
2126 <target>El nom de la instància és obligatori.</target> 2065 <target>El nom de la instància és obligatori.</target>
@@ -2338,6 +2277,13 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
2338 <context context-type="linenumber">1</context> 2277 <context context-type="linenumber">1</context>
2339 </context-group> 2278 </context-group>
2340 </trans-unit> 2279 </trans-unit>
2280 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
2281 <source>Display name cannot be more than 120 characters long.</source>
2282 <target>El nom de visualització no pot tenir més de 120 caràcters.</target>
2283 <context-group name="null">
2284 <context context-type="linenumber">1</context>
2285 </context-group>
2286 </trans-unit>
2341 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 2287 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
2342 <source>Video name is required.</source> 2288 <source>Video name is required.</source>
2343 <target>El nom del vídeo és obligatori.</target> 2289 <target>El nom del vídeo és obligatori.</target>
@@ -2422,13 +2368,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
2422 <context context-type="linenumber">1</context> 2368 <context context-type="linenumber">1</context>
2423 </context-group> 2369 </context-group>
2424 </trans-unit> 2370 </trans-unit>
2425 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
2426 <source>Warning</source>
2427 <target>Avís</target>
2428 <context-group name="null">
2429 <context context-type="linenumber">1</context>
2430 </context-group>
2431 </trans-unit>
2432 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf"> 2371 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf">
2433 <source>Sunday</source> 2372 <source>Sunday</source>
2434 <target>Diumenge</target> 2373 <target>Diumenge</target>
@@ -2786,156 +2725,142 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
2786 <context context-type="linenumber">1</context> 2725 <context context-type="linenumber">1</context>
2787 </context-group> 2726 </context-group>
2788 </trans-unit> 2727 </trans-unit>
2789 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d"> 2728 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
2790 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source> 2729 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
2791 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> anys</target> 2730 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible que suporta:</target>
2792 <context-group name="null">
2793 <context context-type="linenumber">1</context>
2794 </context-group>
2795 </trans-unit>
2796 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
2797 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
2798 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> mesos</target>
2799 <context-group name="null">
2800 <context context-type="linenumber">1</context>
2801 </context-group>
2802 </trans-unit>
2803 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
2804 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
2805 <target>Fa un <x id="INTERPOLATION" equiv-text="{{interval}}"/> mes</target>
2806 <context-group name="null"> 2731 <context-group name="null">
2807 <context context-type="linenumber">1</context> 2732 <context context-type="linenumber">1</context>
2808 </context-group> 2733 </context-group>
2809 </trans-unit> 2734 </trans-unit>
2810 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1"> 2735 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980">
2811 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source> 2736 <source>Emphasis</source>
2812 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> setmanes</target> 2737 <target>Èmfasi</target>
2813 <context-group name="null"> 2738 <context-group name="null">
2814 <context context-type="linenumber">1</context> 2739 <context context-type="linenumber">1</context>
2815 </context-group> 2740 </context-group>
2816 </trans-unit> 2741 </trans-unit>
2817 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e"> 2742 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0">
2818 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source> 2743 <source>Links</source>
2819 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> setmanes</target> 2744 <target>Enllaços</target>
2820 <context-group name="null"> 2745 <context-group name="null">
2821 <context context-type="linenumber">1</context> 2746 <context context-type="linenumber">1</context>
2822 </context-group> 2747 </context-group>
2823 </trans-unit> 2748 </trans-unit>
2824 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7"> 2749 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a">
2825 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source> 2750 <source>New lines</source>
2826 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> dies</target> 2751 <target>Línies noves</target>
2827 <context-group name="null"> 2752 <context-group name="null">
2828 <context context-type="linenumber">1</context> 2753 <context context-type="linenumber">1</context>
2829 </context-group> 2754 </context-group>
2830 </trans-unit> 2755 </trans-unit>
2831 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1"> 2756 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1">
2832 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source> 2757 <source>Lists</source>
2833 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> dia</target> 2758 <target>Llistes</target>
2834 <context-group name="null"> 2759 <context-group name="null">
2835 <context context-type="linenumber">1</context> 2760 <context context-type="linenumber">1</context>
2836 </context-group> 2761 </context-group>
2837 </trans-unit> 2762 </trans-unit>
2838 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84"> 2763 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
2839 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source> 2764 <source>Images</source>
2840 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> hores</target> 2765 <target>Imatges</target>
2841 <context-group name="null"> 2766 <context-group name="null">
2842 <context context-type="linenumber">1</context> 2767 <context context-type="linenumber">1</context>
2843 </context-group> 2768 </context-group>
2844 </trans-unit> 2769 </trans-unit>
2845 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d"> 2770 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a">
2846 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source> 2771 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source>
2847 <target>Fa una <x id="INTERPOLATION" equiv-text="{{interval}}"/> hora</target> 2772 <target>Usuari <x id="INTERPOLATION" equiv-text="{{username}}"/> eliminat.</target>
2848 <context-group name="null"> 2773 <context-group name="null">
2849 <context context-type="linenumber">1</context> 2774 <context context-type="linenumber">1</context>
2850 </context-group> 2775 </context-group>
2851 </trans-unit> 2776 </trans-unit>
2852 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a"> 2777 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
2853 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source> 2778 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
2854 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> minuts</target> 2779 <target>La sol·licitud és massa gran per al servidor. Contacta amb el teu administrador si vols augmentar la mida del límit.</target>
2855 <context-group name="null"> 2780 <context-group name="null">
2856 <context context-type="linenumber">1</context> 2781 <context context-type="linenumber">1</context>
2857 </context-group> 2782 </context-group>
2858 </trans-unit> 2783 </trans-unit>
2859 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 2784 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b">
2860 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 2785 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source>
2861 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> segons</target> 2786 <target>Hi ha massa intents, torna-ho a provar després de <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minuts.</target>
2862 <context-group name="null"> 2787 <context-group name="null">
2863 <context context-type="linenumber">1</context> 2788 <context context-type="linenumber">1</context>
2864 </context-group> 2789 </context-group>
2865 </trans-unit> 2790 </trans-unit>
2866 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 2791 <trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d">
2867 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 2792 <source>Too many attempts, please try again later.</source>
2868 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible que suporta:</target> 2793 <target>Hi ha massa intents, torna-ho a provar més tard.</target>
2869 <context-group name="null"> 2794 <context-group name="null">
2870 <context context-type="linenumber">1</context> 2795 <context context-type="linenumber">1</context>
2871 </context-group> 2796 </context-group>
2872 </trans-unit> 2797 </trans-unit>
2873 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980"> 2798 <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc">
2874 <source>Emphasis</source> 2799 <source>Server error. Please retry later.</source>
2875 <target>Èmfasi</target> 2800 <target>Error del servidor. Torna-ho a intentar més tard.</target>
2876 <context-group name="null"> 2801 <context-group name="null">
2877 <context context-type="linenumber">1</context> 2802 <context context-type="linenumber">1</context>
2878 </context-group> 2803 </context-group>
2879 </trans-unit> 2804 </trans-unit>
2880 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0"> 2805 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
2881 <source>Links</source> 2806 <source>Copied</source>
2882 <target>Enllaços</target> 2807 <target>Copiat</target>
2883 <context-group name="null"> 2808 <context-group name="null">
2884 <context context-type="linenumber">1</context> 2809 <context context-type="linenumber">1</context>
2885 </context-group> 2810 </context-group>
2886 </trans-unit> 2811 </trans-unit>
2887 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a"> 2812 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
2888 <source>New lines</source> 2813 <source>Video reported.</source>
2889 <target>Línies noves</target> 2814 <target>Vídeo reportat.</target>
2890 <context-group name="null"> 2815 <context-group name="null">
2891 <context context-type="linenumber">1</context> 2816 <context context-type="linenumber">1</context>
2892 </context-group> 2817 </context-group>
2893 </trans-unit> 2818 </trans-unit>
2894 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1"> 2819 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
2895 <source>Lists</source> 2820 <source>Do you really want to delete this video?</source>
2896 <target>Llistes</target> 2821 <target>Segur que vols suprimir aquest vídeo?</target>
2897 <context-group name="null"> 2822 <context-group name="null">
2898 <context context-type="linenumber">1</context> 2823 <context context-type="linenumber">1</context>
2899 </context-group> 2824 </context-group>
2900 </trans-unit> 2825 </trans-unit>
2901 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866"> 2826 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
2902 <source>Images</source> 2827 <source>Blacklist</source>
2903 <target>Imatges</target> 2828 <target>Llista negra</target>
2904 <context-group name="null"> 2829 <context-group name="null">
2905 <context context-type="linenumber">1</context> 2830 <context context-type="linenumber">1</context>
2906 </context-group> 2831 </context-group>
2907 </trans-unit> 2832 </trans-unit>
2908 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a"> 2833 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
2909 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source> 2834 <source>Report</source>
2910 <target>Usuari <x id="INTERPOLATION" equiv-text="{{username}}"/> eliminat.</target> 2835 <target>Reporta</target>
2911 <context-group name="null"> 2836 <context-group name="null">
2912 <context context-type="linenumber">1</context> 2837 <context context-type="linenumber">1</context>
2913 </context-group> 2838 </context-group>
2914 </trans-unit> 2839 </trans-unit>
2915 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 2840 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
2916 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 2841 <source>Published</source>
2917 <target>La sol·licitud és massa gran per al servidor. Contacta amb el teu administrador si vols augmentar la mida del límit.</target> 2842 <target>Publicat</target>
2918 <context-group name="null"> 2843 <context-group name="null">
2919 <context context-type="linenumber">1</context> 2844 <context context-type="linenumber">1</context>
2920 </context-group> 2845 </context-group>
2921 </trans-unit> 2846 </trans-unit>
2922 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b"> 2847 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
2923 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source> 2848 <source>Publication scheduled on </source>
2924 <target>Hi ha massa intents, torna-ho a provar després de <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minuts.</target> 2849 <target>Publicació programada</target>
2925 <context-group name="null"> 2850 <context-group name="null">
2926 <context context-type="linenumber">1</context> 2851 <context context-type="linenumber">1</context>
2927 </context-group> 2852 </context-group>
2928 </trans-unit> 2853 </trans-unit>
2929 <trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d"> 2854 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
2930 <source>Too many attempts, please try again later.</source> 2855 <source>Waiting transcoding</source>
2931 <target>Hi ha massa intents, torna-ho a provar més tard.</target> 2856 <target>Esperant transcodificació</target>
2932 <context-group name="null"> 2857 <context-group name="null">
2933 <context context-type="linenumber">1</context> 2858 <context context-type="linenumber">1</context>
2934 </context-group> 2859 </context-group>
2935 </trans-unit> 2860 </trans-unit>
2936 <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc"> 2861 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
2937 <source>Server error. Please retry later.</source> 2862 <source>To transcode</source>
2938 <target>Error del servidor. Torna-ho a intentar més tard.</target> 2863 <target>Transcodificar</target>
2939 <context-group name="null"> 2864 <context-group name="null">
2940 <context context-type="linenumber">1</context> 2865 <context context-type="linenumber">1</context>
2941 </context-group> 2866 </context-group>
@@ -2982,27 +2907,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirÃ
2982 <context context-type="linenumber">1</context> 2907 <context context-type="linenumber">1</context>
2983 </context-group> 2908 </context-group>
2984 </trans-unit> 2909 </trans-unit>
2985 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
2986 <source>Copied</source>
2987 <target>Copiat</target>
2988 <context-group name="null">
2989 <context context-type="linenumber">1</context>
2990 </context-group>
2991 </trans-unit>
2992 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
2993 <source>Video reported.</source>
2994 <target>Vídeo reportat.</target>
2995 <context-group name="null">
2996 <context context-type="linenumber">1</context>
2997 </context-group>
2998 </trans-unit>
2999 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
3000 <source>Do you really want to delete this video?</source>
3001 <target>Segur que vols suprimir aquest vídeo?</target>
3002 <context-group name="null">
3003 <context context-type="linenumber">1</context>
3004 </context-group>
3005 </trans-unit>
3006 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 2910 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
3007 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source> 2911 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
3008 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> m''agrada / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> no m''agrada</target> 2912 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> m''agrada / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> no m''agrada</target>
diff --git a/client/src/locale/target/angular_cs_CZ.xml b/client/src/locale/target/angular_cs_CZ.xml
index 7b6f99ddb..d01948b79 100644
--- a/client/src/locale/target/angular_cs_CZ.xml
+++ b/client/src/locale/target/angular_cs_CZ.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>První</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>První</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Předchozí</target> 92 <target>Předchozí</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Další</target> 99 <target>Další</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Poslední</target> 106 <target>Poslední</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,112 +140,476 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Snížit hodiny</target> 141 <target>Snížit hodiny</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Zvýšit minuty</target> 148 <target>Zvýšit minuty</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minuty</target> 162 <target>Minuty</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Snížit minuty</target> 169 <target>Snížit minuty</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Zvýšit sekundy</target> 176 <target>Zvýšit sekundy</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Sekundy</target> 190 <target>Sekundy</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Snížit sekundy</target> 197 <target>Snížit sekundy</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>PM</target> 204 <target>PM</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>AM</target> 211 <target>AM</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
217 <source>Cancel</source> 217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
218 <target>Zrušit</target> 218 <target>(doplňky: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, maximální velikost: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
219 <context-group name="null"> 219 <context-group name="null">
220 <context context-type="linenumber">10</context> 220 <context context-type="linenumber">11</context>
221 </context-group> 221 </context-group>
222 </trans-unit> 222 </trans-unit>
223 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
224 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source> 224 <source>You don't have notifications.</source>
225 <target>(doplňky: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, maximální velikost: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytů }}"/>)</target> 225 <target>Nemáte oznámení.</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publikoval/a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>nové video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 VaÅ¡e video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> bylo odstranÄ›no z Äerné listiny
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 VaÅ¡e video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> bylo pÅ™idáno na Äernou listinu
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 Na videu <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> bylo vytvořeno <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>nové nahlášení videa<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="3442afd9696d6abcd9210b2cb3cdfb969667ca01">
307 <source>
308 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 Nedávno pÅ™idané video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> bylo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>automaticky pÅ™idáno na Äernou listinu<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">39</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
326 <source>
327 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> okomentoval/a video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">47</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
345 <source>
346 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
349 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 Vaše video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> bylo publikováno
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">55</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
364 <source>
365 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Import vašeho videa<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> uspěl
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">63</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
383 <source>
384 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Import vašeho videa<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> selhal
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">71</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
402 <source>
403 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
407 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
408 </source>
409 <target>
410 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
411
412 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
413 Uživatel <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> se registroval<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> na vaší instanci
414 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
415 </target>
416 <context-group name="null">
417 <context context-type="linenumber">79</context>
418 </context-group>
419 </trans-unit>
420 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
421 <source>
422 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
423
424 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
425 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
426
427 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
428 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
429 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
430 </source>
431 <target>
432 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
433
434 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
435 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> sleduje
436
437 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>váš kanál <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
438 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>váš úÄet<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">87</context>
443 </context-group>
444 </trans-unit>
445 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
446 <source>
447 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
448
449 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
450 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
451 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
452 </source>
453 <target>
454 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
455
456 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
457 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> vás zmínil/a na <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
458 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
459 </target>
460 <context-group name="null">
461 <context context-type="linenumber">98</context>
462 </context-group>
463 </trans-unit>
464 <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566">
465 <source>Save to</source>
466 <target>Uložit na</target>
467 <context-group name="null">
468 <context context-type="linenumber">4</context>
469 </context-group>
470 </trans-unit>
471 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f">
472 <source>Options</source>
473 <target>Možnosti</target>
474 <context-group name="null">
475 <context context-type="linenumber">9</context>
476 </context-group>
477 </trans-unit>
478 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
479 <source>Start at</source>
480 <target>ZaÄít v Äase</target>
481 <context-group name="null">
482 <context context-type="linenumber">12</context>
483 </context-group>
484 </trans-unit>
485 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
486 <source>Stop at</source>
487 <target>Zastavit v Äase</target>
488 <context-group name="null">
489 <context context-type="linenumber">54</context>
490 </context-group>
491 </trans-unit>
492 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
493 <source>Display name</source>
494 <target>Zobrazované jméno</target>
495 <context-group name="null">
496 <context context-type="linenumber">6</context>
497 </context-group>
498 </trans-unit>
499 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
500 <source>Create</source>
501 <target>Vytvořit</target>
502 <context-group name="null">
503 <context context-type="linenumber">74</context>
504 </context-group>
505 </trans-unit>
506 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
507 <source>Download video</source>
508 <target>Stáhnout video</target>
509 <context-group name="null">
510 <context context-type="linenumber">3</context>
511 </context-group>
512 </trans-unit>
513 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
514 <source>Direct download</source>
515 <target>Přímý odkaz</target>
516 <context-group name="null">
517 <context context-type="linenumber">27</context>
518 </context-group>
519 </trans-unit>
520 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
521 <source>Download</source>
522 <target>Stáhnout</target>
523 <context-group name="null">
524 <context context-type="linenumber">48</context>
525 </context-group>
526 </trans-unit>
527 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
528 <source>Report video</source>
529 <target>Nahlásit video</target>
530 <context-group name="null">
531 <context context-type="linenumber">3</context>
532 </context-group>
533 </trans-unit>
534 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
535 <source>Reason...</source>
536 <target>Důvod...</target>
226 <context-group name="null"> 537 <context-group name="null">
227 <context context-type="linenumber">11</context> 538 <context context-type="linenumber">11</context>
228 </context-group> 539 </context-group>
229 </trans-unit> 540 </trans-unit>
541 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
542 <source>
543 Cancel
544 </source>
545 <target>
546 Zrušit
547 </target>
548 <context-group name="null">
549 <context context-type="linenumber">38</context>
550 </context-group>
551 </trans-unit>
552 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
553 <source>Submit</source>
554 <target>Odeslat</target>
555 <context-group name="null">
556 <context context-type="linenumber">29</context>
557 </context-group>
558 </trans-unit>
230 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 559 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
231 <source>Unlisted</source> 560 <source>Unlisted</source>
232 <target>Neveřejné</target> 561 <target>Neveřejné</target>
233 <context-group name="null"> 562 <context-group name="null">
234 <context context-type="linenumber">10</context> 563 <context context-type="linenumber">17</context>
235 </context-group> 564 </context-group>
236 </trans-unit> 565 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 566 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 567 <source>Private</source>
239 <target>Soukromé</target> 568 <target>Soukromé</target>
240 <context-group name="null"> 569 <context-group name="null">
241 <context context-type="linenumber">11</context> 570 <context context-type="linenumber">18</context>
242 </context-group> 571 </context-group>
243 </trans-unit> 572 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 573 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
245 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 574 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
246 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> zhlédnutí</target> 575 <target>{VAR_PLURAL, plural, =0 {Žádná videa} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videí} }</target>
247 <context-group name="null"> 576 <context-group name="null">
248 <context context-type="linenumber">16</context> 577 <context context-type="linenumber">9</context>
578 </context-group>
579 </trans-unit>
580 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
581 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
582 <target>Aktualizováno <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target>
583 <context-group name="null">
584 <context context-type="linenumber">29</context>
585 </context-group>
586 </trans-unit>
587 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
588 <source>Edit starts/stops at</source>
589 <target>Upravit Äas spuÅ¡tÄ›ní/zastavení</target>
590 <context-group name="null">
591 <context context-type="linenumber">33</context>
592 </context-group>
593 </trans-unit>
594 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
595 <source>Save</source>
596 <target>Uložit</target>
597 <context-group name="null">
598 <context context-type="linenumber">117</context>
599 </context-group>
600 </trans-unit>
601 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
602 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
603 <target>Smazat ze seznamu <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
604 <context-group name="null">
605 <context context-type="linenumber">69</context>
606 </context-group>
607 </trans-unit>
608 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
609 <source>No results.</source>
610 <target>Žádné výsledky.</target>
611 <context-group name="null">
612 <context context-type="linenumber">20</context>
249 </context-group> 613 </context-group>
250 </trans-unit> 614 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 615 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -324,7 +688,7 @@
324 </trans-unit> 688 </trans-unit>
325 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3"> 689 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
326 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source> 690 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
327 <target>Odebírat úÄtem na <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target> 691 <target>Odebírat pÅ™es úÄet na <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
328 <context-group name="null"> 692 <context-group name="null">
329 <context context-type="linenumber">39</context> 693 <context context-type="linenumber">39</context>
330 </context-group> 694 </context-group>
@@ -345,7 +709,7 @@
345 </trans-unit> 709 </trans-unit>
346 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1"> 710 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
347 <source>Using a syndication feed</source> 711 <source>Using a syndication feed</source>
348 <target>Použít syndikaÄní proud</target> 712 <target>Pomocí syndikaÄního proudu</target>
349 <context-group name="null"> 713 <context-group name="null">
350 <context context-type="linenumber">48</context> 714 <context context-type="linenumber">48</context>
351 </context-group> 715 </context-group>
@@ -372,18 +736,25 @@
372 </trans-unit> 736 </trans-unit>
373 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b"> 737 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
374 <source>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.</source> 738 <source>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.</source>
375 <target>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.</target> 739 <target>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.</target>
376 <context-group name="null"> 740 <context-group name="null">
377 <context context-type="linenumber">17</context> 741 <context context-type="linenumber">17</context>
378 </context-group> 742 </context-group>
379 </trans-unit> 743 </trans-unit>
380 <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a"> 744 <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a">
381 <source>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.</source> 745 <source>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.</source>
382 <target>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.</target> 746 <target>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.</target>
383 <context-group name="null"> 747 <context-group name="null">
384 <context context-type="linenumber">22</context> 748 <context context-type="linenumber">22</context>
385 </context-group> 749 </context-group>
386 </trans-unit> 750 </trans-unit>
751 <trans-unit id="2350869d835dfca2643c32e0ef1f5e35dc64f64b">
752 <source>Default NSFW/sensitive videos policy (can be redefined by the users)</source>
753 <target>Politika citlivých videí ve výchozím stavu (může být redefinováno uživateli)</target>
754 <context-group name="null">
755 <context context-type="linenumber">5</context>
756 </context-group>
757 </trans-unit>
387 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b"> 758 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
388 <source>Video quota</source> 759 <source>Video quota</source>
389 <target>Limit na videa</target> 760 <target>Limit na videa</target>
@@ -396,10 +767,10 @@
396 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 767 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
397 </source> 768 </source>
398 <target> 769 <target>
399 Neomezeno <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytů: 0 }}"/> za den)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 770 Neomezeno <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> za den)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
400 </target> 771 </target>
401 <context-group name="null"> 772 <context-group name="null">
402 <context context-type="linenumber">14</context> 773 <context context-type="linenumber">28</context>
403 </context-group> 774 </context-group>
404 </trans-unit> 775 </trans-unit>
405 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 776 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -409,28 +780,36 @@
409 <context context-type="linenumber">3</context> 780 <context context-type="linenumber">3</context>
410 </context-group> 781 </context-group>
411 </trans-unit> 782 </trans-unit>
412 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
413 <source>Reason...</source>
414 <target>Důvod...</target>
415 <context-group name="null">
416 <context context-type="linenumber">11</context>
417 </context-group>
418 </trans-unit>
419 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251"> 783 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
420 <source> 784 <source>
421 A banned user will no longer be able to login. 785 A banned user will no longer be able to login.
422 </source> 786 </source>
423 <target> 787 <target>
424Blokovaný uživatel se už nebude moci přihlásit.</target> 788 Blokovaný uživatel se už nebude moci přihlásit.
789 </target>
425 <context-group name="null"> 790 <context-group name="null">
426 <context context-type="linenumber">17</context> 791 <context context-type="linenumber">18</context>
792 </context-group>
793 </trans-unit>
794 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
795 <source>Cancel</source>
796 <target>Zrušit</target>
797 <context-group name="null">
798 <context context-type="linenumber">10</context>
427 </context-group> 799 </context-group>
428 </trans-unit> 800 </trans-unit>
429 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 801 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
430 <source>Ban this user</source> 802 <source>Ban this user</source>
431 <target>Zablokovat tohoto uživatele</target> 803 <target>Zablokovat tohoto uživatele</target>
432 <context-group name="null"> 804 <context-group name="null">
433 <context context-type="linenumber">25</context> 805 <context context-type="linenumber">26</context>
806 </context-group>
807 </trans-unit>
808 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
809 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
810 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
811 <context-group name="null">
812 <context context-type="linenumber">11</context>
434 </context-group> 813 </context-group>
435 </trans-unit> 814 </trans-unit>
436 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 815 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
@@ -438,7 +817,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
438 Login 817 Login
439 </source> 818 </source>
440 <target> 819 <target>
441 Přihlášení 820 Přihlásit
442 </target> 821 </target>
443 <context-group name="null"> 822 <context-group name="null">
444 <context context-type="linenumber">2</context> 823 <context context-type="linenumber">2</context>
@@ -503,7 +882,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
503 </trans-unit> 882 </trans-unit>
504 <trans-unit id="b87e81682959464211443afc3e23c506865d2eda"> 883 <trans-unit id="b87e81682959464211443afc3e23c506865d2eda">
505 <source>I forgot my password</source> 884 <source>I forgot my password</source>
506 <target>Zapomněl jsem heslo</target> 885 <target>Zapomněl/a jsem heslo</target>
507 <context-group name="null"> 886 <context-group name="null">
508 <context context-type="linenumber">44</context> 887 <context context-type="linenumber">44</context>
509 </context-group> 888 </context-group>
@@ -512,7 +891,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
512 <source>Login</source> 891 <source>Login</source>
513 <target>Přihlásit</target> 892 <target>Přihlásit</target>
514 <context-group name="null"> 893 <context-group name="null">
515 <context context-type="linenumber">36</context> 894 <context context-type="linenumber">32</context>
516 </context-group> 895 </context-group>
517 </trans-unit> 896 </trans-unit>
518 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 897 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -522,6 +901,17 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
522 <context context-type="linenumber">57</context> 901 <context context-type="linenumber">57</context>
523 </context-group> 902 </context-group>
524 </trans-unit> 903 </trans-unit>
904 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
905 <source>
906 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
907 </source>
908 <target>
909 Omlouváme se, nemůžete obnovit své heslo, protože administrátor vaší instance nenakonfiguroval e-mailový systém PeerTubu.
910 </target>
911 <context-group name="null">
912 <context context-type="linenumber">64</context>
913 </context-group>
914 </trans-unit>
525 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 915 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
526 <source>Email</source> 916 <source>Email</source>
527 <target>E-mail</target> 917 <target>E-mail</target>
@@ -540,7 +930,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
540 <source>Send me an email to reset my password</source> 930 <source>Send me an email to reset my password</source>
541 <target>Poslat e-mail pro resetování hesla</target> 931 <target>Poslat e-mail pro resetování hesla</target>
542 <context-group name="null"> 932 <context-group name="null">
543 <context context-type="linenumber">80</context> 933 <context context-type="linenumber">81</context>
544 </context-group> 934 </context-group>
545 </trans-unit> 935 </trans-unit>
546 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 936 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -570,7 +960,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
570 </trans-unit> 960 </trans-unit>
571 <trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3"> 961 <trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3">
572 <source>Reset my password</source> 962 <source>Reset my password</source>
573 <target>Resetovat moje heslo</target> 963 <target>Obnovit moje heslo</target>
574 <context-group name="null"> 964 <context-group name="null">
575 <context context-type="linenumber">29</context> 965 <context context-type="linenumber">29</context>
576 </context-group> 966 </context-group>
@@ -602,7 +992,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
602 </trans-unit> 992 </trans-unit>
603 <trans-unit id="7fe213724c4c0a4112c40c673884acb98a0a3b92"> 993 <trans-unit id="7fe213724c4c0a4112c40c673884acb98a0a3b92">
604 <source>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</source> 994 <source>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</source>
605 <target>Je mi alespoň 16let a souhlasím s &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Podmínkami&lt;/a&gt; této instance</target> 995 <target>Je mi alespoň 16 let a souhlasím s &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Podmínkami&lt;/a&gt; této instance</target>
606 <context-group name="null"> 996 <context-group name="null">
607 <context context-type="linenumber">55</context> 997 <context context-type="linenumber">55</context>
608 </context-group> 998 </context-group>
@@ -611,7 +1001,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
611 <source>Signup</source> 1001 <source>Signup</source>
612 <target>Registrovat</target> 1002 <target>Registrovat</target>
613 <context-group name="null"> 1003 <context-group name="null">
614 <context context-type="linenumber">78</context> 1004 <context context-type="linenumber">88</context>
615 </context-group> 1005 </context-group>
616 </trans-unit> 1006 </trans-unit>
617 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 1007 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -670,68 +1060,56 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
670 <context context-type="linenumber">44</context> 1060 <context context-type="linenumber">44</context>
671 </context-group> 1061 </context-group>
672 </trans-unit> 1062 </trans-unit>
673 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
674 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
675 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> zhlédnutí</target>
676 <context-group name="null">
677 <context context-type="linenumber">55</context>
678 </context-group>
679 </trans-unit>
680 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 1063 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
681 <source>Change the language</source> 1064 <source>Change the language</source>
682 <target>Změnit jazyk</target> 1065 <target>Změnit jazyk</target>
683 <context-group name="null"> 1066 <context-group name="null">
684 <context context-type="linenumber">86</context> 1067 <context context-type="linenumber">102</context>
685 </context-group> 1068 </context-group>
686 </trans-unit> 1069 </trans-unit>
687 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6"> 1070 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
688 <source> 1071 <source>
689 My public profile 1072 Help to translate PeerTube!
690 </source> 1073 </source>
691 <target> 1074 <target>
692 Můj veÅ™ej½ profil 1075 Pomozte ¡m pÅ™eložit PeerTube!
693 </target> 1076 </target>
694 <context-group name="null"> 1077 <context-group name="null">
695 <context context-type="linenumber">16</context> 1078 <context context-type="linenumber">8</context>
696 </context-group> 1079 </context-group>
697 </trans-unit> 1080 </trans-unit>
698 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb"> 1081 <trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a">
699 <source> 1082 <source>My public profile</source>
700 My account 1083 <target>Můj veřejný profil</target>
701 </source>
702 <target>
703 Můj úÄet
704 </target>
705 <context-group name="null"> 1084 <context-group name="null">
706 <context context-type="linenumber">20</context> 1085 <context context-type="linenumber">17</context>
707 </context-group> 1086 </context-group>
708 </trans-unit> 1087 </trans-unit>
709 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10"> 1088 <trans-unit id="e4825b5d86d89ae0f4c797ba256f66fd8abd4ee6">
710 <source> 1089 <source>My account</source>
711 My videos 1090 <target>Můj úÄet</target>
712 </source>
713 <target>
714 Moje videa
715 </target>
716 <context-group name="null"> 1091 <context-group name="null">
717 <context context-type="linenumber">24</context> 1092 <context context-type="linenumber">21</context>
718 </context-group> 1093 </context-group>
719 </trans-unit> 1094 </trans-unit>
720 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1"> 1095 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
721 <source> 1096 <source>Log out</source>
722 Log out 1097 <target>Odhlásit</target>
723 </source>
724 <target>
725 Odhlásit
726 </target>
727 <context-group name="null"> 1098 <context-group name="null">
728 <context context-type="linenumber">28</context> 1099 <context context-type="linenumber">25</context>
729 </context-group> 1100 </context-group>
730 </trans-unit> 1101 </trans-unit>
731 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1102 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
732 <source>Create an account</source> 1103 <source>Create an account</source>
733 <target>VytvoÅ™it úÄet</target> 1104 <target>VytvoÅ™it úÄet</target>
734 <context-group name="null"> 1105 <context-group name="null">
1106 <context context-type="linenumber">33</context>
1107 </context-group>
1108 </trans-unit>
1109 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1110 <source>My library</source>
1111 <target>Moje knihovna</target>
1112 <context-group name="null">
735 <context context-type="linenumber">37</context> 1113 <context context-type="linenumber">37</context>
736 </context-group> 1114 </context-group>
737 </trans-unit> 1115 </trans-unit>
@@ -742,74 +1120,116 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
742 <context context-type="linenumber">24</context> 1120 <context context-type="linenumber">24</context>
743 </context-group> 1121 </context-group>
744 </trans-unit> 1122 </trans-unit>
1123 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1124 <source>Playlists</source>
1125 <target>Seznamy videí</target>
1126 <context-group name="null">
1127 <context context-type="linenumber">46</context>
1128 </context-group>
1129 </trans-unit>
745 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1130 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
746 <source>Subscriptions</source> 1131 <source>Subscriptions</source>
747 <target>Odběry</target> 1132 <target>Odběry</target>
748 <context-group name="null"> 1133 <context-group name="null">
749 <context context-type="linenumber">45</context> 1134 <context context-type="linenumber">51</context>
1135 </context-group>
1136 </trans-unit>
1137 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1138 <source>History</source>
1139 <target>Historie</target>
1140 <context-group name="null">
1141 <context context-type="linenumber">56</context>
750 </context-group> 1142 </context-group>
751 </trans-unit> 1143 </trans-unit>
752 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 1144 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
753 <source>Overview</source> 1145 <source>Overview</source>
754 <target>Přehled</target> 1146 <target>Přehled</target>
755 <context-group name="null"> 1147 <context-group name="null">
756 <context context-type="linenumber">50</context> 1148 <context context-type="linenumber">66</context>
757 </context-group> 1149 </context-group>
758 </trans-unit> 1150 </trans-unit>
759 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1151 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
760 <source>Trending</source> 1152 <source>Trending</source>
761 <target>Trendy</target> 1153 <target>Trendy</target>
762 <context-group name="null"> 1154 <context-group name="null">
763 <context context-type="linenumber">55</context> 1155 <context context-type="linenumber">71</context>
764 </context-group> 1156 </context-group>
765 </trans-unit> 1157 </trans-unit>
766 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1158 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
767 <source>Recently added</source> 1159 <source>Recently added</source>
768 <target>Nedávno přidané</target> 1160 <target>Nedávno přidané</target>
769 <context-group name="null"> 1161 <context-group name="null">
770 <context context-type="linenumber">60</context> 1162 <context context-type="linenumber">76</context>
771 </context-group> 1163 </context-group>
772 </trans-unit> 1164 </trans-unit>
773 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1165 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
774 <source>Local</source> 1166 <source>Local</source>
775 <target>Místní</target> 1167 <target>Místní</target>
776 <context-group name="null"> 1168 <context-group name="null">
777 <context context-type="linenumber">65</context> 1169 <context context-type="linenumber">81</context>
778 </context-group> 1170 </context-group>
779 </trans-unit> 1171 </trans-unit>
780 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1172 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
781 <source>More</source> 1173 <source>More</source>
782 <target>Další</target> 1174 <target>Další</target>
783 <context-group name="null"> 1175 <context-group name="null">
784 <context context-type="linenumber">70</context> 1176 <context context-type="linenumber">86</context>
785 </context-group> 1177 </context-group>
786 </trans-unit> 1178 </trans-unit>
787 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1179 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
788 <source>Administration</source> 1180 <source>Administration</source>
789 <target>Administrace</target> 1181 <target>Administrace</target>
790 <context-group name="null"> 1182 <context-group name="null">
791 <context context-type="linenumber">74</context> 1183 <context context-type="linenumber">90</context>
792 </context-group> 1184 </context-group>
793 </trans-unit> 1185 </trans-unit>
794 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1186 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
795 <source>About</source> 1187 <source>About</source>
796 <target>O službě</target> 1188 <target>O nás</target>
797 <context-group name="null"> 1189 <context-group name="null">
798 <context context-type="linenumber">25</context> 1190 <context context-type="linenumber">26</context>
799 </context-group> 1191 </context-group>
800 </trans-unit> 1192 </trans-unit>
801 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1193 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
802 <source>Show keyboard shortcuts</source> 1194 <source>Show keyboard shortcuts</source>
803 <target>Zobrazit klávesové zkratky</target> 1195 <target>Zobrazit klávesové zkratky</target>
804 <context-group name="null"> 1196 <context-group name="null">
805 <context context-type="linenumber">89</context> 1197 <context context-type="linenumber">105</context>
806 </context-group> 1198 </context-group>
807 </trans-unit> 1199 </trans-unit>
808 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 1200 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
809 <source>Toggle dark interface</source> 1201 <source>Toggle dark interface</source>
810 <target>Přepnout tmavé rozhraní</target> 1202 <target>Přepnout tmavé rozhraní</target>
811 <context-group name="null"> 1203 <context-group name="null">
812 <context context-type="linenumber">92</context> 1204 <context context-type="linenumber">108</context>
1205 </context-group>
1206 </trans-unit>
1207 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1208 <source>View your notifications</source>
1209 <target>Zobrazit vaše oznámení</target>
1210 <context-group name="null">
1211 <context context-type="linenumber">3</context>
1212 </context-group>
1213 </trans-unit>
1214 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
1215 <source>Notifications</source>
1216 <target>Oznámení</target>
1217 <context-group name="null">
1218 <context context-type="linenumber">10</context>
1219 </context-group>
1220 </trans-unit>
1221 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1222 <source>Update your notification preferences</source>
1223 <target>Aktualizovat vaše předvolby oznámení</target>
1224 <context-group name="null">
1225 <context context-type="linenumber">16</context>
1226 </context-group>
1227 </trans-unit>
1228 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
1229 <source>See all your notifications</source>
1230 <target>Zobrazit všechna oznámení</target>
1231 <context-group name="null">
1232 <context context-type="linenumber">30</context>
813 </context-group> 1233 </context-group>
814 </trans-unit> 1234 </trans-unit>
815 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1235 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -840,74 +1260,95 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
840 <context context-type="linenumber">15</context> 1260 <context context-type="linenumber">15</context>
841 </context-group> 1261 </context-group>
842 </trans-unit> 1262 </trans-unit>
1263 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1264 <source>Original publication year</source>
1265 <target>Původní rok publikování</target>
1266 <context-group name="null">
1267 <context context-type="linenumber">24</context>
1268 </context-group>
1269 </trans-unit>
1270 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1271 <source>After...</source>
1272 <target>Po...</target>
1273 <context-group name="null">
1274 <context context-type="linenumber">30</context>
1275 </context-group>
1276 </trans-unit>
1277 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1278 <source>Before...</source>
1279 <target>Před...</target>
1280 <context-group name="null">
1281 <context context-type="linenumber">37</context>
1282 </context-group>
1283 </trans-unit>
843 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1284 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
844 <source>Duration</source> 1285 <source>Duration</source>
845 <target>Trvání</target> 1286 <target>Trvání</target>
846 <context-group name="null"> 1287 <context-group name="null">
847 <context context-type="linenumber">24</context> 1288 <context context-type="linenumber">45</context>
848 </context-group> 1289 </context-group>
849 </trans-unit> 1290 </trans-unit>
850 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1291 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
851 <source>Display sensitive content</source> 1292 <source>Display sensitive content</source>
852 <target>Zobrazit citlivý obsah</target> 1293 <target>Zobrazit citlivý obsah</target>
853 <context-group name="null"> 1294 <context-group name="null">
854 <context context-type="linenumber">33</context> 1295 <context context-type="linenumber">54</context>
855 </context-group> 1296 </context-group>
856 </trans-unit> 1297 </trans-unit>
857 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 1298 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
858 <source>Yes</source> 1299 <source>Yes</source>
859 <target>Ano</target> 1300 <target>Ano</target>
860 <context-group name="null"> 1301 <context-group name="null">
861 <context context-type="linenumber">37</context> 1302 <context context-type="linenumber">58</context>
862 </context-group> 1303 </context-group>
863 </trans-unit> 1304 </trans-unit>
864 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 1305 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
865 <source>No</source> 1306 <source>No</source>
866 <target>Ne</target> 1307 <target>Ne</target>
867 <context-group name="null"> 1308 <context-group name="null">
868 <context context-type="linenumber">42</context> 1309 <context context-type="linenumber">63</context>
869 </context-group> 1310 </context-group>
870 </trans-unit> 1311 </trans-unit>
871 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 1312 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
872 <source>Category</source> 1313 <source>Category</source>
873 <target>Kategorie</target> 1314 <target>Kategorie</target>
874 <context-group name="null"> 1315 <context-group name="null">
875 <context context-type="linenumber">164</context> 1316 <context context-type="linenumber">189</context>
876 </context-group> 1317 </context-group>
877 </trans-unit> 1318 </trans-unit>
878 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1319 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
879 <source>Licence</source> 1320 <source>Licence</source>
880 <target>Licence</target> 1321 <target>Licence</target>
881 <context-group name="null"> 1322 <context-group name="null">
882 <context context-type="linenumber">173</context> 1323 <context context-type="linenumber">198</context>
883 </context-group> 1324 </context-group>
884 </trans-unit> 1325 </trans-unit>
885 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1326 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
886 <source>Language</source> 1327 <source>Language</source>
887 <target>Jazyk</target> 1328 <target>Jazyk</target>
888 <context-group name="null"> 1329 <context-group name="null">
889 <context context-type="linenumber">182</context> 1330 <context context-type="linenumber">207</context>
890 </context-group> 1331 </context-group>
891 </trans-unit> 1332 </trans-unit>
892 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1333 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
893 <source>All of these tags</source> 1334 <source>All of these tags</source>
894 <target>Všechny tyto štítky</target> 1335 <target>Všechny tyto štítky</target>
895 <context-group name="null"> 1336 <context-group name="null">
896 <context context-type="linenumber">82</context> 1337 <context context-type="linenumber">103</context>
897 </context-group> 1338 </context-group>
898 </trans-unit> 1339 </trans-unit>
899 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 1340 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
900 <source>One of these tags</source> 1341 <source>One of these tags</source>
901 <target>Jeden z těchto štítků</target> 1342 <target>Jeden z těchto štítků</target>
902 <context-group name="null"> 1343 <context-group name="null">
903 <context context-type="linenumber">87</context> 1344 <context context-type="linenumber">108</context>
904 </context-group> 1345 </context-group>
905 </trans-unit> 1346 </trans-unit>
906 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 1347 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
907 <source>Filter</source> 1348 <source>Filter</source>
908 <target>Filtr</target> 1349 <target>Filtr</target>
909 <context-group name="null"> 1350 <context-group name="null">
910 <context context-type="linenumber">94</context> 1351 <context context-type="linenumber">115</context>
911 </context-group> 1352 </context-group>
912 </trans-unit> 1353 </trans-unit>
913 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1354 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
@@ -917,13 +1358,6 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
917 <context context-type="linenumber">14</context> 1358 <context context-type="linenumber">14</context>
918 </context-group> 1359 </context-group>
919 </trans-unit> 1360 </trans-unit>
920 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
921 <source>No results.</source>
922 <target>Žádné výsledky.</target>
923 <context-group name="null">
924 <context context-type="linenumber">20</context>
925 </context-group>
926 </trans-unit>
927 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6"> 1361 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
928 <source> 1362 <source>
929 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1363 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
@@ -979,11 +1413,46 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
979 <context context-type="linenumber">7</context> 1413 <context context-type="linenumber">7</context>
980 </context-group> 1414 </context-group>
981 </trans-unit> 1415 </trans-unit>
982 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd"> 1416 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
983 <source>Submit</source> 1417 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
984 <target>Odeslat</target> 1418 <target>Kontaktujte administrátora <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
985 <context-group name="null"> 1419 <context-group name="null">
986 <context context-type="linenumber">31</context> 1420 <context context-type="linenumber">3</context>
1421 </context-group>
1422 </trans-unit>
1423 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
1424 <source>Your name</source>
1425 <target>Vaše jméno</target>
1426 <context-group name="null">
1427 <context context-type="linenumber">11</context>
1428 </context-group>
1429 </trans-unit>
1430 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
1431 <source>Your email</source>
1432 <target>Váš e-mail</target>
1433 <context-group name="null">
1434 <context context-type="linenumber">20</context>
1435 </context-group>
1436 </trans-unit>
1437 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
1438 <source>Your message</source>
1439 <target>Vaše zpráva</target>
1440 <context-group name="null">
1441 <context context-type="linenumber">29</context>
1442 </context-group>
1443 </trans-unit>
1444 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1445 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1446 <target>O instanci <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
1447 <context-group name="null">
1448 <context context-type="linenumber">4</context>
1449 </context-group>
1450 </trans-unit>
1451 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1452 <source>Contact administrator</source>
1453 <target>Kontaktovat administrátora</target>
1454 <context-group name="null">
1455 <context context-type="linenumber">6</context>
987 </context-group> 1456 </context-group>
988 </trans-unit> 1457 </trans-unit>
989 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 1458 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
@@ -1000,19 +1469,12 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1000 <context context-type="linenumber">39</context> 1469 <context context-type="linenumber">39</context>
1001 </context-group> 1470 </context-group>
1002 </trans-unit> 1471 </trans-unit>
1003 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1004 <source>User registration is allowed and</source>
1005 <target>Registrace uživatelů je povolena a</target>
1006 <context-group name="null">
1007 <context context-type="linenumber">29</context>
1008 </context-group>
1009 </trans-unit>
1010 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1472 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1011 <source> 1473 <source>
1012 About PeerTube 1474 About PeerTube
1013</source> 1475</source>
1014 <target> 1476 <target>
1015 O PeerTube 1477 O PeerTubu
1016</target> 1478</target>
1017 <context-group name="null"> 1479 <context-group name="null">
1018 <context context-type="linenumber">1</context> 1480 <context context-type="linenumber">1</context>
@@ -1020,7 +1482,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1020 </trans-unit> 1482 </trans-unit>
1021 <trans-unit id="bd29138e1e17572596ce8f2fe61bcea6ac5fb0bf"> 1483 <trans-unit id="bd29138e1e17572596ce8f2fe61bcea6ac5fb0bf">
1022 <source>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</source> 1484 <source>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</source>
1023 <target>PeerTube je federovaná (ActivityPub) platforma pro video streaming používající P2P (WebTorrent) přímo v prohlížeÄi uživatele.</target> 1485 <target>PeerTube je federovaná (ActivityPub) platforma pro streamování videí používající P2P (WebTorrent) přímo ve webovém prohlížeÄi.</target>
1024 <context-group name="null"> 1486 <context-group name="null">
1025 <context context-type="linenumber">6</context> 1487 <context context-type="linenumber">6</context>
1026 </context-group> 1488 </context-group>
@@ -1030,7 +1492,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1030 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1492 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1031 </source> 1493 </source>
1032 <target> 1494 <target>
1033 Jde o svobodný software zveřejněný pod <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licencí<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1495 Jde o svobodný a otevřený software zveřejněný pod <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>licencí AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1034 </target> 1496 </target>
1035 <context-group name="null"> 1497 <context-group name="null">
1036 <context context-type="linenumber">8</context> 1498 <context context-type="linenumber">8</context>
@@ -1041,7 +1503,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1041 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1503 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1042 </source> 1504 </source>
1043 <target> 1505 <target>
1044 Pro více informací navštivte <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1506 Pro více informací prosím navštivte <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1045 </target> 1507 </target>
1046 <context-group name="null"> 1508 <context-group name="null">
1047 <context context-type="linenumber">12</context> 1509 <context context-type="linenumber">12</context>
@@ -1061,7 +1523,8 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1061 </source> 1523 </source>
1062 <target> 1524 <target>
1063 PeerTube používá protokol BitTorrent pro sdílení přenosu mezi uživateli. 1525 PeerTube používá protokol BitTorrent pro sdílení přenosu mezi uživateli.
1064 To znamená, že vaše IP adresa je uložena v trackeru BitTorrent této instance po dobu stahování nebo sledování videa.</target> 1526 To znamená, že vaše IP adresa je uložena v trackeru BitTorrent této instance po dobu stahování nebo sledování videa.
1527 </target>
1065 <context-group name="null"> 1528 <context-group name="null">
1066 <context context-type="linenumber">20</context> 1529 <context context-type="linenumber">20</context>
1067 </context-group> 1530 </context-group>
@@ -1079,8 +1542,9 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1079 In practice, this is much more difficult because: 1542 In practice, this is much more difficult because:
1080 </source> 1543 </source>
1081 <target> 1544 <target>
1082 Teoreticky, nÄ›kdo s dostateÄným technickým vzdÄ›lání může vytvoÅ™it skript sledující, jaká IP adresa stahuje které video. 1545 Teoreticky může nÄ›kdo s dostateÄným technickým vzdÄ›lání vytvoÅ™it skript sledující, jaká IP adresa stahuje které video.
1083 V praxi to však není tak jednoduché, protože:</target> 1546 V praxi to však není tak jednoduché, protože:
1547 </target>
1084 <context-group name="null"> 1548 <context-group name="null">
1085 <context context-type="linenumber">27</context> 1549 <context context-type="linenumber">27</context>
1086 </context-group> 1550 </context-group>
@@ -1091,8 +1555,9 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1091 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 1555 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
1092 </source> 1556 </source>
1093 <target> 1557 <target>
1094 na každý tracker musí být zaslán HTTP požadavek za každé špehované video. 1558 Na každý tracker musí být zaslán HTTP požadavek za každé špehované video.
1095 Pokud bychom chtěli špehovat všechna videa na PeerTube, museli bychom poslat tolik požadavků, kolik je na PeerTube videí (tedy potenciálně hodně)</target> 1559 Pokud bychom chtěli špehovat všechna videa na PeerTube, museli bychom poslat tolik požadavků, kolik je na PeerTubu videí (tedy potenciálně hodně)
1560 </target>
1096 <context-group name="null"> 1561 <context-group name="null">
1097 <context context-type="linenumber">33</context> 1562 <context context-type="linenumber">33</context>
1098 </context-group> 1563 </context-group>
@@ -1103,8 +1568,9 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1103 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm 1568 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm
1104 </source> 1569 </source>
1105 <target> 1570 <target>
1106 Pro každý odeslaný požadavek vrátí tracker limitovaný poÄet náhodných peerů. 1571 Pro každý odeslaný požadavek vrátí tracker omezený poÄet náhodných peerů.
1107 Například, pokud je zde 1000 peerů ve skupině a tracker pošle pouze 20 peerů pro každý požadavek, muselo být odesláno alespoň 50 požadavků na získání všech peerů ve skupině</target> 1572 Pokud je například celkem 1000 peerů a tracker pošle pouze 20 peerů pro každý požadavek, muselo by být pro objevení všech peerů odesláno alespoň 50 požadavků
1573 </target>
1108 <context-group name="null"> 1574 <context-group name="null">
1109 <context context-type="linenumber">38</context> 1575 <context context-type="linenumber">38</context>
1110 </context-group> 1576 </context-group>
@@ -1114,7 +1580,8 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1114 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour 1580 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
1115 </source> 1581 </source>
1116 <target> 1582 <target>
1117 Pro zjiÅ¡tÄ›ní, kdo zaÄíná nebo konÄí sledování videa, musí být tyto požadavky odesílány pravidelnÄ›. Takové chování je jednoduÅ¡e detekováno</target> 1583 Pro zjiÅ¡tÄ›ní, kdo zaÄíná nebo konÄí sledování videa, musí být tyto požadavky odesílány pravidelnÄ›. Je jednoduché detekovat takové chování
1584 </target>
1118 <context-group name="null"> 1585 <context-group name="null">
1119 <context context-type="linenumber">43</context> 1586 <context context-type="linenumber">43</context>
1120 </context-group> 1587 </context-group>
@@ -1124,7 +1591,8 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1124 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video 1591 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video
1125 </source> 1592 </source>
1126 <target> 1593 <target>
1127 Pokud je IP adresa uložena v trackeru, neznamená to, že osoba za IP adresou (pokud nějaká existuje) opravdu zhlédla dané video</target> 1594 Pokud je IP adresa uložena v trackeru, neznamená to, že osoba za IP adresou (pokud nějaká existuje) opravdu zhlédla dané video
1595 </target>
1128 <context-group name="null"> 1596 <context-group name="null">
1129 <context context-type="linenumber">47</context> 1597 <context context-type="linenumber">47</context>
1130 </context-group> 1598 </context-group>
@@ -1134,7 +1602,8 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1134 The IP address is a vague information : usually, it regularly changes and can represent many persons or entities 1602 The IP address is a vague information : usually, it regularly changes and can represent many persons or entities
1135 </source> 1603 </source>
1136 <target> 1604 <target>
1137 IP adresa je nedostateÄná informace : obyÄejnÄ› se pravidelnÄ› mÄ›ní a může za ní tak vystupovat více osob nebo entit</target> 1605 IP adresa je nedostateÄná informace : obyÄejnÄ› se pravidelnÄ› mÄ›ní a může za ní tak vystupovat více osob nebo entit
1606 </target>
1138 <context-group name="null"> 1607 <context-group name="null">
1139 <context context-type="linenumber">51</context> 1608 <context context-type="linenumber">51</context>
1140 </context-group> 1609 </context-group>
@@ -1169,7 +1638,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1169 </trans-unit> 1638 </trans-unit>
1170 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf"> 1639 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf">
1171 <source>How does PeerTube compare with YouTube?</source> 1640 <source>How does PeerTube compare with YouTube?</source>
1172 <target>Jaký je PeerTube v porovnání s YouTube?</target> 1641 <target>Jaký je PeerTube v porovnání s YouTubem?</target>
1173 <context-group name="null"> 1642 <context-group name="null">
1174 <context context-type="linenumber">67</context> 1643 <context context-type="linenumber">67</context>
1175 </context-group> 1644 </context-group>
@@ -1213,7 +1682,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1213 </trans-unit> 1682 </trans-unit>
1214 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41"> 1683 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41">
1215 <source>What will be done to mitigate this problem?</source> 1684 <source>What will be done to mitigate this problem?</source>
1216 <target>Co budete dělat pro zmírnění tohoto problému?</target> 1685 <target>Co můžete udělat pro zmírnění tohoto problému?</target>
1217 <context-group name="null"> 1686 <context-group name="null">
1218 <context context-type="linenumber">83</context> 1687 <context context-type="linenumber">83</context>
1219 </context-group> 1688 </context-group>
@@ -1261,7 +1730,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1261 </trans-unit> 1730 </trans-unit>
1262 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6"> 1731 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6">
1263 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source> 1732 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source>
1264 <target>Automatické rozpoznávání redundantních videií: nelze poznat, zda byly nahrány zámÄ›rnÄ› ÄlovÄ›kem nebo Å¡lo o automatizovaný útok</target> 1733 <target>Automatické rozpoznávání redundantních videí: nelze poznat, zda IP adresa stáhla video zámÄ›rnÄ›, nebo zda Å¡lo o automatizovaný program</target>
1265 <context-group name="null"> 1734 <context-group name="null">
1266 <context context-type="linenumber">95</context> 1735 <context context-type="linenumber">95</context>
1267 </context-group> 1736 </context-group>
@@ -1273,6 +1742,34 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1273 <context context-type="linenumber">12</context> 1742 <context context-type="linenumber">12</context>
1274 </context-group> 1743 </context-group>
1275 </trans-unit> 1744 </trans-unit>
1745 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809">
1746 <source>Muted</source>
1747 <target>Skryt</target>
1748 <context-group name="null">
1749 <context context-type="linenumber">13</context>
1750 </context-group>
1751 </trans-unit>
1752 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89">
1753 <source>Muted by your instance</source>
1754 <target>Skryt vaší instancí</target>
1755 <context-group name="null">
1756 <context context-type="linenumber">14</context>
1757 </context-group>
1758 </trans-unit>
1759 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a">
1760 <source>Instance muted</source>
1761 <target>Instance skryta</target>
1762 <context-group name="null">
1763 <context context-type="linenumber">15</context>
1764 </context-group>
1765 </trans-unit>
1766 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1">
1767 <source>Instance muted by your instance</source>
1768 <target>Instance skryta vaší instancí</target>
1769 <context-group name="null">
1770 <context context-type="linenumber">16</context>
1771 </context-group>
1772 </trans-unit>
1276 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578"> 1773 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
1277 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source> 1774 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
1278 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> odběratelů</target> 1775 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> odběratelů</target>
@@ -1296,7 +1793,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1296 </trans-unit> 1793 </trans-unit>
1297 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 1794 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
1298 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 1795 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
1299 <target>Registrován od <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 1796 <target>Registrován/a od <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
1300 <context-group name="null"> 1797 <context-group name="null">
1301 <context context-type="linenumber">10</context> 1798 <context context-type="linenumber">10</context>
1302 </context-group> 1799 </context-group>
@@ -1310,7 +1807,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1310 </trans-unit> 1807 </trans-unit>
1311 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f"> 1808 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f">
1312 <source>See this video channel</source> 1809 <source>See this video channel</source>
1313 <target>Zobrazit tento video kanál</target> 1810 <target>Zobrazit tento videokanál</target>
1314 <context-group name="null"> 1811 <context-group name="null">
1315 <context context-type="linenumber">4</context> 1812 <context context-type="linenumber">4</context>
1316 </context-group> 1813 </context-group>
@@ -1329,46 +1826,62 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1329 <context context-type="linenumber">21</context> 1826 <context context-type="linenumber">21</context>
1330 </context-group> 1827 </context-group>
1331 </trans-unit> 1828 </trans-unit>
1829 <trans-unit id="8ae5153c547e445a293ee6ef9adfbf4107aa0772">
1830 <source>Dedicated to sensitive or NSFW content</source>
1831 <target>Věnováno citlivému obsahu</target>
1832 <context-group name="null">
1833 <context context-type="linenumber">50</context>
1834 </context-group>
1835 </trans-unit>
1836 <trans-unit id="c9a1f510f6a1365c5bc5615661f8505792889347">
1837 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.&lt;br /&gt;&lt;br /&gt;
1838 Moreover, the NSFW checkbox on video upload will be automatically checked by default.</source>
1839 <target>Povolením této možnosti dovolí jiným administrátorům, aby věděli, že federujete hlavně citlivý obsah.&lt;br /&gt;&lt;br /&gt;
1840 Zaškrtávací pole pro citlivý obsah při nahrání videa bude navíc ve výchozím stav automaticky zaškrtnuto.</target>
1841 <context-group name="null">
1842 <context context-type="linenumber">51</context>
1843 </context-group>
1844 </trans-unit>
1332 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003"> 1845 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
1333 <source>Default client route</source> 1846 <source>Default client route</source>
1334 <target>Výchozí hlav­ stránka</target> 1847 <target>Výchozí klientská cesta</target>
1335 <context-group name="null"> 1848 <context-group name="null">
1336 <context context-type="linenumber">48</context> 1849 <context context-type="linenumber">57</context>
1337 </context-group> 1850 </context-group>
1338 </trans-unit> 1851 </trans-unit>
1339 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1852 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1340 <source>Videos Overview</source> 1853 <source>Videos Overview</source>
1341 <target>Přehled videí</target> 1854 <target>Přehled videí</target>
1342 <context-group name="null"> 1855 <context-group name="null">
1343 <context context-type="linenumber">51</context> 1856 <context context-type="linenumber">60</context>
1344 </context-group> 1857 </context-group>
1345 </trans-unit> 1858 </trans-unit>
1346 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1859 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1347 <source>Videos Trending</source> 1860 <source>Videos Trending</source>
1348 <target>Trendy</target> 1861 <target>Trendy</target>
1349 <context-group name="null"> 1862 <context-group name="null">
1350 <context context-type="linenumber">52</context> 1863 <context context-type="linenumber">61</context>
1351 </context-group> 1864 </context-group>
1352 </trans-unit> 1865 </trans-unit>
1353 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1866 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1354 <source>Videos Recently Added</source> 1867 <source>Videos Recently Added</source>
1355 <target>Naposledy přidaná videa</target> 1868 <target>Naposledy přidaná videa</target>
1356 <context-group name="null"> 1869 <context-group name="null">
1357 <context context-type="linenumber">53</context> 1870 <context context-type="linenumber">62</context>
1358 </context-group> 1871 </context-group>
1359 </trans-unit> 1872 </trans-unit>
1360 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1873 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1361 <source>Local videos</source> 1874 <source>Local videos</source>
1362 <target>Místní videa</target> 1875 <target>Místní videa</target>
1363 <context-group name="null"> 1876 <context-group name="null">
1364 <context context-type="linenumber">54</context> 1877 <context context-type="linenumber">63</context>
1365 </context-group> 1878 </context-group>
1366 </trans-unit> 1879 </trans-unit>
1367 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1880 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1368 <source>Policy on videos containing sensitive content</source> 1881 <source>Policy on videos containing sensitive content</source>
1369 <target>Pravidla pro videa obsahující citlivý obsah</target> 1882 <target>Pravidla pro videa obsahující citlivý obsah</target>
1370 <context-group name="null"> 1883 <context-group name="null">
1371 <context context-type="linenumber">61</context> 1884 <context context-type="linenumber">70</context>
1372 </context-group> 1885 </context-group>
1373 </trans-unit> 1886 </trans-unit>
1374 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1887 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1403,35 +1916,35 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1403 <source>Signup enabled</source> 1916 <source>Signup enabled</source>
1404 <target>Povolit registrace</target> 1917 <target>Povolit registrace</target>
1405 <context-group name="null"> 1918 <context-group name="null">
1406 <context context-type="linenumber">84</context> 1919 <context context-type="linenumber">94</context>
1407 </context-group> 1920 </context-group>
1408 </trans-unit> 1921 </trans-unit>
1409 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1922 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1410 <source>Signup requires email verification</source> 1923 <source>Signup requires email verification</source>
1411 <target>Registrace vyžaduje ověření e-mailem.</target> 1924 <target>Registrace vyžaduje ověření e-mailem.</target>
1412 <context-group name="null"> 1925 <context-group name="null">
1413 <context context-type="linenumber">91</context> 1926 <context context-type="linenumber">101</context>
1414 </context-group> 1927 </context-group>
1415 </trans-unit> 1928 </trans-unit>
1416 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1929 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1417 <source>Signup limit</source> 1930 <source>Signup limit</source>
1418 <target>Limit registrací</target> 1931 <target>Limit registrací</target>
1419 <context-group name="null"> 1932 <context-group name="null">
1420 <context context-type="linenumber">96</context> 1933 <context context-type="linenumber">106</context>
1421 </context-group> 1934 </context-group>
1422 </trans-unit> 1935 </trans-unit>
1423 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1936 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1424 <source>Users</source> 1937 <source>Users</source>
1425 <target>Uživatelé</target> 1938 <target>Uživatelé</target>
1426 <context-group name="null"> 1939 <context-group name="null">
1427 <context context-type="linenumber">105</context> 1940 <context context-type="linenumber">116</context>
1428 </context-group> 1941 </context-group>
1429 </trans-unit> 1942 </trans-unit>
1430 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1943 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1431 <source>User default video quota</source> 1944 <source>User default video quota</source>
1432 <target>Výchozí limit na uživatele</target> 1945 <target>Výchozí limit na uživatele</target>
1433 <context-group name="null"> 1946 <context-group name="null">
1434 <context context-type="linenumber">109</context> 1947 <context context-type="linenumber">120</context>
1435 </context-group> 1948 </context-group>
1436 </trans-unit> 1949 </trans-unit>
1437 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1950 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1445,21 +1958,28 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1445 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1958 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1446 <target>Import videa pomocí URL HTTP (např. YouTube) povolen</target> 1959 <target>Import videa pomocí URL HTTP (např. YouTube) povolen</target>
1447 <context-group name="null"> 1960 <context-group name="null">
1448 <context context-type="linenumber">141</context> 1961 <context context-type="linenumber">153</context>
1962 </context-group>
1963 </trans-unit>
1964 <trans-unit id="51ee3dafebdb4c05d300b18bb4a997c10b1d7891">
1965 <source>Auto-blacklist</source>
1966 <target>Automaticky pÅ™idávat na Äernou listinu</target>
1967 <context-group name="null">
1968 <context context-type="linenumber">168</context>
1449 </context-group> 1969 </context-group>
1450 </trans-unit> 1970 </trans-unit>
1451 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1971 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1452 <source>Administrator</source> 1972 <source>Administrator</source>
1453 <target>Administrátor</target> 1973 <target>Administrátor</target>
1454 <context-group name="null"> 1974 <context-group name="null">
1455 <context context-type="linenumber">155</context> 1975 <context context-type="linenumber">208</context>
1456 </context-group> 1976 </context-group>
1457 </trans-unit> 1977 </trans-unit>
1458 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1978 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1459 <source>Admin email</source> 1979 <source>Admin email</source>
1460 <target>E-mail administrátora</target> 1980 <target>E-mail administrátora</target>
1461 <context-group name="null"> 1981 <context-group name="null">
1462 <context context-type="linenumber">158</context> 1982 <context context-type="linenumber">211</context>
1463 </context-group> 1983 </context-group>
1464 </trans-unit> 1984 </trans-unit>
1465 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1985 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1473,70 +1993,95 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1473 <source>Twitter</source> 1993 <source>Twitter</source>
1474 <target>Twitter</target> 1994 <target>Twitter</target>
1475 <context-group name="null"> 1995 <context-group name="null">
1476 <context context-type="linenumber">178</context> 1996 <context context-type="linenumber">231</context>
1477 </context-group> 1997 </context-group>
1478 </trans-unit> 1998 </trans-unit>
1479 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1999 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1480 <source>Your Twitter username</source> 2000 <source>Your Twitter username</source>
1481 <target>Váš úÄet na Twitteru</target> 2001 <target>Váš úÄet na Twitteru</target>
1482 <context-group name="null"> 2002 <context-group name="null">
1483 <context context-type="linenumber">184</context> 2003 <context context-type="linenumber">237</context>
1484 </context-group> 2004 </context-group>
1485 </trans-unit> 2005 </trans-unit>
1486 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 2006 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1487 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 2007 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1488 <target>UveÄte Twitter úÄet stránky nebo služby, na které byl obsah publikován.</target> 2008 <target>Ukazuje na Twitterový úÄet stránky nebo služby, na které byl obsah publikován.</target>
1489 <context-group name="null"> 2009 <context-group name="null">
1490 <context context-type="linenumber">187</context> 2010 <context context-type="linenumber">240</context>
1491 </context-group> 2011 </context-group>
1492 </trans-unit> 2012 </trans-unit>
1493 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 2013 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1494 <source>Instance whitelisted by Twitter</source> 2014 <source>Instance whitelisted by Twitter</source>
1495 <target>Twitter povolil tuto instanci</target> 2015 <target>Twitter povolil tuto instanci</target>
1496 <context-group name="null"> 2016 <context-group name="null">
1497 <context context-type="linenumber">199</context> 2017 <context context-type="linenumber">252</context>
2018 </context-group>
2019 </trans-unit>
2020 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
2021 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
2022 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
2023 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
2024 <target>Je-li vaÅ¡e instance povolena Twitterem, bude v Twitterovém proudu u sdílení videa na PeerTubu vložen videopÅ™ehrávaÄ.&lt;br /&gt;
2025 Není-li vaše instance povolena, použijeme klikatelnou kartu s obrázkem, která pošle lidi na vaši instanci PeerTubu.&lt;br /&gt;&lt;br /&gt;
2026 Zaškrtněte tuto možnost, uložte nastavení a vyzkoušejte na &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; adresu videa na vaší instanci PeerTubu (https://priklad.cz/videos/watch/blabla) a zjistěte, jestli je vaše instance povolena.</target>
2027 <context-group name="null">
2028 <context context-type="linenumber">253</context>
1498 </context-group> 2029 </context-group>
1499 </trans-unit> 2030 </trans-unit>
1500 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 2031 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1501 <source>Services</source> 2032 <source>Services</source>
1502 <target>Služby</target> 2033 <target>Služby</target>
1503 <context-group name="null"> 2034 <context-group name="null">
1504 <context context-type="linenumber">176</context> 2035 <context context-type="linenumber">229</context>
1505 </context-group> 2036 </context-group>
1506 </trans-unit> 2037 </trans-unit>
1507 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 2038 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1508 <source>Transcoding</source> 2039 <source>Transcoding</source>
1509 <target>Překódování</target> 2040 <target>Překódování</target>
1510 <context-group name="null"> 2041 <context-group name="null">
1511 <context context-type="linenumber">215</context> 2042 <context context-type="linenumber">268</context>
1512 </context-group> 2043 </context-group>
1513 </trans-unit> 2044 </trans-unit>
1514 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 2045 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1515 <source>Transcoding enabled</source> 2046 <source>Transcoding enabled</source>
1516 <target>Překódování povoleno</target> 2047 <target>Překódování povoleno</target>
1517 <context-group name="null"> 2048 <context-group name="null">
1518 <context context-type="linenumber">221</context> 2049 <context context-type="linenumber">274</context>
1519 </context-group> 2050 </context-group>
1520 </trans-unit> 2051 </trans-unit>
1521 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 2052 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1522 <source>If you disable transcoding, many videos from your users will not work!</source> 2053 <source>If you disable transcoding, many videos from your users will not work!</source>
1523 <target>Pokud zakážete překódování, mnoho videí od vašich uživatelů nebude fungovat!</target> 2054 <target>Pokud zakážete překódování, mnoho videí od vašich uživatelů nebude fungovat!</target>
1524 <context-group name="null"> 2055 <context-group name="null">
1525 <context context-type="linenumber">222</context> 2056 <context context-type="linenumber">275</context>
2057 </context-group>
2058 </trans-unit>
2059 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
2060 <source>Allow additional extensions</source>
2061 <target>Povolit dodateÄné přípony</target>
2062 <context-group name="null">
2063 <context context-type="linenumber">284</context>
2064 </context-group>
2065 </trans-unit>
2066 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
2067 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
2068 <target>Dovolit uživatelů nahrávat videa .mkv, .mov, .avi, .flv</target>
2069 <context-group name="null">
2070 <context context-type="linenumber">285</context>
1526 </context-group> 2071 </context-group>
1527 </trans-unit> 2072 </trans-unit>
1528 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 2073 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1529 <source>Transcoding threads</source> 2074 <source>Transcoding threads</source>
1530 <target>Vlákna na překódování</target> 2075 <target>Vlákna na překódování</target>
1531 <context-group name="null"> 2076 <context-group name="null">
1532 <context context-type="linenumber">237</context> 2077 <context context-type="linenumber">290</context>
1533 </context-group> 2078 </context-group>
1534 </trans-unit> 2079 </trans-unit>
1535 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 2080 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1536 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 2081 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1537 <target>Rozlišení <x id="INTERPOLATION" equiv-text="{{resolution}}"/> povoleno</target> 2082 <target>Rozlišení <x id="INTERPOLATION" equiv-text="{{resolution}}"/> povoleno</target>
1538 <context-group name="null"> 2083 <context-group name="null">
1539 <context context-type="linenumber">252</context> 2084 <context context-type="linenumber">305</context>
1540 </context-group> 2085 </context-group>
1541 </trans-unit> 2086 </trans-unit>
1542 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 2087 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1551,56 +2096,91 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1551 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 2096 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1552 </target> 2097 </target>
1553 <context-group name="null"> 2098 <context-group name="null">
1554 <context context-type="linenumber">260</context> 2099 <context context-type="linenumber">313</context>
1555 </context-group> 2100 </context-group>
1556 </trans-unit> 2101 </trans-unit>
1557 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 2102 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1558 <source>Previews cache size</source> 2103 <source>Previews cache size</source>
1559 <target>Velikost mezipaměti náhledů</target> 2104 <target>Velikost mezipaměti náhledů</target>
1560 <context-group name="null"> 2105 <context-group name="null">
1561 <context context-type="linenumber">271</context> 2106 <context context-type="linenumber">324</context>
1562 </context-group> 2107 </context-group>
1563 </trans-unit> 2108 </trans-unit>
1564 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 2109 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1565 <source>Customizations</source> 2110 <source>Customizations</source>
1566 <target>Přizpůsobení</target> 2111 <target>Přizpůsobení</target>
1567 <context-group name="null"> 2112 <context-group name="null">
1568 <context context-type="linenumber">289</context> 2113 <context context-type="linenumber">342</context>
1569 </context-group> 2114 </context-group>
1570 </trans-unit> 2115 </trans-unit>
1571 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 2116 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1572 <source>JavaScript</source> 2117 <source>JavaScript</source>
1573 <target>JavaScript</target> 2118 <target>JavaScript</target>
1574 <context-group name="null"> 2119 <context-group name="null">
1575 <context context-type="linenumber">294</context> 2120 <context context-type="linenumber">347</context>
1576 </context-group> 2121 </context-group>
1577 </trans-unit> 2122 </trans-unit>
1578 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 2123 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1579 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 2124 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1580 <target>Pište přímo JavaScript kód.&lt;br /&gt;Například: &lt;pre&gt;console.log('moje instance je úžasná');&lt;/pre&gt;</target> 2125 <target>Pište přímo kód JavaScript.&lt;br /&gt;Například: &lt;pre&gt;console.log('moje instance je úžasná');&lt;/pre&gt;</target>
1581 <context-group name="null"> 2126 <context-group name="null">
1582 <context context-type="linenumber">297</context> 2127 <context context-type="linenumber">350</context>
2128 </context-group>
2129 </trans-unit>
2130 <trans-unit id="d90e081933221a99c87e2ad9769afb6be6ff6fc4">
2131 <source>
2132 Write directly CSS code. Example:&lt;br /&gt;&lt;br /&gt;
2133 &lt;pre&gt;
2134 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2135 color: red;
2136 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2137 &lt;/pre&gt;
2138
2139 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:&lt;br /&gt;&lt;br /&gt;
2140 &lt;pre&gt;
2141 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2142 color: red;
2143 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2144 &lt;/pre&gt;
2145 </source>
2146 <target>
2147 Pište přímo CSS kód. Příklad:&lt;br /&gt;&lt;br /&gt;
2148 &lt;pre&gt;
2149 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2150 color: red;
2151 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2152 &lt;/pre&gt;
2153
2154 Pro pÅ™epsání stylů pÅ™idejte na zaÄátek &lt;em&gt;#custom-css&lt;/em&gt;. Příklad:&lt;br /&gt;&lt;br /&gt;
2155 &lt;pre&gt;
2156 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2157 color: red;
2158 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2159 &lt;/pre&gt;
2160 </target>
2161 <context-group name="null">
2162 <context context-type="linenumber">364</context>
1583 </context-group> 2163 </context-group>
1584 </trans-unit> 2164 </trans-unit>
1585 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 2165 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1586 <source>Advanced configuration</source> 2166 <source>Advanced configuration</source>
1587 <target>PokroÄilá nastavení</target> 2167 <target>PokroÄilá nastavení</target>
1588 <context-group name="null"> 2168 <context-group name="null">
1589 <context context-type="linenumber">212</context> 2169 <context context-type="linenumber">265</context>
1590 </context-group> 2170 </context-group>
1591 </trans-unit> 2171 </trans-unit>
1592 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 2172 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1593 <source>Update configuration</source> 2173 <source>Update configuration</source>
1594 <target>Aktualizovat nastavení</target> 2174 <target>Aktualizovat nastavení</target>
1595 <context-group name="null"> 2175 <context-group name="null">
1596 <context context-type="linenumber">340</context> 2176 <context context-type="linenumber">393</context>
1597 </context-group> 2177 </context-group>
1598 </trans-unit> 2178 </trans-unit>
1599 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 2179 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1600 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2180 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1601 <target>Zdá se, že vaše konfigurace není validní. Prosím, vyhledejte potencialní chyby v jiné záložce.</target> 2181 <target>Zdá se, že vaše konfigurace není validní. Prosím, vyhledejte potencialní chyby v jiné záložce.</target>
1602 <context-group name="null"> 2182 <context-group name="null">
1603 <context context-type="linenumber">341</context> 2183 <context context-type="linenumber">394</context>
1604 </context-group> 2184 </context-group>
1605 </trans-unit> 2185 </trans-unit>
1606 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2186 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1630,23 +2210,12 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1630 Moderation 2210 Moderation
1631 </source> 2211 </source>
1632 <target> 2212 <target>
1633 Moderace 2213 Moderování
1634 </target> 2214 </target>
1635 <context-group name="null"> 2215 <context-group name="null">
1636 <context context-type="linenumber">11</context> 2216 <context context-type="linenumber">11</context>
1637 </context-group> 2217 </context-group>
1638 </trans-unit> 2218 </trans-unit>
1639 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368">
1640 <source>
1641 Jobs
1642 </source>
1643 <target>
1644 Úlohy
1645 </target>
1646 <context-group name="null">
1647 <context context-type="linenumber">15</context>
1648 </context-group>
1649 </trans-unit>
1650 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 2219 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1651 <source> 2220 <source>
1652 Configuration 2221 Configuration
@@ -1655,12 +2224,12 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1655 Nastavení 2224 Nastavení
1656 </target> 2225 </target>
1657 <context-group name="null"> 2226 <context-group name="null">
1658 <context context-type="linenumber">19</context> 2227 <context context-type="linenumber">15</context>
1659 </context-group> 2228 </context-group>
1660 </trans-unit> 2229 </trans-unit>
1661 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 2230 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
1662 <source>1 host (without "http://") per line</source> 2231 <source>1 host (without "http://") per line</source>
1663 <target>1 host (bez "http://") na řádek</target> 2232 <target>1 host (bez "http://") na každý řádek</target>
1664 <context-group name="null"> 2233 <context-group name="null">
1665 <context context-type="linenumber">5</context> 2234 <context context-type="linenumber">5</context>
1666 </context-group> 2235 </context-group>
@@ -1670,7 +2239,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1670 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 2239 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
1671 </source> 2240 </source>
1672 <target> 2241 <target>
1673 Zdá se, že nejste na HTTPS serveru. Pokud chcete odebírat jiné servery, váš webserver musí mít aktivováno TLS. 2242 Zdá se, že nejste na HTTPS serveru. Pokud chcete odebírat jiné servery, musí mít váš webový server aktivováno TLS.
1674 </target> 2243 </target>
1675 <context-group name="null"> 2244 <context-group name="null">
1676 <context context-type="linenumber">17</context> 2245 <context context-type="linenumber">17</context>
@@ -1697,11 +2266,39 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1697 <context context-type="linenumber">18</context> 2266 <context context-type="linenumber">18</context>
1698 </context-group> 2267 </context-group>
1699 </trans-unit> 2268 </trans-unit>
2269 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
2270 <source>State</source>
2271 <target>Stav</target>
2272 <context-group name="null">
2273 <context context-type="linenumber">10</context>
2274 </context-group>
2275 </trans-unit>
1700 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25"> 2276 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1701 <source>Score</source> 2277 <source>Score</source>
1702 <target>Skóre</target> 2278 <target>Skóre</target>
1703 <context-group name="null"> 2279 <context-group name="null">
1704 <context context-type="linenumber">17</context> 2280 <context context-type="linenumber">19</context>
2281 </context-group>
2282 </trans-unit>
2283 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2284 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2285 <target>Vytvořeno <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2286 <context-group name="null">
2287 <context context-type="linenumber">11</context>
2288 </context-group>
2289 </trans-unit>
2290 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2291 <source>Accepted</source>
2292 <target>Přijato</target>
2293 <context-group name="null">
2294 <context context-type="linenumber">32</context>
2295 </context-group>
2296 </trans-unit>
2297 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
2298 <source>Pending</source>
2299 <target>Čeká</target>
2300 <context-group name="null">
2301 <context context-type="linenumber">33</context>
1705 </context-group> 2302 </context-group>
1706 </trans-unit> 2303 </trans-unit>
1707 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 2304 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
@@ -1711,18 +2308,11 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1711 <context context-type="linenumber">19</context> 2308 <context context-type="linenumber">19</context>
1712 </context-group> 2309 </context-group>
1713 </trans-unit> 2310 </trans-unit>
1714 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2311 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
1715 <source>State</source> 2312 <source>Redundancy allowed</source>
1716 <target>Stav</target> 2313 <target>Nadbytek povolen</target>
1717 <context-group name="null">
1718 <context context-type="linenumber">10</context>
1719 </context-group>
1720 </trans-unit>
1721 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1722 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1723 <target>Vytvořeno <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
1724 <context-group name="null"> 2314 <context-group name="null">
1725 <context context-type="linenumber">11</context> 2315 <context context-type="linenumber">22</context>
1726 </context-group> 2316 </context-group>
1727 </trans-unit> 2317 </trans-unit>
1728 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479"> 2318 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479">
@@ -1753,20 +2343,6 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1753 <context context-type="linenumber">9</context> 2343 <context context-type="linenumber">9</context>
1754 </context-group> 2344 </context-group>
1755 </trans-unit> 2345 </trans-unit>
1756 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1757 <source>Jobs list</source>
1758 <target>Seznam úloh</target>
1759 <context-group name="null">
1760 <context context-type="linenumber">2</context>
1761 </context-group>
1762 </trans-unit>
1763 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1764 <source>Type</source>
1765 <target>Typ</target>
1766 <context-group name="null">
1767 <context context-type="linenumber">19</context>
1768 </context-group>
1769 </trans-unit>
1770 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 2346 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1771 <source>Create user</source> 2347 <source>Create user</source>
1772 <target>Vytvořit uživatele</target> 2348 <target>Vytvořit uživatele</target>
@@ -1790,7 +2366,7 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1790 </trans-unit> 2366 </trans-unit>
1791 <trans-unit id="bb3542ff8e5defa6d0c773799e5c8fe399605d05"> 2367 <trans-unit id="bb3542ff8e5defa6d0c773799e5c8fe399605d05">
1792 <source>mail@example.com</source> 2368 <source>mail@example.com</source>
1793 <target>mail@example.com</target> 2369 <target>email@priklad.cz</target>
1794 <context-group name="null"> 2370 <context-group name="null">
1795 <context context-type="linenumber">21</context> 2371 <context context-type="linenumber">21</context>
1796 </context-group> 2372 </context-group>
@@ -1808,13 +2384,48 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1808 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2384 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
1809 </source> 2385 </source>
1810 <target> 2386 <target>
1811 PÅ™ekódování je povoleno. Limit videí na tomto úÄtu je <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2387 PÅ™ekódování je povoleno. Limit videí bere v ůvahu pouze <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>původní<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
1812 Nejvíce může tento uživatel použít ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2388 Tento uživatel může nanajvýš použít ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
1813 </target> 2389 </target>
1814 <context-group name="null"> 2390 <context-group name="null">
1815 <context context-type="linenumber">65</context> 2391 <context context-type="linenumber">65</context>
1816 </context-group> 2392 </context-group>
1817 </trans-unit> 2393 </trans-unit>
2394 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2395 <source>Danger Zone</source>
2396 <target>NebezpeÄná zóna</target>
2397 <context-group name="null">
2398 <context context-type="linenumber">93</context>
2399 </context-group>
2400 </trans-unit>
2401 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2402 <source>Ask for new password</source>
2403 <target>Požádat o nové heslo</target>
2404 <context-group name="null">
2405 <context context-type="linenumber">97</context>
2406 </context-group>
2407 </trans-unit>
2408 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2409 <source>Manually set the user password</source>
2410 <target>Manuálně nastavit heslo uživatele</target>
2411 <context-group name="null">
2412 <context context-type="linenumber">101</context>
2413 </context-group>
2414 </trans-unit>
2415 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2416 <source>Show</source>
2417 <target>Zobrazit</target>
2418 <context-group name="null">
2419 <context context-type="linenumber">10</context>
2420 </context-group>
2421 </trans-unit>
2422 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2423 <source>Hide</source>
2424 <target>Skrýt</target>
2425 <context-group name="null">
2426 <context context-type="linenumber">11</context>
2427 </context-group>
2428 </trans-unit>
1818 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2429 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
1819 <source>Users list</source> 2430 <source>Users list</source>
1820 <target>Seznam uživatelů</target> 2431 <target>Seznam uživatelů</target>
@@ -1822,6 +2433,13 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1822 <context context-type="linenumber">2</context> 2433 <context context-type="linenumber">2</context>
1823 </context-group> 2434 </context-group>
1824 </trans-unit> 2435 </trans-unit>
2436 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4">
2437 <source>Batch actions</source>
2438 <target>Souhrnné akce</target>
2439 <context-group name="null">
2440 <context context-type="linenumber">19</context>
2441 </context-group>
2442 </trans-unit>
1825 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 2443 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
1826 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2444 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1827 <target>Uživatelské jméno <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2445 <target>Uživatelské jméno <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -1838,9 +2456,9 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1838 </trans-unit> 2456 </trans-unit>
1839 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c"> 2457 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
1840 <source>Go to the account page</source> 2458 <source>Go to the account page</source>
1841 <target>PÅ™ejít na stránku kanálu</target> 2459 <target>PÅ™ejít na stránku úÄtu</target>
1842 <context-group name="null"> 2460 <context-group name="null">
1843 <context context-type="linenumber">133</context> 2461 <context context-type="linenumber">153</context>
1844 </context-group> 2462 </context-group>
1845 </trans-unit> 2463 </trans-unit>
1846 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 2464 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
@@ -1858,14 +2476,14 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1858 Tento komentář můžete vidět pouze vy nebo ostatní moderátoři. 2476 Tento komentář můžete vidět pouze vy nebo ostatní moderátoři.
1859 </target> 2477 </target>
1860 <context-group name="null"> 2478 <context-group name="null">
1861 <context context-type="linenumber">17</context> 2479 <context context-type="linenumber">18</context>
1862 </context-group> 2480 </context-group>
1863 </trans-unit> 2481 </trans-unit>
1864 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 2482 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
1865 <source>Update this comment</source> 2483 <source>Update this comment</source>
1866 <target>Aktualizovat tento komentář</target> 2484 <target>Aktualizovat tento komentář</target>
1867 <context-group name="null"> 2485 <context-group name="null">
1868 <context context-type="linenumber">25</context> 2486 <context context-type="linenumber">26</context>
1869 </context-group> 2487 </context-group>
1870 </trans-unit> 2488 </trans-unit>
1871 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 2489 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -1910,11 +2528,53 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1910 <context context-type="linenumber">53</context> 2528 <context context-type="linenumber">53</context>
1911 </context-group> 2529 </context-group>
1912 </trans-unit> 2530 </trans-unit>
1913 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1"> 2531 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
1914 <source>Blacklisted videos</source> 2532 <source>Unblacklist</source>
1915 <target>Videa na Äerné listinÄ›</target> 2533 <target>Odebrat z Äerné listiny</target>
2534 <context-group name="null">
2535 <context context-type="linenumber">16</context>
2536 </context-group>
2537 </trans-unit>
2538 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2539 <source>Muted accounts</source>
2540 <target>Skryté úÄty</target>
1916 <context-group name="null"> 2541 <context-group name="null">
1917 <context context-type="linenumber">7</context> 2542 <context context-type="linenumber">2</context>
2543 </context-group>
2544 </trans-unit>
2545 <trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2">
2546 <source>Muted servers</source>
2547 <target>Skryté servery</target>
2548 <context-group name="null">
2549 <context context-type="linenumber">13</context>
2550 </context-group>
2551 </trans-unit>
2552 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2553 <source>Jobs list</source>
2554 <target>Seznam úloh</target>
2555 <context-group name="null">
2556 <context context-type="linenumber">2</context>
2557 </context-group>
2558 </trans-unit>
2559 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2560 <source>Type</source>
2561 <target>Typ</target>
2562 <context-group name="null">
2563 <context context-type="linenumber">19</context>
2564 </context-group>
2565 </trans-unit>
2566 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2567 <source>Processed on</source>
2568 <target>Zpracováno</target>
2569 <context-group name="null">
2570 <context context-type="linenumber">22</context>
2571 </context-group>
2572 </trans-unit>
2573 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2574 <source>Finished on</source>
2575 <target>DokonÄeno</target>
2576 <context-group name="null">
2577 <context context-type="linenumber">23</context>
1918 </context-group> 2578 </context-group>
1919 </trans-unit> 2579 </trans-unit>
1920 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 2580 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
@@ -1938,31 +2598,6 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1938 <context context-type="linenumber">16</context> 2598 <context context-type="linenumber">16</context>
1939 </context-group> 2599 </context-group>
1940 </trans-unit> 2600 </trans-unit>
1941 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79">
1942 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
1943 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> zhlédnutí</target>
1944 <context-group name="null">
1945 <context context-type="linenumber">19</context>
1946 </context-group>
1947 </trans-unit>
1948 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
1949 <source>
1950 Cancel
1951 </source>
1952 <target>
1953 Zrušit
1954 </target>
1955 <context-group name="null">
1956 <context context-type="linenumber">30</context>
1957 </context-group>
1958 </trans-unit>
1959 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
1960 <source>Create another video channel</source>
1961 <target>Vytvořit další video kanál</target>
1962 <context-group name="null">
1963 <context context-type="linenumber">4</context>
1964 </context-group>
1965 </trans-unit>
1966 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2601 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
1967 <source>Go to the channel</source> 2602 <source>Go to the channel</source>
1968 <target>Přejít na video kanál</target> 2603 <target>Přejít na video kanál</target>
@@ -1977,18 +2612,11 @@ Blokovaný uživatel se už nebude moci přihlásit.</target>
1977 <context context-type="linenumber">6</context> 2612 <context context-type="linenumber">6</context>
1978 </context-group> 2613 </context-group>
1979 </trans-unit> 2614 </trans-unit>
1980 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
1981 <source>Display name</source>
1982 <target>Zobrazované jméno</target>
1983 <context-group name="null">
1984 <context context-type="linenumber">6</context>
1985 </context-group>
1986 </trans-unit>
1987 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2615 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
1988 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2616 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
1989When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2617When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
1990 <target>Krátký text, kterým sdÄ›líte lidem, jak mohou podporovat tento kanál (Älenství...).&lt;br /&gt;&lt;br /&gt; 2618 <target>Krátký text, kterým sdÄ›líte lidem, jak mohou podpoÅ™it váš kanál (Älenství...).&lt;br /&gt;&lt;br /&gt;
1991 Když nahrajete video na tento kanál, text bude přiložen.</target> 2619Když nahrajete video na tento kanál, bude pole na podporu videa automaticky vyplněno tímto textem.</target>
1992 <context-group name="null"> 2620 <context-group name="null">
1993 <context context-type="linenumber">52</context> 2621 <context context-type="linenumber">52</context>
1994 </context-group> 2622 </context-group>
@@ -2007,6 +2635,41 @@ When you will upload a video in this channel, the video support field will be au
2007 <context context-type="linenumber">16</context> 2635 <context context-type="linenumber">16</context>
2008 </context-group> 2636 </context-group>
2009 </trans-unit> 2637 </trans-unit>
2638 <trans-unit id="be746a6e47e3388c7cf793aef8d7b44b86cc94f2">
2639 <source>Create a new playlist</source>
2640 <target>Vytvořit nový seznam</target>
2641 <context-group name="null">
2642 <context context-type="linenumber">1</context>
2643 </context-group>
2644 </trans-unit>
2645 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2646 <source>Privacy</source>
2647 <target>Soukromí</target>
2648 <context-group name="null">
2649 <context context-type="linenumber">179</context>
2650 </context-group>
2651 </trans-unit>
2652 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2653 <source>Channel</source>
2654 <target>Kanál</target>
2655 <context-group name="null">
2656 <context context-type="linenumber">39</context>
2657 </context-group>
2658 </trans-unit>
2659 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2660 <source>Upload thumbnail</source>
2661 <target>Nahrát miniaturu</target>
2662 <context-group name="null">
2663 <context context-type="linenumber">192</context>
2664 </context-group>
2665 </trans-unit>
2666 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861">
2667 <source>No videos in this playlist.</source>
2668 <target>Žádná videa v tomto seznamu.</target>
2669 <context-group name="null">
2670 <context context-type="linenumber">11</context>
2671 </context-group>
2672 </trans-unit>
2010 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2673 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2011 <source>Change password</source> 2674 <source>Change password</source>
2012 <target>Změnit heslo</target> 2675 <target>Změnit heslo</target>
@@ -2042,13 +2705,6 @@ When you will upload a video in this channel, the video support field will be au
2042 <context context-type="linenumber">28</context> 2705 <context context-type="linenumber">28</context>
2043 </context-group> 2706 </context-group>
2044 </trans-unit> 2707 </trans-unit>
2045 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2046 <source>Save</source>
2047 <target>Uložit</target>
2048 <context-group name="null">
2049 <context context-type="linenumber">32</context>
2050 </context-group>
2051 </trans-unit>
2052 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2708 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2053 <source>Update my profile</source> 2709 <source>Update my profile</source>
2054 <target>Aktualizovat můj profil</target> 2710 <target>Aktualizovat můj profil</target>
@@ -2081,6 +2737,13 @@ When you will upload a video in this channel, the video support field will be au
2081 <context context-type="linenumber">1</context> 2737 <context context-type="linenumber">1</context>
2082 </context-group> 2738 </context-group>
2083 </trans-unit> 2739 </trans-unit>
2740 <trans-unit id="b207b668dc1d056cd7557ffa3b41f1fd0865f93d">
2741 <source>Video playlists</source>
2742 <target>Seznamy videí</target>
2743 <context-group name="null">
2744 <context context-type="linenumber">25</context>
2745 </context-group>
2746 </trans-unit>
2084 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8"> 2747 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
2085 <source>Support this channel</source> 2748 <source>Support this channel</source>
2086 <target>Podpořit tento kanál</target> 2749 <target>Podpořit tento kanál</target>
@@ -2095,32 +2758,36 @@ When you will upload a video in this channel, the video support field will be au
2095 <context context-type="linenumber">17</context> 2758 <context context-type="linenumber">17</context>
2096 </context-group> 2759 </context-group>
2097 </trans-unit> 2760 </trans-unit>
2098 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6"> 2761 <trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e">
2099 <source>URL</source> 2762 <source>
2100 <target>URL</target> 2763 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
2764</source>
2765 <target>
2766 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> seznamů vytvořeno
2767</target>
2101 <context-group name="null"> 2768 <context-group name="null">
2102 <context context-type="linenumber">17</context> 2769 <context context-type="linenumber">1</context>
2103 </context-group> 2770 </context-group>
2104 </trans-unit> 2771 </trans-unit>
2105 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071"> 2772 <trans-unit id="fbbe62dee434f0521e0dfb8e3957d92fc5fcd76f">
2106 <source>Channel</source> 2773 <source>This channel does not have playlists.</source>
2107 <target>Kanál</target> 2774 <target>Tento kanál nemá seznamy.</target>
2108 <context-group name="null"> 2775 <context-group name="null">
2109 <context context-type="linenumber">39</context> 2776 <context context-type="linenumber">5</context>
2110 </context-group> 2777 </context-group>
2111 </trans-unit> 2778 </trans-unit>
2112 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2779 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
2113 <source>Privacy</source> 2780 <source>URL</source>
2114 <target>Soukromí</target> 2781 <target>URL</target>
2115 <context-group name="null"> 2782 <context-group name="null">
2116 <context context-type="linenumber">159</context> 2783 <context context-type="linenumber">25</context>
2117 </context-group> 2784 </context-group>
2118 </trans-unit> 2785 </trans-unit>
2119 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb"> 2786 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
2120 <source>Update</source> 2787 <source>Update</source>
2121 <target>Aktualizovat</target> 2788 <target>Aktualizovat</target>
2122 <context-group name="null"> 2789 <context-group name="null">
2123 <context context-type="linenumber">92</context> 2790 <context context-type="linenumber">17</context>
2124 </context-group> 2791 </context-group>
2125 </trans-unit> 2792 </trans-unit>
2126 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2793 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2144,6 +2811,38 @@ When you will upload a video in this channel, the video support field will be au
2144 <context context-type="linenumber">65</context> 2811 <context context-type="linenumber">65</context>
2145 </context-group> 2812 </context-group>
2146 </trans-unit> 2813 </trans-unit>
2814 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
2815 <source>Add caption</source>
2816 <target>Přidat titulek</target>
2817 <context-group name="null">
2818 <context context-type="linenumber">5</context>
2819 </context-group>
2820 </trans-unit>
2821 <trans-unit id="6bad752cfcac8f3572bdf2c619daec683d56d1a8">
2822 <source>Select the caption file</source>
2823 <target>Vyberte soubor s titulky</target>
2824 <context-group name="null">
2825 <context context-type="linenumber">24</context>
2826 </context-group>
2827 </trans-unit>
2828 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3">
2829 <source>
2830 This will replace an existing caption!
2831 </source>
2832 <target>
2833 Tohle nahradí existující titulek!
2834 </target>
2835 <context-group name="null">
2836 <context context-type="linenumber">29</context>
2837 </context-group>
2838 </trans-unit>
2839 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2840 <source>Add this caption</source>
2841 <target>Přidat tento titulek</target>
2842 <context-group name="null">
2843 <context context-type="linenumber">40</context>
2844 </context-group>
2845 </trans-unit>
2147 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2846 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2148 <source>Title</source> 2847 <source>Title</source>
2149 <target>Nadpis</target> 2848 <target>Nadpis</target>
@@ -2155,7 +2854,7 @@ When you will upload a video in this channel, the video support field will be au
2155 <source>Tags</source> 2854 <source>Tags</source>
2156 <target>Štítky</target> 2855 <target>Štítky</target>
2157 <context-group name="null"> 2856 <context-group name="null">
2158 <context context-type="linenumber">191</context> 2857 <context context-type="linenumber">216</context>
2159 </context-group> 2858 </context-group>
2160 </trans-unit> 2859 </trans-unit>
2161 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 2860 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -2193,18 +2892,11 @@ When you will upload a video in this channel, the video support field will be au
2193 <context context-type="linenumber">120</context> 2892 <context context-type="linenumber">120</context>
2194 </context-group> 2893 </context-group>
2195 </trans-unit> 2894 </trans-unit>
2196 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2197 <source>Enable video comments</source>
2198 <target>Povolit komentáře</target>
2199 <context-group name="null">
2200 <context context-type="linenumber">125</context>
2201 </context-group>
2202 </trans-unit>
2203 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 2895 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
2204 <source>Wait transcoding before publishing the video</source> 2896 <source>Wait transcoding before publishing the video</source>
2205 <target>Čekat na překódování před publikováním videa</target> 2897 <target>Čekat na překódování před publikováním videa</target>
2206 <context-group name="null"> 2898 <context-group name="null">
2207 <context context-type="linenumber">131</context> 2899 <context context-type="linenumber">126</context>
2208 </context-group> 2900 </context-group>
2209 </trans-unit> 2901 </trans-unit>
2210 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 2902 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
@@ -2214,39 +2906,64 @@ When you will upload a video in this channel, the video support field will be au
2214 <context context-type="linenumber">4</context> 2906 <context context-type="linenumber">4</context>
2215 </context-group> 2907 </context-group>
2216 </trans-unit> 2908 </trans-unit>
2217 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513"> 2909 <trans-unit id="92bcfd1d237a2bfe48dc9f46d074ed26abc8df22">
2218 <source>Upload thumbnail</source> 2910 <source>Add another caption</source>
2219 <target>Nahrát miniaturu</target> 2911 <target>Přidat další titulek</target>
2912 <context-group name="null">
2913 <context context-type="linenumber">142</context>
2914 </context-group>
2915 </trans-unit>
2916 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
2917 <source>
2918 No captions for now.
2919 </source>
2920 <target>
2921 Prozatím tu nejsou žádné titulky.
2922 </target>
2220 <context-group name="null"> 2923 <context-group name="null">
2221 <context context-type="linenumber">196</context> 2924 <context context-type="linenumber">178</context>
2925 </context-group>
2926 </trans-unit>
2927 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
2928 <source>Captions</source>
2929 <target>Titulky</target>
2930 <context-group name="null">
2931 <context context-type="linenumber">135</context>
2222 </context-group> 2932 </context-group>
2223 </trans-unit> 2933 </trans-unit>
2224 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 2934 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2225 <source>Upload preview</source> 2935 <source>Upload preview</source>
2226 <target>Nahrát náhled</target> 2936 <target>Nahrát náhled</target>
2227 <context-group name="null"> 2937 <context-group name="null">
2228 <context context-type="linenumber">203</context> 2938 <context context-type="linenumber">199</context>
2229 </context-group> 2939 </context-group>
2230 </trans-unit> 2940 </trans-unit>
2231 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 2941 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
2232 <source>Support</source> 2942 <source>Support</source>
2233 <target>Podpora</target> 2943 <target>Podpora</target>
2234 <context-group name="null"> 2944 <context-group name="null">
2235 <context context-type="linenumber">69</context> 2945 <context context-type="linenumber">103</context>
2236 </context-group> 2946 </context-group>
2237 </trans-unit> 2947 </trans-unit>
2238 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 2948 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
2239 <source>Short text to tell people how they can support you (membership platform...).</source> 2949 <source>Short text to tell people how they can support you (membership platform...).</source>
2240 <target>Krátký text, co Å™ekne lidem, jak vás mohou podpoÅ™it.</target> 2950 <target>Krátký text, kterým sdÄ›líte lidem, jak vás mohou podpoÅ™it (Älenská platforma...).</target>
2951 <context-group name="null">
2952 <context context-type="linenumber">206</context>
2953 </context-group>
2954 </trans-unit>
2955 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2956 <source>Enable video comments</source>
2957 <target>Povolit komentáře</target>
2241 <context-group name="null"> 2958 <context-group name="null">
2242 <context context-type="linenumber">210</context> 2959 <context context-type="linenumber">234</context>
2243 </context-group> 2960 </context-group>
2244 </trans-unit> 2961 </trans-unit>
2245 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 2962 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2246 <source>Advanced settings</source> 2963 <source>Advanced settings</source>
2247 <target>Rozšířená nastavení</target> 2964 <target>Rozšířená nastavení</target>
2248 <context-group name="null"> 2965 <context-group name="null">
2249 <context context-type="linenumber">191</context> 2966 <context context-type="linenumber">186</context>
2250 </context-group> 2967 </context-group>
2251 </trans-unit> 2968 </trans-unit>
2252 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0"> 2969 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
@@ -2260,162 +2977,67 @@ When you will upload a video in this channel, the video support field will be au
2260 <context context-type="linenumber">2</context> 2977 <context context-type="linenumber">2</context>
2261 </context-group> 2978 </context-group>
2262 </trans-unit> 2979 </trans-unit>
2263 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
2264 <source>Download video</source>
2265 <target>Stáhnout video</target>
2266 <context-group name="null">
2267 <context context-type="linenumber">3</context>
2268 </context-group>
2269 </trans-unit>
2270 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
2271 <source>Direct download</source>
2272 <target>Přímý odkaz</target>
2273 <context-group name="null">
2274 <context context-type="linenumber">27</context>
2275 </context-group>
2276 </trans-unit>
2277 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
2278 <source>Download</source>
2279 <target>Stáhnout</target>
2280 <context-group name="null">
2281 <context context-type="linenumber">84</context>
2282 </context-group>
2283 </trans-unit>
2284 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
2285 <source>Report video</source>
2286 <target>Nahlásit video</target>
2287 <context-group name="null">
2288 <context context-type="linenumber">3</context>
2289 </context-group>
2290 </trans-unit>
2291 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 2980 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2292 <source>Share</source> 2981 <source>Share</source>
2293 <target>Sdílet</target> 2982 <target>Sdílet</target>
2294 <context-group name="null"> 2983 <context-group name="null">
2295 <context context-type="linenumber">74</context> 2984 <context context-type="linenumber">108</context>
2296 </context-group> 2985 </context-group>
2297 </trans-unit> 2986 </trans-unit>
2298 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 2987 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2299 <source>Embed</source> 2988 <source>Embed</source>
2300 <target>Vložit do stránky</target> 2989 <target>Vložit do stránky</target>
2301 <context-group name="null"> 2990 <context-group name="null">
2302 <context context-type="linenumber">34</context> 2991 <context context-type="linenumber">42</context>
2303 </context-group>
2304 </trans-unit>
2305 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
2306 <source>
2307 The video is being transcoded, it may not work properly.
2308 </source>
2309 <target>
2310 Probíhá překódování videa, nemusí proto fungovat správně.
2311 </target>
2312 <context-group name="null">
2313 <context context-type="linenumber">15</context>
2314 </context-group> 2992 </context-group>
2315 </trans-unit> 2993 </trans-unit>
2316 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 2994 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
2317 <source>Like this video</source> 2995 <source>Like this video</source>
2318 <target>To se mi líbí</target> 2996 <target>To se mi líbí</target>
2319 <context-group name="null"> 2997 <context-group name="null">
2320 <context context-type="linenumber">57</context> 2998 <context context-type="linenumber">88</context>
2321 </context-group> 2999 </context-group>
2322 </trans-unit> 3000 </trans-unit>
2323 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3001 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
2324 <source>Dislike this video</source> 3002 <source>Dislike this video</source>
2325 <target>To se mi nelíbí</target> 3003 <target>To se mi nelíbí</target>
2326 <context-group name="null"> 3004 <context-group name="null">
2327 <context context-type="linenumber">64</context>
2328 </context-group>
2329 </trans-unit>
2330 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
2331 <source>Download the video</source>
2332 <target>Stáhnout video</target>
2333 <context-group name="null">
2334 <context context-type="linenumber">83</context>
2335 </context-group>
2336 </trans-unit>
2337 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
2338 <source>Report</source>
2339 <target>Nahlásit</target>
2340 <context-group name="null">
2341 <context context-type="linenumber">88</context>
2342 </context-group>
2343 </trans-unit>
2344 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
2345 <source>Report this video</source>
2346 <target>Nahlásit toto video</target>
2347 <context-group name="null">
2348 <context context-type="linenumber">87</context>
2349 </context-group>
2350 </trans-unit>
2351 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
2352 <source>Update this video</source>
2353 <target>Aktualizovat video</target>
2354 <context-group name="null">
2355 <context context-type="linenumber">91</context>
2356 </context-group>
2357 </trans-unit>
2358 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
2359 <source>Blacklist</source>
2360 <target>Černá listina</target>
2361 <context-group name="null">
2362 <context context-type="linenumber">96</context> 3005 <context context-type="linenumber">96</context>
2363 </context-group> 3006 </context-group>
2364 </trans-unit> 3007 </trans-unit>
2365 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
2366 <source>Blacklist this video</source>
2367 <target>PÅ™idat toto video na Äernou listinu</target>
2368 <context-group name="null">
2369 <context context-type="linenumber">95</context>
2370 </context-group>
2371 </trans-unit>
2372 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2373 <source>Unblacklist</source>
2374 <target>Odebrat z Äerné listiny</target>
2375 <context-group name="null">
2376 <context context-type="linenumber">100</context>
2377 </context-group>
2378 </trans-unit>
2379 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
2380 <source>Delete this video</source>
2381 <target>Odstranit video</target>
2382 <context-group name="null">
2383 <context context-type="linenumber">103</context>
2384 </context-group>
2385 </trans-unit>
2386 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3008 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
2387 <source>Go the channel page</source> 3009 <source>Go the channel page</source>
2388 <target>Přejít na stránku kanálu</target> 3010 <target>Přejít na stránku kanálu</target>
2389 <context-group name="null"> 3011 <context-group name="null">
2390 <context context-type="linenumber">123</context> 3012 <context context-type="linenumber">143</context>
2391 </context-group> 3013 </context-group>
2392 </trans-unit> 3014 </trans-unit>
2393 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3015 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
2394 <source>Show more</source> 3016 <source>Show more</source>
2395 <target>Zobrazit více</target> 3017 <target>Zobrazit více</target>
2396 <context-group name="null"> 3018 <context-group name="null">
2397 <context context-type="linenumber">146</context> 3019 <context context-type="linenumber">166</context>
2398 </context-group> 3020 </context-group>
2399 </trans-unit> 3021 </trans-unit>
2400 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3022 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
2401 <source>Show less</source> 3023 <source>Show less</source>
2402 <target>Zobrazit méně</target> 3024 <target>Zobrazit méně</target>
2403 <context-group name="null"> 3025 <context-group name="null">
2404 <context context-type="linenumber">152</context> 3026 <context context-type="linenumber">172</context>
2405 </context-group> 3027 </context-group>
2406 </trans-unit> 3028 </trans-unit>
2407 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3029 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2408 <source>More information</source> 3030 <source>More information</source>
2409 <target>Více informací</target> 3031 <target>Více informací</target>
2410 <context-group name="null"> 3032 <context-group name="null">
2411 <context context-type="linenumber">212</context> 3033 <context context-type="linenumber">236</context>
2412 </context-group> 3034 </context-group>
2413 </trans-unit> 3035 </trans-unit>
2414 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3036 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2415 <source>Get more information</source> 3037 <source>Get more information</source>
2416 <target>Získat více informací</target> 3038 <target>Získat více informací</target>
2417 <context-group name="null"> 3039 <context-group name="null">
2418 <context context-type="linenumber">212</context> 3040 <context context-type="linenumber">236</context>
2419 </context-group> 3041 </context-group>
2420 </trans-unit> 3042 </trans-unit>
2421 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3043 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -2426,7 +3048,7 @@ When you will upload a video in this channel, the video support field will be au
2426 OK 3048 OK
2427 </target> 3049 </target>
2428 <context-group name="null"> 3050 <context-group name="null">
2429 <context context-type="linenumber">215</context> 3051 <context context-type="linenumber">239</context>
2430 </context-group> 3052 </context-group>
2431 </trans-unit> 3053 </trans-unit>
2432 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7"> 3054 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7">
@@ -2459,7 +3081,7 @@ When you will upload a video in this channel, the video support field will be au
2459 Comments are disabled. 3081 Comments are disabled.
2460 </source> 3082 </source>
2461 <target> 3083 <target>
2462 Komentáře k tomuto video nejsou povoleny. 3084 Komentáře nejsou povoleny.
2463 </target> 3085 </target>
2464 <context-group name="null"> 3086 <context-group name="null">
2465 <context context-type="linenumber">63</context> 3087 <context context-type="linenumber">63</context>
@@ -2576,7 +3198,7 @@ When you will upload a video in this channel, the video support field will be au
2576 </trans-unit> 3198 </trans-unit>
2577 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 3199 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
2578 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 3200 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
2579 <target>Opravdu chcete zrušit odběr <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 3201 <target>Opravdu chcete zrušit odběr kanálu <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
2580 <context-group name="null"> 3202 <context-group name="null">
2581 <context context-type="linenumber">1</context> 3203 <context context-type="linenumber">1</context>
2582 </context-group> 3204 </context-group>
@@ -2602,6 +3224,27 @@ When you will upload a video in this channel, the video support field will be au
2602 <context context-type="linenumber">1</context> 3224 <context context-type="linenumber">1</context>
2603 </context-group> 3225 </context-group>
2604 </trans-unit> 3226 </trans-unit>
3227 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
3228 <source>Info</source>
3229 <target>Info</target>
3230 <context-group name="null">
3231 <context context-type="linenumber">1</context>
3232 </context-group>
3233 </trans-unit>
3234 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
3235 <source>Warning</source>
3236 <target>Varování</target>
3237 <context-group name="null">
3238 <context context-type="linenumber">1</context>
3239 </context-group>
3240 </trans-unit>
3241 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
3242 <source>Error</source>
3243 <target>Chyba</target>
3244 <context-group name="null">
3245 <context context-type="linenumber">1</context>
3246 </context-group>
3247 </trans-unit>
2605 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 3248 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
2606 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 3249 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
2607 <target>Uživatel <x id="INTERPOLATION" equiv-text="{{username}}"/> vytvořen.</target> 3250 <target>Uživatel <x id="INTERPOLATION" equiv-text="{{username}}"/> vytvořen.</target>
@@ -2681,28 +3324,49 @@ When you will upload a video in this channel, the video support field will be au
2681 </trans-unit> 3324 </trans-unit>
2682 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645"> 3325 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645">
2683 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source> 3326 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source>
2684 <target>Video kanál <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> vytvořen.</target> 3327 <target>Videokanál <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> vytvořen.</target>
2685 <context-group name="null">
2686 <context context-type="linenumber">1</context>
2687 </context-group>
2688 </trans-unit>
2689 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
2690 <source>Create</source>
2691 <target>Vytvořit</target>
2692 <context-group name="null"> 3328 <context-group name="null">
2693 <context context-type="linenumber">1</context> 3329 <context context-type="linenumber">1</context>
2694 </context-group> 3330 </context-group>
2695 </trans-unit> 3331 </trans-unit>
2696 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 3332 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
2697 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 3333 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
2698 <target>Video kanál <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> aktualizován.</target> 3334 <target>Videokanál <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> aktualizován.</target>
2699 <context-group name="null"> 3335 <context-group name="null">
2700 <context context-type="linenumber">1</context> 3336 <context context-type="linenumber">1</context>
2701 </context-group> 3337 </context-group>
2702 </trans-unit> 3338 </trans-unit>
2703 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2"> 3339 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
2704 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source> 3340 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
2705 <target>Video kanál <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> odstraněn.</target> 3341 <target>Videokanál <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> odstraněn.</target>
3342 <context-group name="null">
3343 <context context-type="linenumber">1</context>
3344 </context-group>
3345 </trans-unit>
3346 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d">
3347 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source>
3348 <target>Seznam <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> vytvořen.</target>
3349 <context-group name="null">
3350 <context context-type="linenumber">1</context>
3351 </context-group>
3352 </trans-unit>
3353 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d">
3354 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source>
3355 <target>Seznam <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> aktualizován.</target>
3356 <context-group name="null">
3357 <context context-type="linenumber">1</context>
3358 </context-group>
3359 </trans-unit>
3360 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783">
3361 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source>
3362 <target>Opravdu chcete smazat seznam <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</target>
3363 <context-group name="null">
3364 <context context-type="linenumber">1</context>
3365 </context-group>
3366 </trans-unit>
3367 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86">
3368 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source>
3369 <target>Seznam <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> smazán.</target>
2706 <context-group name="null"> 3370 <context-group name="null">
2707 <context context-type="linenumber">1</context> 3371 <context context-type="linenumber">1</context>
2708 </context-group> 3372 </context-group>
@@ -2742,37 +3406,37 @@ When you will upload a video in this channel, the video support field will be au
2742 <context context-type="linenumber">1</context> 3406 <context context-type="linenumber">1</context>
2743 </context-group> 3407 </context-group>
2744 </trans-unit> 3408 </trans-unit>
2745 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 3409 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
2746 <source>Published</source> 3410 <source>My channels</source>
2747 <target>Publikováno</target> 3411 <target>Moje kanály</target>
2748 <context-group name="null"> 3412 <context-group name="null">
2749 <context context-type="linenumber">1</context> 3413 <context context-type="linenumber">1</context>
2750 </context-group> 3414 </context-group>
2751 </trans-unit> 3415 </trans-unit>
2752 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2"> 3416 <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2">
2753 <source>Publication scheduled on </source> 3417 <source>My playlists</source>
2754 <target>Publikování naplánováno na </target> 3418 <target>Moje seznamy</target>
2755 <context-group name="null"> 3419 <context-group name="null">
2756 <context context-type="linenumber">1</context> 3420 <context context-type="linenumber">1</context>
2757 </context-group> 3421 </context-group>
2758 </trans-unit> 3422 </trans-unit>
2759 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02"> 3423 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9">
2760 <source>Waiting transcoding</source> 3424 <source>My subscriptions</source>
2761 <target>Čekající překódování</target> 3425 <target>Moje odběry</target>
2762 <context-group name="null"> 3426 <context-group name="null">
2763 <context context-type="linenumber">1</context> 3427 <context context-type="linenumber">1</context>
2764 </context-group> 3428 </context-group>
2765 </trans-unit> 3429 </trans-unit>
2766 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a"> 3430 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
2767 <source>To transcode</source> 3431 <source>My history</source>
2768 <target>K překódování</target> 3432 <target>Moje historie</target>
2769 <context-group name="null"> 3433 <context-group name="null">
2770 <context context-type="linenumber">1</context> 3434 <context context-type="linenumber">1</context>
2771 </context-group> 3435 </context-group>
2772 </trans-unit> 3436 </trans-unit>
2773 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9"> 3437 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
2774 <source>My subscriptions</source> 3438 <source>Misc</source>
2775 <target>Moje odběry</target> 3439 <target>Různé</target>
2776 <context-group name="null"> 3440 <context-group name="null">
2777 <context context-type="linenumber">1</context> 3441 <context context-type="linenumber">1</context>
2778 </context-group> 3442 </context-group>
@@ -2784,6 +3448,13 @@ When you will upload a video in this channel, the video support field will be au
2784 <context context-type="linenumber">1</context> 3448 <context context-type="linenumber">1</context>
2785 </context-group> 3449 </context-group>
2786 </trans-unit> 3450 </trans-unit>
3451 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
3452 <source>My notifications</source>
3453 <target>Moje oznámení</target>
3454 <context-group name="null">
3455 <context context-type="linenumber">1</context>
3456 </context-group>
3457 </trans-unit>
2787 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752"> 3458 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752">
2788 <source>Unable to find user id or verification string.</source> 3459 <source>Unable to find user id or verification string.</source>
2789 <target>Nelze najít uživatelovo id nebo verifikaÄní Å™etÄ›zec.</target> 3460 <target>Nelze najít uživatelovo id nebo verifikaÄní Å™etÄ›zec.</target>
@@ -2798,6 +3469,20 @@ When you will upload a video in this channel, the video support field will be au
2798 <context context-type="linenumber">1</context> 3469 <context context-type="linenumber">1</context>
2799 </context-group> 3470 </context-group>
2800 </trans-unit> 3471 </trans-unit>
3472 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013">
3473 <source>Focus the search bar</source>
3474 <target>Zaměřit na vyhledávací pole</target>
3475 <context-group name="null">
3476 <context context-type="linenumber">1</context>
3477 </context-group>
3478 </trans-unit>
3479 <trans-unit id="b54759e30f7c1983940cdacb8eb03f102a869084">
3480 <source>Go to the videos overview page</source>
3481 <target>Přejít na stránku přehledu videí</target>
3482 <context-group name="null">
3483 <context context-type="linenumber">1</context>
3484 </context-group>
3485 </trans-unit>
2801 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7"> 3486 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7">
2802 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>. 3487 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
2803</source> 3488</source>
@@ -2814,13 +3499,6 @@ When you will upload a video in this channel, the video support field will be au
2814 <context context-type="linenumber">1</context> 3499 <context context-type="linenumber">1</context>
2815 </context-group> 3500 </context-group>
2816 </trans-unit> 3501 </trans-unit>
2817 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
2818 <source>Error</source>
2819 <target>Chyba</target>
2820 <context-group name="null">
2821 <context context-type="linenumber">1</context>
2822 </context-group>
2823 </trans-unit>
2824 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 3502 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
2825 <source>You need to reconnect.</source> 3503 <source>You need to reconnect.</source>
2826 <target>Musíte se znovu připojit.</target> 3504 <target>Musíte se znovu připojit.</target>
@@ -2828,20 +3506,6 @@ When you will upload a video in this channel, the video support field will be au
2828 <context context-type="linenumber">1</context> 3506 <context context-type="linenumber">1</context>
2829 </context-group> 3507 </context-group>
2830 </trans-unit> 3508 </trans-unit>
2831 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
2832 <source>Confirm</source>
2833 <target>Potvrdit</target>
2834 <context-group name="null">
2835 <context context-type="linenumber">1</context>
2836 </context-group>
2837 </trans-unit>
2838 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
2839 <source>Info</source>
2840 <target>Info</target>
2841 <context-group name="null">
2842 <context context-type="linenumber">1</context>
2843 </context-group>
2844 </trans-unit>
2845 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba"> 3509 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
2846 <source>Success</source> 3510 <source>Success</source>
2847 <target>Úspěšně</target> 3511 <target>Úspěšně</target>
@@ -2870,6 +3534,90 @@ When you will upload a video in this channel, the video support field will be au
2870 <context context-type="linenumber">1</context> 3534 <context context-type="linenumber">1</context>
2871 </context-group> 3535 </context-group>
2872 </trans-unit> 3536 </trans-unit>
3537 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
3538 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
3539 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> lety</target>
3540 <context-group name="null">
3541 <context context-type="linenumber">1</context>
3542 </context-group>
3543 </trans-unit>
3544 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
3545 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
3546 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> měsíci</target>
3547 <context-group name="null">
3548 <context context-type="linenumber">1</context>
3549 </context-group>
3550 </trans-unit>
3551 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
3552 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
3553 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> měsícem</target>
3554 <context-group name="null">
3555 <context context-type="linenumber">1</context>
3556 </context-group>
3557 </trans-unit>
3558 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
3559 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
3560 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> týdny</target>
3561 <context-group name="null">
3562 <context context-type="linenumber">1</context>
3563 </context-group>
3564 </trans-unit>
3565 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
3566 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
3567 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> týdnem</target>
3568 <context-group name="null">
3569 <context context-type="linenumber">1</context>
3570 </context-group>
3571 </trans-unit>
3572 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
3573 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
3574 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> dny</target>
3575 <context-group name="null">
3576 <context context-type="linenumber">1</context>
3577 </context-group>
3578 </trans-unit>
3579 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
3580 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
3581 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> dnem</target>
3582 <context-group name="null">
3583 <context context-type="linenumber">1</context>
3584 </context-group>
3585 </trans-unit>
3586 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
3587 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
3588 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> hodinami</target>
3589 <context-group name="null">
3590 <context context-type="linenumber">1</context>
3591 </context-group>
3592 </trans-unit>
3593 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
3594 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
3595 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> hodinou</target>
3596 <context-group name="null">
3597 <context context-type="linenumber">1</context>
3598 </context-group>
3599 </trans-unit>
3600 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
3601 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
3602 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> minutami</target>
3603 <context-group name="null">
3604 <context context-type="linenumber">1</context>
3605 </context-group>
3606 </trans-unit>
3607 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
3608 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
3609 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> sekundami</target>
3610 <context-group name="null">
3611 <context context-type="linenumber">1</context>
3612 </context-group>
3613 </trans-unit>
3614 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
3615 <source>Confirm</source>
3616 <target>Potvrdit</target>
3617 <context-group name="null">
3618 <context context-type="linenumber">1</context>
3619 </context-group>
3620 </trans-unit>
2873 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 3621 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
2874 <source>Instance name is required.</source> 3622 <source>Instance name is required.</source>
2875 <target>Jméno instance je vyžadováno.</target> 3623 <target>Jméno instance je vyžadováno.</target>
@@ -3087,6 +3835,13 @@ When you will upload a video in this channel, the video support field will be au
3087 <context context-type="linenumber">1</context> 3835 <context context-type="linenumber">1</context>
3088 </context-group> 3836 </context-group>
3089 </trans-unit> 3837 </trans-unit>
3838 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
3839 <source>Display name cannot be more than 120 characters long.</source>
3840 <target>Zobrazované jméno nesmí být delší než 120 znaků.</target>
3841 <context-group name="null">
3842 <context context-type="linenumber">1</context>
3843 </context-group>
3844 </trans-unit>
3090 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 3845 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
3091 <source>Video name is required.</source> 3846 <source>Video name is required.</source>
3092 <target>Jméno videa je vyžadováno.</target> 3847 <target>Jméno videa je vyžadováno.</target>
@@ -3171,13 +3926,6 @@ When you will upload a video in this channel, the video support field will be au
3171 <context context-type="linenumber">1</context> 3926 <context context-type="linenumber">1</context>
3172 </context-group> 3927 </context-group>
3173 </trans-unit> 3928 </trans-unit>
3174 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
3175 <source>Warning</source>
3176 <target>Varování</target>
3177 <context-group name="null">
3178 <context context-type="linenumber">1</context>
3179 </context-group>
3180 </trans-unit>
3181 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf"> 3929 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf">
3182 <source>Sunday</source> 3930 <source>Sunday</source>
3183 <target>neděle</target> 3931 <target>neděle</target>
@@ -3495,7 +4243,7 @@ When you will upload a video in this channel, the video support field will be au
3495 </trans-unit> 4243 </trans-unit>
3496 <trans-unit id="8fb519ba47ea7806beeacdcd44829d85a2aa0cc5"> 4244 <trans-unit id="8fb519ba47ea7806beeacdcd44829d85a2aa0cc5">
3497 <source>yy-mm-dd </source> 4245 <source>yy-mm-dd </source>
3498 <target>dd.mm.yyyy</target> 4246 <target>dd. mm. yyyy</target>
3499 <context-group name="null"> 4247 <context-group name="null">
3500 <context context-type="linenumber">1</context> 4248 <context context-type="linenumber">1</context>
3501 </context-group> 4249 </context-group>
@@ -3509,7 +4257,7 @@ When you will upload a video in this channel, the video support field will be au
3509 </trans-unit> 4257 </trans-unit>
3510 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24"> 4258 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24">
3511 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source> 4259 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source>
3512 <target>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</target> 4260 <target>{VAR_PLURAL, plural, =1 {minuta} other {minut} }</target>
3513 <context-group name="null"> 4261 <context-group name="null">
3514 <context context-type="linenumber">1</context> 4262 <context context-type="linenumber">1</context>
3515 </context-group> 4263 </context-group>
@@ -3535,83 +4283,6 @@ When you will upload a video in this channel, the video support field will be au
3535 <context context-type="linenumber">1</context> 4283 <context context-type="linenumber">1</context>
3536 </context-group> 4284 </context-group>
3537 </trans-unit> 4285 </trans-unit>
3538 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
3539 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
3540 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> lety</target>
3541 <context-group name="null">
3542 <context context-type="linenumber">1</context>
3543 </context-group>
3544 </trans-unit>
3545 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
3546 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
3547 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> měsíci</target>
3548 <context-group name="null">
3549 <context context-type="linenumber">1</context>
3550 </context-group>
3551 </trans-unit>
3552 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
3553 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
3554 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> měsícem</target>
3555 <context-group name="null">
3556 <context context-type="linenumber">1</context>
3557 </context-group>
3558 </trans-unit>
3559 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
3560 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
3561 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> týdny</target>
3562 <context-group name="null">
3563 <context context-type="linenumber">1</context>
3564 </context-group>
3565 </trans-unit>
3566 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
3567 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
3568 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> týdnem</target>
3569 <context-group name="null">
3570 <context context-type="linenumber">1</context>
3571 </context-group>
3572 </trans-unit>
3573 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
3574 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
3575 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> dny</target>
3576 <context-group name="null">
3577 <context context-type="linenumber">1</context>
3578 </context-group>
3579 </trans-unit>
3580 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
3581 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
3582 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> dnem</target>
3583 <context-group name="null">
3584 <context context-type="linenumber">1</context>
3585 </context-group>
3586 </trans-unit>
3587 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
3588 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
3589 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> hodinami</target>
3590 <context-group name="null">
3591 <context context-type="linenumber">1</context>
3592 </context-group>
3593 </trans-unit>
3594 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
3595 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
3596 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> hodinou</target>
3597 <context-group name="null">
3598 <context context-type="linenumber">1</context>
3599 </context-group>
3600 </trans-unit>
3601 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
3602 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
3603 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> minutami</target>
3604 <context-group name="null">
3605 <context context-type="linenumber">1</context>
3606 </context-group>
3607 </trans-unit>
3608 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
3609 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
3610 <target>před <x id="INTERPOLATION" equiv-text="{{interval}}"/> sekundami</target>
3611 <context-group name="null">
3612 <context context-type="linenumber">1</context>
3613 </context-group>
3614 </trans-unit>
3615 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 4286 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
3616 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 4287 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
3617 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kompatibilní a podporuje:</target> 4288 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kompatibilní a podporuje:</target>
@@ -3745,6 +4416,83 @@ When you will upload a video in this channel, the video support field will be au
3745 <context context-type="linenumber">1</context> 4416 <context context-type="linenumber">1</context>
3746 </context-group> 4417 </context-group>
3747 </trans-unit> 4418 </trans-unit>
4419 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
4420 <source>Video blacklisted.</source>
4421 <target>Video pÅ™idáno na Äernou listinu.</target>
4422 <context-group name="null">
4423 <context context-type="linenumber">1</context>
4424 </context-group>
4425 </trans-unit>
4426 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
4427 <source>Copied</source>
4428 <target>Zkopírováno</target>
4429 <context-group name="null">
4430 <context context-type="linenumber">1</context>
4431 </context-group>
4432 </trans-unit>
4433 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
4434 <source>Video reported.</source>
4435 <target>Video nahlášeno.</target>
4436 <context-group name="null">
4437 <context context-type="linenumber">1</context>
4438 </context-group>
4439 </trans-unit>
4440 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
4441 <source>Do you really want to delete this video?</source>
4442 <target>Opravdu chcete odstranit toto video?</target>
4443 <context-group name="null">
4444 <context context-type="linenumber">1</context>
4445 </context-group>
4446 </trans-unit>
4447 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
4448 <source>Blacklist</source>
4449 <target>Černá listina</target>
4450 <context-group name="null">
4451 <context context-type="linenumber">1</context>
4452 </context-group>
4453 </trans-unit>
4454 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
4455 <source>Report</source>
4456 <target>Nahlásit</target>
4457 <context-group name="null">
4458 <context context-type="linenumber">1</context>
4459 </context-group>
4460 </trans-unit>
4461 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
4462 <source>Published</source>
4463 <target>Publikováno</target>
4464 <context-group name="null">
4465 <context context-type="linenumber">1</context>
4466 </context-group>
4467 </trans-unit>
4468 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
4469 <source>Publication scheduled on </source>
4470 <target>Publikování naplánováno na </target>
4471 <context-group name="null">
4472 <context context-type="linenumber">1</context>
4473 </context-group>
4474 </trans-unit>
4475 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
4476 <source>Waiting transcoding</source>
4477 <target>Čekající překódování</target>
4478 <context-group name="null">
4479 <context context-type="linenumber">1</context>
4480 </context-group>
4481 </trans-unit>
4482 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
4483 <source>To transcode</source>
4484 <target>K překódování</target>
4485 <context-group name="null">
4486 <context context-type="linenumber">1</context>
4487 </context-group>
4488 </trans-unit>
4489 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
4490 <source>To import</source>
4491 <target>K importování</target>
4492 <context-group name="null">
4493 <context context-type="linenumber">1</context>
4494 </context-group>
4495 </trans-unit>
3748 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b"> 4496 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b">
3749 <source>Anyone can see this video</source> 4497 <source>Anyone can see this video</source>
3750 <target>Kdokoliv může vidět toto video</target> 4498 <target>Kdokoliv může vidět toto video</target>
@@ -3759,6 +4507,13 @@ When you will upload a video in this channel, the video support field will be au
3759 <context context-type="linenumber">1</context> 4507 <context context-type="linenumber">1</context>
3760 </context-group> 4508 </context-group>
3761 </trans-unit> 4509 </trans-unit>
4510 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c">
4511 <source>Your video was uploaded to your account and is private.</source>
4512 <target>VaÅ¡e video bylo nahráno na váš úÄet a je soukromé.</target>
4513 <context-group name="null">
4514 <context context-type="linenumber">1</context>
4515 </context-group>
4516 </trans-unit>
3762 <trans-unit id="24840228f2826b66252cfcaab9820b1c7e0da264"> 4517 <trans-unit id="24840228f2826b66252cfcaab9820b1c7e0da264">
3763 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 4518 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
3764 <target>Ovšem přidružená data (štítky, popis...) budou ztraceny, opravdu chcete opustit tuto stránku?</target> 4519 <target>Ovšem přidružená data (štítky, popis...) budou ztraceny, opravdu chcete opustit tuto stránku?</target>
@@ -3787,6 +4542,13 @@ When you will upload a video in this channel, the video support field will be au
3787 <context context-type="linenumber">1</context> 4542 <context context-type="linenumber">1</context>
3788 </context-group> 4543 </context-group>
3789 </trans-unit> 4544 </trans-unit>
4545 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
4546 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
4547 <target>Máte neuložené změny! Pokud odejdete, budou vaše změny ztraceny.</target>
4548 <context-group name="null">
4549 <context context-type="linenumber">1</context>
4550 </context-group>
4551 </trans-unit>
3790 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187"> 4552 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
3791 <source>Video updated.</source> 4553 <source>Video updated.</source>
3792 <target>Video aktualizováno.</target> 4554 <target>Video aktualizováno.</target>
@@ -3801,20 +4563,6 @@ When you will upload a video in this channel, the video support field will be au
3801 <context context-type="linenumber">1</context> 4563 <context context-type="linenumber">1</context>
3802 </context-group> 4564 </context-group>
3803 </trans-unit> 4565 </trans-unit>
3804 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
3805 <source>Copied</source>
3806 <target>Zkopírováno</target>
3807 <context-group name="null">
3808 <context context-type="linenumber">1</context>
3809 </context-group>
3810 </trans-unit>
3811 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
3812 <source>Video reported.</source>
3813 <target>Video nahlášeno.</target>
3814 <context-group name="null">
3815 <context context-type="linenumber">1</context>
3816 </context-group>
3817 </trans-unit>
3818 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 4566 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
3819 <source>Like the video</source> 4567 <source>Like the video</source>
3820 <target>To se mi líbí</target> 4568 <target>To se mi líbí</target>
@@ -3829,16 +4577,9 @@ When you will upload a video in this channel, the video support field will be au
3829 <context context-type="linenumber">1</context> 4577 <context context-type="linenumber">1</context>
3830 </context-group> 4578 </context-group>
3831 </trans-unit> 4579 </trans-unit>
3832 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
3833 <source>Do you really want to delete this video?</source>
3834 <target>Opravdu chcete odstranit toto video?</target>
3835 <context-group name="null">
3836 <context context-type="linenumber">1</context>
3837 </context-group>
3838 </trans-unit>
3839 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 4580 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
3840 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source> 4581 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
3841 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> se to líbí / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> lidem se to nelíbí</target> 4582 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> lidem se tohle líbí / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> lidem se tohle nelíbí</target>
3842 <context-group name="null"> 4583 <context-group name="null">
3843 <context context-type="linenumber">1</context> 4584 <context context-type="linenumber">1</context>
3844 </context-group> 4585 </context-group>
@@ -3857,6 +4598,13 @@ When you will upload a video in this channel, the video support field will be au
3857 <context context-type="linenumber">1</context> 4598 <context context-type="linenumber">1</context>
3858 </context-group> 4599 </context-group>
3859 </trans-unit> 4600 </trans-unit>
4601 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
4602 <source>Trending for the last 24 hours</source>
4603 <target>Trendy posledních 24 hodin</target>
4604 <context-group name="null">
4605 <context context-type="linenumber">1</context>
4606 </context-group>
4607 </trans-unit>
3860 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 4608 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
3861 <source>Videos from your subscriptions</source> 4609 <source>Videos from your subscriptions</source>
3862 <target>Videa od vašich odběrů</target> 4610 <target>Videa od vašich odběrů</target>
diff --git a/client/src/locale/target/angular_de_DE.xml b/client/src/locale/target/angular_de_DE.xml
index 39610dfdb..9d28a2842 100644
--- a/client/src/locale/target/angular_de_DE.xml
+++ b/client/src/locale/target/angular_de_DE.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Anfang</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Anfang</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Zurück</target> 92 <target>Zurück</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Weiter</target> 99 <target>Weiter</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Ende</target> 106 <target>Ende</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,84 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Verringere die Stunden</target> 141 <target>Verringere die Stunden</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Erhöhe die Minuten</target> 148 <target>Erhöhe die Minuten</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minuten</target> 162 <target>Minuten</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Verringere die Minuten</target> 169 <target>Verringere die Minuten</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Erhöhe die Sekunden</target> 176 <target>Erhöhe die Sekunden</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Sekunden</target> 190 <target>Sekunden</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Verringere die Sekunden</target> 197 <target>Verringere die Sekunden</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>vormittags</target> 204 <target>vormittags</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>nachmittags</target> 211 <target>nachmittags</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
217 <source>Cancel</source>
218 <target>Abbrechen</target>
219 <context-group name="null">
220 <context context-type="linenumber">10</context>
221 </context-group> 214 </context-group>
222 </trans-unit> 215 </trans-unit>
223 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -227,25 +220,495 @@
227 <context context-type="linenumber">11</context> 220 <context context-type="linenumber">11</context>
228 </context-group> 221 </context-group>
229 </trans-unit> 222 </trans-unit>
223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
224 <source>You don't have notifications.</source>
225 <target>Du hast keine Benachrichtigungen.</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> veröffentlichte ein <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>neues Video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 Dein Video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> wurde von der Blacklist genommen
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 Dein Video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> wurde der Blacklist hinzugefügt
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Ein neuer Video Missbrauch<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> wurde für das Video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
300erstellt
301 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
302 </target>
303 <context-group name="null">
304 <context context-type="linenumber">31</context>
305 </context-group>
306 </trans-unit>
307 <trans-unit id="3442afd9696d6abcd9210b2cb3cdfb969667ca01">
308 <source>
309 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
310
311 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
312 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
313 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
314 </source>
315 <target>
316 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
317
318 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
319 Das eben hinzugefügte Video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> wurde <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/> eben automatisch der Blacklist hinzugefügt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
320 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
321 </target>
322 <context-group name="null">
323 <context context-type="linenumber">39</context>
324 </context-group>
325 </trans-unit>
326 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
327 <source>
328 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
329
330 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
331 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
332 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
333 </source>
334 <target>
335 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
336
337 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
338 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> hat dein Video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/> vorgeschlagen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
339 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
340 </target>
341 <context-group name="null">
342 <context context-type="linenumber">47</context>
343 </context-group>
344 </trans-unit>
345 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
346 <source>
347 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
348
349 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
350 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
351 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
352 </source>
353 <target>
354 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
355
356 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
357 Dein Video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> wurde veröffentlicht
358 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
359 </target>
360 <context-group name="null">
361 <context context-type="linenumber">55</context>
362 </context-group>
363 </trans-unit>
364 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
365 <source>
366 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
367
368 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
369 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
370 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
371 </source>
372 <target>
373 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
374
375 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
376 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Dein Video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> war erfolgreich
377 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
378 </target>
379 <context-group name="null">
380 <context context-type="linenumber">63</context>
381 </context-group>
382 </trans-unit>
383 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
384 <source>
385 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
386
387 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
388 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
389 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
390 </source>
391 <target>
392 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
393
394 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
395 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Dein Video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> schlug fehl
396 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
397 </target>
398 <context-group name="null">
399 <context context-type="linenumber">71</context>
400 </context-group>
401 </trans-unit>
402 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
403 <source>
404 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
405
406 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
407 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
408 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
409 </source>
410 <target>
411 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
412
413 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
414 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registrierte sich<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> auf deiner Instanz
415 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
416 </target>
417 <context-group name="null">
418 <context context-type="linenumber">79</context>
419 </context-group>
420 </trans-unit>
421 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
422 <source>
423 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
424
425 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
426 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
427
428 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
429 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
430 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
431 </source>
432 <target>
433 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
434
435 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
436 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> folgt
437
438 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>deinem Kanal <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
439 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
440 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
441 </target>
442 <context-group name="null">
443 <context context-type="linenumber">87</context>
444 </context-group>
445 </trans-unit>
446 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
447 <source>
448 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
449
450 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
451 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
452 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
453 </source>
454 <target>
455 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
456
457 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
458 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> erwähnte dich in <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
459 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
460 </target>
461 <context-group name="null">
462 <context context-type="linenumber">98</context>
463 </context-group>
464 </trans-unit>
465 <trans-unit id="e3f47a553df834db218dd456c462c29f14ece449">
466 <source>
467 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
468
469 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
470 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.host }}"/>)
471 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
472 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
473 </source>
474 <target>
475 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
476
477 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
478 Deine Instanz hat <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>einen neuen Follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.host }}"/>)
479 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
480 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
481 </target>
482 <context-group name="null">
483 <context context-type="linenumber">106</context>
484 </context-group>
485 </trans-unit>
486 <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566">
487 <source>Save to</source>
488 <target>Speichern unter</target>
489 <context-group name="null">
490 <context context-type="linenumber">4</context>
491 </context-group>
492 </trans-unit>
493 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f">
494 <source>Options</source>
495 <target>Optionen</target>
496 <context-group name="null">
497 <context context-type="linenumber">9</context>
498 </context-group>
499 </trans-unit>
500 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
501 <source>Start at</source>
502 <target>Beginne bei</target>
503 <context-group name="null">
504 <context context-type="linenumber">12</context>
505 </context-group>
506 </trans-unit>
507 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
508 <source>Stop at</source>
509 <target>Ende bei</target>
510 <context-group name="null">
511 <context context-type="linenumber">54</context>
512 </context-group>
513 </trans-unit>
514 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
515 <source>Display name</source>
516 <target>Anzeigename</target>
517 <context-group name="null">
518 <context context-type="linenumber">6</context>
519 </context-group>
520 </trans-unit>
521 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
522 <source>Create</source>
523 <target>Erstellen</target>
524 <context-group name="null">
525 <context context-type="linenumber">74</context>
526 </context-group>
527 </trans-unit>
528 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
529 <source>Download video</source>
530 <target>Video herunterladen</target>
531 <context-group name="null">
532 <context context-type="linenumber">3</context>
533 </context-group>
534 </trans-unit>
535 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
536 <source>Direct download</source>
537 <target>Direkter Download</target>
538 <context-group name="null">
539 <context context-type="linenumber">27</context>
540 </context-group>
541 </trans-unit>
542 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
543 <source>Torrent (.torrent file)</source>
544 <target>Torrent (Torrent-Datei)</target>
545 <context-group name="null">
546 <context context-type="linenumber">32</context>
547 </context-group>
548 </trans-unit>
549 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
550 <source>Torrent (magnet link)</source>
551 <target>Torrent (Magnet-Link)</target>
552 <context-group name="null">
553 <context context-type="linenumber">37</context>
554 </context-group>
555 </trans-unit>
556 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
557 <source>
558 Cancel
559 </source>
560 <target>
561 Abbrechen
562 </target>
563 <context-group name="null">
564 <context context-type="linenumber">47</context>
565 </context-group>
566 </trans-unit>
567 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
568 <source>Download</source>
569 <target>Herunterladen</target>
570 <context-group name="null">
571 <context context-type="linenumber">48</context>
572 </context-group>
573 </trans-unit>
574 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
575 <source>Report video</source>
576 <target>Video melden</target>
577 <context-group name="null">
578 <context context-type="linenumber">3</context>
579 </context-group>
580 </trans-unit>
581 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
582 <source>
583 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
584 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
585 </source>
586 <target>
587 Dein Bericht wird an <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/> gesendet.
588 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> Er wird ebenfalls an die ursprüngliche Instanz <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> weitergeleitet.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
589 </target>
590 <context-group name="null">
591 <context context-type="linenumber">9</context>
592 </context-group>
593 </trans-unit>
594 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
595 <source>Reason...</source>
596 <target>Grund...</target>
597 <context-group name="null">
598 <context context-type="linenumber">11</context>
599 </context-group>
600 </trans-unit>
601 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
602 <source>
603 Cancel
604 </source>
605 <target>
606 Abbrechen
607 </target>
608 <context-group name="null">
609 <context context-type="linenumber">38</context>
610 </context-group>
611 </trans-unit>
612 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
613 <source>Submit</source>
614 <target>Abschicken</target>
615 <context-group name="null">
616 <context context-type="linenumber">29</context>
617 </context-group>
618 </trans-unit>
619 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
620 <source>Blacklist video</source>
621 <target>Video sperren</target>
622 <context-group name="null">
623 <context context-type="linenumber">3</context>
624 </context-group>
625 </trans-unit>
626 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
627 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
628 <target>Video deföderieren (Frage die entfernte Instanz das Video zu löschen)</target>
629 <context-group name="null">
630 <context context-type="linenumber">21</context>
631 </context-group>
632 </trans-unit>
230 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 633 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
231 <source>Unlisted</source> 634 <source>Unlisted</source>
232 <target>nicht gelistet</target> 635 <target>nicht gelistet</target>
233 <context-group name="null"> 636 <context-group name="null">
234 <context context-type="linenumber">10</context> 637 <context context-type="linenumber">17</context>
235 </context-group> 638 </context-group>
236 </trans-unit> 639 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 640 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 641 <source>Private</source>
239 <target>Privat</target> 642 <target>Privat</target>
240 <context-group name="null"> 643 <context-group name="null">
241 <context context-type="linenumber">11</context> 644 <context context-type="linenumber">18</context>
242 </context-group> 645 </context-group>
243 </trans-unit> 646 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 647 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
245 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 648 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
246 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe</target> 649 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe</target>
247 <context-group name="null"> 650 <context-group name="null">
248 <context context-type="linenumber">16</context> 651 <context context-type="linenumber">22</context>
652 </context-group>
653 </trans-unit>
654 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
655 <source>Blacklisted</source>
656 <target>Gesperrt</target>
657 <context-group name="null">
658 <context context-type="linenumber">39</context>
659 </context-group>
660 </trans-unit>
661 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
662 <source>
663 Sensitive
664 </source>
665 <target>
666 Anstößig
667 </target>
668 <context-group name="null">
669 <context context-type="linenumber">43</context>
670 </context-group>
671 </trans-unit>
672 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
673 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
674 <target>{VAR_PLURAL, plural, =0 {Keine Videos} =1 {1 Video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> Videos} }</target>
675 <context-group name="null">
676 <context context-type="linenumber">9</context>
677 </context-group>
678 </trans-unit>
679 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
680 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
681 <target><x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/> aktualisiert</target>
682 <context-group name="null">
683 <context context-type="linenumber">29</context>
684 </context-group>
685 </trans-unit>
686 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
687 <source>Edit starts/stops at</source>
688 <target>Bearbeitung beginnt/endet bei</target>
689 <context-group name="null">
690 <context context-type="linenumber">33</context>
691 </context-group>
692 </trans-unit>
693 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
694 <source>Save</source>
695 <target>Speichern</target>
696 <context-group name="null">
697 <context context-type="linenumber">117</context>
698 </context-group>
699 </trans-unit>
700 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
701 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
702 <target>Entferne von <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
703 <context-group name="null">
704 <context context-type="linenumber">69</context>
705 </context-group>
706 </trans-unit>
707 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
708 <source>No results.</source>
709 <target>Keine Ergebnisse.</target>
710 <context-group name="null">
711 <context context-type="linenumber">20</context>
249 </context-group> 712 </context-group>
250 </trans-unit> 713 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 714 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -384,6 +847,13 @@
384 <context context-type="linenumber">22</context> 847 <context context-type="linenumber">22</context>
385 </context-group> 848 </context-group>
386 </trans-unit> 849 </trans-unit>
850 <trans-unit id="2350869d835dfca2643c32e0ef1f5e35dc64f64b">
851 <source>Default NSFW/sensitive videos policy (can be redefined by the users)</source>
852 <target>Standardverhalten bei Videos mit anstößigen Inhalten (kann vom Nutzer bearbeitet werden)</target>
853 <context-group name="null">
854 <context context-type="linenumber">5</context>
855 </context-group>
856 </trans-unit>
387 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b"> 857 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
388 <source>Video quota</source> 858 <source>Video quota</source>
389 <target>Videokontingent</target> 859 <target>Videokontingent</target>
@@ -399,7 +869,7 @@
399 Unbegrenzt <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> pro Tag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 869 Unbegrenzt <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> pro Tag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
400 </target> 870 </target>
401 <context-group name="null"> 871 <context-group name="null">
402 <context context-type="linenumber">14</context> 872 <context context-type="linenumber">28</context>
403 </context-group> 873 </context-group>
404 </trans-unit> 874 </trans-unit>
405 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 875 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -409,13 +879,6 @@
409 <context context-type="linenumber">3</context> 879 <context context-type="linenumber">3</context>
410 </context-group> 880 </context-group>
411 </trans-unit> 881 </trans-unit>
412 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
413 <source>Reason...</source>
414 <target>Grund...</target>
415 <context-group name="null">
416 <context context-type="linenumber">11</context>
417 </context-group>
418 </trans-unit>
419 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251"> 882 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
420 <source> 883 <source>
421 A banned user will no longer be able to login. 884 A banned user will no longer be able to login.
@@ -424,14 +887,21 @@
424 Ein gesperrter Nutzer wird sich nicht mehr anmelden können. 887 Ein gesperrter Nutzer wird sich nicht mehr anmelden können.
425 </target> 888 </target>
426 <context-group name="null"> 889 <context-group name="null">
427 <context context-type="linenumber">17</context> 890 <context context-type="linenumber">18</context>
891 </context-group>
892 </trans-unit>
893 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
894 <source>Cancel</source>
895 <target>Abbrechen</target>
896 <context-group name="null">
897 <context context-type="linenumber">10</context>
428 </context-group> 898 </context-group>
429 </trans-unit> 899 </trans-unit>
430 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 900 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
431 <source>Ban this user</source> 901 <source>Ban this user</source>
432 <target>Diesen Nutzer sperren.</target> 902 <target>Diesen Nutzer sperren.</target>
433 <context-group name="null"> 903 <context-group name="null">
434 <context context-type="linenumber">25</context> 904 <context context-type="linenumber">26</context>
435 </context-group> 905 </context-group>
436 </trans-unit> 906 </trans-unit>
437 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 907 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
@@ -513,7 +983,7 @@
513 <source>Login</source> 983 <source>Login</source>
514 <target>Anmelden</target> 984 <target>Anmelden</target>
515 <context-group name="null"> 985 <context-group name="null">
516 <context context-type="linenumber">36</context> 986 <context context-type="linenumber">32</context>
517 </context-group> 987 </context-group>
518 </trans-unit> 988 </trans-unit>
519 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 989 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -523,6 +993,15 @@
523 <context context-type="linenumber">57</context> 993 <context context-type="linenumber">57</context>
524 </context-group> 994 </context-group>
525 </trans-unit> 995 </trans-unit>
996 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
997 <source>
998 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
999 </source>
1000 <target>Entschuldigung. Du kannst dein Passwort nicht zurücksetzen, weil der Administrator das E-Mail System nicht konfiguriert hat.</target>
1001 <context-group name="null">
1002 <context context-type="linenumber">64</context>
1003 </context-group>
1004 </trans-unit>
526 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1005 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
527 <source>Email</source> 1006 <source>Email</source>
528 <target>E-Mail</target> 1007 <target>E-Mail</target>
@@ -541,7 +1020,7 @@
541 <source>Send me an email to reset my password</source> 1020 <source>Send me an email to reset my password</source>
542 <target>Mir eine E-Mail schicken, um mein Passwort zurückzusetzen</target> 1021 <target>Mir eine E-Mail schicken, um mein Passwort zurückzusetzen</target>
543 <context-group name="null"> 1022 <context-group name="null">
544 <context context-type="linenumber">80</context> 1023 <context context-type="linenumber">81</context>
545 </context-group> 1024 </context-group>
546 </trans-unit> 1025 </trans-unit>
547 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1026 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -611,7 +1090,7 @@ Konto erstellen</target>
611 <source>Signup</source> 1090 <source>Signup</source>
612 <target>Registrieren</target> 1091 <target>Registrieren</target>
613 <context-group name="null"> 1092 <context-group name="null">
614 <context context-type="linenumber">78</context> 1093 <context context-type="linenumber">88</context>
615 </context-group> 1094 </context-group>
616 </trans-unit> 1095 </trans-unit>
617 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 1096 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -670,68 +1149,54 @@ Konto erstellen</target>
670 <context context-type="linenumber">44</context> 1149 <context context-type="linenumber">44</context>
671 </context-group> 1150 </context-group>
672 </trans-unit> 1151 </trans-unit>
673 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
674 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
675 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> Aufrufe</target>
676 <context-group name="null">
677 <context context-type="linenumber">55</context>
678 </context-group>
679 </trans-unit>
680 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 1152 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
681 <source>Change the language</source> 1153 <source>Change the language</source>
682 <target>Sprache wechseln</target> 1154 <target>Sprache wechseln</target>
683 <context-group name="null"> 1155 <context-group name="null">
684 <context context-type="linenumber">86</context> 1156 <context context-type="linenumber">102</context>
685 </context-group> 1157 </context-group>
686 </trans-unit> 1158 </trans-unit>
687 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6"> 1159 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
688 <source> 1160 <source>
689 My public profile 1161 Help to translate PeerTube!
690 </source> 1162 </source>
691 <target> 1163 <target>Hilf PeerTube zu übersetzen!</target>
692 Mein öffentliches Profil
693 </target>
694 <context-group name="null"> 1164 <context-group name="null">
695 <context context-type="linenumber">16</context> 1165 <context context-type="linenumber">8</context>
696 </context-group> 1166 </context-group>
697 </trans-unit> 1167 </trans-unit>
698 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb"> 1168 <trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a">
699 <source> 1169 <source>My public profile</source>
700 My account 1170 <target>Mein öffentliches Profil</target>
701 </source>
702 <target>
703 Mein Konto
704 </target>
705 <context-group name="null"> 1171 <context-group name="null">
706 <context context-type="linenumber">20</context> 1172 <context context-type="linenumber">17</context>
707 </context-group> 1173 </context-group>
708 </trans-unit> 1174 </trans-unit>
709 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10"> 1175 <trans-unit id="e4825b5d86d89ae0f4c797ba256f66fd8abd4ee6">
710 <source> 1176 <source>My account</source>
711 My videos 1177 <target>Mein Account</target>
712 </source>
713 <target>
714 Meine Videos
715 </target>
716 <context-group name="null"> 1178 <context-group name="null">
717 <context context-type="linenumber">24</context> 1179 <context context-type="linenumber">21</context>
718 </context-group> 1180 </context-group>
719 </trans-unit> 1181 </trans-unit>
720 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1"> 1182 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
721 <source> 1183 <source>Log out</source>
722 Log out 1184 <target>Abmelden</target>
723 </source>
724 <target>
725 Abmelden
726 </target>
727 <context-group name="null"> 1185 <context-group name="null">
728 <context context-type="linenumber">28</context> 1186 <context context-type="linenumber">25</context>
729 </context-group> 1187 </context-group>
730 </trans-unit> 1188 </trans-unit>
731 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1189 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
732 <source>Create an account</source> 1190 <source>Create an account</source>
733 <target>Konto erstellen</target> 1191 <target>Konto erstellen</target>
734 <context-group name="null"> 1192 <context-group name="null">
1193 <context context-type="linenumber">33</context>
1194 </context-group>
1195 </trans-unit>
1196 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1197 <source>My library</source>
1198 <target>Meine Bibliothek</target>
1199 <context-group name="null">
735 <context context-type="linenumber">37</context> 1200 <context context-type="linenumber">37</context>
736 </context-group> 1201 </context-group>
737 </trans-unit> 1202 </trans-unit>
@@ -742,74 +1207,116 @@ Konto erstellen</target>
742 <context context-type="linenumber">24</context> 1207 <context context-type="linenumber">24</context>
743 </context-group> 1208 </context-group>
744 </trans-unit> 1209 </trans-unit>
1210 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1211 <source>Playlists</source>
1212 <target>Playlist</target>
1213 <context-group name="null">
1214 <context context-type="linenumber">46</context>
1215 </context-group>
1216 </trans-unit>
745 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1217 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
746 <source>Subscriptions</source> 1218 <source>Subscriptions</source>
747 <target>Abos</target> 1219 <target>Abos</target>
748 <context-group name="null"> 1220 <context-group name="null">
749 <context context-type="linenumber">45</context> 1221 <context context-type="linenumber">51</context>
1222 </context-group>
1223 </trans-unit>
1224 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1225 <source>History</source>
1226 <target>Verlauf</target>
1227 <context-group name="null">
1228 <context context-type="linenumber">56</context>
750 </context-group> 1229 </context-group>
751 </trans-unit> 1230 </trans-unit>
752 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 1231 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
753 <source>Overview</source> 1232 <source>Overview</source>
754 <target>Ãœbersicht</target> 1233 <target>Ãœbersicht</target>
755 <context-group name="null"> 1234 <context-group name="null">
756 <context context-type="linenumber">50</context> 1235 <context context-type="linenumber">66</context>
757 </context-group> 1236 </context-group>
758 </trans-unit> 1237 </trans-unit>
759 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1238 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
760 <source>Trending</source> 1239 <source>Trending</source>
761 <target>Beliebt</target> 1240 <target>Beliebt</target>
762 <context-group name="null"> 1241 <context-group name="null">
763 <context context-type="linenumber">55</context> 1242 <context context-type="linenumber">71</context>
764 </context-group> 1243 </context-group>
765 </trans-unit> 1244 </trans-unit>
766 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1245 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
767 <source>Recently added</source> 1246 <source>Recently added</source>
768 <target>Kürzlich hinzugefügt</target> 1247 <target>Kürzlich hinzugefügt</target>
769 <context-group name="null"> 1248 <context-group name="null">
770 <context context-type="linenumber">60</context> 1249 <context context-type="linenumber">76</context>
771 </context-group> 1250 </context-group>
772 </trans-unit> 1251 </trans-unit>
773 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1252 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
774 <source>Local</source> 1253 <source>Local</source>
775 <target>Lokal</target> 1254 <target>Lokal</target>
776 <context-group name="null"> 1255 <context-group name="null">
777 <context context-type="linenumber">65</context> 1256 <context context-type="linenumber">81</context>
778 </context-group> 1257 </context-group>
779 </trans-unit> 1258 </trans-unit>
780 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1259 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
781 <source>More</source> 1260 <source>More</source>
782 <target>Mehr</target> 1261 <target>Mehr</target>
783 <context-group name="null"> 1262 <context-group name="null">
784 <context context-type="linenumber">70</context> 1263 <context context-type="linenumber">86</context>
785 </context-group> 1264 </context-group>
786 </trans-unit> 1265 </trans-unit>
787 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1266 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
788 <source>Administration</source> 1267 <source>Administration</source>
789 <target>Administration</target> 1268 <target>Administration</target>
790 <context-group name="null"> 1269 <context-group name="null">
791 <context context-type="linenumber">74</context> 1270 <context context-type="linenumber">90</context>
792 </context-group> 1271 </context-group>
793 </trans-unit> 1272 </trans-unit>
794 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1273 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
795 <source>About</source> 1274 <source>About</source>
796 <target>Info</target> 1275 <target>Info</target>
797 <context-group name="null"> 1276 <context-group name="null">
798 <context context-type="linenumber">25</context> 1277 <context context-type="linenumber">26</context>
799 </context-group> 1278 </context-group>
800 </trans-unit> 1279 </trans-unit>
801 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1280 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
802 <source>Show keyboard shortcuts</source> 1281 <source>Show keyboard shortcuts</source>
803 <target>Zeige Tastatur-Kürzel</target> 1282 <target>Zeige Tastatur-Kürzel</target>
804 <context-group name="null"> 1283 <context-group name="null">
805 <context context-type="linenumber">89</context> 1284 <context context-type="linenumber">105</context>
806 </context-group> 1285 </context-group>
807 </trans-unit> 1286 </trans-unit>
808 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 1287 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
809 <source>Toggle dark interface</source> 1288 <source>Toggle dark interface</source>
810 <target>Dunkle Oberfläche umschalten</target> 1289 <target>Dunkle Oberfläche umschalten</target>
811 <context-group name="null"> 1290 <context-group name="null">
812 <context context-type="linenumber">92</context> 1291 <context context-type="linenumber">108</context>
1292 </context-group>
1293 </trans-unit>
1294 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1295 <source>View your notifications</source>
1296 <target>Zeige deine Benachrichtigungen</target>
1297 <context-group name="null">
1298 <context context-type="linenumber">3</context>
1299 </context-group>
1300 </trans-unit>
1301 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
1302 <source>Notifications</source>
1303 <target>Benachrichtigungen</target>
1304 <context-group name="null">
1305 <context context-type="linenumber">10</context>
1306 </context-group>
1307 </trans-unit>
1308 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1309 <source>Update your notification preferences</source>
1310 <target>Aktualisiere deine Benachrichtigungseinstellungen</target>
1311 <context-group name="null">
1312 <context context-type="linenumber">16</context>
1313 </context-group>
1314 </trans-unit>
1315 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
1316 <source>See all your notifications</source>
1317 <target>Sehe alle deine Benachrichtigungen</target>
1318 <context-group name="null">
1319 <context context-type="linenumber">30</context>
813 </context-group> 1320 </context-group>
814 </trans-unit> 1321 </trans-unit>
815 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1322 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -840,74 +1347,95 @@ Konto erstellen</target>
840 <context context-type="linenumber">15</context> 1347 <context context-type="linenumber">15</context>
841 </context-group> 1348 </context-group>
842 </trans-unit> 1349 </trans-unit>
1350 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1351 <source>Original publication year</source>
1352 <target>Ursprüngliches Veröffentlichungsdatum</target>
1353 <context-group name="null">
1354 <context context-type="linenumber">24</context>
1355 </context-group>
1356 </trans-unit>
1357 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1358 <source>After...</source>
1359 <target>Nach...</target>
1360 <context-group name="null">
1361 <context context-type="linenumber">30</context>
1362 </context-group>
1363 </trans-unit>
1364 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1365 <source>Before...</source>
1366 <target>Bevor...</target>
1367 <context-group name="null">
1368 <context context-type="linenumber">37</context>
1369 </context-group>
1370 </trans-unit>
843 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1371 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
844 <source>Duration</source> 1372 <source>Duration</source>
845 <target>Länge</target> 1373 <target>Länge</target>
846 <context-group name="null"> 1374 <context-group name="null">
847 <context context-type="linenumber">24</context> 1375 <context context-type="linenumber">45</context>
848 </context-group> 1376 </context-group>
849 </trans-unit> 1377 </trans-unit>
850 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1378 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
851 <source>Display sensitive content</source> 1379 <source>Display sensitive content</source>
852 <target>Anstößige Inhalte zeigen</target> 1380 <target>Anstößige Inhalte zeigen</target>
853 <context-group name="null"> 1381 <context-group name="null">
854 <context context-type="linenumber">33</context> 1382 <context context-type="linenumber">54</context>
855 </context-group> 1383 </context-group>
856 </trans-unit> 1384 </trans-unit>
857 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 1385 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
858 <source>Yes</source> 1386 <source>Yes</source>
859 <target>Ja</target> 1387 <target>Ja</target>
860 <context-group name="null"> 1388 <context-group name="null">
861 <context context-type="linenumber">37</context> 1389 <context context-type="linenumber">58</context>
862 </context-group> 1390 </context-group>
863 </trans-unit> 1391 </trans-unit>
864 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 1392 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
865 <source>No</source> 1393 <source>No</source>
866 <target>Nein</target> 1394 <target>Nein</target>
867 <context-group name="null"> 1395 <context-group name="null">
868 <context context-type="linenumber">42</context> 1396 <context context-type="linenumber">63</context>
869 </context-group> 1397 </context-group>
870 </trans-unit> 1398 </trans-unit>
871 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 1399 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
872 <source>Category</source> 1400 <source>Category</source>
873 <target>Kategorie</target> 1401 <target>Kategorie</target>
874 <context-group name="null"> 1402 <context-group name="null">
875 <context context-type="linenumber">164</context> 1403 <context context-type="linenumber">189</context>
876 </context-group> 1404 </context-group>
877 </trans-unit> 1405 </trans-unit>
878 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1406 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
879 <source>Licence</source> 1407 <source>Licence</source>
880 <target>Lizenz</target> 1408 <target>Lizenz</target>
881 <context-group name="null"> 1409 <context-group name="null">
882 <context context-type="linenumber">173</context> 1410 <context context-type="linenumber">198</context>
883 </context-group> 1411 </context-group>
884 </trans-unit> 1412 </trans-unit>
885 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1413 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
886 <source>Language</source> 1414 <source>Language</source>
887 <target>Sprache</target> 1415 <target>Sprache</target>
888 <context-group name="null"> 1416 <context-group name="null">
889 <context context-type="linenumber">182</context> 1417 <context context-type="linenumber">207</context>
890 </context-group> 1418 </context-group>
891 </trans-unit> 1419 </trans-unit>
892 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1420 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
893 <source>All of these tags</source> 1421 <source>All of these tags</source>
894 <target>Alle dieser Tags</target> 1422 <target>Alle dieser Tags</target>
895 <context-group name="null"> 1423 <context-group name="null">
896 <context context-type="linenumber">82</context> 1424 <context context-type="linenumber">103</context>
897 </context-group> 1425 </context-group>
898 </trans-unit> 1426 </trans-unit>
899 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 1427 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
900 <source>One of these tags</source> 1428 <source>One of these tags</source>
901 <target>Einer dieser Tags</target> 1429 <target>Einer dieser Tags</target>
902 <context-group name="null"> 1430 <context-group name="null">
903 <context context-type="linenumber">87</context> 1431 <context context-type="linenumber">108</context>
904 </context-group> 1432 </context-group>
905 </trans-unit> 1433 </trans-unit>
906 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 1434 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
907 <source>Filter</source> 1435 <source>Filter</source>
908 <target>Filtern</target> 1436 <target>Filtern</target>
909 <context-group name="null"> 1437 <context-group name="null">
910 <context context-type="linenumber">94</context> 1438 <context context-type="linenumber">115</context>
911 </context-group> 1439 </context-group>
912 </trans-unit> 1440 </trans-unit>
913 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1441 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
@@ -917,13 +1445,6 @@ Konto erstellen</target>
917 <context context-type="linenumber">14</context> 1445 <context context-type="linenumber">14</context>
918 </context-group> 1446 </context-group>
919 </trans-unit> 1447 </trans-unit>
920 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
921 <source>No results.</source>
922 <target>Keine Ergebnisse.</target>
923 <context-group name="null">
924 <context context-type="linenumber">20</context>
925 </context-group>
926 </trans-unit>
927 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6"> 1448 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
928 <source> 1449 <source>
929 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1450 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
@@ -979,22 +1500,46 @@ Konto erstellen</target>
979 <context context-type="linenumber">7</context> 1500 <context context-type="linenumber">7</context>
980 </context-group> 1501 </context-group>
981 </trans-unit> 1502 </trans-unit>
982 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb"> 1503 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
983 <source> 1504 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
984 Cancel 1505 <target>Kontaktiere <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> Administrator</target>
985 </source>
986 <target>
987 Abbrechen
988 </target>
989 <context-group name="null"> 1506 <context-group name="null">
990 <context context-type="linenumber">26</context> 1507 <context context-type="linenumber">3</context>
991 </context-group> 1508 </context-group>
992 </trans-unit> 1509 </trans-unit>
993 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd"> 1510 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
994 <source>Submit</source> 1511 <source>Your name</source>
995 <target>Abschicken</target> 1512 <target>Dein Name</target>
996 <context-group name="null"> 1513 <context-group name="null">
997 <context context-type="linenumber">31</context> 1514 <context context-type="linenumber">11</context>
1515 </context-group>
1516 </trans-unit>
1517 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
1518 <source>Your email</source>
1519 <target>Deine E-Mail</target>
1520 <context-group name="null">
1521 <context context-type="linenumber">20</context>
1522 </context-group>
1523 </trans-unit>
1524 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
1525 <source>Your message</source>
1526 <target>Deine Nachricht</target>
1527 <context-group name="null">
1528 <context context-type="linenumber">29</context>
1529 </context-group>
1530 </trans-unit>
1531 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1532 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1533 <target>Ãœber <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> Instance</target>
1534 <context-group name="null">
1535 <context context-type="linenumber">4</context>
1536 </context-group>
1537 </trans-unit>
1538 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1539 <source>Contact administrator</source>
1540 <target>Kontaktiere einen Administrator</target>
1541 <context-group name="null">
1542 <context context-type="linenumber">6</context>
998 </context-group> 1543 </context-group>
999 </trans-unit> 1544 </trans-unit>
1000 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 1545 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
@@ -1011,13 +1556,6 @@ Konto erstellen</target>
1011 <context context-type="linenumber">39</context> 1556 <context context-type="linenumber">39</context>
1012 </context-group> 1557 </context-group>
1013 </trans-unit> 1558 </trans-unit>
1014 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1015 <source>User registration is allowed and</source>
1016 <target>Benutzerregistrierung ist möglich und</target>
1017 <context-group name="null">
1018 <context context-type="linenumber">29</context>
1019 </context-group>
1020 </trans-unit>
1021 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1559 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1022 <source> 1560 <source>
1023 About PeerTube 1561 About PeerTube
@@ -1379,42 +1917,42 @@ Konto erstellen</target>
1379 <source>Default client route</source> 1917 <source>Default client route</source>
1380 <target>Standardpfad (Client)</target> 1918 <target>Standardpfad (Client)</target>
1381 <context-group name="null"> 1919 <context-group name="null">
1382 <context context-type="linenumber">48</context> 1920 <context context-type="linenumber">57</context>
1383 </context-group> 1921 </context-group>
1384 </trans-unit> 1922 </trans-unit>
1385 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1923 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1386 <source>Videos Overview</source> 1924 <source>Videos Overview</source>
1387 <target>Video-Ãœbersicht</target> 1925 <target>Video-Ãœbersicht</target>
1388 <context-group name="null"> 1926 <context-group name="null">
1389 <context context-type="linenumber">51</context> 1927 <context context-type="linenumber">60</context>
1390 </context-group> 1928 </context-group>
1391 </trans-unit> 1929 </trans-unit>
1392 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1930 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1393 <source>Videos Trending</source> 1931 <source>Videos Trending</source>
1394 <target>Beliebte Videos</target> 1932 <target>Beliebte Videos</target>
1395 <context-group name="null"> 1933 <context-group name="null">
1396 <context context-type="linenumber">52</context> 1934 <context context-type="linenumber">61</context>
1397 </context-group> 1935 </context-group>
1398 </trans-unit> 1936 </trans-unit>
1399 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1937 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1400 <source>Videos Recently Added</source> 1938 <source>Videos Recently Added</source>
1401 <target>Kürzlich hinzugefügte Videos</target> 1939 <target>Kürzlich hinzugefügte Videos</target>
1402 <context-group name="null"> 1940 <context-group name="null">
1403 <context context-type="linenumber">53</context> 1941 <context context-type="linenumber">62</context>
1404 </context-group> 1942 </context-group>
1405 </trans-unit> 1943 </trans-unit>
1406 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1944 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1407 <source>Local videos</source> 1945 <source>Local videos</source>
1408 <target>Lokale Videos</target> 1946 <target>Lokale Videos</target>
1409 <context-group name="null"> 1947 <context-group name="null">
1410 <context context-type="linenumber">54</context> 1948 <context context-type="linenumber">63</context>
1411 </context-group> 1949 </context-group>
1412 </trans-unit> 1950 </trans-unit>
1413 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1951 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1414 <source>Policy on videos containing sensitive content</source> 1952 <source>Policy on videos containing sensitive content</source>
1415 <target>Verhalten bei Videos mit anstößigen Inhalten</target> 1953 <target>Verhalten bei Videos mit anstößigen Inhalten</target>
1416 <context-group name="null"> 1954 <context-group name="null">
1417 <context context-type="linenumber">61</context> 1955 <context context-type="linenumber">70</context>
1418 </context-group> 1956 </context-group>
1419 </trans-unit> 1957 </trans-unit>
1420 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1958 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1449,42 +1987,42 @@ Konto erstellen</target>
1449 <source>Signup enabled</source> 1987 <source>Signup enabled</source>
1450 <target>Registrierung aktiviert</target> 1988 <target>Registrierung aktiviert</target>
1451 <context-group name="null"> 1989 <context-group name="null">
1452 <context context-type="linenumber">84</context> 1990 <context context-type="linenumber">94</context>
1453 </context-group> 1991 </context-group>
1454 </trans-unit> 1992 </trans-unit>
1455 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1993 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1456 <source>Signup requires email verification</source> 1994 <source>Signup requires email verification</source>
1457 <target>Registrierung erfordert eine Bestätigung der E-Mail-Adresse</target> 1995 <target>Registrierung erfordert eine Bestätigung der E-Mail-Adresse</target>
1458 <context-group name="null"> 1996 <context-group name="null">
1459 <context context-type="linenumber">91</context> 1997 <context context-type="linenumber">101</context>
1460 </context-group> 1998 </context-group>
1461 </trans-unit> 1999 </trans-unit>
1462 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 2000 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1463 <source>Signup limit</source> 2001 <source>Signup limit</source>
1464 <target>Obergrenze für Registrierungen</target> 2002 <target>Obergrenze für Registrierungen</target>
1465 <context-group name="null"> 2003 <context-group name="null">
1466 <context context-type="linenumber">96</context> 2004 <context context-type="linenumber">106</context>
1467 </context-group> 2005 </context-group>
1468 </trans-unit> 2006 </trans-unit>
1469 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 2007 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1470 <source>Users</source> 2008 <source>Users</source>
1471 <target>Benutzer</target> 2009 <target>Benutzer</target>
1472 <context-group name="null"> 2010 <context-group name="null">
1473 <context context-type="linenumber">105</context> 2011 <context context-type="linenumber">116</context>
1474 </context-group> 2012 </context-group>
1475 </trans-unit> 2013 </trans-unit>
1476 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 2014 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1477 <source>User default video quota</source> 2015 <source>User default video quota</source>
1478 <target>Standardkontingent für die Videos eines Nutzers</target> 2016 <target>Standardkontingent für die Videos eines Nutzers</target>
1479 <context-group name="null"> 2017 <context-group name="null">
1480 <context context-type="linenumber">109</context> 2018 <context context-type="linenumber">120</context>
1481 </context-group> 2019 </context-group>
1482 </trans-unit> 2020 </trans-unit>
1483 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 2021 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1484 <source>User default daily upload limit</source> 2022 <source>User default daily upload limit</source>
1485 <target>Tägliches Obergrenze eines Nutzers beim Hochladen</target> 2023 <target>Tägliches Obergrenze eines Nutzers beim Hochladen</target>
1486 <context-group name="null"> 2024 <context-group name="null">
1487 <context context-type="linenumber">121</context> 2025 <context context-type="linenumber">132</context>
1488 </context-group> 2026 </context-group>
1489 </trans-unit> 2027 </trans-unit>
1490 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 2028 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1498,28 +2036,28 @@ Konto erstellen</target>
1498 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 2036 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1499 <target>Video durch HTTP URL (z.b. YouTube©) import erlaubt.</target> 2037 <target>Video durch HTTP URL (z.b. YouTube©) import erlaubt.</target>
1500 <context-group name="null"> 2038 <context-group name="null">
1501 <context context-type="linenumber">141</context> 2039 <context context-type="linenumber">153</context>
1502 </context-group> 2040 </context-group>
1503 </trans-unit> 2041 </trans-unit>
1504 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 2042 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1505 <source>Video import with a torrent file or a magnet URI enabled</source> 2043 <source>Video import with a torrent file or a magnet URI enabled</source>
1506 <target>Video-Import über eine Torrent-Datei oder einen Magnet-Link aktiviert</target> 2044 <target>Video-Import über eine Torrent-Datei oder einen Magnet-Link aktiviert</target>
1507 <context-group name="null"> 2045 <context-group name="null">
1508 <context context-type="linenumber">148</context> 2046 <context context-type="linenumber">160</context>
1509 </context-group> 2047 </context-group>
1510 </trans-unit> 2048 </trans-unit>
1511 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 2049 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1512 <source>Administrator</source> 2050 <source>Administrator</source>
1513 <target>Administrator</target> 2051 <target>Administrator</target>
1514 <context-group name="null"> 2052 <context-group name="null">
1515 <context context-type="linenumber">155</context> 2053 <context context-type="linenumber">208</context>
1516 </context-group> 2054 </context-group>
1517 </trans-unit> 2055 </trans-unit>
1518 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 2056 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1519 <source>Admin email</source> 2057 <source>Admin email</source>
1520 <target>Admin E-Mail</target> 2058 <target>Admin E-Mail</target>
1521 <context-group name="null"> 2059 <context-group name="null">
1522 <context context-type="linenumber">158</context> 2060 <context context-type="linenumber">211</context>
1523 </context-group> 2061 </context-group>
1524 </trans-unit> 2062 </trans-unit>
1525 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 2063 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1533,70 +2071,70 @@ Konto erstellen</target>
1533 <source>Twitter</source> 2071 <source>Twitter</source>
1534 <target>Twitter</target> 2072 <target>Twitter</target>
1535 <context-group name="null"> 2073 <context-group name="null">
1536 <context context-type="linenumber">178</context> 2074 <context context-type="linenumber">231</context>
1537 </context-group> 2075 </context-group>
1538 </trans-unit> 2076 </trans-unit>
1539 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 2077 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1540 <source>Your Twitter username</source> 2078 <source>Your Twitter username</source>
1541 <target>Dein Twitter-Benutzername</target> 2079 <target>Dein Twitter-Benutzername</target>
1542 <context-group name="null"> 2080 <context-group name="null">
1543 <context context-type="linenumber">184</context> 2081 <context context-type="linenumber">237</context>
1544 </context-group> 2082 </context-group>
1545 </trans-unit> 2083 </trans-unit>
1546 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 2084 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1547 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 2085 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1548 <target>Zeigt den Twitter-Account für die Webseite, auf der der Inhalt veröffentlicht wurde.</target> 2086 <target>Zeigt den Twitter-Account für die Webseite, auf der der Inhalt veröffentlicht wurde.</target>
1549 <context-group name="null"> 2087 <context-group name="null">
1550 <context context-type="linenumber">187</context> 2088 <context context-type="linenumber">240</context>
1551 </context-group> 2089 </context-group>
1552 </trans-unit> 2090 </trans-unit>
1553 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 2091 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1554 <source>Instance whitelisted by Twitter</source> 2092 <source>Instance whitelisted by Twitter</source>
1555 <target>Instanz von Twitter vertraut</target> 2093 <target>Instanz von Twitter vertraut</target>
1556 <context-group name="null"> 2094 <context-group name="null">
1557 <context context-type="linenumber">199</context> 2095 <context context-type="linenumber">252</context>
1558 </context-group> 2096 </context-group>
1559 </trans-unit> 2097 </trans-unit>
1560 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 2098 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1561 <source>Services</source> 2099 <source>Services</source>
1562 <target>Dienste</target> 2100 <target>Dienste</target>
1563 <context-group name="null"> 2101 <context-group name="null">
1564 <context context-type="linenumber">176</context> 2102 <context context-type="linenumber">229</context>
1565 </context-group> 2103 </context-group>
1566 </trans-unit> 2104 </trans-unit>
1567 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 2105 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1568 <source>Transcoding</source> 2106 <source>Transcoding</source>
1569 <target>Transkodierung</target> 2107 <target>Transkodierung</target>
1570 <context-group name="null"> 2108 <context-group name="null">
1571 <context context-type="linenumber">215</context> 2109 <context context-type="linenumber">268</context>
1572 </context-group> 2110 </context-group>
1573 </trans-unit> 2111 </trans-unit>
1574 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 2112 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1575 <source>Transcoding enabled</source> 2113 <source>Transcoding enabled</source>
1576 <target>Transkodierung an</target> 2114 <target>Transkodierung an</target>
1577 <context-group name="null"> 2115 <context-group name="null">
1578 <context context-type="linenumber">221</context> 2116 <context context-type="linenumber">274</context>
1579 </context-group> 2117 </context-group>
1580 </trans-unit> 2118 </trans-unit>
1581 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 2119 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1582 <source>If you disable transcoding, many videos from your users will not work!</source> 2120 <source>If you disable transcoding, many videos from your users will not work!</source>
1583 <target>Wenn du die Transkodierung abschaltest, werden viele Videos nicht laufen!</target> 2121 <target>Wenn du die Transkodierung abschaltest, werden viele Videos nicht laufen!</target>
1584 <context-group name="null"> 2122 <context-group name="null">
1585 <context context-type="linenumber">222</context> 2123 <context context-type="linenumber">275</context>
1586 </context-group> 2124 </context-group>
1587 </trans-unit> 2125 </trans-unit>
1588 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 2126 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1589 <source>Transcoding threads</source> 2127 <source>Transcoding threads</source>
1590 <target>Transcodierungsthreads</target> 2128 <target>Transcodierungsthreads</target>
1591 <context-group name="null"> 2129 <context-group name="null">
1592 <context context-type="linenumber">237</context> 2130 <context context-type="linenumber">290</context>
1593 </context-group> 2131 </context-group>
1594 </trans-unit> 2132 </trans-unit>
1595 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 2133 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1596 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 2134 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1597 <target>Eingestellte Auflösung: <x id="INTERPOLATION" equiv-text="{{resolution}}"/></target> 2135 <target>Eingestellte Auflösung: <x id="INTERPOLATION" equiv-text="{{resolution}}"/></target>
1598 <context-group name="null"> 2136 <context-group name="null">
1599 <context context-type="linenumber">252</context> 2137 <context context-type="linenumber">305</context>
1600 </context-group> 2138 </context-group>
1601 </trans-unit> 2139 </trans-unit>
1602 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 2140 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1611,70 +2149,70 @@ Konto erstellen</target>
1611 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 2149 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1612 </target> 2150 </target>
1613 <context-group name="null"> 2151 <context-group name="null">
1614 <context context-type="linenumber">260</context> 2152 <context context-type="linenumber">313</context>
1615 </context-group> 2153 </context-group>
1616 </trans-unit> 2154 </trans-unit>
1617 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 2155 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1618 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 2156 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1619 <target>Einige Dateien (Vorschau, Untertitel) werden nicht verteilt gespeichert. Wir laden sie direkt von der Ursprungsinstanz und speichern sie zwischen.</target> 2157 <target>Einige Dateien (Vorschau, Untertitel) werden nicht verteilt gespeichert. Wir laden sie direkt von der Ursprungsinstanz und speichern sie zwischen.</target>
1620 <context-group name="null"> 2158 <context-group name="null">
1621 <context context-type="linenumber">265</context> 2159 <context context-type="linenumber">318</context>
1622 </context-group> 2160 </context-group>
1623 </trans-unit> 2161 </trans-unit>
1624 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 2162 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1625 <source>Previews cache size</source> 2163 <source>Previews cache size</source>
1626 <target>Cachegröße der Vorschau</target> 2164 <target>Cachegröße der Vorschau</target>
1627 <context-group name="null"> 2165 <context-group name="null">
1628 <context context-type="linenumber">271</context> 2166 <context context-type="linenumber">324</context>
1629 </context-group> 2167 </context-group>
1630 </trans-unit> 2168 </trans-unit>
1631 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 2169 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1632 <source>Video captions cache size</source> 2170 <source>Video captions cache size</source>
1633 <target>Cachegröße der Untertitel</target> 2171 <target>Cachegröße der Untertitel</target>
1634 <context-group name="null"> 2172 <context-group name="null">
1635 <context context-type="linenumber">280</context> 2173 <context context-type="linenumber">333</context>
1636 </context-group> 2174 </context-group>
1637 </trans-unit> 2175 </trans-unit>
1638 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 2176 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1639 <source>Customizations</source> 2177 <source>Customizations</source>
1640 <target>Personalisierung</target> 2178 <target>Personalisierung</target>
1641 <context-group name="null"> 2179 <context-group name="null">
1642 <context context-type="linenumber">289</context> 2180 <context context-type="linenumber">342</context>
1643 </context-group> 2181 </context-group>
1644 </trans-unit> 2182 </trans-unit>
1645 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 2183 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1646 <source>JavaScript</source> 2184 <source>JavaScript</source>
1647 <target>JavaScript</target> 2185 <target>JavaScript</target>
1648 <context-group name="null"> 2186 <context-group name="null">
1649 <context context-type="linenumber">294</context> 2187 <context context-type="linenumber">347</context>
1650 </context-group> 2188 </context-group>
1651 </trans-unit> 2189 </trans-unit>
1652 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 2190 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1653 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 2191 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1654 <target>Füge dein JavaScript ein.&lt;br /&gt;Beispiel: &lt;pre&gt;console.log('Meine Instanz ist großartig');&lt;/pre&gt;</target> 2192 <target>Füge dein JavaScript ein.&lt;br /&gt;Beispiel: &lt;pre&gt;console.log('Meine Instanz ist großartig');&lt;/pre&gt;</target>
1655 <context-group name="null"> 2193 <context-group name="null">
1656 <context context-type="linenumber">297</context> 2194 <context context-type="linenumber">350</context>
1657 </context-group> 2195 </context-group>
1658 </trans-unit> 2196 </trans-unit>
1659 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 2197 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1660 <source>Advanced configuration</source> 2198 <source>Advanced configuration</source>
1661 <target>Erweiterte Einstellungen</target> 2199 <target>Erweiterte Einstellungen</target>
1662 <context-group name="null"> 2200 <context-group name="null">
1663 <context context-type="linenumber">212</context> 2201 <context context-type="linenumber">265</context>
1664 </context-group> 2202 </context-group>
1665 </trans-unit> 2203 </trans-unit>
1666 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 2204 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1667 <source>Update configuration</source> 2205 <source>Update configuration</source>
1668 <target>Einstellungen aktualisieren</target> 2206 <target>Einstellungen aktualisieren</target>
1669 <context-group name="null"> 2207 <context-group name="null">
1670 <context context-type="linenumber">340</context> 2208 <context context-type="linenumber">393</context>
1671 </context-group> 2209 </context-group>
1672 </trans-unit> 2210 </trans-unit>
1673 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 2211 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1674 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2212 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1675 <target>Die Einstellungen sind anscheinend ungültig. Bitte suche nach potentiellen Fehlern in den verschiedenen Reitern.</target> 2213 <target>Die Einstellungen sind anscheinend ungültig. Bitte suche nach potentiellen Fehlern in den verschiedenen Reitern.</target>
1676 <context-group name="null"> 2214 <context-group name="null">
1677 <context context-type="linenumber">341</context> 2215 <context context-type="linenumber">394</context>
1678 </context-group> 2216 </context-group>
1679 </trans-unit> 2217 </trans-unit>
1680 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2218 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1710,17 +2248,6 @@ Konto erstellen</target>
1710 <context context-type="linenumber">11</context> 2248 <context context-type="linenumber">11</context>
1711 </context-group> 2249 </context-group>
1712 </trans-unit> 2250 </trans-unit>
1713 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368">
1714 <source>
1715 Jobs
1716 </source>
1717 <target>
1718 Jobs
1719 </target>
1720 <context-group name="null">
1721 <context context-type="linenumber">15</context>
1722 </context-group>
1723 </trans-unit>
1724 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 2251 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1725 <source> 2252 <source>
1726 Configuration 2253 Configuration
@@ -1729,7 +2256,7 @@ Konto erstellen</target>
1729 Einstellungen 2256 Einstellungen
1730 </target> 2257 </target>
1731 <context-group name="null"> 2258 <context-group name="null">
1732 <context context-type="linenumber">19</context> 2259 <context context-type="linenumber">15</context>
1733 </context-group> 2260 </context-group>
1734 </trans-unit> 2261 </trans-unit>
1735 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 2262 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
@@ -1771,20 +2298,6 @@ Konto erstellen</target>
1771 <context context-type="linenumber">18</context> 2298 <context context-type="linenumber">18</context>
1772 </context-group> 2299 </context-group>
1773 </trans-unit> 2300 </trans-unit>
1774 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1775 <source>Score</source>
1776 <target>Punkte</target>
1777 <context-group name="null">
1778 <context context-type="linenumber">17</context>
1779 </context-group>
1780 </trans-unit>
1781 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1782 <source>Host</source>
1783 <target>Host</target>
1784 <context-group name="null">
1785 <context context-type="linenumber">19</context>
1786 </context-group>
1787 </trans-unit>
1788 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2301 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
1789 <source>State</source> 2302 <source>State</source>
1790 <target>Status</target> 2303 <target>Status</target>
@@ -1792,6 +2305,13 @@ Konto erstellen</target>
1792 <context context-type="linenumber">10</context> 2305 <context context-type="linenumber">10</context>
1793 </context-group> 2306 </context-group>
1794 </trans-unit> 2307 </trans-unit>
2308 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
2309 <source>Score</source>
2310 <target>Punkte</target>
2311 <context-group name="null">
2312 <context context-type="linenumber">19</context>
2313 </context-group>
2314 </trans-unit>
1795 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2315 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1796 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2316 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1797 <target>Erstellt <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2317 <target>Erstellt <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -1813,6 +2333,20 @@ Konto erstellen</target>
1813 <context context-type="linenumber">33</context> 2333 <context context-type="linenumber">33</context>
1814 </context-group> 2334 </context-group>
1815 </trans-unit> 2335 </trans-unit>
2336 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2337 <source>Refuse</source>
2338 <target>Ablehnen</target>
2339 <context-group name="null">
2340 <context context-type="linenumber">42</context>
2341 </context-group>
2342 </trans-unit>
2343 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
2344 <source>Host</source>
2345 <target>Host</target>
2346 <context-group name="null">
2347 <context context-type="linenumber">19</context>
2348 </context-group>
2349 </trans-unit>
1816 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8"> 2350 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
1817 <source>Redundancy allowed</source> 2351 <source>Redundancy allowed</source>
1818 <target>Redundanz erlaubt</target> 2352 <target>Redundanz erlaubt</target>
@@ -1848,34 +2382,6 @@ Konto erstellen</target>
1848 <context context-type="linenumber">9</context> 2382 <context context-type="linenumber">9</context>
1849 </context-group> 2383 </context-group>
1850 </trans-unit> 2384 </trans-unit>
1851 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1852 <source>Jobs list</source>
1853 <target>Jobliste</target>
1854 <context-group name="null">
1855 <context context-type="linenumber">2</context>
1856 </context-group>
1857 </trans-unit>
1858 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1859 <source>Type</source>
1860 <target>Typ</target>
1861 <context-group name="null">
1862 <context context-type="linenumber">19</context>
1863 </context-group>
1864 </trans-unit>
1865 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
1866 <source>Processed on</source>
1867 <target>Verarbeitet am</target>
1868 <context-group name="null">
1869 <context context-type="linenumber">22</context>
1870 </context-group>
1871 </trans-unit>
1872 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
1873 <source>Finished on</source>
1874 <target>Fertiggestellt am</target>
1875 <context-group name="null">
1876 <context context-type="linenumber">23</context>
1877 </context-group>
1878 </trans-unit>
1879 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 2385 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1880 <source>Create user</source> 2386 <source>Create user</source>
1881 <target>Benutzer anlegen</target> 2387 <target>Benutzer anlegen</target>
@@ -1955,7 +2461,7 @@ Konto erstellen</target>
1955 <source>Go to the account page</source> 2461 <source>Go to the account page</source>
1956 <target>Zur Kontoseite gehen</target> 2462 <target>Zur Kontoseite gehen</target>
1957 <context-group name="null"> 2463 <context-group name="null">
1958 <context context-type="linenumber">133</context> 2464 <context context-type="linenumber">153</context>
1959 </context-group> 2465 </context-group>
1960 </trans-unit> 2466 </trans-unit>
1961 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2467 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -1994,14 +2500,14 @@ Konto erstellen</target>
1994 Dieser Kommentar kann nur von dir und den anderen Moderatoren gesehen werden. 2500 Dieser Kommentar kann nur von dir und den anderen Moderatoren gesehen werden.
1995 </target> 2501 </target>
1996 <context-group name="null"> 2502 <context-group name="null">
1997 <context context-type="linenumber">17</context> 2503 <context context-type="linenumber">18</context>
1998 </context-group> 2504 </context-group>
1999 </trans-unit> 2505 </trans-unit>
2000 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 2506 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
2001 <source>Update this comment</source> 2507 <source>Update this comment</source>
2002 <target>Diesen Kommentar aktualisieren</target> 2508 <target>Diesen Kommentar aktualisieren</target>
2003 <context-group name="null"> 2509 <context-group name="null">
2004 <context context-type="linenumber">25</context> 2510 <context context-type="linenumber">26</context>
2005 </context-group> 2511 </context-group>
2006 </trans-unit> 2512 </trans-unit>
2007 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 2513 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -2088,6 +2594,13 @@ Konto erstellen</target>
2088 <context context-type="linenumber">43</context> 2594 <context context-type="linenumber">43</context>
2089 </context-group> 2595 </context-group>
2090 </trans-unit> 2596 </trans-unit>
2597 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2598 <source>Unblacklist</source>
2599 <target>Entsperren</target>
2600 <context-group name="null">
2601 <context context-type="linenumber">16</context>
2602 </context-group>
2603 </trans-unit>
2091 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2604 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2092 <source>Moderation</source> 2605 <source>Moderation</source>
2093 <target>Moderation</target> 2606 <target>Moderation</target>
@@ -2102,13 +2615,6 @@ Konto erstellen</target>
2102 <context context-type="linenumber">5</context> 2615 <context context-type="linenumber">5</context>
2103 </context-group> 2616 </context-group>
2104 </trans-unit> 2617 </trans-unit>
2105 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2106 <source>Blacklisted videos</source>
2107 <target>Gesperrte Videos</target>
2108 <context-group name="null">
2109 <context context-type="linenumber">7</context>
2110 </context-group>
2111 </trans-unit>
2112 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2618 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2113 <source>Muted accounts</source> 2619 <source>Muted accounts</source>
2114 <target>Stummgeschaltete Accounts</target> 2620 <target>Stummgeschaltete Accounts</target>
@@ -2120,7 +2626,7 @@ Konto erstellen</target>
2120 <source>Muted servers</source> 2626 <source>Muted servers</source>
2121 <target>Stummgeschaltete Server</target> 2627 <target>Stummgeschaltete Server</target>
2122 <context-group name="null"> 2628 <context-group name="null">
2123 <context context-type="linenumber">11</context> 2629 <context context-type="linenumber">13</context>
2124 </context-group> 2630 </context-group>
2125 </trans-unit> 2631 </trans-unit>
2126 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2632 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2144,6 +2650,34 @@ Konto erstellen</target>
2144 <context context-type="linenumber">23</context> 2650 <context context-type="linenumber">23</context>
2145 </context-group> 2651 </context-group>
2146 </trans-unit> 2652 </trans-unit>
2653 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2654 <source>Jobs list</source>
2655 <target>Jobliste</target>
2656 <context-group name="null">
2657 <context context-type="linenumber">2</context>
2658 </context-group>
2659 </trans-unit>
2660 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2661 <source>Type</source>
2662 <target>Typ</target>
2663 <context-group name="null">
2664 <context context-type="linenumber">19</context>
2665 </context-group>
2666 </trans-unit>
2667 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2668 <source>Processed on</source>
2669 <target>Verarbeitet am</target>
2670 <context-group name="null">
2671 <context context-type="linenumber">22</context>
2672 </context-group>
2673 </trans-unit>
2674 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2675 <source>Finished on</source>
2676 <target>Fertiggestellt am</target>
2677 <context-group name="null">
2678 <context context-type="linenumber">23</context>
2679 </context-group>
2680 </trans-unit>
2147 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 2681 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
2148 <source>Video quota:</source> 2682 <source>Video quota:</source>
2149 <target>Videokontingent:</target> 2683 <target>Videokontingent:</target>
@@ -2176,14 +2710,14 @@ Konto erstellen</target>
2176 <source>Change ownership</source> 2710 <source>Change ownership</source>
2177 <target>Besitzer ändern</target> 2711 <target>Besitzer ändern</target>
2178 <context-group name="null"> 2712 <context-group name="null">
2179 <context context-type="linenumber">46</context> 2713 <context context-type="linenumber">21</context>
2180 </context-group> 2714 </context-group>
2181 </trans-unit> 2715 </trans-unit>
2182 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2716 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
2183 <source>Select the next owner</source> 2717 <source>Select the next owner</source>
2184 <target>Wähle den nächsten Besitzer</target> 2718 <target>Wähle den nächsten Besitzer</target>
2185 <context-group name="null"> 2719 <context-group name="null">
2186 <context context-type="linenumber">9</context> 2720 <context context-type="linenumber">10</context>
2187 </context-group> 2721 </context-group>
2188 </trans-unit> 2722 </trans-unit>
2189 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8"> 2723 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
@@ -2197,38 +2731,6 @@ Konto erstellen</target>
2197 <context context-type="linenumber">35</context> 2731 <context context-type="linenumber">35</context>
2198 </context-group> 2732 </context-group>
2199 </trans-unit> 2733 </trans-unit>
2200 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79">
2201 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2202 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe</target>
2203 <context-group name="null">
2204 <context context-type="linenumber">19</context>
2205 </context-group>
2206 </trans-unit>
2207 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2208 <source>Blacklisted</source>
2209 <target>Gesperrt</target>
2210 <context-group name="null">
2211 <context context-type="linenumber">22</context>
2212 </context-group>
2213 </trans-unit>
2214 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2215 <source>
2216 Cancel
2217 </source>
2218 <target>
2219 Abbrechen
2220 </target>
2221 <context-group name="null">
2222 <context context-type="linenumber">30</context>
2223 </context-group>
2224 </trans-unit>
2225 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2226 <source>Create another video channel</source>
2227 <target>Einen weiteren Videokanal erstellen</target>
2228 <context-group name="null">
2229 <context context-type="linenumber">4</context>
2230 </context-group>
2231 </trans-unit>
2232 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2734 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
2233 <source>Go to the channel</source> 2735 <source>Go to the channel</source>
2234 <target>Zum Kanal gehen</target> 2736 <target>Zum Kanal gehen</target>
@@ -2250,13 +2752,6 @@ Konto erstellen</target>
2250 <context context-type="linenumber">15</context> 2752 <context context-type="linenumber">15</context>
2251 </context-group> 2753 </context-group>
2252 </trans-unit> 2754 </trans-unit>
2253 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2254 <source>Display name</source>
2255 <target>Anzeigename</target>
2256 <context-group name="null">
2257 <context context-type="linenumber">6</context>
2258 </context-group>
2259 </trans-unit>
2260 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2755 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2261 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2756 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2262When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2757When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2305,7 +2800,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2305 <source>Select the target channel</source> 2800 <source>Select the target channel</source>
2306 <target>Wähle den Zielkanal</target> 2801 <target>Wähle den Zielkanal</target>
2307 <context-group name="null"> 2802 <context-group name="null">
2308 <context context-type="linenumber">9</context> 2803 <context context-type="linenumber">10</context>
2309 </context-group> 2804 </context-group>
2310 </trans-unit> 2805 </trans-unit>
2311 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740"> 2806 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
@@ -2346,14 +2841,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2346 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source> 2841 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
2347 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target> 2842 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
2348 <context-group name="null"> 2843 <context-group name="null">
2349 <context context-type="linenumber">39</context> 2844 <context context-type="linenumber">38</context>
2350 </context-group>
2351 </trans-unit>
2352 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2353 <source>Refuse</source>
2354 <target>Ablehnen</target>
2355 <context-group name="null">
2356 <context context-type="linenumber">47</context>
2357 </context-group> 2845 </context-group>
2358 </trans-unit> 2846 </trans-unit>
2359 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e"> 2847 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
@@ -2363,6 +2851,27 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2363 <context context-type="linenumber">2</context> 2851 <context context-type="linenumber">2</context>
2364 </context-group> 2852 </context-group>
2365 </trans-unit> 2853 </trans-unit>
2854 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2855 <source>Privacy</source>
2856 <target>Sichtbarkeit</target>
2857 <context-group name="null">
2858 <context context-type="linenumber">179</context>
2859 </context-group>
2860 </trans-unit>
2861 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2862 <source>Channel</source>
2863 <target>Kanal</target>
2864 <context-group name="null">
2865 <context context-type="linenumber">39</context>
2866 </context-group>
2867 </trans-unit>
2868 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2869 <source>Upload thumbnail</source>
2870 <target>Miniaturansicht hochladen</target>
2871 <context-group name="null">
2872 <context context-type="linenumber">192</context>
2873 </context-group>
2874 </trans-unit>
2366 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2875 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2367 <source>Change password</source> 2876 <source>Change password</source>
2368 <target>Passwort ändern</target> 2877 <target>Passwort ändern</target>
@@ -2412,13 +2921,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2412 <context context-type="linenumber">28</context> 2921 <context context-type="linenumber">28</context>
2413 </context-group> 2922 </context-group>
2414 </trans-unit> 2923 </trans-unit>
2415 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2416 <source>Save</source>
2417 <target>Speichern</target>
2418 <context-group name="null">
2419 <context context-type="linenumber">32</context>
2420 </context-group>
2421 </trans-unit>
2422 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2924 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2423 <source>Update my profile</source> 2925 <source>Update my profile</source>
2424 <target>Mein Profil aktualisieren</target> 2926 <target>Mein Profil aktualisieren</target>
@@ -2544,7 +3046,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2544 <source>URL</source> 3046 <source>URL</source>
2545 <target>URL</target> 3047 <target>URL</target>
2546 <context-group name="null"> 3048 <context-group name="null">
2547 <context context-type="linenumber">17</context> 3049 <context context-type="linenumber">25</context>
2548 </context-group> 3050 </context-group>
2549 </trans-unit> 3051 </trans-unit>
2550 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 3052 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2554,20 +3056,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2554 <context context-type="linenumber">9</context> 3056 <context context-type="linenumber">9</context>
2555 </context-group> 3057 </context-group>
2556 </trans-unit> 3058 </trans-unit>
2557 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2558 <source>Channel</source>
2559 <target>Kanal</target>
2560 <context-group name="null">
2561 <context context-type="linenumber">39</context>
2562 </context-group>
2563 </trans-unit>
2564 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2565 <source>Privacy</source>
2566 <target>Sichtbarkeit</target>
2567 <context-group name="null">
2568 <context context-type="linenumber">159</context>
2569 </context-group>
2570 </trans-unit>
2571 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 3059 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2572 <source>Sorry, but something went wrong</source> 3060 <source>Sorry, but something went wrong</source>
2573 <target>Entschuldigung, etwas ist schiefgegangen</target> 3061 <target>Entschuldigung, etwas ist schiefgegangen</target>
@@ -2590,7 +3078,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2590 <source>Update</source> 3078 <source>Update</source>
2591 <target>Aktualisieren</target> 3079 <target>Aktualisieren</target>
2592 <context-group name="null"> 3080 <context-group name="null">
2593 <context context-type="linenumber">92</context> 3081 <context context-type="linenumber">17</context>
2594 </context-group> 3082 </context-group>
2595 </trans-unit> 3083 </trans-unit>
2596 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 3084 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2738,7 +3226,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2738 <source>Tags</source> 3226 <source>Tags</source>
2739 <target>Tags</target> 3227 <target>Tags</target>
2740 <context-group name="null"> 3228 <context-group name="null">
2741 <context context-type="linenumber">191</context> 3229 <context context-type="linenumber">216</context>
2742 </context-group> 3230 </context-group>
2743 </trans-unit> 3231 </trans-unit>
2744 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 3232 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -2790,25 +3278,18 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2790 <context context-type="linenumber">120</context> 3278 <context context-type="linenumber">120</context>
2791 </context-group> 3279 </context-group>
2792 </trans-unit> 3280 </trans-unit>
2793 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2794 <source>Enable video comments</source>
2795 <target>Videokommentare zulassen</target>
2796 <context-group name="null">
2797 <context context-type="linenumber">125</context>
2798 </context-group>
2799 </trans-unit>
2800 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 3281 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
2801 <source>Wait transcoding before publishing the video</source> 3282 <source>Wait transcoding before publishing the video</source>
2802 <target>Transkodieren abwarten, bevor das Video veröffentlicht wird</target> 3283 <target>Transkodieren abwarten, bevor das Video veröffentlicht wird</target>
2803 <context-group name="null"> 3284 <context-group name="null">
2804 <context context-type="linenumber">131</context> 3285 <context context-type="linenumber">126</context>
2805 </context-group> 3286 </context-group>
2806 </trans-unit> 3287 </trans-unit>
2807 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63"> 3288 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
2808 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source> 3289 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
2809 <target>Wenn du dich entschließt, das Transkodieren nicht abzuwarten, kann das Video unabspielbar sein, bis das Transkodieren beendet ist.</target> 3290 <target>Wenn du dich entschließt, das Transkodieren nicht abzuwarten, kann das Video unabspielbar sein, bis das Transkodieren beendet ist.</target>
2810 <context-group name="null"> 3291 <context-group name="null">
2811 <context context-type="linenumber">132</context> 3292 <context context-type="linenumber">127</context>
2812 </context-group> 3293 </context-group>
2813 </trans-unit> 3294 </trans-unit>
2814 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 3295 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
@@ -2822,49 +3303,49 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2822 <source>Add another caption</source> 3303 <source>Add another caption</source>
2823 <target>Weitere Untertitel hinzufügen</target> 3304 <target>Weitere Untertitel hinzufügen</target>
2824 <context-group name="null"> 3305 <context-group name="null">
2825 <context context-type="linenumber">147</context> 3306 <context context-type="linenumber">142</context>
2826 </context-group> 3307 </context-group>
2827 </trans-unit> 3308 </trans-unit>
2828 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed"> 3309 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
2829 <source>See the subtitle file</source> 3310 <source>See the subtitle file</source>
2830 <target>Siehe in der Untertiteldatei</target> 3311 <target>Siehe in der Untertiteldatei</target>
2831 <context-group name="null"> 3312 <context-group name="null">
2832 <context context-type="linenumber">156</context> 3313 <context context-type="linenumber">151</context>
2833 </context-group> 3314 </context-group>
2834 </trans-unit> 3315 </trans-unit>
2835 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 3316 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2836 <source>Already uploaded ✔</source> 3317 <source>Already uploaded ✔</source>
2837 <target>Fast hochgeladen ✔</target> 3318 <target>Fast hochgeladen ✔</target>
2838 <context-group name="null"> 3319 <context-group name="null">
2839 <context context-type="linenumber">160</context> 3320 <context context-type="linenumber">155</context>
2840 </context-group> 3321 </context-group>
2841 </trans-unit> 3322 </trans-unit>
2842 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad"> 3323 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
2843 <source>Will be created on update</source> 3324 <source>Will be created on update</source>
2844 <target>Wird bei einer Aktualisierung erstellt</target> 3325 <target>Wird bei einer Aktualisierung erstellt</target>
2845 <context-group name="null"> 3326 <context-group name="null">
2846 <context context-type="linenumber">168</context> 3327 <context context-type="linenumber">163</context>
2847 </context-group> 3328 </context-group>
2848 </trans-unit> 3329 </trans-unit>
2849 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9"> 3330 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
2850 <source>Cancel create</source> 3331 <source>Cancel create</source>
2851 <target>Erstellen abbrechen</target> 3332 <target>Erstellen abbrechen</target>
2852 <context-group name="null"> 3333 <context-group name="null">
2853 <context context-type="linenumber">170</context> 3334 <context context-type="linenumber">165</context>
2854 </context-group> 3335 </context-group>
2855 </trans-unit> 3336 </trans-unit>
2856 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393"> 3337 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
2857 <source>Will be deleted on update</source> 3338 <source>Will be deleted on update</source>
2858 <target>Wird bei einer Aktualisierung gelöscht</target> 3339 <target>Wird bei einer Aktualisierung gelöscht</target>
2859 <context-group name="null"> 3340 <context-group name="null">
2860 <context context-type="linenumber">176</context> 3341 <context context-type="linenumber">171</context>
2861 </context-group> 3342 </context-group>
2862 </trans-unit> 3343 </trans-unit>
2863 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 3344 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
2864 <source>Cancel deletion</source> 3345 <source>Cancel deletion</source>
2865 <target>Löschen abbrechen</target> 3346 <target>Löschen abbrechen</target>
2866 <context-group name="null"> 3347 <context-group name="null">
2867 <context context-type="linenumber">178</context> 3348 <context context-type="linenumber">173</context>
2868 </context-group> 3349 </context-group>
2869 </trans-unit> 3350 </trans-unit>
2870 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0"> 3351 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
@@ -2875,49 +3356,49 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2875 Bis auf Weiteres keine Untertitel. 3356 Bis auf Weiteres keine Untertitel.
2876 </target> 3357 </target>
2877 <context-group name="null"> 3358 <context-group name="null">
2878 <context context-type="linenumber">183</context> 3359 <context context-type="linenumber">178</context>
2879 </context-group> 3360 </context-group>
2880 </trans-unit> 3361 </trans-unit>
2881 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93"> 3362 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
2882 <source>Captions</source> 3363 <source>Captions</source>
2883 <target>Untertitel</target> 3364 <target>Untertitel</target>
2884 <context-group name="null"> 3365 <context-group name="null">
2885 <context context-type="linenumber">140</context> 3366 <context context-type="linenumber">135</context>
2886 </context-group>
2887 </trans-unit>
2888 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2889 <source>Upload thumbnail</source>
2890 <target>Miniaturansicht hochladen</target>
2891 <context-group name="null">
2892 <context context-type="linenumber">196</context>
2893 </context-group> 3367 </context-group>
2894 </trans-unit> 3368 </trans-unit>
2895 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3369 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2896 <source>Upload preview</source> 3370 <source>Upload preview</source>
2897 <target>Vorschau hochladen</target> 3371 <target>Vorschau hochladen</target>
2898 <context-group name="null"> 3372 <context-group name="null">
2899 <context context-type="linenumber">203</context> 3373 <context context-type="linenumber">199</context>
2900 </context-group> 3374 </context-group>
2901 </trans-unit> 3375 </trans-unit>
2902 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 3376 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
2903 <source>Support</source> 3377 <source>Support</source>
2904 <target>Unterstützen</target> 3378 <target>Unterstützen</target>
2905 <context-group name="null"> 3379 <context-group name="null">
2906 <context context-type="linenumber">69</context> 3380 <context context-type="linenumber">103</context>
2907 </context-group> 3381 </context-group>
2908 </trans-unit> 3382 </trans-unit>
2909 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3383 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
2910 <source>Short text to tell people how they can support you (membership platform...).</source> 3384 <source>Short text to tell people how they can support you (membership platform...).</source>
2911 <target>Ein kurzer Text, der anderen erklärt, wie sie dich unterstützen können.</target> 3385 <target>Ein kurzer Text, der anderen erklärt, wie sie dich unterstützen können.</target>
2912 <context-group name="null"> 3386 <context-group name="null">
2913 <context context-type="linenumber">210</context> 3387 <context context-type="linenumber">206</context>
3388 </context-group>
3389 </trans-unit>
3390 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3391 <source>Enable video comments</source>
3392 <target>Videokommentare zulassen</target>
3393 <context-group name="null">
3394 <context context-type="linenumber">234</context>
2914 </context-group> 3395 </context-group>
2915 </trans-unit> 3396 </trans-unit>
2916 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3397 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2917 <source>Advanced settings</source> 3398 <source>Advanced settings</source>
2918 <target>Erweiterte Einstellungen</target> 3399 <target>Erweiterte Einstellungen</target>
2919 <context-group name="null"> 3400 <context-group name="null">
2920 <context context-type="linenumber">191</context> 3401 <context context-type="linenumber">186</context>
2921 </context-group> 3402 </context-group>
2922 </trans-unit> 3403 </trans-unit>
2923 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0"> 3404 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
@@ -2931,78 +3412,25 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2931 <context context-type="linenumber">2</context> 3412 <context context-type="linenumber">2</context>
2932 </context-group> 3413 </context-group>
2933 </trans-unit> 3414 </trans-unit>
2934 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
2935 <source>Download video</source>
2936 <target>Video herunterladen</target>
2937 <context-group name="null">
2938 <context context-type="linenumber">3</context>
2939 </context-group>
2940 </trans-unit>
2941 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
2942 <source>Direct download</source>
2943 <target>Direkter Download</target>
2944 <context-group name="null">
2945 <context context-type="linenumber">27</context>
2946 </context-group>
2947 </trans-unit>
2948 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
2949 <source>Torrent (.torrent file)</source>
2950 <target>Torrent (Torrent-Datei)</target>
2951 <context-group name="null">
2952 <context context-type="linenumber">32</context>
2953 </context-group>
2954 </trans-unit>
2955 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
2956 <source>Torrent (magnet link)</source>
2957 <target>Torrent (Magnet-Link)</target>
2958 <context-group name="null">
2959 <context context-type="linenumber">37</context>
2960 </context-group>
2961 </trans-unit>
2962 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
2963 <source>
2964 Cancel
2965 </source>
2966 <target>
2967 Abbrechen
2968 </target>
2969 <context-group name="null">
2970 <context context-type="linenumber">47</context>
2971 </context-group>
2972 </trans-unit>
2973 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
2974 <source>Download</source>
2975 <target>Herunterladen</target>
2976 <context-group name="null">
2977 <context context-type="linenumber">84</context>
2978 </context-group>
2979 </trans-unit>
2980 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
2981 <source>Report video</source>
2982 <target>Video melden</target>
2983 <context-group name="null">
2984 <context context-type="linenumber">3</context>
2985 </context-group>
2986 </trans-unit>
2987 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 3415 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2988 <source>Share</source> 3416 <source>Share</source>
2989 <target>Teilen</target> 3417 <target>Teilen</target>
2990 <context-group name="null"> 3418 <context-group name="null">
2991 <context context-type="linenumber">74</context> 3419 <context context-type="linenumber">108</context>
2992 </context-group> 3420 </context-group>
2993 </trans-unit> 3421 </trans-unit>
2994 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3422 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2995 <source>QR-Code</source> 3423 <source>QR-Code</source>
2996 <target>QR-Code</target> 3424 <target>QR-Code</target>
2997 <context-group name="null"> 3425 <context-group name="null">
2998 <context context-type="linenumber">29</context> 3426 <context context-type="linenumber">37</context>
2999 </context-group> 3427 </context-group>
3000 </trans-unit> 3428 </trans-unit>
3001 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3429 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3002 <source>Embed</source> 3430 <source>Embed</source>
3003 <target>Einbetten</target> 3431 <target>Einbetten</target>
3004 <context-group name="null"> 3432 <context-group name="null">
3005 <context context-type="linenumber">34</context> 3433 <context context-type="linenumber">42</context>
3006 </context-group> 3434 </context-group>
3007 </trans-unit> 3435 </trans-unit>
3008 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3436 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3013,61 +3441,21 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3013 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). 3441 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).
3014 </target> 3442 </target>
3015 <context-group name="null"> 3443 <context-group name="null">
3016 <context context-type="linenumber">45</context> 3444 <context context-type="linenumber">53</context>
3017 </context-group> 3445 </context-group>
3018 </trans-unit> 3446 </trans-unit>
3019 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3447 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3020 <source>Close</source> 3448 <source>Close</source>
3021 <target>Schließen</target> 3449 <target>Schließen</target>
3022 <context-group name="null"> 3450 <context-group name="null">
3023 <context context-type="linenumber">51</context> 3451 <context context-type="linenumber">59</context>
3024 </context-group>
3025 </trans-unit>
3026 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
3027 <source>Blacklist video</source>
3028 <target>Video sperren</target>
3029 <context-group name="null">
3030 <context context-type="linenumber">3</context>
3031 </context-group>
3032 </trans-unit>
3033 <trans-unit id="7584313e33a66811eb10646627914a01fff0347d">
3034 <source>
3035 The video is being imported, it will be available when the import is finished.
3036 </source>
3037 <target>
3038 Das Video wird importiert, es ist verfügbar, sobald der Import abgeschlossen ist.
3039 </target>
3040 <context-group name="null">
3041 <context context-type="linenumber">11</context>
3042 </context-group>
3043 </trans-unit>
3044 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
3045 <source>
3046 The video is being transcoded, it may not work properly.
3047 </source>
3048 <target>
3049 Dieses Video wird transkodiert, es funktioniert daher möglicherweise nicht ganz.
3050 </target>
3051 <context-group name="null">
3052 <context context-type="linenumber">15</context>
3053 </context-group>
3054 </trans-unit>
3055 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
3056 <source>
3057 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3058 </source>
3059 <target>
3060 Dieses Video wird am <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/> veröffentlicht.
3061 </target>
3062 <context-group name="null">
3063 <context context-type="linenumber">19</context>
3064 </context-group> 3452 </context-group>
3065 </trans-unit> 3453 </trans-unit>
3066 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3454 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3067 <source>This video is blacklisted.</source> 3455 <source>This video is blacklisted.</source>
3068 <target>Dieses Video ist gesperrt.</target> 3456 <target>Dieses Video ist gesperrt.</target>
3069 <context-group name="null"> 3457 <context-group name="null">
3070 <context context-type="linenumber">24</context> 3458 <context context-type="linenumber">57</context>
3071 </context-group> 3459 </context-group>
3072 </trans-unit> 3460 </trans-unit>
3073 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3461 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3078,130 +3466,56 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3078 Veröffentlicht <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe 3466 Veröffentlicht <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe
3079 </target> 3467 </target>
3080 <context-group name="null"> 3468 <context-group name="null">
3081 <context context-type="linenumber">37</context> 3469 <context context-type="linenumber">78</context>
3082 </context-group>
3083 </trans-unit>
3084 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3085 <source>
3086 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3087 </source>
3088 <target>
3089 Veröffentlicht <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe
3090 </target>
3091 <context-group name="null">
3092 <context context-type="linenumber">46</context>
3093 </context-group> 3470 </context-group>
3094 </trans-unit> 3471 </trans-unit>
3095 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3472 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3096 <source>Like this video</source> 3473 <source>Like this video</source>
3097 <target>Das Video gefällt mir</target> 3474 <target>Das Video gefällt mir</target>
3098 <context-group name="null"> 3475 <context-group name="null">
3099 <context context-type="linenumber">57</context> 3476 <context context-type="linenumber">88</context>
3100 </context-group> 3477 </context-group>
3101 </trans-unit> 3478 </trans-unit>
3102 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3479 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3103 <source>Dislike this video</source> 3480 <source>Dislike this video</source>
3104 <target>Das Video gefällt mir nicht</target> 3481 <target>Das Video gefällt mir nicht</target>
3105 <context-group name="null"> 3482 <context-group name="null">
3106 <context context-type="linenumber">64</context>
3107 </context-group>
3108 </trans-unit>
3109 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3110 <source>Download the video</source>
3111 <target>Video herunterladen</target>
3112 <context-group name="null">
3113 <context context-type="linenumber">83</context>
3114 </context-group>
3115 </trans-unit>
3116 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3117 <source>Report</source>
3118 <target>Melden</target>
3119 <context-group name="null">
3120 <context context-type="linenumber">88</context>
3121 </context-group>
3122 </trans-unit>
3123 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3124 <source>Report this video</source>
3125 <target>Dieses Video melden</target>
3126 <context-group name="null">
3127 <context context-type="linenumber">87</context>
3128 </context-group>
3129 </trans-unit>
3130 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3131 <source>Update this video</source>
3132 <target>Dieses Video aktualisieren</target>
3133 <context-group name="null">
3134 <context context-type="linenumber">91</context>
3135 </context-group>
3136 </trans-unit>
3137 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3138 <source>Blacklist</source>
3139 <target>Sperren</target>
3140 <context-group name="null">
3141 <context context-type="linenumber">96</context> 3483 <context context-type="linenumber">96</context>
3142 </context-group> 3484 </context-group>
3143 </trans-unit> 3485 </trans-unit>
3144 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3145 <source>Blacklist this video</source>
3146 <target>Dieses Video sperren</target>
3147 <context-group name="null">
3148 <context context-type="linenumber">95</context>
3149 </context-group>
3150 </trans-unit>
3151 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3152 <source>Unblacklist</source>
3153 <target>Entsperren</target>
3154 <context-group name="null">
3155 <context context-type="linenumber">100</context>
3156 </context-group>
3157 </trans-unit>
3158 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3159 <source>Unblacklist this video</source>
3160 <target>Dieses Video entsperren</target>
3161 <context-group name="null">
3162 <context context-type="linenumber">99</context>
3163 </context-group>
3164 </trans-unit>
3165 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3166 <source>Delete this video</source>
3167 <target>Dieses Video löschen</target>
3168 <context-group name="null">
3169 <context context-type="linenumber">103</context>
3170 </context-group>
3171 </trans-unit>
3172 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3486 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3173 <source>Go the channel page</source> 3487 <source>Go the channel page</source>
3174 <target>Zur Seite des Kanals gehen</target> 3488 <target>Zur Seite des Kanals gehen</target>
3175 <context-group name="null"> 3489 <context-group name="null">
3176 <context context-type="linenumber">123</context> 3490 <context context-type="linenumber">143</context>
3177 </context-group> 3491 </context-group>
3178 </trans-unit> 3492 </trans-unit>
3179 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3493 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3180 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3494 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3181 <target>Von <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3495 <target>Von <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3182 <context-group name="null"> 3496 <context-group name="null">
3183 <context context-type="linenumber">134</context> 3497 <context context-type="linenumber">154</context>
3184 </context-group> 3498 </context-group>
3185 </trans-unit> 3499 </trans-unit>
3186 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3500 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3187 <source>Show more</source> 3501 <source>Show more</source>
3188 <target>Mehr anzeigen</target> 3502 <target>Mehr anzeigen</target>
3189 <context-group name="null"> 3503 <context-group name="null">
3190 <context context-type="linenumber">146</context> 3504 <context context-type="linenumber">166</context>
3191 </context-group> 3505 </context-group>
3192 </trans-unit> 3506 </trans-unit>
3193 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3507 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3194 <source>Show less</source> 3508 <source>Show less</source>
3195 <target>Weniger anzeigen</target> 3509 <target>Weniger anzeigen</target>
3196 <context-group name="null"> 3510 <context-group name="null">
3197 <context context-type="linenumber">152</context> 3511 <context context-type="linenumber">172</context>
3198 </context-group> 3512 </context-group>
3199 </trans-unit> 3513 </trans-unit>
3200 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3514 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3201 <source>Friendly Reminder: </source> 3515 <source>Friendly Reminder: </source>
3202 <target>Freundliche Erinnerung:</target> 3516 <target>Freundliche Erinnerung:</target>
3203 <context-group name="null"> 3517 <context-group name="null">
3204 <context context-type="linenumber">208</context> 3518 <context context-type="linenumber">232</context>
3205 </context-group> 3519 </context-group>
3206 </trans-unit> 3520 </trans-unit>
3207 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3521 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3212,21 +3526,21 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3212 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. 3526 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.
3213 </target> 3527 </target>
3214 <context-group name="null"> 3528 <context-group name="null">
3215 <context context-type="linenumber">209</context> 3529 <context context-type="linenumber">233</context>
3216 </context-group> 3530 </context-group>
3217 </trans-unit> 3531 </trans-unit>
3218 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3532 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3219 <source>More information</source> 3533 <source>More information</source>
3220 <target>Weitere Informationen</target> 3534 <target>Weitere Informationen</target>
3221 <context-group name="null"> 3535 <context-group name="null">
3222 <context context-type="linenumber">212</context> 3536 <context context-type="linenumber">236</context>
3223 </context-group> 3537 </context-group>
3224 </trans-unit> 3538 </trans-unit>
3225 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3539 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3226 <source>Get more information</source> 3540 <source>Get more information</source>
3227 <target>Weitere Informationen bekommen</target> 3541 <target>Weitere Informationen bekommen</target>
3228 <context-group name="null"> 3542 <context-group name="null">
3229 <context context-type="linenumber">212</context> 3543 <context context-type="linenumber">236</context>
3230 </context-group> 3544 </context-group>
3231 </trans-unit> 3545 </trans-unit>
3232 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3546 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3237,7 +3551,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3237 OK 3551 OK
3238 </target> 3552 </target>
3239 <context-group name="null"> 3553 <context-group name="null">
3240 <context context-type="linenumber">215</context> 3554 <context context-type="linenumber">239</context>
3241 </context-group> 3555 </context-group>
3242 </trans-unit> 3556 </trans-unit>
3243 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3557 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -3671,6 +3985,27 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3671 <context context-type="linenumber">1</context> 3985 <context context-type="linenumber">1</context>
3672 </context-group> 3986 </context-group>
3673 </trans-unit> 3987 </trans-unit>
3988 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
3989 <source>Info</source>
3990 <target>Infos</target>
3991 <context-group name="null">
3992 <context context-type="linenumber">1</context>
3993 </context-group>
3994 </trans-unit>
3995 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
3996 <source>Warning</source>
3997 <target>Warnung</target>
3998 <context-group name="null">
3999 <context context-type="linenumber">1</context>
4000 </context-group>
4001 </trans-unit>
4002 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4003 <source>Error</source>
4004 <target>Fehler</target>
4005 <context-group name="null">
4006 <context context-type="linenumber">1</context>
4007 </context-group>
4008 </trans-unit>
3674 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 4009 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
3675 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 4010 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
3676 <target>Benutzer <x id="INTERPOLATION" equiv-text="{{username}}"/> erstellt.</target> 4011 <target>Benutzer <x id="INTERPOLATION" equiv-text="{{username}}"/> erstellt.</target>
@@ -3853,13 +4188,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3853 <context context-type="linenumber">1</context> 4188 <context context-type="linenumber">1</context>
3854 </context-group> 4189 </context-group>
3855 </trans-unit> 4190 </trans-unit>
3856 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
3857 <source>Create</source>
3858 <target>Erstellen</target>
3859 <context-group name="null">
3860 <context context-type="linenumber">1</context>
3861 </context-group>
3862 </trans-unit>
3863 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4191 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
3864 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4192 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
3865 <target>Videokanal <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> aktualisiert.</target> 4193 <target>Videokanal <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> aktualisiert.</target>
@@ -3909,41 +4237,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3909 <context context-type="linenumber">1</context> 4237 <context context-type="linenumber">1</context>
3910 </context-group> 4238 </context-group>
3911 </trans-unit> 4239 </trans-unit>
3912 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
3913 <source>Published</source>
3914 <target>Veröffentlicht</target>
3915 <context-group name="null">
3916 <context context-type="linenumber">1</context>
3917 </context-group>
3918 </trans-unit>
3919 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
3920 <source>Publication scheduled on </source>
3921 <target>Veröffentlichung geplant für </target>
3922 <context-group name="null">
3923 <context context-type="linenumber">1</context>
3924 </context-group>
3925 </trans-unit>
3926 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
3927 <source>Waiting transcoding</source>
3928 <target>Warte auf Transkodierung</target>
3929 <context-group name="null">
3930 <context context-type="linenumber">1</context>
3931 </context-group>
3932 </trans-unit>
3933 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
3934 <source>To transcode</source>
3935 <target>Zur Transkodierung</target>
3936 <context-group name="null">
3937 <context context-type="linenumber">1</context>
3938 </context-group>
3939 </trans-unit>
3940 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
3941 <source>To import</source>
3942 <target>Zu importieren</target>
3943 <context-group name="null">
3944 <context context-type="linenumber">1</context>
3945 </context-group>
3946 </trans-unit>
3947 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd"> 4240 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd">
3948 <source>Ownership change request sent.</source> 4241 <source>Ownership change request sent.</source>
3949 <target>Eine Anfrage zur Änderung des Besitzers wurde versendet.</target> 4242 <target>Eine Anfrage zur Änderung des Besitzers wurde versendet.</target>
@@ -3951,13 +4244,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3951 <context context-type="linenumber">1</context> 4244 <context context-type="linenumber">1</context>
3952 </context-group> 4245 </context-group>
3953 </trans-unit> 4246 </trans-unit>
3954 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
3955 <source>My library</source>
3956 <target>Meine Bibliothek</target>
3957 <context-group name="null">
3958 <context context-type="linenumber">1</context>
3959 </context-group>
3960 </trans-unit>
3961 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4247 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
3962 <source>My channels</source> 4248 <source>My channels</source>
3963 <target>Meine Kanäle</target> 4249 <target>Meine Kanäle</target>
@@ -4114,13 +4400,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
4114 <context context-type="linenumber">1</context> 4400 <context context-type="linenumber">1</context>
4115 </context-group> 4401 </context-group>
4116 </trans-unit> 4402 </trans-unit>
4117 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4118 <source>Error</source>
4119 <target>Fehler</target>
4120 <context-group name="null">
4121 <context context-type="linenumber">1</context>
4122 </context-group>
4123 </trans-unit>
4124 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 4403 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
4125 <source>You need to reconnect.</source> 4404 <source>You need to reconnect.</source>
4126 <target>Bitte verbinde dich erneut.</target> 4405 <target>Bitte verbinde dich erneut.</target>
@@ -4128,13 +4407,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
4128 <context context-type="linenumber">1</context> 4407 <context context-type="linenumber">1</context>
4129 </context-group> 4408 </context-group>
4130 </trans-unit> 4409 </trans-unit>
4131 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4132 <source>Confirm</source>
4133 <target>Okay</target>
4134 <context-group name="null">
4135 <context context-type="linenumber">1</context>
4136 </context-group>
4137 </trans-unit>
4138 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452"> 4410 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
4139 <source>Keyboard Shortcuts:</source> 4411 <source>Keyboard Shortcuts:</source>
4140 <target>Tastaturkürzel:</target> 4412 <target>Tastaturkürzel:</target>
@@ -4142,13 +4414,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
4142 <context context-type="linenumber">1</context> 4414 <context context-type="linenumber">1</context>
4143 </context-group> 4415 </context-group>
4144 </trans-unit> 4416 </trans-unit>
4145 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4146 <source>Info</source>
4147 <target>Infos</target>
4148 <context-group name="null">
4149 <context context-type="linenumber">1</context>
4150 </context-group>
4151 </trans-unit>
4152 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba"> 4417 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
4153 <source>Success</source> 4418 <source>Success</source>
4154 <target>Erfolg</target> 4419 <target>Erfolg</target>
@@ -4261,6 +4526,90 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
4261 <context context-type="linenumber">1</context> 4526 <context context-type="linenumber">1</context>
4262 </context-group> 4527 </context-group>
4263 </trans-unit> 4528 </trans-unit>
4529 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
4530 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
4531 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Jahren</target>
4532 <context-group name="null">
4533 <context context-type="linenumber">1</context>
4534 </context-group>
4535 </trans-unit>
4536 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
4537 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
4538 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Monaten</target>
4539 <context-group name="null">
4540 <context context-type="linenumber">1</context>
4541 </context-group>
4542 </trans-unit>
4543 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
4544 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
4545 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Monat</target>
4546 <context-group name="null">
4547 <context context-type="linenumber">1</context>
4548 </context-group>
4549 </trans-unit>
4550 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
4551 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
4552 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Wochen</target>
4553 <context-group name="null">
4554 <context context-type="linenumber">1</context>
4555 </context-group>
4556 </trans-unit>
4557 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
4558 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
4559 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Woche</target>
4560 <context-group name="null">
4561 <context context-type="linenumber">1</context>
4562 </context-group>
4563 </trans-unit>
4564 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
4565 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
4566 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Tagen</target>
4567 <context-group name="null">
4568 <context context-type="linenumber">1</context>
4569 </context-group>
4570 </trans-unit>
4571 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
4572 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
4573 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Tag</target>
4574 <context-group name="null">
4575 <context context-type="linenumber">1</context>
4576 </context-group>
4577 </trans-unit>
4578 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
4579 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
4580 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Stunden</target>
4581 <context-group name="null">
4582 <context context-type="linenumber">1</context>
4583 </context-group>
4584 </trans-unit>
4585 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
4586 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
4587 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Stunde</target>
4588 <context-group name="null">
4589 <context context-type="linenumber">1</context>
4590 </context-group>
4591 </trans-unit>
4592 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
4593 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
4594 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Minuten</target>
4595 <context-group name="null">
4596 <context context-type="linenumber">1</context>
4597 </context-group>
4598 </trans-unit>
4599 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
4600 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
4601 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Sekunden</target>
4602 <context-group name="null">
4603 <context context-type="linenumber">1</context>
4604 </context-group>
4605 </trans-unit>
4606 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4607 <source>Confirm</source>
4608 <target>Okay</target>
4609 <context-group name="null">
4610 <context context-type="linenumber">1</context>
4611 </context-group>
4612 </trans-unit>
4264 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 4613 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
4265 <source>Instance name is required.</source> 4614 <source>Instance name is required.</source>
4266 <target>Bitte gib einen Instanznamen ein.</target> 4615 <target>Bitte gib einen Instanznamen ein.</target>
@@ -4625,6 +4974,13 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
4625 <context context-type="linenumber">1</context> 4974 <context context-type="linenumber">1</context>
4626 </context-group> 4975 </context-group>
4627 </trans-unit> 4976 </trans-unit>
4977 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
4978 <source>Display name cannot be more than 120 characters long.</source>
4979 <target>Der Anzeigename darf nicht länger als 120 Zeichen lang sein.</target>
4980 <context-group name="null">
4981 <context context-type="linenumber">1</context>
4982 </context-group>
4983 </trans-unit>
4628 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 4984 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
4629 <source>Video name is required.</source> 4985 <source>Video name is required.</source>
4630 <target>Bitte gib einen Titel ein.</target> 4986 <target>Bitte gib einen Titel ein.</target>
@@ -4723,13 +5079,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
4723 <context context-type="linenumber">1</context> 5079 <context context-type="linenumber">1</context>
4724 </context-group> 5080 </context-group>
4725 </trans-unit> 5081 </trans-unit>
4726 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
4727 <source>Warning</source>
4728 <target>Warnung</target>
4729 <context-group name="null">
4730 <context context-type="linenumber">1</context>
4731 </context-group>
4732 </trans-unit>
4733 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf"> 5082 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf">
4734 <source>Sunday</source> 5083 <source>Sunday</source>
4735 <target>Sonntag</target> 5084 <target>Sonntag</target>
@@ -5108,83 +5457,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
5108 <context context-type="linenumber">1</context> 5457 <context context-type="linenumber">1</context>
5109 </context-group> 5458 </context-group>
5110 </trans-unit> 5459 </trans-unit>
5111 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
5112 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
5113 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Jahren</target>
5114 <context-group name="null">
5115 <context context-type="linenumber">1</context>
5116 </context-group>
5117 </trans-unit>
5118 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
5119 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
5120 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Monaten</target>
5121 <context-group name="null">
5122 <context context-type="linenumber">1</context>
5123 </context-group>
5124 </trans-unit>
5125 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
5126 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
5127 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Monat</target>
5128 <context-group name="null">
5129 <context context-type="linenumber">1</context>
5130 </context-group>
5131 </trans-unit>
5132 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
5133 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
5134 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Wochen</target>
5135 <context-group name="null">
5136 <context context-type="linenumber">1</context>
5137 </context-group>
5138 </trans-unit>
5139 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
5140 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
5141 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Woche</target>
5142 <context-group name="null">
5143 <context context-type="linenumber">1</context>
5144 </context-group>
5145 </trans-unit>
5146 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
5147 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
5148 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Tagen</target>
5149 <context-group name="null">
5150 <context context-type="linenumber">1</context>
5151 </context-group>
5152 </trans-unit>
5153 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
5154 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
5155 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Tag</target>
5156 <context-group name="null">
5157 <context context-type="linenumber">1</context>
5158 </context-group>
5159 </trans-unit>
5160 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
5161 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
5162 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Stunden</target>
5163 <context-group name="null">
5164 <context context-type="linenumber">1</context>
5165 </context-group>
5166 </trans-unit>
5167 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
5168 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
5169 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Stunde</target>
5170 <context-group name="null">
5171 <context context-type="linenumber">1</context>
5172 </context-group>
5173 </trans-unit>
5174 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
5175 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
5176 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Minuten</target>
5177 <context-group name="null">
5178 <context context-type="linenumber">1</context>
5179 </context-group>
5180 </trans-unit>
5181 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
5182 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
5183 <target>vor <x id="INTERPOLATION" equiv-text="{{interval}}"/> Sekunden</target>
5184 <context-group name="null">
5185 <context context-type="linenumber">1</context>
5186 </context-group>
5187 </trans-unit>
5188 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 5460 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
5189 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 5461 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
5190 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>-Unterstützung von:</target> 5462 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>-Unterstützung von:</target>
@@ -5437,6 +5709,83 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
5437 <context context-type="linenumber">1</context> 5709 <context context-type="linenumber">1</context>
5438 </context-group> 5710 </context-group>
5439 </trans-unit> 5711 </trans-unit>
5712 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
5713 <source>Video blacklisted.</source>
5714 <target>Video gesperrt.</target>
5715 <context-group name="null">
5716 <context context-type="linenumber">1</context>
5717 </context-group>
5718 </trans-unit>
5719 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
5720 <source>Copied</source>
5721 <target>Kopiert.</target>
5722 <context-group name="null">
5723 <context context-type="linenumber">1</context>
5724 </context-group>
5725 </trans-unit>
5726 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
5727 <source>Video reported.</source>
5728 <target>Video gemeldet.</target>
5729 <context-group name="null">
5730 <context context-type="linenumber">1</context>
5731 </context-group>
5732 </trans-unit>
5733 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
5734 <source>Do you really want to delete this video?</source>
5735 <target>Möchtest du das Video wirklich löschen?</target>
5736 <context-group name="null">
5737 <context context-type="linenumber">1</context>
5738 </context-group>
5739 </trans-unit>
5740 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
5741 <source>Blacklist</source>
5742 <target>Sperren</target>
5743 <context-group name="null">
5744 <context context-type="linenumber">1</context>
5745 </context-group>
5746 </trans-unit>
5747 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
5748 <source>Report</source>
5749 <target>Melden</target>
5750 <context-group name="null">
5751 <context context-type="linenumber">1</context>
5752 </context-group>
5753 </trans-unit>
5754 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
5755 <source>Published</source>
5756 <target>Veröffentlicht</target>
5757 <context-group name="null">
5758 <context context-type="linenumber">1</context>
5759 </context-group>
5760 </trans-unit>
5761 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
5762 <source>Publication scheduled on </source>
5763 <target>Veröffentlichung geplant für </target>
5764 <context-group name="null">
5765 <context context-type="linenumber">1</context>
5766 </context-group>
5767 </trans-unit>
5768 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
5769 <source>Waiting transcoding</source>
5770 <target>Warte auf Transkodierung</target>
5771 <context-group name="null">
5772 <context context-type="linenumber">1</context>
5773 </context-group>
5774 </trans-unit>
5775 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
5776 <source>To transcode</source>
5777 <target>Zur Transkodierung</target>
5778 <context-group name="null">
5779 <context context-type="linenumber">1</context>
5780 </context-group>
5781 </trans-unit>
5782 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
5783 <source>To import</source>
5784 <target>Zu importieren</target>
5785 <context-group name="null">
5786 <context context-type="linenumber">1</context>
5787 </context-group>
5788 </trans-unit>
5440 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 5789 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
5441 <source>Only I can see this video</source> 5790 <source>Only I can see this video</source>
5442 <target>Nur ich kann dieses Video sehen</target> 5791 <target>Nur ich kann dieses Video sehen</target>
@@ -5542,34 +5891,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
5542 <context context-type="linenumber">1</context> 5891 <context context-type="linenumber">1</context>
5543 </context-group> 5892 </context-group>
5544 </trans-unit> 5893 </trans-unit>
5545 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
5546 <source>Video blacklisted.</source>
5547 <target>Video gesperrt.</target>
5548 <context-group name="null">
5549 <context context-type="linenumber">1</context>
5550 </context-group>
5551 </trans-unit>
5552 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
5553 <source>Copied</source>
5554 <target>Kopiert.</target>
5555 <context-group name="null">
5556 <context context-type="linenumber">1</context>
5557 </context-group>
5558 </trans-unit>
5559 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
5560 <source>Video reported.</source>
5561 <target>Video gemeldet.</target>
5562 <context-group name="null">
5563 <context context-type="linenumber">1</context>
5564 </context-group>
5565 </trans-unit>
5566 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
5567 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
5568 <target>Beginne bei <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
5569 <context-group name="null">
5570 <context context-type="linenumber">1</context>
5571 </context-group>
5572 </trans-unit>
5573 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 5894 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
5574 <source>Like the video</source> 5895 <source>Like the video</source>
5575 <target>Das Video gefällt Mir !</target> 5896 <target>Das Video gefällt Mir !</target>
@@ -5584,13 +5905,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
5584 <context context-type="linenumber">1</context> 5905 <context context-type="linenumber">1</context>
5585 </context-group> 5906 </context-group>
5586 </trans-unit> 5907 </trans-unit>
5587 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
5588 <source>Do you really want to delete this video?</source>
5589 <target>Möchtest du das Video wirklich löschen?</target>
5590 <context-group name="null">
5591 <context context-type="linenumber">1</context>
5592 </context-group>
5593 </trans-unit>
5594 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 5908 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
5595 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source> 5909 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
5596 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> gefällt das / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> gefällt das nicht</target> 5910 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> gefällt das / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> gefällt das nicht</target>
diff --git a/client/src/locale/target/angular_el_GR.xml b/client/src/locale/target/angular_el_GR.xml
new file mode 100644
index 000000000..4f1319b81
--- /dev/null
+++ b/client/src/locale/target/angular_el_GR.xml
@@ -0,0 +1,108 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="el-GR">
5 <body>
6 <trans-unit id="ngb.alert.close">
7 <source>Close</source>
8 <target>Κλείσιμο</target>
9 <context-group name="null">
10 <context context-type="linenumber">2</context>
11 </context-group>
12 </trans-unit>
13 <trans-unit id="ngb.carousel.previous">
14 <source>Previous</source><target>Previous</target><context-group name="null">
15 <context context-type="linenumber">13</context>
16 </context-group>
17 </trans-unit>
18 <trans-unit id="ngb.carousel.next">
19 <source>Next</source><target>Next</target><context-group name="null">
20 <context context-type="linenumber">17</context>
21 </context-group>
22 </trans-unit>
23 <trans-unit id="ngb.datepicker.previous-month">
24 <source>Previous month</source>
25 <target>ΠÏοηγοÏμενος μήνας</target>
26 <context-group name="null">
27 <context context-type="linenumber">5</context>
28 </context-group>
29 </trans-unit>
30 <trans-unit id="ngb.datepicker.next-month">
31 <source>Next month</source>
32 <target>Επόμενος μήνας</target>
33 <context-group name="null">
34 <context context-type="linenumber">27</context>
35 </context-group>
36 </trans-unit>
37 <trans-unit id="ngb.datepicker.select-month">
38 <source>Select month</source>
39 <target>Επιλέξτε μήνα</target>
40 <context-group name="null">
41 <context context-type="linenumber">7</context>
42 </context-group>
43 </trans-unit>
44 <trans-unit id="ngb.datepicker.select-year">
45 <source>Select year</source>
46 <target>Επιλέξτε έτος</target>
47 <context-group name="null">
48 <context context-type="linenumber">16</context>
49 </context-group>
50 </trans-unit>
51 <trans-unit id="ngb.pagination.first">
52 <source>««</source>
53 <target>««</target>
54 <context-group name="null">
55 <context context-type="linenumber">2</context>
56 </context-group>
57 </trans-unit>
58 <trans-unit id="ngb.pagination.previous">
59 <source>«</source>
60 <target>«</target>
61 <context-group name="null">
62 <context context-type="linenumber">3</context>
63 </context-group>
64 </trans-unit>
65 <trans-unit id="ngb.pagination.next">
66 <source>»</source>
67 <target>»</target>
68 <context-group name="null">
69 <context context-type="linenumber">4</context>
70 </context-group>
71 </trans-unit>
72 <trans-unit id="ngb.pagination.last">
73 <source>»»</source>
74 <target>»»</target>
75 <context-group name="null">
76 <context context-type="linenumber">5</context>
77 </context-group>
78 </trans-unit>
79 <trans-unit id="ngb.pagination.first-aria">
80 <source>First</source>
81 <target>ΠÏώτη</target>
82 <context-group name="null">
83 <context context-type="linenumber">14</context>
84 </context-group>
85 </trans-unit>
86 <trans-unit id="ngb.pagination.previous-aria">
87 <source>Previous</source>
88 <target>ΠÏοηγοÏμενη</target>
89 <context-group name="null">
90 <context context-type="linenumber">23</context>
91 </context-group>
92 </trans-unit>
93 <trans-unit id="ngb.pagination.next-aria">
94 <source>Next</source>
95 <target>Επόμενη</target>
96 <context-group name="null">
97 <context context-type="linenumber">41</context>
98 </context-group>
99 </trans-unit>
100 <trans-unit id="ngb.pagination.last-aria">
101 <source>Last</source>
102 <target>Τελευταία</target>
103 <context-group name="null">
104 <context context-type="linenumber">49</context>
105 </context-group>
106 </trans-unit>
107 </body>
108 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_en_GB.xml b/client/src/locale/target/angular_en_GB.xml
new file mode 100644
index 000000000..c22e22d1a
--- /dev/null
+++ b/client/src/locale/target/angular_en_GB.xml
@@ -0,0 +1,6034 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="en-GB">
5 <body>
6 <trans-unit id="ngb.alert.close">
7 <source>Close</source>
8 <target>Close</target>
9 <context-group name="null">
10 <context context-type="linenumber">2</context>
11 </context-group>
12 </trans-unit>
13 <trans-unit id="ngb.carousel.previous">
14 <source>Previous</source>
15 <target>Previous</target>
16 <context-group name="null">
17 <context context-type="linenumber">13</context>
18 </context-group>
19 </trans-unit>
20 <trans-unit id="ngb.carousel.next">
21 <source>Next</source>
22 <target>Next</target>
23 <context-group name="null">
24 <context context-type="linenumber">17</context>
25 </context-group>
26 </trans-unit>
27 <trans-unit id="ngb.datepicker.previous-month">
28 <source>Previous month</source>
29 <target>Previous Month</target>
30 <context-group name="null">
31 <context context-type="linenumber">5</context>
32 </context-group>
33 </trans-unit>
34 <trans-unit id="ngb.datepicker.next-month">
35 <source>Next month</source>
36 <target>Next Month</target>
37 <context-group name="null">
38 <context context-type="linenumber">27</context>
39 </context-group>
40 </trans-unit>
41 <trans-unit id="ngb.datepicker.select-month">
42 <source>Select month</source>
43 <target>Select Month</target>
44 <context-group name="null">
45 <context context-type="linenumber">7</context>
46 </context-group>
47 </trans-unit>
48 <trans-unit id="ngb.datepicker.select-year">
49 <source>Select year</source>
50 <target>Select Year</target>
51 <context-group name="null">
52 <context context-type="linenumber">16</context>
53 </context-group>
54 </trans-unit>
55 <trans-unit id="ngb.pagination.first">
56 <source>««</source>
57 <target>««</target>
58 <context-group name="null">
59 <context context-type="linenumber">2</context>
60 </context-group>
61 </trans-unit>
62 <trans-unit id="ngb.pagination.previous">
63 <source>«</source>
64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
79 <context-group name="null">
80 <context context-type="linenumber">5</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.first-aria">
84 <source>First</source>
85 <target>First</target>
86 <context-group name="null">
87 <context context-type="linenumber">14</context>
88 </context-group>
89 </trans-unit>
90 <trans-unit id="ngb.pagination.previous-aria">
91 <source>Previous</source>
92 <target>Previous</target>
93 <context-group name="null">
94 <context context-type="linenumber">23</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.next-aria">
98 <source>Next</source>
99 <target>Next</target>
100 <context-group name="null">
101 <context context-type="linenumber">41</context>
102 </context-group>
103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source>
106 <target>Last</target>
107 <context-group name="null">
108 <context context-type="linenumber">49</context>
109 </context-group>
110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value">
112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
113 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
114 <context-group name="null">
115 <context context-type="linenumber">6</context>
116 </context-group>
117 </trans-unit>
118 <trans-unit id="ngb.timepicker.increment-hours">
119 <source>Increment hours</source>
120 <target>Increment hours</target>
121 <context-group name="null">
122 <context context-type="linenumber">9</context>
123 </context-group>
124 </trans-unit>
125 <trans-unit id="ngb.timepicker.HH">
126 <source>HH</source>
127 <target>HH</target>
128 <context-group name="null">
129 <context context-type="linenumber">12</context>
130 </context-group>
131 </trans-unit>
132 <trans-unit id="ngb.timepicker.hours">
133 <source>Hours</source>
134 <target>Hours</target>
135 <context-group name="null">
136 <context context-type="linenumber">14</context>
137 </context-group>
138 </trans-unit>
139 <trans-unit id="ngb.timepicker.decrement-hours">
140 <source>Decrement hours</source>
141 <target>Decrement hours</target>
142 <context-group name="null">
143 <context context-type="linenumber">20</context>
144 </context-group>
145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source>
148 <target>Increment minutes</target>
149 <context-group name="null">
150 <context context-type="linenumber">29</context>
151 </context-group>
152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source>
155 <target>MM</target>
156 <context-group name="null">
157 <context context-type="linenumber">32</context>
158 </context-group>
159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source>
162 <target>Minutes</target>
163 <context-group name="null">
164 <context context-type="linenumber">34</context>
165 </context-group>
166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source>
169 <target>Decrement minutes</target>
170 <context-group name="null">
171 <context context-type="linenumber">40</context>
172 </context-group>
173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source>
176 <target>Increment seconds</target>
177 <context-group name="null">
178 <context context-type="linenumber">49</context>
179 </context-group>
180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source>
183 <target>SS</target>
184 <context-group name="null">
185 <context context-type="linenumber">52</context>
186 </context-group>
187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source>
190 <target>Seconds</target>
191 <context-group name="null">
192 <context context-type="linenumber">54</context>
193 </context-group>
194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source>
197 <target>Decrement seconds</target>
198 <context-group name="null">
199 <context context-type="linenumber">60</context>
200 </context-group>
201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source>
204 <target>PM</target>
205 <context-group name="null">
206 <context context-type="linenumber">68</context>
207 </context-group>
208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source>
211 <target>AM</target>
212 <context-group name="null">
213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
218 <target>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
219 <context-group name="null">
220 <context context-type="linenumber">11</context>
221 </context-group>
222 </trans-unit>
223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
224 <source>You don't have notifications.</source>
225 <target>You don't have notifications.</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
231 <source>Display name</source>
232 <target>Display name</target>
233 <context-group name="null">
234 <context context-type="linenumber">6</context>
235 </context-group>
236 </trans-unit>
237 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
238 <source>Create</source>
239 <target>Create</target>
240 <context-group name="null">
241 <context context-type="linenumber">74</context>
242 </context-group>
243 </trans-unit>
244 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
245 <source>Download video</source>
246 <target>Download video</target>
247 <context-group name="null">
248 <context context-type="linenumber">3</context>
249 </context-group>
250 </trans-unit>
251 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
252 <source>Direct download</source>
253 <target>Direct download</target>
254 <context-group name="null">
255 <context context-type="linenumber">27</context>
256 </context-group>
257 </trans-unit>
258 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
259 <source>Torrent (.torrent file)</source>
260 <target>Torrent (.torrent file)</target>
261 <context-group name="null">
262 <context context-type="linenumber">32</context>
263 </context-group>
264 </trans-unit>
265 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
266 <source>Torrent (magnet link)</source>
267 <target>Torrent (magnet link)</target>
268 <context-group name="null">
269 <context context-type="linenumber">37</context>
270 </context-group>
271 </trans-unit>
272 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
273 <source>
274 Cancel
275 </source>
276 <target>
277 Cancel
278 </target>
279 <context-group name="null">
280 <context context-type="linenumber">47</context>
281 </context-group>
282 </trans-unit>
283 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
284 <source>Download</source>
285 <target>Download</target>
286 <context-group name="null">
287 <context context-type="linenumber">48</context>
288 </context-group>
289 </trans-unit>
290 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
291 <source>Report video</source>
292 <target>Report video</target>
293 <context-group name="null">
294 <context context-type="linenumber">3</context>
295 </context-group>
296 </trans-unit>
297 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
298 <source>
299 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
300 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
301 </source>
302 <target>
303 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
304 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
305 </target>
306 <context-group name="null">
307 <context context-type="linenumber">9</context>
308 </context-group>
309 </trans-unit>
310 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
311 <source>Reason...</source>
312 <target>Reason...</target>
313 <context-group name="null">
314 <context context-type="linenumber">11</context>
315 </context-group>
316 </trans-unit>
317 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
318 <source>
319 Cancel
320 </source>
321 <target>
322 Cancel
323 </target>
324 <context-group name="null">
325 <context context-type="linenumber">38</context>
326 </context-group>
327 </trans-unit>
328 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
329 <source>Submit</source>
330 <target>Submit</target>
331 <context-group name="null">
332 <context context-type="linenumber">29</context>
333 </context-group>
334 </trans-unit>
335 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
336 <source>Blacklist video</source>
337 <target>Blacklist video</target>
338 <context-group name="null">
339 <context context-type="linenumber">3</context>
340 </context-group>
341 </trans-unit>
342 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
343 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
344 <target>Unfederate the video (ask for its deletion from the remote instances)</target>
345 <context-group name="null">
346 <context context-type="linenumber">21</context>
347 </context-group>
348 </trans-unit>
349 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
350 <source>Unlisted</source>
351 <target>Unlisted</target>
352 <context-group name="null">
353 <context context-type="linenumber">17</context>
354 </context-group>
355 </trans-unit>
356 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
357 <source>Private</source>
358 <target>Private</target>
359 <context-group name="null">
360 <context context-type="linenumber">18</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
364 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
365 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target>
366 <context-group name="null">
367 <context context-type="linenumber">22</context>
368 </context-group>
369 </trans-unit>
370 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
371 <source>Blacklisted</source>
372 <target>Blacklisted</target>
373 <context-group name="null">
374 <context context-type="linenumber">39</context>
375 </context-group>
376 </trans-unit>
377 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
378 <source>Save</source>
379 <target>Save</target>
380 <context-group name="null">
381 <context context-type="linenumber">117</context>
382 </context-group>
383 </trans-unit>
384 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
385 <source>No results.</source>
386 <target>No results.</target>
387 <context-group name="null">
388 <context context-type="linenumber">20</context>
389 </context-group>
390 </trans-unit>
391 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
392 <source>Delete</source>
393 <target>Delete</target>
394 <context-group name="null">
395 <context context-type="linenumber">15</context>
396 </context-group>
397 </trans-unit>
398 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
399 <source>Edit</source>
400 <target>Edit</target>
401 <context-group name="null">
402 <context context-type="linenumber">1</context>
403 </context-group>
404 </trans-unit>
405 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
406 <source>Truncated preview</source>
407 <target>Truncated preview</target>
408 <context-group name="null">
409 <context context-type="linenumber">9</context>
410 </context-group>
411 </trans-unit>
412 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196">
413 <source>Complete preview</source>
414 <target>Complete preview</target>
415 <context-group name="null">
416 <context context-type="linenumber">13</context>
417 </context-group>
418 </trans-unit>
419 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f">
420 <source>Get help</source>
421 <target>Get help</target>
422 <context-group name="null">
423 <context context-type="linenumber">19</context>
424 </context-group>
425 </trans-unit>
426 <trans-unit id="450025269732888db1f04cfe6033843110ab65ee">
427 <source>
428 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
429 Subscribe
430 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
431 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
432 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
433 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
434 </source>
435 <target>
436 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
437 Subscribe
438 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
439 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
440 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
441 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
442 </target>
443 <context-group name="null">
444 <context context-type="linenumber">5</context>
445 </context-group>
446 </trans-unit>
447 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
448 <source>
449 Unsubscribe
450 </source>
451 <target>
452 Unsubscribe
453 </target>
454 <context-group name="null">
455 <context context-type="linenumber">18</context>
456 </context-group>
457 </trans-unit>
458 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
459 <source>Using an ActivityPub account</source>
460 <target>Using an ActivityPub account</target>
461 <context-group name="null">
462 <context context-type="linenumber">36</context>
463 </context-group>
464 </trans-unit>
465 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
466 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
467 <target>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
468 <context-group name="null">
469 <context context-type="linenumber">39</context>
470 </context-group>
471 </trans-unit>
472 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
473 <source>Subscribe with your local account</source>
474 <target>Subscribe with your local account</target>
475 <context-group name="null">
476 <context context-type="linenumber">40</context>
477 </context-group>
478 </trans-unit>
479 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
480 <source>Subscribe with a Mastodon account:</source>
481 <target>Subscribe with a Mastodon account:</target>
482 <context-group name="null">
483 <context context-type="linenumber">43</context>
484 </context-group>
485 </trans-unit>
486 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
487 <source>Using a syndication feed</source>
488 <target>Using a syndication feed</target>
489 <context-group name="null">
490 <context context-type="linenumber">48</context>
491 </context-group>
492 </trans-unit>
493 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
494 <source>Subscribe via RSS</source>
495 <target>Subscribe via RSS</target>
496 <context-group name="null">
497 <context context-type="linenumber">49</context>
498 </context-group>
499 </trans-unit>
500 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
501 <source>
502 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
503 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
504 </source>
505 <target>
506 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
507 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
508 </target>
509 <context-group name="null">
510 <context context-type="linenumber">10</context>
511 </context-group>
512 </trans-unit>
513 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
514 <source>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.</source>
515 <target>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.</target>
516 <context-group name="null">
517 <context context-type="linenumber">17</context>
518 </context-group>
519 </trans-unit>
520 <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a">
521 <source>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.</source>
522 <target>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.</target>
523 <context-group name="null">
524 <context context-type="linenumber">22</context>
525 </context-group>
526 </trans-unit>
527 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
528 <source>Video quota</source>
529 <target>Video quota</target>
530 <context-group name="null">
531 <context context-type="linenumber">42</context>
532 </context-group>
533 </trans-unit>
534 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
535 <source>
536 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
537 </source>
538 <target>
539 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
540 </target>
541 <context-group name="null">
542 <context context-type="linenumber">28</context>
543 </context-group>
544 </trans-unit>
545 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
546 <source>Ban</source>
547 <target>Ban</target>
548 <context-group name="null">
549 <context context-type="linenumber">3</context>
550 </context-group>
551 </trans-unit>
552 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
553 <source>
554 A banned user will no longer be able to login.
555 </source>
556 <target>
557 A banned user will no longer be able to login.
558 </target>
559 <context-group name="null">
560 <context context-type="linenumber">18</context>
561 </context-group>
562 </trans-unit>
563 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
564 <source>Cancel</source>
565 <target>Cancel</target>
566 <context-group name="null">
567 <context context-type="linenumber">10</context>
568 </context-group>
569 </trans-unit>
570 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
571 <source>Ban this user</source>
572 <target>Ban this user</target>
573 <context-group name="null">
574 <context context-type="linenumber">26</context>
575 </context-group>
576 </trans-unit>
577 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
578 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
579 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
580 <context-group name="null">
581 <context context-type="linenumber">11</context>
582 </context-group>
583 </trans-unit>
584 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
585 <source>
586 Login
587 </source>
588 <target>
589 Login
590 </target>
591 <context-group name="null">
592 <context context-type="linenumber">2</context>
593 </context-group>
594 </trans-unit>
595 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
596 <source>Request new verification email.</source>
597 <target>Request new verification email.</target>
598 <context-group name="null">
599 <context context-type="linenumber">12</context>
600 </context-group>
601 </trans-unit>
602 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
603 <source>User</source>
604 <target>User</target>
605 <context-group name="null">
606 <context context-type="linenumber">13</context>
607 </context-group>
608 </trans-unit>
609 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
610 <source>Username or email address</source>
611 <target>Username or email address</target>
612 <context-group name="null">
613 <context context-type="linenumber">15</context>
614 </context-group>
615 </trans-unit>
616 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87">
617 <source>
618 or create an account
619 </source>
620 <target>
621 or create an account
622 </target>
623 <context-group name="null">
624 <context context-type="linenumber">18</context>
625 </context-group>
626 </trans-unit>
627 <trans-unit id="d6290381021b16febc426d3e3a52dda83991ce0b">
628 <source>
629 or create an account on another instance
630 </source>
631 <target>
632 or create an account on another instance
633 </target>
634 <context-group name="null">
635 <context context-type="linenumber">22</context>
636 </context-group>
637 </trans-unit>
638 <trans-unit id="76e1f485e6ead4c84b606f46d413878881d66ad3">
639 <source>User registration is not allowed on this instance, but you can register on many others!</source>
640 <target>User registration is not allowed on this instance, but you can register on many others!</target>
641 <context-group name="null">
642 <context context-type="linenumber">28</context>
643 </context-group>
644 </trans-unit>
645 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
646 <source>Password</source>
647 <target>Password</target>
648 <context-group name="null">
649 <context context-type="linenumber">13</context>
650 </context-group>
651 </trans-unit>
652 <trans-unit id="b87e81682959464211443afc3e23c506865d2eda">
653 <source>I forgot my password</source>
654 <target>I forgot my password</target>
655 <context-group name="null">
656 <context context-type="linenumber">44</context>
657 </context-group>
658 </trans-unit>
659 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
660 <source>Login</source>
661 <target>Login</target>
662 <context-group name="null">
663 <context context-type="linenumber">32</context>
664 </context-group>
665 </trans-unit>
666 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
667 <source>Forgot your password</source>
668 <target>Forgot your password</target>
669 <context-group name="null">
670 <context context-type="linenumber">57</context>
671 </context-group>
672 </trans-unit>
673 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
674 <source>
675 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
676 </source>
677 <target>
678 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
679 </target>
680 <context-group name="null">
681 <context context-type="linenumber">64</context>
682 </context-group>
683 </trans-unit>
684 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
685 <source>Email</source>
686 <target>Email</target>
687 <context-group name="null">
688 <context context-type="linenumber">8</context>
689 </context-group>
690 </trans-unit>
691 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
692 <source>Email address</source>
693 <target>Email address</target>
694 <context-group name="null">
695 <context context-type="linenumber">10</context>
696 </context-group>
697 </trans-unit>
698 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
699 <source>Send me an email to reset my password</source>
700 <target>Send me an email to reset my password</target>
701 <context-group name="null">
702 <context context-type="linenumber">81</context>
703 </context-group>
704 </trans-unit>
705 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
706 <source>
707 Reset my password
708 </source>
709 <target>
710 Reset my password
711 </target>
712 <context-group name="null">
713 <context context-type="linenumber">2</context>
714 </context-group>
715 </trans-unit>
716 <trans-unit id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
717 <source>Confirm password</source>
718 <target>Confirm password</target>
719 <context-group name="null">
720 <context context-type="linenumber">19</context>
721 </context-group>
722 </trans-unit>
723 <trans-unit id="3652e5c6e33165264d5271d06cc04ab7123b6df1">
724 <source>Confirmed password</source>
725 <target>Confirmed password</target>
726 <context-group name="null">
727 <context context-type="linenumber">21</context>
728 </context-group>
729 </trans-unit>
730 <trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3">
731 <source>Reset my password</source>
732 <target>Reset my password</target>
733 <context-group name="null">
734 <context context-type="linenumber">29</context>
735 </context-group>
736 </trans-unit>
737 <trans-unit id="4499806949402133d08a5029cb5462c5ea25336d">
738 <source>
739 Create an account
740 </source>
741 <target>
742 Create an account
743 </target>
744 <context-group name="null">
745 <context context-type="linenumber">3</context>
746 </context-group>
747 </trans-unit>
748 <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
749 <source>Username</source>
750 <target>Username</target>
751 <context-group name="null">
752 <context context-type="linenumber">8</context>
753 </context-group>
754 </trans-unit>
755 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3">
756 <source>Example: jane_doe</source>
757 <target>Example: jane_doe</target>
758 <context-group name="null">
759 <context context-type="linenumber">17</context>
760 </context-group>
761 </trans-unit>
762 <trans-unit id="7fe213724c4c0a4112c40c673884acb98a0a3b92">
763 <source>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</source>
764 <target>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</target>
765 <context-group name="null">
766 <context context-type="linenumber">55</context>
767 </context-group>
768 </trans-unit>
769 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
770 <source>Signup</source>
771 <target>Signup</target>
772 <context-group name="null">
773 <context context-type="linenumber">88</context>
774 </context-group>
775 </trans-unit>
776 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
777 <source>Features found on this instance</source>
778 <target>Features found on this instance</target>
779 <context-group name="null">
780 <context context-type="linenumber">67</context>
781 </context-group>
782 </trans-unit>
783 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
784 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source>
785 <target><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</target>
786 <context-group name="null">
787 <context context-type="linenumber">5</context>
788 </context-group>
789 </trans-unit>
790 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
791 <source>
792 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
793 </source>
794 <target>
795 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
796 </target>
797 <context-group name="null">
798 <context context-type="linenumber">6</context>
799 </context-group>
800 </trans-unit>
801 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
802 <source>
803 Filters
804 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
805 </source>
806 <target>
807 Filters
808 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
809 </target>
810 <context-group name="null">
811 <context context-type="linenumber">16</context>
812 </context-group>
813 </trans-unit>
814 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
815 <source>
816 No results found
817 </source>
818 <target>
819 No results found
820 </target>
821 <context-group name="null">
822 <context context-type="linenumber">28</context>
823 </context-group>
824 </trans-unit>
825 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a">
826 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source>
827 <target><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</target>
828 <context-group name="null">
829 <context context-type="linenumber">44</context>
830 </context-group>
831 </trans-unit>
832 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
833 <source>Change the language</source>
834 <target>Change the language</target>
835 <context-group name="null">
836 <context context-type="linenumber">102</context>
837 </context-group>
838 </trans-unit>
839 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
840 <source>
841 Help to translate PeerTube!
842 </source>
843 <target>
844 Help to translate PeerTube!
845 </target>
846 <context-group name="null">
847 <context context-type="linenumber">8</context>
848 </context-group>
849 </trans-unit>
850 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
851 <source>Create an account</source>
852 <target>Create an account</target>
853 <context-group name="null">
854 <context context-type="linenumber">33</context>
855 </context-group>
856 </trans-unit>
857 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
858 <source>My library</source>
859 <target>My library</target>
860 <context-group name="null">
861 <context context-type="linenumber">37</context>
862 </context-group>
863 </trans-unit>
864 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
865 <source>Videos</source>
866 <target>Videos</target>
867 <context-group name="null">
868 <context context-type="linenumber">24</context>
869 </context-group>
870 </trans-unit>
871 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
872 <source>Subscriptions</source>
873 <target>Subscriptions</target>
874 <context-group name="null">
875 <context context-type="linenumber">51</context>
876 </context-group>
877 </trans-unit>
878 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
879 <source>Overview</source>
880 <target>Overview</target>
881 <context-group name="null">
882 <context context-type="linenumber">66</context>
883 </context-group>
884 </trans-unit>
885 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
886 <source>Trending</source>
887 <target>Trending</target>
888 <context-group name="null">
889 <context context-type="linenumber">71</context>
890 </context-group>
891 </trans-unit>
892 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
893 <source>Recently added</source>
894 <target>Recently added</target>
895 <context-group name="null">
896 <context context-type="linenumber">76</context>
897 </context-group>
898 </trans-unit>
899 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
900 <source>Local</source>
901 <target>Local</target>
902 <context-group name="null">
903 <context context-type="linenumber">81</context>
904 </context-group>
905 </trans-unit>
906 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
907 <source>More</source>
908 <target>More</target>
909 <context-group name="null">
910 <context context-type="linenumber">86</context>
911 </context-group>
912 </trans-unit>
913 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
914 <source>Administration</source>
915 <target>Administration</target>
916 <context-group name="null">
917 <context context-type="linenumber">90</context>
918 </context-group>
919 </trans-unit>
920 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
921 <source>About</source>
922 <target>About</target>
923 <context-group name="null">
924 <context context-type="linenumber">26</context>
925 </context-group>
926 </trans-unit>
927 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
928 <source>Show keyboard shortcuts</source>
929 <target>Show keyboard shortcuts</target>
930 <context-group name="null">
931 <context context-type="linenumber">105</context>
932 </context-group>
933 </trans-unit>
934 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
935 <source>Toggle dark interface</source>
936 <target>Toggle dark interface</target>
937 <context-group name="null">
938 <context context-type="linenumber">108</context>
939 </context-group>
940 </trans-unit>
941 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
942 <source>View your notifications</source>
943 <target>View your notifications</target>
944 <context-group name="null">
945 <context context-type="linenumber">3</context>
946 </context-group>
947 </trans-unit>
948 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
949 <source>Notifications</source>
950 <target>Notifications</target>
951 <context-group name="null">
952 <context context-type="linenumber">10</context>
953 </context-group>
954 </trans-unit>
955 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
956 <source>Update your notification preferences</source>
957 <target>Update your notification preferences</target>
958 <context-group name="null">
959 <context context-type="linenumber">16</context>
960 </context-group>
961 </trans-unit>
962 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
963 <source>See all your notifications</source>
964 <target>See all your notifications</target>
965 <context-group name="null">
966 <context context-type="linenumber">30</context>
967 </context-group>
968 </trans-unit>
969 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
970 <source>Search...</source>
971 <target>Search...</target>
972 <context-group name="null">
973 <context context-type="linenumber">2</context>
974 </context-group>
975 </trans-unit>
976 <trans-unit id="4b3972c3e9485218508a95f7a4ce7758e3f09ced">
977 <source>Upload</source>
978 <target>Upload</target>
979 <context-group name="null">
980 <context context-type="linenumber">9</context>
981 </context-group>
982 </trans-unit>
983 <trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff">
984 <source>Sort</source>
985 <target>Sort</target>
986 <context-group name="null">
987 <context context-type="linenumber">6</context>
988 </context-group>
989 </trans-unit>
990 <trans-unit id="98acac685fc4b2d35e5d0cf3cd224d247a756c3e">
991 <source>Published date</source>
992 <target>Published date</target>
993 <context-group name="null">
994 <context context-type="linenumber">15</context>
995 </context-group>
996 </trans-unit>
997 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
998 <source>Original publication year</source>
999 <target>Original publication year</target>
1000 <context-group name="null">
1001 <context context-type="linenumber">24</context>
1002 </context-group>
1003 </trans-unit>
1004 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1005 <source>After...</source>
1006 <target>After...</target>
1007 <context-group name="null">
1008 <context context-type="linenumber">30</context>
1009 </context-group>
1010 </trans-unit>
1011 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1012 <source>Before...</source>
1013 <target>Before...</target>
1014 <context-group name="null">
1015 <context context-type="linenumber">37</context>
1016 </context-group>
1017 </trans-unit>
1018 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
1019 <source>Duration</source>
1020 <target>Duration</target>
1021 <context-group name="null">
1022 <context context-type="linenumber">45</context>
1023 </context-group>
1024 </trans-unit>
1025 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1026 <source>Display sensitive content</source>
1027 <target>Display sensitive content</target>
1028 <context-group name="null">
1029 <context context-type="linenumber">54</context>
1030 </context-group>
1031 </trans-unit>
1032 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
1033 <source>Yes</source>
1034 <target>Yes</target>
1035 <context-group name="null">
1036 <context context-type="linenumber">58</context>
1037 </context-group>
1038 </trans-unit>
1039 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
1040 <source>No</source>
1041 <target>No</target>
1042 <context-group name="null">
1043 <context context-type="linenumber">63</context>
1044 </context-group>
1045 </trans-unit>
1046 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
1047 <source>Category</source>
1048 <target>Category</target>
1049 <context-group name="null">
1050 <context context-type="linenumber">189</context>
1051 </context-group>
1052 </trans-unit>
1053 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
1054 <source>Licence</source>
1055 <target>Licence</target>
1056 <context-group name="null">
1057 <context context-type="linenumber">198</context>
1058 </context-group>
1059 </trans-unit>
1060 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
1061 <source>Language</source>
1062 <target>Language</target>
1063 <context-group name="null">
1064 <context context-type="linenumber">207</context>
1065 </context-group>
1066 </trans-unit>
1067 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
1068 <source>All of these tags</source>
1069 <target>All of these tags</target>
1070 <context-group name="null">
1071 <context context-type="linenumber">103</context>
1072 </context-group>
1073 </trans-unit>
1074 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
1075 <source>One of these tags</source>
1076 <target>One of these tags</target>
1077 <context-group name="null">
1078 <context context-type="linenumber">108</context>
1079 </context-group>
1080 </trans-unit>
1081 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
1082 <source>Filter</source>
1083 <target>Filter</target>
1084 <context-group name="null">
1085 <context context-type="linenumber">115</context>
1086 </context-group>
1087 </trans-unit>
1088 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1089 <source>Display unlisted and private videos</source>
1090 <target>Display unlisted and private videos</target>
1091 <context-group name="null">
1092 <context context-type="linenumber">14</context>
1093 </context-group>
1094 </trans-unit>
1095 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
1096 <source>
1097 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1098 </source>
1099 <target>
1100 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1101 </target>
1102 <context-group name="null">
1103 <context context-type="linenumber">6</context>
1104 </context-group>
1105 </trans-unit>
1106 <trans-unit id="48a5d0af93b94c4575b7f76a47fb3cdee58e6919">
1107 <source>
1108 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1109 </source>
1110 <target>
1111 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1112 </target>
1113 <context-group name="null">
1114 <context context-type="linenumber">14</context>
1115 </context-group>
1116 </trans-unit>
1117 <trans-unit id="e093a5a83045ff283f992a93699abb7cb9dd3c1b">
1118 <source>
1119 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>
1120 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
1121
1122 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.channel.displayName }}"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
1123 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1124 </source>
1125 <target>
1126 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>
1127 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
1128
1129 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.channel.displayName }}"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
1130 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1131 </target>
1132 <context-group name="null">
1133 <context context-type="linenumber">22</context>
1134 </context-group>
1135 </trans-unit>
1136 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
1137 <source>Instance</source>
1138 <target>Instance</target>
1139 <context-group name="null">
1140 <context context-type="linenumber">12</context>
1141 </context-group>
1142 </trans-unit>
1143 <trans-unit id="6385c357c1de58ce92c0cf618ecf9cf74b917390">
1144 <source>PeerTube</source>
1145 <target>PeerTube</target>
1146 <context-group name="null">
1147 <context context-type="linenumber">7</context>
1148 </context-group>
1149 </trans-unit>
1150 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
1151 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
1152 <target>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</target>
1153 <context-group name="null">
1154 <context context-type="linenumber">3</context>
1155 </context-group>
1156 </trans-unit>
1157 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
1158 <source>Your name</source>
1159 <target>Your name</target>
1160 <context-group name="null">
1161 <context context-type="linenumber">11</context>
1162 </context-group>
1163 </trans-unit>
1164 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
1165 <source>Your email</source>
1166 <target>Your email</target>
1167 <context-group name="null">
1168 <context context-type="linenumber">20</context>
1169 </context-group>
1170 </trans-unit>
1171 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
1172 <source>Your message</source>
1173 <target>Your message</target>
1174 <context-group name="null">
1175 <context context-type="linenumber">29</context>
1176 </context-group>
1177 </trans-unit>
1178 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1179 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1180 <target>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</target>
1181 <context-group name="null">
1182 <context context-type="linenumber">4</context>
1183 </context-group>
1184 </trans-unit>
1185 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1186 <source>Contact administrator</source>
1187 <target>Contact administrator</target>
1188 <context-group name="null">
1189 <context context-type="linenumber">6</context>
1190 </context-group>
1191 </trans-unit>
1192 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
1193 <source>Description</source>
1194 <target>Description</target>
1195 <context-group name="null">
1196 <context context-type="linenumber">27</context>
1197 </context-group>
1198 </trans-unit>
1199 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
1200 <source>Terms</source>
1201 <target>Terms</target>
1202 <context-group name="null">
1203 <context context-type="linenumber">39</context>
1204 </context-group>
1205 </trans-unit>
1206 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1207 <source>
1208 About PeerTube
1209</source>
1210 <target>
1211 About PeerTube
1212</target>
1213 <context-group name="null">
1214 <context context-type="linenumber">1</context>
1215 </context-group>
1216 </trans-unit>
1217 <trans-unit id="bd29138e1e17572596ce8f2fe61bcea6ac5fb0bf">
1218 <source>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</source>
1219 <target>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</target>
1220 <context-group name="null">
1221 <context context-type="linenumber">6</context>
1222 </context-group>
1223 </trans-unit>
1224 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5">
1225 <source>
1226 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1227 </source>
1228 <target>
1229 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1230 </target>
1231 <context-group name="null">
1232 <context context-type="linenumber">8</context>
1233 </context-group>
1234 </trans-unit>
1235 <trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a">
1236 <source>
1237 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1238 </source>
1239 <target>
1240 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1241 </target>
1242 <context-group name="null">
1243 <context context-type="linenumber">12</context>
1244 </context-group>
1245 </trans-unit>
1246 <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1">
1247 <source>P2P &amp; Privacy</source>
1248 <target>P2P &amp; Privacy</target>
1249 <context-group name="null">
1250 <context context-type="linenumber">18</context>
1251 </context-group>
1252 </trans-unit>
1253 <trans-unit id="cd429d53cb8f4a87879301248e38cb85f07fa9d6">
1254 <source>
1255 PeerTube uses the BitTorrent protocol to share bandwidth between users.
1256 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
1257 </source>
1258 <target>
1259 PeerTube uses the BitTorrent protocol to share bandwidth between users.
1260 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
1261 </target>
1262 <context-group name="null">
1263 <context context-type="linenumber">20</context>
1264 </context-group>
1265 </trans-unit>
1266 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
1267 <source>What are the consequences?</source>
1268 <target>What are the consequences?</target>
1269 <context-group name="null">
1270 <context context-type="linenumber">25</context>
1271 </context-group>
1272 </trans-unit>
1273 <trans-unit id="9a612748b059ad246935df17ef4ec4e6afb43a2a">
1274 <source>
1275 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
1276 In practice, this is much more difficult because:
1277 </source>
1278 <target>
1279 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
1280 In practise, this is much more difficult because:
1281 </target>
1282 <context-group name="null">
1283 <context context-type="linenumber">27</context>
1284 </context-group>
1285 </trans-unit>
1286 <trans-unit id="64f96be62df4a95a0615b6f630ad25d6348a29d3">
1287 <source>
1288 An HTTP request has to be sent on each tracker for each video to spy.
1289 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
1290 </source>
1291 <target>
1292 An HTTP request has to be sent on each tracker for each video to spy.
1293 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
1294 </target>
1295 <context-group name="null">
1296 <context context-type="linenumber">33</context>
1297 </context-group>
1298 </trans-unit>
1299 <trans-unit id="dd9a7a4ee66b0ff3fbb43ba8691ffcd042531611">
1300 <source>
1301 For each request sent, the tracker returns random peers at a limited number.
1302 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm
1303 </source>
1304 <target>
1305 For each request sent, the tracker returns random peers at a limited number.
1306 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm
1307 </target>
1308 <context-group name="null">
1309 <context context-type="linenumber">38</context>
1310 </context-group>
1311 </trans-unit>
1312 <trans-unit id="694cf53adfc2afe8afabf713ab00fa114d5d2f8e">
1313 <source>
1314 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
1315 </source>
1316 <target>
1317 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
1318 </target>
1319 <context-group name="null">
1320 <context context-type="linenumber">43</context>
1321 </context-group>
1322 </trans-unit>
1323 <trans-unit id="44bbecddbdf2aad1f4bad97cb806560553fb2ab3">
1324 <source>
1325 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video
1326 </source>
1327 <target>
1328 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video
1329 </target>
1330 <context-group name="null">
1331 <context context-type="linenumber">47</context>
1332 </context-group>
1333 </trans-unit>
1334 <trans-unit id="fec3239a860de66c718e3442df836b692b8568c3">
1335 <source>
1336 The IP address is a vague information : usually, it regularly changes and can represent many persons or entities
1337 </source>
1338 <target>
1339 The IP address is a vague information : usually, it regularly changes and can represent many persons or entities
1340 </target>
1341 <context-group name="null">
1342 <context context-type="linenumber">51</context>
1343 </context-group>
1344 </trans-unit>
1345 <trans-unit id="b4c2ef0143270626106b26196d40baf3439aa7b0">
1346 <source>
1347 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent.
1348 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to.
1349 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information
1350 </source>
1351 <target>
1352 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent.
1353 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to.
1354 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information
1355 </target>
1356 <context-group name="null">
1357 <context context-type="linenumber">55</context>
1358 </context-group>
1359 </trans-unit>
1360 <trans-unit id="50d8e8388f5ceab292850ed828f306c9f2cab389">
1361 <source>
1362 The worst-case scenario of an average person spying on their friends is quite unlikely.
1363 There are much more effective ways to get that kind of information.
1364 </source>
1365 <target>
1366 The worst-case scenario of an average person spying on their friends is quite unlikely.
1367 There are much more effective ways to get that kind of information.
1368 </target>
1369 <context-group name="null">
1370 <context context-type="linenumber">62</context>
1371 </context-group>
1372 </trans-unit>
1373 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf">
1374 <source>How does PeerTube compare with YouTube?</source>
1375 <target>How does PeerTube compare with YouTube?</target>
1376 <context-group name="null">
1377 <context context-type="linenumber">67</context>
1378 </context-group>
1379 </trans-unit>
1380 <trans-unit id="2432705cbabcb92a8677338901dd5d655383ef4c">
1381 <source>
1382 The threats to privacy in YouTube are different from PeerTube's.
1383 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
1384 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
1385 </source>
1386 <target>
1387 The threats to privacy in YouTube are different from PeerTube's.
1388 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyse them and track you.
1389 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
1390 </target>
1391 <context-group name="null">
1392 <context context-type="linenumber">69</context>
1393 </context-group>
1394 </trans-unit>
1395 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99">
1396 <source>What can I do to limit the exposure of my IP address?</source>
1397 <target>What can I do to limit the exposure of my IP address?</target>
1398 <context-group name="null">
1399 <context context-type="linenumber">75</context>
1400 </context-group>
1401 </trans-unit>
1402 <trans-unit id="a545356de272b955258c2a2432b08ec637b65f7e">
1403 <source>
1404 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more.
1405 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
1406 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
1407 </source>
1408 <target>
1409 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more.
1410 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
1411 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
1412 </target>
1413 <context-group name="null">
1414 <context context-type="linenumber">77</context>
1415 </context-group>
1416 </trans-unit>
1417 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41">
1418 <source>What will be done to mitigate this problem?</source>
1419 <target>What will be done to mitigate this problem?</target>
1420 <context-group name="null">
1421 <context context-type="linenumber">83</context>
1422 </context-group>
1423 </trans-unit>
1424 <trans-unit id="b1372cb61ca791a0f7f95bf31c86c97df142adc4">
1425 <source>
1426 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
1427 In the meantime, we want to test different ideas related to this issue:
1428 </source>
1429 <target>
1430 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
1431 In the meantime, we want to test different ideas related to this issue:
1432 </target>
1433 <context-group name="null">
1434 <context context-type="linenumber">85</context>
1435 </context-group>
1436 </trans-unit>
1437 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19">
1438 <source>Set a limit to the number of peers sent by the tracker</source>
1439 <target>Set a limit to the number of peers sent by the tracker</target>
1440 <context-group name="null">
1441 <context context-type="linenumber">91</context>
1442 </context-group>
1443 </trans-unit>
1444 <trans-unit id="a6d732b614143f862e69798046dc0868716547e5">
1445 <source>Set a limit on the request frequency received by the tracker (being tested)</source>
1446 <target>Set a limit on the request frequency received by the tracker (being tested)</target>
1447 <context-group name="null">
1448 <context context-type="linenumber">92</context>
1449 </context-group>
1450 </trans-unit>
1451 <trans-unit id="ba77e356eaa5c06caaf5c8734c361d1a5415fe1c">
1452 <source>Ring a bell if there are unusual requests (being tested)</source>
1453 <target>Ring a bell if there are unusual requests (being tested)</target>
1454 <context-group name="null">
1455 <context context-type="linenumber">93</context>
1456 </context-group>
1457 </trans-unit>
1458 <trans-unit id="81861ff8a71c8a5881cdf66417f3bddb753f0e18">
1459 <source>Disable P2P from the administration interface</source>
1460 <target>Disable P2P from the administration interface</target>
1461 <context-group name="null">
1462 <context context-type="linenumber">94</context>
1463 </context-group>
1464 </trans-unit>
1465 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6">
1466 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source>
1467 <target>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</target>
1468 <context-group name="null">
1469 <context context-type="linenumber">95</context>
1470 </context-group>
1471 </trans-unit>
1472 <trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605">
1473 <source>Banned</source>
1474 <target>Banned</target>
1475 <context-group name="null">
1476 <context context-type="linenumber">12</context>
1477 </context-group>
1478 </trans-unit>
1479 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809">
1480 <source>Muted</source>
1481 <target>Muted</target>
1482 <context-group name="null">
1483 <context context-type="linenumber">13</context>
1484 </context-group>
1485 </trans-unit>
1486 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89">
1487 <source>Muted by your instance</source>
1488 <target>Muted by your instance</target>
1489 <context-group name="null">
1490 <context context-type="linenumber">14</context>
1491 </context-group>
1492 </trans-unit>
1493 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a">
1494 <source>Instance muted</source>
1495 <target>Instance muted</target>
1496 <context-group name="null">
1497 <context context-type="linenumber">15</context>
1498 </context-group>
1499 </trans-unit>
1500 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1">
1501 <source>Instance muted by your instance</source>
1502 <target>Instance muted by your instance</target>
1503 <context-group name="null">
1504 <context context-type="linenumber">16</context>
1505 </context-group>
1506 </trans-unit>
1507 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
1508 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
1509 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</target>
1510 <context-group name="null">
1511 <context context-type="linenumber">24</context>
1512 </context-group>
1513 </trans-unit>
1514 <trans-unit id="6f5a458f827503ac7b8697688ecf3e0490818ee8">
1515 <source>Video channels</source>
1516 <target>Video channels</target>
1517 <context-group name="null">
1518 <context context-type="linenumber">31</context>
1519 </context-group>
1520 </trans-unit>
1521 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a">
1522 <source>Stats</source>
1523 <target>Stats</target>
1524 <context-group name="null">
1525 <context context-type="linenumber">16</context>
1526 </context-group>
1527 </trans-unit>
1528 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
1529 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
1530 <target>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
1531 <context-group name="null">
1532 <context context-type="linenumber">10</context>
1533 </context-group>
1534 </trans-unit>
1535 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3">
1536 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source>
1537 <target><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</target>
1538 <context-group name="null">
1539 <context context-type="linenumber">14</context>
1540 </context-group>
1541 </trans-unit>
1542 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f">
1543 <source>See this video channel</source>
1544 <target>See this video channel</target>
1545 <context-group name="null">
1546 <context context-type="linenumber">4</context>
1547 </context-group>
1548 </trans-unit>
1549 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59">
1550 <source>Name</source>
1551 <target>Name</target>
1552 <context-group name="null">
1553 <context context-type="linenumber">12</context>
1554 </context-group>
1555 </trans-unit>
1556 <trans-unit id="512b045163a7187b2fc5d554e5f59fb3e49e174b">
1557 <source>Short description</source>
1558 <target>Short description</target>
1559 <context-group name="null">
1560 <context context-type="linenumber">21</context>
1561 </context-group>
1562 </trans-unit>
1563 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
1564 <source>Default client route</source>
1565 <target>Default client route</target>
1566 <context-group name="null">
1567 <context context-type="linenumber">57</context>
1568 </context-group>
1569 </trans-unit>
1570 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1571 <source>Videos Overview</source>
1572 <target>Videos Overview</target>
1573 <context-group name="null">
1574 <context context-type="linenumber">60</context>
1575 </context-group>
1576 </trans-unit>
1577 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1578 <source>Videos Trending</source>
1579 <target>Videos Trending</target>
1580 <context-group name="null">
1581 <context context-type="linenumber">61</context>
1582 </context-group>
1583 </trans-unit>
1584 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1585 <source>Videos Recently Added</source>
1586 <target>Videos Recently Added</target>
1587 <context-group name="null">
1588 <context context-type="linenumber">62</context>
1589 </context-group>
1590 </trans-unit>
1591 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1592 <source>Local videos</source>
1593 <target>Local videos</target>
1594 <context-group name="null">
1595 <context context-type="linenumber">63</context>
1596 </context-group>
1597 </trans-unit>
1598 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1599 <source>Policy on videos containing sensitive content</source>
1600 <target>Policy on videos containing sensitive content</target>
1601 <context-group name="null">
1602 <context context-type="linenumber">70</context>
1603 </context-group>
1604 </trans-unit>
1605 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
1606 <source>With &lt;strong&gt;Do not list&lt;/strong&gt; or &lt;strong&gt;Blur thumbnails&lt;/strong&gt;, a confirmation will be requested to watch the video.</source>
1607 <target>With &lt;strong&gt;Do not list&lt;/strong&gt; or &lt;strong&gt;Blur thumbnails&lt;/strong&gt;, a confirmation will be requested to watch the video.</target>
1608 <context-group name="null">
1609 <context context-type="linenumber">6</context>
1610 </context-group>
1611 </trans-unit>
1612 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
1613 <source>Do not list</source>
1614 <target>Do not list</target>
1615 <context-group name="null">
1616 <context context-type="linenumber">11</context>
1617 </context-group>
1618 </trans-unit>
1619 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
1620 <source>Blur thumbnails</source>
1621 <target>Blur thumbnails</target>
1622 <context-group name="null">
1623 <context context-type="linenumber">12</context>
1624 </context-group>
1625 </trans-unit>
1626 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
1627 <source>Display</source>
1628 <target>Display</target>
1629 <context-group name="null">
1630 <context context-type="linenumber">13</context>
1631 </context-group>
1632 </trans-unit>
1633 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
1634 <source>Signup enabled</source>
1635 <target>Signup enabled</target>
1636 <context-group name="null">
1637 <context context-type="linenumber">94</context>
1638 </context-group>
1639 </trans-unit>
1640 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1641 <source>Signup requires email verification</source>
1642 <target>Signup requires email verification</target>
1643 <context-group name="null">
1644 <context context-type="linenumber">101</context>
1645 </context-group>
1646 </trans-unit>
1647 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1648 <source>Signup limit</source>
1649 <target>Signup limit</target>
1650 <context-group name="null">
1651 <context context-type="linenumber">106</context>
1652 </context-group>
1653 </trans-unit>
1654 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1655 <source>Users</source>
1656 <target>Users</target>
1657 <context-group name="null">
1658 <context context-type="linenumber">116</context>
1659 </context-group>
1660 </trans-unit>
1661 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1662 <source>User default video quota</source>
1663 <target>User default video quota</target>
1664 <context-group name="null">
1665 <context context-type="linenumber">120</context>
1666 </context-group>
1667 </trans-unit>
1668 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1669 <source>User default daily upload limit</source>
1670 <target>User default daily upload limit</target>
1671 <context-group name="null">
1672 <context context-type="linenumber">132</context>
1673 </context-group>
1674 </trans-unit>
1675 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
1676 <source>Import</source>
1677 <target>Import</target>
1678 <context-group name="null">
1679 <context context-type="linenumber">42</context>
1680 </context-group>
1681 </trans-unit>
1682 <trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e">
1683 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1684 <target>Video import with HTTP URL (i.e. YouTube) enabled</target>
1685 <context-group name="null">
1686 <context context-type="linenumber">153</context>
1687 </context-group>
1688 </trans-unit>
1689 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1690 <source>Video import with a torrent file or a magnet URI enabled</source>
1691 <target>Video import with a torrent file or a magnet URI enabled</target>
1692 <context-group name="null">
1693 <context context-type="linenumber">160</context>
1694 </context-group>
1695 </trans-unit>
1696 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1697 <source>Administrator</source>
1698 <target>Administrator</target>
1699 <context-group name="null">
1700 <context context-type="linenumber">208</context>
1701 </context-group>
1702 </trans-unit>
1703 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1704 <source>Admin email</source>
1705 <target>Admin email</target>
1706 <context-group name="null">
1707 <context context-type="linenumber">211</context>
1708 </context-group>
1709 </trans-unit>
1710 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1711 <source>Enable contact form</source>
1712 <target>Enable contact form</target>
1713 <context-group name="null">
1714 <context context-type="linenumber">222</context>
1715 </context-group>
1716 </trans-unit>
1717 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
1718 <source>Basic configuration</source>
1719 <target>Basic configuration</target>
1720 <context-group name="null">
1721 <context context-type="linenumber">5</context>
1722 </context-group>
1723 </trans-unit>
1724 <trans-unit id="99cb827741e93125476a0f5b676372d85d15b5fc">
1725 <source>Twitter</source>
1726 <target>Twitter</target>
1727 <context-group name="null">
1728 <context context-type="linenumber">231</context>
1729 </context-group>
1730 </trans-unit>
1731 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1732 <source>Your Twitter username</source>
1733 <target>Your Twitter username</target>
1734 <context-group name="null">
1735 <context context-type="linenumber">237</context>
1736 </context-group>
1737 </trans-unit>
1738 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1739 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1740 <target>Indicates the Twitter account for the website or platform on which the content was published.</target>
1741 <context-group name="null">
1742 <context context-type="linenumber">240</context>
1743 </context-group>
1744 </trans-unit>
1745 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1746 <source>Instance whitelisted by Twitter</source>
1747 <target>Instance whitelisted by Twitter</target>
1748 <context-group name="null">
1749 <context context-type="linenumber">252</context>
1750 </context-group>
1751 </trans-unit>
1752 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
1753 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
1754 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
1755 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
1756 <target>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
1757 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
1758 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</target>
1759 <context-group name="null">
1760 <context context-type="linenumber">253</context>
1761 </context-group>
1762 </trans-unit>
1763 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1764 <source>Services</source>
1765 <target>Services</target>
1766 <context-group name="null">
1767 <context context-type="linenumber">229</context>
1768 </context-group>
1769 </trans-unit>
1770 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1771 <source>Transcoding</source>
1772 <target>Transcoding</target>
1773 <context-group name="null">
1774 <context context-type="linenumber">268</context>
1775 </context-group>
1776 </trans-unit>
1777 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1778 <source>Transcoding enabled</source>
1779 <target>Transcoding enabled</target>
1780 <context-group name="null">
1781 <context context-type="linenumber">274</context>
1782 </context-group>
1783 </trans-unit>
1784 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1785 <source>If you disable transcoding, many videos from your users will not work!</source>
1786 <target>If you disable transcoding, many videos from your users will not work!</target>
1787 <context-group name="null">
1788 <context context-type="linenumber">275</context>
1789 </context-group>
1790 </trans-unit>
1791 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1792 <source>Allow additional extensions</source>
1793 <target>Allow additional extensions</target>
1794 <context-group name="null">
1795 <context context-type="linenumber">284</context>
1796 </context-group>
1797 </trans-unit>
1798 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1799 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
1800 <target>Allow your users to upload .mkv, .mov, .avi, .flv videos</target>
1801 <context-group name="null">
1802 <context context-type="linenumber">285</context>
1803 </context-group>
1804 </trans-unit>
1805 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1806 <source>Transcoding threads</source>
1807 <target>Transcoding threads</target>
1808 <context-group name="null">
1809 <context context-type="linenumber">290</context>
1810 </context-group>
1811 </trans-unit>
1812 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1813 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1814 <target>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</target>
1815 <context-group name="null">
1816 <context context-type="linenumber">305</context>
1817 </context-group>
1818 </trans-unit>
1819 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
1820 <source>
1821 Cache
1822
1823 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1824 </source>
1825 <target>
1826 Cache
1827
1828 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1829 </target>
1830 <context-group name="null">
1831 <context context-type="linenumber">313</context>
1832 </context-group>
1833 </trans-unit>
1834 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1835 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1836 <target>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
1837 <context-group name="null">
1838 <context context-type="linenumber">318</context>
1839 </context-group>
1840 </trans-unit>
1841 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1842 <source>Previews cache size</source>
1843 <target>Previews cache size</target>
1844 <context-group name="null">
1845 <context context-type="linenumber">324</context>
1846 </context-group>
1847 </trans-unit>
1848 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1849 <source>Video captions cache size</source>
1850 <target>Video captions cache size</target>
1851 <context-group name="null">
1852 <context context-type="linenumber">333</context>
1853 </context-group>
1854 </trans-unit>
1855 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1856 <source>Customizations</source>
1857 <target>Customisations</target>
1858 <context-group name="null">
1859 <context context-type="linenumber">342</context>
1860 </context-group>
1861 </trans-unit>
1862 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1863 <source>JavaScript</source>
1864 <target>JavaScript</target>
1865 <context-group name="null">
1866 <context context-type="linenumber">347</context>
1867 </context-group>
1868 </trans-unit>
1869 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1870 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1871 <target>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</target>
1872 <context-group name="null">
1873 <context context-type="linenumber">350</context>
1874 </context-group>
1875 </trans-unit>
1876 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1877 <source>Advanced configuration</source>
1878 <target>Advanced configuration</target>
1879 <context-group name="null">
1880 <context context-type="linenumber">265</context>
1881 </context-group>
1882 </trans-unit>
1883 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1884 <source>Update configuration</source>
1885 <target>Update configuration</target>
1886 <context-group name="null">
1887 <context context-type="linenumber">393</context>
1888 </context-group>
1889 </trans-unit>
1890 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1891 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1892 <target>It seems the configuration is invalid. Please search potential errors in the different tabs.</target>
1893 <context-group name="null">
1894 <context context-type="linenumber">394</context>
1895 </context-group>
1896 </trans-unit>
1897 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
1898 <source>
1899 Users
1900 </source>
1901 <target>
1902 Users
1903 </target>
1904 <context-group name="null">
1905 <context context-type="linenumber">3</context>
1906 </context-group>
1907 </trans-unit>
1908 <trans-unit id="0315abd64e35510ed0534f597130ef781aca175a">
1909 <source>
1910 Manage follows
1911 </source>
1912 <target>
1913 Manage follows
1914 </target>
1915 <context-group name="null">
1916 <context context-type="linenumber">7</context>
1917 </context-group>
1918 </trans-unit>
1919 <trans-unit id="1a5c7f9b1bec1463728f44933f0e256de9c45154">
1920 <source>
1921 Moderation
1922 </source>
1923 <target>
1924 Moderation
1925 </target>
1926 <context-group name="null">
1927 <context context-type="linenumber">11</context>
1928 </context-group>
1929 </trans-unit>
1930 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1931 <source>
1932 Configuration
1933 </source>
1934 <target>
1935 Configuration
1936 </target>
1937 <context-group name="null">
1938 <context context-type="linenumber">15</context>
1939 </context-group>
1940 </trans-unit>
1941 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
1942 <source>1 host (without "http://") per line</source>
1943 <target>1 host (without "http://") per line</target>
1944 <context-group name="null">
1945 <context context-type="linenumber">5</context>
1946 </context-group>
1947 </trans-unit>
1948 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507">
1949 <source>
1950 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
1951 </source>
1952 <target>
1953 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
1954 </target>
1955 <context-group name="null">
1956 <context context-type="linenumber">17</context>
1957 </context-group>
1958 </trans-unit>
1959 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
1960 <source>Add following</source>
1961 <target>Add following</target>
1962 <context-group name="null">
1963 <context context-type="linenumber">21</context>
1964 </context-group>
1965 </trans-unit>
1966 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
1967 <source>Filter...</source>
1968 <target>Filter...</target>
1969 <context-group name="null">
1970 <context context-type="linenumber">27</context>
1971 </context-group>
1972 </trans-unit>
1973 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
1974 <source>ID</source>
1975 <target>ID</target>
1976 <context-group name="null">
1977 <context context-type="linenumber">18</context>
1978 </context-group>
1979 </trans-unit>
1980 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
1981 <source>State</source>
1982 <target>State</target>
1983 <context-group name="null">
1984 <context context-type="linenumber">10</context>
1985 </context-group>
1986 </trans-unit>
1987 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1988 <source>Score</source>
1989 <target>Score</target>
1990 <context-group name="null">
1991 <context context-type="linenumber">19</context>
1992 </context-group>
1993 </trans-unit>
1994 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1995 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1996 <target>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
1997 <context-group name="null">
1998 <context context-type="linenumber">11</context>
1999 </context-group>
2000 </trans-unit>
2001 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2002 <source>Accepted</source>
2003 <target>Accepted</target>
2004 <context-group name="null">
2005 <context context-type="linenumber">32</context>
2006 </context-group>
2007 </trans-unit>
2008 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
2009 <source>Pending</source>
2010 <target>Pending</target>
2011 <context-group name="null">
2012 <context context-type="linenumber">33</context>
2013 </context-group>
2014 </trans-unit>
2015 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2016 <source>Refuse</source>
2017 <target>Refuse</target>
2018 <context-group name="null">
2019 <context context-type="linenumber">42</context>
2020 </context-group>
2021 </trans-unit>
2022 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
2023 <source>Host</source>
2024 <target>Host</target>
2025 <context-group name="null">
2026 <context context-type="linenumber">19</context>
2027 </context-group>
2028 </trans-unit>
2029 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
2030 <source>Redundancy allowed</source>
2031 <target>Redundancy allowed</target>
2032 <context-group name="null">
2033 <context context-type="linenumber">22</context>
2034 </context-group>
2035 </trans-unit>
2036 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479">
2037 <source>Manage follows</source>
2038 <target>Manage follows</target>
2039 <context-group name="null">
2040 <context context-type="linenumber">2</context>
2041 </context-group>
2042 </trans-unit>
2043 <trans-unit id="f995df052a1dfc675c2a21926420a707d9601936">
2044 <source>Following</source>
2045 <target>Following</target>
2046 <context-group name="null">
2047 <context context-type="linenumber">5</context>
2048 </context-group>
2049 </trans-unit>
2050 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246">
2051 <source>Follow</source>
2052 <target>Follow</target>
2053 <context-group name="null">
2054 <context context-type="linenumber">7</context>
2055 </context-group>
2056 </trans-unit>
2057 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
2058 <source>Followers</source>
2059 <target>Followers</target>
2060 <context-group name="null">
2061 <context context-type="linenumber">9</context>
2062 </context-group>
2063 </trans-unit>
2064 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
2065 <source>Create user</source>
2066 <target>Create user</target>
2067 <context-group name="null">
2068 <context context-type="linenumber">6</context>
2069 </context-group>
2070 </trans-unit>
2071 <trans-unit id="2788d9a67ed2b6f35c85818e6af1871317c57a7e">
2072 <source>Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></source>
2073 <target>Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></target>
2074 <context-group name="null">
2075 <context context-type="linenumber">2</context>
2076 </context-group>
2077 </trans-unit>
2078 <trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a">
2079 <source>john</source>
2080 <target>john</target>
2081 <context-group name="null">
2082 <context context-type="linenumber">10</context>
2083 </context-group>
2084 </trans-unit>
2085 <trans-unit id="bb3542ff8e5defa6d0c773799e5c8fe399605d05">
2086 <source>mail@example.com</source>
2087 <target>mail@example.com</target>
2088 <context-group name="null">
2089 <context context-type="linenumber">21</context>
2090 </context-group>
2091 </trans-unit>
2092 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46">
2093 <source>Role</source>
2094 <target>Role</target>
2095 <context-group name="null">
2096 <context context-type="linenumber">43</context>
2097 </context-group>
2098 </trans-unit>
2099 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345">
2100 <source>
2101 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2102 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
2103 </source>
2104 <target>
2105 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2106 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
2107 </target>
2108 <context-group name="null">
2109 <context context-type="linenumber">65</context>
2110 </context-group>
2111 </trans-unit>
2112 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496">
2113 <source>Daily video quota</source>
2114 <target>Daily video quota</target>
2115 <context-group name="null">
2116 <context context-type="linenumber">72</context>
2117 </context-group>
2118 </trans-unit>
2119 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2120 <source>Danger Zone</source>
2121 <target>Danger Zone!</target>
2122 <context-group name="null">
2123 <context context-type="linenumber">93</context>
2124 </context-group>
2125 </trans-unit>
2126 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2127 <source>Send a link to reset the password by email to the user</source>
2128 <target>Send a link by e-mail to reset the user password</target>
2129 <context-group name="null">
2130 <context context-type="linenumber">96</context>
2131 </context-group>
2132 </trans-unit>
2133 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2134 <source>Ask for new password</source>
2135 <target>Ask for a new password</target>
2136 <context-group name="null">
2137 <context context-type="linenumber">97</context>
2138 </context-group>
2139 </trans-unit>
2140 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2141 <source>Manually set the user password</source>
2142 <target>Manually set the user password</target>
2143 <context-group name="null">
2144 <context context-type="linenumber">101</context>
2145 </context-group>
2146 </trans-unit>
2147 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2148 <source>Show</source>
2149 <target>Show</target>
2150 <context-group name="null">
2151 <context context-type="linenumber">10</context>
2152 </context-group>
2153 </trans-unit>
2154 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2155 <source>Hide</source>
2156 <target>Hide</target>
2157 <context-group name="null">
2158 <context context-type="linenumber">11</context>
2159 </context-group>
2160 </trans-unit>
2161 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
2162 <source>Users list</source>
2163 <target>Users list</target>
2164 <context-group name="null">
2165 <context context-type="linenumber">2</context>
2166 </context-group>
2167 </trans-unit>
2168 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4">
2169 <source>Batch actions</source>
2170 <target>Batch actions</target>
2171 <context-group name="null">
2172 <context context-type="linenumber">19</context>
2173 </context-group>
2174 </trans-unit>
2175 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
2176 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2177 <target>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2178 <context-group name="null">
2179 <context context-type="linenumber">40</context>
2180 </context-group>
2181 </trans-unit>
2182 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
2183 <source>(banned)</source>
2184 <target>(banned)</target>
2185 <context-group name="null">
2186 <context context-type="linenumber">65</context>
2187 </context-group>
2188 </trans-unit>
2189 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
2190 <source>Go to the account page</source>
2191 <target>Go to the account page</target>
2192 <context-group name="null">
2193 <context context-type="linenumber">153</context>
2194 </context-group>
2195 </trans-unit>
2196 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
2197 <source>User's email must be verified to login</source>
2198 <target>User's email must be verified to login</target>
2199 <context-group name="null">
2200 <context context-type="linenumber">72</context>
2201 </context-group>
2202 </trans-unit>
2203 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
2204 <source>User's email is verified / User can login without email verification</source>
2205 <target>User's email is verified / User can login without email verification</target>
2206 <context-group name="null">
2207 <context context-type="linenumber">76</context>
2208 </context-group>
2209 </trans-unit>
2210 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
2211 <source>Ban reason:</source>
2212 <target>Ban reason:</target>
2213 <context-group name="null">
2214 <context context-type="linenumber">95</context>
2215 </context-group>
2216 </trans-unit>
2217 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
2218 <source>Moderation comment</source>
2219 <target>Moderation comment</target>
2220 <context-group name="null">
2221 <context context-type="linenumber">3</context>
2222 </context-group>
2223 </trans-unit>
2224 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964">
2225 <source>
2226 This comment can only be seen by you or the other moderators.
2227 </source>
2228 <target>
2229 This comment can only be seen by you or the other moderators.
2230 </target>
2231 <context-group name="null">
2232 <context context-type="linenumber">18</context>
2233 </context-group>
2234 </trans-unit>
2235 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
2236 <source>Update this comment</source>
2237 <target>Update this comment</target>
2238 <context-group name="null">
2239 <context context-type="linenumber">26</context>
2240 </context-group>
2241 </trans-unit>
2242 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
2243 <source>Reporter</source>
2244 <target>Reporter</target>
2245 <context-group name="null">
2246 <context context-type="linenumber">8</context>
2247 </context-group>
2248 </trans-unit>
2249 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
2250 <source>Video</source>
2251 <target>Video</target>
2252 <context-group name="null">
2253 <context context-type="linenumber">14</context>
2254 </context-group>
2255 </trans-unit>
2256 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
2257 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2258 <target>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2259 <context-group name="null">
2260 <context context-type="linenumber">11</context>
2261 </context-group>
2262 </trans-unit>
2263 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
2264 <source>Go to the account</source>
2265 <target>Go to the account</target>
2266 <context-group name="null">
2267 <context context-type="linenumber">27</context>
2268 </context-group>
2269 </trans-unit>
2270 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
2271 <source>Go to the video</source>
2272 <target>Go to the video</target>
2273 <context-group name="null">
2274 <context context-type="linenumber">33</context>
2275 </context-group>
2276 </trans-unit>
2277 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
2278 <source>Actions</source>
2279 <target>Actions</target>
2280 <context-group name="null">
2281 <context context-type="linenumber">35</context>
2282 </context-group>
2283 </trans-unit>
2284 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
2285 <source>Reason:</source>
2286 <target>Reason:</target>
2287 <context-group name="null">
2288 <context context-type="linenumber">53</context>
2289 </context-group>
2290 </trans-unit>
2291 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638">
2292 <source>Moderation comment:</source>
2293 <target>Moderation comment:</target>
2294 <context-group name="null">
2295 <context context-type="linenumber">57</context>
2296 </context-group>
2297 </trans-unit>
2298 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
2299 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2300 <target>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2301 <context-group name="null">
2302 <context context-type="linenumber">8</context>
2303 </context-group>
2304 </trans-unit>
2305 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
2306 <source>Sensitive</source>
2307 <target>Sensitive</target>
2308 <context-group name="null">
2309 <context context-type="linenumber">9</context>
2310 </context-group>
2311 </trans-unit>
2312 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2313 <source>Unfederated</source>
2314 <target>Unfederated</target>
2315 <context-group name="null">
2316 <context context-type="linenumber">10</context>
2317 </context-group>
2318 </trans-unit>
2319 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
2320 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2321 <target>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2322 <context-group name="null">
2323 <context context-type="linenumber">11</context>
2324 </context-group>
2325 </trans-unit>
2326 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
2327 <source>Blacklist reason:</source>
2328 <target>Blacklist reason:</target>
2329 <context-group name="null">
2330 <context context-type="linenumber">43</context>
2331 </context-group>
2332 </trans-unit>
2333 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2334 <source>Unblacklist</source>
2335 <target>Unblacklist</target>
2336 <context-group name="null">
2337 <context context-type="linenumber">16</context>
2338 </context-group>
2339 </trans-unit>
2340 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2341 <source>Moderation</source>
2342 <target>Moderation</target>
2343 <context-group name="null">
2344 <context context-type="linenumber">2</context>
2345 </context-group>
2346 </trans-unit>
2347 <trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e">
2348 <source>Video abuses</source>
2349 <target>Video abuses</target>
2350 <context-group name="null">
2351 <context context-type="linenumber">5</context>
2352 </context-group>
2353 </trans-unit>
2354 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2355 <source>Muted accounts</source>
2356 <target>Muted accounts</target>
2357 <context-group name="null">
2358 <context context-type="linenumber">2</context>
2359 </context-group>
2360 </trans-unit>
2361 <trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2">
2362 <source>Muted servers</source>
2363 <target>Muted servers</target>
2364 <context-group name="null">
2365 <context context-type="linenumber">13</context>
2366 </context-group>
2367 </trans-unit>
2368 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
2369 <source>Account</source>
2370 <target>Account</target>
2371 <context-group name="null">
2372 <context context-type="linenumber">12</context>
2373 </context-group>
2374 </trans-unit>
2375 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
2376 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2377 <target>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2378 <context-group name="null">
2379 <context context-type="linenumber">13</context>
2380 </context-group>
2381 </trans-unit>
2382 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
2383 <source>Unmute</source>
2384 <target>Unmute</target>
2385 <context-group name="null">
2386 <context context-type="linenumber">23</context>
2387 </context-group>
2388 </trans-unit>
2389 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2390 <source>Jobs list</source>
2391 <target>Jobs list</target>
2392 <context-group name="null">
2393 <context context-type="linenumber">2</context>
2394 </context-group>
2395 </trans-unit>
2396 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2397 <source>Type</source>
2398 <target>Type</target>
2399 <context-group name="null">
2400 <context context-type="linenumber">19</context>
2401 </context-group>
2402 </trans-unit>
2403 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2404 <source>Processed on</source>
2405 <target>Processed on</target>
2406 <context-group name="null">
2407 <context context-type="linenumber">22</context>
2408 </context-group>
2409 </trans-unit>
2410 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2411 <source>Finished on</source>
2412 <target>Finished on</target>
2413 <context-group name="null">
2414 <context context-type="linenumber">23</context>
2415 </context-group>
2416 </trans-unit>
2417 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
2418 <source>Video quota:</source>
2419 <target>Video quota:</target>
2420 <context-group name="null">
2421 <context context-type="linenumber">4</context>
2422 </context-group>
2423 </trans-unit>
2424 <trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8">
2425 <source>Profile</source>
2426 <target>Profile</target>
2427 <context-group name="null">
2428 <context context-type="linenumber">7</context>
2429 </context-group>
2430 </trans-unit>
2431 <trans-unit id="b5398623f87ee72ed23f5023918db1707771e925">
2432 <source>Video settings</source>
2433 <target>Video settings</target>
2434 <context-group name="null">
2435 <context context-type="linenumber">16</context>
2436 </context-group>
2437 </trans-unit>
2438 <trans-unit id="c74e3202d080780c6415d0e9209c1c859438b735">
2439 <source>Danger zone</source>
2440 <target>Danger zone</target>
2441 <context-group name="null">
2442 <context context-type="linenumber">19</context>
2443 </context-group>
2444 </trans-unit>
2445 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
2446 <source>Change ownership</source>
2447 <target>Change ownership</target>
2448 <context-group name="null">
2449 <context context-type="linenumber">21</context>
2450 </context-group>
2451 </trans-unit>
2452 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
2453 <source>Select the next owner</source>
2454 <target>Select the next owner</target>
2455 <context-group name="null">
2456 <context context-type="linenumber">10</context>
2457 </context-group>
2458 </trans-unit>
2459 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
2460 <source>
2461 Cancel
2462 </source>
2463 <target>
2464 Cancel
2465 </target>
2466 <context-group name="null">
2467 <context context-type="linenumber">35</context>
2468 </context-group>
2469 </trans-unit>
2470 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
2471 <source>Go to the channel</source>
2472 <target>Go to the channel</target>
2473 <context-group name="null">
2474 <context context-type="linenumber">10</context>
2475 </context-group>
2476 </trans-unit>
2477 <trans-unit id="9dbe4718a5611fbc611fc6b5e0b27df813372c68">
2478 <source>Create a video channel</source>
2479 <target>Create a video channel</target>
2480 <context-group name="null">
2481 <context context-type="linenumber">6</context>
2482 </context-group>
2483 </trans-unit>
2484 <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558">
2485 <source>Example: my_channel</source>
2486 <target>Example: my_channel</target>
2487 <context-group name="null">
2488 <context context-type="linenumber">15</context>
2489 </context-group>
2490 </trans-unit>
2491 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2492 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2493When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
2494 <target>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2495When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
2496 <context-group name="null">
2497 <context context-type="linenumber">52</context>
2498 </context-group>
2499 </trans-unit>
2500 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
2501 <source>Target</source>
2502 <target>Target</target>
2503 <context-group name="null">
2504 <context context-type="linenumber">8</context>
2505 </context-group>
2506 </trans-unit>
2507 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a">
2508 <source>You don't have any subscriptions yet.</source>
2509 <target>You don't have any subscriptions yet.</target>
2510 <context-group name="null">
2511 <context context-type="linenumber">1</context>
2512 </context-group>
2513 </trans-unit>
2514 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add">
2515 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
2516 <target>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target>
2517 <context-group name="null">
2518 <context context-type="linenumber">17</context>
2519 </context-group>
2520 </trans-unit>
2521 <trans-unit id="e006ed166ce188cab168e1ca90435b33d042d913">
2522 <source>Go the owner account page</source>
2523 <target>Go the owner account page</target>
2524 <context-group name="null">
2525 <context context-type="linenumber">16</context>
2526 </context-group>
2527 </trans-unit>
2528 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804">
2529 <source>Accept ownership</source>
2530 <target>Accept ownership</target>
2531 <context-group name="null">
2532 <context context-type="linenumber">3</context>
2533 </context-group>
2534 </trans-unit>
2535 <trans-unit id="4570c754149df06f31096510abfc925968c35562">
2536 <source>Select the target channel</source>
2537 <target>Select the target channel</target>
2538 <context-group name="null">
2539 <context context-type="linenumber">10</context>
2540 </context-group>
2541 </trans-unit>
2542 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
2543 <source>Initiator</source>
2544 <target>Initiator</target>
2545 <context-group name="null">
2546 <context context-type="linenumber">13</context>
2547 </context-group>
2548 </trans-unit>
2549 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
2550 <source>
2551 Created
2552 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
2553 </source>
2554 <target>
2555 Created
2556 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
2557 </target>
2558 <context-group name="null">
2559 <context context-type="linenumber">15</context>
2560 </context-group>
2561 </trans-unit>
2562 <trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1">
2563 <source>Status</source>
2564 <target>Status</target>
2565 <context-group name="null">
2566 <context context-type="linenumber">19</context>
2567 </context-group>
2568 </trans-unit>
2569 <trans-unit id="1bd5e17c9582661e20763a7634ef07881e33bbd7">
2570 <source>Action</source>
2571 <target>Action</target>
2572 <context-group name="null">
2573 <context context-type="linenumber">20</context>
2574 </context-group>
2575 </trans-unit>
2576 <trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff">
2577 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
2578 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
2579 <context-group name="null">
2580 <context context-type="linenumber">38</context>
2581 </context-group>
2582 </trans-unit>
2583 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
2584 <source>Muted instances</source>
2585 <target>Muted instances</target>
2586 <context-group name="null">
2587 <context context-type="linenumber">2</context>
2588 </context-group>
2589 </trans-unit>
2590 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
2591 <source>History enabled</source>
2592 <target>History enabled</target>
2593 <context-group name="null">
2594 <context context-type="linenumber">4</context>
2595 </context-group>
2596 </trans-unit>
2597 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2598 <source>You don't have videos history yet.</source>
2599 <target>You don't have videos history yet.</target>
2600 <context-group name="null">
2601 <context context-type="linenumber">14</context>
2602 </context-group>
2603 </trans-unit>
2604 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2605 <source>Privacy</source>
2606 <target>Privacy</target>
2607 <context-group name="null">
2608 <context context-type="linenumber">179</context>
2609 </context-group>
2610 </trans-unit>
2611 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2612 <source>Channel</source>
2613 <target>Channel</target>
2614 <context-group name="null">
2615 <context context-type="linenumber">39</context>
2616 </context-group>
2617 </trans-unit>
2618 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2619 <source>Upload thumbnail</source>
2620 <target>Upload thumbnail</target>
2621 <context-group name="null">
2622 <context context-type="linenumber">192</context>
2623 </context-group>
2624 </trans-unit>
2625 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2626 <source>Change password</source>
2627 <target>Change password</target>
2628 <context-group name="null">
2629 <context context-type="linenumber">30</context>
2630 </context-group>
2631 </trans-unit>
2632 <trans-unit id="0dd390d056411e1709ec97ec51c46d78600e3f7b">
2633 <source>Current password</source>
2634 <target>Current password</target>
2635 <context-group name="null">
2636 <context context-type="linenumber">7</context>
2637 </context-group>
2638 </trans-unit>
2639 <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229">
2640 <source>New password</source>
2641 <target>New password</target>
2642 <context-group name="null">
2643 <context context-type="linenumber">15</context>
2644 </context-group>
2645 </trans-unit>
2646 <trans-unit id="ede41f01c781b168a783cfcefc6fb67d48780d9b">
2647 <source>Confirm new password</source>
2648 <target>Confirm new password</target>
2649 <context-group name="null">
2650 <context context-type="linenumber">23</context>
2651 </context-group>
2652 </trans-unit>
2653 <trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129">
2654 <source>Default policy on videos containing sensitive content</source>
2655 <target>Default policy on videos containing sensitive content</target>
2656 <context-group name="null">
2657 <context context-type="linenumber">3</context>
2658 </context-group>
2659 </trans-unit>
2660 <trans-unit id="d044c51156e295824813a866dba9545bdb59466b">
2661 <source>Use WebTorrent to exchange parts of the video with others</source>
2662 <target>Use WebTorrent to exchange parts of the video with others</target>
2663 <context-group name="null">
2664 <context context-type="linenumber">21</context>
2665 </context-group>
2666 </trans-unit>
2667 <trans-unit id="fb17c44abac2d1ed2a54cdd28bae289dc0b9a1c2">
2668 <source>Automatically plays video</source>
2669 <target>Automatically plays video</target>
2670 <context-group name="null">
2671 <context context-type="linenumber">28</context>
2672 </context-group>
2673 </trans-unit>
2674 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2675 <source>Update my profile</source>
2676 <target>Update my profile</target>
2677 <context-group name="null">
2678 <context context-type="linenumber">27</context>
2679 </context-group>
2680 </trans-unit>
2681 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503">
2682 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source>
2683 <target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</target>
2684 <context-group name="null">
2685 <context context-type="linenumber">10</context>
2686 </context-group>
2687 </trans-unit>
2688 <trans-unit id="c4a959fc6349bd0793e1ad571d492052a07bdab5">
2689 <source>Change the avatar</source>
2690 <target>Change the avatar</target>
2691 <context-group name="null">
2692 <context context-type="linenumber">15</context>
2693 </context-group>
2694 </trans-unit>
2695 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9">
2696 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source>
2697 <target>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target>
2698 <context-group name="null">
2699 <context context-type="linenumber">18</context>
2700 </context-group>
2701 </trans-unit>
2702 <trans-unit id="d1a04ba05116499d4cf59a48a282a8bcbf5b622d">
2703 <source>Once you delete your account, there is no going back. Please be certain.</source>
2704 <target>Once you delete your account, there is no going back. Please be certain.</target>
2705 <context-group name="null">
2706 <context context-type="linenumber">2</context>
2707 </context-group>
2708 </trans-unit>
2709 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45">
2710 <source>Delete your account</source>
2711 <target>Delete your account</target>
2712 <context-group name="null">
2713 <context context-type="linenumber">4</context>
2714 </context-group>
2715 </trans-unit>
2716 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
2717 <source>Activities</source>
2718 <target>Activities</target>
2719 <context-group name="null">
2720 <context context-type="linenumber">2</context>
2721 </context-group>
2722 </trans-unit>
2723 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
2724 <source>Web</source>
2725 <target>Web</target>
2726 <context-group name="null">
2727 <context context-type="linenumber">3</context>
2728 </context-group>
2729 </trans-unit>
2730 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd">
2731 <source>
2732 Sorry, but we couldn't find the page you were looking for.
2733</source>
2734 <target>
2735 Sorry, but we couldn't find the page you were looking for.
2736</target>
2737 <context-group name="null">
2738 <context context-type="linenumber">1</context>
2739 </context-group>
2740 </trans-unit>
2741 <trans-unit id="09a69cde5889927629e2ac9dc63a71b88252b530">
2742 <source>
2743 Verify account email confirmation
2744 </source>
2745 <target>
2746 Verify account email confirmation
2747 </target>
2748 <context-group name="null">
2749 <context context-type="linenumber">2</context>
2750 </context-group>
2751 </trans-unit>
2752 <trans-unit id="066569dd934e07e4a5f70c415692be17d5715b57">
2753 <source>
2754 Your email has been verified and you may now login. Redirecting...
2755 </source>
2756 <target>
2757 Your email has been verified and you may now login. Redirecting...
2758 </target>
2759 <context-group name="null">
2760 <context context-type="linenumber">6</context>
2761 </context-group>
2762 </trans-unit>
2763 <trans-unit id="7ee8fad77b2664dabfb90ea03470f75a6f6d1d48">
2764 <source>An error occurred. </source>
2765 <target>An error occurred. </target>
2766 <context-group name="null">
2767 <context context-type="linenumber">11</context>
2768 </context-group>
2769 </trans-unit>
2770 <trans-unit id="2d02841904de7f5f60e2618670ac1059f3abec97">
2771 <source>
2772 Request email for account verification
2773 </source>
2774 <target>
2775 Request email for account verification
2776 </target>
2777 <context-group name="null">
2778 <context context-type="linenumber">2</context>
2779 </context-group>
2780 </trans-unit>
2781 <trans-unit id="eb539ec6941044e284f237f5b40d6a0159afe7af">
2782 <source>Send verification email</source>
2783 <target>Send verification email</target>
2784 <context-group name="null">
2785 <context context-type="linenumber">17</context>
2786 </context-group>
2787 </trans-unit>
2788 <trans-unit id="a08080316e052053fd20647731a6de826dc8072f">
2789 <source>This instance does not require email verification.</source>
2790 <target>This instance does not require email verification.</target>
2791 <context-group name="null">
2792 <context context-type="linenumber">20</context>
2793 </context-group>
2794 </trans-unit>
2795 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
2796 <source>Support this channel</source>
2797 <target>Support this channel</target>
2798 <context-group name="null">
2799 <context context-type="linenumber">9</context>
2800 </context-group>
2801 </trans-unit>
2802 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40">
2803 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source>
2804 <target>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target>
2805 <context-group name="null">
2806 <context context-type="linenumber">17</context>
2807 </context-group>
2808 </trans-unit>
2809 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
2810 <source>URL</source>
2811 <target>URL</target>
2812 <context-group name="null">
2813 <context context-type="linenumber">25</context>
2814 </context-group>
2815 </trans-unit>
2816 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
2817 <source>You can import any URL &lt;a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'&gt;supported by youtube-dl&lt;/a&gt; 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.</source>
2818 <target>You can import any URL &lt;a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'&gt;supported by youtube-dl&lt;/a&gt; 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.</target>
2819 <context-group name="null">
2820 <context context-type="linenumber">9</context>
2821 </context-group>
2822 </trans-unit>
2823 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2824 <source>Sorry, but something went wrong</source>
2825 <target>Sorry, but something went wrong</target>
2826 <context-group name="null">
2827 <context context-type="linenumber">49</context>
2828 </context-group>
2829 </trans-unit>
2830 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2831 <source>
2832 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
2833</source>
2834 <target>
2835 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
2836</target>
2837 <context-group name="null">
2838 <context context-type="linenumber">46</context>
2839 </context-group>
2840 </trans-unit>
2841 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
2842 <source>Update</source>
2843 <target>Update</target>
2844 <context-group name="null">
2845 <context context-type="linenumber">17</context>
2846 </context-group>
2847 </trans-unit>
2848 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2849 <source>Select the file to upload</source>
2850 <target>Select the file to upload</target>
2851 <context-group name="null">
2852 <context context-type="linenumber">6</context>
2853 </context-group>
2854 </trans-unit>
2855 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb">
2856 <source>Scheduled</source>
2857 <target>Scheduled</target>
2858 <context-group name="null">
2859 <context context-type="linenumber">25</context>
2860 </context-group>
2861 </trans-unit>
2862 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2863 <source>
2864 Congratulations! Your video is now available in your private library.
2865</source>
2866 <target>
2867 Congratulations! Your video is now available in your private library.
2868</target>
2869 <context-group name="null">
2870 <context context-type="linenumber">45</context>
2871 </context-group>
2872 </trans-unit>
2873 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2874 <source>Publish will be available when upload is finished</source>
2875 <target>Publish will be available when upload is finished</target>
2876 <context-group name="null">
2877 <context context-type="linenumber">58</context>
2878 </context-group>
2879 </trans-unit>
2880 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2881 <source>Publish</source>
2882 <target>Publish</target>
2883 <context-group name="null">
2884 <context context-type="linenumber">65</context>
2885 </context-group>
2886 </trans-unit>
2887 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2888 <source>Select the torrent to import</source>
2889 <target>Select the torrent to import</target>
2890 <context-group name="null">
2891 <context context-type="linenumber">6</context>
2892 </context-group>
2893 </trans-unit>
2894 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc">
2895 <source>Or</source>
2896 <target>Or</target>
2897 <context-group name="null">
2898 <context context-type="linenumber">11</context>
2899 </context-group>
2900 </trans-unit>
2901 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2902 <source>Paste magnet URI</source>
2903 <target>Paste magnet URI</target>
2904 <context-group name="null">
2905 <context context-type="linenumber">14</context>
2906 </context-group>
2907 </trans-unit>
2908 <trans-unit id="1ce18c12c809a738f05f2290f46df0677f27ed70">
2909 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source>
2910 <target>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</target>
2911 <context-group name="null">
2912 <context context-type="linenumber">17</context>
2913 </context-group>
2914 </trans-unit>
2915 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2916 <source>
2917 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2918</source>
2919 <target>
2920 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2921</target>
2922 <context-group name="null">
2923 <context context-type="linenumber">53</context>
2924 </context-group>
2925 </trans-unit>
2926 <trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860">
2927 <source>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
2928 <target>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
2929 <context-group name="null">
2930 <context context-type="linenumber">3</context>
2931 </context-group>
2932 </trans-unit>
2933 <trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5">
2934 <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
2935 <target>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
2936 <context-group name="null">
2937 <context context-type="linenumber">4</context>
2938 </context-group>
2939 </trans-unit>
2940 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3">
2941 <source>Upload a file</source>
2942 <target>Upload a file</target>
2943 <context-group name="null">
2944 <context context-type="linenumber">10</context>
2945 </context-group>
2946 </trans-unit>
2947 <trans-unit id="fc865859d33eab6fa0a8015233e4686cd544d470">
2948 <source>Import with URL</source>
2949 <target>Import with URL</target>
2950 <context-group name="null">
2951 <context context-type="linenumber">17</context>
2952 </context-group>
2953 </trans-unit>
2954 <trans-unit id="752c401d7dcd708944eef60e411187f71d882340">
2955 <source>Import with torrent</source>
2956 <target>Import with torrent</target>
2957 <context-group name="null">
2958 <context context-type="linenumber">24</context>
2959 </context-group>
2960 </trans-unit>
2961 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
2962 <source>Add caption</source>
2963 <target>Add caption</target>
2964 <context-group name="null">
2965 <context context-type="linenumber">5</context>
2966 </context-group>
2967 </trans-unit>
2968 <trans-unit id="6bad752cfcac8f3572bdf2c619daec683d56d1a8">
2969 <source>Select the caption file</source>
2970 <target>Select the caption file</target>
2971 <context-group name="null">
2972 <context context-type="linenumber">24</context>
2973 </context-group>
2974 </trans-unit>
2975 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3">
2976 <source>
2977 This will replace an existing caption!
2978 </source>
2979 <target>
2980 This will replace an existing caption!
2981 </target>
2982 <context-group name="null">
2983 <context context-type="linenumber">29</context>
2984 </context-group>
2985 </trans-unit>
2986 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2987 <source>Add this caption</source>
2988 <target>Add this caption</target>
2989 <context-group name="null">
2990 <context context-type="linenumber">40</context>
2991 </context-group>
2992 </trans-unit>
2993 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2994 <source>Title</source>
2995 <target>Title</target>
2996 <context-group name="null">
2997 <context context-type="linenumber">9</context>
2998 </context-group>
2999 </trans-unit>
3000 <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b">
3001 <source>Tags</source>
3002 <target>Tags</target>
3003 <context-group name="null">
3004 <context context-type="linenumber">216</context>
3005 </context-group>
3006 </trans-unit>
3007 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
3008 <source>Tags could be used to suggest relevant recommendations.&lt;/br&gt;Press Enter to add a new tag.</source>
3009 <target>Tags could be used to suggest relevant recommendations.&lt;/br&gt;Press Enter to add a new tag.</target>
3010 <context-group name="null">
3011 <context context-type="linenumber">18</context>
3012 </context-group>
3013 </trans-unit>
3014 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
3015 <source>+ Tag</source>
3016 <target>+ Tag</target>
3017 <context-group name="null">
3018 <context context-type="linenumber">21</context>
3019 </context-group>
3020 </trans-unit>
3021 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
3022 <source>Enter a new tag</source>
3023 <target>Enter a new tag</target>
3024 <context-group name="null">
3025 <context context-type="linenumber">21</context>
3026 </context-group>
3027 </trans-unit>
3028 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e">
3029 <source>Video descriptions are truncated by default and require manual action to expand them.</source>
3030 <target>Video descriptions are truncated by default and require manual action to expand them.</target>
3031 <context-group name="null">
3032 <context context-type="linenumber">28</context>
3033 </context-group>
3034 </trans-unit>
3035 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
3036 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
3037 <target>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
3038 <context-group name="null">
3039 <context context-type="linenumber">105</context>
3040 </context-group>
3041 </trans-unit>
3042 <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee">
3043 <source>This video contains mature or explicit content</source>
3044 <target>This video contains mature or explicit content</target>
3045 <context-group name="null">
3046 <context context-type="linenumber">119</context>
3047 </context-group>
3048 </trans-unit>
3049 <trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644">
3050 <source>Some instances do not list videos containing mature or explicit content by default.</source>
3051 <target>Some instances do not list videos containing mature or explicit content by default.</target>
3052 <context-group name="null">
3053 <context context-type="linenumber">120</context>
3054 </context-group>
3055 </trans-unit>
3056 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
3057 <source>Wait transcoding before publishing the video</source>
3058 <target>Wait transcoding before publishing the video</target>
3059 <context-group name="null">
3060 <context context-type="linenumber">126</context>
3061 </context-group>
3062 </trans-unit>
3063 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
3064 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
3065 <target>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</target>
3066 <context-group name="null">
3067 <context context-type="linenumber">127</context>
3068 </context-group>
3069 </trans-unit>
3070 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
3071 <source>Basic info</source>
3072 <target>Basic info</target>
3073 <context-group name="null">
3074 <context context-type="linenumber">4</context>
3075 </context-group>
3076 </trans-unit>
3077 <trans-unit id="92bcfd1d237a2bfe48dc9f46d074ed26abc8df22">
3078 <source>Add another caption</source>
3079 <target>Add another caption</target>
3080 <context-group name="null">
3081 <context context-type="linenumber">142</context>
3082 </context-group>
3083 </trans-unit>
3084 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
3085 <source>See the subtitle file</source>
3086 <target>See the subtitle file</target>
3087 <context-group name="null">
3088 <context context-type="linenumber">151</context>
3089 </context-group>
3090 </trans-unit>
3091 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
3092 <source>Already uploaded ✔</source>
3093 <target>Already uploaded ✔</target>
3094 <context-group name="null">
3095 <context context-type="linenumber">155</context>
3096 </context-group>
3097 </trans-unit>
3098 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
3099 <source>Will be created on update</source>
3100 <target>Will be created on update</target>
3101 <context-group name="null">
3102 <context context-type="linenumber">163</context>
3103 </context-group>
3104 </trans-unit>
3105 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
3106 <source>Cancel create</source>
3107 <target>Cancel create</target>
3108 <context-group name="null">
3109 <context context-type="linenumber">165</context>
3110 </context-group>
3111 </trans-unit>
3112 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
3113 <source>Will be deleted on update</source>
3114 <target>Will be deleted on update</target>
3115 <context-group name="null">
3116 <context context-type="linenumber">171</context>
3117 </context-group>
3118 </trans-unit>
3119 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
3120 <source>Cancel deletion</source>
3121 <target>Cancel deletion</target>
3122 <context-group name="null">
3123 <context context-type="linenumber">173</context>
3124 </context-group>
3125 </trans-unit>
3126 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
3127 <source>
3128 No captions for now.
3129 </source>
3130 <target>
3131 No captions for now.
3132 </target>
3133 <context-group name="null">
3134 <context context-type="linenumber">178</context>
3135 </context-group>
3136 </trans-unit>
3137 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
3138 <source>Captions</source>
3139 <target>Captions</target>
3140 <context-group name="null">
3141 <context context-type="linenumber">135</context>
3142 </context-group>
3143 </trans-unit>
3144 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
3145 <source>Upload preview</source>
3146 <target>Upload preview</target>
3147 <context-group name="null">
3148 <context context-type="linenumber">199</context>
3149 </context-group>
3150 </trans-unit>
3151 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
3152 <source>Support</source>
3153 <target>Support</target>
3154 <context-group name="null">
3155 <context context-type="linenumber">103</context>
3156 </context-group>
3157 </trans-unit>
3158 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
3159 <source>Short text to tell people how they can support you (membership platform...).</source>
3160 <target>Short text to tell people how they can support you (membership platform...).</target>
3161 <context-group name="null">
3162 <context context-type="linenumber">206</context>
3163 </context-group>
3164 </trans-unit>
3165 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
3166 <source>Original publication date</source>
3167 <target>Original publication date</target>
3168 <context-group name="null">
3169 <context context-type="linenumber">219</context>
3170 </context-group>
3171 </trans-unit>
3172 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3173 <source>Enable video comments</source>
3174 <target>Enable video comments</target>
3175 <context-group name="null">
3176 <context context-type="linenumber">234</context>
3177 </context-group>
3178 </trans-unit>
3179 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
3180 <source>Enable download</source>
3181 <target>Enable download</target>
3182 <context-group name="null">
3183 <context context-type="linenumber">239</context>
3184 </context-group>
3185 </trans-unit>
3186 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
3187 <source>Advanced settings</source>
3188 <target>Advanced settings</target>
3189 <context-group name="null">
3190 <context context-type="linenumber">186</context>
3191 </context-group>
3192 </trans-unit>
3193 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
3194 <source>
3195 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
3196 </source>
3197 <target>
3198 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
3199 </target>
3200 <context-group name="null">
3201 <context context-type="linenumber">2</context>
3202 </context-group>
3203 </trans-unit>
3204 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
3205 <source>Share</source>
3206 <target>Share</target>
3207 <context-group name="null">
3208 <context context-type="linenumber">108</context>
3209 </context-group>
3210 </trans-unit>
3211 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
3212 <source>QR-Code</source>
3213 <target>QR-Code</target>
3214 <context-group name="null">
3215 <context context-type="linenumber">37</context>
3216 </context-group>
3217 </trans-unit>
3218 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3219 <source>Embed</source>
3220 <target>Embed</target>
3221 <context-group name="null">
3222 <context context-type="linenumber">42</context>
3223 </context-group>
3224 </trans-unit>
3225 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
3226 <source>
3227 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).
3228 </source>
3229 <target>
3230 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).
3231 </target>
3232 <context-group name="null">
3233 <context context-type="linenumber">53</context>
3234 </context-group>
3235 </trans-unit>
3236 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3237 <source>Close</source>
3238 <target>Close</target>
3239 <context-group name="null">
3240 <context context-type="linenumber">59</context>
3241 </context-group>
3242 </trans-unit>
3243 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3244 <source>This video is blacklisted.</source>
3245 <target>This video is blacklisted.</target>
3246 <context-group name="null">
3247 <context context-type="linenumber">57</context>
3248 </context-group>
3249 </trans-unit>
3250 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
3251 <source>
3252 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3253 </source>
3254 <target>
3255 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3256 </target>
3257 <context-group name="null">
3258 <context context-type="linenumber">78</context>
3259 </context-group>
3260 </trans-unit>
3261 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3262 <source>Like this video</source>
3263 <target>Like this video</target>
3264 <context-group name="null">
3265 <context context-type="linenumber">88</context>
3266 </context-group>
3267 </trans-unit>
3268 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3269 <source>Dislike this video</source>
3270 <target>Dislike this video</target>
3271 <context-group name="null">
3272 <context context-type="linenumber">96</context>
3273 </context-group>
3274 </trans-unit>
3275 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3276 <source>Go the channel page</source>
3277 <target>Go the channel page</target>
3278 <context-group name="null">
3279 <context context-type="linenumber">143</context>
3280 </context-group>
3281 </trans-unit>
3282 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3283 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3284 <target>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3285 <context-group name="null">
3286 <context context-type="linenumber">154</context>
3287 </context-group>
3288 </trans-unit>
3289 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3290 <source>Show more</source>
3291 <target>Show more</target>
3292 <context-group name="null">
3293 <context context-type="linenumber">166</context>
3294 </context-group>
3295 </trans-unit>
3296 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3297 <source>Show less</source>
3298 <target>Show less</target>
3299 <context-group name="null">
3300 <context context-type="linenumber">172</context>
3301 </context-group>
3302 </trans-unit>
3303 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3304 <source>Originally published</source>
3305 <target>Originally published</target>
3306 <context-group name="null">
3307 <context context-type="linenumber">184</context>
3308 </context-group>
3309 </trans-unit>
3310 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3311 <source>Friendly Reminder: </source>
3312 <target>Friendly Reminder: </target>
3313 <context-group name="null">
3314 <context context-type="linenumber">232</context>
3315 </context-group>
3316 </trans-unit>
3317 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
3318 <source>
3319 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.
3320 </source>
3321 <target>
3322 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.
3323 </target>
3324 <context-group name="null">
3325 <context context-type="linenumber">233</context>
3326 </context-group>
3327 </trans-unit>
3328 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3329 <source>More information</source>
3330 <target>More information</target>
3331 <context-group name="null">
3332 <context context-type="linenumber">236</context>
3333 </context-group>
3334 </trans-unit>
3335 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3336 <source>Get more information</source>
3337 <target>Get more information</target>
3338 <context-group name="null">
3339 <context context-type="linenumber">236</context>
3340 </context-group>
3341 </trans-unit>
3342 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
3343 <source>
3344 OK
3345 </source>
3346 <target>
3347 OK
3348 </target>
3349 <context-group name="null">
3350 <context context-type="linenumber">239</context>
3351 </context-group>
3352 </trans-unit>
3353 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
3354 <source>
3355 Other videos
3356 </source>
3357 <target>
3358 Other videos
3359 </target>
3360 <context-group name="null">
3361 <context context-type="linenumber">2</context>
3362 </context-group>
3363 </trans-unit>
3364 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7">
3365 <source>
3366 Comments
3367 </source>
3368 <target>
3369 Comments
3370 </target>
3371 <context-group name="null">
3372 <context context-type="linenumber">3</context>
3373 </context-group>
3374 </trans-unit>
3375 <trans-unit id="17810e68b0ba21e62e61eecfaf0a93b2c91033b4">
3376 <source>No comments.</source>
3377 <target>No comments.</target>
3378 <context-group name="null">
3379 <context context-type="linenumber">17</context>
3380 </context-group>
3381 </trans-unit>
3382 <trans-unit id="69c081796209e45e26af91152ec9bd0a65ec261e">
3383 <source>View all <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3384 <target>View all <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
3385 <context-group name="null">
3386 <context context-type="linenumber">54</context>
3387 </context-group>
3388 </trans-unit>
3389 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3390 <source>
3391 Comments are disabled.
3392 </source>
3393 <target>
3394 Comments are disabled.
3395 </target>
3396 <context-group name="null">
3397 <context context-type="linenumber">63</context>
3398 </context-group>
3399 </trans-unit>
3400 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3401 <source>Add comment...</source>
3402 <target>Add comment...</target>
3403 <context-group name="null">
3404 <context context-type="linenumber">6</context>
3405 </context-group>
3406 </trans-unit>
3407 <trans-unit id="26fa50ba8e69b53162b348d98e25f8b76c81343e">
3408 <source>
3409 Post comment
3410 </source>
3411 <target>
3412 Post comment
3413 </target>
3414 <context-group name="null">
3415 <context context-type="linenumber">20</context>
3416 </context-group>
3417 </trans-unit>
3418 <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135">
3419 <source>You are one step away from commenting</source>
3420 <target>You are one step away from commenting</target>
3421 <context-group name="null">
3422 <context context-type="linenumber">28</context>
3423 </context-group>
3424 </trans-unit>
3425 <trans-unit id="7984a44ce86b961f4f18c9a58c638f5e8f07a225">
3426 <source>
3427 If you have an account on this instance, you can login:
3428 </source>
3429 <target>
3430 If you have an account on this instance, you can login:
3431 </target>
3432 <context-group name="null">
3433 <context context-type="linenumber">32</context>
3434 </context-group>
3435 </trans-unit>
3436 <trans-unit id="afe0ad39fee662489f1033e53aea3e16a7e89228">
3437 <source>login to comment</source>
3438 <target>login to comment</target>
3439 <context-group name="null">
3440 <context context-type="linenumber">35</context>
3441 </context-group>
3442 </trans-unit>
3443 <trans-unit id="a5a3f17c9b4876952d78363834d57280c8684e7c">
3444 <source>
3445 Otherwise you can comment using an account on any ActivityPub-compatible instance.
3446 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3447 from within the software's interface.
3448 </source>
3449 <target>
3450 Otherwise you can comment using an account on any ActivityPub-compatible instance.
3451 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3452 from within the software's interface.
3453 </target>
3454 <context-group name="null">
3455 <context context-type="linenumber">36</context>
3456 </context-group>
3457 </trans-unit>
3458 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb">
3459 <source>
3460 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
3461 </source>
3462 <target>
3463 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
3464 </target>
3465 <context-group name="null">
3466 <context context-type="linenumber">41</context>
3467 </context-group>
3468 </trans-unit>
3469 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285">
3470 <source>Highlighted comment</source>
3471 <target>Highlighted comment</target>
3472 <context-group name="null">
3473 <context context-type="linenumber">5</context>
3474 </context-group>
3475 </trans-unit>
3476 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6">
3477 <source>Reply</source>
3478 <target>Reply</target>
3479 <context-group name="null">
3480 <context context-type="linenumber">14</context>
3481 </context-group>
3482 </trans-unit>
3483 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
3484 <source>Cannot get about information from server</source>
3485 <target>Cannot get about information from server</target>
3486 <context-group name="null">
3487 <context context-type="linenumber">1</context>
3488 </context-group>
3489 </trans-unit>
3490 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
3491 <source>Your message has been sent.</source>
3492 <target>Your message has been sent.</target>
3493 <context-group name="null">
3494 <context context-type="linenumber">1</context>
3495 </context-group>
3496 </trans-unit>
3497 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
3498 <source>You already sent this form recently</source>
3499 <target>You already sent this form recently</target>
3500 <context-group name="null">
3501 <context context-type="linenumber">1</context>
3502 </context-group>
3503 </trans-unit>
3504 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
3505 <source>No description</source>
3506 <target>No description</target>
3507 <context-group name="null">
3508 <context context-type="linenumber">1</context>
3509 </context-group>
3510 </trans-unit>
3511 <trans-unit id="2f03e577e8f81a9f8be0095f93e1f9376c6eedc9">
3512 <source>Published videos</source>
3513 <target>Published videos</target>
3514 <context-group name="null">
3515 <context context-type="linenumber">1</context>
3516 </context-group>
3517 </trans-unit>
3518 <trans-unit id="369ef5e9c0dd1251abdbf699a5db408bca10777f">
3519 <source>Published <x id="INTERPOLATION" equiv-text="{{totalVideos}}"/> videos</source>
3520 <target>Published <x id="INTERPOLATION" equiv-text="{{totalVideos}}"/> videos</target>
3521 <context-group name="null">
3522 <context context-type="linenumber">1</context>
3523 </context-group>
3524 </trans-unit>
3525 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
3526 <source>240p</source>
3527 <target>240p</target>
3528 <context-group name="null">
3529 <context context-type="linenumber">1</context>
3530 </context-group>
3531 </trans-unit>
3532 <trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e">
3533 <source>360p</source>
3534 <target>360p</target>
3535 <context-group name="null">
3536 <context context-type="linenumber">1</context>
3537 </context-group>
3538 </trans-unit>
3539 <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5">
3540 <source>480p</source>
3541 <target>480p</target>
3542 <context-group name="null">
3543 <context context-type="linenumber">1</context>
3544 </context-group>
3545 </trans-unit>
3546 <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2">
3547 <source>720p</source>
3548 <target>720p</target>
3549 <context-group name="null">
3550 <context context-type="linenumber">1</context>
3551 </context-group>
3552 </trans-unit>
3553 <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9">
3554 <source>1080p</source>
3555 <target>1080p</target>
3556 <context-group name="null">
3557 <context context-type="linenumber">1</context>
3558 </context-group>
3559 </trans-unit>
3560 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111">
3561 <source>Auto (via ffmpeg)</source>
3562 <target>Auto (via ffmpeg)</target>
3563 <context-group name="null">
3564 <context context-type="linenumber">1</context>
3565 </context-group>
3566 </trans-unit>
3567 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048">
3568 <source>Configuration updated.</source>
3569 <target>Configuration updated.</target>
3570 <context-group name="null">
3571 <context context-type="linenumber">1</context>
3572 </context-group>
3573 </trans-unit>
3574 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
3575 <source>Unlimited</source>
3576 <target>Unlimited</target>
3577 <context-group name="null">
3578 <context context-type="linenumber">1</context>
3579 </context-group>
3580 </trans-unit>
3581 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
3582 <source>100MB</source>
3583 <target>100MB</target>
3584 <context-group name="null">
3585 <context context-type="linenumber">1</context>
3586 </context-group>
3587 </trans-unit>
3588 <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174">
3589 <source>500MB</source>
3590 <target>500MB</target>
3591 <context-group name="null">
3592 <context context-type="linenumber">1</context>
3593 </context-group>
3594 </trans-unit>
3595 <trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b">
3596 <source>1GB</source>
3597 <target>1GB</target>
3598 <context-group name="null">
3599 <context context-type="linenumber">1</context>
3600 </context-group>
3601 </trans-unit>
3602 <trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8">
3603 <source>5GB</source>
3604 <target>5GB</target>
3605 <context-group name="null">
3606 <context context-type="linenumber">1</context>
3607 </context-group>
3608 </trans-unit>
3609 <trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae">
3610 <source>20GB</source>
3611 <target>20GB</target>
3612 <context-group name="null">
3613 <context context-type="linenumber">1</context>
3614 </context-group>
3615 </trans-unit>
3616 <trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e">
3617 <source>50GB</source>
3618 <target>50GB</target>
3619 <context-group name="null">
3620 <context context-type="linenumber">1</context>
3621 </context-group>
3622 </trans-unit>
3623 <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d">
3624 <source>10MB</source>
3625 <target>10MB</target>
3626 <context-group name="null">
3627 <context context-type="linenumber">1</context>
3628 </context-group>
3629 </trans-unit>
3630 <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af">
3631 <source>50MB</source>
3632 <target>50MB</target>
3633 <context-group name="null">
3634 <context context-type="linenumber">1</context>
3635 </context-group>
3636 </trans-unit>
3637 <trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a">
3638 <source>2GB</source>
3639 <target>2GB</target>
3640 <context-group name="null">
3641 <context context-type="linenumber">1</context>
3642 </context-group>
3643 </trans-unit>
3644 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84">
3645 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
3646 <target><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
3647 <context-group name="null">
3648 <context context-type="linenumber">1</context>
3649 </context-group>
3650 </trans-unit>
3651 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df">
3652 <source>You need to specify hosts to follow.</source>
3653 <target>You need to specify hosts to follow.</target>
3654 <context-group name="null">
3655 <context context-type="linenumber">1</context>
3656 </context-group>
3657 </trans-unit>
3658 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
3659 <source>Hosts need to be unique.</source>
3660 <target>Hosts need to be unique.</target>
3661 <context-group name="null">
3662 <context context-type="linenumber">1</context>
3663 </context-group>
3664 </trans-unit>
3665 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
3666 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source>
3667 <target>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </target>
3668 <context-group name="null">
3669 <context context-type="linenumber">1</context>
3670 </context-group>
3671 </trans-unit>
3672 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
3673 <source>Follow new server(s)</source>
3674 <target>Follow new server(s)</target>
3675 <context-group name="null">
3676 <context context-type="linenumber">1</context>
3677 </context-group>
3678 </trans-unit>
3679 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
3680 <source>Follow request(s) sent!</source>
3681 <target>Follow request(s) sent!</target>
3682 <context-group name="null">
3683 <context context-type="linenumber">1</context>
3684 </context-group>
3685 </trans-unit>
3686 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
3687 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
3688 <target>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
3689 <context-group name="null">
3690 <context context-type="linenumber">1</context>
3691 </context-group>
3692 </trans-unit>
3693 <trans-unit id="a89875525c82ab81ffe32e481a5475b43d0c2902">
3694 <source>Unfollow</source>
3695 <target>Unfollow</target>
3696 <context-group name="null">
3697 <context context-type="linenumber">1</context>
3698 </context-group>
3699 </trans-unit>
3700 <trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0">
3701 <source>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source>
3702 <target>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</target>
3703 <context-group name="null">
3704 <context context-type="linenumber">1</context>
3705 </context-group>
3706 </trans-unit>
3707 <trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246">
3708 <source>enabled</source>
3709 <target>enabled</target>
3710 <context-group name="null">
3711 <context context-type="linenumber">1</context>
3712 </context-group>
3713 </trans-unit>
3714 <trans-unit id="795733aac948794cadeb3be6386882efac2c38ad">
3715 <source>disabled</source>
3716 <target>disabled</target>
3717 <context-group name="null">
3718 <context context-type="linenumber">1</context>
3719 </context-group>
3720 </trans-unit>
3721 <trans-unit id="1123807fc813c816404598147173403d00117557">
3722 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source>
3723 <target>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target>
3724 <context-group name="null">
3725 <context context-type="linenumber">1</context>
3726 </context-group>
3727 </trans-unit>
3728 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da">
3729 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source>
3730 <target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</target>
3731 <context-group name="null">
3732 <context context-type="linenumber">1</context>
3733 </context-group>
3734 </trans-unit>
3735 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330">
3736 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source>
3737 <target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</target>
3738 <context-group name="null">
3739 <context context-type="linenumber">1</context>
3740 </context-group>
3741 </trans-unit>
3742 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
3743 <source>Comment updated.</source>
3744 <target>Comment updated.</target>
3745 <context-group name="null">
3746 <context context-type="linenumber">1</context>
3747 </context-group>
3748 </trans-unit>
3749 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978">
3750 <source>Delete this report</source>
3751 <target>Delete this report</target>
3752 <context-group name="null">
3753 <context context-type="linenumber">1</context>
3754 </context-group>
3755 </trans-unit>
3756 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321">
3757 <source>Update moderation comment</source>
3758 <target>Update moderation comment</target>
3759 <context-group name="null">
3760 <context context-type="linenumber">1</context>
3761 </context-group>
3762 </trans-unit>
3763 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
3764 <source>Mark as accepted</source>
3765 <target>Mark as accepted</target>
3766 <context-group name="null">
3767 <context context-type="linenumber">1</context>
3768 </context-group>
3769 </trans-unit>
3770 <trans-unit id="d895b090c054bfc0ad3aba816af0615a1997f5a3">
3771 <source>Mark as rejected</source>
3772 <target>Mark as rejected</target>
3773 <context-group name="null">
3774 <context context-type="linenumber">1</context>
3775 </context-group>
3776 </trans-unit>
3777 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
3778 <source>Do you really want to delete this abuse report?</source>
3779 <target>Do you really want to delete this abuse report?</target>
3780 <context-group name="null">
3781 <context context-type="linenumber">1</context>
3782 </context-group>
3783 </trans-unit>
3784 <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9">
3785 <source>Abuse deleted.</source>
3786 <target>Abuse deleted.</target>
3787 <context-group name="null">
3788 <context context-type="linenumber">1</context>
3789 </context-group>
3790 </trans-unit>
3791 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
3792 <source>yes</source>
3793 <target>yes</target>
3794 <context-group name="null">
3795 <context context-type="linenumber">1</context>
3796 </context-group>
3797 </trans-unit>
3798 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
3799 <source>no</source>
3800 <target>no</target>
3801 <context-group name="null">
3802 <context context-type="linenumber">1</context>
3803 </context-group>
3804 </trans-unit>
3805 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
3806 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
3807 <target>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</target>
3808 <context-group name="null">
3809 <context context-type="linenumber">1</context>
3810 </context-group>
3811 </trans-unit>
3812 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f">
3813 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source>
3814 <target>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</target>
3815 <context-group name="null">
3816 <context context-type="linenumber">1</context>
3817 </context-group>
3818 </trans-unit>
3819 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
3820 <source>Info</source>
3821 <target>Info</target>
3822 <context-group name="null">
3823 <context context-type="linenumber">1</context>
3824 </context-group>
3825 </trans-unit>
3826 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
3827 <source>Warning</source>
3828 <target>Warning</target>
3829 <context-group name="null">
3830 <context context-type="linenumber">1</context>
3831 </context-group>
3832 </trans-unit>
3833 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
3834 <source>Error</source>
3835 <target>Error</target>
3836 <context-group name="null">
3837 <context context-type="linenumber">1</context>
3838 </context-group>
3839 </trans-unit>
3840 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
3841 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
3842 <target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</target>
3843 <context-group name="null">
3844 <context context-type="linenumber">1</context>
3845 </context-group>
3846 </trans-unit>
3847 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
3848 <source>Update user password</source>
3849 <target>Update the user password</target>
3850 <context-group name="null">
3851 <context context-type="linenumber">1</context>
3852 </context-group>
3853 </trans-unit>
3854 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
3855 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
3856 <target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
3857 <context-group name="null">
3858 <context context-type="linenumber">1</context>
3859 </context-group>
3860 </trans-unit>
3861 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
3862 <source>Update user</source>
3863 <target>Update user</target>
3864 <context-group name="null">
3865 <context context-type="linenumber">1</context>
3866 </context-group>
3867 </trans-unit>
3868 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
3869 <source>Unban</source>
3870 <target>Unban</target>
3871 <context-group name="null">
3872 <context context-type="linenumber">1</context>
3873 </context-group>
3874 </trans-unit>
3875 <trans-unit id="910ed85f550272401b134a40d019ab3359fe883f">
3876 <source>Set Email as Verified</source>
3877 <target>Set Email as Verified</target>
3878 <context-group name="null">
3879 <context context-type="linenumber">1</context>
3880 </context-group>
3881 </trans-unit>
3882 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf">
3883 <source>You cannot ban root.</source>
3884 <target>You cannot ban root.</target>
3885 <context-group name="null">
3886 <context context-type="linenumber">1</context>
3887 </context-group>
3888 </trans-unit>
3889 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e">
3890 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source>
3891 <target>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</target>
3892 <context-group name="null">
3893 <context context-type="linenumber">1</context>
3894 </context-group>
3895 </trans-unit>
3896 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd">
3897 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source>
3898 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</target>
3899 <context-group name="null">
3900 <context context-type="linenumber">1</context>
3901 </context-group>
3902 </trans-unit>
3903 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11">
3904 <source>You cannot delete root.</source>
3905 <target>You cannot delete root.</target>
3906 <context-group name="null">
3907 <context context-type="linenumber">1</context>
3908 </context-group>
3909 </trans-unit>
3910 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51">
3911 <source>If you remove these users, you will not be able to create others with the same username!</source>
3912 <target>If you remove these users, you will not be able to create others with the same username!</target>
3913 <context-group name="null">
3914 <context context-type="linenumber">1</context>
3915 </context-group>
3916 </trans-unit>
3917 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329">
3918 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source>
3919 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</target>
3920 <context-group name="null">
3921 <context context-type="linenumber">1</context>
3922 </context-group>
3923 </trans-unit>
3924 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650">
3925 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source>
3926 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</target>
3927 <context-group name="null">
3928 <context context-type="linenumber">1</context>
3929 </context-group>
3930 </trans-unit>
3931 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de">
3932 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source>
3933 <target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</target>
3934 <context-group name="null">
3935 <context context-type="linenumber">1</context>
3936 </context-group>
3937 </trans-unit>
3938 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c">
3939 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source>
3940 <target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</target>
3941 <context-group name="null">
3942 <context context-type="linenumber">1</context>
3943 </context-group>
3944 </trans-unit>
3945 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
3946 <source>My videos history</source>
3947 <target>My videos history</target>
3948 <context-group name="null">
3949 <context context-type="linenumber">1</context>
3950 </context-group>
3951 </trans-unit>
3952 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
3953 <source>Videos history is enabled</source>
3954 <target>Videos history is enabled</target>
3955 <context-group name="null">
3956 <context context-type="linenumber">1</context>
3957 </context-group>
3958 </trans-unit>
3959 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
3960 <source>Videos history is disabled</source>
3961 <target>Videos history is disabled</target>
3962 <context-group name="null">
3963 <context context-type="linenumber">1</context>
3964 </context-group>
3965 </trans-unit>
3966 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
3967 <source>Delete videos history</source>
3968 <target>Delete videos history</target>
3969 <context-group name="null">
3970 <context context-type="linenumber">1</context>
3971 </context-group>
3972 </trans-unit>
3973 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
3974 <source>Are you sure you want to delete all your videos history?</source>
3975 <target>Are you sure you want to delete all your videos history?</target>
3976 <context-group name="null">
3977 <context context-type="linenumber">1</context>
3978 </context-group>
3979 </trans-unit>
3980 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
3981 <source>Videos history deleted</source>
3982 <target>Videos history deleted</target>
3983 <context-group name="null">
3984 <context context-type="linenumber">1</context>
3985 </context-group>
3986 </trans-unit>
3987 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e">
3988 <source>Ownership accepted</source>
3989 <target>Ownership accepted</target>
3990 <context-group name="null">
3991 <context context-type="linenumber">1</context>
3992 </context-group>
3993 </trans-unit>
3994 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc">
3995 <source>Password updated.</source>
3996 <target>Password updated.</target>
3997 <context-group name="null">
3998 <context context-type="linenumber">1</context>
3999 </context-group>
4000 </trans-unit>
4001 <trans-unit id="466fc8cf56fd4e4e90fec4b900ef083d52bec38c">
4002 <source>You current password is invalid.</source>
4003 <target>You current password is invalid.</target>
4004 <context-group name="null">
4005 <context context-type="linenumber">1</context>
4006 </context-group>
4007 </trans-unit>
4008 <trans-unit id="ca8e8cf0f1686604db3b6a2ebadab7f7b426a047">
4009 <source>Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.</source>
4010 <target>Are you sure you want to delete your account? This will delete all your data, including channels, videos etc.</target>
4011 <context-group name="null">
4012 <context context-type="linenumber">1</context>
4013 </context-group>
4014 </trans-unit>
4015 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311">
4016 <source>Type your username to confirm</source>
4017 <target>Type your username to confirm</target>
4018 <context-group name="null">
4019 <context context-type="linenumber">1</context>
4020 </context-group>
4021 </trans-unit>
4022 <trans-unit id="d8a8a7f7160939fb55e82bc01fe9f876f5f2e065">
4023 <source>Delete my account</source>
4024 <target>Delete my account</target>
4025 <context-group name="null">
4026 <context context-type="linenumber">1</context>
4027 </context-group>
4028 </trans-unit>
4029 <trans-unit id="8eb8b1a728159f43c31abf76c28ef3ff6c230af7">
4030 <source>Your account is deleted.</source>
4031 <target>Your account is deleted.</target>
4032 <context-group name="null">
4033 <context context-type="linenumber">1</context>
4034 </context-group>
4035 </trans-unit>
4036 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
4037 <source>New video from your subscriptions</source>
4038 <target>New video from your subscriptions</target>
4039 <context-group name="null">
4040 <context context-type="linenumber">1</context>
4041 </context-group>
4042 </trans-unit>
4043 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
4044 <source>New comment on your video</source>
4045 <target>New comment on your video</target>
4046 <context-group name="null">
4047 <context context-type="linenumber">1</context>
4048 </context-group>
4049 </trans-unit>
4050 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4051 <source>One of your video is blacklisted/unblacklisted</source>
4052 <target>One of your video is blacklisted/unblacklisted</target>
4053 <context-group name="null">
4054 <context context-type="linenumber">1</context>
4055 </context-group>
4056 </trans-unit>
4057 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
4058 <source>Video published (after transcoding/scheduled update)</source>
4059 <target>Video published (after transcoding/scheduled update)</target>
4060 <context-group name="null">
4061 <context context-type="linenumber">1</context>
4062 </context-group>
4063 </trans-unit>
4064 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
4065 <source>Video import finished</source>
4066 <target>Video import finished</target>
4067 <context-group name="null">
4068 <context context-type="linenumber">1</context>
4069 </context-group>
4070 </trans-unit>
4071 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
4072 <source>A new user registered on your instance</source>
4073 <target>A new user registered on your instance</target>
4074 <context-group name="null">
4075 <context context-type="linenumber">1</context>
4076 </context-group>
4077 </trans-unit>
4078 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2">
4079 <source>You or your channel(s) has a new follower</source>
4080 <target>You or your channel(s) has a new follower</target>
4081 <context-group name="null">
4082 <context context-type="linenumber">1</context>
4083 </context-group>
4084 </trans-unit>
4085 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
4086 <source>Someone mentioned you in video comments</source>
4087 <target>Someone mentioned you in video comments</target>
4088 <context-group name="null">
4089 <context context-type="linenumber">1</context>
4090 </context-group>
4091 </trans-unit>
4092 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
4093 <source>Preferences saved</source>
4094 <target>Preferences saved</target>
4095 <context-group name="null">
4096 <context context-type="linenumber">1</context>
4097 </context-group>
4098 </trans-unit>
4099 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b">
4100 <source>Profile updated.</source>
4101 <target>Profile updated.</target>
4102 <context-group name="null">
4103 <context context-type="linenumber">1</context>
4104 </context-group>
4105 </trans-unit>
4106 <trans-unit id="1e003ad599ef836949b9f4dad3037a58ef3ff8d1">
4107 <source>Avatar changed.</source>
4108 <target>Avatar changed.</target>
4109 <context-group name="null">
4110 <context context-type="linenumber">1</context>
4111 </context-group>
4112 </trans-unit>
4113 <trans-unit id="214b802dfd6f544003147a7a68938ec1055c8f32">
4114 <source>Information updated.</source>
4115 <target>Information updated.</target>
4116 <context-group name="null">
4117 <context context-type="linenumber">1</context>
4118 </context-group>
4119 </trans-unit>
4120 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645">
4121 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source>
4122 <target>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</target>
4123 <context-group name="null">
4124 <context context-type="linenumber">1</context>
4125 </context-group>
4126 </trans-unit>
4127 <trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47">
4128 <source>This name already exists on this instance.</source>
4129 <target>This name already exists on this instance.</target>
4130 <context-group name="null">
4131 <context context-type="linenumber">1</context>
4132 </context-group>
4133 </trans-unit>
4134 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
4135 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
4136 <target>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</target>
4137 <context-group name="null">
4138 <context context-type="linenumber">1</context>
4139 </context-group>
4140 </trans-unit>
4141 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
4142 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
4143 <target>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</target>
4144 <context-group name="null">
4145 <context context-type="linenumber">1</context>
4146 </context-group>
4147 </trans-unit>
4148 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
4149 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
4150 <target>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</target>
4151 <context-group name="null">
4152 <context context-type="linenumber">1</context>
4153 </context-group>
4154 </trans-unit>
4155 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
4156 <source>My videos</source>
4157 <target>My videos</target>
4158 <context-group name="null">
4159 <context context-type="linenumber">1</context>
4160 </context-group>
4161 </trans-unit>
4162 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd">
4163 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source>
4164 <target>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</target>
4165 <context-group name="null">
4166 <context context-type="linenumber">1</context>
4167 </context-group>
4168 </trans-unit>
4169 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83">
4170 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source>
4171 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</target>
4172 <context-group name="null">
4173 <context context-type="linenumber">1</context>
4174 </context-group>
4175 </trans-unit>
4176 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7">
4177 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source>
4178 <target>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</target>
4179 <context-group name="null">
4180 <context context-type="linenumber">1</context>
4181 </context-group>
4182 </trans-unit>
4183 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118">
4184 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source>
4185 <target>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</target>
4186 <context-group name="null">
4187 <context context-type="linenumber">1</context>
4188 </context-group>
4189 </trans-unit>
4190 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd">
4191 <source>Ownership change request sent.</source>
4192 <target>Ownership change request sent.</target>
4193 <context-group name="null">
4194 <context context-type="linenumber">1</context>
4195 </context-group>
4196 </trans-unit>
4197 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
4198 <source>My channels</source>
4199 <target>My channels</target>
4200 <context-group name="null">
4201 <context context-type="linenumber">1</context>
4202 </context-group>
4203 </trans-unit>
4204 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9">
4205 <source>My subscriptions</source>
4206 <target>My subscriptions</target>
4207 <context-group name="null">
4208 <context context-type="linenumber">1</context>
4209 </context-group>
4210 </trans-unit>
4211 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
4212 <source>My history</source>
4213 <target>My history</target>
4214 <context-group name="null">
4215 <context context-type="linenumber">1</context>
4216 </context-group>
4217 </trans-unit>
4218 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
4219 <source>Misc</source>
4220 <target>Misc</target>
4221 <context-group name="null">
4222 <context context-type="linenumber">1</context>
4223 </context-group>
4224 </trans-unit>
4225 <trans-unit id="73022f1676784c4f9b8cdbb322e52b02ccc800b7">
4226 <source>Ownership changes</source>
4227 <target>Ownership changes</target>
4228 <context-group name="null">
4229 <context context-type="linenumber">1</context>
4230 </context-group>
4231 </trans-unit>
4232 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6">
4233 <source>My settings</source>
4234 <target>My settings</target>
4235 <context-group name="null">
4236 <context context-type="linenumber">1</context>
4237 </context-group>
4238 </trans-unit>
4239 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
4240 <source>My notifications</source>
4241 <target>My notifications</target>
4242 <context-group name="null">
4243 <context context-type="linenumber">1</context>
4244 </context-group>
4245 </trans-unit>
4246 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706">
4247 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
4248 <target>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
4249 <context-group name="null">
4250 <context context-type="linenumber">1</context>
4251 </context-group>
4252 </trans-unit>
4253 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752">
4254 <source>Unable to find user id or verification string.</source>
4255 <target>Unable to find user id or verification string.</target>
4256 <context-group name="null">
4257 <context context-type="linenumber">1</context>
4258 </context-group>
4259 </trans-unit>
4260 <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598">
4261 <source>Subscribe to the account</source>
4262 <target>Subscribe to the account</target>
4263 <context-group name="null">
4264 <context context-type="linenumber">1</context>
4265 </context-group>
4266 </trans-unit>
4267 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013">
4268 <source>Focus the search bar</source>
4269 <target>Focus the search bar</target>
4270 <context-group name="null">
4271 <context context-type="linenumber">1</context>
4272 </context-group>
4273 </trans-unit>
4274 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099">
4275 <source>Toggle the left menu</source>
4276 <target>Toggle the left menu</target>
4277 <context-group name="null">
4278 <context context-type="linenumber">1</context>
4279 </context-group>
4280 </trans-unit>
4281 <trans-unit id="b54759e30f7c1983940cdacb8eb03f102a869084">
4282 <source>Go to the videos overview page</source>
4283 <target>Go to the videos overview page</target>
4284 <context-group name="null">
4285 <context context-type="linenumber">1</context>
4286 </context-group>
4287 </trans-unit>
4288 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0">
4289 <source>Go to the trending videos page</source>
4290 <target>Go to the trending videos page</target>
4291 <context-group name="null">
4292 <context context-type="linenumber">1</context>
4293 </context-group>
4294 </trans-unit>
4295 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d">
4296 <source>Go to the recently added videos page</source>
4297 <target>Go to the recently added videos page</target>
4298 <context-group name="null">
4299 <context context-type="linenumber">1</context>
4300 </context-group>
4301 </trans-unit>
4302 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5">
4303 <source>Go to the local videos page</source>
4304 <target>Go to the local videos page</target>
4305 <context-group name="null">
4306 <context context-type="linenumber">1</context>
4307 </context-group>
4308 </trans-unit>
4309 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba">
4310 <source>Go to the videos upload page</source>
4311 <target>Go to the videos upload page</target>
4312 <context-group name="null">
4313 <context context-type="linenumber">1</context>
4314 </context-group>
4315 </trans-unit>
4316 <trans-unit id="0ed7b40c11da9d4565af9c041df20c15bc6be97e">
4317 <source>Toggle Dark theme</source>
4318 <target>Toggle Dark theme</target>
4319 <context-group name="null">
4320 <context context-type="linenumber">1</context>
4321 </context-group>
4322 </trans-unit>
4323 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2">
4324 <source>Go to my subscriptions</source>
4325 <target>Go to my subscriptions</target>
4326 <context-group name="null">
4327 <context context-type="linenumber">1</context>
4328 </context-group>
4329 </trans-unit>
4330 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1">
4331 <source>Go to my videos</source>
4332 <target>Go to my videos</target>
4333 <context-group name="null">
4334 <context context-type="linenumber">1</context>
4335 </context-group>
4336 </trans-unit>
4337 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7">
4338 <source>Go to my imports</source>
4339 <target>Go to my imports</target>
4340 <context-group name="null">
4341 <context context-type="linenumber">1</context>
4342 </context-group>
4343 </trans-unit>
4344 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390">
4345 <source>Go to my channels</source>
4346 <target>Go to my channels</target>
4347 <context-group name="null">
4348 <context context-type="linenumber">1</context>
4349 </context-group>
4350 </trans-unit>
4351 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7">
4352 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
4353</source>
4354 <target>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
4355</target>
4356 <context-group name="null">
4357 <context context-type="linenumber">1</context>
4358 </context-group>
4359 </trans-unit>
4360 <trans-unit id="8d9b4f4b69108c3c9aa0f3b0dbde87786ba9b319">
4361 <source>Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
4362 <target>Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
4363 <context-group name="null">
4364 <context context-type="linenumber">1</context>
4365 </context-group>
4366 </trans-unit>
4367 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
4368 <source>You need to reconnect.</source>
4369 <target>You need to reconnect.</target>
4370 <context-group name="null">
4371 <context context-type="linenumber">1</context>
4372 </context-group>
4373 </trans-unit>
4374 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
4375 <source>Keyboard Shortcuts:</source>
4376 <target>Keyboard Shortcuts:</target>
4377 <context-group name="null">
4378 <context context-type="linenumber">1</context>
4379 </context-group>
4380 </trans-unit>
4381 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
4382 <source>Success</source>
4383 <target>Success</target>
4384 <context-group name="null">
4385 <context context-type="linenumber">1</context>
4386 </context-group>
4387 </trans-unit>
4388 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe">
4389 <source>Incorrect username or password.</source>
4390 <target>Incorrect username or password.</target>
4391 <context-group name="null">
4392 <context context-type="linenumber">1</context>
4393 </context-group>
4394 </trans-unit>
4395 <trans-unit id="39980cc1cf8df621d43f5480d001bdf5d4139338">
4396 <source>You account is blocked.</source>
4397 <target>You account is blocked.</target>
4398 <context-group name="null">
4399 <context context-type="linenumber">1</context>
4400 </context-group>
4401 </trans-unit>
4402 <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1">
4403 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
4404 <target>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
4405 <context-group name="null">
4406 <context context-type="linenumber">1</context>
4407 </context-group>
4408 </trans-unit>
4409 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
4410 <source>Your password has been successfully reset!</source>
4411 <target>Your password has been successfully reset!</target>
4412 <context-group name="null">
4413 <context context-type="linenumber">1</context>
4414 </context-group>
4415 </trans-unit>
4416 <trans-unit id="7fb1099e29660162f9154d5b2feee7743a423df6">
4417 <source>Today</source>
4418 <target>Today</target>
4419 <context-group name="null">
4420 <context context-type="linenumber">1</context>
4421 </context-group>
4422 </trans-unit>
4423 <trans-unit id="02e0243b60007368f87dc01e083f232dd025096d">
4424 <source>Last 7 days</source>
4425 <target>Last 7 days</target>
4426 <context-group name="null">
4427 <context context-type="linenumber">1</context>
4428 </context-group>
4429 </trans-unit>
4430 <trans-unit id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8">
4431 <source>Last 30 days</source>
4432 <target>Last 30 days</target>
4433 <context-group name="null">
4434 <context context-type="linenumber">1</context>
4435 </context-group>
4436 </trans-unit>
4437 <trans-unit id="a77b663fd9b94c38bc9c6493a51b5f3acacb9bca">
4438 <source>Last 365 days</source>
4439 <target>Last 365 days</target>
4440 <context-group name="null">
4441 <context context-type="linenumber">1</context>
4442 </context-group>
4443 </trans-unit>
4444 <trans-unit id="d2f3bf121699ff08a25fa4859bfdf3996bf821cc">
4445 <source>Short (&lt; 4 min)</source>
4446 <target>Short (&lt; 4 min)</target>
4447 <context-group name="null">
4448 <context context-type="linenumber">1</context>
4449 </context-group>
4450 </trans-unit>
4451 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
4452 <source>Long (&gt; 10 min)</source>
4453 <target>Long (&gt; 10 min)</target>
4454 <context-group name="null">
4455 <context context-type="linenumber">1</context>
4456 </context-group>
4457 </trans-unit>
4458 <trans-unit id="f24d368d6be0fee70fb4503d2ad37a612e1b0889">
4459 <source>Medium (4-10 min)</source>
4460 <target>Medium (4-10 min)</target>
4461 <context-group name="null">
4462 <context context-type="linenumber">1</context>
4463 </context-group>
4464 </trans-unit>
4465 <trans-unit id="ed073fec00d699b7a97bb65b4f3a722b203c5bca">
4466 <source>Relevance</source>
4467 <target>Relevance</target>
4468 <context-group name="null">
4469 <context context-type="linenumber">1</context>
4470 </context-group>
4471 </trans-unit>
4472 <trans-unit id="1aee80ab35aa99508802cdec6306e110b2feaf9e">
4473 <source>Publish date</source>
4474 <target>Publish date</target>
4475 <context-group name="null">
4476 <context context-type="linenumber">1</context>
4477 </context-group>
4478 </trans-unit>
4479 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9">
4480 <source>Views</source>
4481 <target>Views</target>
4482 <context-group name="null">
4483 <context context-type="linenumber">1</context>
4484 </context-group>
4485 </trans-unit>
4486 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016">
4487 <source>Search</source>
4488 <target>Search</target>
4489 <context-group name="null">
4490 <context context-type="linenumber">1</context>
4491 </context-group>
4492 </trans-unit>
4493 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
4494 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
4495 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</target>
4496 <context-group name="null">
4497 <context context-type="linenumber">1</context>
4498 </context-group>
4499 </trans-unit>
4500 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
4501 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
4502 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target>
4503 <context-group name="null">
4504 <context context-type="linenumber">1</context>
4505 </context-group>
4506 </trans-unit>
4507 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
4508 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
4509 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</target>
4510 <context-group name="null">
4511 <context context-type="linenumber">1</context>
4512 </context-group>
4513 </trans-unit>
4514 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
4515 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
4516 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</target>
4517 <context-group name="null">
4518 <context context-type="linenumber">1</context>
4519 </context-group>
4520 </trans-unit>
4521 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
4522 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
4523 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</target>
4524 <context-group name="null">
4525 <context context-type="linenumber">1</context>
4526 </context-group>
4527 </trans-unit>
4528 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
4529 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
4530 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</target>
4531 <context-group name="null">
4532 <context context-type="linenumber">1</context>
4533 </context-group>
4534 </trans-unit>
4535 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
4536 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
4537 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</target>
4538 <context-group name="null">
4539 <context context-type="linenumber">1</context>
4540 </context-group>
4541 </trans-unit>
4542 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
4543 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
4544 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</target>
4545 <context-group name="null">
4546 <context context-type="linenumber">1</context>
4547 </context-group>
4548 </trans-unit>
4549 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
4550 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
4551 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</target>
4552 <context-group name="null">
4553 <context context-type="linenumber">1</context>
4554 </context-group>
4555 </trans-unit>
4556 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
4557 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
4558 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</target>
4559 <context-group name="null">
4560 <context context-type="linenumber">1</context>
4561 </context-group>
4562 </trans-unit>
4563 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
4564 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
4565 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target>
4566 <context-group name="null">
4567 <context context-type="linenumber">1</context>
4568 </context-group>
4569 </trans-unit>
4570 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4571 <source>Confirm</source>
4572 <target>Confirm</target>
4573 <context-group name="null">
4574 <context context-type="linenumber">1</context>
4575 </context-group>
4576 </trans-unit>
4577 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
4578 <source>Instance name is required.</source>
4579 <target>Instance name is required.</target>
4580 <context-group name="null">
4581 <context context-type="linenumber">1</context>
4582 </context-group>
4583 </trans-unit>
4584 <trans-unit id="10a248adb1ee12830355a04ac3cde2bad2d41d7d">
4585 <source>Short description should not be longer than 250 characters.</source>
4586 <target>Short description should not be longer than 250 characters.</target>
4587 <context-group name="null">
4588 <context context-type="linenumber">1</context>
4589 </context-group>
4590 </trans-unit>
4591 <trans-unit id="356e63270712273da168072ec0fc78a969919bf1">
4592 <source>Twitter username is required.</source>
4593 <target>Twitter username is required.</target>
4594 <context-group name="null">
4595 <context context-type="linenumber">1</context>
4596 </context-group>
4597 </trans-unit>
4598 <trans-unit id="dbb2ef02020afc05e146855f2e1dd7c9522d49b6">
4599 <source>Previews cache size is required.</source>
4600 <target>Previews cache size is required.</target>
4601 <context-group name="null">
4602 <context context-type="linenumber">1</context>
4603 </context-group>
4604 </trans-unit>
4605 <trans-unit id="97836c6e698185b4ce357de9d4b2ab3e838f2459">
4606 <source>Previews cache size must be greater than 1.</source>
4607 <target>Previews cache size must be greater than 1.</target>
4608 <context-group name="null">
4609 <context context-type="linenumber">1</context>
4610 </context-group>
4611 </trans-unit>
4612 <trans-unit id="e7393dc4a4aa12d005582eb9e1ddc7e5ca5bebd3">
4613 <source>Previews cache size must be a number.</source>
4614 <target>Previews cache size must be a number.</target>
4615 <context-group name="null">
4616 <context context-type="linenumber">1</context>
4617 </context-group>
4618 </trans-unit>
4619 <trans-unit id="545f5dea553b2d7c4a65920ccdcb1e9dbdc7f4d8">
4620 <source>Captions cache size is required.</source>
4621 <target>Captions cache size is required.</target>
4622 <context-group name="null">
4623 <context context-type="linenumber">1</context>
4624 </context-group>
4625 </trans-unit>
4626 <trans-unit id="a8d7131c0ca1eefe7b058e6081236ca1be364e2c">
4627 <source>Captions cache size must be greater than 1.</source>
4628 <target>Captions cache size must be greater than 1.</target>
4629 <context-group name="null">
4630 <context context-type="linenumber">1</context>
4631 </context-group>
4632 </trans-unit>
4633 <trans-unit id="c3decd47b03cf542df091c1a2fb25b756e59074e">
4634 <source>Captions cache size must be a number.</source>
4635 <target>Captions cache size must be a number.</target>
4636 <context-group name="null">
4637 <context context-type="linenumber">1</context>
4638 </context-group>
4639 </trans-unit>
4640 <trans-unit id="2cdd5a8c604ef16c2f9a17ed81d73f4f9509e828">
4641 <source>Signup limit is required.</source>
4642 <target>Signup limit is required.</target>
4643 <context-group name="null">
4644 <context context-type="linenumber">1</context>
4645 </context-group>
4646 </trans-unit>
4647 <trans-unit id="0ca9f7ec55c9896add6e82d2b52e9217e1140cf7">
4648 <source>Signup limit must be greater than 1.</source>
4649 <target>Signup limit must be greater than 1.</target>
4650 <context-group name="null">
4651 <context context-type="linenumber">1</context>
4652 </context-group>
4653 </trans-unit>
4654 <trans-unit id="58c2f66ba74f1400914031ef4ed635938e9e8ced">
4655 <source>Signup limit must be a number.</source>
4656 <target>Signup limit must be a number.</target>
4657 <context-group name="null">
4658 <context context-type="linenumber">1</context>
4659 </context-group>
4660 </trans-unit>
4661 <trans-unit id="1245841647f9b42d3e7554903c1c50bdd80ab021">
4662 <source>Admin email is required.</source>
4663 <target>Admin email is required.</target>
4664 <context-group name="null">
4665 <context context-type="linenumber">1</context>
4666 </context-group>
4667 </trans-unit>
4668 <trans-unit id="3fd2feb77dfe57fe82573e3cdf996105e2fafc66">
4669 <source>Admin email must be valid.</source>
4670 <target>Admin email must be valid.</target>
4671 <context-group name="null">
4672 <context context-type="linenumber">1</context>
4673 </context-group>
4674 </trans-unit>
4675 <trans-unit id="f15f2e02b1f6a96553e98ea4a969045d17ec1400">
4676 <source>Transcoding threads is required.</source>
4677 <target>Transcoding threads is required.</target>
4678 <context-group name="null">
4679 <context context-type="linenumber">1</context>
4680 </context-group>
4681 </trans-unit>
4682 <trans-unit id="4166cc066b963a23829b48a09e394f73b453fabd">
4683 <source>Transcoding threads must be greater or equal to 0.</source>
4684 <target>Transcoding threads must be greater or equal to 0.</target>
4685 <context-group name="null">
4686 <context context-type="linenumber">1</context>
4687 </context-group>
4688 </trans-unit>
4689 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0">
4690 <source>Email is required.</source>
4691 <target>Email is required.</target>
4692 <context-group name="null">
4693 <context context-type="linenumber">1</context>
4694 </context-group>
4695 </trans-unit>
4696 <trans-unit id="bef8a36c3dffff15fb5faf3d20bdbbbc1af824c1">
4697 <source>Email must be valid.</source>
4698 <target>Email must be valid.</target>
4699 <context-group name="null">
4700 <context context-type="linenumber">1</context>
4701 </context-group>
4702 </trans-unit>
4703 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33">
4704 <source>Your name is required.</source>
4705 <target>Your name is required.</target>
4706 <context-group name="null">
4707 <context context-type="linenumber">1</context>
4708 </context-group>
4709 </trans-unit>
4710 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a">
4711 <source>Your name must be at least 1 character long.</source>
4712 <target>Your name must be at least 1 character long.</target>
4713 <context-group name="null">
4714 <context context-type="linenumber">1</context>
4715 </context-group>
4716 </trans-unit>
4717 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b">
4718 <source>Your name cannot be more than 120 characters long.</source>
4719 <target>Your name cannot be more than 120 characters long.</target>
4720 <context-group name="null">
4721 <context context-type="linenumber">1</context>
4722 </context-group>
4723 </trans-unit>
4724 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2">
4725 <source>A message is required.</source>
4726 <target>A message is required.</target>
4727 <context-group name="null">
4728 <context context-type="linenumber">1</context>
4729 </context-group>
4730 </trans-unit>
4731 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64">
4732 <source>The message must be at least 3 characters long.</source>
4733 <target>The message must be at least 3 characters long.</target>
4734 <context-group name="null">
4735 <context context-type="linenumber">1</context>
4736 </context-group>
4737 </trans-unit>
4738 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60">
4739 <source>The message cannot be more than 5000 characters long.</source>
4740 <target>The message cannot be more than 5000 characters long.</target>
4741 <context-group name="null">
4742 <context context-type="linenumber">1</context>
4743 </context-group>
4744 </trans-unit>
4745 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149">
4746 <source>Username is required.</source>
4747 <target>Username is required.</target>
4748 <context-group name="null">
4749 <context context-type="linenumber">1</context>
4750 </context-group>
4751 </trans-unit>
4752 <trans-unit id="4eb39d69b74d7a56652ec84fa6826994ee26c0e5">
4753 <source>Password is required.</source>
4754 <target>Password is required.</target>
4755 <context-group name="null">
4756 <context context-type="linenumber">1</context>
4757 </context-group>
4758 </trans-unit>
4759 <trans-unit id="c90872a06666a51c2957c4b29724e68df5c67154">
4760 <source>Confirmation of the password is required.</source>
4761 <target>Confirmation of the password is required.</target>
4762 <context-group name="null">
4763 <context context-type="linenumber">1</context>
4764 </context-group>
4765 </trans-unit>
4766 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a">
4767 <source>Username must be at least 1 character long.</source>
4768 <target>Username must be at least 1 character long.</target>
4769 <context-group name="null">
4770 <context context-type="linenumber">1</context>
4771 </context-group>
4772 </trans-unit>
4773 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a">
4774 <source>Username cannot be more than 50 characters long.</source>
4775 <target>Username cannot be more than 50 characters long.</target>
4776 <context-group name="null">
4777 <context context-type="linenumber">1</context>
4778 </context-group>
4779 </trans-unit>
4780 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
4781 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
4782 <target>Username should be lowercase alphanumeric; dots and underscores are allowed.</target>
4783 <context-group name="null">
4784 <context context-type="linenumber">1</context>
4785 </context-group>
4786 </trans-unit>
4787 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
4788 <source>Password must be at least 6 characters long.</source>
4789 <target>Password must be at least 6 characters long.</target>
4790 <context-group name="null">
4791 <context context-type="linenumber">1</context>
4792 </context-group>
4793 </trans-unit>
4794 <trans-unit id="0a154031f3e66985af96d5f903441cf84f0dc75e">
4795 <source>Password cannot be more than 255 characters long.</source>
4796 <target>Password cannot be more than 255 characters long.</target>
4797 <context-group name="null">
4798 <context context-type="linenumber">1</context>
4799 </context-group>
4800 </trans-unit>
4801 <trans-unit id="2db8f1f93a5485c32267762a3bf4da499832e732">
4802 <source>The new password and the confirmed password do not correspond.</source>
4803 <target>The new password and the confirmed password do not correspond.</target>
4804 <context-group name="null">
4805 <context context-type="linenumber">1</context>
4806 </context-group>
4807 </trans-unit>
4808 <trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf">
4809 <source>Video quota is required.</source>
4810 <target>Video quota is required.</target>
4811 <context-group name="null">
4812 <context context-type="linenumber">1</context>
4813 </context-group>
4814 </trans-unit>
4815 <trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80">
4816 <source>Quota must be greater than -1.</source>
4817 <target>Quota must be greater than -1.</target>
4818 <context-group name="null">
4819 <context context-type="linenumber">1</context>
4820 </context-group>
4821 </trans-unit>
4822 <trans-unit id="7e58d1fb4e86af94f5199660ef349d55811888bb">
4823 <source>Daily upload limit is required.</source>
4824 <target>Daily upload limit is required.</target>
4825 <context-group name="null">
4826 <context context-type="linenumber">1</context>
4827 </context-group>
4828 </trans-unit>
4829 <trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e">
4830 <source>Daily upload limit must be greater than -1.</source>
4831 <target>Daily upload limit must be greater than -1.</target>
4832 <context-group name="null">
4833 <context context-type="linenumber">1</context>
4834 </context-group>
4835 </trans-unit>
4836 <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85">
4837 <source>User role is required.</source>
4838 <target>User role is required.</target>
4839 <context-group name="null">
4840 <context context-type="linenumber">1</context>
4841 </context-group>
4842 </trans-unit>
4843 <trans-unit id="1c417b7aef730d6ef5d62fa8a0a7e25e3a2393e4">
4844 <source>Display name is required.</source>
4845 <target>Display name is required.</target>
4846 <context-group name="null">
4847 <context context-type="linenumber">1</context>
4848 </context-group>
4849 </trans-unit>
4850 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c">
4851 <source>Display name must be at least 1 character long.</source>
4852 <target>Display name must be at least 1 character long.</target>
4853 <context-group name="null">
4854 <context context-type="linenumber">1</context>
4855 </context-group>
4856 </trans-unit>
4857 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1">
4858 <source>Display name cannot be more than 50 characters long.</source>
4859 <target>Display name cannot be more than 50 characters long.</target>
4860 <context-group name="null">
4861 <context context-type="linenumber">1</context>
4862 </context-group>
4863 </trans-unit>
4864 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae">
4865 <source>Description must be at least 3 characters long.</source>
4866 <target>Description must be at least 3 characters long.</target>
4867 <context-group name="null">
4868 <context context-type="linenumber">1</context>
4869 </context-group>
4870 </trans-unit>
4871 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0">
4872 <source>Description cannot be more than 1000 characters long.</source>
4873 <target>Description cannot be more than 1000 characters long.</target>
4874 <context-group name="null">
4875 <context context-type="linenumber">1</context>
4876 </context-group>
4877 </trans-unit>
4878 <trans-unit id="4a3ebc6ddb6b6677aed7b04eb503f9ddd0cfe561">
4879 <source>You must to agree with the instance terms in order to registering on it.</source>
4880 <target>You must to agree with the instance terms in order to registering on it.</target>
4881 <context-group name="null">
4882 <context context-type="linenumber">1</context>
4883 </context-group>
4884 </trans-unit>
4885 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00">
4886 <source>Ban reason must be at least 3 characters long.</source>
4887 <target>Ban reason must be at least 3 characters long.</target>
4888 <context-group name="null">
4889 <context context-type="linenumber">1</context>
4890 </context-group>
4891 </trans-unit>
4892 <trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd">
4893 <source>Ban reason cannot be more than 250 characters long.</source>
4894 <target>Ban reason cannot be more than 250 characters long.</target>
4895 <context-group name="null">
4896 <context context-type="linenumber">1</context>
4897 </context-group>
4898 </trans-unit>
4899 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6">
4900 <source>Report reason is required.</source>
4901 <target>Report reason is required.</target>
4902 <context-group name="null">
4903 <context context-type="linenumber">1</context>
4904 </context-group>
4905 </trans-unit>
4906 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e">
4907 <source>Report reason must be at least 2 characters long.</source>
4908 <target>Report reason must be at least 2 characters long.</target>
4909 <context-group name="null">
4910 <context context-type="linenumber">1</context>
4911 </context-group>
4912 </trans-unit>
4913 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
4914 <source>Report reason cannot be more than 3000 characters long.</source>
4915 <target>Report reason cannot be more than 3000 characters long.</target>
4916 <context-group name="null">
4917 <context context-type="linenumber">1</context>
4918 </context-group>
4919 </trans-unit>
4920 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118">
4921 <source>Moderation comment is required.</source>
4922 <target>Moderation comment is required.</target>
4923 <context-group name="null">
4924 <context context-type="linenumber">1</context>
4925 </context-group>
4926 </trans-unit>
4927 <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2">
4928 <source>Moderation comment must be at least 2 characters long.</source>
4929 <target>Moderation comment must be at least 2 characters long.</target>
4930 <context-group name="null">
4931 <context context-type="linenumber">1</context>
4932 </context-group>
4933 </trans-unit>
4934 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
4935 <source>Moderation comment cannot be more than 3000 characters long.</source>
4936 <target>Moderation comment cannot be more than 3000 characters long.</target>
4937 <context-group name="null">
4938 <context context-type="linenumber">1</context>
4939 </context-group>
4940 </trans-unit>
4941 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6">
4942 <source>The channel is required.</source>
4943 <target>The channel is required.</target>
4944 <context-group name="null">
4945 <context context-type="linenumber">1</context>
4946 </context-group>
4947 </trans-unit>
4948 <trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca">
4949 <source>Blacklist reason must be at least 2 characters long.</source>
4950 <target>Blacklist reason must be at least 2 characters long.</target>
4951 <context-group name="null">
4952 <context context-type="linenumber">1</context>
4953 </context-group>
4954 </trans-unit>
4955 <trans-unit id="5009443905b0b152915247799492bf5e164e7626">
4956 <source>Blacklist reason cannot be more than 300 characters long.</source>
4957 <target>Blacklist reason cannot be more than 300 characters long.</target>
4958 <context-group name="null">
4959 <context context-type="linenumber">1</context>
4960 </context-group>
4961 </trans-unit>
4962 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e">
4963 <source>Video caption language is required.</source>
4964 <target>Video caption language is required.</target>
4965 <context-group name="null">
4966 <context context-type="linenumber">1</context>
4967 </context-group>
4968 </trans-unit>
4969 <trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963">
4970 <source>Video caption file is required.</source>
4971 <target>Video caption file is required.</target>
4972 <context-group name="null">
4973 <context context-type="linenumber">1</context>
4974 </context-group>
4975 </trans-unit>
4976 <trans-unit id="bd7fc070c728dc6dbf3959d49fe5bb27ce15d294">
4977 <source>The username is required.</source>
4978 <target>The username is required.</target>
4979 <context-group name="null">
4980 <context context-type="linenumber">1</context>
4981 </context-group>
4982 </trans-unit>
4983 <trans-unit id="c8465c3773699dd075e0147e264d2e232f605803">
4984 <source>You can only transfer ownership to a local account</source>
4985 <target>You can only transfer ownership to a local account</target>
4986 <context-group name="null">
4987 <context context-type="linenumber">1</context>
4988 </context-group>
4989 </trans-unit>
4990 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33">
4991 <source>Name is required.</source>
4992 <target>Name is required.</target>
4993 <context-group name="null">
4994 <context context-type="linenumber">1</context>
4995 </context-group>
4996 </trans-unit>
4997 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76">
4998 <source>Name must be at least 1 character long.</source>
4999 <target>Name must be at least 1 character long.</target>
5000 <context-group name="null">
5001 <context context-type="linenumber">1</context>
5002 </context-group>
5003 </trans-unit>
5004 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d">
5005 <source>Name cannot be more than 50 characters long.</source>
5006 <target>Name cannot be more than 50 characters long.</target>
5007 <context-group name="null">
5008 <context context-type="linenumber">1</context>
5009 </context-group>
5010 </trans-unit>
5011 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18">
5012 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
5013 <target>Name should be lowercase alphanumeric; dots and underscores are allowed.</target>
5014 <context-group name="null">
5015 <context context-type="linenumber">1</context>
5016 </context-group>
5017 </trans-unit>
5018 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
5019 <source>Support text must be at least 3 characters long.</source>
5020 <target>Support text must be at least 3 characters long.</target>
5021 <context-group name="null">
5022 <context context-type="linenumber">1</context>
5023 </context-group>
5024 </trans-unit>
5025 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85">
5026 <source>Support text cannot be more than 1000 characters long.</source>
5027 <target>Support text cannot be more than 1000 characters long.</target>
5028 <context-group name="null">
5029 <context context-type="linenumber">1</context>
5030 </context-group>
5031 </trans-unit>
5032 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79">
5033 <source>Comment is required.</source>
5034 <target>Comment is required.</target>
5035 <context-group name="null">
5036 <context context-type="linenumber">1</context>
5037 </context-group>
5038 </trans-unit>
5039 <trans-unit id="f5a94cae76685e72f33541b977efdd7845cb0ed6">
5040 <source>Comment must be at least 2 characters long.</source>
5041 <target>Comment must be at least 2 characters long.</target>
5042 <context-group name="null">
5043 <context context-type="linenumber">1</context>
5044 </context-group>
5045 </trans-unit>
5046 <trans-unit id="7c194080446ee6901fd17a8b8648534ffe98b123">
5047 <source>Comment cannot be more than 3000 characters long.</source>
5048 <target>Comment cannot be more than 3000 characters long.</target>
5049 <context-group name="null">
5050 <context context-type="linenumber">1</context>
5051 </context-group>
5052 </trans-unit>
5053 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
5054 <source>Video name is required.</source>
5055 <target>Video name is required.</target>
5056 <context-group name="null">
5057 <context context-type="linenumber">1</context>
5058 </context-group>
5059 </trans-unit>
5060 <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c">
5061 <source>Video name must be at least 3 characters long.</source>
5062 <target>Video name must be at least 3 characters long.</target>
5063 <context-group name="null">
5064 <context context-type="linenumber">1</context>
5065 </context-group>
5066 </trans-unit>
5067 <trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695">
5068 <source>Video name cannot be more than 120 characters long.</source>
5069 <target>Video name cannot be more than 120 characters long.</target>
5070 <context-group name="null">
5071 <context context-type="linenumber">1</context>
5072 </context-group>
5073 </trans-unit>
5074 <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4">
5075 <source>Video privacy is required.</source>
5076 <target>Video privacy is required.</target>
5077 <context-group name="null">
5078 <context context-type="linenumber">1</context>
5079 </context-group>
5080 </trans-unit>
5081 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16">
5082 <source>Video channel is required.</source>
5083 <target>Video channel is required.</target>
5084 <context-group name="null">
5085 <context context-type="linenumber">1</context>
5086 </context-group>
5087 </trans-unit>
5088 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef">
5089 <source>Video description must be at least 3 characters long.</source>
5090 <target>Video description must be at least 3 characters long.</target>
5091 <context-group name="null">
5092 <context context-type="linenumber">1</context>
5093 </context-group>
5094 </trans-unit>
5095 <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906">
5096 <source>Video description cannot be more than 10000 characters long.</source>
5097 <target>Video description cannot be more than 10000 characters long.</target>
5098 <context-group name="null">
5099 <context context-type="linenumber">1</context>
5100 </context-group>
5101 </trans-unit>
5102 <trans-unit id="f1cffdc2e156716cd9880201d65ba457d11464f8">
5103 <source>A tag should be more than 2 characters long.</source>
5104 <target>A tag should be more than 2 characters long.</target>
5105 <context-group name="null">
5106 <context context-type="linenumber">1</context>
5107 </context-group>
5108 </trans-unit>
5109 <trans-unit id="34a0811f9a2a7366cc9efcdad52ea59b105326ea">
5110 <source>A tag should be less than 30 characters long.</source>
5111 <target>A tag should be less than 30 characters long.</target>
5112 <context-group name="null">
5113 <context context-type="linenumber">1</context>
5114 </context-group>
5115 </trans-unit>
5116 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6">
5117 <source>Video support must be at least 3 characters long.</source>
5118 <target>Video support must be at least 3 characters long.</target>
5119 <context-group name="null">
5120 <context context-type="linenumber">1</context>
5121 </context-group>
5122 </trans-unit>
5123 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad">
5124 <source>Video support cannot be more than 1000 characters long.</source>
5125 <target>Video support cannot be more than 1000 characters long.</target>
5126 <context-group name="null">
5127 <context context-type="linenumber">1</context>
5128 </context-group>
5129 </trans-unit>
5130 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0">
5131 <source>A date is required to schedule video update.</source>
5132 <target>A date is required to schedule video update.</target>
5133 <context-group name="null">
5134 <context context-type="linenumber">1</context>
5135 </context-group>
5136 </trans-unit>
5137 <trans-unit id="3b7ed22d0730d03b38c254332829d855ee7256c4">
5138 <source>This file is too large.</source>
5139 <target>This file is too large.</target>
5140 <context-group name="null">
5141 <context context-type="linenumber">1</context>
5142 </context-group>
5143 </trans-unit>
5144 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
5145 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
5146 <target>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target>
5147 <context-group name="null">
5148 <context context-type="linenumber">1</context>
5149 </context-group>
5150 </trans-unit>
5151 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4">
5152 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
5153 <target>All unsaved data will be lost, are you sure you want to leave this page?</target>
5154 <context-group name="null">
5155 <context context-type="linenumber">1</context>
5156 </context-group>
5157 </trans-unit>
5158 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf">
5159 <source>Sunday</source>
5160 <target>Sunday</target>
5161 <context-group name="null">
5162 <context context-type="linenumber">1</context>
5163 </context-group>
5164 </trans-unit>
5165 <trans-unit id="a43c57a7cbebf57eb33a2eae5e994c91d9887596">
5166 <source>Monday</source>
5167 <target>Monday</target>
5168 <context-group name="null">
5169 <context context-type="linenumber">1</context>
5170 </context-group>
5171 </trans-unit>
5172 <trans-unit id="48a2a35957ce394eb2c59ae35c99642360af70ee">
5173 <source>Tuesday</source>
5174 <target>Tuesday</target>
5175 <context-group name="null">
5176 <context context-type="linenumber">1</context>
5177 </context-group>
5178 </trans-unit>
5179 <trans-unit id="b0af441f9ba8b82952b9ec10fb8c62e8fec67df9">
5180 <source>Wednesday</source>
5181 <target>Wednesday</target>
5182 <context-group name="null">
5183 <context context-type="linenumber">1</context>
5184 </context-group>
5185 </trans-unit>
5186 <trans-unit id="55c583b99c809818ec27df065ccf05357a6ac10b">
5187 <source>Thursday</source>
5188 <target>Thursday</target>
5189 <context-group name="null">
5190 <context context-type="linenumber">1</context>
5191 </context-group>
5192 </trans-unit>
5193 <trans-unit id="e91b54925dc5f490753f60f53ef6f8b4609e6215">
5194 <source>Friday</source>
5195 <target>Friday</target>
5196 <context-group name="null">
5197 <context context-type="linenumber">1</context>
5198 </context-group>
5199 </trans-unit>
5200 <trans-unit id="c0d2dd391a3eca8e841a5d0e035cd268280eb68e">
5201 <source>Saturday</source>
5202 <target>Saturday</target>
5203 <context-group name="null">
5204 <context context-type="linenumber">1</context>
5205 </context-group>
5206 </trans-unit>
5207 <trans-unit id="6549890cd0d6b59fb0e1aa383b00483a68a55eef">
5208 <source>Sun</source>
5209 <target>Sun</target>
5210 <context-group name="null">
5211 <context context-type="linenumber">1</context>
5212 </context-group>
5213 </trans-unit>
5214 <trans-unit id="3382aa5d7f520e197fb59a4995fe1beffca2d0ff">
5215 <source>Mon</source>
5216 <target>Mon</target>
5217 <context-group name="null">
5218 <context context-type="linenumber">1</context>
5219 </context-group>
5220 </trans-unit>
5221 <trans-unit id="f883ec926274974df0fc46c037cbffd6a863ebc9">
5222 <source>Tue</source>
5223 <target>Tue</target>
5224 <context-group name="null">
5225 <context context-type="linenumber">1</context>
5226 </context-group>
5227 </trans-unit>
5228 <trans-unit id="242b4f4b5651e24f9a9007ef153a57981e4b989d">
5229 <source>Wed</source>
5230 <target>Wed</target>
5231 <context-group name="null">
5232 <context context-type="linenumber">1</context>
5233 </context-group>
5234 </trans-unit>
5235 <trans-unit id="5a2c39d56b8f00a6a4670a63b53caacbda953be6">
5236 <source>Thu</source>
5237 <target>Thu</target>
5238 <context-group name="null">
5239 <context context-type="linenumber">1</context>
5240 </context-group>
5241 </trans-unit>
5242 <trans-unit id="4cdf23d523a0e52e0dec9cd650ffd9bd6952792c">
5243 <source>Fri</source>
5244 <target>Fri</target>
5245 <context-group name="null">
5246 <context context-type="linenumber">1</context>
5247 </context-group>
5248 </trans-unit>
5249 <trans-unit id="1283d165a942d7f4c469ba34f99dbb9e927d0261">
5250 <source>Sat</source>
5251 <target>Sat</target>
5252 <context-group name="null">
5253 <context context-type="linenumber">1</context>
5254 </context-group>
5255 </trans-unit>
5256 <trans-unit id="2fba8448ff13105c57665a9a6ffcfe9615d855dd">
5257 <source>Su</source>
5258 <target>Su</target>
5259 <context-group name="null">
5260 <context context-type="linenumber">1</context>
5261 </context-group>
5262 </trans-unit>
5263 <trans-unit id="388144af7ac7651d2615b9be0e84f43ae71d9fb3">
5264 <source>Mo</source>
5265 <target>Mo</target>
5266 <context-group name="null">
5267 <context context-type="linenumber">1</context>
5268 </context-group>
5269 </trans-unit>
5270 <trans-unit id="d96313e42b5f0751ce2676a31d309b4d322ab462">
5271 <source>Tu</source>
5272 <target>Tu</target>
5273 <context-group name="null">
5274 <context context-type="linenumber">1</context>
5275 </context-group>
5276 </trans-unit>
5277 <trans-unit id="06cc3d39f78c0615b707cef39cd4875599611fef">
5278 <source>We</source>
5279 <target>We</target>
5280 <context-group name="null">
5281 <context context-type="linenumber">1</context>
5282 </context-group>
5283 </trans-unit>
5284 <trans-unit id="790894436cca9d675d59be9a8aafd58acccde2cd">
5285 <source>Th</source>
5286 <target>Th</target>
5287 <context-group name="null">
5288 <context context-type="linenumber">1</context>
5289 </context-group>
5290 </trans-unit>
5291 <trans-unit id="42dfe37169f8471367c31489155229bbe1747ea5">
5292 <source>Fr</source>
5293 <target>Fr</target>
5294 <context-group name="null">
5295 <context context-type="linenumber">1</context>
5296 </context-group>
5297 </trans-unit>
5298 <trans-unit id="1b64ea3e04ceeb512e8974eb0019dee4f211c7a0">
5299 <source>Sa</source>
5300 <target>Sa</target>
5301 <context-group name="null">
5302 <context context-type="linenumber">1</context>
5303 </context-group>
5304 </trans-unit>
5305 <trans-unit id="e7815f1c4a6d3cc157a16407a48865023cc35ec0">
5306 <source>January</source>
5307 <target>January</target>
5308 <context-group name="null">
5309 <context context-type="linenumber">1</context>
5310 </context-group>
5311 </trans-unit>
5312 <trans-unit id="0393a96b58df82af39a2ec83deec624749e42036">
5313 <source>February</source>
5314 <target>February</target>
5315 <context-group name="null">
5316 <context context-type="linenumber">1</context>
5317 </context-group>
5318 </trans-unit>
5319 <trans-unit id="ea41ee3743ec5bdbbf863ab793bbdd6e6d9af96e">
5320 <source>March</source>
5321 <target>March</target>
5322 <context-group name="null">
5323 <context context-type="linenumber">1</context>
5324 </context-group>
5325 </trans-unit>
5326 <trans-unit id="b87ee784d9e93b5557aca9bdc9464dbd4328920a">
5327 <source>April</source>
5328 <target>April</target>
5329 <context-group name="null">
5330 <context context-type="linenumber">1</context>
5331 </context-group>
5332 </trans-unit>
5333 <trans-unit id="862da1034ac2707cc44123ed963b2f42109b6b3e">
5334 <source>May</source>
5335 <target>May</target>
5336 <context-group name="null">
5337 <context context-type="linenumber">1</context>
5338 </context-group>
5339 </trans-unit>
5340 <trans-unit id="2f234249d4c3c39e27c0f05d4a6b73a7959caeb2">
5341 <source>June</source>
5342 <target>June</target>
5343 <context-group name="null">
5344 <context context-type="linenumber">1</context>
5345 </context-group>
5346 </trans-unit>
5347 <trans-unit id="11447f95e83c8de675ab6c492150f88e4d9bd15e">
5348 <source>July</source>
5349 <target>July</target>
5350 <context-group name="null">
5351 <context context-type="linenumber">1</context>
5352 </context-group>
5353 </trans-unit>
5354 <trans-unit id="ddd9a3d59a8db4e822e54e9473c05b571aca9829">
5355 <source>August</source>
5356 <target>August</target>
5357 <context-group name="null">
5358 <context context-type="linenumber">1</context>
5359 </context-group>
5360 </trans-unit>
5361 <trans-unit id="e21dc41f9b3fdaf35ab6b2d9e2e5e8a926fb1938">
5362 <source>September</source>
5363 <target>September</target>
5364 <context-group name="null">
5365 <context context-type="linenumber">1</context>
5366 </context-group>
5367 </trans-unit>
5368 <trans-unit id="71f49c502d13e22079a958a5532afa28dbe98b3b">
5369 <source>October</source>
5370 <target>October</target>
5371 <context-group name="null">
5372 <context context-type="linenumber">1</context>
5373 </context-group>
5374 </trans-unit>
5375 <trans-unit id="64b5ce921faa5e3d277d6d528ddcfc8c2bfe9f52">
5376 <source>November</source>
5377 <target>November</target>
5378 <context-group name="null">
5379 <context context-type="linenumber">1</context>
5380 </context-group>
5381 </trans-unit>
5382 <trans-unit id="2006e2aabb31714ebc684dc382539649f690ed5c">
5383 <source>December</source>
5384 <target>December</target>
5385 <context-group name="null">
5386 <context context-type="linenumber">1</context>
5387 </context-group>
5388 </trans-unit>
5389 <trans-unit id="8270e687cfb5624b3f6fbb7991a2e916c96464b7">
5390 <source>Jan</source>
5391 <target>Jan</target>
5392 <context-group name="null">
5393 <context context-type="linenumber">1</context>
5394 </context-group>
5395 </trans-unit>
5396 <trans-unit id="23544170afbb981dd52750b641576841cf5dcf60">
5397 <source>Feb</source>
5398 <target>Feb</target>
5399 <context-group name="null">
5400 <context context-type="linenumber">1</context>
5401 </context-group>
5402 </trans-unit>
5403 <trans-unit id="1f14355742459b7d6a0126a1564e1c18f39f86e7">
5404 <source>Mar</source>
5405 <target>Mar</target>
5406 <context-group name="null">
5407 <context context-type="linenumber">1</context>
5408 </context-group>
5409 </trans-unit>
5410 <trans-unit id="964a5f032bc846d32806a4838580a4f81cf14463">
5411 <source>Apr</source>
5412 <target>Apr</target>
5413 <context-group name="null">
5414 <context context-type="linenumber">1</context>
5415 </context-group>
5416 </trans-unit>
5417 <trans-unit id="8f7274f606f71d9290ed01c5683092d701632d7f">
5418 <source>Jun</source>
5419 <target>Jun</target>
5420 <context-group name="null">
5421 <context context-type="linenumber">1</context>
5422 </context-group>
5423 </trans-unit>
5424 <trans-unit id="7c3d8318d6d8d9920ae0a80350616732c33a3211">
5425 <source>Jul</source>
5426 <target>Jul</target>
5427 <context-group name="null">
5428 <context context-type="linenumber">1</context>
5429 </context-group>
5430 </trans-unit>
5431 <trans-unit id="be1335ffd1c606321e2c020b638dd3c84b434212">
5432 <source>Aug</source>
5433 <target>Aug</target>
5434 <context-group name="null">
5435 <context context-type="linenumber">1</context>
5436 </context-group>
5437 </trans-unit>
5438 <trans-unit id="4f739d03be1c936c58978739c317d91566348204">
5439 <source>Sep</source>
5440 <target>Sep</target>
5441 <context-group name="null">
5442 <context context-type="linenumber">1</context>
5443 </context-group>
5444 </trans-unit>
5445 <trans-unit id="6607cacb987a588530a13de7018d959240d19153">
5446 <source>Oct</source>
5447 <target>Oct</target>
5448 <context-group name="null">
5449 <context context-type="linenumber">1</context>
5450 </context-group>
5451 </trans-unit>
5452 <trans-unit id="e597400ded12a366855615e18fcc8f9ac05b72e0">
5453 <source>Nov</source>
5454 <target>Nov</target>
5455 <context-group name="null">
5456 <context context-type="linenumber">1</context>
5457 </context-group>
5458 </trans-unit>
5459 <trans-unit id="adf2dfa2a9cb490d6a4a74510b7b0846b62d429e">
5460 <source>Dec</source>
5461 <target>Dec</target>
5462 <context-group name="null">
5463 <context context-type="linenumber">1</context>
5464 </context-group>
5465 </trans-unit>
5466 <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46">
5467 <source>Clear</source>
5468 <target>Clear</target>
5469 <context-group name="null">
5470 <context context-type="linenumber">1</context>
5471 </context-group>
5472 </trans-unit>
5473 <trans-unit id="8fb519ba47ea7806beeacdcd44829d85a2aa0cc5">
5474 <source>yy-mm-dd </source>
5475 <target>yy-mm-dd </target>
5476 <context-group name="null">
5477 <context context-type="linenumber">1</context>
5478 </context-group>
5479 </trans-unit>
5480 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411">
5481 <source>Transcode your videos in multiple resolutions</source>
5482 <target>Transcode your videos in multiple resolutions</target>
5483 <context-group name="null">
5484 <context context-type="linenumber">1</context>
5485 </context-group>
5486 </trans-unit>
5487 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
5488 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
5489 <target>HTTP import (YouTube, Vimeo, direct URL...)</target>
5490 <context-group name="null">
5491 <context context-type="linenumber">1</context>
5492 </context-group>
5493 </trans-unit>
5494 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a">
5495 <source>Torrent import</source>
5496 <target>Torrent import</target>
5497 <context-group name="null">
5498 <context context-type="linenumber">1</context>
5499 </context-group>
5500 </trans-unit>
5501 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
5502 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
5503 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target>
5504 <context-group name="null">
5505 <context context-type="linenumber">1</context>
5506 </context-group>
5507 </trans-unit>
5508 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24">
5509 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source>
5510 <target>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</target>
5511 <context-group name="null">
5512 <context context-type="linenumber">1</context>
5513 </context-group>
5514 </trans-unit>
5515 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86">
5516 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source>
5517 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</target>
5518 <context-group name="null">
5519 <context context-type="linenumber">1</context>
5520 </context-group>
5521 </trans-unit>
5522 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8">
5523 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source>
5524 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</target>
5525 <context-group name="null">
5526 <context context-type="linenumber">1</context>
5527 </context-group>
5528 </trans-unit>
5529 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5">
5530 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source>
5531 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</target>
5532 <context-group name="null">
5533 <context context-type="linenumber">1</context>
5534 </context-group>
5535 </trans-unit>
5536 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
5537 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
5538 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</target>
5539 <context-group name="null">
5540 <context context-type="linenumber">1</context>
5541 </context-group>
5542 </trans-unit>
5543 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980">
5544 <source>Emphasis</source>
5545 <target>Emphasis</target>
5546 <context-group name="null">
5547 <context context-type="linenumber">1</context>
5548 </context-group>
5549 </trans-unit>
5550 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0">
5551 <source>Links</source>
5552 <target>Links</target>
5553 <context-group name="null">
5554 <context context-type="linenumber">1</context>
5555 </context-group>
5556 </trans-unit>
5557 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a">
5558 <source>New lines</source>
5559 <target>New lines</target>
5560 <context-group name="null">
5561 <context context-type="linenumber">1</context>
5562 </context-group>
5563 </trans-unit>
5564 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1">
5565 <source>Lists</source>
5566 <target>Lists</target>
5567 <context-group name="null">
5568 <context context-type="linenumber">1</context>
5569 </context-group>
5570 </trans-unit>
5571 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
5572 <source>Images</source>
5573 <target>Images</target>
5574 <context-group name="null">
5575 <context context-type="linenumber">1</context>
5576 </context-group>
5577 </trans-unit>
5578 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681">
5579 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source>
5580 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</target>
5581 <context-group name="null">
5582 <context context-type="linenumber">1</context>
5583 </context-group>
5584 </trans-unit>
5585 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd">
5586 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source>
5587 <target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</target>
5588 <context-group name="null">
5589 <context context-type="linenumber">1</context>
5590 </context-group>
5591 </trans-unit>
5592 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734">
5593 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source>
5594 <target>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</target>
5595 <context-group name="null">
5596 <context context-type="linenumber">1</context>
5597 </context-group>
5598 </trans-unit>
5599 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd">
5600 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source>
5601 <target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</target>
5602 <context-group name="null">
5603 <context context-type="linenumber">1</context>
5604 </context-group>
5605 </trans-unit>
5606 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603">
5607 <source>If you remove this user, you will not be able to create another with the same username!</source>
5608 <target>If you remove this user, you will not be able to create another with the same username!</target>
5609 <context-group name="null">
5610 <context context-type="linenumber">1</context>
5611 </context-group>
5612 </trans-unit>
5613 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a">
5614 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source>
5615 <target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</target>
5616 <context-group name="null">
5617 <context context-type="linenumber">1</context>
5618 </context-group>
5619 </trans-unit>
5620 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096">
5621 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source>
5622 <target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</target>
5623 <context-group name="null">
5624 <context context-type="linenumber">1</context>
5625 </context-group>
5626 </trans-unit>
5627 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249">
5628 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source>
5629 <target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</target>
5630 <context-group name="null">
5631 <context context-type="linenumber">1</context>
5632 </context-group>
5633 </trans-unit>
5634 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6">
5635 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source>
5636 <target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</target>
5637 <context-group name="null">
5638 <context context-type="linenumber">1</context>
5639 </context-group>
5640 </trans-unit>
5641 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499">
5642 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
5643 <target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
5644 <context-group name="null">
5645 <context context-type="linenumber">1</context>
5646 </context-group>
5647 </trans-unit>
5648 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
5649 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
5650 <target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</target>
5651 <context-group name="null">
5652 <context context-type="linenumber">1</context>
5653 </context-group>
5654 </trans-unit>
5655 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830">
5656 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
5657 <target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
5658 <context-group name="null">
5659 <context context-type="linenumber">1</context>
5660 </context-group>
5661 </trans-unit>
5662 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f">
5663 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source>
5664 <target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</target>
5665 <context-group name="null">
5666 <context context-type="linenumber">1</context>
5667 </context-group>
5668 </trans-unit>
5669 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc">
5670 <source>Mute this account</source>
5671 <target>Mute this account</target>
5672 <context-group name="null">
5673 <context context-type="linenumber">1</context>
5674 </context-group>
5675 </trans-unit>
5676 <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952">
5677 <source>Unmute this account</source>
5678 <target>Unmute this account</target>
5679 <context-group name="null">
5680 <context context-type="linenumber">1</context>
5681 </context-group>
5682 </trans-unit>
5683 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d">
5684 <source>Mute the instance</source>
5685 <target>Mute the instance</target>
5686 <context-group name="null">
5687 <context context-type="linenumber">1</context>
5688 </context-group>
5689 </trans-unit>
5690 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9">
5691 <source>Unmute the instance</source>
5692 <target>Unmute the instance</target>
5693 <context-group name="null">
5694 <context context-type="linenumber">1</context>
5695 </context-group>
5696 </trans-unit>
5697 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
5698 <source>Mute this account by your instance</source>
5699 <target>Mute this account by your instance</target>
5700 <context-group name="null">
5701 <context context-type="linenumber">1</context>
5702 </context-group>
5703 </trans-unit>
5704 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957">
5705 <source>Unmute this account by your instance</source>
5706 <target>Unmute this account by your instance</target>
5707 <context-group name="null">
5708 <context context-type="linenumber">1</context>
5709 </context-group>
5710 </trans-unit>
5711 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178">
5712 <source>Mute the instance by your instance</source>
5713 <target>Mute the instance by your instance</target>
5714 <context-group name="null">
5715 <context context-type="linenumber">1</context>
5716 </context-group>
5717 </trans-unit>
5718 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a">
5719 <source>Unmute the instance by your instance</source>
5720 <target>Unmute the instance by your instance</target>
5721 <context-group name="null">
5722 <context context-type="linenumber">1</context>
5723 </context-group>
5724 </trans-unit>
5725 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
5726 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
5727 <target>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
5728 <context-group name="null">
5729 <context context-type="linenumber">1</context>
5730 </context-group>
5731 </trans-unit>
5732 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b">
5733 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source>
5734 <target>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</target>
5735 <context-group name="null">
5736 <context context-type="linenumber">1</context>
5737 </context-group>
5738 </trans-unit>
5739 <trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d">
5740 <source>Too many attempts, please try again later.</source>
5741 <target>Too many attempts, please try again later.</target>
5742 <context-group name="null">
5743 <context context-type="linenumber">1</context>
5744 </context-group>
5745 </trans-unit>
5746 <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc">
5747 <source>Server error. Please retry later.</source>
5748 <target>Server error. Please retry later.</target>
5749 <context-group name="null">
5750 <context context-type="linenumber">1</context>
5751 </context-group>
5752 </trans-unit>
5753 <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded">
5754 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
5755 <target>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
5756 <context-group name="null">
5757 <context context-type="linenumber">1</context>
5758 </context-group>
5759 </trans-unit>
5760 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
5761 <source>Subscribed</source>
5762 <target>Subscribed</target>
5763 <context-group name="null">
5764 <context context-type="linenumber">1</context>
5765 </context-group>
5766 </trans-unit>
5767 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26">
5768 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
5769 <target>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
5770 <context-group name="null">
5771 <context context-type="linenumber">1</context>
5772 </context-group>
5773 </trans-unit>
5774 <trans-unit id="294395337b767af84f952ac28d58d54a13a11471">
5775 <source>Unsubscribed</source>
5776 <target>Unsubscribed</target>
5777 <context-group name="null">
5778 <context context-type="linenumber">1</context>
5779 </context-group>
5780 </trans-unit>
5781 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf">
5782 <source>Moderator</source>
5783 <target>Moderator</target>
5784 <context-group name="null">
5785 <context context-type="linenumber">1</context>
5786 </context-group>
5787 </trans-unit>
5788 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
5789 <source>Video blacklisted.</source>
5790 <target>Video blacklisted.</target>
5791 <context-group name="null">
5792 <context context-type="linenumber">1</context>
5793 </context-group>
5794 </trans-unit>
5795 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
5796 <source>Copied</source>
5797 <target>Copied</target>
5798 <context-group name="null">
5799 <context context-type="linenumber">1</context>
5800 </context-group>
5801 </trans-unit>
5802 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
5803 <source>Video reported.</source>
5804 <target>Video reported.</target>
5805 <context-group name="null">
5806 <context context-type="linenumber">1</context>
5807 </context-group>
5808 </trans-unit>
5809 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
5810 <source>Do you really want to delete this video?</source>
5811 <target>Do you really want to delete this video?</target>
5812 <context-group name="null">
5813 <context context-type="linenumber">1</context>
5814 </context-group>
5815 </trans-unit>
5816 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
5817 <source>Blacklist</source>
5818 <target>Blacklist</target>
5819 <context-group name="null">
5820 <context context-type="linenumber">1</context>
5821 </context-group>
5822 </trans-unit>
5823 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
5824 <source>Report</source>
5825 <target>Report</target>
5826 <context-group name="null">
5827 <context context-type="linenumber">1</context>
5828 </context-group>
5829 </trans-unit>
5830 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
5831 <source>Published</source>
5832 <target>Published</target>
5833 <context-group name="null">
5834 <context context-type="linenumber">1</context>
5835 </context-group>
5836 </trans-unit>
5837 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
5838 <source>Publication scheduled on </source>
5839 <target>Publication scheduled on </target>
5840 <context-group name="null">
5841 <context context-type="linenumber">1</context>
5842 </context-group>
5843 </trans-unit>
5844 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
5845 <source>Waiting transcoding</source>
5846 <target>Waiting transcoding</target>
5847 <context-group name="null">
5848 <context context-type="linenumber">1</context>
5849 </context-group>
5850 </trans-unit>
5851 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
5852 <source>To transcode</source>
5853 <target>To transcode</target>
5854 <context-group name="null">
5855 <context context-type="linenumber">1</context>
5856 </context-group>
5857 </trans-unit>
5858 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
5859 <source>To import</source>
5860 <target>To import</target>
5861 <context-group name="null">
5862 <context context-type="linenumber">1</context>
5863 </context-group>
5864 </trans-unit>
5865 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
5866 <source>Only I can see this video</source>
5867 <target>Only I can see this video</target>
5868 <context-group name="null">
5869 <context context-type="linenumber">1</context>
5870 </context-group>
5871 </trans-unit>
5872 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70">
5873 <source>Only people with the private link can see this video</source>
5874 <target>Only people with the private link can see this video</target>
5875 <context-group name="null">
5876 <context context-type="linenumber">1</context>
5877 </context-group>
5878 </trans-unit>
5879 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b">
5880 <source>Anyone can see this video</source>
5881 <target>Anyone can see this video</target>
5882 <context-group name="null">
5883 <context context-type="linenumber">1</context>
5884 </context-group>
5885 </trans-unit>
5886 <trans-unit id="21565881ad1dff3c98738b9535b3515cec140609">
5887 <source>Welcome! Now please check your emails to verify your account and complete signup.</source>
5888 <target>Welcome! Now please check your emails to verify your account and complete signup.</target>
5889 <context-group name="null">
5890 <context context-type="linenumber">1</context>
5891 </context-group>
5892 </trans-unit>
5893 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6">
5894 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source>
5895 <target>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</target>
5896 <context-group name="null">
5897 <context context-type="linenumber">1</context>
5898 </context-group>
5899 </trans-unit>
5900 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb">
5901 <source>Video to import updated.</source>
5902 <target>Video to import updated.</target>
5903 <context-group name="null">
5904 <context context-type="linenumber">1</context>
5905 </context-group>
5906 </trans-unit>
5907 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c">
5908 <source>Your video was uploaded to your account and is private.</source>
5909 <target>Your video was uploaded to your account and is private.</target>
5910 <context-group name="null">
5911 <context context-type="linenumber">1</context>
5912 </context-group>
5913 </trans-unit>
5914 <trans-unit id="24840228f2826b66252cfcaab9820b1c7e0da264">
5915 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
5916 <target>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target>
5917 <context-group name="null">
5918 <context context-type="linenumber">1</context>
5919 </context-group>
5920 </trans-unit>
5921 <trans-unit id="5af84926d631326e548573ebf0f6dff07845aeb4">
5922 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
5923 <target>Your video is not uploaded yet, are you sure you want to leave this page?</target>
5924 <context-group name="null">
5925 <context context-type="linenumber">1</context>
5926 </context-group>
5927 </trans-unit>
5928 <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9">
5929 <source>Upload cancelled</source>
5930 <target>Upload cancelled</target>
5931 <context-group name="null">
5932 <context context-type="linenumber">1</context>
5933 </context-group>
5934 </trans-unit>
5935 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee">
5936 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source>
5937 <target>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target>
5938 <context-group name="null">
5939 <context context-type="linenumber">1</context>
5940 </context-group>
5941 </trans-unit>
5942 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd">
5943 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source>
5944 <target>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target>
5945 <context-group name="null">
5946 <context context-type="linenumber">1</context>
5947 </context-group>
5948 </trans-unit>
5949 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce">
5950 <source>Video published.</source>
5951 <target>Video published.</target>
5952 <context-group name="null">
5953 <context context-type="linenumber">1</context>
5954 </context-group>
5955 </trans-unit>
5956 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
5957 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
5958 <target>You have unsaved changes! If you leave, your changes will be lost.</target>
5959 <context-group name="null">
5960 <context context-type="linenumber">1</context>
5961 </context-group>
5962 </trans-unit>
5963 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
5964 <source>Video updated.</source>
5965 <target>Video updated.</target>
5966 <context-group name="null">
5967 <context context-type="linenumber">1</context>
5968 </context-group>
5969 </trans-unit>
5970 <trans-unit id="aeb61b334cac080733c3e03766165a346bbf42fd">
5971 <source> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</source>
5972 <target> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</target>
5973 <context-group name="null">
5974 <context context-type="linenumber">1</context>
5975 </context-group>
5976 </trans-unit>
5977 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
5978 <source>Like the video</source>
5979 <target>Like the video</target>
5980 <context-group name="null">
5981 <context context-type="linenumber">1</context>
5982 </context-group>
5983 </trans-unit>
5984 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8">
5985 <source>Dislike the video</source>
5986 <target>Dislike the video</target>
5987 <context-group name="null">
5988 <context context-type="linenumber">1</context>
5989 </context-group>
5990 </trans-unit>
5991 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
5992 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
5993 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</target>
5994 <context-group name="null">
5995 <context context-type="linenumber">1</context>
5996 </context-group>
5997 </trans-unit>
5998 <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71">
5999 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
6000 <target>This video contains mature or explicit content. Are you sure you want to watch it?</target>
6001 <context-group name="null">
6002 <context context-type="linenumber">1</context>
6003 </context-group>
6004 </trans-unit>
6005 <trans-unit id="5ba3d522e4146eefcbd5c222247c1e2423d27cd8">
6006 <source>Mature or explicit content</source>
6007 <target>Mature or explicit content</target>
6008 <context-group name="null">
6009 <context context-type="linenumber">1</context>
6010 </context-group>
6011 </trans-unit>
6012 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
6013 <source>Trending for the last 24 hours</source>
6014 <target>Trending for the last 24 hours</target>
6015 <context-group name="null">
6016 <context context-type="linenumber">1</context>
6017 </context-group>
6018 </trans-unit>
6019 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6020 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6021 <target>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target>
6022 <context-group name="null">
6023 <context context-type="linenumber">1</context>
6024 </context-group>
6025 </trans-unit>
6026 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
6027 <source>Videos from your subscriptions</source>
6028 <target>Videos from your subscriptions</target>
6029 <context-group name="null">
6030 <context context-type="linenumber">1</context>
6031 </context-group>
6032 </trans-unit>
6033 </body>
6034 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_eo.xml b/client/src/locale/target/angular_eo.xml
index 0d54b5a5d..bcda8fc12 100644
--- a/client/src/locale/target/angular_eo.xml
+++ b/client/src/locale/target/angular_eo.xml
@@ -38,32 +38,74 @@
38 <context context-type="linenumber">27</context> 38 <context context-type="linenumber">27</context>
39 </context-group> 39 </context-group>
40 </trans-unit> 40 </trans-unit>
41 <trans-unit id="ngb.datepicker.select-month">
42 <source>Select month</source>
43 <target>Elekti monaton</target>
44 <context-group name="null">
45 <context context-type="linenumber">7</context>
46 </context-group>
47 </trans-unit>
48 <trans-unit id="ngb.datepicker.select-year">
49 <source>Select year</source>
50 <target>Elekti jaron</target>
51 <context-group name="null">
52 <context context-type="linenumber">16</context>
53 </context-group>
54 </trans-unit>
55 <trans-unit id="ngb.pagination.first">
56 <source>««</source>
57 <target>««</target>
58 <context-group name="null">
59 <context context-type="linenumber">2</context>
60 </context-group>
61 </trans-unit>
62 <trans-unit id="ngb.pagination.previous">
63 <source>«</source>
64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
79 <context-group name="null">
80 <context context-type="linenumber">5</context>
81 </context-group>
82 </trans-unit>
41 <trans-unit id="ngb.pagination.first-aria"> 83 <trans-unit id="ngb.pagination.first-aria">
42 <source>First</source> 84 <source>First</source>
43 <target>Unua</target> 85 <target>Unua</target>
44 <context-group name="null"> 86 <context-group name="null">
45 <context context-type="linenumber">5</context> 87 <context context-type="linenumber">14</context>
46 </context-group> 88 </context-group>
47 </trans-unit> 89 </trans-unit>
48 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
49 <source>Previous</source> 91 <source>Previous</source>
50 <target>AntaÅ­a</target> 92 <target>AntaÅ­a</target>
51 <context-group name="null"> 93 <context-group name="null">
52 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
53 </context-group> 95 </context-group>
54 </trans-unit> 96 </trans-unit>
55 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
56 <source>Next</source> 98 <source>Next</source>
57 <target>Sekva</target> 99 <target>Sekva</target>
58 <context-group name="null"> 100 <context-group name="null">
59 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
60 </context-group> 102 </context-group>
61 </trans-unit> 103 </trans-unit>
62 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
63 <source>Last</source> 105 <source>Last</source>
64 <target>Lasta</target> 106 <target>Lasta</target>
65 <context-group name="null"> 107 <context-group name="null">
66 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
67 </context-group> 109 </context-group>
68 </trans-unit> 110 </trans-unit>
69 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -73,6 +115,13 @@
73 <context context-type="linenumber">6</context> 115 <context context-type="linenumber">6</context>
74 </context-group> 116 </context-group>
75 </trans-unit> 117 </trans-unit>
118 <trans-unit id="ngb.timepicker.increment-hours">
119 <source>Increment hours</source>
120 <target>Alkrementi horojn</target>
121 <context-group name="null">
122 <context context-type="linenumber">9</context>
123 </context-group>
124 </trans-unit>
76 <trans-unit id="ngb.timepicker.HH"> 125 <trans-unit id="ngb.timepicker.HH">
77 <source>HH</source> 126 <source>HH</source>
78 <target>HH</target> 127 <target>HH</target>
@@ -87,46 +136,506 @@
87 <context context-type="linenumber">14</context> 136 <context context-type="linenumber">14</context>
88 </context-group> 137 </context-group>
89 </trans-unit> 138 </trans-unit>
139 <trans-unit id="ngb.timepicker.decrement-hours">
140 <source>Decrement hours</source>
141 <target>Dekrementi horojn</target>
142 <context-group name="null">
143 <context context-type="linenumber">20</context>
144 </context-group>
145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source>
148 <target>Alkrementi minutojn</target>
149 <context-group name="null">
150 <context context-type="linenumber">29</context>
151 </context-group>
152 </trans-unit>
90 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
91 <source>MM</source> 154 <source>MM</source>
92 <target>MM</target> 155 <target>MM</target>
93 <context-group name="null"> 156 <context-group name="null">
94 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
95 </context-group> 158 </context-group>
96 </trans-unit> 159 </trans-unit>
97 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
98 <source>Minutes</source> 161 <source>Minutes</source>
99 <target>Minutoj</target> 162 <target>Minutoj</target>
100 <context-group name="null"> 163 <context-group name="null">
101 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group>
166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source>
169 <target>Dekrementi minutojn</target>
170 <context-group name="null">
171 <context context-type="linenumber">40</context>
172 </context-group>
173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source>
176 <target>Alkrementi sekundojn</target>
177 <context-group name="null">
178 <context context-type="linenumber">49</context>
102 </context-group> 179 </context-group>
103 </trans-unit> 180 </trans-unit>
104 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
105 <source>SS</source> 182 <source>SS</source>
106 <target>SS</target> 183 <target>SS</target>
107 <context-group name="null"> 184 <context-group name="null">
108 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
109 </context-group> 186 </context-group>
110 </trans-unit> 187 </trans-unit>
111 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
112 <source>Seconds</source> 189 <source>Seconds</source>
113 <target>Sekundoj</target> 190 <target>Sekundoj</target>
114 <context-group name="null"> 191 <context-group name="null">
115 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group>
194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source>
197 <target>Dekrementi sekundojn</target>
198 <context-group name="null">
199 <context context-type="linenumber">60</context>
200 </context-group>
201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source>
204 <target>p.t.m.</target>
205 <context-group name="null">
206 <context context-type="linenumber">68</context>
207 </context-group>
208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source>
211 <target>a.t.m.</target>
212 <context-group name="null">
213 <context context-type="linenumber">69</context>
116 </context-group> 214 </context-group>
117 </trans-unit> 215 </trans-unit>
118 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
119 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source> 217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
120 <target>(postafiksoj: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, pleja grando: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target> 218 <target>(dosiersufiksoj: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, pleja grando: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
121 <context-group name="null"> 219 <context-group name="null">
122 <context context-type="linenumber">11</context> 220 <context context-type="linenumber">11</context>
123 </context-group> 221 </context-group>
124 </trans-unit> 222 </trans-unit>
125 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
126 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 224 <source>You don't have notifications.</source>
127 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj</target> 225 <target>Vi ne havas sciigojn.</target>
128 <context-group name="null"> 226 <context-group name="null">
129 <context context-type="linenumber">16</context> 227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publikigis <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>novan filmon<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 Via filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> estas retenita
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 Via filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> estas fortenita
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Nova filma misuzo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> estiÄis ĉe filmo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
307 <source>
308 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> komentis vian filmon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">47</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
326 <source>
327 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 Via filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> publikiÄis
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">55</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
345 <source>
346 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
349 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Via filma enporto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> sukcesis
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">63</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
364 <source>
365 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Via filma enporto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> malsukcesis
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">71</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
383 <source>
384 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 Uzanto <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registriÄis<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ĉe via nodo
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">79</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
402 <source>
403 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
407
408 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
409 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
410 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
411 </source>
412 <target>
413 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
414
415 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
416 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> sekvas
417
418 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>vian kanalon <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
419 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>vian konton<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
420 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
421 </target>
422 <context-group name="null">
423 <context context-type="linenumber">87</context>
424 </context-group>
425 </trans-unit>
426 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
427 <source>
428 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
429
430 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
431 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
432 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
433 </source>
434 <target>
435 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
436
437 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
438 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> menciis vin ĉe <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>filmo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">98</context>
443 </context-group>
444 </trans-unit>
445 <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566">
446 <source>Save to</source>
447 <target>Konservi al</target>
448 <context-group name="null">
449 <context context-type="linenumber">4</context>
450 </context-group>
451 </trans-unit>
452 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f">
453 <source>Options</source>
454 <target>Elektebloj</target>
455 <context-group name="null">
456 <context context-type="linenumber">9</context>
457 </context-group>
458 </trans-unit>
459 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
460 <source>Start at</source>
461 <target>Komenci je</target>
462 <context-group name="null">
463 <context context-type="linenumber">12</context>
464 </context-group>
465 </trans-unit>
466 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
467 <source>Stop at</source>
468 <target>Ĉesi je</target>
469 <context-group name="null">
470 <context context-type="linenumber">54</context>
471 </context-group>
472 </trans-unit>
473 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
474 <source>Display name</source>
475 <target>Prezenta nomo</target>
476 <context-group name="null">
477 <context context-type="linenumber">6</context>
478 </context-group>
479 </trans-unit>
480 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
481 <source>Create</source>
482 <target>Krei</target>
483 <context-group name="null">
484 <context context-type="linenumber">74</context>
485 </context-group>
486 </trans-unit>
487 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
488 <source>Download video</source>
489 <target>ElÅuti filmon</target>
490 <context-group name="null">
491 <context context-type="linenumber">3</context>
492 </context-group>
493 </trans-unit>
494 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
495 <source>Direct download</source>
496 <target>Rekta elÅuto</target>
497 <context-group name="null">
498 <context context-type="linenumber">27</context>
499 </context-group>
500 </trans-unit>
501 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
502 <source>Torrent (.torrent file)</source>
503 <target>Torento (dosiero .torrent)</target>
504 <context-group name="null">
505 <context context-type="linenumber">32</context>
506 </context-group>
507 </trans-unit>
508 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
509 <source>Torrent (magnet link)</source>
510 <target>Torento (magneta ligilo)</target>
511 <context-group name="null">
512 <context context-type="linenumber">37</context>
513 </context-group>
514 </trans-unit>
515 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
516 <source>
517 Cancel
518 </source>
519 <target>
520 Nuligi
521 </target>
522 <context-group name="null">
523 <context context-type="linenumber">47</context>
524 </context-group>
525 </trans-unit>
526 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
527 <source>Download</source>
528 <target>ElÅuto</target>
529 <context-group name="null">
530 <context context-type="linenumber">48</context>
531 </context-group>
532 </trans-unit>
533 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
534 <source>Report video</source>
535 <target>Raporti filmon</target>
536 <context-group name="null">
537 <context context-type="linenumber">3</context>
538 </context-group>
539 </trans-unit>
540 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
541 <source>
542 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
543 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
544 </source>
545 <target>
546 Via raporto sendiÄos al reguligantoj de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
547 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> Äœi plusendiÄos al la originala nodo <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> ankaÅ­.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
548 </target>
549 <context-group name="null">
550 <context context-type="linenumber">9</context>
551 </context-group>
552 </trans-unit>
553 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
554 <source>Reason...</source>
555 <target>Kialo…</target>
556 <context-group name="null">
557 <context context-type="linenumber">11</context>
558 </context-group>
559 </trans-unit>
560 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
561 <source>
562 Cancel
563 </source>
564 <target>
565 Nuligi
566 </target>
567 <context-group name="null">
568 <context context-type="linenumber">38</context>
569 </context-group>
570 </trans-unit>
571 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
572 <source>Submit</source>
573 <target>Sendi</target>
574 <context-group name="null">
575 <context context-type="linenumber">29</context>
576 </context-group>
577 </trans-unit>
578 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
579 <source>Blacklist video</source>
580 <target>Forteni filmon</target>
581 <context-group name="null">
582 <context context-type="linenumber">3</context>
583 </context-group>
584 </trans-unit>
585 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
586 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
587 <target>Malfederi la filmon (peti Äian forigon de foraj nodoj)</target>
588 <context-group name="null">
589 <context context-type="linenumber">21</context>
590 </context-group>
591 </trans-unit>
592 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
593 <source>Unlisted</source>
594 <target>Nelistigata</target>
595 <context-group name="null">
596 <context context-type="linenumber">17</context>
597 </context-group>
598 </trans-unit>
599 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
600 <source>Private</source>
601 <target>Privata</target>
602 <context-group name="null">
603 <context context-type="linenumber">18</context>
604 </context-group>
605 </trans-unit>
606 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
607 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
608 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj</target>
609 <context-group name="null">
610 <context context-type="linenumber">22</context>
611 </context-group>
612 </trans-unit>
613 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
614 <source>Blacklisted</source>
615 <target>Fortenita</target>
616 <context-group name="null">
617 <context context-type="linenumber">39</context>
618 </context-group>
619 </trans-unit>
620 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
621 <source>Edit starts/stops at</source>
622 <target>Redakti tempojn de komenco kaj ĉeso</target>
623 <context-group name="null">
624 <context context-type="linenumber">33</context>
625 </context-group>
626 </trans-unit>
627 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
628 <source>Save</source>
629 <target>Konservi</target>
630 <context-group name="null">
631 <context context-type="linenumber">117</context>
632 </context-group>
633 </trans-unit>
634 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
635 <source>No results.</source>
636 <target>Nenio troviÄis.</target>
637 <context-group name="null">
638 <context context-type="linenumber">20</context>
130 </context-group> 639 </context-group>
131 </trans-unit> 640 </trans-unit>
132 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 641 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -164,6 +673,107 @@
164 <context context-type="linenumber">19</context> 673 <context context-type="linenumber">19</context>
165 </context-group> 674 </context-group>
166 </trans-unit> 675 </trans-unit>
676 <trans-unit id="450025269732888db1f04cfe6033843110ab65ee">
677 <source>
678 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
679 Subscribe
680 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
681 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
682 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
683 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
684 </source>
685 <target>
686 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
687 Aboni
688 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
689 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
690 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
691 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
692 </target>
693 <context-group name="null">
694 <context context-type="linenumber">5</context>
695 </context-group>
696 </trans-unit>
697 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
698 <source>
699 Unsubscribe
700 </source>
701 <target>
702 Malaboni
703 </target>
704 <context-group name="null">
705 <context context-type="linenumber">18</context>
706 </context-group>
707 </trans-unit>
708 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
709 <source>Using an ActivityPub account</source>
710 <target>Per konto de ActivityPub</target>
711 <context-group name="null">
712 <context context-type="linenumber">36</context>
713 </context-group>
714 </trans-unit>
715 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
716 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
717 <target>Aboni per konto en <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
718 <context-group name="null">
719 <context context-type="linenumber">39</context>
720 </context-group>
721 </trans-unit>
722 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
723 <source>Subscribe with your local account</source>
724 <target>Aboni per vian lokan konton</target>
725 <context-group name="null">
726 <context context-type="linenumber">40</context>
727 </context-group>
728 </trans-unit>
729 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
730 <source>Subscribe with a Mastodon account:</source>
731 <target>Aboni per Mastodona konto</target>
732 <context-group name="null">
733 <context context-type="linenumber">43</context>
734 </context-group>
735 </trans-unit>
736 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
737 <source>Using a syndication feed</source>
738 <target>Per abonfluo</target>
739 <context-group name="null">
740 <context context-type="linenumber">48</context>
741 </context-group>
742 </trans-unit>
743 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
744 <source>Subscribe via RSS</source>
745 <target>Aboni per RSS</target>
746 <context-group name="null">
747 <context context-type="linenumber">49</context>
748 </context-group>
749 </trans-unit>
750 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
751 <source>
752 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
753 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
754 </source>
755 <target>
756 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Aboni el alia nodo<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
757 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interagi el alia nodo<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
758 </target>
759 <context-group name="null">
760 <context context-type="linenumber">10</context>
761 </context-group>
762 </trans-unit>
763 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
764 <source>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.</source>
765 <target>Eblas aboni la kanalon per ĉia fediversa nodo, kia kapablas uzi ActivityPub. Ekzemple per Mastodon aÅ­ Pleroma vi povas tajpi la kanalan URL en la serĉilon kaj aboni Äin tie.</target>
766 <context-group name="null">
767 <context context-type="linenumber">17</context>
768 </context-group>
769 </trans-unit>
770 <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a">
771 <source>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.</source>
772 <target>Eblas interagi kun ĉi tio per ĉia fediversa nodo, kia kapablas uzi ActivityPub. Ekzemple per Mastodon aÅ­ Pleroma vi povas tajpi la aktualan URL en la serĉilon kaj interagi kun Äi tie.</target>
773 <context-group name="null">
774 <context context-type="linenumber">22</context>
775 </context-group>
776 </trans-unit>
167 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b"> 777 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
168 <source>Video quota</source> 778 <source>Video quota</source>
169 <target>Datumlimo por filmoj</target> 779 <target>Datumlimo por filmoj</target>
@@ -171,9 +781,52 @@
171 <context context-type="linenumber">42</context> 781 <context context-type="linenumber">42</context>
172 </context-group> 782 </context-group>
173 </trans-unit> 783 </trans-unit>
174 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125"> 784 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
175 <source>Reason...</source> 785 <source>
176 <target>Kialo…</target> 786 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
787 </source>
788 <target>
789 Senlima <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(po <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> tage)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
790 </target>
791 <context-group name="null">
792 <context context-type="linenumber">28</context>
793 </context-group>
794 </trans-unit>
795 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
796 <source>Ban</source>
797 <target>Forbari</target>
798 <context-group name="null">
799 <context context-type="linenumber">3</context>
800 </context-group>
801 </trans-unit>
802 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
803 <source>
804 A banned user will no longer be able to login.
805 </source>
806 <target>
807 Forbarita uzanto ne plu povos saluti.
808 </target>
809 <context-group name="null">
810 <context context-type="linenumber">18</context>
811 </context-group>
812 </trans-unit>
813 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
814 <source>Cancel</source>
815 <target>Nuligi</target>
816 <context-group name="null">
817 <context context-type="linenumber">10</context>
818 </context-group>
819 </trans-unit>
820 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
821 <source>Ban this user</source>
822 <target>Forbari ĉi tiun uzanton</target>
823 <context-group name="null">
824 <context context-type="linenumber">26</context>
825 </context-group>
826 </trans-unit>
827 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
828 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
829 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
177 <context-group name="null"> 830 <context-group name="null">
178 <context context-type="linenumber">11</context> 831 <context context-type="linenumber">11</context>
179 </context-group> 832 </context-group>
@@ -189,6 +842,13 @@
189 <context context-type="linenumber">2</context> 842 <context context-type="linenumber">2</context>
190 </context-group> 843 </context-group>
191 </trans-unit> 844 </trans-unit>
845 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
846 <source>Request new verification email.</source>
847 <target>Peti novan konfirman retleteron.</target>
848 <context-group name="null">
849 <context context-type="linenumber">12</context>
850 </context-group>
851 </trans-unit>
192 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 852 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
193 <source>User</source> 853 <source>User</source>
194 <target>Uzanto</target> 854 <target>Uzanto</target>
@@ -241,7 +901,7 @@
241 </trans-unit> 901 </trans-unit>
242 <trans-unit id="b87e81682959464211443afc3e23c506865d2eda"> 902 <trans-unit id="b87e81682959464211443afc3e23c506865d2eda">
243 <source>I forgot my password</source> 903 <source>I forgot my password</source>
244 <target>Mi forgesis pasvorton</target> 904 <target>Mi forgesis mian pasvorton</target>
245 <context-group name="null"> 905 <context-group name="null">
246 <context context-type="linenumber">44</context> 906 <context context-type="linenumber">44</context>
247 </context-group> 907 </context-group>
@@ -250,7 +910,7 @@
250 <source>Login</source> 910 <source>Login</source>
251 <target>Saluti</target> 911 <target>Saluti</target>
252 <context-group name="null"> 912 <context-group name="null">
253 <context context-type="linenumber">36</context> 913 <context context-type="linenumber">32</context>
254 </context-group> 914 </context-group>
255 </trans-unit> 915 </trans-unit>
256 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 916 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -260,6 +920,17 @@
260 <context context-type="linenumber">57</context> 920 <context context-type="linenumber">57</context>
261 </context-group> 921 </context-group>
262 </trans-unit> 922 </trans-unit>
923 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
924 <source>
925 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
926 </source>
927 <target>
928 Ni pardonpetas, sed vi ne povas restarigi vian pasvorton pro tio, ke via noda administranto ne agordis la PeerTube-an retpoÅtan sistemon.
929 </target>
930 <context-group name="null">
931 <context context-type="linenumber">64</context>
932 </context-group>
933 </trans-unit>
263 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 934 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
264 <source>Email</source> 935 <source>Email</source>
265 <target>RetpoÅtadreso</target> 936 <target>RetpoÅtadreso</target>
@@ -278,7 +949,7 @@
278 <source>Send me an email to reset my password</source> 949 <source>Send me an email to reset my password</source>
279 <target>Sendu al mi retleteron por restarigi mian pasvorton</target> 950 <target>Sendu al mi retleteron por restarigi mian pasvorton</target>
280 <context-group name="null"> 951 <context-group name="null">
281 <context context-type="linenumber">80</context> 952 <context context-type="linenumber">81</context>
282 </context-group> 953 </context-group>
283 </trans-unit> 954 </trans-unit>
284 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 955 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -331,11 +1002,32 @@
331 <context context-type="linenumber">8</context> 1002 <context context-type="linenumber">8</context>
332 </context-group> 1003 </context-group>
333 </trans-unit> 1004 </trans-unit>
1005 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3">
1006 <source>Example: jane_doe</source>
1007 <target>Ekzemplo: sinjorino Ajnulo</target>
1008 <context-group name="null">
1009 <context context-type="linenumber">17</context>
1010 </context-group>
1011 </trans-unit>
1012 <trans-unit id="7fe213724c4c0a4112c40c673884acb98a0a3b92">
1013 <source>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</source>
1014 <target>Mi estas almenaÅ­ 16-jaraÄa kaj mi konsentas pri &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;la uzokondiĉoj&lt;/a&gt; de ĉi tiu nodo</target>
1015 <context-group name="null">
1016 <context context-type="linenumber">55</context>
1017 </context-group>
1018 </trans-unit>
334 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4"> 1019 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
335 <source>Signup</source> 1020 <source>Signup</source>
336 <target>RegistriÄo</target> 1021 <target>RegistriÄo</target>
337 <context-group name="null"> 1022 <context-group name="null">
338 <context context-type="linenumber">78</context> 1023 <context context-type="linenumber">88</context>
1024 </context-group>
1025 </trans-unit>
1026 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
1027 <source>Features found on this instance</source>
1028 <target>Trajtoj de ĉi tiu nodo</target>
1029 <context-group name="null">
1030 <context context-type="linenumber">67</context>
339 </context-group> 1031 </context-group>
340 </trans-unit> 1032 </trans-unit>
341 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a"> 1033 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
@@ -356,6 +1048,19 @@
356 <context context-type="linenumber">6</context> 1048 <context context-type="linenumber">6</context>
357 </context-group> 1049 </context-group>
358 </trans-unit> 1050 </trans-unit>
1051 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1052 <source>
1053 Filters
1054 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1055 </source>
1056 <target>
1057 Filtriloj
1058 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1059 </target>
1060 <context-group name="null">
1061 <context context-type="linenumber">16</context>
1062 </context-group>
1063 </trans-unit>
359 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d"> 1064 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
360 <source> 1065 <source>
361 No results found 1066 No results found
@@ -367,39 +1072,63 @@
367 <context context-type="linenumber">28</context> 1072 <context context-type="linenumber">28</context>
368 </context-group> 1073 </context-group>
369 </trans-unit> 1074 </trans-unit>
1075 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a">
1076 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source>
1077 <target><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> sekvantoj</target>
1078 <context-group name="null">
1079 <context context-type="linenumber">44</context>
1080 </context-group>
1081 </trans-unit>
370 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 1082 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
371 <source>Change the language</source> 1083 <source>Change the language</source>
372 <target>ÅœanÄi la lingvon</target> 1084 <target>ÅœanÄi la lingvon</target>
373 <context-group name="null"> 1085 <context-group name="null">
374 <context context-type="linenumber">86</context> 1086 <context context-type="linenumber">102</context>
375 </context-group> 1087 </context-group>
376 </trans-unit> 1088 </trans-unit>
377 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10"> 1089 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
378 <source> 1090 <source>
379 My videos 1091 Help to translate PeerTube!
380 </source> 1092 </source>
381 <target> 1093 <target>
382 Miaj filmoj 1094 Helpu traduki PeerTube!
383 </target> 1095 </target>
384 <context-group name="null"> 1096 <context-group name="null">
385 <context context-type="linenumber">24</context> 1097 <context context-type="linenumber">8</context>
386 </context-group> 1098 </context-group>
387 </trans-unit> 1099 </trans-unit>
388 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1"> 1100 <trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a">
389 <source> 1101 <source>My public profile</source>
390 Log out 1102 <target>Mia publika profilo</target>
391 </source>
392 <target>
393 AdiaÅ­i
394 </target>
395 <context-group name="null"> 1103 <context-group name="null">
396 <context context-type="linenumber">28</context> 1104 <context context-type="linenumber">17</context>
1105 </context-group>
1106 </trans-unit>
1107 <trans-unit id="e4825b5d86d89ae0f4c797ba256f66fd8abd4ee6">
1108 <source>My account</source>
1109 <target>Mia konto</target>
1110 <context-group name="null">
1111 <context context-type="linenumber">21</context>
1112 </context-group>
1113 </trans-unit>
1114 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1115 <source>Log out</source>
1116 <target>AdiaÅ­i</target>
1117 <context-group name="null">
1118 <context context-type="linenumber">25</context>
397 </context-group> 1119 </context-group>
398 </trans-unit> 1120 </trans-unit>
399 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1121 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
400 <source>Create an account</source> 1122 <source>Create an account</source>
401 <target>Krei konton</target> 1123 <target>Krei konton</target>
402 <context-group name="null"> 1124 <context-group name="null">
1125 <context context-type="linenumber">33</context>
1126 </context-group>
1127 </trans-unit>
1128 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1129 <source>My library</source>
1130 <target>Mia biblioteko</target>
1131 <context-group name="null">
403 <context context-type="linenumber">37</context> 1132 <context context-type="linenumber">37</context>
404 </context-group> 1133 </context-group>
405 </trans-unit> 1134 </trans-unit>
@@ -414,56 +1143,105 @@
414 <source>Subscriptions</source> 1143 <source>Subscriptions</source>
415 <target>Abonoj</target> 1144 <target>Abonoj</target>
416 <context-group name="null"> 1145 <context-group name="null">
417 <context context-type="linenumber">45</context> 1146 <context context-type="linenumber">51</context>
1147 </context-group>
1148 </trans-unit>
1149 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1150 <source>History</source>
1151 <target>Historio</target>
1152 <context-group name="null">
1153 <context context-type="linenumber">56</context>
418 </context-group> 1154 </context-group>
419 </trans-unit> 1155 </trans-unit>
420 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 1156 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
421 <source>Overview</source> 1157 <source>Overview</source>
422 <target>Superrigardo</target> 1158 <target>Superrigardo</target>
423 <context-group name="null"> 1159 <context-group name="null">
424 <context context-type="linenumber">50</context> 1160 <context context-type="linenumber">66</context>
425 </context-group> 1161 </context-group>
426 </trans-unit> 1162 </trans-unit>
427 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1163 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
428 <source>Trending</source> 1164 <source>Trending</source>
429 <target>Furoraj</target> 1165 <target>Furoraj</target>
430 <context-group name="null"> 1166 <context-group name="null">
431 <context context-type="linenumber">55</context> 1167 <context context-type="linenumber">71</context>
432 </context-group> 1168 </context-group>
433 </trans-unit> 1169 </trans-unit>
434 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1170 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
435 <source>Recently added</source> 1171 <source>Recently added</source>
436 <target>FreÅe aldonitaj</target> 1172 <target>FreÅe aldonitaj</target>
437 <context-group name="null"> 1173 <context-group name="null">
438 <context context-type="linenumber">60</context> 1174 <context context-type="linenumber">76</context>
439 </context-group> 1175 </context-group>
440 </trans-unit> 1176 </trans-unit>
441 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1177 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
442 <source>Local</source> 1178 <source>Local</source>
443 <target>Lokaj</target> 1179 <target>Lokaj</target>
444 <context-group name="null"> 1180 <context-group name="null">
445 <context context-type="linenumber">65</context> 1181 <context context-type="linenumber">81</context>
446 </context-group> 1182 </context-group>
447 </trans-unit> 1183 </trans-unit>
448 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1184 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
449 <source>More</source> 1185 <source>More</source>
450 <target>Pli</target> 1186 <target>Pli</target>
451 <context-group name="null"> 1187 <context-group name="null">
452 <context context-type="linenumber">70</context> 1188 <context context-type="linenumber">86</context>
453 </context-group> 1189 </context-group>
454 </trans-unit> 1190 </trans-unit>
455 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1191 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
456 <source>Administration</source> 1192 <source>Administration</source>
457 <target>Administrado</target> 1193 <target>Administrado</target>
458 <context-group name="null"> 1194 <context-group name="null">
459 <context context-type="linenumber">74</context> 1195 <context context-type="linenumber">90</context>
460 </context-group> 1196 </context-group>
461 </trans-unit> 1197 </trans-unit>
462 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1198 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
463 <source>About</source> 1199 <source>About</source>
464 <target>Pri</target> 1200 <target>Pri</target>
465 <context-group name="null"> 1201 <context-group name="null">
466 <context context-type="linenumber">25</context> 1202 <context context-type="linenumber">26</context>
1203 </context-group>
1204 </trans-unit>
1205 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1206 <source>Show keyboard shortcuts</source>
1207 <target>Montri rapiklavoj</target>
1208 <context-group name="null">
1209 <context context-type="linenumber">105</context>
1210 </context-group>
1211 </trans-unit>
1212 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
1213 <source>Toggle dark interface</source>
1214 <target>Åœalti malhelan fasadon</target>
1215 <context-group name="null">
1216 <context context-type="linenumber">108</context>
1217 </context-group>
1218 </trans-unit>
1219 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1220 <source>View your notifications</source>
1221 <target>Vidi viajn sciigojn</target>
1222 <context-group name="null">
1223 <context context-type="linenumber">3</context>
1224 </context-group>
1225 </trans-unit>
1226 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
1227 <source>Notifications</source>
1228 <target>Sciigoj</target>
1229 <context-group name="null">
1230 <context context-type="linenumber">10</context>
1231 </context-group>
1232 </trans-unit>
1233 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1234 <source>Update your notification preferences</source>
1235 <target>Äœisdatigi viajn sciigajn agordojn</target>
1236 <context-group name="null">
1237 <context context-type="linenumber">16</context>
1238 </context-group>
1239 </trans-unit>
1240 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
1241 <source>See all your notifications</source>
1242 <target>Vidi ĉiujn viajn sciigojn</target>
1243 <context-group name="null">
1244 <context context-type="linenumber">30</context>
467 </context-group> 1245 </context-group>
468 </trans-unit> 1246 </trans-unit>
469 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1247 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -494,81 +1272,143 @@
494 <context context-type="linenumber">15</context> 1272 <context context-type="linenumber">15</context>
495 </context-group> 1273 </context-group>
496 </trans-unit> 1274 </trans-unit>
1275 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1276 <source>Original publication year</source>
1277 <target>Jaro de elsendo originala</target>
1278 <context-group name="null">
1279 <context context-type="linenumber">24</context>
1280 </context-group>
1281 </trans-unit>
1282 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1283 <source>After...</source>
1284 <target>Poste…</target>
1285 <context-group name="null">
1286 <context context-type="linenumber">30</context>
1287 </context-group>
1288 </trans-unit>
1289 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1290 <source>Before...</source>
1291 <target>Antaŭ…</target>
1292 <context-group name="null">
1293 <context context-type="linenumber">37</context>
1294 </context-group>
1295 </trans-unit>
497 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1296 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
498 <source>Duration</source> 1297 <source>Duration</source>
499 <target>DaÅ­ro</target> 1298 <target>DaÅ­ro</target>
500 <context-group name="null"> 1299 <context-group name="null">
501 <context context-type="linenumber">24</context> 1300 <context context-type="linenumber">45</context>
502 </context-group> 1301 </context-group>
503 </trans-unit> 1302 </trans-unit>
504 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1303 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
505 <source>Display sensitive content</source> 1304 <source>Display sensitive content</source>
506 <target>Montri konsternan enhavon</target> 1305 <target>Montri konsternan enhavon</target>
507 <context-group name="null"> 1306 <context-group name="null">
508 <context context-type="linenumber">33</context> 1307 <context context-type="linenumber">54</context>
509 </context-group> 1308 </context-group>
510 </trans-unit> 1309 </trans-unit>
511 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 1310 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
512 <source>Yes</source> 1311 <source>Yes</source>
513 <target>Jes</target> 1312 <target>Jes</target>
514 <context-group name="null"> 1313 <context-group name="null">
515 <context context-type="linenumber">37</context> 1314 <context context-type="linenumber">58</context>
516 </context-group> 1315 </context-group>
517 </trans-unit> 1316 </trans-unit>
518 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 1317 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
519 <source>No</source> 1318 <source>No</source>
520 <target>Ne</target> 1319 <target>Ne</target>
521 <context-group name="null"> 1320 <context-group name="null">
522 <context context-type="linenumber">42</context> 1321 <context context-type="linenumber">63</context>
523 </context-group> 1322 </context-group>
524 </trans-unit> 1323 </trans-unit>
525 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 1324 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
526 <source>Category</source> 1325 <source>Category</source>
527 <target>Kategorio</target> 1326 <target>Kategorio</target>
528 <context-group name="null"> 1327 <context-group name="null">
529 <context context-type="linenumber">164</context> 1328 <context context-type="linenumber">189</context>
530 </context-group> 1329 </context-group>
531 </trans-unit> 1330 </trans-unit>
532 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1331 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
533 <source>Licence</source> 1332 <source>Licence</source>
534 <target>Permesilo</target> 1333 <target>Permesilo</target>
535 <context-group name="null"> 1334 <context-group name="null">
536 <context context-type="linenumber">173</context> 1335 <context context-type="linenumber">198</context>
537 </context-group> 1336 </context-group>
538 </trans-unit> 1337 </trans-unit>
539 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1338 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
540 <source>Language</source> 1339 <source>Language</source>
541 <target>Lingvo</target> 1340 <target>Lingvo</target>
542 <context-group name="null"> 1341 <context-group name="null">
543 <context context-type="linenumber">182</context> 1342 <context context-type="linenumber">207</context>
544 </context-group> 1343 </context-group>
545 </trans-unit> 1344 </trans-unit>
546 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1345 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
547 <source>All of these tags</source> 1346 <source>All of these tags</source>
548 <target>Ĉiom de la etikedoj</target> 1347 <target>Ĉiom el la etikedoj</target>
549 <context-group name="null"> 1348 <context-group name="null">
550 <context context-type="linenumber">82</context> 1349 <context context-type="linenumber">103</context>
551 </context-group> 1350 </context-group>
552 </trans-unit> 1351 </trans-unit>
553 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 1352 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
554 <source>One of these tags</source> 1353 <source>One of these tags</source>
555 <target>Unu de la etikedoj</target> 1354 <target>Unu el la etikedoj</target>
556 <context-group name="null"> 1355 <context-group name="null">
557 <context context-type="linenumber">87</context> 1356 <context context-type="linenumber">108</context>
558 </context-group> 1357 </context-group>
559 </trans-unit> 1358 </trans-unit>
560 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 1359 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
561 <source>Filter</source> 1360 <source>Filter</source>
562 <target>Filtri</target> 1361 <target>Filtri</target>
563 <context-group name="null"> 1362 <context-group name="null">
564 <context context-type="linenumber">94</context> 1363 <context context-type="linenumber">115</context>
565 </context-group> 1364 </context-group>
566 </trans-unit> 1365 </trans-unit>
567 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 1366 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
568 <source>No results.</source> 1367 <source>Display unlisted and private videos</source>
569 <target>Nenio troviÄis.</target> 1368 <target>Montri nelistigatajn kaj privatajn filmojn</target>
570 <context-group name="null"> 1369 <context-group name="null">
571 <context context-type="linenumber">20</context> 1370 <context context-type="linenumber">14</context>
1371 </context-group>
1372 </trans-unit>
1373 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
1374 <source>
1375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1376 </source>
1377 <target>
1378 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1379 </target>
1380 <context-group name="null">
1381 <context context-type="linenumber">6</context>
1382 </context-group>
1383 </trans-unit>
1384 <trans-unit id="48a5d0af93b94c4575b7f76a47fb3cdee58e6919">
1385 <source>
1386 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1387 </source>
1388 <target>
1389 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1390 </target>
1391 <context-group name="null">
1392 <context context-type="linenumber">14</context>
1393 </context-group>
1394 </trans-unit>
1395 <trans-unit id="e093a5a83045ff283f992a93699abb7cb9dd3c1b">
1396 <source>
1397 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>
1398 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
1399
1400 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.channel.displayName }}"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
1401 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1402 </source>
1403 <target>
1404 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>
1405 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
1406
1407 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.channel.displayName }}"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
1408 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1409 </target>
1410 <context-group name="null">
1411 <context context-type="linenumber">22</context>
572 </context-group> 1412 </context-group>
573 </trans-unit> 1413 </trans-unit>
574 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 1414 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
@@ -585,11 +1425,46 @@
585 <context context-type="linenumber">7</context> 1425 <context context-type="linenumber">7</context>
586 </context-group> 1426 </context-group>
587 </trans-unit> 1427 </trans-unit>
588 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd"> 1428 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
589 <source>Submit</source> 1429 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
590 <target>Sendi</target> 1430 <target>Kontakti <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administranton</target>
591 <context-group name="null"> 1431 <context-group name="null">
592 <context context-type="linenumber">31</context> 1432 <context context-type="linenumber">3</context>
1433 </context-group>
1434 </trans-unit>
1435 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
1436 <source>Your name</source>
1437 <target>Via nomo</target>
1438 <context-group name="null">
1439 <context context-type="linenumber">11</context>
1440 </context-group>
1441 </trans-unit>
1442 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
1443 <source>Your email</source>
1444 <target>Via retadreso</target>
1445 <context-group name="null">
1446 <context context-type="linenumber">20</context>
1447 </context-group>
1448 </trans-unit>
1449 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
1450 <source>Your message</source>
1451 <target>Via mesaÄo</target>
1452 <context-group name="null">
1453 <context context-type="linenumber">29</context>
1454 </context-group>
1455 </trans-unit>
1456 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1457 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1458 <target>Pri nodo <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
1459 <context-group name="null">
1460 <context context-type="linenumber">4</context>
1461 </context-group>
1462 </trans-unit>
1463 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1464 <source>Contact administrator</source>
1465 <target>Kontakti administranton</target>
1466 <context-group name="null">
1467 <context context-type="linenumber">6</context>
593 </context-group> 1468 </context-group>
594 </trans-unit> 1469 </trans-unit>
595 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 1470 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
@@ -606,13 +1481,6 @@
606 <context context-type="linenumber">39</context> 1481 <context context-type="linenumber">39</context>
607 </context-group> 1482 </context-group>
608 </trans-unit> 1483 </trans-unit>
609 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
610 <source>User registration is allowed and</source>
611 <target>Registrado de uzantoj estas permesata kaj</target>
612 <context-group name="null">
613 <context context-type="linenumber">29</context>
614 </context-group>
615 </trans-unit>
616 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1484 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
617 <source> 1485 <source>
618 About PeerTube 1486 About PeerTube
@@ -804,7 +1672,7 @@
804 </trans-unit> 1672 </trans-unit>
805 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99"> 1673 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99">
806 <source>What can I do to limit the exposure of my IP address?</source> 1674 <source>What can I do to limit the exposure of my IP address?</source>
807 <target>Kion povas mi fari por limigi malkaÅadon de mia IP-adreso?</target> 1675 <target>Kion mi povas fari por limigi montradon de mia IP-adreso?</target>
808 <context-group name="null"> 1676 <context-group name="null">
809 <context context-type="linenumber">75</context> 1677 <context context-type="linenumber">75</context>
810 </context-group> 1678 </context-group>
@@ -831,6 +1699,19 @@
831 <context context-type="linenumber">83</context> 1699 <context context-type="linenumber">83</context>
832 </context-group> 1700 </context-group>
833 </trans-unit> 1701 </trans-unit>
1702 <trans-unit id="b1372cb61ca791a0f7f95bf31c86c97df142adc4">
1703 <source>
1704 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
1705 In the meantime, we want to test different ideas related to this issue:
1706 </source>
1707 <target>
1708 PeerTube ankoraÅ­ komencas evoluiÄi, kaj ni volas liveri la plej bonajn kontraÅ­rimedojn eblajn antaÅ­ la eldono de la stabila versio.
1709 Interdume, ni volas elprovi apartajn ideojn pri ĉi tiu problemo:
1710 </target>
1711 <context-group name="null">
1712 <context context-type="linenumber">85</context>
1713 </context-group>
1714 </trans-unit>
834 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19"> 1715 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19">
835 <source>Set a limit to the number of peers sent by the tracker</source> 1716 <source>Set a limit to the number of peers sent by the tracker</source>
836 <target>Limigi nombron da samtavolanoj sendatan de la kunordigilo</target> 1717 <target>Limigi nombron da samtavolanoj sendatan de la kunordigilo</target>
@@ -861,11 +1742,46 @@
861 </trans-unit> 1742 </trans-unit>
862 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6"> 1743 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6">
863 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source> 1744 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source>
864 <target>Memfara rekonado de ripetataj videoj: ni ne scius, ĉu la IP-adreso elÅulis la videon intence, aÅ­ ĉu tion faris la memfara programo</target> 1745 <target>Memfara rekonado de pluroblaj videoj: ni ne scius, ĉu la IP-adreso elÅutis la videon intence, aÅ­ ĉu tion faris la memfara programo</target>
865 <context-group name="null"> 1746 <context-group name="null">
866 <context context-type="linenumber">95</context> 1747 <context context-type="linenumber">95</context>
867 </context-group> 1748 </context-group>
868 </trans-unit> 1749 </trans-unit>
1750 <trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605">
1751 <source>Banned</source>
1752 <target>Barita</target>
1753 <context-group name="null">
1754 <context context-type="linenumber">12</context>
1755 </context-group>
1756 </trans-unit>
1757 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809">
1758 <source>Muted</source>
1759 <target>Silentigita</target>
1760 <context-group name="null">
1761 <context context-type="linenumber">13</context>
1762 </context-group>
1763 </trans-unit>
1764 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89">
1765 <source>Muted by your instance</source>
1766 <target>Silentigita de via nodo</target>
1767 <context-group name="null">
1768 <context context-type="linenumber">14</context>
1769 </context-group>
1770 </trans-unit>
1771 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a">
1772 <source>Instance muted</source>
1773 <target>Nodo silentigita</target>
1774 <context-group name="null">
1775 <context context-type="linenumber">15</context>
1776 </context-group>
1777 </trans-unit>
1778 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1">
1779 <source>Instance muted by your instance</source>
1780 <target>Nodo silentigita de via nodo</target>
1781 <context-group name="null">
1782 <context context-type="linenumber">16</context>
1783 </context-group>
1784 </trans-unit>
869 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578"> 1785 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
870 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source> 1786 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
871 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> abonantoj</target> 1787 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> abonantoj</target>
@@ -926,42 +1842,42 @@
926 <source>Default client route</source> 1842 <source>Default client route</source>
927 <target>Norma klienta vojo</target> 1843 <target>Norma klienta vojo</target>
928 <context-group name="null"> 1844 <context-group name="null">
929 <context context-type="linenumber">48</context> 1845 <context context-type="linenumber">57</context>
930 </context-group> 1846 </context-group>
931 </trans-unit> 1847 </trans-unit>
932 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1848 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
933 <source>Videos Overview</source> 1849 <source>Videos Overview</source>
934 <target>Filma superrigardo</target> 1850 <target>Filma superrigardo</target>
935 <context-group name="null"> 1851 <context-group name="null">
936 <context context-type="linenumber">51</context> 1852 <context context-type="linenumber">60</context>
937 </context-group> 1853 </context-group>
938 </trans-unit> 1854 </trans-unit>
939 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1855 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
940 <source>Videos Trending</source> 1856 <source>Videos Trending</source>
941 <target>Filmoj furoraj</target> 1857 <target>Filmoj furoraj</target>
942 <context-group name="null"> 1858 <context-group name="null">
943 <context context-type="linenumber">52</context> 1859 <context context-type="linenumber">61</context>
944 </context-group> 1860 </context-group>
945 </trans-unit> 1861 </trans-unit>
946 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1862 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
947 <source>Videos Recently Added</source> 1863 <source>Videos Recently Added</source>
948 <target>Filmoj freÅe aldonitaj</target> 1864 <target>Filmoj freÅe aldonitaj</target>
949 <context-group name="null"> 1865 <context-group name="null">
950 <context context-type="linenumber">53</context> 1866 <context context-type="linenumber">62</context>
951 </context-group> 1867 </context-group>
952 </trans-unit> 1868 </trans-unit>
953 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1869 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
954 <source>Local videos</source> 1870 <source>Local videos</source>
955 <target>Filmoj lokaj</target> 1871 <target>Filmoj lokaj</target>
956 <context-group name="null"> 1872 <context-group name="null">
957 <context context-type="linenumber">54</context> 1873 <context context-type="linenumber">63</context>
958 </context-group> 1874 </context-group>
959 </trans-unit> 1875 </trans-unit>
960 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1876 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
961 <source>Policy on videos containing sensitive content</source> 1877 <source>Policy on videos containing sensitive content</source>
962 <target>Politiko pri filmoj kun konsterna enhavo</target> 1878 <target>Politiko pri filmoj kun konsterna enhavo</target>
963 <context-group name="null"> 1879 <context-group name="null">
964 <context context-type="linenumber">61</context> 1880 <context context-type="linenumber">70</context>
965 </context-group> 1881 </context-group>
966 </trans-unit> 1882 </trans-unit>
967 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1883 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -996,35 +1912,42 @@
996 <source>Signup enabled</source> 1912 <source>Signup enabled</source>
997 <target>RegistriÄoj Åaltitaj</target> 1913 <target>RegistriÄoj Åaltitaj</target>
998 <context-group name="null"> 1914 <context-group name="null">
999 <context context-type="linenumber">84</context> 1915 <context context-type="linenumber">94</context>
1000 </context-group> 1916 </context-group>
1001 </trans-unit> 1917 </trans-unit>
1002 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1918 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1003 <source>Signup requires email verification</source> 1919 <source>Signup requires email verification</source>
1004 <target>RegistriÄo bezonas kontrolon de retpoÅtadreso</target> 1920 <target>RegistriÄo bezonas konfirmon de retpoÅtadreso</target>
1005 <context-group name="null"> 1921 <context-group name="null">
1006 <context context-type="linenumber">91</context> 1922 <context context-type="linenumber">101</context>
1007 </context-group> 1923 </context-group>
1008 </trans-unit> 1924 </trans-unit>
1009 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1925 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1010 <source>Signup limit</source> 1926 <source>Signup limit</source>
1011 <target>Limo de registriÄoj</target> 1927 <target>Limo de registriÄoj</target>
1012 <context-group name="null"> 1928 <context-group name="null">
1013 <context context-type="linenumber">96</context> 1929 <context context-type="linenumber">106</context>
1014 </context-group> 1930 </context-group>
1015 </trans-unit> 1931 </trans-unit>
1016 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1932 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1017 <source>Users</source> 1933 <source>Users</source>
1018 <target>Uzantoj</target> 1934 <target>Uzantoj</target>
1019 <context-group name="null"> 1935 <context-group name="null">
1020 <context context-type="linenumber">105</context> 1936 <context context-type="linenumber">116</context>
1021 </context-group> 1937 </context-group>
1022 </trans-unit> 1938 </trans-unit>
1023 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1939 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1024 <source>User default video quota</source> 1940 <source>User default video quota</source>
1025 <target>Norma datumlimo por filmoj de uzantoj</target> 1941 <target>Norma datumlimo por filmoj de uzantoj</target>
1026 <context-group name="null"> 1942 <context-group name="null">
1027 <context context-type="linenumber">109</context> 1943 <context context-type="linenumber">120</context>
1944 </context-group>
1945 </trans-unit>
1946 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1947 <source>User default daily upload limit</source>
1948 <target>Norma datumlimo por samtagaj elÅutoj de uzantoj</target>
1949 <context-group name="null">
1950 <context context-type="linenumber">132</context>
1028 </context-group> 1951 </context-group>
1029 </trans-unit> 1952 </trans-unit>
1030 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1953 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1034,25 +1957,53 @@
1034 <context context-type="linenumber">42</context> 1957 <context context-type="linenumber">42</context>
1035 </context-group> 1958 </context-group>
1036 </trans-unit> 1959 </trans-unit>
1960 <trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e">
1961 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1962 <target>Enporto de filmoj per HTTP-URL (t.e. YouTube) Åaltita</target>
1963 <context-group name="null">
1964 <context context-type="linenumber">153</context>
1965 </context-group>
1966 </trans-unit>
1037 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1967 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1038 <source>Video import with a torrent file or a magnet URI enabled</source> 1968 <source>Video import with a torrent file or a magnet URI enabled</source>
1039 <target>Enporto de filmoj per torenta dosiero aÅ­ magneta ligilo Åaltita</target> 1969 <target>Enporto de filmoj per torenta dosiero aÅ­ magneta ligilo Åaltita</target>
1040 <context-group name="null"> 1970 <context-group name="null">
1041 <context context-type="linenumber">148</context> 1971 <context context-type="linenumber">160</context>
1972 </context-group>
1973 </trans-unit>
1974 <trans-unit id="51ee3dafebdb4c05d300b18bb4a997c10b1d7891">
1975 <source>Auto-blacklist</source>
1976 <target>Memfare forteni</target>
1977 <context-group name="null">
1978 <context context-type="linenumber">168</context>
1979 </context-group>
1980 </trans-unit>
1981 <trans-unit id="b78d9ff04931504a241a6c6fc394d677c7a0946c">
1982 <source>New videos of users automatically blacklisted enabled</source>
1983 <target>Memfara fortenado de novaj filmoj de uzantoj Åaltita</target>
1984 <context-group name="null">
1985 <context context-type="linenumber">177</context>
1042 </context-group> 1986 </context-group>
1043 </trans-unit> 1987 </trans-unit>
1044 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1988 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1045 <source>Administrator</source> 1989 <source>Administrator</source>
1046 <target>Administranto</target> 1990 <target>Administranto</target>
1047 <context-group name="null"> 1991 <context-group name="null">
1048 <context context-type="linenumber">155</context> 1992 <context context-type="linenumber">208</context>
1049 </context-group> 1993 </context-group>
1050 </trans-unit> 1994 </trans-unit>
1051 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1995 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1052 <source>Admin email</source> 1996 <source>Admin email</source>
1053 <target>RetpoÅtadreso de administranto</target> 1997 <target>RetpoÅtadreso de administranto</target>
1054 <context-group name="null"> 1998 <context-group name="null">
1055 <context context-type="linenumber">158</context> 1999 <context context-type="linenumber">211</context>
2000 </context-group>
2001 </trans-unit>
2002 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
2003 <source>Enable contact form</source>
2004 <target>Åœalti kontaktan formularon</target>
2005 <context-group name="null">
2006 <context context-type="linenumber">222</context>
1056 </context-group> 2007 </context-group>
1057 </trans-unit> 2008 </trans-unit>
1058 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 2009 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1066,133 +2017,208 @@
1066 <source>Twitter</source> 2017 <source>Twitter</source>
1067 <target>Tvitero</target> 2018 <target>Tvitero</target>
1068 <context-group name="null"> 2019 <context-group name="null">
1069 <context context-type="linenumber">178</context> 2020 <context context-type="linenumber">231</context>
1070 </context-group> 2021 </context-group>
1071 </trans-unit> 2022 </trans-unit>
1072 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 2023 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1073 <source>Your Twitter username</source> 2024 <source>Your Twitter username</source>
1074 <target>Via Tvitera salutnomo</target> 2025 <target>Via Tvitera salutnomo</target>
1075 <context-group name="null"> 2026 <context-group name="null">
1076 <context context-type="linenumber">184</context> 2027 <context context-type="linenumber">237</context>
1077 </context-group> 2028 </context-group>
1078 </trans-unit> 2029 </trans-unit>
1079 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 2030 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1080 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 2031 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1081 <target>Indikas konton de Twitter por la retejo aÅ­ platformo, sur kiu la afero publikiÄis.</target> 2032 <target>Indikas konton de Twitter por la retejo aÅ­ platformo, sur kiu la afero publikiÄis.</target>
1082 <context-group name="null"> 2033 <context-group name="null">
1083 <context context-type="linenumber">187</context> 2034 <context context-type="linenumber">240</context>
1084 </context-group> 2035 </context-group>
1085 </trans-unit> 2036 </trans-unit>
1086 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 2037 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1087 <source>Instance whitelisted by Twitter</source> 2038 <source>Instance whitelisted by Twitter</source>
1088 <target>Nodo permesata de Twitter</target> 2039 <target>Nodo permesata de Twitter</target>
1089 <context-group name="null"> 2040 <context-group name="null">
1090 <context context-type="linenumber">199</context> 2041 <context context-type="linenumber">252</context>
2042 </context-group>
2043 </trans-unit>
2044 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
2045 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
2046 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
2047 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
2048 <target>Se via nodo estas permesata de Twitter, film-ludujo estos enkorpigita en la abonfluon de Twitter post kunhavigo de la filmo.&lt;br /&gt;
2049 Se la nodo ne estas permesata, ni ligos al la filmo sur via nodo per bildo.&lt;br /&gt;&lt;br /&gt;
2050 Marku ĉi tiun markbutonon, konservu la agordon, kaj provu Äin kun ligilo al filmo sur via nodo (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; por vidi, ĉu via nodo estas permesata.</target>
2051 <context-group name="null">
2052 <context context-type="linenumber">253</context>
1091 </context-group> 2053 </context-group>
1092 </trans-unit> 2054 </trans-unit>
1093 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 2055 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1094 <source>Services</source> 2056 <source>Services</source>
1095 <target>Servoj</target> 2057 <target>Servoj</target>
1096 <context-group name="null"> 2058 <context-group name="null">
1097 <context context-type="linenumber">176</context> 2059 <context context-type="linenumber">229</context>
1098 </context-group> 2060 </context-group>
1099 </trans-unit> 2061 </trans-unit>
1100 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 2062 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1101 <source>Transcoding</source> 2063 <source>Transcoding</source>
1102 <target>Transkodado</target> 2064 <target>Transkodado</target>
1103 <context-group name="null"> 2065 <context-group name="null">
1104 <context context-type="linenumber">215</context> 2066 <context context-type="linenumber">268</context>
1105 </context-group> 2067 </context-group>
1106 </trans-unit> 2068 </trans-unit>
1107 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 2069 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1108 <source>Transcoding enabled</source> 2070 <source>Transcoding enabled</source>
1109 <target>Transkodado Åaltita</target> 2071 <target>Transkodado Åaltita</target>
1110 <context-group name="null"> 2072 <context-group name="null">
1111 <context context-type="linenumber">221</context> 2073 <context context-type="linenumber">274</context>
1112 </context-group> 2074 </context-group>
1113 </trans-unit> 2075 </trans-unit>
1114 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 2076 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1115 <source>If you disable transcoding, many videos from your users will not work!</source> 2077 <source>If you disable transcoding, many videos from your users will not work!</source>
1116 <target>Se vi malÅaltos transkodadon, multaj filmoj de viaj uzantoj eble ne funkcios!</target> 2078 <target>Se vi malÅaltos transkodadon, multaj filmoj de viaj uzantoj eble ne funkcios!</target>
1117 <context-group name="null"> 2079 <context-group name="null">
1118 <context context-type="linenumber">222</context> 2080 <context context-type="linenumber">275</context>
2081 </context-group>
2082 </trans-unit>
2083 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
2084 <source>Allow additional extensions</source>
2085 <target>Permesi aliajn dosiersufiksojn</target>
2086 <context-group name="null">
2087 <context context-type="linenumber">284</context>
2088 </context-group>
2089 </trans-unit>
2090 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
2091 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
2092 <target>Permesi, ke viaj uzantoj alÅutas filmojn je formatoj .mkv, .mov, .avi, .flv</target>
2093 <context-group name="null">
2094 <context context-type="linenumber">285</context>
1119 </context-group> 2095 </context-group>
1120 </trans-unit> 2096 </trans-unit>
1121 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 2097 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1122 <source>Transcoding threads</source> 2098 <source>Transcoding threads</source>
1123 <target>Fadenoj por transkodado</target> 2099 <target>Fadenoj por transkodado</target>
1124 <context-group name="null"> 2100 <context-group name="null">
1125 <context context-type="linenumber">237</context> 2101 <context context-type="linenumber">290</context>
1126 </context-group> 2102 </context-group>
1127 </trans-unit> 2103 </trans-unit>
1128 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 2104 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1129 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 2105 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1130 <target>Distingo <x id="INTERPOLATION" equiv-text="{{resolution}}"/> Åaltita</target> 2106 <target>Distingo <x id="INTERPOLATION" equiv-text="{{resolution}}"/> Åaltita</target>
1131 <context-group name="null"> 2107 <context-group name="null">
1132 <context context-type="linenumber">252</context> 2108 <context context-type="linenumber">305</context>
2109 </context-group>
2110 </trans-unit>
2111 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
2112 <source>
2113 Cache
2114
2115 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
2116 </source>
2117 <target>
2118 KaÅmemoro
2119
2120 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
2121 </target>
2122 <context-group name="null">
2123 <context context-type="linenumber">313</context>
1133 </context-group> 2124 </context-group>
1134 </trans-unit> 2125 </trans-unit>
1135 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 2126 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1136 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 2127 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1137 <target>Iuj dosieroj ne estas federataj (antaÅ­rigardoj, transskriboj). Ni prenas kaj kaÅmemoras ilin rekte el la fonta nodo.</target> 2128 <target>Iuj dosieroj ne estas federataj (antaÅ­rigardoj, transskriboj). Ni prenas kaj kaÅmemoras ilin rekte el la fonta nodo.</target>
1138 <context-group name="null"> 2129 <context-group name="null">
1139 <context context-type="linenumber">265</context> 2130 <context context-type="linenumber">318</context>
1140 </context-group> 2131 </context-group>
1141 </trans-unit> 2132 </trans-unit>
1142 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 2133 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1143 <source>Previews cache size</source> 2134 <source>Previews cache size</source>
1144 <target>Grando de antaÅ­rigarda kaÅmemoro</target> 2135 <target>Grando de antaÅ­rigarda kaÅmemoro</target>
1145 <context-group name="null"> 2136 <context-group name="null">
1146 <context context-type="linenumber">271</context> 2137 <context context-type="linenumber">324</context>
1147 </context-group> 2138 </context-group>
1148 </trans-unit> 2139 </trans-unit>
1149 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 2140 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1150 <source>Video captions cache size</source> 2141 <source>Video captions cache size</source>
1151 <target>Grandeco de kaÅmemoro por filmaj transskriboj.</target> 2142 <target>Grandeco de kaÅmemoro por filmaj transskriboj.</target>
1152 <context-group name="null"> 2143 <context-group name="null">
1153 <context context-type="linenumber">280</context> 2144 <context context-type="linenumber">333</context>
1154 </context-group> 2145 </context-group>
1155 </trans-unit> 2146 </trans-unit>
1156 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 2147 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1157 <source>Customizations</source> 2148 <source>Customizations</source>
1158 <target>Adaptoj</target> 2149 <target>Adaptoj</target>
1159 <context-group name="null"> 2150 <context-group name="null">
1160 <context context-type="linenumber">289</context> 2151 <context context-type="linenumber">342</context>
1161 </context-group> 2152 </context-group>
1162 </trans-unit> 2153 </trans-unit>
1163 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 2154 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1164 <source>JavaScript</source> 2155 <source>JavaScript</source>
1165 <target>Äœavoskripto</target> 2156 <target>Äœavoskripto</target>
1166 <context-group name="null"> 2157 <context-group name="null">
1167 <context context-type="linenumber">294</context> 2158 <context context-type="linenumber">347</context>
1168 </context-group> 2159 </context-group>
1169 </trans-unit> 2160 </trans-unit>
1170 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 2161 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1171 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 2162 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1172 <target>Skribu rekte Äœavoskriptan kodon.&lt;br /&gt;Ekzemple: &lt;pre&gt;console.log('mia nodo bonegas');&lt;/pre&gt;</target> 2163 <target>Skribu rekte Äœavoskriptan kodon.&lt;br /&gt;Ekzemple: &lt;pre&gt;console.log('mia nodo bonegas');&lt;/pre&gt;</target>
1173 <context-group name="null"> 2164 <context-group name="null">
1174 <context context-type="linenumber">297</context> 2165 <context context-type="linenumber">350</context>
2166 </context-group>
2167 </trans-unit>
2168 <trans-unit id="d90e081933221a99c87e2ad9769afb6be6ff6fc4">
2169 <source>
2170 Write directly CSS code. Example:&lt;br /&gt;&lt;br /&gt;
2171 &lt;pre&gt;
2172 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2173 color: red;
2174 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2175 &lt;/pre&gt;
2176
2177 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:&lt;br /&gt;&lt;br /&gt;
2178 &lt;pre&gt;
2179 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2180 color: red;
2181 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2182 &lt;/pre&gt;
2183 </source>
2184 <target>
2185 Skribu rekte CSS-kodon. Ekzemple:&lt;br /&gt;&lt;br /&gt;
2186 &lt;pre&gt;
2187 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2188 color: red;
2189 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2190 &lt;/pre&gt;
2191
2192 Prefiksu &lt;em&gt;#custom-css&lt;/em&gt; por transpasi stilojn. Ekzemple:&lt;br /&gt;&lt;br /&gt;
2193 &lt;pre&gt;
2194 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2195 color: red;
2196 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2197 &lt;/pre&gt;
2198 </target>
2199 <context-group name="null">
2200 <context context-type="linenumber">364</context>
1175 </context-group> 2201 </context-group>
1176 </trans-unit> 2202 </trans-unit>
1177 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 2203 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1178 <source>Advanced configuration</source> 2204 <source>Advanced configuration</source>
1179 <target>Specialaj agordoj</target> 2205 <target>Specialaj agordoj</target>
1180 <context-group name="null"> 2206 <context-group name="null">
1181 <context context-type="linenumber">212</context> 2207 <context context-type="linenumber">265</context>
1182 </context-group> 2208 </context-group>
1183 </trans-unit> 2209 </trans-unit>
1184 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 2210 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1185 <source>Update configuration</source> 2211 <source>Update configuration</source>
1186 <target>Efektivigi agordojn</target> 2212 <target>Efektivigi agordojn</target>
1187 <context-group name="null"> 2213 <context-group name="null">
1188 <context context-type="linenumber">340</context> 2214 <context context-type="linenumber">393</context>
1189 </context-group> 2215 </context-group>
1190 </trans-unit> 2216 </trans-unit>
1191 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 2217 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1192 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2218 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1193 <target>Ŝajnas, ke la agordo estas nevalida. Bonvolu serĉi eblajn erarojn en la langetoj.</target> 2219 <target>Ŝajnas, ke la agordo estas nevalida. Bonvolu serĉi eblajn erarojn en la langetoj.</target>
1194 <context-group name="null"> 2220 <context-group name="null">
1195 <context context-type="linenumber">341</context> 2221 <context context-type="linenumber">394</context>
1196 </context-group> 2222 </context-group>
1197 </trans-unit> 2223 </trans-unit>
1198 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2224 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1217,15 +2243,15 @@
1217 <context context-type="linenumber">7</context> 2243 <context context-type="linenumber">7</context>
1218 </context-group> 2244 </context-group>
1219 </trans-unit> 2245 </trans-unit>
1220 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368"> 2246 <trans-unit id="1a5c7f9b1bec1463728f44933f0e256de9c45154">
1221 <source> 2247 <source>
1222 Jobs 2248 Moderation
1223 </source> 2249 </source>
1224 <target> 2250 <target>
1225 Taskoj 2251 Reguligado
1226 </target> 2252 </target>
1227 <context-group name="null"> 2253 <context-group name="null">
1228 <context context-type="linenumber">15</context> 2254 <context context-type="linenumber">11</context>
1229 </context-group> 2255 </context-group>
1230 </trans-unit> 2256 </trans-unit>
1231 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 2257 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
@@ -1236,7 +2262,7 @@
1236 Agordo 2262 Agordo
1237 </target> 2263 </target>
1238 <context-group name="null"> 2264 <context-group name="null">
1239 <context context-type="linenumber">19</context> 2265 <context context-type="linenumber">15</context>
1240 </context-group> 2266 </context-group>
1241 </trans-unit> 2267 </trans-unit>
1242 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 2268 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
@@ -1264,6 +2290,13 @@
1264 <context context-type="linenumber">21</context> 2290 <context context-type="linenumber">21</context>
1265 </context-group> 2291 </context-group>
1266 </trans-unit> 2292 </trans-unit>
2293 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
2294 <source>Filter...</source>
2295 <target>Filtri...</target>
2296 <context-group name="null">
2297 <context context-type="linenumber">27</context>
2298 </context-group>
2299 </trans-unit>
1267 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 2300 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
1268 <source>ID</source> 2301 <source>ID</source>
1269 <target>Identigilo</target> 2302 <target>Identigilo</target>
@@ -1271,11 +2304,46 @@
1271 <context context-type="linenumber">18</context> 2304 <context context-type="linenumber">18</context>
1272 </context-group> 2305 </context-group>
1273 </trans-unit> 2306 </trans-unit>
2307 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
2308 <source>State</source>
2309 <target>Stato</target>
2310 <context-group name="null">
2311 <context context-type="linenumber">10</context>
2312 </context-group>
2313 </trans-unit>
1274 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25"> 2314 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1275 <source>Score</source> 2315 <source>Score</source>
1276 <target>Poentaro</target> 2316 <target>Poentaro</target>
1277 <context-group name="null"> 2317 <context-group name="null">
1278 <context context-type="linenumber">17</context> 2318 <context context-type="linenumber">19</context>
2319 </context-group>
2320 </trans-unit>
2321 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2322 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2323 <target>Kreita <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2324 <context-group name="null">
2325 <context context-type="linenumber">11</context>
2326 </context-group>
2327 </trans-unit>
2328 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2329 <source>Accepted</source>
2330 <target>Aprobita</target>
2331 <context-group name="null">
2332 <context context-type="linenumber">32</context>
2333 </context-group>
2334 </trans-unit>
2335 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
2336 <source>Pending</source>
2337 <target>Traktata</target>
2338 <context-group name="null">
2339 <context context-type="linenumber">33</context>
2340 </context-group>
2341 </trans-unit>
2342 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2343 <source>Refuse</source>
2344 <target>Rifuzi</target>
2345 <context-group name="null">
2346 <context context-type="linenumber">42</context>
1279 </context-group> 2347 </context-group>
1280 </trans-unit> 2348 </trans-unit>
1281 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 2349 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
@@ -1285,18 +2353,11 @@
1285 <context context-type="linenumber">19</context> 2353 <context context-type="linenumber">19</context>
1286 </context-group> 2354 </context-group>
1287 </trans-unit> 2355 </trans-unit>
1288 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2356 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
1289 <source>State</source> 2357 <source>Redundancy allowed</source>
1290 <target>Stato</target> 2358 <target>Plurobleco permesita</target>
1291 <context-group name="null">
1292 <context context-type="linenumber">10</context>
1293 </context-group>
1294 </trans-unit>
1295 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1296 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1297 <target>Kreita <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
1298 <context-group name="null"> 2359 <context-group name="null">
1299 <context context-type="linenumber">11</context> 2360 <context context-type="linenumber">22</context>
1300 </context-group> 2361 </context-group>
1301 </trans-unit> 2362 </trans-unit>
1302 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479"> 2363 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479">
@@ -1327,34 +2388,6 @@
1327 <context context-type="linenumber">9</context> 2388 <context context-type="linenumber">9</context>
1328 </context-group> 2389 </context-group>
1329 </trans-unit> 2390 </trans-unit>
1330 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1331 <source>Jobs list</source>
1332 <target>Listo de taskoj</target>
1333 <context-group name="null">
1334 <context context-type="linenumber">2</context>
1335 </context-group>
1336 </trans-unit>
1337 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1338 <source>Type</source>
1339 <target>Speco</target>
1340 <context-group name="null">
1341 <context context-type="linenumber">19</context>
1342 </context-group>
1343 </trans-unit>
1344 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
1345 <source>Processed on</source>
1346 <target>Traktita je</target>
1347 <context-group name="null">
1348 <context context-type="linenumber">22</context>
1349 </context-group>
1350 </trans-unit>
1351 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
1352 <source>Finished on</source>
1353 <target>Finita je</target>
1354 <context-group name="null">
1355 <context context-type="linenumber">23</context>
1356 </context-group>
1357 </trans-unit>
1358 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 2391 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1359 <source>Create user</source> 2392 <source>Create user</source>
1360 <target>Krei uzanton</target> 2393 <target>Krei uzanton</target>
@@ -1403,6 +2436,55 @@
1403 <context context-type="linenumber">65</context> 2436 <context context-type="linenumber">65</context>
1404 </context-group> 2437 </context-group>
1405 </trans-unit> 2438 </trans-unit>
2439 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496">
2440 <source>Daily video quota</source>
2441 <target>Samtaga datumlimo por filmoj</target>
2442 <context-group name="null">
2443 <context context-type="linenumber">72</context>
2444 </context-group>
2445 </trans-unit>
2446 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2447 <source>Danger Zone</source>
2448 <target>DanÄerejo</target>
2449 <context-group name="null">
2450 <context context-type="linenumber">93</context>
2451 </context-group>
2452 </trans-unit>
2453 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2454 <source>Send a link to reset the password by email to the user</source>
2455 <target>Sendu ligilon al uzanto per retpoÅto por ÅanÄi la pasvorton</target>
2456 <context-group name="null">
2457 <context context-type="linenumber">96</context>
2458 </context-group>
2459 </trans-unit>
2460 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2461 <source>Ask for new password</source>
2462 <target>Peti novan pasvorton</target>
2463 <context-group name="null">
2464 <context context-type="linenumber">97</context>
2465 </context-group>
2466 </trans-unit>
2467 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2468 <source>Manually set the user password</source>
2469 <target>ÅœanÄi pasvorton permane</target>
2470 <context-group name="null">
2471 <context context-type="linenumber">101</context>
2472 </context-group>
2473 </trans-unit>
2474 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2475 <source>Show</source>
2476 <target>Montri</target>
2477 <context-group name="null">
2478 <context context-type="linenumber">10</context>
2479 </context-group>
2480 </trans-unit>
2481 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2482 <source>Hide</source>
2483 <target>KaÅi</target>
2484 <context-group name="null">
2485 <context context-type="linenumber">11</context>
2486 </context-group>
2487 </trans-unit>
1406 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2488 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
1407 <source>Users list</source> 2489 <source>Users list</source>
1408 <target>Listo de uzantoj</target> 2490 <target>Listo de uzantoj</target>
@@ -1410,6 +2492,13 @@
1410 <context context-type="linenumber">2</context> 2492 <context context-type="linenumber">2</context>
1411 </context-group> 2493 </context-group>
1412 </trans-unit> 2494 </trans-unit>
2495 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4">
2496 <source>Batch actions</source>
2497 <target>Agoj stapaj</target>
2498 <context-group name="null">
2499 <context context-type="linenumber">19</context>
2500 </context-group>
2501 </trans-unit>
1413 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 2502 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
1414 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2503 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1415 <target>Salutnomo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2504 <target>Salutnomo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -1417,11 +2506,64 @@
1417 <context context-type="linenumber">40</context> 2506 <context context-type="linenumber">40</context>
1418 </context-group> 2507 </context-group>
1419 </trans-unit> 2508 </trans-unit>
2509 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
2510 <source>(banned)</source>
2511 <target>(forbarita)</target>
2512 <context-group name="null">
2513 <context context-type="linenumber">65</context>
2514 </context-group>
2515 </trans-unit>
1420 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c"> 2516 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
1421 <source>Go to the account page</source> 2517 <source>Go to the account page</source>
1422 <target>Iri al paÄo de la konto</target> 2518 <target>Iri al paÄo de la konto</target>
1423 <context-group name="null"> 2519 <context-group name="null">
1424 <context context-type="linenumber">133</context> 2520 <context context-type="linenumber">153</context>
2521 </context-group>
2522 </trans-unit>
2523 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
2524 <source>User's email must be verified to login</source>
2525 <target>Por saluti, la retpoÅtadreso de la uzanto devas esti konfirmita</target>
2526 <context-group name="null">
2527 <context context-type="linenumber">72</context>
2528 </context-group>
2529 </trans-unit>
2530 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
2531 <source>User's email is verified / User can login without email verification</source>
2532 <target>RetpoÅtadreso de la uzanto estas konfirmita / Uzanto povas saluti sen konfirmo de retpoÅtadreso</target>
2533 <context-group name="null">
2534 <context context-type="linenumber">76</context>
2535 </context-group>
2536 </trans-unit>
2537 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
2538 <source>Ban reason:</source>
2539 <target>Kialo de forbaro:</target>
2540 <context-group name="null">
2541 <context context-type="linenumber">95</context>
2542 </context-group>
2543 </trans-unit>
2544 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
2545 <source>Moderation comment</source>
2546 <target>Reguliga komento</target>
2547 <context-group name="null">
2548 <context context-type="linenumber">3</context>
2549 </context-group>
2550 </trans-unit>
2551 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964">
2552 <source>
2553 This comment can only be seen by you or the other moderators.
2554 </source>
2555 <target>
2556 Tiun ĉi komenton povas vidi nur vi aŭ la aliaj reguligantoj.
2557 </target>
2558 <context-group name="null">
2559 <context context-type="linenumber">18</context>
2560 </context-group>
2561 </trans-unit>
2562 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
2563 <source>Update this comment</source>
2564 <target>Ĝisdatigi ĉi tiun komenton</target>
2565 <context-group name="null">
2566 <context context-type="linenumber">26</context>
1425 </context-group> 2567 </context-group>
1426 </trans-unit> 2568 </trans-unit>
1427 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 2569 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -1438,6 +2580,13 @@
1438 <context context-type="linenumber">14</context> 2580 <context context-type="linenumber">14</context>
1439 </context-group> 2581 </context-group>
1440 </trans-unit> 2582 </trans-unit>
2583 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
2584 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2585 <target>Stato <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2586 <context-group name="null">
2587 <context context-type="linenumber">11</context>
2588 </context-group>
2589 </trans-unit>
1441 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 2590 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
1442 <source>Go to the account</source> 2591 <source>Go to the account</source>
1443 <target>Iri al la konto</target> 2592 <target>Iri al la konto</target>
@@ -1452,11 +2601,151 @@
1452 <context context-type="linenumber">33</context> 2601 <context context-type="linenumber">33</context>
1453 </context-group> 2602 </context-group>
1454 </trans-unit> 2603 </trans-unit>
1455 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1"> 2604 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
1456 <source>Blacklisted videos</source> 2605 <source>Actions</source>
1457 <target>Fortenataj videoj</target> 2606 <target>Agoj</target>
1458 <context-group name="null"> 2607 <context-group name="null">
1459 <context context-type="linenumber">7</context> 2608 <context context-type="linenumber">35</context>
2609 </context-group>
2610 </trans-unit>
2611 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
2612 <source>Reason:</source>
2613 <target>Kialo:</target>
2614 <context-group name="null">
2615 <context context-type="linenumber">53</context>
2616 </context-group>
2617 </trans-unit>
2618 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638">
2619 <source>Moderation comment:</source>
2620 <target>Reguliga komento:</target>
2621 <context-group name="null">
2622 <context context-type="linenumber">57</context>
2623 </context-group>
2624 </trans-unit>
2625 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
2626 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2627 <target>Nomo de filmo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2628 <context-group name="null">
2629 <context context-type="linenumber">8</context>
2630 </context-group>
2631 </trans-unit>
2632 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
2633 <source>Sensitive</source>
2634 <target>Konsterna</target>
2635 <context-group name="null">
2636 <context context-type="linenumber">9</context>
2637 </context-group>
2638 </trans-unit>
2639 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2640 <source>Unfederated</source>
2641 <target>Nefedera</target>
2642 <context-group name="null">
2643 <context context-type="linenumber">10</context>
2644 </context-group>
2645 </trans-unit>
2646 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
2647 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2648 <target>Dato <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2649 <context-group name="null">
2650 <context context-type="linenumber">11</context>
2651 </context-group>
2652 </trans-unit>
2653 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
2654 <source>Blacklist reason:</source>
2655 <target>Kialo de forteno:</target>
2656 <context-group name="null">
2657 <context context-type="linenumber">43</context>
2658 </context-group>
2659 </trans-unit>
2660 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2661 <source>Unblacklist</source>
2662 <target>Reteni</target>
2663 <context-group name="null">
2664 <context context-type="linenumber">16</context>
2665 </context-group>
2666 </trans-unit>
2667 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2668 <source>Moderation</source>
2669 <target>Reguligo</target>
2670 <context-group name="null">
2671 <context context-type="linenumber">2</context>
2672 </context-group>
2673 </trans-unit>
2674 <trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e">
2675 <source>Video abuses</source>
2676 <target>Filmaj misuzoj</target>
2677 <context-group name="null">
2678 <context context-type="linenumber">5</context>
2679 </context-group>
2680 </trans-unit>
2681 <trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45">
2682 <source>Auto-blacklisted videos</source>
2683 <target>Memfare fortenataj filmoj</target>
2684 <context-group name="null">
2685 <context context-type="linenumber">9</context>
2686 </context-group>
2687 </trans-unit>
2688 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2689 <source>Muted accounts</source>
2690 <target>Silentigitaj kontoj</target>
2691 <context-group name="null">
2692 <context context-type="linenumber">2</context>
2693 </context-group>
2694 </trans-unit>
2695 <trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2">
2696 <source>Muted servers</source>
2697 <target>Silentigitaj serviloj</target>
2698 <context-group name="null">
2699 <context context-type="linenumber">13</context>
2700 </context-group>
2701 </trans-unit>
2702 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
2703 <source>Account</source>
2704 <target>Konto</target>
2705 <context-group name="null">
2706 <context context-type="linenumber">12</context>
2707 </context-group>
2708 </trans-unit>
2709 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
2710 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2711 <target>Silentigita je <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2712 <context-group name="null">
2713 <context context-type="linenumber">13</context>
2714 </context-group>
2715 </trans-unit>
2716 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
2717 <source>Unmute</source>
2718 <target>Malsilentigi</target>
2719 <context-group name="null">
2720 <context context-type="linenumber">23</context>
2721 </context-group>
2722 </trans-unit>
2723 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2724 <source>Jobs list</source>
2725 <target>Listo de taskoj</target>
2726 <context-group name="null">
2727 <context context-type="linenumber">2</context>
2728 </context-group>
2729 </trans-unit>
2730 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2731 <source>Type</source>
2732 <target>Speco</target>
2733 <context-group name="null">
2734 <context context-type="linenumber">19</context>
2735 </context-group>
2736 </trans-unit>
2737 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2738 <source>Processed on</source>
2739 <target>Traktita je</target>
2740 <context-group name="null">
2741 <context context-type="linenumber">22</context>
2742 </context-group>
2743 </trans-unit>
2744 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2745 <source>Finished on</source>
2746 <target>Finita je</target>
2747 <context-group name="null">
2748 <context context-type="linenumber">23</context>
1460 </context-group> 2749 </context-group>
1461 </trans-unit> 2750 </trans-unit>
1462 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 2751 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
@@ -1487,29 +2776,29 @@
1487 <context context-type="linenumber">19</context> 2776 <context context-type="linenumber">19</context>
1488 </context-group> 2777 </context-group>
1489 </trans-unit> 2778 </trans-unit>
1490 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79"> 2779 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
1491 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2780 <source>Change ownership</source>
1492 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj</target> 2781 <target>ÅœanÄi posedon</target>
1493 <context-group name="null"> 2782 <context-group name="null">
1494 <context context-type="linenumber">19</context> 2783 <context context-type="linenumber">21</context>
1495 </context-group> 2784 </context-group>
1496 </trans-unit> 2785 </trans-unit>
1497 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a"> 2786 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
1498 <source> 2787 <source>Select the next owner</source>
1499 Cancel 2788 <target>Elektu la sekvan posedanton</target>
1500 </source>
1501 <target>
1502 Nuligi
1503 </target>
1504 <context-group name="null"> 2789 <context-group name="null">
1505 <context context-type="linenumber">30</context> 2790 <context context-type="linenumber">10</context>
1506 </context-group> 2791 </context-group>
1507 </trans-unit> 2792 </trans-unit>
1508 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260"> 2793 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
1509 <source>Create another video channel</source> 2794 <source>
1510 <target>Krei alian filman kanalon</target> 2795 Cancel
2796 </source>
2797 <target>
2798 Nuligi
2799 </target>
1511 <context-group name="null"> 2800 <context-group name="null">
1512 <context context-type="linenumber">4</context> 2801 <context context-type="linenumber">35</context>
1513 </context-group> 2802 </context-group>
1514 </trans-unit> 2803 </trans-unit>
1515 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2804 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -1526,11 +2815,11 @@
1526 <context context-type="linenumber">6</context> 2815 <context context-type="linenumber">6</context>
1527 </context-group> 2816 </context-group>
1528 </trans-unit> 2817 </trans-unit>
1529 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9"> 2818 <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558">
1530 <source>Display name</source> 2819 <source>Example: my_channel</source>
1531 <target>Prezenta nomo</target> 2820 <target>Ekzemplo: mia_kanalo</target>
1532 <context-group name="null"> 2821 <context-group name="null">
1533 <context context-type="linenumber">6</context> 2822 <context context-type="linenumber">15</context>
1534 </context-group> 2823 </context-group>
1535 </trans-unit> 2824 </trans-unit>
1536 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2825 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
@@ -1549,6 +2838,13 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1549 <context context-type="linenumber">8</context> 2838 <context context-type="linenumber">8</context>
1550 </context-group> 2839 </context-group>
1551 </trans-unit> 2840 </trans-unit>
2841 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a">
2842 <source>You don't have any subscriptions yet.</source>
2843 <target>Vi ankoraÅ­ ne havas abonantojn.</target>
2844 <context-group name="null">
2845 <context context-type="linenumber">1</context>
2846 </context-group>
2847 </trans-unit>
1552 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add"> 2848 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add">
1553 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source> 2849 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
1554 <target>Kreita de <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target> 2850 <target>Kreita de <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target>
@@ -1563,6 +2859,129 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1563 <context context-type="linenumber">16</context> 2859 <context context-type="linenumber">16</context>
1564 </context-group> 2860 </context-group>
1565 </trans-unit> 2861 </trans-unit>
2862 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804">
2863 <source>Accept ownership</source>
2864 <target>Akcepti posedon</target>
2865 <context-group name="null">
2866 <context context-type="linenumber">3</context>
2867 </context-group>
2868 </trans-unit>
2869 <trans-unit id="4570c754149df06f31096510abfc925968c35562">
2870 <source>Select the target channel</source>
2871 <target>Elekti la celan kanalon</target>
2872 <context-group name="null">
2873 <context context-type="linenumber">10</context>
2874 </context-group>
2875 </trans-unit>
2876 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
2877 <source>Initiator</source>
2878 <target>Iniciatinto</target>
2879 <context-group name="null">
2880 <context context-type="linenumber">13</context>
2881 </context-group>
2882 </trans-unit>
2883 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
2884 <source>
2885 Created
2886 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
2887 </source>
2888 <target>
2889 Kreita
2890 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
2891 </target>
2892 <context-group name="null">
2893 <context context-type="linenumber">15</context>
2894 </context-group>
2895 </trans-unit>
2896 <trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1">
2897 <source>Status</source>
2898 <target>Stato</target>
2899 <context-group name="null">
2900 <context context-type="linenumber">19</context>
2901 </context-group>
2902 </trans-unit>
2903 <trans-unit id="1bd5e17c9582661e20763a7634ef07881e33bbd7">
2904 <source>Action</source>
2905 <target>Ago</target>
2906 <context-group name="null">
2907 <context context-type="linenumber">20</context>
2908 </context-group>
2909 </trans-unit>
2910 <trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff">
2911 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
2912 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
2913 <context-group name="null">
2914 <context context-type="linenumber">38</context>
2915 </context-group>
2916 </trans-unit>
2917 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
2918 <source>Muted instances</source>
2919 <target>Silentigitaj nodoj</target>
2920 <context-group name="null">
2921 <context context-type="linenumber">2</context>
2922 </context-group>
2923 </trans-unit>
2924 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
2925 <source>History enabled</source>
2926 <target>Historio Åaltita</target>
2927 <context-group name="null">
2928 <context context-type="linenumber">4</context>
2929 </context-group>
2930 </trans-unit>
2931 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2932 <source>You don't have videos history yet.</source>
2933 <target>Vi ne jam havas filman historion.</target>
2934 <context-group name="null">
2935 <context context-type="linenumber">14</context>
2936 </context-group>
2937 </trans-unit>
2938 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
2939 <source>
2940 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2941 Notification preferences
2942 </source>
2943 <target>
2944 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2945 Sciigaj agordoj
2946 </target>
2947 <context-group name="null">
2948 <context context-type="linenumber">2</context>
2949 </context-group>
2950 </trans-unit>
2951 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
2952 <source>
2953 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2954 Mark all as read
2955 </source>
2956 <target>
2957 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2958 Marki ĉion kiel legitan
2959 </target>
2960 <context-group name="null">
2961 <context context-type="linenumber">7</context>
2962 </context-group>
2963 </trans-unit>
2964 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2965 <source>Privacy</source>
2966 <target>Privateco</target>
2967 <context-group name="null">
2968 <context context-type="linenumber">179</context>
2969 </context-group>
2970 </trans-unit>
2971 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2972 <source>Channel</source>
2973 <target>Kanalo</target>
2974 <context-group name="null">
2975 <context context-type="linenumber">39</context>
2976 </context-group>
2977 </trans-unit>
2978 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2979 <source>Upload thumbnail</source>
2980 <target>AlÅuti miniaturon</target>
2981 <context-group name="null">
2982 <context context-type="linenumber">192</context>
2983 </context-group>
2984 </trans-unit>
1566 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2985 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
1567 <source>Change password</source> 2986 <source>Change password</source>
1568 <target>ÅœanÄi pasvorton</target> 2987 <target>ÅœanÄi pasvorton</target>
@@ -1570,6 +2989,13 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1570 <context context-type="linenumber">30</context> 2989 <context context-type="linenumber">30</context>
1571 </context-group> 2990 </context-group>
1572 </trans-unit> 2991 </trans-unit>
2992 <trans-unit id="0dd390d056411e1709ec97ec51c46d78600e3f7b">
2993 <source>Current password</source>
2994 <target>Aktuala pasvorto</target>
2995 <context-group name="null">
2996 <context context-type="linenumber">7</context>
2997 </context-group>
2998 </trans-unit>
1573 <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229"> 2999 <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229">
1574 <source>New password</source> 3000 <source>New password</source>
1575 <target>Nova pasvorto</target> 3001 <target>Nova pasvorto</target>
@@ -1591,6 +3017,13 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1591 <context context-type="linenumber">3</context> 3017 <context context-type="linenumber">3</context>
1592 </context-group> 3018 </context-group>
1593 </trans-unit> 3019 </trans-unit>
3020 <trans-unit id="d044c51156e295824813a866dba9545bdb59466b">
3021 <source>Use WebTorrent to exchange parts of the video with others</source>
3022 <target>Uzi teÄ¥nikaron WebTorrent por interÅanÄi partojn de la video kun aliuloj</target>
3023 <context-group name="null">
3024 <context context-type="linenumber">21</context>
3025 </context-group>
3026 </trans-unit>
1594 <trans-unit id="fb17c44abac2d1ed2a54cdd28bae289dc0b9a1c2"> 3027 <trans-unit id="fb17c44abac2d1ed2a54cdd28bae289dc0b9a1c2">
1595 <source>Automatically plays video</source> 3028 <source>Automatically plays video</source>
1596 <target>Memfare ludas filmon</target> 3029 <target>Memfare ludas filmon</target>
@@ -1598,13 +3031,6 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1598 <context context-type="linenumber">28</context> 3031 <context context-type="linenumber">28</context>
1599 </context-group> 3032 </context-group>
1600 </trans-unit> 3033 </trans-unit>
1601 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
1602 <source>Save</source>
1603 <target>Konservi</target>
1604 <context-group name="null">
1605 <context context-type="linenumber">32</context>
1606 </context-group>
1607 </trans-unit>
1608 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 3034 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
1609 <source>Update my profile</source> 3035 <source>Update my profile</source>
1610 <target>Äœisdatigi mian profilon</target> 3036 <target>Äœisdatigi mian profilon</target>
@@ -1628,11 +3054,18 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1628 </trans-unit> 3054 </trans-unit>
1629 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9"> 3055 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9">
1630 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source> 3056 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source>
1631 <target>(postafiksoj: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, pleja grando: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target> 3057 <target>(dosiersufiksoj: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, pleja grando: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target>
1632 <context-group name="null"> 3058 <context-group name="null">
1633 <context context-type="linenumber">18</context> 3059 <context context-type="linenumber">18</context>
1634 </context-group> 3060 </context-group>
1635 </trans-unit> 3061 </trans-unit>
3062 <trans-unit id="d1a04ba05116499d4cf59a48a282a8bcbf5b622d">
3063 <source>Once you delete your account, there is no going back. Please be certain.</source>
3064 <target>Post forigo de konto ne plu ekzistas revenvojo. Bonvolu certi.</target>
3065 <context-group name="null">
3066 <context context-type="linenumber">2</context>
3067 </context-group>
3068 </trans-unit>
1636 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45"> 3069 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45">
1637 <source>Delete your account</source> 3070 <source>Delete your account</source>
1638 <target>Forigi vian konton</target> 3071 <target>Forigi vian konton</target>
@@ -1640,6 +3073,20 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1640 <context context-type="linenumber">4</context> 3073 <context context-type="linenumber">4</context>
1641 </context-group> 3074 </context-group>
1642 </trans-unit> 3075 </trans-unit>
3076 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
3077 <source>Activities</source>
3078 <target>Okazoj</target>
3079 <context-group name="null">
3080 <context context-type="linenumber">2</context>
3081 </context-group>
3082 </trans-unit>
3083 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
3084 <source>Web</source>
3085 <target>Reto</target>
3086 <context-group name="null">
3087 <context context-type="linenumber">3</context>
3088 </context-group>
3089 </trans-unit>
1643 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd"> 3090 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd">
1644 <source> 3091 <source>
1645 Sorry, but we couldn't find the page you were looking for. 3092 Sorry, but we couldn't find the page you were looking for.
@@ -1651,6 +3098,60 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1651 <context context-type="linenumber">1</context> 3098 <context context-type="linenumber">1</context>
1652 </context-group> 3099 </context-group>
1653 </trans-unit> 3100 </trans-unit>
3101 <trans-unit id="09a69cde5889927629e2ac9dc63a71b88252b530">
3102 <source>
3103 Verify account email confirmation
3104 </source>
3105 <target>
3106 Kontroli retleteran konfirmon de la konto
3107 </target>
3108 <context-group name="null">
3109 <context context-type="linenumber">2</context>
3110 </context-group>
3111 </trans-unit>
3112 <trans-unit id="066569dd934e07e4a5f70c415692be17d5715b57">
3113 <source>
3114 Your email has been verified and you may now login. Redirecting...
3115 </source>
3116 <target>
3117 Via retpoÅtadreso estas konfirmita kaj vi nun povas saluti. Alidirektante…
3118 </target>
3119 <context-group name="null">
3120 <context context-type="linenumber">6</context>
3121 </context-group>
3122 </trans-unit>
3123 <trans-unit id="7ee8fad77b2664dabfb90ea03470f75a6f6d1d48">
3124 <source>An error occurred. </source>
3125 <target>Eraro okazis.</target>
3126 <context-group name="null">
3127 <context context-type="linenumber">11</context>
3128 </context-group>
3129 </trans-unit>
3130 <trans-unit id="2d02841904de7f5f60e2618670ac1059f3abec97">
3131 <source>
3132 Request email for account verification
3133 </source>
3134 <target>
3135 Peti retleteron por kontrolo de la konto
3136 </target>
3137 <context-group name="null">
3138 <context context-type="linenumber">2</context>
3139 </context-group>
3140 </trans-unit>
3141 <trans-unit id="eb539ec6941044e284f237f5b40d6a0159afe7af">
3142 <source>Send verification email</source>
3143 <target>Sendi konfirman retleteron</target>
3144 <context-group name="null">
3145 <context context-type="linenumber">17</context>
3146 </context-group>
3147 </trans-unit>
3148 <trans-unit id="a08080316e052053fd20647731a6de826dc8072f">
3149 <source>This instance does not require email verification.</source>
3150 <target>Ĉi tiu nodo ne postulas konfirmon de retpoÅtadreso.</target>
3151 <context-group name="null">
3152 <context context-type="linenumber">20</context>
3153 </context-group>
3154 </trans-unit>
1654 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8"> 3155 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
1655 <source>Support this channel</source> 3156 <source>Support this channel</source>
1656 <target>Subteni tiun ĉi kanalon</target> 3157 <target>Subteni tiun ĉi kanalon</target>
@@ -1669,7 +3170,7 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1669 <source>URL</source> 3170 <source>URL</source>
1670 <target>Ligilo</target> 3171 <target>Ligilo</target>
1671 <context-group name="null"> 3172 <context-group name="null">
1672 <context context-type="linenumber">17</context> 3173 <context context-type="linenumber">25</context>
1673 </context-group> 3174 </context-group>
1674 </trans-unit> 3175 </trans-unit>
1675 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 3176 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -1679,18 +3180,11 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1679 <context context-type="linenumber">9</context> 3180 <context context-type="linenumber">9</context>
1680 </context-group> 3181 </context-group>
1681 </trans-unit> 3182 </trans-unit>
1682 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071"> 3183 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
1683 <source>Channel</source> 3184 <source>Sorry, but something went wrong</source>
1684 <target>Kanalo</target> 3185 <target>Pardonu, sed io misokazis</target>
1685 <context-group name="null">
1686 <context context-type="linenumber">39</context>
1687 </context-group>
1688 </trans-unit>
1689 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1690 <source>Privacy</source>
1691 <target>Privateco</target>
1692 <context-group name="null"> 3186 <context-group name="null">
1693 <context context-type="linenumber">159</context> 3187 <context context-type="linenumber">49</context>
1694 </context-group> 3188 </context-group>
1695 </trans-unit> 3189 </trans-unit>
1696 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 3190 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
@@ -1708,7 +3202,7 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1708 <source>Update</source> 3202 <source>Update</source>
1709 <target>Äœisdatigi</target> 3203 <target>Äœisdatigi</target>
1710 <context-group name="null"> 3204 <context-group name="null">
1711 <context context-type="linenumber">92</context> 3205 <context context-type="linenumber">17</context>
1712 </context-group> 3206 </context-group>
1713 </trans-unit> 3207 </trans-unit>
1714 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 3208 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -1718,6 +3212,24 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1718 <context context-type="linenumber">6</context> 3212 <context context-type="linenumber">6</context>
1719 </context-group> 3213 </context-group>
1720 </trans-unit> 3214 </trans-unit>
3215 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb">
3216 <source>Scheduled</source>
3217 <target>Planita</target>
3218 <context-group name="null">
3219 <context context-type="linenumber">25</context>
3220 </context-group>
3221 </trans-unit>
3222 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
3223 <source>
3224 Congratulations! Your video is now available in your private library.
3225</source>
3226 <target>
3227 Gratulon! Via filmo nun estas atingebla per via privata biblioteko.
3228</target>
3229 <context-group name="null">
3230 <context context-type="linenumber">45</context>
3231 </context-group>
3232 </trans-unit>
1721 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 3233 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
1722 <source>Publish will be available when upload is finished</source> 3234 <source>Publish will be available when upload is finished</source>
1723 <target>Eldono eblos post fino de alÅuto</target> 3235 <target>Eldono eblos post fino de alÅuto</target>
@@ -1739,6 +3251,13 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1739 <context context-type="linenumber">6</context> 3251 <context context-type="linenumber">6</context>
1740 </context-group> 3252 </context-group>
1741 </trans-unit> 3253 </trans-unit>
3254 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc">
3255 <source>Or</source>
3256 <target>AÅ­</target>
3257 <context-group name="null">
3258 <context context-type="linenumber">11</context>
3259 </context-group>
3260 </trans-unit>
1742 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 3261 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
1743 <source>Paste magnet URI</source> 3262 <source>Paste magnet URI</source>
1744 <target>Algluu magnetan ligilon</target> 3263 <target>Algluu magnetan ligilon</target>
@@ -1813,6 +3332,17 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1813 <context context-type="linenumber">24</context> 3332 <context context-type="linenumber">24</context>
1814 </context-group> 3333 </context-group>
1815 </trans-unit> 3334 </trans-unit>
3335 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3">
3336 <source>
3337 This will replace an existing caption!
3338 </source>
3339 <target>
3340 Tio anstataÅ­igos jaman transskribon!
3341 </target>
3342 <context-group name="null">
3343 <context context-type="linenumber">29</context>
3344 </context-group>
3345 </trans-unit>
1816 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 3346 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
1817 <source>Add this caption</source> 3347 <source>Add this caption</source>
1818 <target>Aldoni ĉi tiun transskribon</target> 3348 <target>Aldoni ĉi tiun transskribon</target>
@@ -1831,7 +3361,28 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1831 <source>Tags</source> 3361 <source>Tags</source>
1832 <target>Etikedoj</target> 3362 <target>Etikedoj</target>
1833 <context-group name="null"> 3363 <context-group name="null">
1834 <context context-type="linenumber">191</context> 3364 <context context-type="linenumber">216</context>
3365 </context-group>
3366 </trans-unit>
3367 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
3368 <source>Tags could be used to suggest relevant recommendations.&lt;/br&gt;Press Enter to add a new tag.</source>
3369 <target>Etikedojn eblas uzi por proponi rilatajn rekomendojn.&lt;/br&gt;Premu la enigan klavon por aldoni novan etikedon.</target>
3370 <context-group name="null">
3371 <context context-type="linenumber">18</context>
3372 </context-group>
3373 </trans-unit>
3374 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
3375 <source>+ Tag</source>
3376 <target>+ Etikedo</target>
3377 <context-group name="null">
3378 <context context-type="linenumber">21</context>
3379 </context-group>
3380 </trans-unit>
3381 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
3382 <source>Enter a new tag</source>
3383 <target>Enigu novan etikedon</target>
3384 <context-group name="null">
3385 <context context-type="linenumber">21</context>
1835 </context-group> 3386 </context-group>
1836 </trans-unit> 3387 </trans-unit>
1837 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e"> 3388 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e">
@@ -1862,25 +3413,18 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1862 <context context-type="linenumber">120</context> 3413 <context context-type="linenumber">120</context>
1863 </context-group> 3414 </context-group>
1864 </trans-unit> 3415 </trans-unit>
1865 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
1866 <source>Enable video comments</source>
1867 <target>Åœalti komentojn al filmo</target>
1868 <context-group name="null">
1869 <context context-type="linenumber">125</context>
1870 </context-group>
1871 </trans-unit>
1872 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 3416 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
1873 <source>Wait transcoding before publishing the video</source> 3417 <source>Wait transcoding before publishing the video</source>
1874 <target>Atendi transkodadon antaÅ­ publikigi la filmon</target> 3418 <target>Atendi transkodadon antaÅ­ publikigi la filmon</target>
1875 <context-group name="null"> 3419 <context-group name="null">
1876 <context context-type="linenumber">131</context> 3420 <context context-type="linenumber">126</context>
1877 </context-group> 3421 </context-group>
1878 </trans-unit> 3422 </trans-unit>
1879 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63"> 3423 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
1880 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source> 3424 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
1881 <target>Se vi decidos ne atendi finon de transkodado antaÅ­ publikigo, Äi povus esti neludebla Äis la transkodo finiÄos.</target> 3425 <target>Se vi decidos ne atendi finon de transkodado antaÅ­ publikigo, Äi povus esti neludebla Äis la transkodo finiÄos.</target>
1882 <context-group name="null"> 3426 <context-group name="null">
1883 <context context-type="linenumber">132</context> 3427 <context context-type="linenumber">127</context>
1884 </context-group> 3428 </context-group>
1885 </trans-unit> 3429 </trans-unit>
1886 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 3430 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
@@ -1894,27 +3438,59 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1894 <source>Add another caption</source> 3438 <source>Add another caption</source>
1895 <target>Aldoni alian transskribon</target> 3439 <target>Aldoni alian transskribon</target>
1896 <context-group name="null"> 3440 <context-group name="null">
1897 <context context-type="linenumber">147</context> 3441 <context context-type="linenumber">142</context>
1898 </context-group> 3442 </context-group>
1899 </trans-unit> 3443 </trans-unit>
1900 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed"> 3444 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
1901 <source>See the subtitle file</source> 3445 <source>See the subtitle file</source>
1902 <target>Rigardi la dosieron kun subtekstoj</target> 3446 <target>Rigardi la dosieron kun subtekstoj</target>
1903 <context-group name="null"> 3447 <context-group name="null">
1904 <context context-type="linenumber">156</context> 3448 <context context-type="linenumber">151</context>
3449 </context-group>
3450 </trans-unit>
3451 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
3452 <source>Already uploaded ✔</source>
3453 <target>Jam alÅutita ✔</target>
3454 <context-group name="null">
3455 <context context-type="linenumber">155</context>
3456 </context-group>
3457 </trans-unit>
3458 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
3459 <source>Will be created on update</source>
3460 <target>KreiÄos je Äisdatigo</target>
3461 <context-group name="null">
3462 <context context-type="linenumber">163</context>
1905 </context-group> 3463 </context-group>
1906 </trans-unit> 3464 </trans-unit>
1907 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9"> 3465 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
1908 <source>Cancel create</source> 3466 <source>Cancel create</source>
1909 <target>Nuligi kreon</target> 3467 <target>Nuligi kreon</target>
1910 <context-group name="null"> 3468 <context-group name="null">
1911 <context context-type="linenumber">170</context> 3469 <context context-type="linenumber">165</context>
3470 </context-group>
3471 </trans-unit>
3472 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
3473 <source>Will be deleted on update</source>
3474 <target>ForiÄos je Äisdatigo</target>
3475 <context-group name="null">
3476 <context context-type="linenumber">171</context>
1912 </context-group> 3477 </context-group>
1913 </trans-unit> 3478 </trans-unit>
1914 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 3479 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
1915 <source>Cancel deletion</source> 3480 <source>Cancel deletion</source>
1916 <target>Nuligi forigon</target> 3481 <target>Nuligi forigon</target>
1917 <context-group name="null"> 3482 <context-group name="null">
3483 <context context-type="linenumber">173</context>
3484 </context-group>
3485 </trans-unit>
3486 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
3487 <source>
3488 No captions for now.
3489 </source>
3490 <target>
3491 AnkoraÅ­ neniuj transkriboj.
3492 </target>
3493 <context-group name="null">
1918 <context context-type="linenumber">178</context> 3494 <context context-type="linenumber">178</context>
1919 </context-group> 3495 </context-group>
1920 </trans-unit> 3496 </trans-unit>
@@ -1922,243 +3498,212 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1922 <source>Captions</source> 3498 <source>Captions</source>
1923 <target>Transskriboj</target> 3499 <target>Transskriboj</target>
1924 <context-group name="null"> 3500 <context-group name="null">
1925 <context context-type="linenumber">140</context> 3501 <context context-type="linenumber">135</context>
1926 </context-group>
1927 </trans-unit>
1928 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
1929 <source>Upload thumbnail</source>
1930 <target>AlÅuti miniaturon</target>
1931 <context-group name="null">
1932 <context context-type="linenumber">196</context>
1933 </context-group> 3502 </context-group>
1934 </trans-unit> 3503 </trans-unit>
1935 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3504 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
1936 <source>Upload preview</source> 3505 <source>Upload preview</source>
1937 <target>AlÅuti antaÅ­rigardon</target> 3506 <target>AlÅuti antaÅ­rigardon</target>
1938 <context-group name="null"> 3507 <context-group name="null">
1939 <context context-type="linenumber">203</context> 3508 <context context-type="linenumber">199</context>
1940 </context-group> 3509 </context-group>
1941 </trans-unit> 3510 </trans-unit>
1942 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 3511 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
1943 <source>Support</source> 3512 <source>Support</source>
1944 <target>Subteno</target> 3513 <target>Subteno</target>
1945 <context-group name="null"> 3514 <context-group name="null">
1946 <context context-type="linenumber">69</context> 3515 <context context-type="linenumber">103</context>
1947 </context-group> 3516 </context-group>
1948 </trans-unit> 3517 </trans-unit>
1949 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3518 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
1950 <source>Short text to tell people how they can support you (membership platform...).</source> 3519 <source>Short text to tell people how they can support you (membership platform...).</source>
1951 <target>Mallonga teksto por sciigi homojn, kiel ili povas subteni vin.</target> 3520 <target>Mallonga teksto por sciigi homojn, kiel ili povas subteni vin.</target>
1952 <context-group name="null"> 3521 <context-group name="null">
1953 <context context-type="linenumber">210</context> 3522 <context context-type="linenumber">206</context>
1954 </context-group> 3523 </context-group>
1955 </trans-unit> 3524 </trans-unit>
1956 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3525 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
1957 <source>Advanced settings</source> 3526 <source>Original publication date</source>
1958 <target>Specialaj agordoj</target> 3527 <target>Originala dato de publikigo</target>
1959 <context-group name="null"> 3528 <context-group name="null">
1960 <context context-type="linenumber">191</context> 3529 <context context-type="linenumber">219</context>
1961 </context-group> 3530 </context-group>
1962 </trans-unit> 3531 </trans-unit>
1963 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0"> 3532 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
1964 <source> 3533 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
1965 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> 3534 <target>Ĉi tio estas la dato kiam la aÅ­dvidaĵo originale publikiÄis (ekz. dato de eldono de kinofilmo)</target>
1966 </source>
1967 <target>
1968 Ĝisdatigi filmon « <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> »
1969 </target>
1970 <context-group name="null"> 3535 <context-group name="null">
1971 <context context-type="linenumber">2</context> 3536 <context context-type="linenumber">220</context>
1972 </context-group> 3537 </context-group>
1973 </trans-unit> 3538 </trans-unit>
1974 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 3539 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
1975 <source>Download video</source> 3540 <source>Enable video comments</source>
1976 <target>ElÅuti filmon</target> 3541 <target>Åœalti komentojn al filmo</target>
1977 <context-group name="null">
1978 <context context-type="linenumber">3</context>
1979 </context-group>
1980 </trans-unit>
1981 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
1982 <source>Direct download</source>
1983 <target>Rekta elÅuto</target>
1984 <context-group name="null">
1985 <context context-type="linenumber">27</context>
1986 </context-group>
1987 </trans-unit>
1988 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
1989 <source>Torrent (.torrent file)</source>
1990 <target>Torento (dosiero .torrent)</target>
1991 <context-group name="null"> 3542 <context-group name="null">
1992 <context context-type="linenumber">32</context> 3543 <context context-type="linenumber">234</context>
1993 </context-group> 3544 </context-group>
1994 </trans-unit> 3545 </trans-unit>
1995 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f"> 3546 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
1996 <source>Torrent (magnet link)</source> 3547 <source>Enable download</source>
1997 <target>Torento (magneta ligilo)</target> 3548 <target>Åœalti elÅuton</target>
1998 <context-group name="null"> 3549 <context-group name="null">
1999 <context context-type="linenumber">37</context> 3550 <context context-type="linenumber">239</context>
2000 </context-group> 3551 </context-group>
2001 </trans-unit> 3552 </trans-unit>
2002 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 3553 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2003 <source>Download</source> 3554 <source>Advanced settings</source>
2004 <target>ElÅuto</target> 3555 <target>Specialaj agordoj</target>
2005 <context-group name="null"> 3556 <context-group name="null">
2006 <context context-type="linenumber">84</context> 3557 <context context-type="linenumber">186</context>
2007 </context-group> 3558 </context-group>
2008 </trans-unit> 3559 </trans-unit>
2009 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 3560 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
2010 <source>Report video</source> 3561 <source>
2011 <target>Raporti filmon</target> 3562 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
3563 </source>
3564 <target>
3565 Ĝisdatigi filmon « <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> »
3566 </target>
2012 <context-group name="null"> 3567 <context-group name="null">
2013 <context context-type="linenumber">3</context> 3568 <context context-type="linenumber">2</context>
2014 </context-group> 3569 </context-group>
2015 </trans-unit> 3570 </trans-unit>
2016 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 3571 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2017 <source>Share</source> 3572 <source>Share</source>
2018 <target>Kunhavigi</target> 3573 <target>Kunhavigi</target>
2019 <context-group name="null"> 3574 <context-group name="null">
2020 <context context-type="linenumber">74</context> 3575 <context context-type="linenumber">108</context>
2021 </context-group> 3576 </context-group>
2022 </trans-unit> 3577 </trans-unit>
2023 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3578 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2024 <source>QR-Code</source> 3579 <source>QR-Code</source>
2025 <target>Rapidresponda kodo</target> 3580 <target>Rapidresponda kodo</target>
2026 <context-group name="null"> 3581 <context-group name="null">
2027 <context context-type="linenumber">29</context> 3582 <context context-type="linenumber">37</context>
2028 </context-group> 3583 </context-group>
2029 </trans-unit> 3584 </trans-unit>
2030 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3585 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2031 <source>Embed</source> 3586 <source>Embed</source>
2032 <target>Enkorpigi</target> 3587 <target>Enkorpigi</target>
2033 <context-group name="null"> 3588 <context-group name="null">
2034 <context context-type="linenumber">34</context> 3589 <context context-type="linenumber">42</context>
2035 </context-group> 3590 </context-group>
2036 </trans-unit> 3591 </trans-unit>
2037 <trans-unit id="7584313e33a66811eb10646627914a01fff0347d"> 3592 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
2038 <source> 3593 <source>
2039 The video is being imported, it will be available when the import is finished. 3594 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).
2040 </source> 3595 </source>
2041 <target> 3596 <target>
2042 La filmo estas enportata, kaj disponeblos post kiam la enporto finiÄos. 3597 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).
2043 </target> 3598 </target>
2044 <context-group name="null"> 3599 <context-group name="null">
2045 <context context-type="linenumber">11</context> 3600 <context context-type="linenumber">53</context>
2046 </context-group> 3601 </context-group>
2047 </trans-unit> 3602 </trans-unit>
2048 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 3603 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
2049 <source> 3604 <source>Close</source>
2050 The video is being transcoded, it may not work properly. 3605 <target>Fermi</target>
2051 </source>
2052 <target>
2053 La filmo estas transkodata; eble Äi ne funkcios bone.
2054 </target>
2055 <context-group name="null"> 3606 <context-group name="null">
2056 <context context-type="linenumber">15</context> 3607 <context context-type="linenumber">59</context>
2057 </context-group> 3608 </context-group>
2058 </trans-unit> 3609 </trans-unit>
2059 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3610 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
2060 <source>Like this video</source> 3611 <source>This video is blacklisted.</source>
2061 <target>Åœati Äi tiun filmon</target> 3612 <target>Ĉi tiu filmo estas fortenata.</target>
2062 <context-group name="null"> 3613 <context-group name="null">
2063 <context context-type="linenumber">57</context> 3614 <context context-type="linenumber">57</context>
2064 </context-group> 3615 </context-group>
2065 </trans-unit> 3616 </trans-unit>
2066 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3617 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
2067 <source>Dislike this video</source> 3618 <source>
2068 <target>MalÅati tiun ĉi filmon</target> 3619 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
2069 <context-group name="null"> 3620 </source>
2070 <context context-type="linenumber">64</context> 3621 <target>
2071 </context-group> 3622 Publikigita <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> – <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj
2072 </trans-unit> 3623 </target>
2073 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
2074 <source>Download the video</source>
2075 <target>ElÅuti la videon</target>
2076 <context-group name="null"> 3624 <context-group name="null">
2077 <context context-type="linenumber">83</context> 3625 <context context-type="linenumber">78</context>
2078 </context-group> 3626 </context-group>
2079 </trans-unit> 3627 </trans-unit>
2080 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 3628 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
2081 <source>Report</source> 3629 <source>Like this video</source>
2082 <target>Raporti</target> 3630 <target>Ŝati ĉi tiun filmon</target>
2083 <context-group name="null"> 3631 <context-group name="null">
2084 <context context-type="linenumber">88</context> 3632 <context context-type="linenumber">88</context>
2085 </context-group> 3633 </context-group>
2086 </trans-unit> 3634 </trans-unit>
2087 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 3635 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
2088 <source>Report this video</source> 3636 <source>Dislike this video</source>
2089 <target>Raporti tiun ĉi videon</target> 3637 <target>MalÅati tiun ĉi filmon</target>
2090 <context-group name="null">
2091 <context context-type="linenumber">87</context>
2092 </context-group>
2093 </trans-unit>
2094 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
2095 <source>Update this video</source>
2096 <target>Ĝisdatigi tiun ĉi videon</target>
2097 <context-group name="null"> 3638 <context-group name="null">
2098 <context context-type="linenumber">91</context> 3639 <context context-type="linenumber">96</context>
2099 </context-group> 3640 </context-group>
2100 </trans-unit> 3641 </trans-unit>
2101 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 3642 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
2102 <source>Blacklist</source> 3643 <source>Go the channel page</source>
2103 <target>Forteni</target> 3644 <target>Iri al paÄo de la kanalo</target>
2104 <context-group name="null"> 3645 <context-group name="null">
2105 <context context-type="linenumber">96</context> 3646 <context context-type="linenumber">143</context>
2106 </context-group> 3647 </context-group>
2107 </trans-unit> 3648 </trans-unit>
2108 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 3649 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
2109 <source>Blacklist this video</source> 3650 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
2110 <target>Forteni ĉi tiun filmon</target> 3651 <target>De <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
2111 <context-group name="null"> 3652 <context-group name="null">
2112 <context context-type="linenumber">95</context> 3653 <context context-type="linenumber">154</context>
2113 </context-group> 3654 </context-group>
2114 </trans-unit> 3655 </trans-unit>
2115 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3656 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
2116 <source>Unblacklist</source> 3657 <source>Show more</source>
2117 <target>Reteni</target> 3658 <target>Montri pli</target>
2118 <context-group name="null"> 3659 <context-group name="null">
2119 <context context-type="linenumber">100</context> 3660 <context context-type="linenumber">166</context>
2120 </context-group> 3661 </context-group>
2121 </trans-unit> 3662 </trans-unit>
2122 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 3663 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
2123 <source>Delete this video</source> 3664 <source>Show less</source>
2124 <target>Forigi ĉi tiun videon</target> 3665 <target>Montri malpli</target>
2125 <context-group name="null"> 3666 <context-group name="null">
2126 <context context-type="linenumber">103</context> 3667 <context context-type="linenumber">172</context>
2127 </context-group> 3668 </context-group>
2128 </trans-unit> 3669 </trans-unit>
2129 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3670 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
2130 <source>Go the channel page</source> 3671 <source>Originally published</source>
2131 <target>Iri al paÄo de la kanalo</target> 3672 <target>Originale publikigita</target>
2132 <context-group name="null"> 3673 <context-group name="null">
2133 <context context-type="linenumber">123</context> 3674 <context context-type="linenumber">184</context>
2134 </context-group> 3675 </context-group>
2135 </trans-unit> 3676 </trans-unit>
2136 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3677 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
2137 <source>Show more</source> 3678 <source>Friendly Reminder: </source>
2138 <target>Montri pli</target> 3679 <target>Afabla rememorigo: </target>
2139 <context-group name="null"> 3680 <context-group name="null">
2140 <context context-type="linenumber">146</context> 3681 <context context-type="linenumber">232</context>
2141 </context-group> 3682 </context-group>
2142 </trans-unit> 3683 </trans-unit>
2143 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3684 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2144 <source>Show less</source> 3685 <source>
2145 <target>Montri malpli</target> 3686 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.
3687 </source>
3688 <target>
3689 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.
3690 </target>
2146 <context-group name="null"> 3691 <context-group name="null">
2147 <context context-type="linenumber">152</context> 3692 <context context-type="linenumber">233</context>
2148 </context-group> 3693 </context-group>
2149 </trans-unit> 3694 </trans-unit>
2150 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3695 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2151 <source>More information</source> 3696 <source>More information</source>
2152 <target>Pliaj informoj</target> 3697 <target>Pliaj informoj</target>
2153 <context-group name="null"> 3698 <context-group name="null">
2154 <context context-type="linenumber">212</context> 3699 <context context-type="linenumber">236</context>
2155 </context-group> 3700 </context-group>
2156 </trans-unit> 3701 </trans-unit>
2157 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3702 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2158 <source>Get more information</source> 3703 <source>Get more information</source>
2159 <target>Akiri pliajn informojn</target> 3704 <target>Akiri pliajn informojn</target>
2160 <context-group name="null"> 3705 <context-group name="null">
2161 <context context-type="linenumber">212</context> 3706 <context context-type="linenumber">236</context>
2162 </context-group> 3707 </context-group>
2163 </trans-unit> 3708 </trans-unit>
2164 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3709 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -2169,7 +3714,18 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2169 Bone 3714 Bone
2170 </target> 3715 </target>
2171 <context-group name="null"> 3716 <context-group name="null">
2172 <context context-type="linenumber">215</context> 3717 <context context-type="linenumber">239</context>
3718 </context-group>
3719 </trans-unit>
3720 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
3721 <source>
3722 Other videos
3723 </source>
3724 <target>
3725 Aliaj filmoj
3726 </target>
3727 <context-group name="null">
3728 <context context-type="linenumber">2</context>
2173 </context-group> 3729 </context-group>
2174 </trans-unit> 3730 </trans-unit>
2175 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7"> 3731 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7">
@@ -2226,6 +3782,57 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2226 <context context-type="linenumber">20</context> 3782 <context context-type="linenumber">20</context>
2227 </context-group> 3783 </context-group>
2228 </trans-unit> 3784 </trans-unit>
3785 <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135">
3786 <source>You are one step away from commenting</source>
3787 <target>Nur unu paÅon vi foras de komentado</target>
3788 <context-group name="null">
3789 <context context-type="linenumber">28</context>
3790 </context-group>
3791 </trans-unit>
3792 <trans-unit id="7984a44ce86b961f4f18c9a58c638f5e8f07a225">
3793 <source>
3794 If you have an account on this instance, you can login:
3795 </source>
3796 <target>
3797 Se vi havas konton ĉe tiu ĉi nodo, vi povas saluti:
3798 </target>
3799 <context-group name="null">
3800 <context context-type="linenumber">32</context>
3801 </context-group>
3802 </trans-unit>
3803 <trans-unit id="afe0ad39fee662489f1033e53aea3e16a7e89228">
3804 <source>login to comment</source>
3805 <target>salutu por komenti</target>
3806 <context-group name="null">
3807 <context context-type="linenumber">35</context>
3808 </context-group>
3809 </trans-unit>
3810 <trans-unit id="a5a3f17c9b4876952d78363834d57280c8684e7c">
3811 <source>
3812 Otherwise you can comment using an account on any ActivityPub-compatible instance.
3813 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3814 from within the software's interface.
3815 </source>
3816 <target>
3817 Alie vi povas komenti per konto de ajna nodo kongrua kun ActivityPub.
3818 En plej multaj sistemoj vi povas trovi la filmon per entajpo de Äia URL en la serĉujon, kaj poste
3819 Äin komenti de la fasado
3820 </target>
3821 <context-group name="null">
3822 <context context-type="linenumber">36</context>
3823 </context-group>
3824 </trans-unit>
3825 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb">
3826 <source>
3827 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
3828 </source>
3829 <target>
3830 Se vi havas konton ĉe Mastodon aÅ­ Pleroma, vi povas malfermi Äin rekte en iliaj fasadoj:
3831 </target>
3832 <context-group name="null">
3833 <context context-type="linenumber">41</context>
3834 </context-group>
3835 </trans-unit>
2229 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285"> 3836 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285">
2230 <source>Highlighted comment</source> 3837 <source>Highlighted comment</source>
2231 <target>Markita komento</target> 3838 <target>Markita komento</target>
@@ -2240,6 +3847,27 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2240 <context context-type="linenumber">14</context> 3847 <context context-type="linenumber">14</context>
2241 </context-group> 3848 </context-group>
2242 </trans-unit> 3849 </trans-unit>
3850 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
3851 <source>Cannot get about information from server</source>
3852 <target>Ne povas ricevi informojn de la servilo</target>
3853 <context-group name="null">
3854 <context context-type="linenumber">1</context>
3855 </context-group>
3856 </trans-unit>
3857 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
3858 <source>Your message has been sent.</source>
3859 <target>Via mesaÄo sendiÄis.</target>
3860 <context-group name="null">
3861 <context context-type="linenumber">1</context>
3862 </context-group>
3863 </trans-unit>
3864 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
3865 <source>You already sent this form recently</source>
3866 <target>Vi jam sendis ĉi tiun respondilon freÅdate</target>
3867 <context-group name="null">
3868 <context context-type="linenumber">1</context>
3869 </context-group>
3870 </trans-unit>
2243 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968"> 3871 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
2244 <source>No description</source> 3872 <source>No description</source>
2245 <target>Neniu priskribo</target> 3873 <target>Neniu priskribo</target>
@@ -2261,6 +3889,48 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2261 <context context-type="linenumber">1</context> 3889 <context context-type="linenumber">1</context>
2262 </context-group> 3890 </context-group>
2263 </trans-unit> 3891 </trans-unit>
3892 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
3893 <source>240p</source>
3894 <target>240p</target>
3895 <context-group name="null">
3896 <context context-type="linenumber">1</context>
3897 </context-group>
3898 </trans-unit>
3899 <trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e">
3900 <source>360p</source>
3901 <target>360p</target>
3902 <context-group name="null">
3903 <context context-type="linenumber">1</context>
3904 </context-group>
3905 </trans-unit>
3906 <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5">
3907 <source>480p</source>
3908 <target>480p</target>
3909 <context-group name="null">
3910 <context context-type="linenumber">1</context>
3911 </context-group>
3912 </trans-unit>
3913 <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2">
3914 <source>720p</source>
3915 <target>720p</target>
3916 <context-group name="null">
3917 <context context-type="linenumber">1</context>
3918 </context-group>
3919 </trans-unit>
3920 <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9">
3921 <source>1080p</source>
3922 <target>1080p</target>
3923 <context-group name="null">
3924 <context context-type="linenumber">1</context>
3925 </context-group>
3926 </trans-unit>
3927 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111">
3928 <source>Auto (via ffmpeg)</source>
3929 <target>Memfare (per ffmpeg)</target>
3930 <context-group name="null">
3931 <context context-type="linenumber">1</context>
3932 </context-group>
3933 </trans-unit>
2264 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048"> 3934 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048">
2265 <source>Configuration updated.</source> 3935 <source>Configuration updated.</source>
2266 <target>Agordo Äisdatigita</target> 3936 <target>Agordo Äisdatigita</target>
@@ -2275,6 +3945,69 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2275 <context context-type="linenumber">1</context> 3945 <context context-type="linenumber">1</context>
2276 </context-group> 3946 </context-group>
2277 </trans-unit> 3947 </trans-unit>
3948 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
3949 <source>100MB</source>
3950 <target>100MB</target>
3951 <context-group name="null">
3952 <context context-type="linenumber">1</context>
3953 </context-group>
3954 </trans-unit>
3955 <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174">
3956 <source>500MB</source>
3957 <target>500MB</target>
3958 <context-group name="null">
3959 <context context-type="linenumber">1</context>
3960 </context-group>
3961 </trans-unit>
3962 <trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b">
3963 <source>1GB</source>
3964 <target>1GB</target>
3965 <context-group name="null">
3966 <context context-type="linenumber">1</context>
3967 </context-group>
3968 </trans-unit>
3969 <trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8">
3970 <source>5GB</source>
3971 <target>5GB</target>
3972 <context-group name="null">
3973 <context context-type="linenumber">1</context>
3974 </context-group>
3975 </trans-unit>
3976 <trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae">
3977 <source>20GB</source>
3978 <target>20GB</target>
3979 <context-group name="null">
3980 <context context-type="linenumber">1</context>
3981 </context-group>
3982 </trans-unit>
3983 <trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e">
3984 <source>50GB</source>
3985 <target>50GB</target>
3986 <context-group name="null">
3987 <context context-type="linenumber">1</context>
3988 </context-group>
3989 </trans-unit>
3990 <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d">
3991 <source>10MB</source>
3992 <target>10MB</target>
3993 <context-group name="null">
3994 <context context-type="linenumber">1</context>
3995 </context-group>
3996 </trans-unit>
3997 <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af">
3998 <source>50MB</source>
3999 <target>50MB</target>
4000 <context-group name="null">
4001 <context context-type="linenumber">1</context>
4002 </context-group>
4003 </trans-unit>
4004 <trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a">
4005 <source>2GB</source>
4006 <target>2GB</target>
4007 <context-group name="null">
4008 <context context-type="linenumber">1</context>
4009 </context-group>
4010 </trans-unit>
2278 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84"> 4011 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84">
2279 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 4012 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
2280 <target><x id="INTERPOLATION" equiv-text="{{host}}"/> ne validas</target> 4013 <target><x id="INTERPOLATION" equiv-text="{{host}}"/> ne validas</target>
@@ -2338,6 +4071,111 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2338 <context context-type="linenumber">1</context> 4071 <context context-type="linenumber">1</context>
2339 </context-group> 4072 </context-group>
2340 </trans-unit> 4073 </trans-unit>
4074 <trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246">
4075 <source>enabled</source>
4076 <target>Åaltita</target>
4077 <context-group name="null">
4078 <context context-type="linenumber">1</context>
4079 </context-group>
4080 </trans-unit>
4081 <trans-unit id="795733aac948794cadeb3be6386882efac2c38ad">
4082 <source>disabled</source>
4083 <target>malÅaltita</target>
4084 <context-group name="null">
4085 <context context-type="linenumber">1</context>
4086 </context-group>
4087 </trans-unit>
4088 <trans-unit id="1123807fc813c816404598147173403d00117557">
4089 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source>
4090 <target>Plurobleco por <x id="INTERPOLATION" equiv-text="{{host}}"/> estas <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target>
4091 <context-group name="null">
4092 <context context-type="linenumber">1</context>
4093 </context-group>
4094 </trans-unit>
4095 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da">
4096 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source>
4097 <target>Konto <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> malsilentigita de via nodo.</target>
4098 <context-group name="null">
4099 <context context-type="linenumber">1</context>
4100 </context-group>
4101 </trans-unit>
4102 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330">
4103 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source>
4104 <target>Nodo <x id="INTERPOLATION" equiv-text="{{host}}"/> malsilentigita de via nodo.</target>
4105 <context-group name="null">
4106 <context context-type="linenumber">1</context>
4107 </context-group>
4108 </trans-unit>
4109 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
4110 <source>Comment updated.</source>
4111 <target>Komento Äisdatigita.</target>
4112 <context-group name="null">
4113 <context context-type="linenumber">1</context>
4114 </context-group>
4115 </trans-unit>
4116 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978">
4117 <source>Delete this report</source>
4118 <target>Forigi ĉi tiun raporton</target>
4119 <context-group name="null">
4120 <context context-type="linenumber">1</context>
4121 </context-group>
4122 </trans-unit>
4123 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321">
4124 <source>Update moderation comment</source>
4125 <target>Äœisdatigi reguligan komenton</target>
4126 <context-group name="null">
4127 <context context-type="linenumber">1</context>
4128 </context-group>
4129 </trans-unit>
4130 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
4131 <source>Mark as accepted</source>
4132 <target>Marki kiel akceptitan</target>
4133 <context-group name="null">
4134 <context context-type="linenumber">1</context>
4135 </context-group>
4136 </trans-unit>
4137 <trans-unit id="d895b090c054bfc0ad3aba816af0615a1997f5a3">
4138 <source>Mark as rejected</source>
4139 <target>Marki kiel rifuzitan</target>
4140 <context-group name="null">
4141 <context context-type="linenumber">1</context>
4142 </context-group>
4143 </trans-unit>
4144 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
4145 <source>Do you really want to delete this abuse report?</source>
4146 <target>Ĉu vi certe volas forigi ĉi tiun raporton pri misuzo?</target>
4147 <context-group name="null">
4148 <context context-type="linenumber">1</context>
4149 </context-group>
4150 </trans-unit>
4151 <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9">
4152 <source>Abuse deleted.</source>
4153 <target>Misuzo foriÄis.</target>
4154 <context-group name="null">
4155 <context context-type="linenumber">1</context>
4156 </context-group>
4157 </trans-unit>
4158 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
4159 <source>yes</source>
4160 <target>jes</target>
4161 <context-group name="null">
4162 <context context-type="linenumber">1</context>
4163 </context-group>
4164 </trans-unit>
4165 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
4166 <source>no</source>
4167 <target>ne</target>
4168 <context-group name="null">
4169 <context context-type="linenumber">1</context>
4170 </context-group>
4171 </trans-unit>
4172 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
4173 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
4174 <target>Ĉu vi certe volas reteni ĉi tiun filmon? Ĝi estos ree atingebla per la listo de filmoj.</target>
4175 <context-group name="null">
4176 <context context-type="linenumber">1</context>
4177 </context-group>
4178 </trans-unit>
2341 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f"> 4179 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f">
2342 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source> 4180 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source>
2343 <target>Filmo <x id="INTERPOLATION" equiv-text="{{name}}"/> forigita de la fortenlisto.</target> 4181 <target>Filmo <x id="INTERPOLATION" equiv-text="{{name}}"/> forigita de la fortenlisto.</target>
@@ -2345,6 +4183,27 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2345 <context context-type="linenumber">1</context> 4183 <context context-type="linenumber">1</context>
2346 </context-group> 4184 </context-group>
2347 </trans-unit> 4185 </trans-unit>
4186 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4187 <source>Info</source>
4188 <target>Informoj</target>
4189 <context-group name="null">
4190 <context context-type="linenumber">1</context>
4191 </context-group>
4192 </trans-unit>
4193 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
4194 <source>Warning</source>
4195 <target>Averto</target>
4196 <context-group name="null">
4197 <context context-type="linenumber">1</context>
4198 </context-group>
4199 </trans-unit>
4200 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4201 <source>Error</source>
4202 <target>Eraro</target>
4203 <context-group name="null">
4204 <context context-type="linenumber">1</context>
4205 </context-group>
4206 </trans-unit>
2348 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 4207 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
2349 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 4208 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
2350 <target>Uzanto <x id="INTERPOLATION" equiv-text="{{username}}"/> kreita.</target> 4209 <target>Uzanto <x id="INTERPOLATION" equiv-text="{{username}}"/> kreita.</target>
@@ -2352,6 +4211,20 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2352 <context context-type="linenumber">1</context> 4211 <context context-type="linenumber">1</context>
2353 </context-group> 4212 </context-group>
2354 </trans-unit> 4213 </trans-unit>
4214 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
4215 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4216 <target>Pasvorto ÅanÄiÄis por uzanto <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4217 <context-group name="null">
4218 <context context-type="linenumber">1</context>
4219 </context-group>
4220 </trans-unit>
4221 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
4222 <source>Update user password</source>
4223 <target>Äœisdatigi pasvorton de uzanto</target>
4224 <context-group name="null">
4225 <context context-type="linenumber">1</context>
4226 </context-group>
4227 </trans-unit>
2355 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 4228 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
2356 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 4229 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
2357 <target>Uzanto <x id="INTERPOLATION" equiv-text="{{username}}"/> Äisdatigita.</target> 4230 <target>Uzanto <x id="INTERPOLATION" equiv-text="{{username}}"/> Äisdatigita.</target>
@@ -2366,6 +4239,48 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2366 <context context-type="linenumber">1</context> 4239 <context context-type="linenumber">1</context>
2367 </context-group> 4240 </context-group>
2368 </trans-unit> 4241 </trans-unit>
4242 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
4243 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4244 <target>Retletero petanta restarigon de pasvorto sendiÄis al <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4245 <context-group name="null">
4246 <context context-type="linenumber">1</context>
4247 </context-group>
4248 </trans-unit>
4249 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
4250 <source>Unban</source>
4251 <target>Malforbari</target>
4252 <context-group name="null">
4253 <context context-type="linenumber">1</context>
4254 </context-group>
4255 </trans-unit>
4256 <trans-unit id="910ed85f550272401b134a40d019ab3359fe883f">
4257 <source>Set Email as Verified</source>
4258 <target>Agordi retpoÅtadreson kiel konfirmitan</target>
4259 <context-group name="null">
4260 <context context-type="linenumber">1</context>
4261 </context-group>
4262 </trans-unit>
4263 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf">
4264 <source>You cannot ban root.</source>
4265 <target>Vi ne povas forbari ĉefuzanton.</target>
4266 <context-group name="null">
4267 <context context-type="linenumber">1</context>
4268 </context-group>
4269 </trans-unit>
4270 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e">
4271 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source>
4272 <target>Ĉu vi certe volas malforbari <x id="INTERPOLATION" equiv-text="{{num}}"/> uzantojn?</target>
4273 <context-group name="null">
4274 <context context-type="linenumber">1</context>
4275 </context-group>
4276 </trans-unit>
4277 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd">
4278 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source>
4279 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> malforbaritaj uzantoj.</target>
4280 <context-group name="null">
4281 <context context-type="linenumber">1</context>
4282 </context-group>
4283 </trans-unit>
2369 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11"> 4284 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11">
2370 <source>You cannot delete root.</source> 4285 <source>You cannot delete root.</source>
2371 <target>Vi ne povas forigi ĉefuzanton.</target> 4286 <target>Vi ne povas forigi ĉefuzanton.</target>
@@ -2373,6 +4288,90 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2373 <context context-type="linenumber">1</context> 4288 <context context-type="linenumber">1</context>
2374 </context-group> 4289 </context-group>
2375 </trans-unit> 4290 </trans-unit>
4291 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51">
4292 <source>If you remove these users, you will not be able to create others with the same username!</source>
4293 <target>Se vi forigos ĉi tiujn uzantojn, vi ne povos krei aliajn kun la samaj salutnomoj!</target>
4294 <context-group name="null">
4295 <context context-type="linenumber">1</context>
4296 </context-group>
4297 </trans-unit>
4298 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329">
4299 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source>
4300 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> forigitaj uzantoj.</target>
4301 <context-group name="null">
4302 <context context-type="linenumber">1</context>
4303 </context-group>
4304 </trans-unit>
4305 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650">
4306 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source>
4307 <target>RetpoÅtadresoj de <x id="INTERPOLATION" equiv-text="{{num}}"/> uzantoj agordiÄis kiel konfirmitaj.</target>
4308 <context-group name="null">
4309 <context context-type="linenumber">1</context>
4310 </context-group>
4311 </trans-unit>
4312 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de">
4313 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source>
4314 <target>Konto <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> malsilentigita.</target>
4315 <context-group name="null">
4316 <context context-type="linenumber">1</context>
4317 </context-group>
4318 </trans-unit>
4319 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c">
4320 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source>
4321 <target>Nodo <x id="INTERPOLATION" equiv-text="{{host}}"/> malsilentigita.</target>
4322 <context-group name="null">
4323 <context context-type="linenumber">1</context>
4324 </context-group>
4325 </trans-unit>
4326 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
4327 <source>My videos history</source>
4328 <target>Historio de miaj filmoj</target>
4329 <context-group name="null">
4330 <context context-type="linenumber">1</context>
4331 </context-group>
4332 </trans-unit>
4333 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
4334 <source>Videos history is enabled</source>
4335 <target>Historio de filmoj estas Åaltita</target>
4336 <context-group name="null">
4337 <context context-type="linenumber">1</context>
4338 </context-group>
4339 </trans-unit>
4340 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
4341 <source>Videos history is disabled</source>
4342 <target>Historo de filmoj estas malÅaltita</target>
4343 <context-group name="null">
4344 <context context-type="linenumber">1</context>
4345 </context-group>
4346 </trans-unit>
4347 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
4348 <source>Delete videos history</source>
4349 <target>Forigi historion de filmoj</target>
4350 <context-group name="null">
4351 <context context-type="linenumber">1</context>
4352 </context-group>
4353 </trans-unit>
4354 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
4355 <source>Are you sure you want to delete all your videos history?</source>
4356 <target>Ĉu vi certe volas forigi ĉiom da historio de viaj filmoj?</target>
4357 <context-group name="null">
4358 <context context-type="linenumber">1</context>
4359 </context-group>
4360 </trans-unit>
4361 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
4362 <source>Videos history deleted</source>
4363 <target>Historio de filmoj foriÄis</target>
4364 <context-group name="null">
4365 <context context-type="linenumber">1</context>
4366 </context-group>
4367 </trans-unit>
4368 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e">
4369 <source>Ownership accepted</source>
4370 <target>Posedo akceptiÄis</target>
4371 <context-group name="null">
4372 <context context-type="linenumber">1</context>
4373 </context-group>
4374 </trans-unit>
2376 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc"> 4375 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc">
2377 <source>Password updated.</source> 4376 <source>Password updated.</source>
2378 <target>Pasvorto Äisdatigita.</target> 4377 <target>Pasvorto Äisdatigita.</target>
@@ -2380,6 +4379,13 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2380 <context context-type="linenumber">1</context> 4379 <context context-type="linenumber">1</context>
2381 </context-group> 4380 </context-group>
2382 </trans-unit> 4381 </trans-unit>
4382 <trans-unit id="466fc8cf56fd4e4e90fec4b900ef083d52bec38c">
4383 <source>You current password is invalid.</source>
4384 <target>Via nuna pasvorto estas nevalida.</target>
4385 <context-group name="null">
4386 <context context-type="linenumber">1</context>
4387 </context-group>
4388 </trans-unit>
2383 <trans-unit id="ca8e8cf0f1686604db3b6a2ebadab7f7b426a047"> 4389 <trans-unit id="ca8e8cf0f1686604db3b6a2ebadab7f7b426a047">
2384 <source>Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.</source> 4390 <source>Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.</source>
2385 <target>Ĉu vi certe volas forigi vian konton? Tio forigos ĉiujn viajn datumojn, inkluzive kanalojn, filmojn, ktp.</target> 4391 <target>Ĉu vi certe volas forigi vian konton? Tio forigos ĉiujn viajn datumojn, inkluzive kanalojn, filmojn, ktp.</target>
@@ -2408,6 +4414,69 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2408 <context context-type="linenumber">1</context> 4414 <context context-type="linenumber">1</context>
2409 </context-group> 4415 </context-group>
2410 </trans-unit> 4416 </trans-unit>
4417 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
4418 <source>New video from your subscriptions</source>
4419 <target>Nova filmo de viaj abonatoj</target>
4420 <context-group name="null">
4421 <context context-type="linenumber">1</context>
4422 </context-group>
4423 </trans-unit>
4424 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
4425 <source>New comment on your video</source>
4426 <target>Nova komento ĉe via filmo</target>
4427 <context-group name="null">
4428 <context context-type="linenumber">1</context>
4429 </context-group>
4430 </trans-unit>
4431 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4432 <source>One of your video is blacklisted/unblacklisted</source>
4433 <target>Unu el viaj filmoj estas fortenita/retenita</target>
4434 <context-group name="null">
4435 <context context-type="linenumber">1</context>
4436 </context-group>
4437 </trans-unit>
4438 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
4439 <source>Video published (after transcoding/scheduled update)</source>
4440 <target>Filmo publikigita (post transkodo / planita Äisdatigo)</target>
4441 <context-group name="null">
4442 <context context-type="linenumber">1</context>
4443 </context-group>
4444 </trans-unit>
4445 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
4446 <source>Video import finished</source>
4447 <target>Filma enporto finiÄis</target>
4448 <context-group name="null">
4449 <context context-type="linenumber">1</context>
4450 </context-group>
4451 </trans-unit>
4452 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
4453 <source>A new user registered on your instance</source>
4454 <target>Nova uzanto registriÄis ĉe via nodo</target>
4455 <context-group name="null">
4456 <context context-type="linenumber">1</context>
4457 </context-group>
4458 </trans-unit>
4459 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2">
4460 <source>You or your channel(s) has a new follower</source>
4461 <target>Vi aÅ­ via(j) kanalo(j) havas novan abonanton</target>
4462 <context-group name="null">
4463 <context context-type="linenumber">1</context>
4464 </context-group>
4465 </trans-unit>
4466 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
4467 <source>Someone mentioned you in video comments</source>
4468 <target>Iu vin menciis en komento ĉe filmo</target>
4469 <context-group name="null">
4470 <context context-type="linenumber">1</context>
4471 </context-group>
4472 </trans-unit>
4473 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
4474 <source>Preferences saved</source>
4475 <target>Agordoj konserviÄis</target>
4476 <context-group name="null">
4477 <context context-type="linenumber">1</context>
4478 </context-group>
4479 </trans-unit>
2411 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b"> 4480 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b">
2412 <source>Profile updated.</source> 4481 <source>Profile updated.</source>
2413 <target>Profilo Äisdatigita.</target> 4482 <target>Profilo Äisdatigita.</target>
@@ -2436,9 +4505,9 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2436 <context context-type="linenumber">1</context> 4505 <context context-type="linenumber">1</context>
2437 </context-group> 4506 </context-group>
2438 </trans-unit> 4507 </trans-unit>
2439 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795"> 4508 <trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47">
2440 <source>Create</source> 4509 <source>This name already exists on this instance.</source>
2441 <target>Krei</target> 4510 <target>Ĉi tiu nomo jam ekzistas ĉe ĉi tiu nodo.</target>
2442 <context-group name="null"> 4511 <context-group name="null">
2443 <context context-type="linenumber">1</context> 4512 <context context-type="linenumber">1</context>
2444 </context-group> 4513 </context-group>
@@ -2450,6 +4519,13 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2450 <context context-type="linenumber">1</context> 4519 <context context-type="linenumber">1</context>
2451 </context-group> 4520 </context-group>
2452 </trans-unit> 4521 </trans-unit>
4522 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
4523 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
4524 <target>Bonvolu entajpi la vidigan nomon de la filma kanalo (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) por konfirmi</target>
4525 <context-group name="null">
4526 <context context-type="linenumber">1</context>
4527 </context-group>
4528 </trans-unit>
2453 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2"> 4529 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
2454 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source> 4530 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
2455 <target>Filma kanalo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> forigita.</target> 4531 <target>Filma kanalo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> forigita.</target>
@@ -2457,6 +4533,34 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2457 <context context-type="linenumber">1</context> 4533 <context context-type="linenumber">1</context>
2458 </context-group> 4534 </context-group>
2459 </trans-unit> 4535 </trans-unit>
4536 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d">
4537 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source>
4538 <target>Ludlisto <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> kreita.</target>
4539 <context-group name="null">
4540 <context context-type="linenumber">1</context>
4541 </context-group>
4542 </trans-unit>
4543 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d">
4544 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source>
4545 <target>Ludlisto <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> Äisdatigita.</target>
4546 <context-group name="null">
4547 <context context-type="linenumber">1</context>
4548 </context-group>
4549 </trans-unit>
4550 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783">
4551 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source>
4552 <target>Ĉu vi vere volas forigi <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</target>
4553 <context-group name="null">
4554 <context context-type="linenumber">1</context>
4555 </context-group>
4556 </trans-unit>
4557 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86">
4558 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source>
4559 <target>Ludlisto <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> forigita.</target>
4560 <context-group name="null">
4561 <context context-type="linenumber">1</context>
4562 </context-group>
4563 </trans-unit>
2460 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894"> 4564 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
2461 <source>My videos</source> 4565 <source>My videos</source>
2462 <target>Miaj filmoj</target> 4566 <target>Miaj filmoj</target>
@@ -2492,44 +4596,51 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2492 <context context-type="linenumber">1</context> 4596 <context context-type="linenumber">1</context>
2493 </context-group> 4597 </context-group>
2494 </trans-unit> 4598 </trans-unit>
2495 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 4599 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd">
2496 <source>Published</source> 4600 <source>Ownership change request sent.</source>
2497 <target>Publikigita</target> 4601 <target>Peto de poseda ÅanÄo sendiÄis.</target>
2498 <context-group name="null"> 4602 <context-group name="null">
2499 <context context-type="linenumber">1</context> 4603 <context context-type="linenumber">1</context>
2500 </context-group> 4604 </context-group>
2501 </trans-unit> 4605 </trans-unit>
2502 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2"> 4606 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
2503 <source>Publication scheduled on </source> 4607 <source>My channels</source>
2504 <target>Publikigo planita je</target> 4608 <target>Miaj kanaloj</target>
2505 <context-group name="null"> 4609 <context-group name="null">
2506 <context context-type="linenumber">1</context> 4610 <context context-type="linenumber">1</context>
2507 </context-group> 4611 </context-group>
2508 </trans-unit> 4612 </trans-unit>
2509 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02"> 4613 <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2">
2510 <source>Waiting transcoding</source> 4614 <source>My playlists</source>
2511 <target>Atendanta transkodadon</target> 4615 <target>Miaj ludlistoj</target>
2512 <context-group name="null"> 4616 <context-group name="null">
2513 <context context-type="linenumber">1</context> 4617 <context context-type="linenumber">1</context>
2514 </context-group> 4618 </context-group>
2515 </trans-unit> 4619 </trans-unit>
2516 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a"> 4620 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9">
2517 <source>To transcode</source> 4621 <source>My subscriptions</source>
2518 <target>Transkodotaj</target> 4622 <target>Miaj abonoj</target>
2519 <context-group name="null"> 4623 <context-group name="null">
2520 <context context-type="linenumber">1</context> 4624 <context context-type="linenumber">1</context>
2521 </context-group> 4625 </context-group>
2522 </trans-unit> 4626 </trans-unit>
2523 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4627 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
2524 <source>My channels</source> 4628 <source>My history</source>
2525 <target>Miaj kanaloj</target> 4629 <target>Mia historio</target>
2526 <context-group name="null"> 4630 <context-group name="null">
2527 <context context-type="linenumber">1</context> 4631 <context context-type="linenumber">1</context>
2528 </context-group> 4632 </context-group>
2529 </trans-unit> 4633 </trans-unit>
2530 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9"> 4634 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
2531 <source>My subscriptions</source> 4635 <source>Misc</source>
2532 <target>Miaj abonoj</target> 4636 <target>Diversaj</target>
4637 <context-group name="null">
4638 <context context-type="linenumber">1</context>
4639 </context-group>
4640 </trans-unit>
4641 <trans-unit id="73022f1676784c4f9b8cdbb322e52b02ccc800b7">
4642 <source>Ownership changes</source>
4643 <target>Posedaj ÅanÄoj</target>
2533 <context-group name="null"> 4644 <context-group name="null">
2534 <context context-type="linenumber">1</context> 4645 <context context-type="linenumber">1</context>
2535 </context-group> 4646 </context-group>
@@ -2541,9 +4652,114 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2541 <context context-type="linenumber">1</context> 4652 <context context-type="linenumber">1</context>
2542 </context-group> 4653 </context-group>
2543 </trans-unit> 4654 </trans-unit>
4655 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
4656 <source>My notifications</source>
4657 <target>Miaj sciigoj</target>
4658 <context-group name="null">
4659 <context context-type="linenumber">1</context>
4660 </context-group>
4661 </trans-unit>
4662 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706">
4663 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
4664 <target>Retletero kun konfirma ligilo sendiÄos al <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
4665 <context-group name="null">
4666 <context context-type="linenumber">1</context>
4667 </context-group>
4668 </trans-unit>
2544 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752"> 4669 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752">
2545 <source>Unable to find user id or verification string.</source> 4670 <source>Unable to find user id or verification string.</source>
2546 <target>Ne povas trovi identigilon aŭ kontrolan ĉenon de uzanto</target> 4671 <target>Ne povas trovi identigilon aŭ konfirman ĉenon de uzanto</target>
4672 <context-group name="null">
4673 <context context-type="linenumber">1</context>
4674 </context-group>
4675 </trans-unit>
4676 <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598">
4677 <source>Subscribe to the account</source>
4678 <target>Aboni la konton</target>
4679 <context-group name="null">
4680 <context context-type="linenumber">1</context>
4681 </context-group>
4682 </trans-unit>
4683 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013">
4684 <source>Focus the search bar</source>
4685 <target>Fokusi la serĉujon</target>
4686 <context-group name="null">
4687 <context context-type="linenumber">1</context>
4688 </context-group>
4689 </trans-unit>
4690 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099">
4691 <source>Toggle the left menu</source>
4692 <target>Baskuligi la maldekstran menuon</target>
4693 <context-group name="null">
4694 <context context-type="linenumber">1</context>
4695 </context-group>
4696 </trans-unit>
4697 <trans-unit id="b54759e30f7c1983940cdacb8eb03f102a869084">
4698 <source>Go to the videos overview page</source>
4699 <target>Iri al la paÄo de filma superrigardo</target>
4700 <context-group name="null">
4701 <context context-type="linenumber">1</context>
4702 </context-group>
4703 </trans-unit>
4704 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0">
4705 <source>Go to the trending videos page</source>
4706 <target>Iri al la paÄo de furoraj filmoj</target>
4707 <context-group name="null">
4708 <context context-type="linenumber">1</context>
4709 </context-group>
4710 </trans-unit>
4711 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d">
4712 <source>Go to the recently added videos page</source>
4713 <target>Iri al la paÄo de freÅe aldonitaj filmoj</target>
4714 <context-group name="null">
4715 <context context-type="linenumber">1</context>
4716 </context-group>
4717 </trans-unit>
4718 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5">
4719 <source>Go to the local videos page</source>
4720 <target>Iri al la paÄo de lokaj filmoj</target>
4721 <context-group name="null">
4722 <context context-type="linenumber">1</context>
4723 </context-group>
4724 </trans-unit>
4725 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba">
4726 <source>Go to the videos upload page</source>
4727 <target>Iri al la paÄo de filmaj alÅutoj</target>
4728 <context-group name="null">
4729 <context context-type="linenumber">1</context>
4730 </context-group>
4731 </trans-unit>
4732 <trans-unit id="0ed7b40c11da9d4565af9c041df20c15bc6be97e">
4733 <source>Toggle Dark theme</source>
4734 <target>Baskuligi malhelan haÅ­ton</target>
4735 <context-group name="null">
4736 <context context-type="linenumber">1</context>
4737 </context-group>
4738 </trans-unit>
4739 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2">
4740 <source>Go to my subscriptions</source>
4741 <target>Iri al miaj abonoj</target>
4742 <context-group name="null">
4743 <context context-type="linenumber">1</context>
4744 </context-group>
4745 </trans-unit>
4746 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1">
4747 <source>Go to my videos</source>
4748 <target>Iri al miaj filmoj</target>
4749 <context-group name="null">
4750 <context context-type="linenumber">1</context>
4751 </context-group>
4752 </trans-unit>
4753 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7">
4754 <source>Go to my imports</source>
4755 <target>Iri al miaj enportoj</target>
4756 <context-group name="null">
4757 <context context-type="linenumber">1</context>
4758 </context-group>
4759 </trans-unit>
4760 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390">
4761 <source>Go to my channels</source>
4762 <target>Iri al miaj kanaloj</target>
2547 <context-group name="null"> 4763 <context-group name="null">
2548 <context context-type="linenumber">1</context> 4764 <context context-type="linenumber">1</context>
2549 </context-group> 4765 </context-group>
@@ -2564,37 +4780,37 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2564 <context context-type="linenumber">1</context> 4780 <context context-type="linenumber">1</context>
2565 </context-group> 4781 </context-group>
2566 </trans-unit> 4782 </trans-unit>
2567 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d"> 4783 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
2568 <source>Error</source> 4784 <source>You need to reconnect.</source>
2569 <target>Eraro</target> 4785 <target>Vi devas rekonektiÄi</target>
2570 <context-group name="null"> 4786 <context-group name="null">
2571 <context context-type="linenumber">1</context> 4787 <context context-type="linenumber">1</context>
2572 </context-group> 4788 </context-group>
2573 </trans-unit> 4789 </trans-unit>
2574 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 4790 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
2575 <source>You need to reconnect.</source> 4791 <source>Keyboard Shortcuts:</source>
2576 <target>Vi devas rekonektiÄi</target> 4792 <target>Fulmoklavoj:</target>
2577 <context-group name="null"> 4793 <context-group name="null">
2578 <context context-type="linenumber">1</context> 4794 <context context-type="linenumber">1</context>
2579 </context-group> 4795 </context-group>
2580 </trans-unit> 4796 </trans-unit>
2581 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da"> 4797 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
2582 <source>Confirm</source> 4798 <source>Success</source>
2583 <target>Konfirmi</target> 4799 <target>Sukceso</target>
2584 <context-group name="null"> 4800 <context-group name="null">
2585 <context context-type="linenumber">1</context> 4801 <context context-type="linenumber">1</context>
2586 </context-group> 4802 </context-group>
2587 </trans-unit> 4803 </trans-unit>
2588 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5"> 4804 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe">
2589 <source>Info</source> 4805 <source>Incorrect username or password.</source>
2590 <target>Informoj</target> 4806 <target>MalÄusta salutnomo aÅ­ pasvorto.</target>
2591 <context-group name="null"> 4807 <context-group name="null">
2592 <context context-type="linenumber">1</context> 4808 <context context-type="linenumber">1</context>
2593 </context-group> 4809 </context-group>
2594 </trans-unit> 4810 </trans-unit>
2595 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba"> 4811 <trans-unit id="39980cc1cf8df621d43f5480d001bdf5d4139338">
2596 <source>Success</source> 4812 <source>You account is blocked.</source>
2597 <target>Sukceso</target> 4813 <target>Via konto estas blokita.</target>
2598 <context-group name="null"> 4814 <context-group name="null">
2599 <context context-type="linenumber">1</context> 4815 <context context-type="linenumber">1</context>
2600 </context-group> 4816 </context-group>
@@ -2690,6 +4906,90 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2690 <context context-type="linenumber">1</context> 4906 <context context-type="linenumber">1</context>
2691 </context-group> 4907 </context-group>
2692 </trans-unit> 4908 </trans-unit>
4909 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
4910 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
4911 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> jaroj</target>
4912 <context-group name="null">
4913 <context context-type="linenumber">1</context>
4914 </context-group>
4915 </trans-unit>
4916 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
4917 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
4918 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> monatoj</target>
4919 <context-group name="null">
4920 <context context-type="linenumber">1</context>
4921 </context-group>
4922 </trans-unit>
4923 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
4924 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
4925 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> monato</target>
4926 <context-group name="null">
4927 <context context-type="linenumber">1</context>
4928 </context-group>
4929 </trans-unit>
4930 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
4931 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
4932 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> semajnoj</target>
4933 <context-group name="null">
4934 <context context-type="linenumber">1</context>
4935 </context-group>
4936 </trans-unit>
4937 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
4938 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
4939 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> semajno</target>
4940 <context-group name="null">
4941 <context context-type="linenumber">1</context>
4942 </context-group>
4943 </trans-unit>
4944 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
4945 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
4946 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> tagoj</target>
4947 <context-group name="null">
4948 <context context-type="linenumber">1</context>
4949 </context-group>
4950 </trans-unit>
4951 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
4952 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
4953 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> tago</target>
4954 <context-group name="null">
4955 <context context-type="linenumber">1</context>
4956 </context-group>
4957 </trans-unit>
4958 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
4959 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
4960 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> horoj</target>
4961 <context-group name="null">
4962 <context context-type="linenumber">1</context>
4963 </context-group>
4964 </trans-unit>
4965 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
4966 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
4967 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> horo</target>
4968 <context-group name="null">
4969 <context context-type="linenumber">1</context>
4970 </context-group>
4971 </trans-unit>
4972 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
4973 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
4974 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> minutoj</target>
4975 <context-group name="null">
4976 <context context-type="linenumber">1</context>
4977 </context-group>
4978 </trans-unit>
4979 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
4980 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
4981 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> sekundoj</target>
4982 <context-group name="null">
4983 <context context-type="linenumber">1</context>
4984 </context-group>
4985 </trans-unit>
4986 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4987 <source>Confirm</source>
4988 <target>Konfirmi</target>
4989 <context-group name="null">
4990 <context context-type="linenumber">1</context>
4991 </context-group>
4992 </trans-unit>
2693 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 4993 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
2694 <source>Instance name is required.</source> 4994 <source>Instance name is required.</source>
2695 <target>Necesas nomo de nodo.</target> 4995 <target>Necesas nomo de nodo.</target>
@@ -2795,6 +5095,13 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2795 <context context-type="linenumber">1</context> 5095 <context context-type="linenumber">1</context>
2796 </context-group> 5096 </context-group>
2797 </trans-unit> 5097 </trans-unit>
5098 <trans-unit id="4166cc066b963a23829b48a09e394f73b453fabd">
5099 <source>Transcoding threads must be greater or equal to 0.</source>
5100 <target>Transkodaj fadenoj devas pligrandi aÅ­ egali 0.</target>
5101 <context-group name="null">
5102 <context context-type="linenumber">1</context>
5103 </context-group>
5104 </trans-unit>
2798 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0"> 5105 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0">
2799 <source>Email is required.</source> 5106 <source>Email is required.</source>
2800 <target>Necesas retpoÅtadreso.</target> 5107 <target>Necesas retpoÅtadreso.</target>
@@ -2809,6 +5116,48 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2809 <context context-type="linenumber">1</context> 5116 <context context-type="linenumber">1</context>
2810 </context-group> 5117 </context-group>
2811 </trans-unit> 5118 </trans-unit>
5119 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33">
5120 <source>Your name is required.</source>
5121 <target>Necesas via nomo.</target>
5122 <context-group name="null">
5123 <context context-type="linenumber">1</context>
5124 </context-group>
5125 </trans-unit>
5126 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a">
5127 <source>Your name must be at least 1 character long.</source>
5128 <target>Via nomo devas havi almenaÅ­ 1 signon.</target>
5129 <context-group name="null">
5130 <context context-type="linenumber">1</context>
5131 </context-group>
5132 </trans-unit>
5133 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b">
5134 <source>Your name cannot be more than 120 characters long.</source>
5135 <target>Via nomo ne povas havi pli ol 120 signojn.</target>
5136 <context-group name="null">
5137 <context context-type="linenumber">1</context>
5138 </context-group>
5139 </trans-unit>
5140 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2">
5141 <source>A message is required.</source>
5142 <target>Necesas mesaÄo.</target>
5143 <context-group name="null">
5144 <context context-type="linenumber">1</context>
5145 </context-group>
5146 </trans-unit>
5147 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64">
5148 <source>The message must be at least 3 characters long.</source>
5149 <target>La mesaÄo devas havi almenaÅ­ 3 signojn.</target>
5150 <context-group name="null">
5151 <context context-type="linenumber">1</context>
5152 </context-group>
5153 </trans-unit>
5154 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60">
5155 <source>The message cannot be more than 5000 characters long.</source>
5156 <target>La mesaÄo ne povas havi pli ol 5000 signojn.</target>
5157 <context-group name="null">
5158 <context context-type="linenumber">1</context>
5159 </context-group>
5160 </trans-unit>
2812 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149"> 5161 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149">
2813 <source>Username is required.</source> 5162 <source>Username is required.</source>
2814 <target>Necesas salutnomo.</target> 5163 <target>Necesas salutnomo.</target>
@@ -2830,6 +5179,27 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2830 <context context-type="linenumber">1</context> 5179 <context context-type="linenumber">1</context>
2831 </context-group> 5180 </context-group>
2832 </trans-unit> 5181 </trans-unit>
5182 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a">
5183 <source>Username must be at least 1 character long.</source>
5184 <target>Salutnomo devas havi almenaÅ­ 1 signon.</target>
5185 <context-group name="null">
5186 <context context-type="linenumber">1</context>
5187 </context-group>
5188 </trans-unit>
5189 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a">
5190 <source>Username cannot be more than 50 characters long.</source>
5191 <target>Salutnomo ne povas havi pli ol 50 signojn.</target>
5192 <context-group name="null">
5193 <context context-type="linenumber">1</context>
5194 </context-group>
5195 </trans-unit>
5196 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
5197 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
5198 <target>Salutnomo estu minuskla kaj litercifera; punktoj kaj substrekoj estas permesitaj.</target>
5199 <context-group name="null">
5200 <context context-type="linenumber">1</context>
5201 </context-group>
5202 </trans-unit>
2833 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0"> 5203 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
2834 <source>Password must be at least 6 characters long.</source> 5204 <source>Password must be at least 6 characters long.</source>
2835 <target>Pasvorto devas havi almenaÅ­ 6 signojn.</target> 5205 <target>Pasvorto devas havi almenaÅ­ 6 signojn.</target>
@@ -2865,6 +5235,20 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2865 <context context-type="linenumber">1</context> 5235 <context context-type="linenumber">1</context>
2866 </context-group> 5236 </context-group>
2867 </trans-unit> 5237 </trans-unit>
5238 <trans-unit id="7e58d1fb4e86af94f5199660ef349d55811888bb">
5239 <source>Daily upload limit is required.</source>
5240 <target>Necesas datumlimo por samtagaj elÅutoj.</target>
5241 <context-group name="null">
5242 <context context-type="linenumber">1</context>
5243 </context-group>
5244 </trans-unit>
5245 <trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e">
5246 <source>Daily upload limit must be greater than -1.</source>
5247 <target>Datumlimo por samtagaj elÅutoj devas esti pli granda ol −1.</target>
5248 <context-group name="null">
5249 <context context-type="linenumber">1</context>
5250 </context-group>
5251 </trans-unit>
2868 <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85"> 5252 <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85">
2869 <source>User role is required.</source> 5253 <source>User role is required.</source>
2870 <target>Necesas rolo de uzanto.</target> 5254 <target>Necesas rolo de uzanto.</target>
@@ -2879,6 +5263,20 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2879 <context context-type="linenumber">1</context> 5263 <context context-type="linenumber">1</context>
2880 </context-group> 5264 </context-group>
2881 </trans-unit> 5265 </trans-unit>
5266 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c">
5267 <source>Display name must be at least 1 character long.</source>
5268 <target>Vidiga nomo devas havi almenaÅ­ 1 signon.</target>
5269 <context-group name="null">
5270 <context context-type="linenumber">1</context>
5271 </context-group>
5272 </trans-unit>
5273 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1">
5274 <source>Display name cannot be more than 50 characters long.</source>
5275 <target>Vidiga nomo ne povas havi pli ol 50 signojn.</target>
5276 <context-group name="null">
5277 <context context-type="linenumber">1</context>
5278 </context-group>
5279 </trans-unit>
2882 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae"> 5280 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae">
2883 <source>Description must be at least 3 characters long.</source> 5281 <source>Description must be at least 3 characters long.</source>
2884 <target>Priskribo havu almenaÅ­ 3 signojn.</target> 5282 <target>Priskribo havu almenaÅ­ 3 signojn.</target>
@@ -2886,6 +5284,13 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2886 <context context-type="linenumber">1</context> 5284 <context context-type="linenumber">1</context>
2887 </context-group> 5285 </context-group>
2888 </trans-unit> 5286 </trans-unit>
5287 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0">
5288 <source>Description cannot be more than 1000 characters long.</source>
5289 <target>Priskribo ne povas havi pli ol 1000 signojn.</target>
5290 <context-group name="null">
5291 <context context-type="linenumber">1</context>
5292 </context-group>
5293 </trans-unit>
2889 <trans-unit id="4a3ebc6ddb6b6677aed7b04eb503f9ddd0cfe561"> 5294 <trans-unit id="4a3ebc6ddb6b6677aed7b04eb503f9ddd0cfe561">
2890 <source>You must to agree with the instance terms in order to registering on it.</source> 5295 <source>You must to agree with the instance terms in order to registering on it.</source>
2891 <target>Vi devas konsenti kun la kondiĉoj de la nodo por registriÄi ĉe Äi.</target> 5296 <target>Vi devas konsenti kun la kondiĉoj de la nodo por registriÄi ĉe Äi.</target>
@@ -2893,6 +5298,20 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2893 <context context-type="linenumber">1</context> 5298 <context context-type="linenumber">1</context>
2894 </context-group> 5299 </context-group>
2895 </trans-unit> 5300 </trans-unit>
5301 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00">
5302 <source>Ban reason must be at least 3 characters long.</source>
5303 <target>Kialo de forbaro devas havi almenaÅ­ 3 signojn.</target>
5304 <context-group name="null">
5305 <context context-type="linenumber">1</context>
5306 </context-group>
5307 </trans-unit>
5308 <trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd">
5309 <source>Ban reason cannot be more than 250 characters long.</source>
5310 <target>Kialo de forbaro ne povas havi pli ol 250 signojn.</target>
5311 <context-group name="null">
5312 <context context-type="linenumber">1</context>
5313 </context-group>
5314 </trans-unit>
2896 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6"> 5315 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6">
2897 <source>Report reason is required.</source> 5316 <source>Report reason is required.</source>
2898 <target>Necesas kialo de raporto.</target> 5317 <target>Necesas kialo de raporto.</target>
@@ -2907,6 +5326,55 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2907 <context context-type="linenumber">1</context> 5326 <context context-type="linenumber">1</context>
2908 </context-group> 5327 </context-group>
2909 </trans-unit> 5328 </trans-unit>
5329 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
5330 <source>Report reason cannot be more than 3000 characters long.</source>
5331 <target>Kialo de forbaro ne povas havi pli ol 3000 signojn.</target>
5332 <context-group name="null">
5333 <context context-type="linenumber">1</context>
5334 </context-group>
5335 </trans-unit>
5336 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118">
5337 <source>Moderation comment is required.</source>
5338 <target>Necesas reguliga komento.</target>
5339 <context-group name="null">
5340 <context context-type="linenumber">1</context>
5341 </context-group>
5342 </trans-unit>
5343 <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2">
5344 <source>Moderation comment must be at least 2 characters long.</source>
5345 <target>Reguliga komento devas havi almenaÅ­ 2 signojn.</target>
5346 <context-group name="null">
5347 <context context-type="linenumber">1</context>
5348 </context-group>
5349 </trans-unit>
5350 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
5351 <source>Moderation comment cannot be more than 3000 characters long.</source>
5352 <target>Reguliga komento ne povas havi pli ol 3000 signojn.</target>
5353 <context-group name="null">
5354 <context context-type="linenumber">1</context>
5355 </context-group>
5356 </trans-unit>
5357 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6">
5358 <source>The channel is required.</source>
5359 <target>Tiu ĉi kanalo necesas.</target>
5360 <context-group name="null">
5361 <context context-type="linenumber">1</context>
5362 </context-group>
5363 </trans-unit>
5364 <trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca">
5365 <source>Blacklist reason must be at least 2 characters long.</source>
5366 <target>Kialo de forbaro devas havi almenaÅ­ 2 signojn.</target>
5367 <context-group name="null">
5368 <context context-type="linenumber">1</context>
5369 </context-group>
5370 </trans-unit>
5371 <trans-unit id="5009443905b0b152915247799492bf5e164e7626">
5372 <source>Blacklist reason cannot be more than 300 characters long.</source>
5373 <target>Kialo de forteno ne povas havi pli ol 300 signojn.</target>
5374 <context-group name="null">
5375 <context context-type="linenumber">1</context>
5376 </context-group>
5377 </trans-unit>
2910 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e"> 5378 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e">
2911 <source>Video caption language is required.</source> 5379 <source>Video caption language is required.</source>
2912 <target>Necesas lingvo de filma transskribo.</target> 5380 <target>Necesas lingvo de filma transskribo.</target>
@@ -2921,6 +5389,48 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2921 <context context-type="linenumber">1</context> 5389 <context context-type="linenumber">1</context>
2922 </context-group> 5390 </context-group>
2923 </trans-unit> 5391 </trans-unit>
5392 <trans-unit id="bd7fc070c728dc6dbf3959d49fe5bb27ce15d294">
5393 <source>The username is required.</source>
5394 <target>La salutonmo necesas.</target>
5395 <context-group name="null">
5396 <context context-type="linenumber">1</context>
5397 </context-group>
5398 </trans-unit>
5399 <trans-unit id="c8465c3773699dd075e0147e264d2e232f605803">
5400 <source>You can only transfer ownership to a local account</source>
5401 <target>Vi povas transdoni posedon nur al loka konto.</target>
5402 <context-group name="null">
5403 <context context-type="linenumber">1</context>
5404 </context-group>
5405 </trans-unit>
5406 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33">
5407 <source>Name is required.</source>
5408 <target>Necesas nomo.</target>
5409 <context-group name="null">
5410 <context context-type="linenumber">1</context>
5411 </context-group>
5412 </trans-unit>
5413 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76">
5414 <source>Name must be at least 1 character long.</source>
5415 <target>Nomo devas havi almenaÅ­ 1 signon.</target>
5416 <context-group name="null">
5417 <context context-type="linenumber">1</context>
5418 </context-group>
5419 </trans-unit>
5420 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d">
5421 <source>Name cannot be more than 50 characters long.</source>
5422 <target>Nomo ne povas havi pli ol 50 signojn.</target>
5423 <context-group name="null">
5424 <context context-type="linenumber">1</context>
5425 </context-group>
5426 </trans-unit>
5427 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18">
5428 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
5429 <target>Nomo estu minuskle litercifera; punktoj kaj substrekoj estas permesitaj.</target>
5430 <context-group name="null">
5431 <context context-type="linenumber">1</context>
5432 </context-group>
5433 </trans-unit>
2924 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b"> 5434 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
2925 <source>Support text must be at least 3 characters long.</source> 5435 <source>Support text must be at least 3 characters long.</source>
2926 <target>Teksto pri subteno devas havi almenaÅ­ 3 signojn.</target> 5436 <target>Teksto pri subteno devas havi almenaÅ­ 3 signojn.</target>
@@ -2928,6 +5438,13 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2928 <context context-type="linenumber">1</context> 5438 <context context-type="linenumber">1</context>
2929 </context-group> 5439 </context-group>
2930 </trans-unit> 5440 </trans-unit>
5441 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85">
5442 <source>Support text cannot be more than 1000 characters long.</source>
5443 <target>Teksto pri subteno ne povas havi pli ol 1000 signojn.</target>
5444 <context-group name="null">
5445 <context context-type="linenumber">1</context>
5446 </context-group>
5447 </trans-unit>
2931 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79"> 5448 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79">
2932 <source>Comment is required.</source> 5449 <source>Comment is required.</source>
2933 <target>Necesas komento.</target> 5450 <target>Necesas komento.</target>
@@ -2949,6 +5466,20 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2949 <context context-type="linenumber">1</context> 5466 <context context-type="linenumber">1</context>
2950 </context-group> 5467 </context-group>
2951 </trans-unit> 5468 </trans-unit>
5469 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5470 <source>Display name cannot be more than 120 characters long.</source>
5471 <target>Prezenta nomo ne povas havi pli ol 120 signojn.</target>
5472 <context-group name="null">
5473 <context context-type="linenumber">1</context>
5474 </context-group>
5475 </trans-unit>
5476 <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c">
5477 <source>Privacy is required.</source>
5478 <target>Privateco estas postulata.</target>
5479 <context-group name="null">
5480 <context context-type="linenumber">1</context>
5481 </context-group>
5482 </trans-unit>
2952 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 5483 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
2953 <source>Video name is required.</source> 5484 <source>Video name is required.</source>
2954 <target>Necesas nomo de filmo.</target> 5485 <target>Necesas nomo de filmo.</target>
@@ -3019,6 +5550,13 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3019 <context context-type="linenumber">1</context> 5550 <context context-type="linenumber">1</context>
3020 </context-group> 5551 </context-group>
3021 </trans-unit> 5552 </trans-unit>
5553 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad">
5554 <source>Video support cannot be more than 1000 characters long.</source>
5555 <target>Loka teksto pri subteno ne povas havi pli ol 1000 signojn.</target>
5556 <context-group name="null">
5557 <context context-type="linenumber">1</context>
5558 </context-group>
5559 </trans-unit>
3022 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0"> 5560 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0">
3023 <source>A date is required to schedule video update.</source> 5561 <source>A date is required to schedule video update.</source>
3024 <target>Necesas dato por plani Äisdatigon de filmo.</target> 5562 <target>Necesas dato por plani Äisdatigon de filmo.</target>
@@ -3033,16 +5571,16 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3033 <context context-type="linenumber">1</context> 5571 <context context-type="linenumber">1</context>
3034 </context-group> 5572 </context-group>
3035 </trans-unit> 5573 </trans-unit>
3036 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4"> 5574 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
3037 <source>All unsaved data will be lost, are you sure you want to leave this page?</source> 5575 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
3038 <target>Ĉiuj nekonservitaj datumoj perdiÄos; ĉu vi certe volas forlasi ĉi tiun paÄon?</target> 5576 <target>PeerTube ne povas trakti tian dosieron. Akceptataj dosiersufiksoj estas <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target>
3039 <context-group name="null"> 5577 <context-group name="null">
3040 <context context-type="linenumber">1</context> 5578 <context context-type="linenumber">1</context>
3041 </context-group> 5579 </context-group>
3042 </trans-unit> 5580 </trans-unit>
3043 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01"> 5581 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4">
3044 <source>Warning</source> 5582 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
3045 <target>Averto</target> 5583 <target>Ĉiuj nekonservitaj datumoj perdiÄos; ĉu vi certe volas forlasi ĉi tiun paÄon?</target>
3046 <context-group name="null"> 5584 <context-group name="null">
3047 <context context-type="linenumber">1</context> 5585 <context context-type="linenumber">1</context>
3048 </context-group> 5586 </context-group>
@@ -3369,6 +5907,41 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3369 <context context-type="linenumber">1</context> 5907 <context context-type="linenumber">1</context>
3370 </context-group> 5908 </context-group>
3371 </trans-unit> 5909 </trans-unit>
5910 <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24">
5911 <source>Hidden</source>
5912 <target>KaÅita</target>
5913 <context-group name="null">
5914 <context context-type="linenumber">1</context>
5915 </context-group>
5916 </trans-unit>
5917 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c">
5918 <source>User registration allowed</source>
5919 <target>Registrado de uzantoj estas permesita</target>
5920 <context-group name="null">
5921 <context context-type="linenumber">1</context>
5922 </context-group>
5923 </trans-unit>
5924 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411">
5925 <source>Transcode your videos in multiple resolutions</source>
5926 <target>Transkodi viajn filmojn en plurajn distingojn</target>
5927 <context-group name="null">
5928 <context context-type="linenumber">1</context>
5929 </context-group>
5930 </trans-unit>
5931 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
5932 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
5933 <target>Enporto per HTTP (YouTube, Vimeo, rekta URL…)</target>
5934 <context-group name="null">
5935 <context context-type="linenumber">1</context>
5936 </context-group>
5937 </trans-unit>
5938 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a">
5939 <source>Torrent import</source>
5940 <target>Torenta enporto</target>
5941 <context-group name="null">
5942 <context context-type="linenumber">1</context>
5943 </context-group>
5944 </trans-unit>
3372 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba"> 5945 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
3373 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source> 5946 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
3374 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target> 5947 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target>
@@ -3404,128 +5977,191 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3404 <context context-type="linenumber">1</context> 5977 <context context-type="linenumber">1</context>
3405 </context-group> 5978 </context-group>
3406 </trans-unit> 5979 </trans-unit>
3407 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d"> 5980 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
3408 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source> 5981 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
3409 <target>antaŭ <x id="INTERPOLATION" equiv-text="{{interval}}"/> jaroj</target> 5982 <target>Subtenas « <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> » kaj:</target>
3410 <context-group name="null"> 5983 <context-group name="null">
3411 <context context-type="linenumber">1</context> 5984 <context context-type="linenumber">1</context>
3412 </context-group> 5985 </context-group>
3413 </trans-unit> 5986 </trans-unit>
3414 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 5987 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980">
3415 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 5988 <source>Emphasis</source>
3416 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> monatoj</target> 5989 <target>Emfazo</target>
3417 <context-group name="null"> 5990 <context-group name="null">
3418 <context context-type="linenumber">1</context> 5991 <context context-type="linenumber">1</context>
3419 </context-group> 5992 </context-group>
3420 </trans-unit> 5993 </trans-unit>
3421 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b"> 5994 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0">
3422 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source> 5995 <source>Links</source>
3423 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> monato</target> 5996 <target>Ligiloj</target>
3424 <context-group name="null"> 5997 <context-group name="null">
3425 <context context-type="linenumber">1</context> 5998 <context context-type="linenumber">1</context>
3426 </context-group> 5999 </context-group>
3427 </trans-unit> 6000 </trans-unit>
3428 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1"> 6001 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a">
3429 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source> 6002 <source>New lines</source>
3430 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> semajnoj</target> 6003 <target>Linifinoj</target>
3431 <context-group name="null"> 6004 <context-group name="null">
3432 <context context-type="linenumber">1</context> 6005 <context context-type="linenumber">1</context>
3433 </context-group> 6006 </context-group>
3434 </trans-unit> 6007 </trans-unit>
3435 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e"> 6008 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1">
3436 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source> 6009 <source>Lists</source>
3437 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> semajno</target> 6010 <target>Listoj</target>
3438 <context-group name="null"> 6011 <context-group name="null">
3439 <context context-type="linenumber">1</context> 6012 <context context-type="linenumber">1</context>
3440 </context-group> 6013 </context-group>
3441 </trans-unit> 6014 </trans-unit>
3442 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7"> 6015 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
3443 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source> 6016 <source>Images</source>
3444 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> tagoj</target> 6017 <target>Bildoj</target>
3445 <context-group name="null"> 6018 <context-group name="null">
3446 <context context-type="linenumber">1</context> 6019 <context context-type="linenumber">1</context>
3447 </context-group> 6020 </context-group>
3448 </trans-unit> 6021 </trans-unit>
3449 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1"> 6022 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681">
3450 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source> 6023 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source>
3451 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> tago</target> 6024 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> uzantoj forbaritaj.</target>
3452 <context-group name="null"> 6025 <context-group name="null">
3453 <context context-type="linenumber">1</context> 6026 <context context-type="linenumber">1</context>
3454 </context-group> 6027 </context-group>
3455 </trans-unit> 6028 </trans-unit>
3456 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84"> 6029 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd">
3457 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source> 6030 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source>
3458 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> horoj</target> 6031 <target>Uzanto <x id="INTERPOLATION" equiv-text="{{username}}"/> forbarita.</target>
3459 <context-group name="null"> 6032 <context-group name="null">
3460 <context context-type="linenumber">1</context> 6033 <context context-type="linenumber">1</context>
3461 </context-group> 6034 </context-group>
3462 </trans-unit> 6035 </trans-unit>
3463 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d"> 6036 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734">
3464 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source> 6037 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source>
3465 <target>antaŭ <x id="INTERPOLATION" equiv-text="{{interval}}"/> horo</target> 6038 <target>Ĉu vi certe volas malforbari uzanton <x id="INTERPOLATION" equiv-text="{{username}}"/>?</target>
3466 <context-group name="null"> 6039 <context-group name="null">
3467 <context context-type="linenumber">1</context> 6040 <context context-type="linenumber">1</context>
3468 </context-group> 6041 </context-group>
3469 </trans-unit> 6042 </trans-unit>
3470 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a"> 6043 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd">
3471 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source> 6044 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source>
3472 <target>antaÅ­ <x id="INTERPOLATION" equiv-text="{{interval}}"/> minutoj</target> 6045 <target>Uzanto <x id="INTERPOLATION" equiv-text="{{username}}"/> malforbarita.</target>
3473 <context-group name="null"> 6046 <context-group name="null">
3474 <context context-type="linenumber">1</context> 6047 <context context-type="linenumber">1</context>
3475 </context-group> 6048 </context-group>
3476 </trans-unit> 6049 </trans-unit>
3477 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 6050 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603">
3478 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 6051 <source>If you remove this user, you will not be able to create another with the same username!</source>
3479 <target>antaŭ <x id="INTERPOLATION" equiv-text="{{interval}}"/> sekundoj</target> 6052 <target>Se vi forigi ĉi tiun uzanton, vi ne povos krei alian kun la sama uzantnomo!</target>
3480 <context-group name="null"> 6053 <context-group name="null">
3481 <context context-type="linenumber">1</context> 6054 <context context-type="linenumber">1</context>
3482 </context-group> 6055 </context-group>
3483 </trans-unit> 6056 </trans-unit>
3484 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 6057 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a">
3485 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 6058 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source>
3486 <target>Subtenas « <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> » kaj:</target> 6059 <target>Uzanto <x id="INTERPOLATION" equiv-text="{{username}}"/> forigita.</target>
3487 <context-group name="null"> 6060 <context-group name="null">
3488 <context context-type="linenumber">1</context> 6061 <context context-type="linenumber">1</context>
3489 </context-group> 6062 </context-group>
3490 </trans-unit> 6063 </trans-unit>
3491 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980"> 6064 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096">
3492 <source>Emphasis</source> 6065 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source>
3493 <target>Emfazo</target> 6066 <target>RetpoÅtadreso de uzanto <x id="INTERPOLATION" equiv-text="{{username}}"/> agordiÄis kiel konfirmita</target>
3494 <context-group name="null"> 6067 <context-group name="null">
3495 <context context-type="linenumber">1</context> 6068 <context context-type="linenumber">1</context>
3496 </context-group> 6069 </context-group>
3497 </trans-unit> 6070 </trans-unit>
3498 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0"> 6071 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249">
3499 <source>Links</source> 6072 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source>
3500 <target>Ligiloj</target> 6073 <target>Konto <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> silentigita.</target>
3501 <context-group name="null"> 6074 <context-group name="null">
3502 <context context-type="linenumber">1</context> 6075 <context context-type="linenumber">1</context>
3503 </context-group> 6076 </context-group>
3504 </trans-unit> 6077 </trans-unit>
3505 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a"> 6078 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6">
3506 <source>New lines</source> 6079 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source>
3507 <target>Linifinoj</target> 6080 <target>Nodo <x id="INTERPOLATION" equiv-text="{{host}}"/> silentigita.</target>
3508 <context-group name="null"> 6081 <context-group name="null">
3509 <context context-type="linenumber">1</context> 6082 <context context-type="linenumber">1</context>
3510 </context-group> 6083 </context-group>
3511 </trans-unit> 6084 </trans-unit>
3512 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1"> 6085 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499">
3513 <source>Lists</source> 6086 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
3514 <target>Listoj</target> 6087 <target>Konto <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> silentigita de la nodo.</target>
3515 <context-group name="null"> 6088 <context-group name="null">
3516 <context context-type="linenumber">1</context> 6089 <context context-type="linenumber">1</context>
3517 </context-group> 6090 </context-group>
3518 </trans-unit> 6091 </trans-unit>
3519 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866"> 6092 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
3520 <source>Images</source> 6093 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
3521 <target>Bildoj</target> 6094 <target>Konto <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> malsilentigita de la nodo.</target>
3522 <context-group name="null"> 6095 <context-group name="null">
3523 <context context-type="linenumber">1</context> 6096 <context context-type="linenumber">1</context>
3524 </context-group> 6097 </context-group>
3525 </trans-unit> 6098 </trans-unit>
3526 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a"> 6099 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830">
3527 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source> 6100 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
3528 <target>Uzanto <x id="INTERPOLATION" equiv-text="{{username}}"/> forigita.</target> 6101 <target>Nodo <x id="INTERPOLATION" equiv-text="{{host}}"/> silentigita de la nodo.</target>
6102 <context-group name="null">
6103 <context context-type="linenumber">1</context>
6104 </context-group>
6105 </trans-unit>
6106 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f">
6107 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source>
6108 <target>Nodo <x id="INTERPOLATION" equiv-text="{{host}}"/> malsilentigita de ĉi tiu nodo.</target>
6109 <context-group name="null">
6110 <context context-type="linenumber">1</context>
6111 </context-group>
6112 </trans-unit>
6113 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc">
6114 <source>Mute this account</source>
6115 <target>Silentigi ĉi tiun konton</target>
6116 <context-group name="null">
6117 <context context-type="linenumber">1</context>
6118 </context-group>
6119 </trans-unit>
6120 <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952">
6121 <source>Unmute this account</source>
6122 <target>Malsilentigi ĉi tiun konton</target>
6123 <context-group name="null">
6124 <context context-type="linenumber">1</context>
6125 </context-group>
6126 </trans-unit>
6127 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d">
6128 <source>Mute the instance</source>
6129 <target>Silentigi la nodon</target>
6130 <context-group name="null">
6131 <context context-type="linenumber">1</context>
6132 </context-group>
6133 </trans-unit>
6134 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9">
6135 <source>Unmute the instance</source>
6136 <target>Malsilentigi la nodon</target>
6137 <context-group name="null">
6138 <context context-type="linenumber">1</context>
6139 </context-group>
6140 </trans-unit>
6141 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
6142 <source>Mute this account by your instance</source>
6143 <target>Silentigi ĉi tiun konton de via nodo</target>
6144 <context-group name="null">
6145 <context context-type="linenumber">1</context>
6146 </context-group>
6147 </trans-unit>
6148 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957">
6149 <source>Unmute this account by your instance</source>
6150 <target>Malsilentigi ĉi tiun konton de via nodo</target>
6151 <context-group name="null">
6152 <context context-type="linenumber">1</context>
6153 </context-group>
6154 </trans-unit>
6155 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178">
6156 <source>Mute the instance by your instance</source>
6157 <target>Silentigi la nodon de via nodo</target>
6158 <context-group name="null">
6159 <context context-type="linenumber">1</context>
6160 </context-group>
6161 </trans-unit>
6162 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a">
6163 <source>Unmute the instance by your instance</source>
6164 <target>Malsilentigi la nodon de via nodo</target>
3529 <context-group name="null"> 6165 <context-group name="null">
3530 <context context-type="linenumber">1</context> 6166 <context context-type="linenumber">1</context>
3531 </context-group> 6167 </context-group>
@@ -3558,6 +6194,181 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3558 <context context-type="linenumber">1</context> 6194 <context context-type="linenumber">1</context>
3559 </context-group> 6195 </context-group>
3560 </trans-unit> 6196 </trans-unit>
6197 <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded">
6198 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
6199 <target>Abonis <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
6200 <context-group name="null">
6201 <context context-type="linenumber">1</context>
6202 </context-group>
6203 </trans-unit>
6204 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
6205 <source>Subscribed</source>
6206 <target>Abonita</target>
6207 <context-group name="null">
6208 <context context-type="linenumber">1</context>
6209 </context-group>
6210 </trans-unit>
6211 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26">
6212 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
6213 <target>Malabonis <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
6214 <context-group name="null">
6215 <context context-type="linenumber">1</context>
6216 </context-group>
6217 </trans-unit>
6218 <trans-unit id="294395337b767af84f952ac28d58d54a13a11471">
6219 <source>Unsubscribed</source>
6220 <target>Malabonita</target>
6221 <context-group name="null">
6222 <context context-type="linenumber">1</context>
6223 </context-group>
6224 </trans-unit>
6225 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf">
6226 <source>Moderator</source>
6227 <target>Reguliganto</target>
6228 <context-group name="null">
6229 <context context-type="linenumber">1</context>
6230 </context-group>
6231 </trans-unit>
6232 <trans-unit id="28d23ed47149ffd34c2ebd58bfeb4601649c784f">
6233 <source>Starts at </source>
6234 <target>Komencas je</target>
6235 <context-group name="null">
6236 <context context-type="linenumber">1</context>
6237 </context-group>
6238 </trans-unit>
6239 <trans-unit id="1e40e4317900075588705bc4084fda4b2ddb3372">
6240 <source>Stops at </source>
6241 <target>Ĉesas je</target>
6242 <context-group name="null">
6243 <context context-type="linenumber">1</context>
6244 </context-group>
6245 </trans-unit>
6246 <trans-unit id="1b8201c470a1635cc9beab9adb90eabd19fc9691">
6247 <source> and stops at </source>
6248 <target>kaj ĉesas je</target>
6249 <context-group name="null">
6250 <context context-type="linenumber">1</context>
6251 </context-group>
6252 </trans-unit>
6253 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
6254 <source>Video blacklisted.</source>
6255 <target>Filmo fortenita.</target>
6256 <context-group name="null">
6257 <context context-type="linenumber">1</context>
6258 </context-group>
6259 </trans-unit>
6260 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
6261 <source>Copied</source>
6262 <target>Kopiita</target>
6263 <context-group name="null">
6264 <context context-type="linenumber">1</context>
6265 </context-group>
6266 </trans-unit>
6267 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
6268 <source>Video reported.</source>
6269 <target>Filmo raportita.</target>
6270 <context-group name="null">
6271 <context context-type="linenumber">1</context>
6272 </context-group>
6273 </trans-unit>
6274 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
6275 <source>Do you really want to delete this video?</source>
6276 <target>Ĉu vi vere volas elÅuti tiun ĉi filmon?</target>
6277 <context-group name="null">
6278 <context context-type="linenumber">1</context>
6279 </context-group>
6280 </trans-unit>
6281 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
6282 <source>Blacklist</source>
6283 <target>Forteni</target>
6284 <context-group name="null">
6285 <context context-type="linenumber">1</context>
6286 </context-group>
6287 </trans-unit>
6288 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
6289 <source>Report</source>
6290 <target>Raporti</target>
6291 <context-group name="null">
6292 <context context-type="linenumber">1</context>
6293 </context-group>
6294 </trans-unit>
6295 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
6296 <source>Published</source>
6297 <target>Publikigita</target>
6298 <context-group name="null">
6299 <context context-type="linenumber">1</context>
6300 </context-group>
6301 </trans-unit>
6302 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
6303 <source>Publication scheduled on </source>
6304 <target>Publikigo planita je</target>
6305 <context-group name="null">
6306 <context context-type="linenumber">1</context>
6307 </context-group>
6308 </trans-unit>
6309 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
6310 <source>Waiting transcoding</source>
6311 <target>Atendanta transkodadon</target>
6312 <context-group name="null">
6313 <context context-type="linenumber">1</context>
6314 </context-group>
6315 </trans-unit>
6316 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
6317 <source>To transcode</source>
6318 <target>Transkodotaj</target>
6319 <context-group name="null">
6320 <context context-type="linenumber">1</context>
6321 </context-group>
6322 </trans-unit>
6323 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
6324 <source>To import</source>
6325 <target>Enportotaj</target>
6326 <context-group name="null">
6327 <context context-type="linenumber">1</context>
6328 </context-group>
6329 </trans-unit>
6330 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
6331 <source>Only I can see this video</source>
6332 <target>Nur mi povas vidi ĉi tiun filmon</target>
6333 <context-group name="null">
6334 <context context-type="linenumber">1</context>
6335 </context-group>
6336 </trans-unit>
6337 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70">
6338 <source>Only people with the private link can see this video</source>
6339 <target>Nur homoj kun la privata ligilo povas vidi ĉi tiun filmon</target>
6340 <context-group name="null">
6341 <context context-type="linenumber">1</context>
6342 </context-group>
6343 </trans-unit>
6344 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b">
6345 <source>Anyone can see this video</source>
6346 <target>Iu ajn povas vidi ĉi tiun filmon</target>
6347 <context-group name="null">
6348 <context context-type="linenumber">1</context>
6349 </context-group>
6350 </trans-unit>
6351 <trans-unit id="21565881ad1dff3c98738b9535b3515cec140609">
6352 <source>Welcome! Now please check your emails to verify your account and complete signup.</source>
6353 <target>Bonvenon! Nun bonvolu kontroli viajn retleterojn por konfirmi vian konton kaj fini la registriÄo.</target>
6354 <context-group name="null">
6355 <context context-type="linenumber">1</context>
6356 </context-group>
6357 </trans-unit>
6358 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6">
6359 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source>
6360 <target>Vi nun estas salutinta kiel <x id="INTERPOLATION" equiv-text="{{username}}"/>!</target>
6361 <context-group name="null">
6362 <context context-type="linenumber">1</context>
6363 </context-group>
6364 </trans-unit>
6365 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb">
6366 <source>Video to import updated.</source>
6367 <target>Enportota filmo Äisdatigita.</target>
6368 <context-group name="null">
6369 <context context-type="linenumber">1</context>
6370 </context-group>
6371 </trans-unit>
3561 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c"> 6372 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c">
3562 <source>Your video was uploaded to your account and is private.</source> 6373 <source>Your video was uploaded to your account and is private.</source>
3563 <target>Via filmo alÅutiÄis al via konto kaj estas privata.</target> 6374 <target>Via filmo alÅutiÄis al via konto kaj estas privata.</target>
@@ -3586,6 +6397,20 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3586 <context context-type="linenumber">1</context> 6397 <context context-type="linenumber">1</context>
3587 </context-group> 6398 </context-group>
3588 </trans-unit> 6399 </trans-unit>
6400 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee">
6401 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source>
6402 <target>Via datumlimo por filmoj estas superita per ĉi tiu filmo (ties grando: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, eluzitaj: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, datumlimo: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target>
6403 <context-group name="null">
6404 <context context-type="linenumber">1</context>
6405 </context-group>
6406 </trans-unit>
6407 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd">
6408 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source>
6409 <target>Via samtaga datumlimo por filmoj estas superita per ĉi tiu filmo (ties grando: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, eluzitaj: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, datumlimo: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target>
6410 <context-group name="null">
6411 <context context-type="linenumber">1</context>
6412 </context-group>
6413 </trans-unit>
3589 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce"> 6414 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce">
3590 <source>Video published.</source> 6415 <source>Video published.</source>
3591 <target>Filmo publikigita.</target> 6416 <target>Filmo publikigita.</target>
@@ -3593,6 +6418,13 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3593 <context context-type="linenumber">1</context> 6418 <context context-type="linenumber">1</context>
3594 </context-group> 6419 </context-group>
3595 </trans-unit> 6420 </trans-unit>
6421 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
6422 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
6423 <target>Vi havas nekonservitajn ÅanÄojn! Se vi foriros, viaj ÅanÄoj perdiÄos.</target>
6424 <context-group name="null">
6425 <context context-type="linenumber">1</context>
6426 </context-group>
6427 </trans-unit>
3596 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187"> 6428 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
3597 <source>Video updated.</source> 6429 <source>Video updated.</source>
3598 <target>Filmo Äisdatigita.</target> 6430 <target>Filmo Äisdatigita.</target>
@@ -3607,23 +6439,16 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3607 <context context-type="linenumber">1</context> 6439 <context context-type="linenumber">1</context>
3608 </context-group> 6440 </context-group>
3609 </trans-unit> 6441 </trans-unit>
3610 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5"> 6442 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
3611 <source>Copied</source> 6443 <source>Like the video</source>
3612 <target>Kopiita</target> 6444 <target>Åœati la filmon</target>
3613 <context-group name="null">
3614 <context context-type="linenumber">1</context>
3615 </context-group>
3616 </trans-unit>
3617 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
3618 <source>Video reported.</source>
3619 <target>Filmo raportita.</target>
3620 <context-group name="null"> 6445 <context-group name="null">
3621 <context context-type="linenumber">1</context> 6446 <context context-type="linenumber">1</context>
3622 </context-group> 6447 </context-group>
3623 </trans-unit> 6448 </trans-unit>
3624 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95"> 6449 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8">
3625 <source>Do you really want to delete this video?</source> 6450 <source>Dislike the video</source>
3626 <target>Ĉu vi vere volas euti tiun ĉi filmon?</target> 6451 <target>MalÅati la filmon</target>
3627 <context-group name="null"> 6452 <context-group name="null">
3628 <context context-type="linenumber">1</context> 6453 <context context-type="linenumber">1</context>
3629 </context-group> 6454 </context-group>
@@ -3649,5 +6474,26 @@ Kiam vi alÅutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3649 <context context-type="linenumber">1</context> 6474 <context context-type="linenumber">1</context>
3650 </context-group> 6475 </context-group>
3651 </trans-unit> 6476 </trans-unit>
6477 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
6478 <source>Trending for the last 24 hours</source>
6479 <target>Furora je la pasintaj 24 horoj</target>
6480 <context-group name="null">
6481 <context context-type="linenumber">1</context>
6482 </context-group>
6483 </trans-unit>
6484 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6485 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6486 <target>Furora dum la <x id="INTERPOLATION" equiv-text="{{days}}"/> pasintaj tagoj</target>
6487 <context-group name="null">
6488 <context context-type="linenumber">1</context>
6489 </context-group>
6490 </trans-unit>
6491 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
6492 <source>Videos from your subscriptions</source>
6493 <target>Filmoj de viaj abonatoj</target>
6494 <context-group name="null">
6495 <context context-type="linenumber">1</context>
6496 </context-group>
6497 </trans-unit>
3652 </body> 6498 </body>
3653 </file></xliff> \ No newline at end of file 6499 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_es_ES.xml b/client/src/locale/target/angular_es_ES.xml
index 828de2a57..142bec98e 100644
--- a/client/src/locale/target/angular_es_ES.xml
+++ b/client/src/locale/target/angular_es_ES.xml
@@ -5,7 +5,7 @@
5 <body> 5 <body>
6 <trans-unit id="ngb.alert.close"> 6 <trans-unit id="ngb.alert.close">
7 <source>Close</source> 7 <source>Close</source>
8 <target>tppCerrar</target> 8 <target>Cerrar</target>
9 <context-group name="null"> 9 <context-group name="null">
10 <context context-type="linenumber">2</context> 10 <context context-type="linenumber">2</context>
11 </context-group> 11 </context-group>
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Primero</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Primero</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Anterior</target> 92 <target>Anterior</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Siguiente</target> 99 <target>Siguiente</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Último</target> 106 <target>Último</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,84 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Disminuir horas</target> 141 <target>Disminuir horas</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Aumentar minutos</target> 148 <target>Aumentar minutos</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>m</target> 155 <target>m</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>minutos</target> 162 <target>minutos</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>minutos</target> 169 <target>minutos</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>aumentar segundos</target> 176 <target>aumentar segundos</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>s</target> 183 <target>s</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>segundos</target> 190 <target>segundos</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>disminuir segundos</target> 197 <target>disminuir segundos</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>pm</target> 204 <target>pm</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>am</target> 211 <target>am</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
217 <source>Cancel</source>
218 <target>cancelar</target>
219 <context-group name="null">
220 <context context-type="linenumber">10</context>
221 </context-group> 214 </context-group>
222 </trans-unit> 215 </trans-unit>
223 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -234,167 +227,158 @@
234 <context context-type="linenumber">1</context> 227 <context context-type="linenumber">1</context>
235 </context-group> 228 </context-group>
236 </trans-unit> 229 </trans-unit>
237 <trans-unit id="f79d1d9ecaab3deb3d44e23017f8283a04d2a0f3"> 230 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
238 <source> 231 <source>Display name</source>
239 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 232 <target>Nombre a mostrar</target>
240 </source>
241 <target>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> ha publicado un <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>nuevo vídeo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 </target>
244 <context-group name="null"> 233 <context-group name="null">
245 <context context-type="linenumber">7</context> 234 <context context-type="linenumber">6</context>
246 </context-group> 235 </context-group>
247 </trans-unit> 236 </trans-unit>
248 <trans-unit id="04f2cb4c88c17d5f3e5ce969479b4eba9db114cb"> 237 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
249 <source> 238 <source>Create</source>
250 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted 239 <target>Crear</target>
251 </source>
252 <target>
253 Su vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ha sido desbloqueado
254 </target>
255 <context-group name="null"> 240 <context-group name="null">
256 <context context-type="linenumber">11</context> 241 <context context-type="linenumber">74</context>
257 </context-group> 242 </context-group>
258 </trans-unit> 243 </trans-unit>
259 <trans-unit id="65514a0efdae3b173130166416700ddeb369f37f"> 244 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
260 <source> 245 <source>Download video</source>
261 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted 246 <target>Descargar vídeo</target>
262 </source>
263 <target>
264 Su vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ha sido bloqueado
265 </target>
266 <context-group name="null"> 247 <context-group name="null">
267 <context context-type="linenumber">15</context> 248 <context context-type="linenumber">3</context>
268 </context-group> 249 </context-group>
269 </trans-unit> 250 </trans-unit>
270 <trans-unit id="4ea67498da562ab450950a69f4331b8c4ddfd431"> 251 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
271 <source> 252 <source>Direct download</source>
272 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 253 <target>Descarga directa</target>
273 </source>
274 <target>
275 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Una nueva denuncia de abuso<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ha sido creada sobre el vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
276 </target>
277 <context-group name="null"> 254 <context-group name="null">
278 <context context-type="linenumber">19</context> 255 <context context-type="linenumber">27</context>
279 </context-group> 256 </context-group>
280 </trans-unit> 257 </trans-unit>
281 <trans-unit id="23b7d6f08c5c3b8722ecd627c3d54f4950923156"> 258 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
282 <source> 259 <source>Torrent (.torrent file)</source>
283 <x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/> commented your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 260 <target>Torrent (archivo .torrent)</target>
284 </source>
285 <target>
286 <x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/> ha comentado su vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
287 </target>
288 <context-group name="null"> 261 <context-group name="null">
289 <context context-type="linenumber">23</context> 262 <context context-type="linenumber">32</context>
290 </context-group> 263 </context-group>
291 </trans-unit> 264 </trans-unit>
292 <trans-unit id="2d0ee93317d4daa301eee7fec775c21c2f7b5a4b"> 265 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
293 <source> 266 <source>Torrent (magnet link)</source>
294 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published 267 <target>Torrent (enlace magnético)</target>
295 </source>
296 <target>
297 Su vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ha sido publicado
298 </target>
299 <context-group name="null"> 268 <context-group name="null">
300 <context context-type="linenumber">27</context> 269 <context context-type="linenumber">37</context>
301 </context-group> 270 </context-group>
302 </trans-unit> 271 </trans-unit>
303 <trans-unit id="371391b88724e5ee455582f07eb97728e371f24a"> 272 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
304 <source> 273 <source>
305 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded 274 Cancel
306 </source> 275 </source>
307 <target> 276 <target>
308 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Importación de vídeo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> exitosa 277 Cancelar
309 </target> 278 </target>
310 <context-group name="null"> 279 <context-group name="null">
311 <context context-type="linenumber">31</context> 280 <context context-type="linenumber">47</context>
312 </context-group> 281 </context-group>
313 </trans-unit> 282 </trans-unit>
314 <trans-unit id="56e72a0a79d53e9ff8d5f92528664bcb2cf1363a"> 283 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
315 <source> 284 <source>Download</source>
316 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed 285 <target>Descargar</target>
317 </source>
318 <target>
319 Error durante la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>importación de vídeo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/>
320 </target>
321 <context-group name="null"> 286 <context-group name="null">
322 <context context-type="linenumber">35</context> 287 <context context-type="linenumber">48</context>
323 </context-group> 288 </context-group>
324 </trans-unit> 289 </trans-unit>
325 <trans-unit id="d7f123ae20ca6bfb5ac0f897b90423fdc52d8e78"> 290 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
326 <source> 291 <source>Report video</source>
327 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance 292 <target>Reportar vídeo</target>
328 </source>
329 <target>
330 Nuevo usuario <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/>registrado<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> en su instancia
331 </target>
332 <context-group name="null"> 293 <context-group name="null">
333 <context context-type="linenumber">39</context> 294 <context context-type="linenumber">3</context>
334 </context-group> 295 </context-group>
335 </trans-unit> 296 </trans-unit>
336 <trans-unit id="9a05dc5206104085b2b6654fb9137291194a72ef"> 297 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
337 <source> 298 <source>
338 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following 299 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
339 300 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
340 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> 301 </source>
341 your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/>
342 <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
343 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
344 </source>
345 <target> 302 <target>
346 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ahora sigue 303 Su reporte estará enviado a los moderadores de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
347 304 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> También estará transferido a la instancia original <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
348 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> 305 </target>
349 su canal <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/>
350 <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
351 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>su cuenta<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
352 </target>
353 <context-group name="null"> 306 <context-group name="null">
354 <context context-type="linenumber">43</context> 307 <context context-type="linenumber">9</context>
355 </context-group> 308 </context-group>
356 </trans-unit> 309 </trans-unit>
357 <trans-unit id="98b174525a2c9b4de0a510fb6eae7bdf285c0c7f"> 310 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
358 <source> 311 <source>Reason...</source>
359 <x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/> mentioned you on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 312 <target>Motivo...</target>
360 </source>
361 <target>
362 <x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/> le ha mencionado en el <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>vídeo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
363 </target>
364 <context-group name="null"> 313 <context-group name="null">
365 <context context-type="linenumber">52</context> 314 <context context-type="linenumber">11</context>
366 </context-group> 315 </context-group>
367 </trans-unit> 316 </trans-unit>
368 <trans-unit id="473117e02024f603dc2dbd24a0bf81f8722cf8dc"> 317 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
369 <source> 318 <source>
370 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 319 Cancel
371 </source> 320 </source>
372 <target> 321 <target>
373 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 322 Cancelar
374 </target> 323 </target>
375 <context-group name="null"> 324 <context-group name="null">
376 <context context-type="linenumber">57</context> 325 <context context-type="linenumber">38</context>
326 </context-group>
327 </trans-unit>
328 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
329 <source>Submit</source>
330 <target>Enviar</target>
331 <context-group name="null">
332 <context context-type="linenumber">29</context>
333 </context-group>
334 </trans-unit>
335 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
336 <source>Blacklist video</source>
337 <target>Bloquear el vídeo</target>
338 <context-group name="null">
339 <context context-type="linenumber">3</context>
377 </context-group> 340 </context-group>
378 </trans-unit> 341 </trans-unit>
379 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 342 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
380 <source>Unlisted</source> 343 <source>Unlisted</source>
381 <target>No listado</target> 344 <target>No listado</target>
382 <context-group name="null"> 345 <context-group name="null">
383 <context context-type="linenumber">10</context> 346 <context context-type="linenumber">17</context>
384 </context-group> 347 </context-group>
385 </trans-unit> 348 </trans-unit>
386 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 349 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
387 <source>Private</source> 350 <source>Private</source>
388 <target>Privado</target> 351 <target>Privado</target>
389 <context-group name="null"> 352 <context-group name="null">
390 <context context-type="linenumber">11</context> 353 <context context-type="linenumber">18</context>
391 </context-group> 354 </context-group>
392 </trans-unit> 355 </trans-unit>
393 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 356 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
394 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 357 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
395 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizaciones</target> 358 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas</target>
396 <context-group name="null"> 359 <context-group name="null">
397 <context context-type="linenumber">16</context> 360 <context context-type="linenumber">22</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
364 <source>Blacklisted</source>
365 <target>Bloqueado</target>
366 <context-group name="null">
367 <context context-type="linenumber">39</context>
368 </context-group>
369 </trans-unit>
370 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
371 <source>Save</source>
372 <target>Guardar</target>
373 <context-group name="null">
374 <context context-type="linenumber">117</context>
375 </context-group>
376 </trans-unit>
377 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
378 <source>No results.</source>
379 <target> Ningún resultados</target>
380 <context-group name="null">
381 <context context-type="linenumber">20</context>
398 </context-group> 382 </context-group>
399 </trans-unit> 383 </trans-unit>
400 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 384 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -547,7 +531,7 @@ Cancelar la subscripción</target>
547 Illimitado <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> por día)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 531 Illimitado <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> por día)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
548 </target> 532 </target>
549 <context-group name="null"> 533 <context-group name="null">
550 <context context-type="linenumber">14</context> 534 <context context-type="linenumber">28</context>
551 </context-group> 535 </context-group>
552 </trans-unit> 536 </trans-unit>
553 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 537 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -557,13 +541,6 @@ Cancelar la subscripción</target>
557 <context context-type="linenumber">3</context> 541 <context context-type="linenumber">3</context>
558 </context-group> 542 </context-group>
559 </trans-unit> 543 </trans-unit>
560 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
561 <source>Reason...</source>
562 <target>Motivo...</target>
563 <context-group name="null">
564 <context context-type="linenumber">11</context>
565 </context-group>
566 </trans-unit>
567 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251"> 544 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
568 <source> 545 <source>
569 A banned user will no longer be able to login. 546 A banned user will no longer be able to login.
@@ -572,14 +549,21 @@ Cancelar la subscripción</target>
572 Un usuario expulsado ya no podrá conectarse. 549 Un usuario expulsado ya no podrá conectarse.
573 </target> 550 </target>
574 <context-group name="null"> 551 <context-group name="null">
575 <context context-type="linenumber">17</context> 552 <context context-type="linenumber">18</context>
553 </context-group>
554 </trans-unit>
555 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
556 <source>Cancel</source>
557 <target>cancelar</target>
558 <context-group name="null">
559 <context context-type="linenumber">10</context>
576 </context-group> 560 </context-group>
577 </trans-unit> 561 </trans-unit>
578 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 562 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
579 <source>Ban this user</source> 563 <source>Ban this user</source>
580 <target>Expulsar este usuario</target> 564 <target>Expulsar este usuario</target>
581 <context-group name="null"> 565 <context-group name="null">
582 <context context-type="linenumber">25</context> 566 <context context-type="linenumber">26</context>
583 </context-group> 567 </context-group>
584 </trans-unit> 568 </trans-unit>
585 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7"> 569 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
@@ -667,7 +651,7 @@ Iniciar sesión</target>
667 <source>Login</source> 651 <source>Login</source>
668 <target>Identificarse</target> 652 <target>Identificarse</target>
669 <context-group name="null"> 653 <context-group name="null">
670 <context context-type="linenumber">36</context> 654 <context context-type="linenumber">32</context>
671 </context-group> 655 </context-group>
672 </trans-unit> 656 </trans-unit>
673 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 657 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -685,7 +669,7 @@ Iniciar sesión</target>
685 Lo sentimos, no puede recuperar su contraseña porque el administrador de su instancia no configuró el sistema de correos electrónicos de PeerTube. 669 Lo sentimos, no puede recuperar su contraseña porque el administrador de su instancia no configuró el sistema de correos electrónicos de PeerTube.
686 </target> 670 </target>
687 <context-group name="null"> 671 <context-group name="null">
688 <context context-type="linenumber">63</context> 672 <context context-type="linenumber">64</context>
689 </context-group> 673 </context-group>
690 </trans-unit> 674 </trans-unit>
691 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 675 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
@@ -706,7 +690,7 @@ Iniciar sesión</target>
706 <source>Send me an email to reset my password</source> 690 <source>Send me an email to reset my password</source>
707 <target>Enviar un correo electrónico para restablecer mi contraseña</target> 691 <target>Enviar un correo electrónico para restablecer mi contraseña</target>
708 <context-group name="null"> 692 <context-group name="null">
709 <context context-type="linenumber">80</context> 693 <context context-type="linenumber">81</context>
710 </context-group> 694 </context-group>
711 </trans-unit> 695 </trans-unit>
712 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 696 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -775,7 +759,7 @@ Iniciar sesión</target>
775 <source>Signup</source> 759 <source>Signup</source>
776 <target>Registro</target> 760 <target>Registro</target>
777 <context-group name="null"> 761 <context-group name="null">
778 <context context-type="linenumber">78</context> 762 <context context-type="linenumber">88</context>
779 </context-group> 763 </context-group>
780 </trans-unit> 764 </trans-unit>
781 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 765 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -834,18 +818,11 @@ Iniciar sesión</target>
834 <context context-type="linenumber">44</context> 818 <context context-type="linenumber">44</context>
835 </context-group> 819 </context-group>
836 </trans-unit> 820 </trans-unit>
837 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
838 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
839 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> vistas</target>
840 <context-group name="null">
841 <context context-type="linenumber">55</context>
842 </context-group>
843 </trans-unit>
844 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 821 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
845 <source>Change the language</source> 822 <source>Change the language</source>
846 <target>Cambiar el idioma</target> 823 <target>Cambiar el idioma</target>
847 <context-group name="null"> 824 <context-group name="null">
848 <context context-type="linenumber">86</context> 825 <context context-type="linenumber">102</context>
849 </context-group> 826 </context-group>
850 </trans-unit> 827 </trans-unit>
851 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 828 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
@@ -859,54 +836,17 @@ Iniciar sesión</target>
859 <context context-type="linenumber">8</context> 836 <context context-type="linenumber">8</context>
860 </context-group> 837 </context-group>
861 </trans-unit> 838 </trans-unit>
862 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
863 <source>
864 My public profile
865 </source>
866 <target>
867 Mi perfil público
868 </target>
869 <context-group name="null">
870 <context context-type="linenumber">16</context>
871 </context-group>
872 </trans-unit>
873 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
874 <source>
875 My account
876 </source>
877 <target>
878 Mi cuenta
879 </target>
880 <context-group name="null">
881 <context context-type="linenumber">20</context>
882 </context-group>
883 </trans-unit>
884 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
885 <source>
886 My videos
887 </source>
888 <target>
889 Mis vídeos
890 </target>
891 <context-group name="null">
892 <context context-type="linenumber">24</context>
893 </context-group>
894 </trans-unit>
895 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
896 <source>
897 Log out
898 </source>
899 <target>
900 Desconectarse
901 </target>
902 <context-group name="null">
903 <context context-type="linenumber">28</context>
904 </context-group>
905 </trans-unit>
906 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 839 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
907 <source>Create an account</source> 840 <source>Create an account</source>
908 <target>Crear una cuenta</target> 841 <target>Crear una cuenta</target>
909 <context-group name="null"> 842 <context-group name="null">
843 <context context-type="linenumber">33</context>
844 </context-group>
845 </trans-unit>
846 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
847 <source>My library</source>
848 <target>Mi biblioteca</target>
849 <context-group name="null">
910 <context context-type="linenumber">37</context> 850 <context context-type="linenumber">37</context>
911 </context-group> 851 </context-group>
912 </trans-unit> 852 </trans-unit>
@@ -921,70 +861,70 @@ Iniciar sesión</target>
921 <source>Subscriptions</source> 861 <source>Subscriptions</source>
922 <target>Suscripciones</target> 862 <target>Suscripciones</target>
923 <context-group name="null"> 863 <context-group name="null">
924 <context context-type="linenumber">45</context> 864 <context context-type="linenumber">51</context>
925 </context-group> 865 </context-group>
926 </trans-unit> 866 </trans-unit>
927 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 867 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
928 <source>Overview</source> 868 <source>Overview</source>
929 <target>Vista general</target> 869 <target>Vista general</target>
930 <context-group name="null"> 870 <context-group name="null">
931 <context context-type="linenumber">50</context> 871 <context context-type="linenumber">66</context>
932 </context-group> 872 </context-group>
933 </trans-unit> 873 </trans-unit>
934 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 874 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
935 <source>Trending</source> 875 <source>Trending</source>
936 <target>Tendencias</target> 876 <target>Tendencias</target>
937 <context-group name="null"> 877 <context-group name="null">
938 <context context-type="linenumber">55</context> 878 <context context-type="linenumber">71</context>
939 </context-group> 879 </context-group>
940 </trans-unit> 880 </trans-unit>
941 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 881 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
942 <source>Recently added</source> 882 <source>Recently added</source>
943 <target>Añadidos recientemente</target> 883 <target>Añadidos recientemente</target>
944 <context-group name="null"> 884 <context-group name="null">
945 <context context-type="linenumber">60</context> 885 <context context-type="linenumber">76</context>
946 </context-group> 886 </context-group>
947 </trans-unit> 887 </trans-unit>
948 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 888 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
949 <source>Local</source> 889 <source>Local</source>
950 <target>Local</target> 890 <target>Local</target>
951 <context-group name="null"> 891 <context-group name="null">
952 <context context-type="linenumber">65</context> 892 <context context-type="linenumber">81</context>
953 </context-group> 893 </context-group>
954 </trans-unit> 894 </trans-unit>
955 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 895 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
956 <source>More</source> 896 <source>More</source>
957 <target>Más</target> 897 <target>Más</target>
958 <context-group name="null"> 898 <context-group name="null">
959 <context context-type="linenumber">70</context> 899 <context context-type="linenumber">86</context>
960 </context-group> 900 </context-group>
961 </trans-unit> 901 </trans-unit>
962 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 902 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
963 <source>Administration</source> 903 <source>Administration</source>
964 <target>Administración</target> 904 <target>Administración</target>
965 <context-group name="null"> 905 <context-group name="null">
966 <context context-type="linenumber">74</context> 906 <context context-type="linenumber">90</context>
967 </context-group> 907 </context-group>
968 </trans-unit> 908 </trans-unit>
969 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 909 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
970 <source>About</source> 910 <source>About</source>
971 <target>Acerca de</target> 911 <target>Acerca de</target>
972 <context-group name="null"> 912 <context-group name="null">
973 <context context-type="linenumber">25</context> 913 <context context-type="linenumber">26</context>
974 </context-group> 914 </context-group>
975 </trans-unit> 915 </trans-unit>
976 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 916 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
977 <source>Show keyboard shortcuts</source> 917 <source>Show keyboard shortcuts</source>
978 <target>Mostrar los atajos de teclado</target> 918 <target>Mostrar los atajos de teclado</target>
979 <context-group name="null"> 919 <context-group name="null">
980 <context context-type="linenumber">89</context> 920 <context context-type="linenumber">105</context>
981 </context-group> 921 </context-group>
982 </trans-unit> 922 </trans-unit>
983 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 923 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
984 <source>Toggle dark interface</source> 924 <source>Toggle dark interface</source>
985 <target>Alternar con la interfaz oscura</target> 925 <target>Alternar con la interfaz oscura</target>
986 <context-group name="null"> 926 <context-group name="null">
987 <context context-type="linenumber">92</context> 927 <context context-type="linenumber">108</context>
988 </context-group> 928 </context-group>
989 </trans-unit> 929 </trans-unit>
990 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 930 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
@@ -1005,14 +945,14 @@ Iniciar sesión</target>
1005 <source>Update your notification preferences</source> 945 <source>Update your notification preferences</source>
1006 <target>Actualizar sus preferencias de notificación</target> 946 <target>Actualizar sus preferencias de notificación</target>
1007 <context-group name="null"> 947 <context-group name="null">
1008 <context context-type="linenumber">15</context> 948 <context context-type="linenumber">16</context>
1009 </context-group> 949 </context-group>
1010 </trans-unit> 950 </trans-unit>
1011 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5"> 951 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
1012 <source>See all your notifications</source> 952 <source>See all your notifications</source>
1013 <target>Ver todas sus notificaciones</target> 953 <target>Ver todas sus notificaciones</target>
1014 <context-group name="null"> 954 <context-group name="null">
1015 <context context-type="linenumber">22</context> 955 <context context-type="linenumber">30</context>
1016 </context-group> 956 </context-group>
1017 </trans-unit> 957 </trans-unit>
1018 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 958 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -1047,70 +987,70 @@ Iniciar sesión</target>
1047 <source>Duration</source> 987 <source>Duration</source>
1048 <target>Duración</target> 988 <target>Duración</target>
1049 <context-group name="null"> 989 <context-group name="null">
1050 <context context-type="linenumber">24</context> 990 <context context-type="linenumber">45</context>
1051 </context-group> 991 </context-group>
1052 </trans-unit> 992 </trans-unit>
1053 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 993 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1054 <source>Display sensitive content</source> 994 <source>Display sensitive content</source>
1055 <target>Mostrar contenido sensible</target> 995 <target>Mostrar contenido sensible</target>
1056 <context-group name="null"> 996 <context-group name="null">
1057 <context context-type="linenumber">33</context> 997 <context context-type="linenumber">54</context>
1058 </context-group> 998 </context-group>
1059 </trans-unit> 999 </trans-unit>
1060 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 1000 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
1061 <source>Yes</source> 1001 <source>Yes</source>
1062 <target>Sí</target> 1002 <target>Sí</target>
1063 <context-group name="null"> 1003 <context-group name="null">
1064 <context context-type="linenumber">37</context> 1004 <context context-type="linenumber">58</context>
1065 </context-group> 1005 </context-group>
1066 </trans-unit> 1006 </trans-unit>
1067 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 1007 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
1068 <source>No</source> 1008 <source>No</source>
1069 <target>No</target> 1009 <target>No</target>
1070 <context-group name="null"> 1010 <context-group name="null">
1071 <context context-type="linenumber">42</context> 1011 <context context-type="linenumber">63</context>
1072 </context-group> 1012 </context-group>
1073 </trans-unit> 1013 </trans-unit>
1074 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 1014 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
1075 <source>Category</source> 1015 <source>Category</source>
1076 <target>Categoría</target> 1016 <target>Categoría</target>
1077 <context-group name="null"> 1017 <context-group name="null">
1078 <context context-type="linenumber">164</context> 1018 <context context-type="linenumber">189</context>
1079 </context-group> 1019 </context-group>
1080 </trans-unit> 1020 </trans-unit>
1081 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1021 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
1082 <source>Licence</source> 1022 <source>Licence</source>
1083 <target>Licencia</target> 1023 <target>Licencia</target>
1084 <context-group name="null"> 1024 <context-group name="null">
1085 <context context-type="linenumber">173</context> 1025 <context context-type="linenumber">198</context>
1086 </context-group> 1026 </context-group>
1087 </trans-unit> 1027 </trans-unit>
1088 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1028 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
1089 <source>Language</source> 1029 <source>Language</source>
1090 <target>Idioma</target> 1030 <target>Idioma</target>
1091 <context-group name="null"> 1031 <context-group name="null">
1092 <context context-type="linenumber">182</context> 1032 <context context-type="linenumber">207</context>
1093 </context-group> 1033 </context-group>
1094 </trans-unit> 1034 </trans-unit>
1095 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1035 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
1096 <source>All of these tags</source> 1036 <source>All of these tags</source>
1097 <target>Todas estas etiquetas</target> 1037 <target>Todas estas etiquetas</target>
1098 <context-group name="null"> 1038 <context-group name="null">
1099 <context context-type="linenumber">82</context> 1039 <context context-type="linenumber">103</context>
1100 </context-group> 1040 </context-group>
1101 </trans-unit> 1041 </trans-unit>
1102 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 1042 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
1103 <source>One of these tags</source> 1043 <source>One of these tags</source>
1104 <target>Una de estas estiquetas</target> 1044 <target>Una de estas estiquetas</target>
1105 <context-group name="null"> 1045 <context-group name="null">
1106 <context context-type="linenumber">87</context> 1046 <context context-type="linenumber">108</context>
1107 </context-group> 1047 </context-group>
1108 </trans-unit> 1048 </trans-unit>
1109 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 1049 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
1110 <source>Filter</source> 1050 <source>Filter</source>
1111 <target>Filtrar</target> 1051 <target>Filtrar</target>
1112 <context-group name="null"> 1052 <context-group name="null">
1113 <context context-type="linenumber">94</context> 1053 <context context-type="linenumber">115</context>
1114 </context-group> 1054 </context-group>
1115 </trans-unit> 1055 </trans-unit>
1116 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1056 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
@@ -1120,13 +1060,6 @@ Iniciar sesión</target>
1120 <context context-type="linenumber">14</context> 1060 <context context-type="linenumber">14</context>
1121 </context-group> 1061 </context-group>
1122 </trans-unit> 1062 </trans-unit>
1123 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
1124 <source>No results.</source>
1125 <target> Ningún resultados</target>
1126 <context-group name="null">
1127 <context context-type="linenumber">20</context>
1128 </context-group>
1129 </trans-unit>
1130 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6"> 1063 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
1131 <source> 1064 <source>
1132 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1065 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
@@ -1210,24 +1143,6 @@ Iniciar sesión</target>
1210 <context context-type="linenumber">29</context> 1143 <context context-type="linenumber">29</context>
1211 </context-group> 1144 </context-group>
1212 </trans-unit> 1145 </trans-unit>
1213 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
1214 <source>
1215 Cancel
1216 </source>
1217 <target>
1218 Cancelar
1219 </target>
1220 <context-group name="null">
1221 <context context-type="linenumber">26</context>
1222 </context-group>
1223 </trans-unit>
1224 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
1225 <source>Submit</source>
1226 <target>Enviar</target>
1227 <context-group name="null">
1228 <context context-type="linenumber">31</context>
1229 </context-group>
1230 </trans-unit>
1231 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07"> 1146 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1232 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source> 1147 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1233 <target>Acerca de la instancia <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target> 1148 <target>Acerca de la instancia <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
@@ -1256,46 +1171,6 @@ Iniciar sesión</target>
1256 <context context-type="linenumber">39</context> 1171 <context context-type="linenumber">39</context>
1257 </context-group> 1172 </context-group>
1258 </trans-unit> 1173 </trans-unit>
1259 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1260 <source>User registration is allowed and</source>
1261 <target>El registro de usuarios está permitido y</target>
1262 <context-group name="null">
1263 <context context-type="linenumber">29</context>
1264 </context-group>
1265 </trans-unit>
1266 <trans-unit id="7a0a7b5a5bc9ee7b7e415f87ecc404145fb51dff">
1267 <source>
1268 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
1269 </source>
1270 <target>
1271 esta instancia provee un espacio máximo de <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> para los vídeos de sus usuarios.
1272 </target>
1273 <context-group name="null">
1274 <context context-type="linenumber">31</context>
1275 </context-group>
1276 </trans-unit>
1277 <trans-unit id="7bee5dd41c0007820f150ee33b8257dc1aac281b">
1278 <source>
1279 this instance provides unlimited space for the videos of its users.
1280 </source>
1281 <target>
1282 esta instancia provee un espacio ilimitado para los vídeos de sus usuarios.
1283 </target>
1284 <context-group name="null">
1285 <context context-type="linenumber">35</context>
1286 </context-group>
1287 </trans-unit>
1288 <trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574">
1289 <source>
1290 User registration is currently not allowed.
1291 </source>
1292 <target>
1293 El registro de usuarios no está abierto actualmente.
1294 </target>
1295 <context-group name="null">
1296 <context context-type="linenumber">40</context>
1297 </context-group>
1298 </trans-unit>
1299 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1174 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1300 <source> 1175 <source>
1301 About PeerTube 1176 About PeerTube
@@ -1657,42 +1532,42 @@ Iniciar sesión</target>
1657 <source>Default client route</source> 1532 <source>Default client route</source>
1658 <target>Routa de cliente por defecto</target> 1533 <target>Routa de cliente por defecto</target>
1659 <context-group name="null"> 1534 <context-group name="null">
1660 <context context-type="linenumber">48</context> 1535 <context context-type="linenumber">57</context>
1661 </context-group> 1536 </context-group>
1662 </trans-unit> 1537 </trans-unit>
1663 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1538 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1664 <source>Videos Overview</source> 1539 <source>Videos Overview</source>
1665 <target>Vista general de los vídeos</target> 1540 <target>Vista general de los vídeos</target>
1666 <context-group name="null"> 1541 <context-group name="null">
1667 <context context-type="linenumber">51</context> 1542 <context context-type="linenumber">60</context>
1668 </context-group> 1543 </context-group>
1669 </trans-unit> 1544 </trans-unit>
1670 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1545 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1671 <source>Videos Trending</source> 1546 <source>Videos Trending</source>
1672 <target>Vídeos en Tendencia</target> 1547 <target>Vídeos en Tendencia</target>
1673 <context-group name="null"> 1548 <context-group name="null">
1674 <context context-type="linenumber">52</context> 1549 <context context-type="linenumber">61</context>
1675 </context-group> 1550 </context-group>
1676 </trans-unit> 1551 </trans-unit>
1677 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1552 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1678 <source>Videos Recently Added</source> 1553 <source>Videos Recently Added</source>
1679 <target>Vídeos Recientemente Añadidos</target> 1554 <target>Vídeos Recientemente Añadidos</target>
1680 <context-group name="null"> 1555 <context-group name="null">
1681 <context context-type="linenumber">53</context> 1556 <context context-type="linenumber">62</context>
1682 </context-group> 1557 </context-group>
1683 </trans-unit> 1558 </trans-unit>
1684 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1559 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1685 <source>Local videos</source> 1560 <source>Local videos</source>
1686 <target>Vídeos locales</target> 1561 <target>Vídeos locales</target>
1687 <context-group name="null"> 1562 <context-group name="null">
1688 <context context-type="linenumber">54</context> 1563 <context context-type="linenumber">63</context>
1689 </context-group> 1564 </context-group>
1690 </trans-unit> 1565 </trans-unit>
1691 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1566 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1692 <source>Policy on videos containing sensitive content</source> 1567 <source>Policy on videos containing sensitive content</source>
1693 <target>Política para los vídeos que contengan material sensible</target> 1568 <target>Política para los vídeos que contengan material sensible</target>
1694 <context-group name="null"> 1569 <context-group name="null">
1695 <context context-type="linenumber">61</context> 1570 <context context-type="linenumber">70</context>
1696 </context-group> 1571 </context-group>
1697 </trans-unit> 1572 </trans-unit>
1698 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1573 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1727,42 +1602,42 @@ Iniciar sesión</target>
1727 <source>Signup enabled</source> 1602 <source>Signup enabled</source>
1728 <target>Registro habilitado</target> 1603 <target>Registro habilitado</target>
1729 <context-group name="null"> 1604 <context-group name="null">
1730 <context context-type="linenumber">84</context> 1605 <context context-type="linenumber">94</context>
1731 </context-group> 1606 </context-group>
1732 </trans-unit> 1607 </trans-unit>
1733 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1608 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1734 <source>Signup requires email verification</source> 1609 <source>Signup requires email verification</source>
1735 <target>La suscripción requiere una verificación mediante correo electrónico</target> 1610 <target>La suscripción requiere una verificación mediante correo electrónico</target>
1736 <context-group name="null"> 1611 <context-group name="null">
1737 <context context-type="linenumber">91</context> 1612 <context context-type="linenumber">101</context>
1738 </context-group> 1613 </context-group>
1739 </trans-unit> 1614 </trans-unit>
1740 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1615 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1741 <source>Signup limit</source> 1616 <source>Signup limit</source>
1742 <target>Límite de registro</target> 1617 <target>Límite de registro</target>
1743 <context-group name="null"> 1618 <context-group name="null">
1744 <context context-type="linenumber">96</context> 1619 <context context-type="linenumber">106</context>
1745 </context-group> 1620 </context-group>
1746 </trans-unit> 1621 </trans-unit>
1747 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1622 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1748 <source>Users</source> 1623 <source>Users</source>
1749 <target>Usuarios</target> 1624 <target>Usuarios</target>
1750 <context-group name="null"> 1625 <context-group name="null">
1751 <context context-type="linenumber">105</context> 1626 <context context-type="linenumber">116</context>
1752 </context-group> 1627 </context-group>
1753 </trans-unit> 1628 </trans-unit>
1754 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1629 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1755 <source>User default video quota</source> 1630 <source>User default video quota</source>
1756 <target>Cuota de vídeo por defecto del usuario</target> 1631 <target>Cuota de vídeo por defecto del usuario</target>
1757 <context-group name="null"> 1632 <context-group name="null">
1758 <context context-type="linenumber">109</context> 1633 <context context-type="linenumber">120</context>
1759 </context-group> 1634 </context-group>
1760 </trans-unit> 1635 </trans-unit>
1761 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1636 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1762 <source>User default daily upload limit</source> 1637 <source>User default daily upload limit</source>
1763 <target>Límite diario de subida por día por usuario</target> 1638 <target>Límite diario de subida por día por usuario</target>
1764 <context-group name="null"> 1639 <context-group name="null">
1765 <context context-type="linenumber">121</context> 1640 <context context-type="linenumber">132</context>
1766 </context-group> 1641 </context-group>
1767 </trans-unit> 1642 </trans-unit>
1768 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1643 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1776,35 +1651,35 @@ Iniciar sesión</target>
1776 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1651 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1777 <target>La importación de vídeos mediante URL HTTP (por ejemplo YouTube) está activada</target> 1652 <target>La importación de vídeos mediante URL HTTP (por ejemplo YouTube) está activada</target>
1778 <context-group name="null"> 1653 <context-group name="null">
1779 <context context-type="linenumber">141</context> 1654 <context context-type="linenumber">153</context>
1780 </context-group> 1655 </context-group>
1781 </trans-unit> 1656 </trans-unit>
1782 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1657 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1783 <source>Video import with a torrent file or a magnet URI enabled</source> 1658 <source>Video import with a torrent file or a magnet URI enabled</source>
1784 <target>Importar video con un archivo torrent o un enlace magnet activado</target> 1659 <target>Importar video con un archivo torrent o un enlace magnet activado</target>
1785 <context-group name="null"> 1660 <context-group name="null">
1786 <context context-type="linenumber">148</context> 1661 <context context-type="linenumber">160</context>
1787 </context-group> 1662 </context-group>
1788 </trans-unit> 1663 </trans-unit>
1789 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1664 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1790 <source>Administrator</source> 1665 <source>Administrator</source>
1791 <target>Administrador</target> 1666 <target>Administrador</target>
1792 <context-group name="null"> 1667 <context-group name="null">
1793 <context context-type="linenumber">155</context> 1668 <context context-type="linenumber">208</context>
1794 </context-group> 1669 </context-group>
1795 </trans-unit> 1670 </trans-unit>
1796 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1671 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1797 <source>Admin email</source> 1672 <source>Admin email</source>
1798 <target>Correo del administrador</target> 1673 <target>Correo del administrador</target>
1799 <context-group name="null"> 1674 <context-group name="null">
1800 <context context-type="linenumber">158</context> 1675 <context context-type="linenumber">211</context>
1801 </context-group> 1676 </context-group>
1802 </trans-unit> 1677 </trans-unit>
1803 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 1678 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1804 <source>Enable contact form</source> 1679 <source>Enable contact form</source>
1805 <target>Habilitar el formulario de contacto</target> 1680 <target>Habilitar el formulario de contacto</target>
1806 <context-group name="null"> 1681 <context-group name="null">
1807 <context context-type="linenumber">169</context> 1682 <context context-type="linenumber">222</context>
1808 </context-group> 1683 </context-group>
1809 </trans-unit> 1684 </trans-unit>
1810 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1685 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1818,28 +1693,28 @@ Iniciar sesión</target>
1818 <source>Twitter</source> 1693 <source>Twitter</source>
1819 <target>Twitter</target> 1694 <target>Twitter</target>
1820 <context-group name="null"> 1695 <context-group name="null">
1821 <context context-type="linenumber">178</context> 1696 <context context-type="linenumber">231</context>
1822 </context-group> 1697 </context-group>
1823 </trans-unit> 1698 </trans-unit>
1824 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1699 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1825 <source>Your Twitter username</source> 1700 <source>Your Twitter username</source>
1826 <target>Tu usuario de Twitter</target> 1701 <target>Tu usuario de Twitter</target>
1827 <context-group name="null"> 1702 <context-group name="null">
1828 <context context-type="linenumber">184</context> 1703 <context context-type="linenumber">237</context>
1829 </context-group> 1704 </context-group>
1830 </trans-unit> 1705 </trans-unit>
1831 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1706 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1832 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1707 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1833 <target>Indica la cuenta de Twitter del sitio web o de la plataforma en la que el contenido fue publicado</target> 1708 <target>Indica la cuenta de Twitter del sitio web o de la plataforma en la que el contenido fue publicado</target>
1834 <context-group name="null"> 1709 <context-group name="null">
1835 <context context-type="linenumber">187</context> 1710 <context context-type="linenumber">240</context>
1836 </context-group> 1711 </context-group>
1837 </trans-unit> 1712 </trans-unit>
1838 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1713 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1839 <source>Instance whitelisted by Twitter</source> 1714 <source>Instance whitelisted by Twitter</source>
1840 <target>Nodo en lista blanca de Twitter</target> 1715 <target>Nodo en lista blanca de Twitter</target>
1841 <context-group name="null"> 1716 <context-group name="null">
1842 <context context-type="linenumber">199</context> 1717 <context context-type="linenumber">252</context>
1843 </context-group> 1718 </context-group>
1844 </trans-unit> 1719 </trans-unit>
1845 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b"> 1720 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
@@ -1850,63 +1725,63 @@ Iniciar sesión</target>
1850 Si la instancia no está autorizada, usamos una tarjeta con una imagen con vínculo que redireccionará hacia su instancia PeerTube.&lt;br /&gt;&lt;br /&gt; 1725 Si la instancia no está autorizada, usamos una tarjeta con una imagen con vínculo que redireccionará hacia su instancia PeerTube.&lt;br /&gt;&lt;br /&gt;
1851 Seleccione esta casilla, guarde la configuración y pruebe colocando el URL de un vídeo de su instancia (https://example.com/videos/watch/blabla) en &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; para verificar si su instancia está autorizada por Twitter.</target> 1726 Seleccione esta casilla, guarde la configuración y pruebe colocando el URL de un vídeo de su instancia (https://example.com/videos/watch/blabla) en &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; para verificar si su instancia está autorizada por Twitter.</target>
1852 <context-group name="null"> 1727 <context-group name="null">
1853 <context context-type="linenumber">200</context> 1728 <context context-type="linenumber">253</context>
1854 </context-group> 1729 </context-group>
1855 </trans-unit> 1730 </trans-unit>
1856 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1731 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1857 <source>Services</source> 1732 <source>Services</source>
1858 <target>Servicios</target> 1733 <target>Servicios</target>
1859 <context-group name="null"> 1734 <context-group name="null">
1860 <context context-type="linenumber">176</context> 1735 <context context-type="linenumber">229</context>
1861 </context-group> 1736 </context-group>
1862 </trans-unit> 1737 </trans-unit>
1863 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1738 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1864 <source>Transcoding</source> 1739 <source>Transcoding</source>
1865 <target>Transcodificar</target> 1740 <target>Transcodificar</target>
1866 <context-group name="null"> 1741 <context-group name="null">
1867 <context context-type="linenumber">215</context> 1742 <context context-type="linenumber">268</context>
1868 </context-group> 1743 </context-group>
1869 </trans-unit> 1744 </trans-unit>
1870 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1745 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1871 <source>Transcoding enabled</source> 1746 <source>Transcoding enabled</source>
1872 <target>Transcodificación activada</target> 1747 <target>Transcodificación activada</target>
1873 <context-group name="null"> 1748 <context-group name="null">
1874 <context context-type="linenumber">221</context> 1749 <context context-type="linenumber">274</context>
1875 </context-group> 1750 </context-group>
1876 </trans-unit> 1751 </trans-unit>
1877 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1752 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1878 <source>If you disable transcoding, many videos from your users will not work!</source> 1753 <source>If you disable transcoding, many videos from your users will not work!</source>
1879 <target>¡Si desactivas la transcodificación, muchos vídeos de tus usuarios no funcionarán!</target> 1754 <target>¡Si desactivas la transcodificación, muchos vídeos de tus usuarios no funcionarán!</target>
1880 <context-group name="null"> 1755 <context-group name="null">
1881 <context context-type="linenumber">222</context> 1756 <context context-type="linenumber">275</context>
1882 </context-group> 1757 </context-group>
1883 </trans-unit> 1758 </trans-unit>
1884 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 1759 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1885 <source>Allow additional extensions</source> 1760 <source>Allow additional extensions</source>
1886 <target>Autorizar extensiones adicionales</target> 1761 <target>Autorizar extensiones adicionales</target>
1887 <context-group name="null"> 1762 <context-group name="null">
1888 <context context-type="linenumber">231</context> 1763 <context context-type="linenumber">284</context>
1889 </context-group> 1764 </context-group>
1890 </trans-unit> 1765 </trans-unit>
1891 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33"> 1766 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1892 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source> 1767 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
1893 <target>Autorizar sus usuarios a subir vídeos .mkv, .mov, .avi y .flv</target> 1768 <target>Autorizar sus usuarios a subir vídeos .mkv, .mov, .avi y .flv</target>
1894 <context-group name="null"> 1769 <context-group name="null">
1895 <context context-type="linenumber">232</context> 1770 <context context-type="linenumber">285</context>
1896 </context-group> 1771 </context-group>
1897 </trans-unit> 1772 </trans-unit>
1898 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1773 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1899 <source>Transcoding threads</source> 1774 <source>Transcoding threads</source>
1900 <target>Hilos de transcodificaciones</target> 1775 <target>Hilos de transcodificaciones</target>
1901 <context-group name="null"> 1776 <context-group name="null">
1902 <context context-type="linenumber">237</context> 1777 <context context-type="linenumber">290</context>
1903 </context-group> 1778 </context-group>
1904 </trans-unit> 1779 </trans-unit>
1905 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1780 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1906 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1781 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1907 <target>Resolución <x id="INTERPOLATION" equiv-text="{{resolution}}"/> activada</target> 1782 <target>Resolución <x id="INTERPOLATION" equiv-text="{{resolution}}"/> activada</target>
1908 <context-group name="null"> 1783 <context-group name="null">
1909 <context context-type="linenumber">252</context> 1784 <context context-type="linenumber">305</context>
1910 </context-group> 1785 </context-group>
1911 </trans-unit> 1786 </trans-unit>
1912 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1787 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1921,105 +1796,70 @@ Iniciar sesión</target>
1921 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1796 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1922 </target> 1797 </target>
1923 <context-group name="null"> 1798 <context-group name="null">
1924 <context context-type="linenumber">260</context> 1799 <context context-type="linenumber">313</context>
1925 </context-group> 1800 </context-group>
1926 </trans-unit> 1801 </trans-unit>
1927 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1802 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1928 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1803 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1929 <target>Algunos archivos (previsualizaciones, subtítulos) no están federados. Los obtenemos directamente del nodo de origen y las ponemos en caché.</target> 1804 <target>Algunos archivos (previsualizaciones, subtítulos) no están federados. Los obtenemos directamente del nodo de origen y las ponemos en caché.</target>
1930 <context-group name="null"> 1805 <context-group name="null">
1931 <context context-type="linenumber">265</context> 1806 <context context-type="linenumber">318</context>
1932 </context-group> 1807 </context-group>
1933 </trans-unit> 1808 </trans-unit>
1934 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1809 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1935 <source>Previews cache size</source> 1810 <source>Previews cache size</source>
1936 <target>Tamaño de caché de las previsualizaciones</target> 1811 <target>Tamaño de caché de las previsualizaciones</target>
1937 <context-group name="null"> 1812 <context-group name="null">
1938 <context context-type="linenumber">271</context> 1813 <context context-type="linenumber">324</context>
1939 </context-group> 1814 </context-group>
1940 </trans-unit> 1815 </trans-unit>
1941 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1816 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1942 <source>Video captions cache size</source> 1817 <source>Video captions cache size</source>
1943 <target>Tamaño de caché de los subtítulos</target> 1818 <target>Tamaño de caché de los subtítulos</target>
1944 <context-group name="null"> 1819 <context-group name="null">
1945 <context context-type="linenumber">280</context> 1820 <context context-type="linenumber">333</context>
1946 </context-group> 1821 </context-group>
1947 </trans-unit> 1822 </trans-unit>
1948 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1823 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1949 <source>Customizations</source> 1824 <source>Customizations</source>
1950 <target>Personalizaciones</target> 1825 <target>Personalizaciones</target>
1951 <context-group name="null"> 1826 <context-group name="null">
1952 <context context-type="linenumber">289</context> 1827 <context context-type="linenumber">342</context>
1953 </context-group> 1828 </context-group>
1954 </trans-unit> 1829 </trans-unit>
1955 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1830 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1956 <source>JavaScript</source> 1831 <source>JavaScript</source>
1957 <target>JavaScript</target> 1832 <target>JavaScript</target>
1958 <context-group name="null"> 1833 <context-group name="null">
1959 <context context-type="linenumber">294</context> 1834 <context context-type="linenumber">347</context>
1960 </context-group> 1835 </context-group>
1961 </trans-unit> 1836 </trans-unit>
1962 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1837 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1963 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1838 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1964 <target>Escribir código Javascript directamente.&lt;br /&gt;Ejemplo: &lt;pre&gt;console.log('mi nodo es maravilloso');&lt;/pre&gt;</target> 1839 <target>Escribir código Javascript directamente.&lt;br /&gt;Ejemplo: &lt;pre&gt;console.log('mi nodo es maravilloso');&lt;/pre&gt;</target>
1965 <context-group name="null"> 1840 <context-group name="null">
1966 <context context-type="linenumber">297</context> 1841 <context context-type="linenumber">350</context>
1967 </context-group>
1968 </trans-unit>
1969 <trans-unit id="d7caa08cd9b3119881bbaec3f5a3c5707f573dde">
1970 <source>
1971 Write directly CSS code. Example:&lt;br /&gt;
1972 &lt;pre&gt;
1973 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1974 background-color: red;
1975 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1976 &lt;/pre&gt;
1977
1978 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:
1979 &lt;pre&gt;
1980 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1981 color: red;
1982 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1983 &lt;/pre&gt;
1984 </source>
1985 <target>
1986 Escriba directamente código CSS. Por ejemplo:&lt;br /&gt;
1987 &lt;pre&gt;
1988 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1989 background-color: red;
1990 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1991 &lt;/pre&gt;
1992
1993 Prefijar con &lt;em&gt;#custom-css&lt;/em&gt; para sobrecargar estilos. Por ejemplo:
1994 &lt;pre&gt;
1995 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1996 color: red;
1997 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1998 &lt;/pre&gt;
1999 </target>
2000 <context-group name="null">
2001 <context context-type="linenumber">311</context>
2002 </context-group> 1842 </context-group>
2003 </trans-unit> 1843 </trans-unit>
2004 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1844 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
2005 <source>Advanced configuration</source> 1845 <source>Advanced configuration</source>
2006 <target>Configuración avanzada</target> 1846 <target>Configuración avanzada</target>
2007 <context-group name="null"> 1847 <context-group name="null">
2008 <context context-type="linenumber">212</context> 1848 <context context-type="linenumber">265</context>
2009 </context-group> 1849 </context-group>
2010 </trans-unit> 1850 </trans-unit>
2011 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1851 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
2012 <source>Update configuration</source> 1852 <source>Update configuration</source>
2013 <target>Actualizar configuración</target> 1853 <target>Actualizar configuración</target>
2014 <context-group name="null"> 1854 <context-group name="null">
2015 <context context-type="linenumber">340</context> 1855 <context context-type="linenumber">393</context>
2016 </context-group> 1856 </context-group>
2017 </trans-unit> 1857 </trans-unit>
2018 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1858 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
2019 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1859 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
2020 <target>Parece que la configuración no es válida. Por favor, busque errores potenciales en las diferentes pestañas.</target> 1860 <target>Parece que la configuración no es válida. Por favor, busque errores potenciales en las diferentes pestañas.</target>
2021 <context-group name="null"> 1861 <context-group name="null">
2022 <context context-type="linenumber">341</context> 1862 <context context-type="linenumber">394</context>
2023 </context-group> 1863 </context-group>
2024 </trans-unit> 1864 </trans-unit>
2025 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1865 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -2055,17 +1895,6 @@ Iniciar sesión</target>
2055 <context context-type="linenumber">11</context> 1895 <context context-type="linenumber">11</context>
2056 </context-group> 1896 </context-group>
2057 </trans-unit> 1897 </trans-unit>
2058 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368">
2059 <source>
2060 Jobs
2061 </source>
2062 <target>
2063 Tareas
2064 </target>
2065 <context-group name="null">
2066 <context context-type="linenumber">15</context>
2067 </context-group>
2068 </trans-unit>
2069 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 1898 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
2070 <source> 1899 <source>
2071 Configuration 1900 Configuration
@@ -2074,7 +1903,7 @@ Iniciar sesión</target>
2074 Configuración 1903 Configuración
2075 </target> 1904 </target>
2076 <context-group name="null"> 1905 <context-group name="null">
2077 <context context-type="linenumber">19</context> 1906 <context context-type="linenumber">15</context>
2078 </context-group> 1907 </context-group>
2079 </trans-unit> 1908 </trans-unit>
2080 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 1909 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
@@ -2116,20 +1945,6 @@ Iniciar sesión</target>
2116 <context context-type="linenumber">18</context> 1945 <context context-type="linenumber">18</context>
2117 </context-group> 1946 </context-group>
2118 </trans-unit> 1947 </trans-unit>
2119 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
2120 <source>Score</source>
2121 <target>Puntuación</target>
2122 <context-group name="null">
2123 <context context-type="linenumber">17</context>
2124 </context-group>
2125 </trans-unit>
2126 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
2127 <source>Host</source>
2128 <target>Host</target>
2129 <context-group name="null">
2130 <context context-type="linenumber">19</context>
2131 </context-group>
2132 </trans-unit>
2133 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 1948 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
2134 <source>State</source> 1949 <source>State</source>
2135 <target>Estado</target> 1950 <target>Estado</target>
@@ -2137,6 +1952,13 @@ Iniciar sesión</target>
2137 <context context-type="linenumber">10</context> 1952 <context context-type="linenumber">10</context>
2138 </context-group> 1953 </context-group>
2139 </trans-unit> 1954 </trans-unit>
1955 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1956 <source>Score</source>
1957 <target>Puntuación</target>
1958 <context-group name="null">
1959 <context context-type="linenumber">19</context>
1960 </context-group>
1961 </trans-unit>
2140 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 1962 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2141 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 1963 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2142 <target>Creado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 1964 <target>Creado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -2158,6 +1980,20 @@ Iniciar sesión</target>
2158 <context context-type="linenumber">33</context> 1980 <context context-type="linenumber">33</context>
2159 </context-group> 1981 </context-group>
2160 </trans-unit> 1982 </trans-unit>
1983 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
1984 <source>Refuse</source>
1985 <target>Rechazar</target>
1986 <context-group name="null">
1987 <context context-type="linenumber">42</context>
1988 </context-group>
1989 </trans-unit>
1990 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1991 <source>Host</source>
1992 <target>Host</target>
1993 <context-group name="null">
1994 <context context-type="linenumber">19</context>
1995 </context-group>
1996 </trans-unit>
2161 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8"> 1997 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
2162 <source>Redundancy allowed</source> 1998 <source>Redundancy allowed</source>
2163 <target>Redundancia autorizada</target> 1999 <target>Redundancia autorizada</target>
@@ -2193,34 +2029,6 @@ Iniciar sesión</target>
2193 <context context-type="linenumber">9</context> 2029 <context context-type="linenumber">9</context>
2194 </context-group> 2030 </context-group>
2195 </trans-unit> 2031 </trans-unit>
2196 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2197 <source>Jobs list</source>
2198 <target>Lista de tareas</target>
2199 <context-group name="null">
2200 <context context-type="linenumber">2</context>
2201 </context-group>
2202 </trans-unit>
2203 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2204 <source>Type</source>
2205 <target>Tipo</target>
2206 <context-group name="null">
2207 <context context-type="linenumber">19</context>
2208 </context-group>
2209 </trans-unit>
2210 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2211 <source>Processed on</source>
2212 <target>Procesado el</target>
2213 <context-group name="null">
2214 <context context-type="linenumber">22</context>
2215 </context-group>
2216 </trans-unit>
2217 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2218 <source>Finished on</source>
2219 <target>Finalizado el</target>
2220 <context-group name="null">
2221 <context context-type="linenumber">23</context>
2222 </context-group>
2223 </trans-unit>
2224 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 2032 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
2225 <source>Create user</source> 2033 <source>Create user</source>
2226 <target>Crear usuario</target> 2034 <target>Crear usuario</target>
@@ -2308,7 +2116,7 @@ Iniciar sesión</target>
2308 <source>Go to the account page</source> 2116 <source>Go to the account page</source>
2309 <target>Ir a la página de la cuenta</target> 2117 <target>Ir a la página de la cuenta</target>
2310 <context-group name="null"> 2118 <context-group name="null">
2311 <context context-type="linenumber">133</context> 2119 <context context-type="linenumber">153</context>
2312 </context-group> 2120 </context-group>
2313 </trans-unit> 2121 </trans-unit>
2314 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2122 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -2347,14 +2155,14 @@ Iniciar sesión</target>
2347 Este comentario puede ser visto solo por usted y los otros moderadores. 2155 Este comentario puede ser visto solo por usted y los otros moderadores.
2348 </target> 2156 </target>
2349 <context-group name="null"> 2157 <context-group name="null">
2350 <context context-type="linenumber">17</context> 2158 <context context-type="linenumber">18</context>
2351 </context-group> 2159 </context-group>
2352 </trans-unit> 2160 </trans-unit>
2353 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 2161 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
2354 <source>Update this comment</source> 2162 <source>Update this comment</source>
2355 <target>Actualizar este comentario</target> 2163 <target>Actualizar este comentario</target>
2356 <context-group name="null"> 2164 <context-group name="null">
2357 <context context-type="linenumber">25</context> 2165 <context context-type="linenumber">26</context>
2358 </context-group> 2166 </context-group>
2359 </trans-unit> 2167 </trans-unit>
2360 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 2168 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -2441,6 +2249,13 @@ Iniciar sesión</target>
2441 <context context-type="linenumber">43</context> 2249 <context context-type="linenumber">43</context>
2442 </context-group> 2250 </context-group>
2443 </trans-unit> 2251 </trans-unit>
2252 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2253 <source>Unblacklist</source>
2254 <target>Sacar de lista negra</target>
2255 <context-group name="null">
2256 <context context-type="linenumber">16</context>
2257 </context-group>
2258 </trans-unit>
2444 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2259 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2445 <source>Moderation</source> 2260 <source>Moderation</source>
2446 <target>Moderación</target> 2261 <target>Moderación</target>
@@ -2455,13 +2270,6 @@ Iniciar sesión</target>
2455 <context context-type="linenumber">5</context> 2270 <context context-type="linenumber">5</context>
2456 </context-group> 2271 </context-group>
2457 </trans-unit> 2272 </trans-unit>
2458 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2459 <source>Blacklisted videos</source>
2460 <target>Vídeos en lista negra</target>
2461 <context-group name="null">
2462 <context context-type="linenumber">7</context>
2463 </context-group>
2464 </trans-unit>
2465 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2273 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2466 <source>Muted accounts</source> 2274 <source>Muted accounts</source>
2467 <target>Cuentas silenciadas</target> 2275 <target>Cuentas silenciadas</target>
@@ -2473,7 +2281,7 @@ Iniciar sesión</target>
2473 <source>Muted servers</source> 2281 <source>Muted servers</source>
2474 <target>Servidores silenciados</target> 2282 <target>Servidores silenciados</target>
2475 <context-group name="null"> 2283 <context-group name="null">
2476 <context context-type="linenumber">11</context> 2284 <context context-type="linenumber">13</context>
2477 </context-group> 2285 </context-group>
2478 </trans-unit> 2286 </trans-unit>
2479 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2287 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2497,6 +2305,34 @@ Iniciar sesión</target>
2497 <context context-type="linenumber">23</context> 2305 <context context-type="linenumber">23</context>
2498 </context-group> 2306 </context-group>
2499 </trans-unit> 2307 </trans-unit>
2308 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2309 <source>Jobs list</source>
2310 <target>Lista de tareas</target>
2311 <context-group name="null">
2312 <context context-type="linenumber">2</context>
2313 </context-group>
2314 </trans-unit>
2315 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2316 <source>Type</source>
2317 <target>Tipo</target>
2318 <context-group name="null">
2319 <context context-type="linenumber">19</context>
2320 </context-group>
2321 </trans-unit>
2322 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2323 <source>Processed on</source>
2324 <target>Procesado el</target>
2325 <context-group name="null">
2326 <context context-type="linenumber">22</context>
2327 </context-group>
2328 </trans-unit>
2329 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2330 <source>Finished on</source>
2331 <target>Finalizado el</target>
2332 <context-group name="null">
2333 <context context-type="linenumber">23</context>
2334 </context-group>
2335 </trans-unit>
2500 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 2336 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
2501 <source>Video quota:</source> 2337 <source>Video quota:</source>
2502 <target>Cuota de vídeo</target> 2338 <target>Cuota de vídeo</target>
@@ -2529,14 +2365,14 @@ Iniciar sesión</target>
2529 <source>Change ownership</source> 2365 <source>Change ownership</source>
2530 <target>Cambiar el titular</target> 2366 <target>Cambiar el titular</target>
2531 <context-group name="null"> 2367 <context-group name="null">
2532 <context context-type="linenumber">46</context> 2368 <context context-type="linenumber">21</context>
2533 </context-group> 2369 </context-group>
2534 </trans-unit> 2370 </trans-unit>
2535 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2371 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
2536 <source>Select the next owner</source> 2372 <source>Select the next owner</source>
2537 <target>Seleccionar el próxima titular</target> 2373 <target>Seleccionar el próxima titular</target>
2538 <context-group name="null"> 2374 <context-group name="null">
2539 <context context-type="linenumber">9</context> 2375 <context context-type="linenumber">10</context>
2540 </context-group> 2376 </context-group>
2541 </trans-unit> 2377 </trans-unit>
2542 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8"> 2378 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
@@ -2550,37 +2386,6 @@ Iniciar sesión</target>
2550 <context context-type="linenumber">35</context> 2386 <context context-type="linenumber">35</context>
2551 </context-group> 2387 </context-group>
2552 </trans-unit> 2388 </trans-unit>
2553 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79">
2554 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2555 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizaciones</target>
2556 <context-group name="null">
2557 <context context-type="linenumber">19</context>
2558 </context-group>
2559 </trans-unit>
2560 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2561 <source>Blacklisted</source>
2562 <target>Bloqueado</target>
2563 <context-group name="null">
2564 <context context-type="linenumber">22</context>
2565 </context-group>
2566 </trans-unit>
2567 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2568 <source>
2569 Cancel
2570 </source>
2571 <target>
2572Cancelar</target>
2573 <context-group name="null">
2574 <context context-type="linenumber">30</context>
2575 </context-group>
2576 </trans-unit>
2577 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2578 <source>Create another video channel</source>
2579 <target>Crear otro canal de vídeo</target>
2580 <context-group name="null">
2581 <context context-type="linenumber">4</context>
2582 </context-group>
2583 </trans-unit>
2584 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2389 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
2585 <source>Go to the channel</source> 2390 <source>Go to the channel</source>
2586 <target>Ir al canal</target> 2391 <target>Ir al canal</target>
@@ -2602,13 +2407,6 @@ Cancelar</target>
2602 <context context-type="linenumber">15</context> 2407 <context context-type="linenumber">15</context>
2603 </context-group> 2408 </context-group>
2604 </trans-unit> 2409 </trans-unit>
2605 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2606 <source>Display name</source>
2607 <target>Nombre a mostrar</target>
2608 <context-group name="null">
2609 <context context-type="linenumber">6</context>
2610 </context-group>
2611 </trans-unit>
2612 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2410 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2613 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2411 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2614When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2412When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2657,7 +2455,7 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenarÃ
2657 <source>Select the target channel</source> 2455 <source>Select the target channel</source>
2658 <target>Seleccionar el canal objetivo</target> 2456 <target>Seleccionar el canal objetivo</target>
2659 <context-group name="null"> 2457 <context-group name="null">
2660 <context context-type="linenumber">9</context> 2458 <context context-type="linenumber">10</context>
2661 </context-group> 2459 </context-group>
2662 </trans-unit> 2460 </trans-unit>
2663 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740"> 2461 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
@@ -2698,14 +2496,7 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenarÃ
2698 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source> 2496 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
2699 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target> 2497 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
2700 <context-group name="null"> 2498 <context-group name="null">
2701 <context context-type="linenumber">39</context> 2499 <context context-type="linenumber">38</context>
2702 </context-group>
2703 </trans-unit>
2704 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2705 <source>Refuse</source>
2706 <target>Rechazar</target>
2707 <context-group name="null">
2708 <context context-type="linenumber">47</context>
2709 </context-group> 2500 </context-group>
2710 </trans-unit> 2501 </trans-unit>
2711 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e"> 2502 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
@@ -2722,39 +2513,32 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenarÃ
2722 <context context-type="linenumber">4</context> 2513 <context context-type="linenumber">4</context>
2723 </context-group> 2514 </context-group>
2724 </trans-unit> 2515 </trans-unit>
2725 <trans-unit id="0f1fd6758625c6a39d796378d362cdcc2b092123">
2726 <source>Delete history</source>
2727 <target>Borrar el historial</target>
2728 <context-group name="null">
2729 <context context-type="linenumber">8</context>
2730 </context-group>
2731 </trans-unit>
2732 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af"> 2516 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2733 <source>You don't have videos history yet.</source> 2517 <source>You don't have videos history yet.</source>
2734 <target>No tiene historial de vídeos todavía</target> 2518 <target>No tiene historial de vídeos todavía</target>
2735 <context-group name="null"> 2519 <context-group name="null">
2736 <context context-type="linenumber">13</context> 2520 <context context-type="linenumber">14</context>
2737 </context-group> 2521 </context-group>
2738 </trans-unit> 2522 </trans-unit>
2739 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 2523 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2740 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2524 <source>Privacy</source>
2741 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas</target> 2525 <target>Privacidad</target>
2742 <context-group name="null"> 2526 <context-group name="null">
2743 <context context-type="linenumber">22</context> 2527 <context context-type="linenumber">179</context>
2744 </context-group> 2528 </context-group>
2745 </trans-unit> 2529 </trans-unit>
2746 <trans-unit id="3a6903ba6b8cf2d828d0c86fd1feb09a27be4105"> 2530 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2747 <source>Notification preferences</source> 2531 <source>Channel</source>
2748 <target>Preferencias de notificación</target> 2532 <target>Canal</target>
2749 <context-group name="null"> 2533 <context-group name="null">
2750 <context context-type="linenumber">2</context> 2534 <context context-type="linenumber">39</context>
2751 </context-group> 2535 </context-group>
2752 </trans-unit> 2536 </trans-unit>
2753 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829"> 2537 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2754 <source>Mark all as read</source> 2538 <source>Upload thumbnail</source>
2755 <target>Marcar todo como leído</target> 2539 <target>Subir miniatura</target>
2756 <context-group name="null"> 2540 <context-group name="null">
2757 <context context-type="linenumber">4</context> 2541 <context context-type="linenumber">192</context>
2758 </context-group> 2542 </context-group>
2759 </trans-unit> 2543 </trans-unit>
2760 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2544 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
@@ -2806,13 +2590,6 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenarÃ
2806 <context context-type="linenumber">28</context> 2590 <context context-type="linenumber">28</context>
2807 </context-group> 2591 </context-group>
2808 </trans-unit> 2592 </trans-unit>
2809 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2810 <source>Save</source>
2811 <target>Guardar</target>
2812 <context-group name="null">
2813 <context context-type="linenumber">32</context>
2814 </context-group>
2815 </trans-unit>
2816 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2593 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2817 <source>Update my profile</source> 2594 <source>Update my profile</source>
2818 <target>Actualizar mi perfil</target> 2595 <target>Actualizar mi perfil</target>
@@ -2952,7 +2729,7 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenarÃ
2952 <source>URL</source> 2729 <source>URL</source>
2953 <target>URL</target> 2730 <target>URL</target>
2954 <context-group name="null"> 2731 <context-group name="null">
2955 <context context-type="linenumber">17</context> 2732 <context context-type="linenumber">25</context>
2956 </context-group> 2733 </context-group>
2957 </trans-unit> 2734 </trans-unit>
2958 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 2735 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2962,20 +2739,6 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenarÃ
2962 <context context-type="linenumber">9</context> 2739 <context context-type="linenumber">9</context>
2963 </context-group> 2740 </context-group>
2964 </trans-unit> 2741 </trans-unit>
2965 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2966 <source>Channel</source>
2967 <target>Canal</target>
2968 <context-group name="null">
2969 <context context-type="linenumber">39</context>
2970 </context-group>
2971 </trans-unit>
2972 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2973 <source>Privacy</source>
2974 <target>Privacidad</target>
2975 <context-group name="null">
2976 <context context-type="linenumber">159</context>
2977 </context-group>
2978 </trans-unit>
2979 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 2742 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2980 <source>Sorry, but something went wrong</source> 2743 <source>Sorry, but something went wrong</source>
2981 <target>Disculpas, algo salió mal</target> 2744 <target>Disculpas, algo salió mal</target>
@@ -2998,7 +2761,7 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenarÃ
2998 <source>Update</source> 2761 <source>Update</source>
2999 <target>Actualizar</target> 2762 <target>Actualizar</target>
3000 <context-group name="null"> 2763 <context-group name="null">
3001 <context context-type="linenumber">92</context> 2764 <context context-type="linenumber">17</context>
3002 </context-group> 2765 </context-group>
3003 </trans-unit> 2766 </trans-unit>
3004 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2767 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -3146,7 +2909,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3146 <source>Tags</source> 2909 <source>Tags</source>
3147 <target>Etiquetas</target> 2910 <target>Etiquetas</target>
3148 <context-group name="null"> 2911 <context-group name="null">
3149 <context context-type="linenumber">191</context> 2912 <context context-type="linenumber">216</context>
3150 </context-group> 2913 </context-group>
3151 </trans-unit> 2914 </trans-unit>
3152 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 2915 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -3198,25 +2961,18 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3198 <context context-type="linenumber">120</context> 2961 <context context-type="linenumber">120</context>
3199 </context-group> 2962 </context-group>
3200 </trans-unit> 2963 </trans-unit>
3201 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3202 <source>Enable video comments</source>
3203 <target>Permitir comentarios del vídeo</target>
3204 <context-group name="null">
3205 <context context-type="linenumber">125</context>
3206 </context-group>
3207 </trans-unit>
3208 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 2964 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
3209 <source>Wait transcoding before publishing the video</source> 2965 <source>Wait transcoding before publishing the video</source>
3210 <target>Esperar transcodificación antes de publicar el vídeo</target> 2966 <target>Esperar transcodificación antes de publicar el vídeo</target>
3211 <context-group name="null"> 2967 <context-group name="null">
3212 <context context-type="linenumber">131</context> 2968 <context context-type="linenumber">126</context>
3213 </context-group> 2969 </context-group>
3214 </trans-unit> 2970 </trans-unit>
3215 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63"> 2971 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
3216 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source> 2972 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
3217 <target>Si decides no esperar a la transcodificación antes de publicar el vídeo, quizás no se pueda reproducir hasta que finalice la transcodificación.</target> 2973 <target>Si decides no esperar a la transcodificación antes de publicar el vídeo, quizás no se pueda reproducir hasta que finalice la transcodificación.</target>
3218 <context-group name="null"> 2974 <context-group name="null">
3219 <context context-type="linenumber">132</context> 2975 <context context-type="linenumber">127</context>
3220 </context-group> 2976 </context-group>
3221 </trans-unit> 2977 </trans-unit>
3222 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 2978 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
@@ -3230,49 +2986,49 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3230 <source>Add another caption</source> 2986 <source>Add another caption</source>
3231 <target>Añadir otro subtítulo</target> 2987 <target>Añadir otro subtítulo</target>
3232 <context-group name="null"> 2988 <context-group name="null">
3233 <context context-type="linenumber">147</context> 2989 <context context-type="linenumber">142</context>
3234 </context-group> 2990 </context-group>
3235 </trans-unit> 2991 </trans-unit>
3236 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed"> 2992 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
3237 <source>See the subtitle file</source> 2993 <source>See the subtitle file</source>
3238 <target>Ver el archivo de subtítulo</target> 2994 <target>Ver el archivo de subtítulo</target>
3239 <context-group name="null"> 2995 <context-group name="null">
3240 <context context-type="linenumber">156</context> 2996 <context context-type="linenumber">151</context>
3241 </context-group> 2997 </context-group>
3242 </trans-unit> 2998 </trans-unit>
3243 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2999 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
3244 <source>Already uploaded ✔</source> 3000 <source>Already uploaded ✔</source>
3245 <target>Ya ha sido subido ✔</target> 3001 <target>Ya ha sido subido ✔</target>
3246 <context-group name="null"> 3002 <context-group name="null">
3247 <context context-type="linenumber">160</context> 3003 <context context-type="linenumber">155</context>
3248 </context-group> 3004 </context-group>
3249 </trans-unit> 3005 </trans-unit>
3250 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad"> 3006 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
3251 <source>Will be created on update</source> 3007 <source>Will be created on update</source>
3252 <target>Estará creado al actualizar</target> 3008 <target>Estará creado al actualizar</target>
3253 <context-group name="null"> 3009 <context-group name="null">
3254 <context context-type="linenumber">168</context> 3010 <context context-type="linenumber">163</context>
3255 </context-group> 3011 </context-group>
3256 </trans-unit> 3012 </trans-unit>
3257 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9"> 3013 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
3258 <source>Cancel create</source> 3014 <source>Cancel create</source>
3259 <target>Cancelar creación</target> 3015 <target>Cancelar creación</target>
3260 <context-group name="null"> 3016 <context-group name="null">
3261 <context context-type="linenumber">170</context> 3017 <context context-type="linenumber">165</context>
3262 </context-group> 3018 </context-group>
3263 </trans-unit> 3019 </trans-unit>
3264 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393"> 3020 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
3265 <source>Will be deleted on update</source> 3021 <source>Will be deleted on update</source>
3266 <target>Estará eliminado al actualizar</target> 3022 <target>Estará eliminado al actualizar</target>
3267 <context-group name="null"> 3023 <context-group name="null">
3268 <context context-type="linenumber">176</context> 3024 <context context-type="linenumber">171</context>
3269 </context-group> 3025 </context-group>
3270 </trans-unit> 3026 </trans-unit>
3271 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 3027 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
3272 <source>Cancel deletion</source> 3028 <source>Cancel deletion</source>
3273 <target>Cancelar borrado</target> 3029 <target>Cancelar borrado</target>
3274 <context-group name="null"> 3030 <context-group name="null">
3275 <context context-type="linenumber">178</context> 3031 <context context-type="linenumber">173</context>
3276 </context-group> 3032 </context-group>
3277 </trans-unit> 3033 </trans-unit>
3278 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0"> 3034 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
@@ -3283,49 +3039,49 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3283 Ningún texto por el momento. 3039 Ningún texto por el momento.
3284 </target> 3040 </target>
3285 <context-group name="null"> 3041 <context-group name="null">
3286 <context context-type="linenumber">183</context> 3042 <context context-type="linenumber">178</context>
3287 </context-group> 3043 </context-group>
3288 </trans-unit> 3044 </trans-unit>
3289 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93"> 3045 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
3290 <source>Captions</source> 3046 <source>Captions</source>
3291 <target>Subtítulos</target> 3047 <target>Subtítulos</target>
3292 <context-group name="null"> 3048 <context-group name="null">
3293 <context context-type="linenumber">140</context> 3049 <context context-type="linenumber">135</context>
3294 </context-group>
3295 </trans-unit>
3296 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
3297 <source>Upload thumbnail</source>
3298 <target>Subir miniatura</target>
3299 <context-group name="null">
3300 <context context-type="linenumber">196</context>
3301 </context-group> 3050 </context-group>
3302 </trans-unit> 3051 </trans-unit>
3303 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3052 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
3304 <source>Upload preview</source> 3053 <source>Upload preview</source>
3305 <target>Subir previsualización</target> 3054 <target>Subir previsualización</target>
3306 <context-group name="null"> 3055 <context-group name="null">
3307 <context context-type="linenumber">203</context> 3056 <context context-type="linenumber">199</context>
3308 </context-group> 3057 </context-group>
3309 </trans-unit> 3058 </trans-unit>
3310 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 3059 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
3311 <source>Support</source> 3060 <source>Support</source>
3312 <target>Apoyar</target> 3061 <target>Apoyar</target>
3313 <context-group name="null"> 3062 <context-group name="null">
3314 <context context-type="linenumber">69</context> 3063 <context context-type="linenumber">103</context>
3315 </context-group> 3064 </context-group>
3316 </trans-unit> 3065 </trans-unit>
3317 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3066 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
3318 <source>Short text to tell people how they can support you (membership platform...).</source> 3067 <source>Short text to tell people how they can support you (membership platform...).</source>
3319 <target>Breve texto para explicar a la gente cómo pueden apoyarte (plataforma de miembros...).</target> 3068 <target>Breve texto para explicar a la gente cómo pueden apoyarte (plataforma de miembros...).</target>
3320 <context-group name="null"> 3069 <context-group name="null">
3321 <context context-type="linenumber">210</context> 3070 <context context-type="linenumber">206</context>
3071 </context-group>
3072 </trans-unit>
3073 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3074 <source>Enable video comments</source>
3075 <target>Permitir comentarios del vídeo</target>
3076 <context-group name="null">
3077 <context context-type="linenumber">234</context>
3322 </context-group> 3078 </context-group>
3323 </trans-unit> 3079 </trans-unit>
3324 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3080 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
3325 <source>Advanced settings</source> 3081 <source>Advanced settings</source>
3326 <target>Ajustes avanzados</target> 3082 <target>Ajustes avanzados</target>
3327 <context-group name="null"> 3083 <context-group name="null">
3328 <context context-type="linenumber">191</context> 3084 <context context-type="linenumber">186</context>
3329 </context-group> 3085 </context-group>
3330 </trans-unit> 3086 </trans-unit>
3331 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0"> 3087 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
@@ -3339,91 +3095,25 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3339 <context context-type="linenumber">2</context> 3095 <context context-type="linenumber">2</context>
3340 </context-group> 3096 </context-group>
3341 </trans-unit> 3097 </trans-unit>
3342 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
3343 <source>Download video</source>
3344 <target>Descargar vídeo</target>
3345 <context-group name="null">
3346 <context context-type="linenumber">3</context>
3347 </context-group>
3348 </trans-unit>
3349 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
3350 <source>Direct download</source>
3351 <target>Descarga directa</target>
3352 <context-group name="null">
3353 <context context-type="linenumber">27</context>
3354 </context-group>
3355 </trans-unit>
3356 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
3357 <source>Torrent (.torrent file)</source>
3358 <target>Torrent (archivo .torrent)</target>
3359 <context-group name="null">
3360 <context context-type="linenumber">32</context>
3361 </context-group>
3362 </trans-unit>
3363 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
3364 <source>Torrent (magnet link)</source>
3365 <target>Torrent (enlace magnético)</target>
3366 <context-group name="null">
3367 <context context-type="linenumber">37</context>
3368 </context-group>
3369 </trans-unit>
3370 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
3371 <source>
3372 Cancel
3373 </source>
3374 <target>
3375 Cancelar
3376 </target>
3377 <context-group name="null">
3378 <context context-type="linenumber">47</context>
3379 </context-group>
3380 </trans-unit>
3381 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
3382 <source>Download</source>
3383 <target>Descargar</target>
3384 <context-group name="null">
3385 <context context-type="linenumber">84</context>
3386 </context-group>
3387 </trans-unit>
3388 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
3389 <source>Report video</source>
3390 <target>Reportar vídeo</target>
3391 <context-group name="null">
3392 <context context-type="linenumber">3</context>
3393 </context-group>
3394 </trans-unit>
3395 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
3396 <source>
3397 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
3398 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
3399 </source>
3400 <target>
3401 Su reporte estará enviado a los moderadores de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
3402 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> También estará transferido a la instancia original <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
3403 </target>
3404 <context-group name="null">
3405 <context context-type="linenumber">9</context>
3406 </context-group>
3407 </trans-unit>
3408 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 3098 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
3409 <source>Share</source> 3099 <source>Share</source>
3410 <target>Compartir</target> 3100 <target>Compartir</target>
3411 <context-group name="null"> 3101 <context-group name="null">
3412 <context context-type="linenumber">74</context> 3102 <context context-type="linenumber">108</context>
3413 </context-group> 3103 </context-group>
3414 </trans-unit> 3104 </trans-unit>
3415 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3105 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
3416 <source>QR-Code</source> 3106 <source>QR-Code</source>
3417 <target>Código QR</target> 3107 <target>Código QR</target>
3418 <context-group name="null"> 3108 <context-group name="null">
3419 <context context-type="linenumber">29</context> 3109 <context context-type="linenumber">37</context>
3420 </context-group> 3110 </context-group>
3421 </trans-unit> 3111 </trans-unit>
3422 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3112 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3423 <source>Embed</source> 3113 <source>Embed</source>
3424 <target>Incrustar</target> 3114 <target>Incrustar</target>
3425 <context-group name="null"> 3115 <context-group name="null">
3426 <context context-type="linenumber">34</context> 3116 <context context-type="linenumber">42</context>
3427 </context-group> 3117 </context-group>
3428 </trans-unit> 3118 </trans-unit>
3429 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3119 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3434,61 +3124,21 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3434 El URL no es seguro (no utiliza HTTPS), por lo que el vídeo embebido no funcionará en los sitios web HTTPS (los navegadores web bloquean las consultas HTTP inseguras en los sitios web HTTPS). 3124 El URL no es seguro (no utiliza HTTPS), por lo que el vídeo embebido no funcionará en los sitios web HTTPS (los navegadores web bloquean las consultas HTTP inseguras en los sitios web HTTPS).
3435 </target> 3125 </target>
3436 <context-group name="null"> 3126 <context-group name="null">
3437 <context context-type="linenumber">45</context> 3127 <context context-type="linenumber">53</context>
3438 </context-group> 3128 </context-group>
3439 </trans-unit> 3129 </trans-unit>
3440 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3130 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3441 <source>Close</source> 3131 <source>Close</source>
3442 <target>Cerrar</target> 3132 <target>Cerrar</target>
3443 <context-group name="null"> 3133 <context-group name="null">
3444 <context context-type="linenumber">51</context> 3134 <context context-type="linenumber">59</context>
3445 </context-group>
3446 </trans-unit>
3447 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
3448 <source>Blacklist video</source>
3449 <target>Bloquear el vídeo</target>
3450 <context-group name="null">
3451 <context context-type="linenumber">3</context>
3452 </context-group>
3453 </trans-unit>
3454 <trans-unit id="7584313e33a66811eb10646627914a01fff0347d">
3455 <source>
3456 The video is being imported, it will be available when the import is finished.
3457 </source>
3458 <target>
3459 El vídeo está siendo importado, estará disponible cuando la importación finalice.
3460 </target>
3461 <context-group name="null">
3462 <context context-type="linenumber">11</context>
3463 </context-group>
3464 </trans-unit>
3465 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
3466 <source>
3467 The video is being transcoded, it may not work properly.
3468 </source>
3469 <target>
3470 El vídeo está siendo transcodificado, puede no funcionar correctamente.
3471 </target>
3472 <context-group name="null">
3473 <context context-type="linenumber">15</context>
3474 </context-group>
3475 </trans-unit>
3476 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
3477 <source>
3478 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3479 </source>
3480 <target>
3481 Este vídeo será publicado el <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3482 </target>
3483 <context-group name="null">
3484 <context context-type="linenumber">19</context>
3485 </context-group> 3135 </context-group>
3486 </trans-unit> 3136 </trans-unit>
3487 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3137 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3488 <source>This video is blacklisted.</source> 3138 <source>This video is blacklisted.</source>
3489 <target>Este vídeo está bloqueado</target> 3139 <target>Este vídeo está bloqueado</target>
3490 <context-group name="null"> 3140 <context-group name="null">
3491 <context context-type="linenumber">24</context> 3141 <context context-type="linenumber">57</context>
3492 </context-group> 3142 </context-group>
3493 </trans-unit> 3143 </trans-unit>
3494 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3144 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3499,130 +3149,56 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3499 Publicado <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas 3149 Publicado <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas
3500 </target> 3150 </target>
3501 <context-group name="null"> 3151 <context-group name="null">
3502 <context context-type="linenumber">37</context> 3152 <context context-type="linenumber">78</context>
3503 </context-group>
3504 </trans-unit>
3505 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3506 <source>
3507 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3508 </source>
3509 <target>
3510 Publicado <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas
3511 </target>
3512 <context-group name="null">
3513 <context context-type="linenumber">46</context>
3514 </context-group> 3153 </context-group>
3515 </trans-unit> 3154 </trans-unit>
3516 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3155 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3517 <source>Like this video</source> 3156 <source>Like this video</source>
3518 <target>Me gusta este vídeo</target> 3157 <target>Me gusta este vídeo</target>
3519 <context-group name="null"> 3158 <context-group name="null">
3520 <context context-type="linenumber">57</context> 3159 <context context-type="linenumber">88</context>
3521 </context-group> 3160 </context-group>
3522 </trans-unit> 3161 </trans-unit>
3523 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3162 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3524 <source>Dislike this video</source> 3163 <source>Dislike this video</source>
3525 <target>No me gusta este vídeo</target> 3164 <target>No me gusta este vídeo</target>
3526 <context-group name="null"> 3165 <context-group name="null">
3527 <context context-type="linenumber">64</context>
3528 </context-group>
3529 </trans-unit>
3530 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3531 <source>Download the video</source>
3532 <target>Descargar el vídeo</target>
3533 <context-group name="null">
3534 <context context-type="linenumber">83</context>
3535 </context-group>
3536 </trans-unit>
3537 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3538 <source>Report</source>
3539 <target>Reportar</target>
3540 <context-group name="null">
3541 <context context-type="linenumber">88</context>
3542 </context-group>
3543 </trans-unit>
3544 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3545 <source>Report this video</source>
3546 <target>Reportar este vídeo</target>
3547 <context-group name="null">
3548 <context context-type="linenumber">87</context>
3549 </context-group>
3550 </trans-unit>
3551 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3552 <source>Update this video</source>
3553 <target>Actualizar este vídeo</target>
3554 <context-group name="null">
3555 <context context-type="linenumber">91</context>
3556 </context-group>
3557 </trans-unit>
3558 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3559 <source>Blacklist</source>
3560 <target>Lista negra</target>
3561 <context-group name="null">
3562 <context context-type="linenumber">96</context> 3166 <context context-type="linenumber">96</context>
3563 </context-group> 3167 </context-group>
3564 </trans-unit> 3168 </trans-unit>
3565 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3566 <source>Blacklist this video</source>
3567 <target>Poner este vídeo en lista negra</target>
3568 <context-group name="null">
3569 <context context-type="linenumber">95</context>
3570 </context-group>
3571 </trans-unit>
3572 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3573 <source>Unblacklist</source>
3574 <target>Sacar de lista negra</target>
3575 <context-group name="null">
3576 <context context-type="linenumber">100</context>
3577 </context-group>
3578 </trans-unit>
3579 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3580 <source>Unblacklist this video</source>
3581 <target>Desbloquear este vídeo</target>
3582 <context-group name="null">
3583 <context context-type="linenumber">99</context>
3584 </context-group>
3585 </trans-unit>
3586 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3587 <source>Delete this video</source>
3588 <target>Eliminar este vídeo</target>
3589 <context-group name="null">
3590 <context context-type="linenumber">103</context>
3591 </context-group>
3592 </trans-unit>
3593 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3169 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3594 <source>Go the channel page</source> 3170 <source>Go the channel page</source>
3595 <target>Ir a la página del canal</target> 3171 <target>Ir a la página del canal</target>
3596 <context-group name="null"> 3172 <context-group name="null">
3597 <context context-type="linenumber">123</context> 3173 <context context-type="linenumber">143</context>
3598 </context-group> 3174 </context-group>
3599 </trans-unit> 3175 </trans-unit>
3600 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3176 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3601 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3177 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3602 <target>Por <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3178 <target>Por <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3603 <context-group name="null"> 3179 <context-group name="null">
3604 <context context-type="linenumber">134</context> 3180 <context context-type="linenumber">154</context>
3605 </context-group> 3181 </context-group>
3606 </trans-unit> 3182 </trans-unit>
3607 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3183 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3608 <source>Show more</source> 3184 <source>Show more</source>
3609 <target>Mostrar más</target> 3185 <target>Mostrar más</target>
3610 <context-group name="null"> 3186 <context-group name="null">
3611 <context context-type="linenumber">146</context> 3187 <context context-type="linenumber">166</context>
3612 </context-group> 3188 </context-group>
3613 </trans-unit> 3189 </trans-unit>
3614 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3190 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3615 <source>Show less</source> 3191 <source>Show less</source>
3616 <target>Mostrar menos</target> 3192 <target>Mostrar menos</target>
3617 <context-group name="null"> 3193 <context-group name="null">
3618 <context context-type="linenumber">152</context> 3194 <context context-type="linenumber">172</context>
3619 </context-group> 3195 </context-group>
3620 </trans-unit> 3196 </trans-unit>
3621 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3197 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3622 <source>Friendly Reminder: </source> 3198 <source>Friendly Reminder: </source>
3623 <target>Recuerdo amistoso:</target> 3199 <target>Recuerdo amistoso:</target>
3624 <context-group name="null"> 3200 <context-group name="null">
3625 <context context-type="linenumber">208</context> 3201 <context context-type="linenumber">232</context>
3626 </context-group> 3202 </context-group>
3627 </trans-unit> 3203 </trans-unit>
3628 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3204 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3633,21 +3209,21 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3633 el sistema utilizado para compartir este vídeo implica que algunas informaciones técnicas acerca de su sistema (como la dirección IP pública) pueden estar enviadas a otros pares. 3209 el sistema utilizado para compartir este vídeo implica que algunas informaciones técnicas acerca de su sistema (como la dirección IP pública) pueden estar enviadas a otros pares.
3634 </target> 3210 </target>
3635 <context-group name="null"> 3211 <context-group name="null">
3636 <context context-type="linenumber">209</context> 3212 <context context-type="linenumber">233</context>
3637 </context-group> 3213 </context-group>
3638 </trans-unit> 3214 </trans-unit>
3639 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3215 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3640 <source>More information</source> 3216 <source>More information</source>
3641 <target>Más información</target> 3217 <target>Más información</target>
3642 <context-group name="null"> 3218 <context-group name="null">
3643 <context context-type="linenumber">212</context> 3219 <context context-type="linenumber">236</context>
3644 </context-group> 3220 </context-group>
3645 </trans-unit> 3221 </trans-unit>
3646 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3222 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3647 <source>Get more information</source> 3223 <source>Get more information</source>
3648 <target>Ver más información</target> 3224 <target>Ver más información</target>
3649 <context-group name="null"> 3225 <context-group name="null">
3650 <context context-type="linenumber">212</context> 3226 <context context-type="linenumber">236</context>
3651 </context-group> 3227 </context-group>
3652 </trans-unit> 3228 </trans-unit>
3653 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3229 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3658,7 +3234,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3658 De acuerdo 3234 De acuerdo
3659 </target> 3235 </target>
3660 <context-group name="null"> 3236 <context-group name="null">
3661 <context context-type="linenumber">215</context> 3237 <context context-type="linenumber">239</context>
3662 </context-group> 3238 </context-group>
3663 </trans-unit> 3239 </trans-unit>
3664 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3240 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -4113,6 +3689,27 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4113 <context context-type="linenumber">1</context> 3689 <context context-type="linenumber">1</context>
4114 </context-group> 3690 </context-group>
4115 </trans-unit> 3691 </trans-unit>
3692 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
3693 <source>Info</source>
3694 <target>Info</target>
3695 <context-group name="null">
3696 <context context-type="linenumber">1</context>
3697 </context-group>
3698 </trans-unit>
3699 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
3700 <source>Warning</source>
3701 <target>Aviso</target>
3702 <context-group name="null">
3703 <context context-type="linenumber">1</context>
3704 </context-group>
3705 </trans-unit>
3706 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
3707 <source>Error</source>
3708 <target>Error</target>
3709 <context-group name="null">
3710 <context context-type="linenumber">1</context>
3711 </context-group>
3712 </trans-unit>
4116 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 3713 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
4117 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 3714 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
4118 <target>Usuario <x id="INTERPOLATION" equiv-text="{{username}}"/> creado.</target> 3715 <target>Usuario <x id="INTERPOLATION" equiv-text="{{username}}"/> creado.</target>
@@ -4316,13 +3913,6 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4316 <context context-type="linenumber">1</context> 3913 <context context-type="linenumber">1</context>
4317 </context-group> 3914 </context-group>
4318 </trans-unit> 3915 </trans-unit>
4319 <trans-unit id="0a9650640ddd1dfadfe456891d6d4f6093ad428e">
4320 <source>New video abuse on local video</source>
4321 <target>Nueva denuncia de abuso sobre un vídeo local</target>
4322 <context-group name="null">
4323 <context context-type="linenumber">1</context>
4324 </context-group>
4325 </trans-unit>
4326 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996"> 3916 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4327 <source>One of your video is blacklisted/unblacklisted</source> 3917 <source>One of your video is blacklisted/unblacklisted</source>
4328 <target>Uno de sus vídeos ha sido bloqueado/desbloqueado</target> 3918 <target>Uno de sus vídeos ha sido bloqueado/desbloqueado</target>
@@ -4407,13 +3997,6 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4407 <context context-type="linenumber">1</context> 3997 <context context-type="linenumber">1</context>
4408 </context-group> 3998 </context-group>
4409 </trans-unit> 3999 </trans-unit>
4410 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
4411 <source>Create</source>
4412 <target>Crear</target>
4413 <context-group name="null">
4414 <context context-type="linenumber">1</context>
4415 </context-group>
4416 </trans-unit>
4417 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4000 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
4418 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4001 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
4419 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> actualizado.</target> 4002 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> actualizado.</target>
@@ -4463,41 +4046,6 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4463 <context context-type="linenumber">1</context> 4046 <context context-type="linenumber">1</context>
4464 </context-group> 4047 </context-group>
4465 </trans-unit> 4048 </trans-unit>
4466 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
4467 <source>Published</source>
4468 <target>Publicado</target>
4469 <context-group name="null">
4470 <context context-type="linenumber">1</context>
4471 </context-group>
4472 </trans-unit>
4473 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
4474 <source>Publication scheduled on </source>
4475 <target>Publicación programada para</target>
4476 <context-group name="null">
4477 <context context-type="linenumber">1</context>
4478 </context-group>
4479 </trans-unit>
4480 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
4481 <source>Waiting transcoding</source>
4482 <target>Esperando transcodificación</target>
4483 <context-group name="null">
4484 <context context-type="linenumber">1</context>
4485 </context-group>
4486 </trans-unit>
4487 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
4488 <source>To transcode</source>
4489 <target>Para transcodificar</target>
4490 <context-group name="null">
4491 <context context-type="linenumber">1</context>
4492 </context-group>
4493 </trans-unit>
4494 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
4495 <source>To import</source>
4496 <target>Importar</target>
4497 <context-group name="null">
4498 <context context-type="linenumber">1</context>
4499 </context-group>
4500 </trans-unit>
4501 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd"> 4049 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd">
4502 <source>Ownership change request sent.</source> 4050 <source>Ownership change request sent.</source>
4503 <target>Solicitud de cambio de titularidad enviada.</target> 4051 <target>Solicitud de cambio de titularidad enviada.</target>
@@ -4505,13 +4053,6 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4505 <context context-type="linenumber">1</context> 4053 <context context-type="linenumber">1</context>
4506 </context-group> 4054 </context-group>
4507 </trans-unit> 4055 </trans-unit>
4508 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
4509 <source>My library</source>
4510 <target>Mi biblioteca</target>
4511 <context-group name="null">
4512 <context context-type="linenumber">1</context>
4513 </context-group>
4514 </trans-unit>
4515 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4056 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
4516 <source>My channels</source> 4057 <source>My channels</source>
4517 <target>Mis canales</target> 4058 <target>Mis canales</target>
@@ -4682,13 +4223,6 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4682 <context context-type="linenumber">1</context> 4223 <context context-type="linenumber">1</context>
4683 </context-group> 4224 </context-group>
4684 </trans-unit> 4225 </trans-unit>
4685 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4686 <source>Error</source>
4687 <target>Error</target>
4688 <context-group name="null">
4689 <context context-type="linenumber">1</context>
4690 </context-group>
4691 </trans-unit>
4692 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 4226 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
4693 <source>You need to reconnect.</source> 4227 <source>You need to reconnect.</source>
4694 <target>Tienes que reconectar.</target> 4228 <target>Tienes que reconectar.</target>
@@ -4696,13 +4230,6 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4696 <context context-type="linenumber">1</context> 4230 <context context-type="linenumber">1</context>
4697 </context-group> 4231 </context-group>
4698 </trans-unit> 4232 </trans-unit>
4699 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4700 <source>Confirm</source>
4701 <target>Confirmar</target>
4702 <context-group name="null">
4703 <context context-type="linenumber">1</context>
4704 </context-group>
4705 </trans-unit>
4706 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452"> 4233 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
4707 <source>Keyboard Shortcuts:</source> 4234 <source>Keyboard Shortcuts:</source>
4708 <target>Atajos de teclado:</target> 4235 <target>Atajos de teclado:</target>
@@ -4710,13 +4237,6 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4710 <context context-type="linenumber">1</context> 4237 <context context-type="linenumber">1</context>
4711 </context-group> 4238 </context-group>
4712 </trans-unit> 4239 </trans-unit>
4713 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4714 <source>Info</source>
4715 <target>Info</target>
4716 <context-group name="null">
4717 <context context-type="linenumber">1</context>
4718 </context-group>
4719 </trans-unit>
4720 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba"> 4240 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
4721 <source>Success</source> 4241 <source>Success</source>
4722 <target>Correcto</target> 4242 <target>Correcto</target>
@@ -4829,6 +4349,90 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4829 <context context-type="linenumber">1</context> 4349 <context context-type="linenumber">1</context>
4830 </context-group> 4350 </context-group>
4831 </trans-unit> 4351 </trans-unit>
4352 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
4353 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
4354 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> años</target>
4355 <context-group name="null">
4356 <context context-type="linenumber">1</context>
4357 </context-group>
4358 </trans-unit>
4359 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
4360 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
4361 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> meses</target>
4362 <context-group name="null">
4363 <context context-type="linenumber">1</context>
4364 </context-group>
4365 </trans-unit>
4366 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
4367 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
4368 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> mes</target>
4369 <context-group name="null">
4370 <context context-type="linenumber">1</context>
4371 </context-group>
4372 </trans-unit>
4373 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
4374 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
4375 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> semanas</target>
4376 <context-group name="null">
4377 <context context-type="linenumber">1</context>
4378 </context-group>
4379 </trans-unit>
4380 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
4381 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
4382 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> semana</target>
4383 <context-group name="null">
4384 <context context-type="linenumber">1</context>
4385 </context-group>
4386 </trans-unit>
4387 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
4388 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
4389 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> días</target>
4390 <context-group name="null">
4391 <context context-type="linenumber">1</context>
4392 </context-group>
4393 </trans-unit>
4394 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
4395 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
4396 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> día</target>
4397 <context-group name="null">
4398 <context context-type="linenumber">1</context>
4399 </context-group>
4400 </trans-unit>
4401 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
4402 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
4403 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> horas</target>
4404 <context-group name="null">
4405 <context context-type="linenumber">1</context>
4406 </context-group>
4407 </trans-unit>
4408 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
4409 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
4410 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> hora</target>
4411 <context-group name="null">
4412 <context context-type="linenumber">1</context>
4413 </context-group>
4414 </trans-unit>
4415 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
4416 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
4417 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> min</target>
4418 <context-group name="null">
4419 <context context-type="linenumber">1</context>
4420 </context-group>
4421 </trans-unit>
4422 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
4423 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
4424 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> seg</target>
4425 <context-group name="null">
4426 <context context-type="linenumber">1</context>
4427 </context-group>
4428 </trans-unit>
4429 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4430 <source>Confirm</source>
4431 <target>Confirmar</target>
4432 <context-group name="null">
4433 <context context-type="linenumber">1</context>
4434 </context-group>
4435 </trans-unit>
4832 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 4436 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
4833 <source>Instance name is required.</source> 4437 <source>Instance name is required.</source>
4834 <target>Se requiere un nombre de nodo</target> 4438 <target>Se requiere un nombre de nodo</target>
@@ -5291,6 +4895,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5291 <context context-type="linenumber">1</context> 4895 <context context-type="linenumber">1</context>
5292 </context-group> 4896 </context-group>
5293 </trans-unit> 4897 </trans-unit>
4898 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
4899 <source>Display name cannot be more than 120 characters long.</source>
4900 <target>El nombre a mostrar no puede ocupar más de 120 caracteres.</target>
4901 <context-group name="null">
4902 <context context-type="linenumber">1</context>
4903 </context-group>
4904 </trans-unit>
5294 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 4905 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
5295 <source>Video name is required.</source> 4906 <source>Video name is required.</source>
5296 <target>Se requiere un nombre de vídeo.</target> 4907 <target>Se requiere un nombre de vídeo.</target>
@@ -5389,13 +5000,6 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5389 <context context-type="linenumber">1</context> 5000 <context context-type="linenumber">1</context>
5390 </context-group> 5001 </context-group>
5391 </trans-unit> 5002 </trans-unit>
5392 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
5393 <source>Warning</source>
5394 <target>Aviso</target>
5395 <context-group name="null">
5396 <context context-type="linenumber">1</context>
5397 </context-group>
5398 </trans-unit>
5399 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf"> 5003 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf">
5400 <source>Sunday</source> 5004 <source>Sunday</source>
5401 <target>Domingo</target> 5005 <target>Domingo</target>
@@ -5774,83 +5378,6 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5774 <context context-type="linenumber">1</context> 5378 <context context-type="linenumber">1</context>
5775 </context-group> 5379 </context-group>
5776 </trans-unit> 5380 </trans-unit>
5777 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
5778 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
5779 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> años</target>
5780 <context-group name="null">
5781 <context context-type="linenumber">1</context>
5782 </context-group>
5783 </trans-unit>
5784 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
5785 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
5786 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> meses</target>
5787 <context-group name="null">
5788 <context context-type="linenumber">1</context>
5789 </context-group>
5790 </trans-unit>
5791 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
5792 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
5793 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> mes</target>
5794 <context-group name="null">
5795 <context context-type="linenumber">1</context>
5796 </context-group>
5797 </trans-unit>
5798 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
5799 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
5800 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> semanas</target>
5801 <context-group name="null">
5802 <context context-type="linenumber">1</context>
5803 </context-group>
5804 </trans-unit>
5805 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
5806 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
5807 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> semana</target>
5808 <context-group name="null">
5809 <context context-type="linenumber">1</context>
5810 </context-group>
5811 </trans-unit>
5812 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
5813 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
5814 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> días</target>
5815 <context-group name="null">
5816 <context context-type="linenumber">1</context>
5817 </context-group>
5818 </trans-unit>
5819 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
5820 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
5821 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> día</target>
5822 <context-group name="null">
5823 <context context-type="linenumber">1</context>
5824 </context-group>
5825 </trans-unit>
5826 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
5827 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
5828 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> horas</target>
5829 <context-group name="null">
5830 <context context-type="linenumber">1</context>
5831 </context-group>
5832 </trans-unit>
5833 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
5834 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
5835 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> hora</target>
5836 <context-group name="null">
5837 <context context-type="linenumber">1</context>
5838 </context-group>
5839 </trans-unit>
5840 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
5841 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
5842 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> min</target>
5843 <context-group name="null">
5844 <context context-type="linenumber">1</context>
5845 </context-group>
5846 </trans-unit>
5847 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
5848 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
5849 <target>hace <x id="INTERPOLATION" equiv-text="{{interval}}"/> seg</target>
5850 <context-group name="null">
5851 <context context-type="linenumber">1</context>
5852 </context-group>
5853 </trans-unit>
5854 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 5381 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
5855 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 5382 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
5856 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible que soporta:</target> 5383 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible que soporta:</target>
@@ -6103,6 +5630,83 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6103 <context context-type="linenumber">1</context> 5630 <context context-type="linenumber">1</context>
6104 </context-group> 5631 </context-group>
6105 </trans-unit> 5632 </trans-unit>
5633 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
5634 <source>Video blacklisted.</source>
5635 <target>Vídeo bloqueado</target>
5636 <context-group name="null">
5637 <context context-type="linenumber">1</context>
5638 </context-group>
5639 </trans-unit>
5640 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
5641 <source>Copied</source>
5642 <target>Copiado</target>
5643 <context-group name="null">
5644 <context context-type="linenumber">1</context>
5645 </context-group>
5646 </trans-unit>
5647 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
5648 <source>Video reported.</source>
5649 <target>Vídeo reportado.</target>
5650 <context-group name="null">
5651 <context context-type="linenumber">1</context>
5652 </context-group>
5653 </trans-unit>
5654 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
5655 <source>Do you really want to delete this video?</source>
5656 <target>¿De verdad quieres eliminar este vídeo?</target>
5657 <context-group name="null">
5658 <context context-type="linenumber">1</context>
5659 </context-group>
5660 </trans-unit>
5661 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
5662 <source>Blacklist</source>
5663 <target>Lista negra</target>
5664 <context-group name="null">
5665 <context context-type="linenumber">1</context>
5666 </context-group>
5667 </trans-unit>
5668 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
5669 <source>Report</source>
5670 <target>Reportar</target>
5671 <context-group name="null">
5672 <context context-type="linenumber">1</context>
5673 </context-group>
5674 </trans-unit>
5675 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
5676 <source>Published</source>
5677 <target>Publicado</target>
5678 <context-group name="null">
5679 <context context-type="linenumber">1</context>
5680 </context-group>
5681 </trans-unit>
5682 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
5683 <source>Publication scheduled on </source>
5684 <target>Publicación programada para</target>
5685 <context-group name="null">
5686 <context context-type="linenumber">1</context>
5687 </context-group>
5688 </trans-unit>
5689 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
5690 <source>Waiting transcoding</source>
5691 <target>Esperando transcodificación</target>
5692 <context-group name="null">
5693 <context context-type="linenumber">1</context>
5694 </context-group>
5695 </trans-unit>
5696 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
5697 <source>To transcode</source>
5698 <target>Para transcodificar</target>
5699 <context-group name="null">
5700 <context context-type="linenumber">1</context>
5701 </context-group>
5702 </trans-unit>
5703 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
5704 <source>To import</source>
5705 <target>Importar</target>
5706 <context-group name="null">
5707 <context context-type="linenumber">1</context>
5708 </context-group>
5709 </trans-unit>
6106 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 5710 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
6107 <source>Only I can see this video</source> 5711 <source>Only I can see this video</source>
6108 <target>Soy el único que pueda ver este vídeo</target> 5712 <target>Soy el único que pueda ver este vídeo</target>
@@ -6208,34 +5812,6 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6208 <context context-type="linenumber">1</context> 5812 <context context-type="linenumber">1</context>
6209 </context-group> 5813 </context-group>
6210 </trans-unit> 5814 </trans-unit>
6211 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
6212 <source>Video blacklisted.</source>
6213 <target>Vídeo bloqueado</target>
6214 <context-group name="null">
6215 <context context-type="linenumber">1</context>
6216 </context-group>
6217 </trans-unit>
6218 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
6219 <source>Copied</source>
6220 <target>Copiado</target>
6221 <context-group name="null">
6222 <context context-type="linenumber">1</context>
6223 </context-group>
6224 </trans-unit>
6225 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
6226 <source>Video reported.</source>
6227 <target>Vídeo reportado.</target>
6228 <context-group name="null">
6229 <context context-type="linenumber">1</context>
6230 </context-group>
6231 </trans-unit>
6232 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
6233 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
6234 <target>Iniciar a <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
6235 <context-group name="null">
6236 <context context-type="linenumber">1</context>
6237 </context-group>
6238 </trans-unit>
6239 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 5815 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
6240 <source>Like the video</source> 5816 <source>Like the video</source>
6241 <target>Colocar Me gusta a este vídeo</target> 5817 <target>Colocar Me gusta a este vídeo</target>
@@ -6250,13 +5826,6 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6250 <context context-type="linenumber">1</context> 5826 <context context-type="linenumber">1</context>
6251 </context-group> 5827 </context-group>
6252 </trans-unit> 5828 </trans-unit>
6253 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
6254 <source>Do you really want to delete this video?</source>
6255 <target>¿De verdad quieres eliminar este vídeo?</target>
6256 <context-group name="null">
6257 <context context-type="linenumber">1</context>
6258 </context-group>
6259 </trans-unit>
6260 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 5829 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
6261 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source> 5830 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
6262 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> me gusta / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> no me gusta</target> 5831 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> me gusta / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> no me gusta</target>
diff --git a/client/src/locale/target/angular_eu_ES.xml b/client/src/locale/target/angular_eu_ES.xml
index 0393ab85c..1c65b056d 100644
--- a/client/src/locale/target/angular_eu_ES.xml
+++ b/client/src/locale/target/angular_eu_ES.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Lehena</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Lehena</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Aurrekoa</target> 92 <target>Aurrekoa</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Hurrengoa</target> 99 <target>Hurrengoa</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Azkena</target> 106 <target>Azkena</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,84 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target> Ordu gutxiago</target> 141 <target> Ordu gutxiago</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Minutu gehiago</target> 148 <target>Minutu gehiago</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minutuak</target> 162 <target>Minutuak</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Minutu gutxiago</target> 169 <target>Minutu gutxiago</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Segundo gehiago</target> 176 <target>Segundo gehiago</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Segundoak</target> 190 <target>Segundoak</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Segundo gutxiago</target> 197 <target>Segundo gutxiago</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>PM</target> 204 <target>PM</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>AM</target> 211 <target>AM</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
217 <source>Cancel</source>
218 <target>Utzi</target>
219 <context-group name="null">
220 <context context-type="linenumber">10</context>
221 </context-group> 214 </context-group>
222 </trans-unit> 215 </trans-unit>
223 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -227,25 +220,138 @@
227 <context context-type="linenumber">11</context> 220 <context context-type="linenumber">11</context>
228 </context-group> 221 </context-group>
229 </trans-unit> 222 </trans-unit>
223 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
224 <source>Display name</source>
225 <target>Pantaila-izena</target>
226 <context-group name="null">
227 <context context-type="linenumber">6</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
231 <source>Create</source>
232 <target>Sortu</target>
233 <context-group name="null">
234 <context context-type="linenumber">74</context>
235 </context-group>
236 </trans-unit>
237 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
238 <source>Download video</source>
239 <target>Deskargatu bideoa</target>
240 <context-group name="null">
241 <context context-type="linenumber">3</context>
242 </context-group>
243 </trans-unit>
244 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
245 <source>Direct download</source>
246 <target>Deskarga zuzena</target>
247 <context-group name="null">
248 <context context-type="linenumber">27</context>
249 </context-group>
250 </trans-unit>
251 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
252 <source>Torrent (.torrent file)</source>
253 <target>Torrent (.torrent fitxategia)</target>
254 <context-group name="null">
255 <context context-type="linenumber">32</context>
256 </context-group>
257 </trans-unit>
258 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
259 <source>Torrent (magnet link)</source>
260 <target>Torrent (magnet esteka)</target>
261 <context-group name="null">
262 <context context-type="linenumber">37</context>
263 </context-group>
264 </trans-unit>
265 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
266 <source>
267 Cancel
268 </source>
269 <target>
270 Utzi
271 </target>
272 <context-group name="null">
273 <context context-type="linenumber">47</context>
274 </context-group>
275 </trans-unit>
276 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
277 <source>Download</source>
278 <target>Deskargatu</target>
279 <context-group name="null">
280 <context context-type="linenumber">48</context>
281 </context-group>
282 </trans-unit>
283 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
284 <source>Report video</source>
285 <target>Salatu bideoa</target>
286 <context-group name="null">
287 <context context-type="linenumber">3</context>
288 </context-group>
289 </trans-unit>
290 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
291 <source>Reason...</source>
292 <target>Arrazoia...</target>
293 <context-group name="null">
294 <context context-type="linenumber">11</context>
295 </context-group>
296 </trans-unit>
297 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
298 <source>
299 Cancel
300 </source>
301 <target>
302 Utzi
303 </target>
304 <context-group name="null">
305 <context context-type="linenumber">38</context>
306 </context-group>
307 </trans-unit>
308 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
309 <source>Submit</source>
310 <target>Bidali</target>
311 <context-group name="null">
312 <context context-type="linenumber">29</context>
313 </context-group>
314 </trans-unit>
315 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
316 <source>Blacklist video</source>
317 <target>Sartu bideoa zerrenda beltzean</target>
318 <context-group name="null">
319 <context context-type="linenumber">3</context>
320 </context-group>
321 </trans-unit>
230 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 322 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
231 <source>Unlisted</source> 323 <source>Unlisted</source>
232 <target>Zerrendatu gabea</target> 324 <target>Zerrendatu gabea</target>
233 <context-group name="null"> 325 <context-group name="null">
234 <context context-type="linenumber">10</context> 326 <context context-type="linenumber">17</context>
235 </context-group> 327 </context-group>
236 </trans-unit> 328 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 329 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 330 <source>Private</source>
239 <target>Pribatua</target> 331 <target>Pribatua</target>
240 <context-group name="null"> 332 <context-group name="null">
241 <context context-type="linenumber">11</context> 333 <context context-type="linenumber">18</context>
242 </context-group> 334 </context-group>
243 </trans-unit> 335 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 336 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
245 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 337 <source>Blacklisted</source>
246 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> ikustaldi</target> 338 <target>Zerrenda beltzean</target>
247 <context-group name="null"> 339 <context-group name="null">
248 <context context-type="linenumber">16</context> 340 <context context-type="linenumber">39</context>
341 </context-group>
342 </trans-unit>
343 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
344 <source>Save</source>
345 <target>Gorde</target>
346 <context-group name="null">
347 <context context-type="linenumber">117</context>
348 </context-group>
349 </trans-unit>
350 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
351 <source>No results.</source>
352 <target>Emaitzarik ez.</target>
353 <context-group name="null">
354 <context context-type="linenumber">20</context>
249 </context-group> 355 </context-group>
250 </trans-unit> 356 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 357 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -399,7 +505,7 @@
399 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> eguneko)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 505 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> eguneko)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
400 </target> 506 </target>
401 <context-group name="null"> 507 <context-group name="null">
402 <context context-type="linenumber">14</context> 508 <context context-type="linenumber">28</context>
403 </context-group> 509 </context-group>
404 </trans-unit> 510 </trans-unit>
405 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 511 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -409,13 +515,6 @@
409 <context context-type="linenumber">3</context> 515 <context context-type="linenumber">3</context>
410 </context-group> 516 </context-group>
411 </trans-unit> 517 </trans-unit>
412 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
413 <source>Reason...</source>
414 <target>Arrazoia...</target>
415 <context-group name="null">
416 <context context-type="linenumber">11</context>
417 </context-group>
418 </trans-unit>
419 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251"> 518 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
420 <source> 519 <source>
421 A banned user will no longer be able to login. 520 A banned user will no longer be able to login.
@@ -424,14 +523,21 @@
424 Debekatutako erabiltzaile batek ezin izango du saioa hasi. 523 Debekatutako erabiltzaile batek ezin izango du saioa hasi.
425 </target> 524 </target>
426 <context-group name="null"> 525 <context-group name="null">
427 <context context-type="linenumber">17</context> 526 <context context-type="linenumber">18</context>
527 </context-group>
528 </trans-unit>
529 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
530 <source>Cancel</source>
531 <target>Utzi</target>
532 <context-group name="null">
533 <context context-type="linenumber">10</context>
428 </context-group> 534 </context-group>
429 </trans-unit> 535 </trans-unit>
430 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 536 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
431 <source>Ban this user</source> 537 <source>Ban this user</source>
432 <target>Debekatu erabiltzaile hau</target> 538 <target>Debekatu erabiltzaile hau</target>
433 <context-group name="null"> 539 <context-group name="null">
434 <context context-type="linenumber">25</context> 540 <context context-type="linenumber">26</context>
435 </context-group> 541 </context-group>
436 </trans-unit> 542 </trans-unit>
437 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 543 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
@@ -513,7 +619,7 @@
513 <source>Login</source> 619 <source>Login</source>
514 <target>Hasi saioa</target> 620 <target>Hasi saioa</target>
515 <context-group name="null"> 621 <context-group name="null">
516 <context context-type="linenumber">36</context> 622 <context context-type="linenumber">32</context>
517 </context-group> 623 </context-group>
518 </trans-unit> 624 </trans-unit>
519 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 625 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -541,7 +647,7 @@
541 <source>Send me an email to reset my password</source> 647 <source>Send me an email to reset my password</source>
542 <target>Bidali e-mail bat nire pasahitza berrezartzeko</target> 648 <target>Bidali e-mail bat nire pasahitza berrezartzeko</target>
543 <context-group name="null"> 649 <context-group name="null">
544 <context context-type="linenumber">80</context> 650 <context context-type="linenumber">81</context>
545 </context-group> 651 </context-group>
546 </trans-unit> 652 </trans-unit>
547 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 653 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -612,7 +718,7 @@
612 <source>Signup</source> 718 <source>Signup</source>
613 <target>Eman izena</target> 719 <target>Eman izena</target>
614 <context-group name="null"> 720 <context-group name="null">
615 <context context-type="linenumber">78</context> 721 <context context-type="linenumber">88</context>
616 </context-group> 722 </context-group>
617 </trans-unit> 723 </trans-unit>
618 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 724 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -671,68 +777,24 @@
671 <context context-type="linenumber">44</context> 777 <context context-type="linenumber">44</context>
672 </context-group> 778 </context-group>
673 </trans-unit> 779 </trans-unit>
674 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
675 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
676 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> ikustaldi</target>
677 <context-group name="null">
678 <context context-type="linenumber">55</context>
679 </context-group>
680 </trans-unit>
681 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 780 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
682 <source>Change the language</source> 781 <source>Change the language</source>
683 <target>Aldatu hizkuntza</target> 782 <target>Aldatu hizkuntza</target>
684 <context-group name="null"> 783 <context-group name="null">
685 <context context-type="linenumber">86</context> 784 <context context-type="linenumber">102</context>
686 </context-group>
687 </trans-unit>
688 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
689 <source>
690 My public profile
691 </source>
692 <target>
693 Nire profil publikoa
694 </target>
695 <context-group name="null">
696 <context context-type="linenumber">16</context>
697 </context-group>
698 </trans-unit>
699 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
700 <source>
701 My account
702 </source>
703 <target>
704 Nire kontua
705 </target>
706 <context-group name="null">
707 <context context-type="linenumber">20</context>
708 </context-group>
709 </trans-unit>
710 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
711 <source>
712 My videos
713 </source>
714 <target>
715 Nire bideoak
716 </target>
717 <context-group name="null">
718 <context context-type="linenumber">24</context>
719 </context-group>
720 </trans-unit>
721 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
722 <source>
723 Log out
724 </source>
725 <target>
726 Amaitu saioa
727 </target>
728 <context-group name="null">
729 <context context-type="linenumber">28</context>
730 </context-group> 785 </context-group>
731 </trans-unit> 786 </trans-unit>
732 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 787 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
733 <source>Create an account</source> 788 <source>Create an account</source>
734 <target>Sortu kontu bat</target> 789 <target>Sortu kontu bat</target>
735 <context-group name="null"> 790 <context-group name="null">
791 <context context-type="linenumber">33</context>
792 </context-group>
793 </trans-unit>
794 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
795 <source>My library</source>
796 <target>Nire liburutegia</target>
797 <context-group name="null">
736 <context context-type="linenumber">37</context> 798 <context context-type="linenumber">37</context>
737 </context-group> 799 </context-group>
738 </trans-unit> 800 </trans-unit>
@@ -747,70 +809,70 @@
747 <source>Subscriptions</source> 809 <source>Subscriptions</source>
748 <target>Harpidetzak</target> 810 <target>Harpidetzak</target>
749 <context-group name="null"> 811 <context-group name="null">
750 <context context-type="linenumber">45</context> 812 <context context-type="linenumber">51</context>
751 </context-group> 813 </context-group>
752 </trans-unit> 814 </trans-unit>
753 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 815 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
754 <source>Overview</source> 816 <source>Overview</source>
755 <target>Gainbegirada</target> 817 <target>Gainbegirada</target>
756 <context-group name="null"> 818 <context-group name="null">
757 <context context-type="linenumber">50</context> 819 <context context-type="linenumber">66</context>
758 </context-group> 820 </context-group>
759 </trans-unit> 821 </trans-unit>
760 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 822 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
761 <source>Trending</source> 823 <source>Trending</source>
762 <target>Joerak</target> 824 <target>Joerak</target>
763 <context-group name="null"> 825 <context-group name="null">
764 <context context-type="linenumber">55</context> 826 <context context-type="linenumber">71</context>
765 </context-group> 827 </context-group>
766 </trans-unit> 828 </trans-unit>
767 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 829 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
768 <source>Recently added</source> 830 <source>Recently added</source>
769 <target>Gehitutako azkenak</target> 831 <target>Gehitutako azkenak</target>
770 <context-group name="null"> 832 <context-group name="null">
771 <context context-type="linenumber">60</context> 833 <context context-type="linenumber">76</context>
772 </context-group> 834 </context-group>
773 </trans-unit> 835 </trans-unit>
774 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 836 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
775 <source>Local</source> 837 <source>Local</source>
776 <target>Tokikoa</target> 838 <target>Tokikoa</target>
777 <context-group name="null"> 839 <context-group name="null">
778 <context context-type="linenumber">65</context> 840 <context context-type="linenumber">81</context>
779 </context-group> 841 </context-group>
780 </trans-unit> 842 </trans-unit>
781 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 843 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
782 <source>More</source> 844 <source>More</source>
783 <target>Gehiago</target> 845 <target>Gehiago</target>
784 <context-group name="null"> 846 <context-group name="null">
785 <context context-type="linenumber">70</context> 847 <context context-type="linenumber">86</context>
786 </context-group> 848 </context-group>
787 </trans-unit> 849 </trans-unit>
788 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 850 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
789 <source>Administration</source> 851 <source>Administration</source>
790 <target>Administrazioa</target> 852 <target>Administrazioa</target>
791 <context-group name="null"> 853 <context-group name="null">
792 <context context-type="linenumber">74</context> 854 <context context-type="linenumber">90</context>
793 </context-group> 855 </context-group>
794 </trans-unit> 856 </trans-unit>
795 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 857 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
796 <source>About</source> 858 <source>About</source>
797 <target>Honi buruz</target> 859 <target>Honi buruz</target>
798 <context-group name="null"> 860 <context-group name="null">
799 <context context-type="linenumber">25</context> 861 <context context-type="linenumber">26</context>
800 </context-group> 862 </context-group>
801 </trans-unit> 863 </trans-unit>
802 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 864 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
803 <source>Show keyboard shortcuts</source> 865 <source>Show keyboard shortcuts</source>
804 <target>Erakutsi teklatu-lasterbideak</target> 866 <target>Erakutsi teklatu-lasterbideak</target>
805 <context-group name="null"> 867 <context-group name="null">
806 <context context-type="linenumber">89</context> 868 <context context-type="linenumber">105</context>
807 </context-group> 869 </context-group>
808 </trans-unit> 870 </trans-unit>
809 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 871 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
810 <source>Toggle dark interface</source> 872 <source>Toggle dark interface</source>
811 <target>Txandakatu interfaze iluna</target> 873 <target>Txandakatu interfaze iluna</target>
812 <context-group name="null"> 874 <context-group name="null">
813 <context context-type="linenumber">92</context> 875 <context context-type="linenumber">108</context>
814 </context-group> 876 </context-group>
815 </trans-unit> 877 </trans-unit>
816 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 878 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -845,70 +907,70 @@
845 <source>Duration</source> 907 <source>Duration</source>
846 <target>Iraupena</target> 908 <target>Iraupena</target>
847 <context-group name="null"> 909 <context-group name="null">
848 <context context-type="linenumber">24</context> 910 <context context-type="linenumber">45</context>
849 </context-group> 911 </context-group>
850 </trans-unit> 912 </trans-unit>
851 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 913 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
852 <source>Display sensitive content</source> 914 <source>Display sensitive content</source>
853 <target>Erakutsi eduki hunkigarria</target> 915 <target>Erakutsi eduki hunkigarria</target>
854 <context-group name="null"> 916 <context-group name="null">
855 <context context-type="linenumber">33</context> 917 <context context-type="linenumber">54</context>
856 </context-group> 918 </context-group>
857 </trans-unit> 919 </trans-unit>
858 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 920 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
859 <source>Yes</source> 921 <source>Yes</source>
860 <target>Bai</target> 922 <target>Bai</target>
861 <context-group name="null"> 923 <context-group name="null">
862 <context context-type="linenumber">37</context> 924 <context context-type="linenumber">58</context>
863 </context-group> 925 </context-group>
864 </trans-unit> 926 </trans-unit>
865 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 927 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
866 <source>No</source> 928 <source>No</source>
867 <target>Ez</target> 929 <target>Ez</target>
868 <context-group name="null"> 930 <context-group name="null">
869 <context context-type="linenumber">42</context> 931 <context context-type="linenumber">63</context>
870 </context-group> 932 </context-group>
871 </trans-unit> 933 </trans-unit>
872 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 934 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
873 <source>Category</source> 935 <source>Category</source>
874 <target>Kategoria</target> 936 <target>Kategoria</target>
875 <context-group name="null"> 937 <context-group name="null">
876 <context context-type="linenumber">164</context> 938 <context context-type="linenumber">189</context>
877 </context-group> 939 </context-group>
878 </trans-unit> 940 </trans-unit>
879 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 941 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
880 <source>Licence</source> 942 <source>Licence</source>
881 <target>Lizentzia</target> 943 <target>Lizentzia</target>
882 <context-group name="null"> 944 <context-group name="null">
883 <context context-type="linenumber">173</context> 945 <context context-type="linenumber">198</context>
884 </context-group> 946 </context-group>
885 </trans-unit> 947 </trans-unit>
886 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 948 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
887 <source>Language</source> 949 <source>Language</source>
888 <target>Hizkuntza</target> 950 <target>Hizkuntza</target>
889 <context-group name="null"> 951 <context-group name="null">
890 <context context-type="linenumber">182</context> 952 <context context-type="linenumber">207</context>
891 </context-group> 953 </context-group>
892 </trans-unit> 954 </trans-unit>
893 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 955 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
894 <source>All of these tags</source> 956 <source>All of these tags</source>
895 <target>Etiketa guzti hauek</target> 957 <target>Etiketa guzti hauek</target>
896 <context-group name="null"> 958 <context-group name="null">
897 <context context-type="linenumber">82</context> 959 <context context-type="linenumber">103</context>
898 </context-group> 960 </context-group>
899 </trans-unit> 961 </trans-unit>
900 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 962 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
901 <source>One of these tags</source> 963 <source>One of these tags</source>
902 <target>Etiketa hauetako bat</target> 964 <target>Etiketa hauetako bat</target>
903 <context-group name="null"> 965 <context-group name="null">
904 <context context-type="linenumber">87</context> 966 <context context-type="linenumber">108</context>
905 </context-group> 967 </context-group>
906 </trans-unit> 968 </trans-unit>
907 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 969 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
908 <source>Filter</source> 970 <source>Filter</source>
909 <target>Iragazkia</target> 971 <target>Iragazkia</target>
910 <context-group name="null"> 972 <context-group name="null">
911 <context context-type="linenumber">94</context> 973 <context context-type="linenumber">115</context>
912 </context-group> 974 </context-group>
913 </trans-unit> 975 </trans-unit>
914 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 976 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
@@ -918,13 +980,6 @@
918 <context context-type="linenumber">14</context> 980 <context context-type="linenumber">14</context>
919 </context-group> 981 </context-group>
920 </trans-unit> 982 </trans-unit>
921 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
922 <source>No results.</source>
923 <target>Emaitzarik ez.</target>
924 <context-group name="null">
925 <context context-type="linenumber">20</context>
926 </context-group>
927 </trans-unit>
928 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6"> 983 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
929 <source> 984 <source>
930 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 985 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
@@ -980,24 +1035,6 @@
980 <context context-type="linenumber">7</context> 1035 <context context-type="linenumber">7</context>
981 </context-group> 1036 </context-group>
982 </trans-unit> 1037 </trans-unit>
983 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
984 <source>
985 Cancel
986 </source>
987 <target>
988 Utzi
989 </target>
990 <context-group name="null">
991 <context context-type="linenumber">26</context>
992 </context-group>
993 </trans-unit>
994 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
995 <source>Submit</source>
996 <target>Bidali</target>
997 <context-group name="null">
998 <context context-type="linenumber">31</context>
999 </context-group>
1000 </trans-unit>
1001 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 1038 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
1002 <source>Description</source> 1039 <source>Description</source>
1003 <target>Deskripzioa</target> 1040 <target>Deskripzioa</target>
@@ -1012,13 +1049,6 @@
1012 <context context-type="linenumber">39</context> 1049 <context context-type="linenumber">39</context>
1013 </context-group> 1050 </context-group>
1014 </trans-unit> 1051 </trans-unit>
1015 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1016 <source>User registration is allowed and</source>
1017 <target>Erabiltzaile berriek izena ematea onartzen da eta</target>
1018 <context-group name="null">
1019 <context context-type="linenumber">29</context>
1020 </context-group>
1021 </trans-unit>
1022 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1052 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1023 <source> 1053 <source>
1024 About PeerTube 1054 About PeerTube
@@ -1378,42 +1408,42 @@
1378 <source>Default client route</source> 1408 <source>Default client route</source>
1379 <target>Lehenetsitako bezeroaren ibilbidea</target> 1409 <target>Lehenetsitako bezeroaren ibilbidea</target>
1380 <context-group name="null"> 1410 <context-group name="null">
1381 <context context-type="linenumber">48</context> 1411 <context context-type="linenumber">57</context>
1382 </context-group> 1412 </context-group>
1383 </trans-unit> 1413 </trans-unit>
1384 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1414 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1385 <source>Videos Overview</source> 1415 <source>Videos Overview</source>
1386 <target>Bideoen gainbegirada</target> 1416 <target>Bideoen gainbegirada</target>
1387 <context-group name="null"> 1417 <context-group name="null">
1388 <context context-type="linenumber">51</context> 1418 <context context-type="linenumber">60</context>
1389 </context-group> 1419 </context-group>
1390 </trans-unit> 1420 </trans-unit>
1391 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1421 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1392 <source>Videos Trending</source> 1422 <source>Videos Trending</source>
1393 <target>Joera diren bideoak</target> 1423 <target>Joera diren bideoak</target>
1394 <context-group name="null"> 1424 <context-group name="null">
1395 <context context-type="linenumber">52</context> 1425 <context context-type="linenumber">61</context>
1396 </context-group> 1426 </context-group>
1397 </trans-unit> 1427 </trans-unit>
1398 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1428 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1399 <source>Videos Recently Added</source> 1429 <source>Videos Recently Added</source>
1400 <target>Azkenaldian gehitutako bidoeak</target> 1430 <target>Azkenaldian gehitutako bidoeak</target>
1401 <context-group name="null"> 1431 <context-group name="null">
1402 <context context-type="linenumber">53</context> 1432 <context context-type="linenumber">62</context>
1403 </context-group> 1433 </context-group>
1404 </trans-unit> 1434 </trans-unit>
1405 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1435 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1406 <source>Local videos</source> 1436 <source>Local videos</source>
1407 <target>Tokiko bideoak</target> 1437 <target>Tokiko bideoak</target>
1408 <context-group name="null"> 1438 <context-group name="null">
1409 <context context-type="linenumber">54</context> 1439 <context context-type="linenumber">63</context>
1410 </context-group> 1440 </context-group>
1411 </trans-unit> 1441 </trans-unit>
1412 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1442 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1413 <source>Policy on videos containing sensitive content</source> 1443 <source>Policy on videos containing sensitive content</source>
1414 <target>Eduki hunkigarria duten bideoen politika</target> 1444 <target>Eduki hunkigarria duten bideoen politika</target>
1415 <context-group name="null"> 1445 <context-group name="null">
1416 <context context-type="linenumber">61</context> 1446 <context context-type="linenumber">70</context>
1417 </context-group> 1447 </context-group>
1418 </trans-unit> 1448 </trans-unit>
1419 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1449 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1448,42 +1478,42 @@
1448 <source>Signup enabled</source> 1478 <source>Signup enabled</source>
1449 <target>Izena ematea gaituta</target> 1479 <target>Izena ematea gaituta</target>
1450 <context-group name="null"> 1480 <context-group name="null">
1451 <context context-type="linenumber">84</context> 1481 <context context-type="linenumber">94</context>
1452 </context-group> 1482 </context-group>
1453 </trans-unit> 1483 </trans-unit>
1454 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1484 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1455 <source>Signup requires email verification</source> 1485 <source>Signup requires email verification</source>
1456 <target>Izena emateko e-mail helbidea baieztatu behar da</target> 1486 <target>Izena emateko e-mail helbidea baieztatu behar da</target>
1457 <context-group name="null"> 1487 <context-group name="null">
1458 <context context-type="linenumber">91</context> 1488 <context context-type="linenumber">101</context>
1459 </context-group> 1489 </context-group>
1460 </trans-unit> 1490 </trans-unit>
1461 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1491 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1462 <source>Signup limit</source> 1492 <source>Signup limit</source>
1463 <target>Izena emateko muga</target> 1493 <target>Izena emateko muga</target>
1464 <context-group name="null"> 1494 <context-group name="null">
1465 <context context-type="linenumber">96</context> 1495 <context context-type="linenumber">106</context>
1466 </context-group> 1496 </context-group>
1467 </trans-unit> 1497 </trans-unit>
1468 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1498 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1469 <source>Users</source> 1499 <source>Users</source>
1470 <target>Erabiltzaileak</target> 1500 <target>Erabiltzaileak</target>
1471 <context-group name="null"> 1501 <context-group name="null">
1472 <context context-type="linenumber">105</context> 1502 <context context-type="linenumber">116</context>
1473 </context-group> 1503 </context-group>
1474 </trans-unit> 1504 </trans-unit>
1475 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1505 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1476 <source>User default video quota</source> 1506 <source>User default video quota</source>
1477 <target>Erabiltzailearen lehenetsitako bideo-kuota</target> 1507 <target>Erabiltzailearen lehenetsitako bideo-kuota</target>
1478 <context-group name="null"> 1508 <context-group name="null">
1479 <context context-type="linenumber">109</context> 1509 <context context-type="linenumber">120</context>
1480 </context-group> 1510 </context-group>
1481 </trans-unit> 1511 </trans-unit>
1482 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1512 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1483 <source>User default daily upload limit</source> 1513 <source>User default daily upload limit</source>
1484 <target>Erabiltzailearentzat lehenetsitako eguneko igoera muga</target> 1514 <target>Erabiltzailearentzat lehenetsitako eguneko igoera muga</target>
1485 <context-group name="null"> 1515 <context-group name="null">
1486 <context context-type="linenumber">121</context> 1516 <context context-type="linenumber">132</context>
1487 </context-group> 1517 </context-group>
1488 </trans-unit> 1518 </trans-unit>
1489 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1519 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1497,28 +1527,28 @@
1497 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1527 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1498 <target>HTTP URL bidezko bideoen inportazioa gaituta (adibidez YouTube)</target> 1528 <target>HTTP URL bidezko bideoen inportazioa gaituta (adibidez YouTube)</target>
1499 <context-group name="null"> 1529 <context-group name="null">
1500 <context context-type="linenumber">141</context> 1530 <context context-type="linenumber">153</context>
1501 </context-group> 1531 </context-group>
1502 </trans-unit> 1532 </trans-unit>
1503 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1533 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1504 <source>Video import with a torrent file or a magnet URI enabled</source> 1534 <source>Video import with a torrent file or a magnet URI enabled</source>
1505 <target>Bideoa torrent fitxategia edo magnet URL bidez inportatzea gaituta</target> 1535 <target>Bideoa torrent fitxategia edo magnet URL bidez inportatzea gaituta</target>
1506 <context-group name="null"> 1536 <context-group name="null">
1507 <context context-type="linenumber">148</context> 1537 <context context-type="linenumber">160</context>
1508 </context-group> 1538 </context-group>
1509 </trans-unit> 1539 </trans-unit>
1510 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1540 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1511 <source>Administrator</source> 1541 <source>Administrator</source>
1512 <target>Administratzailea</target> 1542 <target>Administratzailea</target>
1513 <context-group name="null"> 1543 <context-group name="null">
1514 <context context-type="linenumber">155</context> 1544 <context context-type="linenumber">208</context>
1515 </context-group> 1545 </context-group>
1516 </trans-unit> 1546 </trans-unit>
1517 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1547 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1518 <source>Admin email</source> 1548 <source>Admin email</source>
1519 <target>Administratzailearen e-maila</target> 1549 <target>Administratzailearen e-maila</target>
1520 <context-group name="null"> 1550 <context-group name="null">
1521 <context context-type="linenumber">158</context> 1551 <context context-type="linenumber">211</context>
1522 </context-group> 1552 </context-group>
1523 </trans-unit> 1553 </trans-unit>
1524 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1554 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1532,70 +1562,70 @@
1532 <source>Twitter</source> 1562 <source>Twitter</source>
1533 <target>Twitter</target> 1563 <target>Twitter</target>
1534 <context-group name="null"> 1564 <context-group name="null">
1535 <context context-type="linenumber">178</context> 1565 <context context-type="linenumber">231</context>
1536 </context-group> 1566 </context-group>
1537 </trans-unit> 1567 </trans-unit>
1538 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1568 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1539 <source>Your Twitter username</source> 1569 <source>Your Twitter username</source>
1540 <target>Zure Twitter erabiltzaile-izena</target> 1570 <target>Zure Twitter erabiltzaile-izena</target>
1541 <context-group name="null"> 1571 <context-group name="null">
1542 <context context-type="linenumber">184</context> 1572 <context context-type="linenumber">237</context>
1543 </context-group> 1573 </context-group>
1544 </trans-unit> 1574 </trans-unit>
1545 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1575 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1546 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1576 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1547 <target>Edukia argitaratuko den webgune edo plataformarentzat Twitter kontua adierazten du.</target> 1577 <target>Edukia argitaratuko den webgune edo plataformarentzat Twitter kontua adierazten du.</target>
1548 <context-group name="null"> 1578 <context-group name="null">
1549 <context context-type="linenumber">187</context> 1579 <context context-type="linenumber">240</context>
1550 </context-group> 1580 </context-group>
1551 </trans-unit> 1581 </trans-unit>
1552 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1582 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1553 <source>Instance whitelisted by Twitter</source> 1583 <source>Instance whitelisted by Twitter</source>
1554 <target>Twitter-ek onartutako instantzia</target> 1584 <target>Twitter-ek onartutako instantzia</target>
1555 <context-group name="null"> 1585 <context-group name="null">
1556 <context context-type="linenumber">199</context> 1586 <context context-type="linenumber">252</context>
1557 </context-group> 1587 </context-group>
1558 </trans-unit> 1588 </trans-unit>
1559 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1589 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1560 <source>Services</source> 1590 <source>Services</source>
1561 <target>Zerbitzuak</target> 1591 <target>Zerbitzuak</target>
1562 <context-group name="null"> 1592 <context-group name="null">
1563 <context context-type="linenumber">176</context> 1593 <context context-type="linenumber">229</context>
1564 </context-group> 1594 </context-group>
1565 </trans-unit> 1595 </trans-unit>
1566 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1596 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1567 <source>Transcoding</source> 1597 <source>Transcoding</source>
1568 <target>Transkodeketa</target> 1598 <target>Transkodeketa</target>
1569 <context-group name="null"> 1599 <context-group name="null">
1570 <context context-type="linenumber">215</context> 1600 <context context-type="linenumber">268</context>
1571 </context-group> 1601 </context-group>
1572 </trans-unit> 1602 </trans-unit>
1573 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1603 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1574 <source>Transcoding enabled</source> 1604 <source>Transcoding enabled</source>
1575 <target>Transkodeketa gaituta</target> 1605 <target>Transkodeketa gaituta</target>
1576 <context-group name="null"> 1606 <context-group name="null">
1577 <context context-type="linenumber">221</context> 1607 <context context-type="linenumber">274</context>
1578 </context-group> 1608 </context-group>
1579 </trans-unit> 1609 </trans-unit>
1580 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1610 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1581 <source>If you disable transcoding, many videos from your users will not work!</source> 1611 <source>If you disable transcoding, many videos from your users will not work!</source>
1582 <target>Transkodeketa desgaitzen baduzu, erabiltzaileen bideo askok ez dute funtzionatuko!</target> 1612 <target>Transkodeketa desgaitzen baduzu, erabiltzaileen bideo askok ez dute funtzionatuko!</target>
1583 <context-group name="null"> 1613 <context-group name="null">
1584 <context context-type="linenumber">222</context> 1614 <context context-type="linenumber">275</context>
1585 </context-group> 1615 </context-group>
1586 </trans-unit> 1616 </trans-unit>
1587 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1617 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1588 <source>Transcoding threads</source> 1618 <source>Transcoding threads</source>
1589 <target>Transkodetze hariak</target> 1619 <target>Transkodetze hariak</target>
1590 <context-group name="null"> 1620 <context-group name="null">
1591 <context context-type="linenumber">237</context> 1621 <context context-type="linenumber">290</context>
1592 </context-group> 1622 </context-group>
1593 </trans-unit> 1623 </trans-unit>
1594 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1624 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1595 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1625 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1596 <target><x id="INTERPOLATION" equiv-text="{{resolution}}"/> bereizmena gaituta</target> 1626 <target><x id="INTERPOLATION" equiv-text="{{resolution}}"/> bereizmena gaituta</target>
1597 <context-group name="null"> 1627 <context-group name="null">
1598 <context context-type="linenumber">252</context> 1628 <context context-type="linenumber">305</context>
1599 </context-group> 1629 </context-group>
1600 </trans-unit> 1630 </trans-unit>
1601 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1631 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1610,70 +1640,70 @@
1610 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1640 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1611 </target> 1641 </target>
1612 <context-group name="null"> 1642 <context-group name="null">
1613 <context context-type="linenumber">260</context> 1643 <context context-type="linenumber">313</context>
1614 </context-group> 1644 </context-group>
1615 </trans-unit> 1645 </trans-unit>
1616 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1646 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1617 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1647 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1618 <target>Fitxategi batzuk ez dira federatzen (aurrebistak, azpitituluak). Zuzenean jatorrizko instantziatik jasotzen ditugu eta cachean gorde.</target> 1648 <target>Fitxategi batzuk ez dira federatzen (aurrebistak, azpitituluak). Zuzenean jatorrizko instantziatik jasotzen ditugu eta cachean gorde.</target>
1619 <context-group name="null"> 1649 <context-group name="null">
1620 <context context-type="linenumber">265</context> 1650 <context context-type="linenumber">318</context>
1621 </context-group> 1651 </context-group>
1622 </trans-unit> 1652 </trans-unit>
1623 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1653 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1624 <source>Previews cache size</source> 1654 <source>Previews cache size</source>
1625 <target>Aurrebisten cachearen tamaina</target> 1655 <target>Aurrebisten cachearen tamaina</target>
1626 <context-group name="null"> 1656 <context-group name="null">
1627 <context context-type="linenumber">271</context> 1657 <context context-type="linenumber">324</context>
1628 </context-group> 1658 </context-group>
1629 </trans-unit> 1659 </trans-unit>
1630 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1660 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1631 <source>Video captions cache size</source> 1661 <source>Video captions cache size</source>
1632 <target>Bideoaren azpitituluen cachearen tamaina</target> 1662 <target>Bideoaren azpitituluen cachearen tamaina</target>
1633 <context-group name="null"> 1663 <context-group name="null">
1634 <context context-type="linenumber">280</context> 1664 <context context-type="linenumber">333</context>
1635 </context-group> 1665 </context-group>
1636 </trans-unit> 1666 </trans-unit>
1637 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1667 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1638 <source>Customizations</source> 1668 <source>Customizations</source>
1639 <target>Pertsonalizazioak</target> 1669 <target>Pertsonalizazioak</target>
1640 <context-group name="null"> 1670 <context-group name="null">
1641 <context context-type="linenumber">289</context> 1671 <context context-type="linenumber">342</context>
1642 </context-group> 1672 </context-group>
1643 </trans-unit> 1673 </trans-unit>
1644 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1674 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1645 <source>JavaScript</source> 1675 <source>JavaScript</source>
1646 <target>JavaScript</target> 1676 <target>JavaScript</target>
1647 <context-group name="null"> 1677 <context-group name="null">
1648 <context context-type="linenumber">294</context> 1678 <context context-type="linenumber">347</context>
1649 </context-group> 1679 </context-group>
1650 </trans-unit> 1680 </trans-unit>
1651 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1681 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1652 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1682 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1653 <target>IdatziJavaScript kodea zuzenean.&lt;br /&gt;Adibidez: &lt;pre&gt;console.log('nire instantzia zoragarria da');&lt;/pre&gt;</target> 1683 <target>IdatziJavaScript kodea zuzenean.&lt;br /&gt;Adibidez: &lt;pre&gt;console.log('nire instantzia zoragarria da');&lt;/pre&gt;</target>
1654 <context-group name="null"> 1684 <context-group name="null">
1655 <context context-type="linenumber">297</context> 1685 <context context-type="linenumber">350</context>
1656 </context-group> 1686 </context-group>
1657 </trans-unit> 1687 </trans-unit>
1658 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1688 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1659 <source>Advanced configuration</source> 1689 <source>Advanced configuration</source>
1660 <target>Konfigurazio aurreratua</target> 1690 <target>Konfigurazio aurreratua</target>
1661 <context-group name="null"> 1691 <context-group name="null">
1662 <context context-type="linenumber">212</context> 1692 <context context-type="linenumber">265</context>
1663 </context-group> 1693 </context-group>
1664 </trans-unit> 1694 </trans-unit>
1665 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1695 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1666 <source>Update configuration</source> 1696 <source>Update configuration</source>
1667 <target>Eguneratu konfigurazioa</target> 1697 <target>Eguneratu konfigurazioa</target>
1668 <context-group name="null"> 1698 <context-group name="null">
1669 <context context-type="linenumber">340</context> 1699 <context context-type="linenumber">393</context>
1670 </context-group> 1700 </context-group>
1671 </trans-unit> 1701 </trans-unit>
1672 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1702 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1673 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1703 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1674 <target>Konfigurazioa baliogabea dela dirudi. Bilatu zer egon daitekeen gaizki fitxa desberdinetan begiratuz.</target> 1704 <target>Konfigurazioa baliogabea dela dirudi. Bilatu zer egon daitekeen gaizki fitxa desberdinetan begiratuz.</target>
1675 <context-group name="null"> 1705 <context-group name="null">
1676 <context context-type="linenumber">341</context> 1706 <context context-type="linenumber">394</context>
1677 </context-group> 1707 </context-group>
1678 </trans-unit> 1708 </trans-unit>
1679 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1709 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1709,17 +1739,6 @@
1709 <context context-type="linenumber">11</context> 1739 <context context-type="linenumber">11</context>
1710 </context-group> 1740 </context-group>
1711 </trans-unit> 1741 </trans-unit>
1712 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368">
1713 <source>
1714 Jobs
1715 </source>
1716 <target>
1717 Lanak
1718 </target>
1719 <context-group name="null">
1720 <context context-type="linenumber">15</context>
1721 </context-group>
1722 </trans-unit>
1723 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 1742 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1724 <source> 1743 <source>
1725 Configuration 1744 Configuration
@@ -1728,7 +1747,7 @@
1728 Konfigurazioa 1747 Konfigurazioa
1729 </target> 1748 </target>
1730 <context-group name="null"> 1749 <context-group name="null">
1731 <context context-type="linenumber">19</context> 1750 <context context-type="linenumber">15</context>
1732 </context-group> 1751 </context-group>
1733 </trans-unit> 1752 </trans-unit>
1734 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 1753 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
@@ -1770,20 +1789,6 @@
1770 <context context-type="linenumber">18</context> 1789 <context context-type="linenumber">18</context>
1771 </context-group> 1790 </context-group>
1772 </trans-unit> 1791 </trans-unit>
1773 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1774 <source>Score</source>
1775 <target>Puntuazioa</target>
1776 <context-group name="null">
1777 <context context-type="linenumber">17</context>
1778 </context-group>
1779 </trans-unit>
1780 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1781 <source>Host</source>
1782 <target>Ostalaria </target>
1783 <context-group name="null">
1784 <context context-type="linenumber">19</context>
1785 </context-group>
1786 </trans-unit>
1787 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 1792 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
1788 <source>State</source> 1793 <source>State</source>
1789 <target>Egoera</target> 1794 <target>Egoera</target>
@@ -1791,6 +1796,13 @@
1791 <context context-type="linenumber">10</context> 1796 <context context-type="linenumber">10</context>
1792 </context-group> 1797 </context-group>
1793 </trans-unit> 1798 </trans-unit>
1799 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1800 <source>Score</source>
1801 <target>Puntuazioa</target>
1802 <context-group name="null">
1803 <context context-type="linenumber">19</context>
1804 </context-group>
1805 </trans-unit>
1794 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 1806 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1795 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 1807 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1796 <target><x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>(e)an sortuta</target> 1808 <target><x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>(e)an sortuta</target>
@@ -1812,6 +1824,20 @@
1812 <context context-type="linenumber">33</context> 1824 <context context-type="linenumber">33</context>
1813 </context-group> 1825 </context-group>
1814 </trans-unit> 1826 </trans-unit>
1827 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
1828 <source>Refuse</source>
1829 <target>Errefusatu</target>
1830 <context-group name="null">
1831 <context context-type="linenumber">42</context>
1832 </context-group>
1833 </trans-unit>
1834 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1835 <source>Host</source>
1836 <target>Ostalaria </target>
1837 <context-group name="null">
1838 <context context-type="linenumber">19</context>
1839 </context-group>
1840 </trans-unit>
1815 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8"> 1841 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
1816 <source>Redundancy allowed</source> 1842 <source>Redundancy allowed</source>
1817 <target>Erredundantzia onartua</target> 1843 <target>Erredundantzia onartua</target>
@@ -1847,34 +1873,6 @@
1847 <context context-type="linenumber">9</context> 1873 <context context-type="linenumber">9</context>
1848 </context-group> 1874 </context-group>
1849 </trans-unit> 1875 </trans-unit>
1850 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1851 <source>Jobs list</source>
1852 <target>Lanen zerrenda</target>
1853 <context-group name="null">
1854 <context context-type="linenumber">2</context>
1855 </context-group>
1856 </trans-unit>
1857 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1858 <source>Type</source>
1859 <target>Mota</target>
1860 <context-group name="null">
1861 <context context-type="linenumber">19</context>
1862 </context-group>
1863 </trans-unit>
1864 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
1865 <source>Processed on</source>
1866 <target>Prozesatze data</target>
1867 <context-group name="null">
1868 <context context-type="linenumber">22</context>
1869 </context-group>
1870 </trans-unit>
1871 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
1872 <source>Finished on</source>
1873 <target>Bukatze data</target>
1874 <context-group name="null">
1875 <context context-type="linenumber">23</context>
1876 </context-group>
1877 </trans-unit>
1878 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 1876 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1879 <source>Create user</source> 1877 <source>Create user</source>
1880 <target>Sortu erabiltzailea</target> 1878 <target>Sortu erabiltzailea</target>
@@ -1955,7 +1953,7 @@
1955 <source>Go to the account page</source> 1953 <source>Go to the account page</source>
1956 <target>Joan kontuaren orrira</target> 1954 <target>Joan kontuaren orrira</target>
1957 <context-group name="null"> 1955 <context-group name="null">
1958 <context context-type="linenumber">133</context> 1956 <context context-type="linenumber">153</context>
1959 </context-group> 1957 </context-group>
1960 </trans-unit> 1958 </trans-unit>
1961 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 1959 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -1994,14 +1992,14 @@
1994 Iruzkin hau zuk eta beste moderatzaileek besterik ezin duzue ikusi. 1992 Iruzkin hau zuk eta beste moderatzaileek besterik ezin duzue ikusi.
1995 </target> 1993 </target>
1996 <context-group name="null"> 1994 <context-group name="null">
1997 <context context-type="linenumber">17</context> 1995 <context context-type="linenumber">18</context>
1998 </context-group> 1996 </context-group>
1999 </trans-unit> 1997 </trans-unit>
2000 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 1998 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
2001 <source>Update this comment</source> 1999 <source>Update this comment</source>
2002 <target>Eguneratu iruzkin hau</target> 2000 <target>Eguneratu iruzkin hau</target>
2003 <context-group name="null"> 2001 <context-group name="null">
2004 <context context-type="linenumber">25</context> 2002 <context context-type="linenumber">26</context>
2005 </context-group> 2003 </context-group>
2006 </trans-unit> 2004 </trans-unit>
2007 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 2005 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -2088,6 +2086,13 @@
2088 <context context-type="linenumber">43</context> 2086 <context context-type="linenumber">43</context>
2089 </context-group> 2087 </context-group>
2090 </trans-unit> 2088 </trans-unit>
2089 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2090 <source>Unblacklist</source>
2091 <target>Atera zerrenda beltzetik</target>
2092 <context-group name="null">
2093 <context context-type="linenumber">16</context>
2094 </context-group>
2095 </trans-unit>
2091 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2096 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2092 <source>Moderation</source> 2097 <source>Moderation</source>
2093 <target>Moderazioa</target> 2098 <target>Moderazioa</target>
@@ -2102,13 +2107,6 @@
2102 <context context-type="linenumber">5</context> 2107 <context context-type="linenumber">5</context>
2103 </context-group> 2108 </context-group>
2104 </trans-unit> 2109 </trans-unit>
2105 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2106 <source>Blacklisted videos</source>
2107 <target>Zerrenda beltzeko bideoak</target>
2108 <context-group name="null">
2109 <context context-type="linenumber">7</context>
2110 </context-group>
2111 </trans-unit>
2112 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2110 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2113 <source>Muted accounts</source> 2111 <source>Muted accounts</source>
2114 <target>Mutututako kontuak</target> 2112 <target>Mutututako kontuak</target>
@@ -2120,7 +2118,7 @@
2120 <source>Muted servers</source> 2118 <source>Muted servers</source>
2121 <target>Mutututako zerbitzariak</target> 2119 <target>Mutututako zerbitzariak</target>
2122 <context-group name="null"> 2120 <context-group name="null">
2123 <context context-type="linenumber">11</context> 2121 <context context-type="linenumber">13</context>
2124 </context-group> 2122 </context-group>
2125 </trans-unit> 2123 </trans-unit>
2126 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2124 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2137,6 +2135,34 @@
2137 <context context-type="linenumber">23</context> 2135 <context context-type="linenumber">23</context>
2138 </context-group> 2136 </context-group>
2139 </trans-unit> 2137 </trans-unit>
2138 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2139 <source>Jobs list</source>
2140 <target>Lanen zerrenda</target>
2141 <context-group name="null">
2142 <context context-type="linenumber">2</context>
2143 </context-group>
2144 </trans-unit>
2145 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2146 <source>Type</source>
2147 <target>Mota</target>
2148 <context-group name="null">
2149 <context context-type="linenumber">19</context>
2150 </context-group>
2151 </trans-unit>
2152 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2153 <source>Processed on</source>
2154 <target>Prozesatze data</target>
2155 <context-group name="null">
2156 <context context-type="linenumber">22</context>
2157 </context-group>
2158 </trans-unit>
2159 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2160 <source>Finished on</source>
2161 <target>Bukatze data</target>
2162 <context-group name="null">
2163 <context context-type="linenumber">23</context>
2164 </context-group>
2165 </trans-unit>
2140 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 2166 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
2141 <source>Video quota:</source> 2167 <source>Video quota:</source>
2142 <target>Bideo-kuota:</target> 2168 <target>Bideo-kuota:</target>
@@ -2169,14 +2195,14 @@
2169 <source>Change ownership</source> 2195 <source>Change ownership</source>
2170 <target>Aldatu jabetza</target> 2196 <target>Aldatu jabetza</target>
2171 <context-group name="null"> 2197 <context-group name="null">
2172 <context context-type="linenumber">46</context> 2198 <context context-type="linenumber">21</context>
2173 </context-group> 2199 </context-group>
2174 </trans-unit> 2200 </trans-unit>
2175 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2201 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
2176 <source>Select the next owner</source> 2202 <source>Select the next owner</source>
2177 <target>Hautatu hurrengo jabea</target> 2203 <target>Hautatu hurrengo jabea</target>
2178 <context-group name="null"> 2204 <context-group name="null">
2179 <context context-type="linenumber">9</context> 2205 <context context-type="linenumber">10</context>
2180 </context-group> 2206 </context-group>
2181 </trans-unit> 2207 </trans-unit>
2182 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8"> 2208 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
@@ -2190,38 +2216,6 @@
2190 <context context-type="linenumber">35</context> 2216 <context context-type="linenumber">35</context>
2191 </context-group> 2217 </context-group>
2192 </trans-unit> 2218 </trans-unit>
2193 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79">
2194 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2195 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> ikustaldi</target>
2196 <context-group name="null">
2197 <context context-type="linenumber">19</context>
2198 </context-group>
2199 </trans-unit>
2200 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2201 <source>Blacklisted</source>
2202 <target>Zerrenda beltzean</target>
2203 <context-group name="null">
2204 <context context-type="linenumber">22</context>
2205 </context-group>
2206 </trans-unit>
2207 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2208 <source>
2209 Cancel
2210 </source>
2211 <target>
2212 Utzi
2213 </target>
2214 <context-group name="null">
2215 <context context-type="linenumber">30</context>
2216 </context-group>
2217 </trans-unit>
2218 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2219 <source>Create another video channel</source>
2220 <target>Sortu beste bideo kanal bat</target>
2221 <context-group name="null">
2222 <context context-type="linenumber">4</context>
2223 </context-group>
2224 </trans-unit>
2225 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2219 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
2226 <source>Go to the channel</source> 2220 <source>Go to the channel</source>
2227 <target>Joan kanalera</target> 2221 <target>Joan kanalera</target>
@@ -2243,13 +2237,6 @@
2243 <context context-type="linenumber">15</context> 2237 <context context-type="linenumber">15</context>
2244 </context-group> 2238 </context-group>
2245 </trans-unit> 2239 </trans-unit>
2246 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2247 <source>Display name</source>
2248 <target>Pantaila-izena</target>
2249 <context-group name="null">
2250 <context context-type="linenumber">6</context>
2251 </context-group>
2252 </trans-unit>
2253 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2240 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2254 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2241 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2255When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2242When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2298,7 +2285,7 @@ Kanal honetara bideo bat igotzen duzunean, bideoa babesteko eremua testu honekin
2298 <source>Select the target channel</source> 2285 <source>Select the target channel</source>
2299 <target>Hautatu kanal helburua</target> 2286 <target>Hautatu kanal helburua</target>
2300 <context-group name="null"> 2287 <context-group name="null">
2301 <context context-type="linenumber">9</context> 2288 <context context-type="linenumber">10</context>
2302 </context-group> 2289 </context-group>
2303 </trans-unit> 2290 </trans-unit>
2304 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740"> 2291 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
@@ -2338,14 +2325,7 @@ Kanal honetara bideo bat igotzen duzunean, bideoa babesteko eremua testu honekin
2338 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source> 2325 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
2339 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target> 2326 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
2340 <context-group name="null"> 2327 <context-group name="null">
2341 <context context-type="linenumber">39</context> 2328 <context context-type="linenumber">38</context>
2342 </context-group>
2343 </trans-unit>
2344 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2345 <source>Refuse</source>
2346 <target>Errefusatu</target>
2347 <context-group name="null">
2348 <context context-type="linenumber">47</context>
2349 </context-group> 2329 </context-group>
2350 </trans-unit> 2330 </trans-unit>
2351 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e"> 2331 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
@@ -2355,6 +2335,27 @@ Kanal honetara bideo bat igotzen duzunean, bideoa babesteko eremua testu honekin
2355 <context context-type="linenumber">2</context> 2335 <context context-type="linenumber">2</context>
2356 </context-group> 2336 </context-group>
2357 </trans-unit> 2337 </trans-unit>
2338 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2339 <source>Privacy</source>
2340 <target>Pribatutasuna</target>
2341 <context-group name="null">
2342 <context context-type="linenumber">179</context>
2343 </context-group>
2344 </trans-unit>
2345 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2346 <source>Channel</source>
2347 <target>Kanala</target>
2348 <context-group name="null">
2349 <context context-type="linenumber">39</context>
2350 </context-group>
2351 </trans-unit>
2352 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2353 <source>Upload thumbnail</source>
2354 <target>Igo irudia</target>
2355 <context-group name="null">
2356 <context context-type="linenumber">192</context>
2357 </context-group>
2358 </trans-unit>
2358 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2359 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2359 <source>Change password</source> 2360 <source>Change password</source>
2360 <target>Aldatu pasahitza</target> 2361 <target>Aldatu pasahitza</target>
@@ -2404,13 +2405,6 @@ Kanal honetara bideo bat igotzen duzunean, bideoa babesteko eremua testu honekin
2404 <context context-type="linenumber">28</context> 2405 <context context-type="linenumber">28</context>
2405 </context-group> 2406 </context-group>
2406 </trans-unit> 2407 </trans-unit>
2407 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2408 <source>Save</source>
2409 <target>Gorde</target>
2410 <context-group name="null">
2411 <context context-type="linenumber">32</context>
2412 </context-group>
2413 </trans-unit>
2414 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2408 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2415 <source>Update my profile</source> 2409 <source>Update my profile</source>
2416 <target>Eguneratu nire profila</target> 2410 <target>Eguneratu nire profila</target>
@@ -2536,7 +2530,7 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
2536 <source>URL</source> 2530 <source>URL</source>
2537 <target>URL-a</target> 2531 <target>URL-a</target>
2538 <context-group name="null"> 2532 <context-group name="null">
2539 <context context-type="linenumber">17</context> 2533 <context context-type="linenumber">25</context>
2540 </context-group> 2534 </context-group>
2541 </trans-unit> 2535 </trans-unit>
2542 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 2536 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2546,20 +2540,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
2546 <context context-type="linenumber">9</context> 2540 <context context-type="linenumber">9</context>
2547 </context-group> 2541 </context-group>
2548 </trans-unit> 2542 </trans-unit>
2549 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2550 <source>Channel</source>
2551 <target>Kanala</target>
2552 <context-group name="null">
2553 <context context-type="linenumber">39</context>
2554 </context-group>
2555 </trans-unit>
2556 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2557 <source>Privacy</source>
2558 <target>Pribatutasuna</target>
2559 <context-group name="null">
2560 <context context-type="linenumber">159</context>
2561 </context-group>
2562 </trans-unit>
2563 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 2543 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2564 <source>Sorry, but something went wrong</source> 2544 <source>Sorry, but something went wrong</source>
2565 <target>Akatsen bat egon da</target> 2545 <target>Akatsen bat egon da</target>
@@ -2582,7 +2562,7 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
2582 <source>Update</source> 2562 <source>Update</source>
2583 <target>Eguneratu</target> 2563 <target>Eguneratu</target>
2584 <context-group name="null"> 2564 <context-group name="null">
2585 <context context-type="linenumber">92</context> 2565 <context context-type="linenumber">17</context>
2586 </context-group> 2566 </context-group>
2587 </trans-unit> 2567 </trans-unit>
2588 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2568 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2730,7 +2710,7 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
2730 <source>Tags</source> 2710 <source>Tags</source>
2731 <target>Etiketak</target> 2711 <target>Etiketak</target>
2732 <context-group name="null"> 2712 <context-group name="null">
2733 <context context-type="linenumber">191</context> 2713 <context context-type="linenumber">216</context>
2734 </context-group> 2714 </context-group>
2735 </trans-unit> 2715 </trans-unit>
2736 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 2716 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -2782,25 +2762,18 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
2782 <context context-type="linenumber">120</context> 2762 <context context-type="linenumber">120</context>
2783 </context-group> 2763 </context-group>
2784 </trans-unit> 2764 </trans-unit>
2785 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2786 <source>Enable video comments</source>
2787 <target>Gaitu bideoaren iruzkinak</target>
2788 <context-group name="null">
2789 <context context-type="linenumber">125</context>
2790 </context-group>
2791 </trans-unit>
2792 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 2765 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
2793 <source>Wait transcoding before publishing the video</source> 2766 <source>Wait transcoding before publishing the video</source>
2794 <target>Itxaron transkodetzeari bideoa argitaratu aurretik</target> 2767 <target>Itxaron transkodetzeari bideoa argitaratu aurretik</target>
2795 <context-group name="null"> 2768 <context-group name="null">
2796 <context context-type="linenumber">131</context> 2769 <context context-type="linenumber">126</context>
2797 </context-group> 2770 </context-group>
2798 </trans-unit> 2771 </trans-unit>
2799 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63"> 2772 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
2800 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source> 2773 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
2801 <target>Bideoa argitaratu aurretik ez baduzu transkodetzea bukatu arte itxaroten, bideoa transkodetzea bukatu arte ezin ikustea gerta daiteke.</target> 2774 <target>Bideoa argitaratu aurretik ez baduzu transkodetzea bukatu arte itxaroten, bideoa transkodetzea bukatu arte ezin ikustea gerta daiteke.</target>
2802 <context-group name="null"> 2775 <context-group name="null">
2803 <context context-type="linenumber">132</context> 2776 <context context-type="linenumber">127</context>
2804 </context-group> 2777 </context-group>
2805 </trans-unit> 2778 </trans-unit>
2806 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 2779 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
@@ -2814,49 +2787,49 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
2814 <source>Add another caption</source> 2787 <source>Add another caption</source>
2815 <target>Gehitu beste azpititulu bat</target> 2788 <target>Gehitu beste azpititulu bat</target>
2816 <context-group name="null"> 2789 <context-group name="null">
2817 <context context-type="linenumber">147</context> 2790 <context context-type="linenumber">142</context>
2818 </context-group> 2791 </context-group>
2819 </trans-unit> 2792 </trans-unit>
2820 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed"> 2793 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
2821 <source>See the subtitle file</source> 2794 <source>See the subtitle file</source>
2822 <target>Ikusi azpitituluen fitxategia</target> 2795 <target>Ikusi azpitituluen fitxategia</target>
2823 <context-group name="null"> 2796 <context-group name="null">
2824 <context context-type="linenumber">156</context> 2797 <context context-type="linenumber">151</context>
2825 </context-group> 2798 </context-group>
2826 </trans-unit> 2799 </trans-unit>
2827 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2800 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2828 <source>Already uploaded ✔</source> 2801 <source>Already uploaded ✔</source>
2829 <target>Jadanik igota ✔</target> 2802 <target>Jadanik igota ✔</target>
2830 <context-group name="null"> 2803 <context-group name="null">
2831 <context context-type="linenumber">160</context> 2804 <context context-type="linenumber">155</context>
2832 </context-group> 2805 </context-group>
2833 </trans-unit> 2806 </trans-unit>
2834 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad"> 2807 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
2835 <source>Will be created on update</source> 2808 <source>Will be created on update</source>
2836 <target>Eguneratzean sortuko da</target> 2809 <target>Eguneratzean sortuko da</target>
2837 <context-group name="null"> 2810 <context-group name="null">
2838 <context context-type="linenumber">168</context> 2811 <context context-type="linenumber">163</context>
2839 </context-group> 2812 </context-group>
2840 </trans-unit> 2813 </trans-unit>
2841 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9"> 2814 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
2842 <source>Cancel create</source> 2815 <source>Cancel create</source>
2843 <target>Ezeztatu sorkuntza</target> 2816 <target>Ezeztatu sorkuntza</target>
2844 <context-group name="null"> 2817 <context-group name="null">
2845 <context context-type="linenumber">170</context> 2818 <context context-type="linenumber">165</context>
2846 </context-group> 2819 </context-group>
2847 </trans-unit> 2820 </trans-unit>
2848 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393"> 2821 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
2849 <source>Will be deleted on update</source> 2822 <source>Will be deleted on update</source>
2850 <target>Eguneratzean ezabatuko da</target> 2823 <target>Eguneratzean ezabatuko da</target>
2851 <context-group name="null"> 2824 <context-group name="null">
2852 <context context-type="linenumber">176</context> 2825 <context context-type="linenumber">171</context>
2853 </context-group> 2826 </context-group>
2854 </trans-unit> 2827 </trans-unit>
2855 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 2828 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
2856 <source>Cancel deletion</source> 2829 <source>Cancel deletion</source>
2857 <target>Ezeztatu ezabaketa</target> 2830 <target>Ezeztatu ezabaketa</target>
2858 <context-group name="null"> 2831 <context-group name="null">
2859 <context context-type="linenumber">178</context> 2832 <context context-type="linenumber">173</context>
2860 </context-group> 2833 </context-group>
2861 </trans-unit> 2834 </trans-unit>
2862 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0"> 2835 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
@@ -2867,49 +2840,49 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
2867 Azpititulurik ez oraingoz. 2840 Azpititulurik ez oraingoz.
2868 </target> 2841 </target>
2869 <context-group name="null"> 2842 <context-group name="null">
2870 <context context-type="linenumber">183</context> 2843 <context context-type="linenumber">178</context>
2871 </context-group> 2844 </context-group>
2872 </trans-unit> 2845 </trans-unit>
2873 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93"> 2846 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
2874 <source>Captions</source> 2847 <source>Captions</source>
2875 <target>Azpitituluak</target> 2848 <target>Azpitituluak</target>
2876 <context-group name="null"> 2849 <context-group name="null">
2877 <context context-type="linenumber">140</context> 2850 <context context-type="linenumber">135</context>
2878 </context-group>
2879 </trans-unit>
2880 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2881 <source>Upload thumbnail</source>
2882 <target>Igo irudia</target>
2883 <context-group name="null">
2884 <context context-type="linenumber">196</context>
2885 </context-group> 2851 </context-group>
2886 </trans-unit> 2852 </trans-unit>
2887 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 2853 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2888 <source>Upload preview</source> 2854 <source>Upload preview</source>
2889 <target>Igo aurrebista</target> 2855 <target>Igo aurrebista</target>
2890 <context-group name="null"> 2856 <context-group name="null">
2891 <context context-type="linenumber">203</context> 2857 <context context-type="linenumber">199</context>
2892 </context-group> 2858 </context-group>
2893 </trans-unit> 2859 </trans-unit>
2894 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 2860 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
2895 <source>Support</source> 2861 <source>Support</source>
2896 <target>Babestu</target> 2862 <target>Babestu</target>
2897 <context-group name="null"> 2863 <context-group name="null">
2898 <context context-type="linenumber">69</context> 2864 <context context-type="linenumber">103</context>
2899 </context-group> 2865 </context-group>
2900 </trans-unit> 2866 </trans-unit>
2901 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 2867 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
2902 <source>Short text to tell people how they can support you (membership platform...).</source> 2868 <source>Short text to tell people how they can support you (membership platform...).</source>
2903 <target>Jendeari zu nola babestu azaltzeko testu labur bat (kidetza plataforma...).</target> 2869 <target>Jendeari zu nola babestu azaltzeko testu labur bat (kidetza plataforma...).</target>
2904 <context-group name="null"> 2870 <context-group name="null">
2905 <context context-type="linenumber">210</context> 2871 <context context-type="linenumber">206</context>
2872 </context-group>
2873 </trans-unit>
2874 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2875 <source>Enable video comments</source>
2876 <target>Gaitu bideoaren iruzkinak</target>
2877 <context-group name="null">
2878 <context context-type="linenumber">234</context>
2906 </context-group> 2879 </context-group>
2907 </trans-unit> 2880 </trans-unit>
2908 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 2881 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2909 <source>Advanced settings</source> 2882 <source>Advanced settings</source>
2910 <target>Ezarpen aurreratuak</target> 2883 <target>Ezarpen aurreratuak</target>
2911 <context-group name="null"> 2884 <context-group name="null">
2912 <context context-type="linenumber">191</context> 2885 <context context-type="linenumber">186</context>
2913 </context-group> 2886 </context-group>
2914 </trans-unit> 2887 </trans-unit>
2915 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0"> 2888 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
@@ -2923,78 +2896,25 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
2923 <context context-type="linenumber">2</context> 2896 <context context-type="linenumber">2</context>
2924 </context-group> 2897 </context-group>
2925 </trans-unit> 2898 </trans-unit>
2926 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
2927 <source>Download video</source>
2928 <target>Deskargatu bideoa</target>
2929 <context-group name="null">
2930 <context context-type="linenumber">3</context>
2931 </context-group>
2932 </trans-unit>
2933 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
2934 <source>Direct download</source>
2935 <target>Deskarga zuzena</target>
2936 <context-group name="null">
2937 <context context-type="linenumber">27</context>
2938 </context-group>
2939 </trans-unit>
2940 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
2941 <source>Torrent (.torrent file)</source>
2942 <target>Torrent (.torrent fitxategia)</target>
2943 <context-group name="null">
2944 <context context-type="linenumber">32</context>
2945 </context-group>
2946 </trans-unit>
2947 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
2948 <source>Torrent (magnet link)</source>
2949 <target>Torrent (magnet esteka)</target>
2950 <context-group name="null">
2951 <context context-type="linenumber">37</context>
2952 </context-group>
2953 </trans-unit>
2954 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
2955 <source>
2956 Cancel
2957 </source>
2958 <target>
2959 Utzi
2960 </target>
2961 <context-group name="null">
2962 <context context-type="linenumber">47</context>
2963 </context-group>
2964 </trans-unit>
2965 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
2966 <source>Download</source>
2967 <target>Deskargatu</target>
2968 <context-group name="null">
2969 <context context-type="linenumber">84</context>
2970 </context-group>
2971 </trans-unit>
2972 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
2973 <source>Report video</source>
2974 <target>Salatu bideoa</target>
2975 <context-group name="null">
2976 <context context-type="linenumber">3</context>
2977 </context-group>
2978 </trans-unit>
2979 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 2899 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2980 <source>Share</source> 2900 <source>Share</source>
2981 <target>Partekatu</target> 2901 <target>Partekatu</target>
2982 <context-group name="null"> 2902 <context-group name="null">
2983 <context context-type="linenumber">74</context> 2903 <context context-type="linenumber">108</context>
2984 </context-group> 2904 </context-group>
2985 </trans-unit> 2905 </trans-unit>
2986 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 2906 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2987 <source>QR-Code</source> 2907 <source>QR-Code</source>
2988 <target>QR-kodea</target> 2908 <target>QR-kodea</target>
2989 <context-group name="null"> 2909 <context-group name="null">
2990 <context context-type="linenumber">29</context> 2910 <context context-type="linenumber">37</context>
2991 </context-group> 2911 </context-group>
2992 </trans-unit> 2912 </trans-unit>
2993 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 2913 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2994 <source>Embed</source> 2914 <source>Embed</source>
2995 <target>Txertatu</target> 2915 <target>Txertatu</target>
2996 <context-group name="null"> 2916 <context-group name="null">
2997 <context context-type="linenumber">34</context> 2917 <context context-type="linenumber">42</context>
2998 </context-group> 2918 </context-group>
2999 </trans-unit> 2919 </trans-unit>
3000 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 2920 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3005,61 +2925,21 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3005 URLa ez da segurua (ez da HTTPS), beraz txertatuako bideoa ez da ikusiko HTTPS webguneetan (web nabigatzaileek segurtasun gabeko HTTP eskariak blokeatzen dituzte HTTPS webguneetan). 2925 URLa ez da segurua (ez da HTTPS), beraz txertatuako bideoa ez da ikusiko HTTPS webguneetan (web nabigatzaileek segurtasun gabeko HTTP eskariak blokeatzen dituzte HTTPS webguneetan).
3006 </target> 2926 </target>
3007 <context-group name="null"> 2927 <context-group name="null">
3008 <context context-type="linenumber">45</context> 2928 <context context-type="linenumber">53</context>
3009 </context-group> 2929 </context-group>
3010 </trans-unit> 2930 </trans-unit>
3011 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 2931 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3012 <source>Close</source> 2932 <source>Close</source>
3013 <target>Itxi</target> 2933 <target>Itxi</target>
3014 <context-group name="null"> 2934 <context-group name="null">
3015 <context context-type="linenumber">51</context> 2935 <context context-type="linenumber">59</context>
3016 </context-group>
3017 </trans-unit>
3018 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
3019 <source>Blacklist video</source>
3020 <target>Sartu bideoa zerrenda beltzean</target>
3021 <context-group name="null">
3022 <context context-type="linenumber">3</context>
3023 </context-group>
3024 </trans-unit>
3025 <trans-unit id="7584313e33a66811eb10646627914a01fff0347d">
3026 <source>
3027 The video is being imported, it will be available when the import is finished.
3028 </source>
3029 <target>
3030 Bideoa inportatzen ari da, inportazioa bukatzean eskuragarri egongo da.
3031 </target>
3032 <context-group name="null">
3033 <context context-type="linenumber">11</context>
3034 </context-group>
3035 </trans-unit>
3036 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
3037 <source>
3038 The video is being transcoded, it may not work properly.
3039 </source>
3040 <target>
3041 Bideoa transkodetzen ari da, oraindik ez funtzionatzea izan daiteke.
3042 </target>
3043 <context-group name="null">
3044 <context context-type="linenumber">15</context>
3045 </context-group>
3046 </trans-unit>
3047 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
3048 <source>
3049 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3050 </source>
3051 <target>
3052 Bideo hau <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>(e)n argitaratuko da.
3053 </target>
3054 <context-group name="null">
3055 <context context-type="linenumber">19</context>
3056 </context-group> 2936 </context-group>
3057 </trans-unit> 2937 </trans-unit>
3058 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 2938 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3059 <source>This video is blacklisted.</source> 2939 <source>This video is blacklisted.</source>
3060 <target>Bideo hau zerrenda beltzean dago.</target> 2940 <target>Bideo hau zerrenda beltzean dago.</target>
3061 <context-group name="null"> 2941 <context-group name="null">
3062 <context context-type="linenumber">24</context> 2942 <context context-type="linenumber">57</context>
3063 </context-group> 2943 </context-group>
3064 </trans-unit> 2944 </trans-unit>
3065 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 2945 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3070,130 +2950,56 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3070 Argitaratua <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views 2950 Argitaratua <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3071 </target> 2951 </target>
3072 <context-group name="null"> 2952 <context-group name="null">
3073 <context context-type="linenumber">37</context> 2953 <context context-type="linenumber">78</context>
3074 </context-group>
3075 </trans-unit>
3076 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3077 <source>
3078 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3079 </source>
3080 <target>
3081 Argitaratua <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3082 </target>
3083 <context-group name="null">
3084 <context context-type="linenumber">46</context>
3085 </context-group> 2954 </context-group>
3086 </trans-unit> 2955 </trans-unit>
3087 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 2956 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3088 <source>Like this video</source> 2957 <source>Like this video</source>
3089 <target>Atsegin bideo hau</target> 2958 <target>Atsegin bideo hau</target>
3090 <context-group name="null"> 2959 <context-group name="null">
3091 <context context-type="linenumber">57</context> 2960 <context context-type="linenumber">88</context>
3092 </context-group> 2961 </context-group>
3093 </trans-unit> 2962 </trans-unit>
3094 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 2963 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3095 <source>Dislike this video</source> 2964 <source>Dislike this video</source>
3096 <target>Utzi bideoa hau atsegiteari</target> 2965 <target>Utzi bideoa hau atsegiteari</target>
3097 <context-group name="null"> 2966 <context-group name="null">
3098 <context context-type="linenumber">64</context>
3099 </context-group>
3100 </trans-unit>
3101 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3102 <source>Download the video</source>
3103 <target>Deskargatu bideoa</target>
3104 <context-group name="null">
3105 <context context-type="linenumber">83</context>
3106 </context-group>
3107 </trans-unit>
3108 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3109 <source>Report</source>
3110 <target>Salatu</target>
3111 <context-group name="null">
3112 <context context-type="linenumber">88</context>
3113 </context-group>
3114 </trans-unit>
3115 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3116 <source>Report this video</source>
3117 <target>Salatu bideo hau</target>
3118 <context-group name="null">
3119 <context context-type="linenumber">87</context>
3120 </context-group>
3121 </trans-unit>
3122 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3123 <source>Update this video</source>
3124 <target>Eguneratu bideo hau</target>
3125 <context-group name="null">
3126 <context context-type="linenumber">91</context>
3127 </context-group>
3128 </trans-unit>
3129 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3130 <source>Blacklist</source>
3131 <target>Zerrenda beltza</target>
3132 <context-group name="null">
3133 <context context-type="linenumber">96</context> 2967 <context context-type="linenumber">96</context>
3134 </context-group> 2968 </context-group>
3135 </trans-unit> 2969 </trans-unit>
3136 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3137 <source>Blacklist this video</source>
3138 <target>Sartu zerrenda beltzean bideo hau</target>
3139 <context-group name="null">
3140 <context context-type="linenumber">95</context>
3141 </context-group>
3142 </trans-unit>
3143 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3144 <source>Unblacklist</source>
3145 <target>Atera zerrenda beltzetik</target>
3146 <context-group name="null">
3147 <context context-type="linenumber">100</context>
3148 </context-group>
3149 </trans-unit>
3150 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3151 <source>Unblacklist this video</source>
3152 <target>Atera bideo hau zerrenda beltzetik</target>
3153 <context-group name="null">
3154 <context context-type="linenumber">99</context>
3155 </context-group>
3156 </trans-unit>
3157 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3158 <source>Delete this video</source>
3159 <target>Ezabatu bideo hau</target>
3160 <context-group name="null">
3161 <context context-type="linenumber">103</context>
3162 </context-group>
3163 </trans-unit>
3164 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 2970 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3165 <source>Go the channel page</source> 2971 <source>Go the channel page</source>
3166 <target>Joan kanalaren orrira</target> 2972 <target>Joan kanalaren orrira</target>
3167 <context-group name="null"> 2973 <context-group name="null">
3168 <context context-type="linenumber">123</context> 2974 <context context-type="linenumber">143</context>
3169 </context-group> 2975 </context-group>
3170 </trans-unit> 2976 </trans-unit>
3171 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 2977 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3172 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 2978 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3173 <target>Nork <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 2979 <target>Nork <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3174 <context-group name="null"> 2980 <context-group name="null">
3175 <context context-type="linenumber">134</context> 2981 <context context-type="linenumber">154</context>
3176 </context-group> 2982 </context-group>
3177 </trans-unit> 2983 </trans-unit>
3178 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 2984 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3179 <source>Show more</source> 2985 <source>Show more</source>
3180 <target>Erakutsi gehiago</target> 2986 <target>Erakutsi gehiago</target>
3181 <context-group name="null"> 2987 <context-group name="null">
3182 <context context-type="linenumber">146</context> 2988 <context context-type="linenumber">166</context>
3183 </context-group> 2989 </context-group>
3184 </trans-unit> 2990 </trans-unit>
3185 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 2991 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3186 <source>Show less</source> 2992 <source>Show less</source>
3187 <target>Erakutsi gutxiago</target> 2993 <target>Erakutsi gutxiago</target>
3188 <context-group name="null"> 2994 <context-group name="null">
3189 <context context-type="linenumber">152</context> 2995 <context context-type="linenumber">172</context>
3190 </context-group> 2996 </context-group>
3191 </trans-unit> 2997 </trans-unit>
3192 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 2998 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3193 <source>Friendly Reminder: </source> 2999 <source>Friendly Reminder: </source>
3194 <target>Oroigarria: </target> 3000 <target>Oroigarria: </target>
3195 <context-group name="null"> 3001 <context-group name="null">
3196 <context context-type="linenumber">208</context> 3002 <context context-type="linenumber">232</context>
3197 </context-group> 3003 </context-group>
3198 </trans-unit> 3004 </trans-unit>
3199 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3005 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3204,21 +3010,21 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3204 bideo hau partekatzeko erabilitako sistema dela eta zure sistemaren datu tekniko batzuk berdinei bidaliko da (IP helbide publikoa esaterako). 3010 bideo hau partekatzeko erabilitako sistema dela eta zure sistemaren datu tekniko batzuk berdinei bidaliko da (IP helbide publikoa esaterako).
3205 </target> 3011 </target>
3206 <context-group name="null"> 3012 <context-group name="null">
3207 <context context-type="linenumber">209</context> 3013 <context context-type="linenumber">233</context>
3208 </context-group> 3014 </context-group>
3209 </trans-unit> 3015 </trans-unit>
3210 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3016 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3211 <source>More information</source> 3017 <source>More information</source>
3212 <target>Informazio gehiago</target> 3018 <target>Informazio gehiago</target>
3213 <context-group name="null"> 3019 <context-group name="null">
3214 <context context-type="linenumber">212</context> 3020 <context context-type="linenumber">236</context>
3215 </context-group> 3021 </context-group>
3216 </trans-unit> 3022 </trans-unit>
3217 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3023 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3218 <source>Get more information</source> 3024 <source>Get more information</source>
3219 <target>Lortu informazio gehiago</target> 3025 <target>Lortu informazio gehiago</target>
3220 <context-group name="null"> 3026 <context-group name="null">
3221 <context context-type="linenumber">212</context> 3027 <context context-type="linenumber">236</context>
3222 </context-group> 3028 </context-group>
3223 </trans-unit> 3029 </trans-unit>
3224 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3030 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3229,7 +3035,7 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3229 Ados 3035 Ados
3230 </target> 3036 </target>
3231 <context-group name="null"> 3037 <context-group name="null">
3232 <context context-type="linenumber">215</context> 3038 <context context-type="linenumber">239</context>
3233 </context-group> 3039 </context-group>
3234 </trans-unit> 3040 </trans-unit>
3235 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3041 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -3639,6 +3445,27 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3639 <context context-type="linenumber">1</context> 3445 <context context-type="linenumber">1</context>
3640 </context-group> 3446 </context-group>
3641 </trans-unit> 3447 </trans-unit>
3448 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
3449 <source>Info</source>
3450 <target>Informazioa</target>
3451 <context-group name="null">
3452 <context context-type="linenumber">1</context>
3453 </context-group>
3454 </trans-unit>
3455 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
3456 <source>Warning</source>
3457 <target>Abisua</target>
3458 <context-group name="null">
3459 <context context-type="linenumber">1</context>
3460 </context-group>
3461 </trans-unit>
3462 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
3463 <source>Error</source>
3464 <target>Errorea</target>
3465 <context-group name="null">
3466 <context context-type="linenumber">1</context>
3467 </context-group>
3468 </trans-unit>
3642 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 3469 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
3643 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 3470 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
3644 <target><x id="INTERPOLATION" equiv-text="{{username}}"/> erabiltzailea sortuta.</target> 3471 <target><x id="INTERPOLATION" equiv-text="{{username}}"/> erabiltzailea sortuta.</target>
@@ -3821,13 +3648,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3821 <context context-type="linenumber">1</context> 3648 <context context-type="linenumber">1</context>
3822 </context-group> 3649 </context-group>
3823 </trans-unit> 3650 </trans-unit>
3824 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
3825 <source>Create</source>
3826 <target>Sortu</target>
3827 <context-group name="null">
3828 <context context-type="linenumber">1</context>
3829 </context-group>
3830 </trans-unit>
3831 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 3651 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
3832 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 3652 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
3833 <target><x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> bideo kanala eguneratuta.</target> 3653 <target><x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> bideo kanala eguneratuta.</target>
@@ -3877,41 +3697,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3877 <context context-type="linenumber">1</context> 3697 <context context-type="linenumber">1</context>
3878 </context-group> 3698 </context-group>
3879 </trans-unit> 3699 </trans-unit>
3880 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
3881 <source>Published</source>
3882 <target>Argitaratuta</target>
3883 <context-group name="null">
3884 <context context-type="linenumber">1</context>
3885 </context-group>
3886 </trans-unit>
3887 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
3888 <source>Publication scheduled on </source>
3889 <target>Argitaratzeko programatutako data </target>
3890 <context-group name="null">
3891 <context context-type="linenumber">1</context>
3892 </context-group>
3893 </trans-unit>
3894 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
3895 <source>Waiting transcoding</source>
3896 <target>Transkodetzearen zain</target>
3897 <context-group name="null">
3898 <context context-type="linenumber">1</context>
3899 </context-group>
3900 </trans-unit>
3901 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
3902 <source>To transcode</source>
3903 <target>Transkodetzeko</target>
3904 <context-group name="null">
3905 <context context-type="linenumber">1</context>
3906 </context-group>
3907 </trans-unit>
3908 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
3909 <source>To import</source>
3910 <target>Inportatzeko</target>
3911 <context-group name="null">
3912 <context context-type="linenumber">1</context>
3913 </context-group>
3914 </trans-unit>
3915 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd"> 3700 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd">
3916 <source>Ownership change request sent.</source> 3701 <source>Ownership change request sent.</source>
3917 <target>Jabetza aldatzeko eskaria bidalita.</target> 3702 <target>Jabetza aldatzeko eskaria bidalita.</target>
@@ -3919,13 +3704,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3919 <context context-type="linenumber">1</context> 3704 <context context-type="linenumber">1</context>
3920 </context-group> 3705 </context-group>
3921 </trans-unit> 3706 </trans-unit>
3922 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
3923 <source>My library</source>
3924 <target>Nire liburutegia</target>
3925 <context-group name="null">
3926 <context context-type="linenumber">1</context>
3927 </context-group>
3928 </trans-unit>
3929 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 3707 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
3930 <source>My channels</source> 3708 <source>My channels</source>
3931 <target>Nire kanalak</target> 3709 <target>Nire kanalak</target>
@@ -4082,13 +3860,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
4082 <context context-type="linenumber">1</context> 3860 <context context-type="linenumber">1</context>
4083 </context-group> 3861 </context-group>
4084 </trans-unit> 3862 </trans-unit>
4085 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4086 <source>Error</source>
4087 <target>Errorea</target>
4088 <context-group name="null">
4089 <context context-type="linenumber">1</context>
4090 </context-group>
4091 </trans-unit>
4092 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 3863 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
4093 <source>You need to reconnect.</source> 3864 <source>You need to reconnect.</source>
4094 <target>Berriro konektatu behar duzu.</target> 3865 <target>Berriro konektatu behar duzu.</target>
@@ -4096,13 +3867,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
4096 <context context-type="linenumber">1</context> 3867 <context context-type="linenumber">1</context>
4097 </context-group> 3868 </context-group>
4098 </trans-unit> 3869 </trans-unit>
4099 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4100 <source>Confirm</source>
4101 <target>Berretsi</target>
4102 <context-group name="null">
4103 <context context-type="linenumber">1</context>
4104 </context-group>
4105 </trans-unit>
4106 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452"> 3870 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
4107 <source>Keyboard Shortcuts:</source> 3871 <source>Keyboard Shortcuts:</source>
4108 <target>Teklatu laster-bideak:</target> 3872 <target>Teklatu laster-bideak:</target>
@@ -4110,13 +3874,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
4110 <context context-type="linenumber">1</context> 3874 <context context-type="linenumber">1</context>
4111 </context-group> 3875 </context-group>
4112 </trans-unit> 3876 </trans-unit>
4113 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4114 <source>Info</source>
4115 <target>Informazioa</target>
4116 <context-group name="null">
4117 <context context-type="linenumber">1</context>
4118 </context-group>
4119 </trans-unit>
4120 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba"> 3877 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
4121 <source>Success</source> 3878 <source>Success</source>
4122 <target>Arrakasta</target> 3879 <target>Arrakasta</target>
@@ -4229,6 +3986,90 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
4229 <context context-type="linenumber">1</context> 3986 <context context-type="linenumber">1</context>
4230 </context-group> 3987 </context-group>
4231 </trans-unit> 3988 </trans-unit>
3989 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
3990 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
3991 <target>duela <x id="INTERPOLATION" equiv-text="{{interval}}"/> urte</target>
3992 <context-group name="null">
3993 <context context-type="linenumber">1</context>
3994 </context-group>
3995 </trans-unit>
3996 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
3997 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
3998 <target>duela <x id="INTERPOLATION" equiv-text="{{interval}}"/> hilabete</target>
3999 <context-group name="null">
4000 <context context-type="linenumber">1</context>
4001 </context-group>
4002 </trans-unit>
4003 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
4004 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
4005 <target>duela hilabete <x id="INTERPOLATION" equiv-text="{{interval}}"/></target>
4006 <context-group name="null">
4007 <context context-type="linenumber">1</context>
4008 </context-group>
4009 </trans-unit>
4010 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
4011 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
4012 <target>duela <x id="INTERPOLATION" equiv-text="{{interval}}"/> aste</target>
4013 <context-group name="null">
4014 <context context-type="linenumber">1</context>
4015 </context-group>
4016 </trans-unit>
4017 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
4018 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
4019 <target>duela aste <x id="INTERPOLATION" equiv-text="{{interval}}"/></target>
4020 <context-group name="null">
4021 <context context-type="linenumber">1</context>
4022 </context-group>
4023 </trans-unit>
4024 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
4025 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
4026 <target>duela <x id="INTERPOLATION" equiv-text="{{interval}}"/> egun</target>
4027 <context-group name="null">
4028 <context context-type="linenumber">1</context>
4029 </context-group>
4030 </trans-unit>
4031 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
4032 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
4033 <target>duela egun <x id="INTERPOLATION" equiv-text="{{interval}}"/></target>
4034 <context-group name="null">
4035 <context context-type="linenumber">1</context>
4036 </context-group>
4037 </trans-unit>
4038 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
4039 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
4040 <target>duela <x id="INTERPOLATION" equiv-text="{{interval}}"/> ordu</target>
4041 <context-group name="null">
4042 <context context-type="linenumber">1</context>
4043 </context-group>
4044 </trans-unit>
4045 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
4046 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
4047 <target>duela ordu <x id="INTERPOLATION" equiv-text="{{interval}}"/></target>
4048 <context-group name="null">
4049 <context context-type="linenumber">1</context>
4050 </context-group>
4051 </trans-unit>
4052 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
4053 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
4054 <target>duela <x id="INTERPOLATION" equiv-text="{{interval}}"/> minutu</target>
4055 <context-group name="null">
4056 <context context-type="linenumber">1</context>
4057 </context-group>
4058 </trans-unit>
4059 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
4060 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
4061 <target>duela <x id="INTERPOLATION" equiv-text="{{interval}}"/> segundo</target>
4062 <context-group name="null">
4063 <context context-type="linenumber">1</context>
4064 </context-group>
4065 </trans-unit>
4066 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4067 <source>Confirm</source>
4068 <target>Berretsi</target>
4069 <context-group name="null">
4070 <context context-type="linenumber">1</context>
4071 </context-group>
4072 </trans-unit>
4232 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 4073 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
4233 <source>Instance name is required.</source> 4074 <source>Instance name is required.</source>
4234 <target>Instantziaren izena behar da.</target> 4075 <target>Instantziaren izena behar da.</target>
@@ -4593,6 +4434,13 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
4593 <context context-type="linenumber">1</context> 4434 <context context-type="linenumber">1</context>
4594 </context-group> 4435 </context-group>
4595 </trans-unit> 4436 </trans-unit>
4437 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
4438 <source>Display name cannot be more than 120 characters long.</source>
4439 <target>Pantaila-izena ezin da 120 karaktere baino luzeagoa izan.</target>
4440 <context-group name="null">
4441 <context context-type="linenumber">1</context>
4442 </context-group>
4443 </trans-unit>
4596 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 4444 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
4597 <source>Video name is required.</source> 4445 <source>Video name is required.</source>
4598 <target>Bideoaren izena behar da.</target> 4446 <target>Bideoaren izena behar da.</target>
@@ -4691,13 +4539,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
4691 <context context-type="linenumber">1</context> 4539 <context context-type="linenumber">1</context>
4692 </context-group> 4540 </context-group>
4693 </trans-unit> 4541 </trans-unit>
4694 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
4695 <source>Warning</source>
4696 <target>Abisua</target>
4697 <context-group name="null">
4698 <context context-type="linenumber">1</context>
4699 </context-group>
4700 </trans-unit>
4701 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf"> 4542 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf">
4702 <source>Sunday</source> 4543 <source>Sunday</source>
4703 <target>Igandea</target> 4544 <target>Igandea</target>
@@ -5076,83 +4917,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
5076 <context context-type="linenumber">1</context> 4917 <context context-type="linenumber">1</context>
5077 </context-group> 4918 </context-group>
5078 </trans-unit> 4919 </trans-unit>
5079 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
5080 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
5081 <target>duela <x id="INTERPOLATION" equiv-text="{{interval}}"/> urte</target>
5082 <context-group name="null">
5083 <context context-type="linenumber">1</context>
5084 </context-group>
5085 </trans-unit>
5086 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
5087 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
5088 <target>duela <x id="INTERPOLATION" equiv-text="{{interval}}"/> hilabete</target>
5089 <context-group name="null">
5090 <context context-type="linenumber">1</context>
5091 </context-group>
5092 </trans-unit>
5093 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
5094 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
5095 <target>duela hilabete <x id="INTERPOLATION" equiv-text="{{interval}}"/></target>
5096 <context-group name="null">
5097 <context context-type="linenumber">1</context>
5098 </context-group>
5099 </trans-unit>
5100 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
5101 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
5102 <target>duela <x id="INTERPOLATION" equiv-text="{{interval}}"/> aste</target>
5103 <context-group name="null">
5104 <context context-type="linenumber">1</context>
5105 </context-group>
5106 </trans-unit>
5107 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
5108 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
5109 <target>duela aste <x id="INTERPOLATION" equiv-text="{{interval}}"/></target>
5110 <context-group name="null">
5111 <context context-type="linenumber">1</context>
5112 </context-group>
5113 </trans-unit>
5114 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
5115 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
5116 <target>duela <x id="INTERPOLATION" equiv-text="{{interval}}"/> egun</target>
5117 <context-group name="null">
5118 <context context-type="linenumber">1</context>
5119 </context-group>
5120 </trans-unit>
5121 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
5122 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
5123 <target>duela egun <x id="INTERPOLATION" equiv-text="{{interval}}"/></target>
5124 <context-group name="null">
5125 <context context-type="linenumber">1</context>
5126 </context-group>
5127 </trans-unit>
5128 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
5129 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
5130 <target>duela <x id="INTERPOLATION" equiv-text="{{interval}}"/> ordu</target>
5131 <context-group name="null">
5132 <context context-type="linenumber">1</context>
5133 </context-group>
5134 </trans-unit>
5135 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
5136 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
5137 <target>duela ordu <x id="INTERPOLATION" equiv-text="{{interval}}"/></target>
5138 <context-group name="null">
5139 <context context-type="linenumber">1</context>
5140 </context-group>
5141 </trans-unit>
5142 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
5143 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
5144 <target>duela <x id="INTERPOLATION" equiv-text="{{interval}}"/> minutu</target>
5145 <context-group name="null">
5146 <context context-type="linenumber">1</context>
5147 </context-group>
5148 </trans-unit>
5149 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
5150 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
5151 <target>duela <x id="INTERPOLATION" equiv-text="{{interval}}"/> segundo</target>
5152 <context-group name="null">
5153 <context context-type="linenumber">1</context>
5154 </context-group>
5155 </trans-unit>
5156 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 4920 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
5157 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 4921 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
5158 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> bateragarria, hau onartzen du:</target> 4922 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> bateragarria, hau onartzen du:</target>
@@ -5405,6 +5169,83 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
5405 <context context-type="linenumber">1</context> 5169 <context context-type="linenumber">1</context>
5406 </context-group> 5170 </context-group>
5407 </trans-unit> 5171 </trans-unit>
5172 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
5173 <source>Video blacklisted.</source>
5174 <target>Bideoa zerrenda beltzean</target>
5175 <context-group name="null">
5176 <context context-type="linenumber">1</context>
5177 </context-group>
5178 </trans-unit>
5179 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
5180 <source>Copied</source>
5181 <target>Kopiatuta</target>
5182 <context-group name="null">
5183 <context context-type="linenumber">1</context>
5184 </context-group>
5185 </trans-unit>
5186 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
5187 <source>Video reported.</source>
5188 <target>Bideoa salatuta.</target>
5189 <context-group name="null">
5190 <context context-type="linenumber">1</context>
5191 </context-group>
5192 </trans-unit>
5193 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
5194 <source>Do you really want to delete this video?</source>
5195 <target>Ziur bideo hau ezabatu nahi duzula?</target>
5196 <context-group name="null">
5197 <context context-type="linenumber">1</context>
5198 </context-group>
5199 </trans-unit>
5200 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
5201 <source>Blacklist</source>
5202 <target>Zerrenda beltza</target>
5203 <context-group name="null">
5204 <context context-type="linenumber">1</context>
5205 </context-group>
5206 </trans-unit>
5207 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
5208 <source>Report</source>
5209 <target>Salatu</target>
5210 <context-group name="null">
5211 <context context-type="linenumber">1</context>
5212 </context-group>
5213 </trans-unit>
5214 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
5215 <source>Published</source>
5216 <target>Argitaratuta</target>
5217 <context-group name="null">
5218 <context context-type="linenumber">1</context>
5219 </context-group>
5220 </trans-unit>
5221 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
5222 <source>Publication scheduled on </source>
5223 <target>Argitaratzeko programatutako data </target>
5224 <context-group name="null">
5225 <context context-type="linenumber">1</context>
5226 </context-group>
5227 </trans-unit>
5228 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
5229 <source>Waiting transcoding</source>
5230 <target>Transkodetzearen zain</target>
5231 <context-group name="null">
5232 <context context-type="linenumber">1</context>
5233 </context-group>
5234 </trans-unit>
5235 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
5236 <source>To transcode</source>
5237 <target>Transkodetzeko</target>
5238 <context-group name="null">
5239 <context context-type="linenumber">1</context>
5240 </context-group>
5241 </trans-unit>
5242 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
5243 <source>To import</source>
5244 <target>Inportatzeko</target>
5245 <context-group name="null">
5246 <context context-type="linenumber">1</context>
5247 </context-group>
5248 </trans-unit>
5408 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 5249 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
5409 <source>Only I can see this video</source> 5250 <source>Only I can see this video</source>
5410 <target>Bakarrik nik ikusi dezaket bideo hau</target> 5251 <target>Bakarrik nik ikusi dezaket bideo hau</target>
@@ -5510,34 +5351,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
5510 <context context-type="linenumber">1</context> 5351 <context context-type="linenumber">1</context>
5511 </context-group> 5352 </context-group>
5512 </trans-unit> 5353 </trans-unit>
5513 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
5514 <source>Video blacklisted.</source>
5515 <target>Bideoa zerrenda beltzean</target>
5516 <context-group name="null">
5517 <context context-type="linenumber">1</context>
5518 </context-group>
5519 </trans-unit>
5520 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
5521 <source>Copied</source>
5522 <target>Kopiatuta</target>
5523 <context-group name="null">
5524 <context context-type="linenumber">1</context>
5525 </context-group>
5526 </trans-unit>
5527 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
5528 <source>Video reported.</source>
5529 <target>Bideoa salatuta.</target>
5530 <context-group name="null">
5531 <context context-type="linenumber">1</context>
5532 </context-group>
5533 </trans-unit>
5534 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
5535 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
5536 <target>Hasi hemen: <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
5537 <context-group name="null">
5538 <context context-type="linenumber">1</context>
5539 </context-group>
5540 </trans-unit>
5541 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 5354 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
5542 <source>Like the video</source> 5355 <source>Like the video</source>
5543 <target>Gehitu bideoa gogokoetara</target> 5356 <target>Gehitu bideoa gogokoetara</target>
@@ -5552,13 +5365,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
5552 <context context-type="linenumber">1</context> 5365 <context context-type="linenumber">1</context>
5553 </context-group> 5366 </context-group>
5554 </trans-unit> 5367 </trans-unit>
5555 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
5556 <source>Do you really want to delete this video?</source>
5557 <target>Ziur bideo hau ezabatu nahi duzula?</target>
5558 <context-group name="null">
5559 <context context-type="linenumber">1</context>
5560 </context-group>
5561 </trans-unit>
5562 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 5368 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
5563 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source> 5369 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
5564 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> atsegite / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> ez-atsegite</target> 5370 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> atsegite / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> ez-atsegite</target>
diff --git a/client/src/locale/target/angular_fa_IR.xml b/client/src/locale/target/angular_fa_IR.xml
index 2a59cfc34..93c21c075 100644
--- a/client/src/locale/target/angular_fa_IR.xml
+++ b/client/src/locale/target/angular_fa_IR.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>اولین</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>اولین</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>قبلی</target> 92 <target>قبلی</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>بعدی</target> 99 <target>بعدی</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>آخرین</target> 106 <target>آخرین</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.timepicker.increment-hours"> 111 <trans-unit id="ngb.timepicker.increment-hours">
@@ -133,84 +133,91 @@
133 <source>Decrement hours</source> 133 <source>Decrement hours</source>
134 <target>کاهش ساعت</target> 134 <target>کاهش ساعت</target>
135 <context-group name="null"> 135 <context-group name="null">
136 <context context-type="linenumber">19</context> 136 <context context-type="linenumber">20</context>
137 </context-group> 137 </context-group>
138 </trans-unit> 138 </trans-unit>
139 <trans-unit id="ngb.timepicker.increment-minutes"> 139 <trans-unit id="ngb.timepicker.increment-minutes">
140 <source>Increment minutes</source> 140 <source>Increment minutes</source>
141 <target>اÙزایش دقیقه</target> 141 <target>اÙزایش دقیقه</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">28</context> 143 <context context-type="linenumber">29</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.MM"> 146 <trans-unit id="ngb.timepicker.MM">
147 <source>MM</source> 147 <source>MM</source>
148 <target>MM</target> 148 <target>MM</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">31</context> 150 <context context-type="linenumber">32</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.minutes"> 153 <trans-unit id="ngb.timepicker.minutes">
154 <source>Minutes</source> 154 <source>Minutes</source>
155 <target>دقیقه</target> 155 <target>دقیقه</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">33</context> 157 <context context-type="linenumber">34</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.decrement-minutes"> 160 <trans-unit id="ngb.timepicker.decrement-minutes">
161 <source>Decrement minutes</source> 161 <source>Decrement minutes</source>
162 <target>کاهش دقیقه</target> 162 <target>کاهش دقیقه</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">38</context> 164 <context context-type="linenumber">40</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.increment-seconds"> 167 <trans-unit id="ngb.timepicker.increment-seconds">
168 <source>Increment seconds</source> 168 <source>Increment seconds</source>
169 <target>اÙزایش ثانیه‌</target> 169 <target>اÙزایش ثانیه‌</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">47</context> 171 <context context-type="linenumber">49</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.SS"> 174 <trans-unit id="ngb.timepicker.SS">
175 <source>SS</source> 175 <source>SS</source>
176 <target>SS</target> 176 <target>SS</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">50</context> 178 <context context-type="linenumber">52</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.seconds"> 181 <trans-unit id="ngb.timepicker.seconds">
182 <source>Seconds</source> 182 <source>Seconds</source>
183 <target>ثانیه‌</target> 183 <target>ثانیه‌</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">52</context> 185 <context context-type="linenumber">54</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.decrement-seconds"> 188 <trans-unit id="ngb.timepicker.decrement-seconds">
189 <source>Decrement seconds</source> 189 <source>Decrement seconds</source>
190 <target>کاهش ثانیه</target> 190 <target>کاهش ثانیه</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">57</context> 192 <context context-type="linenumber">60</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.PM"> 195 <trans-unit id="ngb.timepicker.PM">
196 <source>PM</source> 196 <source>PM</source>
197 <target>ب.ظ</target> 197 <target>ب.ظ</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">65</context> 199 <context context-type="linenumber">68</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.AM"> 202 <trans-unit id="ngb.timepicker.AM">
203 <source>AM</source> 203 <source>AM</source>
204 <target>ق.ظ</target> 204 <target>ق.ظ</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">66</context> 206 <context context-type="linenumber">69</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7"> 209 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
210 <source>Cancel</source> 210 <source>Reason...</source>
211 <target>لغو</target> 211 <target>دلیل...</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">10</context> 213 <context context-type="linenumber">11</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
217 <source>No results.</source>
218 <target>بدون نتیجه.</target>
219 <context-group name="null">
220 <context context-type="linenumber">20</context>
214 </context-group> 221 </context-group>
215 </trans-unit> 222 </trans-unit>
216 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 223 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -241,11 +248,11 @@
241 <context context-type="linenumber">19</context> 248 <context context-type="linenumber">19</context>
242 </context-group> 249 </context-group>
243 </trans-unit> 250 </trans-unit>
244 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125"> 251 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
245 <source>Reason...</source> 252 <source>Cancel</source>
246 <target>دلیل...</target> 253 <target>لغو</target>
247 <context-group name="null"> 254 <context-group name="null">
248 <context context-type="linenumber">11</context> 255 <context context-type="linenumber">10</context>
249 </context-group> 256 </context-group>
250 </trans-unit> 257 </trans-unit>
251 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 258 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
@@ -302,7 +309,7 @@
302 <source>Login</source> 309 <source>Login</source>
303 <target>ورود</target> 310 <target>ورود</target>
304 <context-group name="null"> 311 <context-group name="null">
305 <context context-type="linenumber">36</context> 312 <context context-type="linenumber">32</context>
306 </context-group> 313 </context-group>
307 </trans-unit> 314 </trans-unit>
308 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 315 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -330,7 +337,7 @@
330 <source>Send me an email to reset my password</source> 337 <source>Send me an email to reset my password</source>
331 <target>یک رایانامه برای بازنشانی گذرواژه برای من بÙرست</target> 338 <target>یک رایانامه برای بازنشانی گذرواژه برای من بÙرست</target>
332 <context-group name="null"> 339 <context-group name="null">
333 <context context-type="linenumber">80</context> 340 <context context-type="linenumber">81</context>
334 </context-group> 341 </context-group>
335 </trans-unit> 342 </trans-unit>
336 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 343 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -392,7 +399,7 @@
392 <source>Signup</source> 399 <source>Signup</source>
393 <target>ثبت‌نام</target> 400 <target>ثبت‌نام</target>
394 <context-group name="null"> 401 <context-group name="null">
395 <context context-type="linenumber">78</context> 402 <context context-type="linenumber">88</context>
396 </context-group> 403 </context-group>
397 </trans-unit> 404 </trans-unit>
398 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d"> 405 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
@@ -410,58 +417,14 @@
410 <source>Change the language</source> 417 <source>Change the language</source>
411 <target>تغییر زبان</target> 418 <target>تغییر زبان</target>
412 <context-group name="null"> 419 <context-group name="null">
413 <context context-type="linenumber">86</context> 420 <context context-type="linenumber">102</context>
414 </context-group>
415 </trans-unit>
416 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
417 <source>
418 My public profile
419 </source>
420 <target>
421 نمایه‌ عمومی من
422 </target>
423 <context-group name="null">
424 <context context-type="linenumber">16</context>
425 </context-group>
426 </trans-unit>
427 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
428 <source>
429 My account
430 </source>
431 <target>
432 حساب کاربری من
433 </target>
434 <context-group name="null">
435 <context context-type="linenumber">20</context>
436 </context-group>
437 </trans-unit>
438 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
439 <source>
440 My videos
441 </source>
442 <target>
443 ویدئو‌های من
444 </target>
445 <context-group name="null">
446 <context context-type="linenumber">24</context>
447 </context-group>
448 </trans-unit>
449 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
450 <source>
451 Log out
452 </source>
453 <target>
454 خروج
455 </target>
456 <context-group name="null">
457 <context context-type="linenumber">28</context>
458 </context-group> 421 </context-group>
459 </trans-unit> 422 </trans-unit>
460 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 423 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
461 <source>Create an account</source> 424 <source>Create an account</source>
462 <target>ساخت حساب</target> 425 <target>ساخت حساب</target>
463 <context-group name="null"> 426 <context-group name="null">
464 <context context-type="linenumber">37</context> 427 <context context-type="linenumber">33</context>
465 </context-group> 428 </context-group>
466 </trans-unit> 429 </trans-unit>
467 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 430 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
@@ -475,61 +438,61 @@
475 <source>Subscriptions</source> 438 <source>Subscriptions</source>
476 <target>اشتراک</target> 439 <target>اشتراک</target>
477 <context-group name="null"> 440 <context-group name="null">
478 <context context-type="linenumber">45</context> 441 <context context-type="linenumber">51</context>
479 </context-group> 442 </context-group>
480 </trans-unit> 443 </trans-unit>
481 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 444 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
482 <source>Overview</source> 445 <source>Overview</source>
483 <target>نمای‌کلی</target> 446 <target>نمای‌کلی</target>
484 <context-group name="null"> 447 <context-group name="null">
485 <context context-type="linenumber">50</context> 448 <context context-type="linenumber">66</context>
486 </context-group> 449 </context-group>
487 </trans-unit> 450 </trans-unit>
488 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 451 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
489 <source>Trending</source> 452 <source>Trending</source>
490 <target>مورد بحث</target> 453 <target>مورد بحث</target>
491 <context-group name="null"> 454 <context-group name="null">
492 <context context-type="linenumber">55</context> 455 <context context-type="linenumber">71</context>
493 </context-group> 456 </context-group>
494 </trans-unit> 457 </trans-unit>
495 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 458 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
496 <source>Recently added</source> 459 <source>Recently added</source>
497 <target>به تازگی اضاÙÙ‡ شده</target> 460 <target>به تازگی اضاÙÙ‡ شده</target>
498 <context-group name="null"> 461 <context-group name="null">
499 <context context-type="linenumber">60</context> 462 <context context-type="linenumber">76</context>
500 </context-group> 463 </context-group>
501 </trans-unit> 464 </trans-unit>
502 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 465 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
503 <source>Local</source> 466 <source>Local</source>
504 <target>محلی</target> 467 <target>محلی</target>
505 <context-group name="null"> 468 <context-group name="null">
506 <context context-type="linenumber">65</context> 469 <context context-type="linenumber">81</context>
507 </context-group> 470 </context-group>
508 </trans-unit> 471 </trans-unit>
509 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 472 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
510 <source>More</source> 473 <source>More</source>
511 <target>دیگر</target> 474 <target>دیگر</target>
512 <context-group name="null"> 475 <context-group name="null">
513 <context context-type="linenumber">70</context> 476 <context context-type="linenumber">86</context>
514 </context-group> 477 </context-group>
515 </trans-unit> 478 </trans-unit>
516 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 479 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
517 <source>Administration</source> 480 <source>Administration</source>
518 <target>مدیریت</target> 481 <target>مدیریت</target>
519 <context-group name="null"> 482 <context-group name="null">
520 <context context-type="linenumber">74</context> 483 <context context-type="linenumber">90</context>
521 </context-group> 484 </context-group>
522 </trans-unit> 485 </trans-unit>
523 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 486 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
524 <source>About</source> 487 <source>About</source>
525 <target>درباره</target> 488 <target>درباره</target>
526 <context-group name="null"> 489 <context-group name="null">
527 <context context-type="linenumber">25</context> 490 <context context-type="linenumber">26</context>
528 </context-group> 491 </context-group>
529 </trans-unit> 492 </trans-unit>
530 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 493 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
531 <source>Toggle dark interface</source><target>Toggle dark interface</target><context-group name="null"> 494 <source>Toggle dark interface</source><target>Toggle dark interface</target><context-group name="null">
532 <context context-type="linenumber">92</context> 495 <context context-type="linenumber">108</context>
533 </context-group> 496 </context-group>
534 </trans-unit> 497 </trans-unit>
535 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 498 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -564,56 +527,49 @@
564 <source>Duration</source> 527 <source>Duration</source>
565 <target>مدت زمان</target> 528 <target>مدت زمان</target>
566 <context-group name="null"> 529 <context-group name="null">
567 <context context-type="linenumber">24</context> 530 <context context-type="linenumber">45</context>
568 </context-group> 531 </context-group>
569 </trans-unit> 532 </trans-unit>
570 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 533 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
571 <source>Yes</source> 534 <source>Yes</source>
572 <target>بله</target> 535 <target>بله</target>
573 <context-group name="null"> 536 <context-group name="null">
574 <context context-type="linenumber">37</context> 537 <context context-type="linenumber">58</context>
575 </context-group> 538 </context-group>
576 </trans-unit> 539 </trans-unit>
577 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 540 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
578 <source>No</source> 541 <source>No</source>
579 <target>خیر</target> 542 <target>خیر</target>
580 <context-group name="null"> 543 <context-group name="null">
581 <context context-type="linenumber">42</context> 544 <context context-type="linenumber">63</context>
582 </context-group> 545 </context-group>
583 </trans-unit> 546 </trans-unit>
584 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 547 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
585 <source>Category</source> 548 <source>Category</source>
586 <target>دسته‌بندی</target> 549 <target>دسته‌بندی</target>
587 <context-group name="null"> 550 <context-group name="null">
588 <context context-type="linenumber">164</context> 551 <context context-type="linenumber">189</context>
589 </context-group> 552 </context-group>
590 </trans-unit> 553 </trans-unit>
591 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 554 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
592 <source>Licence</source> 555 <source>Licence</source>
593 <target>مجوز</target> 556 <target>مجوز</target>
594 <context-group name="null"> 557 <context-group name="null">
595 <context context-type="linenumber">173</context> 558 <context context-type="linenumber">198</context>
596 </context-group> 559 </context-group>
597 </trans-unit> 560 </trans-unit>
598 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 561 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
599 <source>Language</source> 562 <source>Language</source>
600 <target>زبان</target> 563 <target>زبان</target>
601 <context-group name="null"> 564 <context-group name="null">
602 <context context-type="linenumber">182</context> 565 <context context-type="linenumber">207</context>
603 </context-group> 566 </context-group>
604 </trans-unit> 567 </trans-unit>
605 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 568 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
606 <source>Filter</source> 569 <source>Filter</source>
607 <target>Ùیلتر</target> 570 <target>Ùیلتر</target>
608 <context-group name="null"> 571 <context-group name="null">
609 <context context-type="linenumber">94</context> 572 <context context-type="linenumber">115</context>
610 </context-group>
611 </trans-unit>
612 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
613 <source>No results.</source>
614 <target>بدون نتیجه.</target>
615 <context-group name="null">
616 <context context-type="linenumber">20</context>
617 </context-group> 573 </context-group>
618 </trans-unit> 574 </trans-unit>
619 <trans-unit id="6385c357c1de58ce92c0cf618ecf9cf74b917390"> 575 <trans-unit id="6385c357c1de58ce92c0cf618ecf9cf74b917390">
@@ -659,14 +615,14 @@
659 <source>Videos Overview</source> 615 <source>Videos Overview</source>
660 <target>نمای‌کلی ویدئو‌ها</target> 616 <target>نمای‌کلی ویدئو‌ها</target>
661 <context-group name="null"> 617 <context-group name="null">
662 <context context-type="linenumber">51</context> 618 <context context-type="linenumber">60</context>
663 </context-group> 619 </context-group>
664 </trans-unit> 620 </trans-unit>
665 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 621 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
666 <source>Local videos</source> 622 <source>Local videos</source>
667 <target>ویدئو‌های محلی</target> 623 <target>ویدئو‌های محلی</target>
668 <context-group name="null"> 624 <context-group name="null">
669 <context context-type="linenumber">54</context> 625 <context context-type="linenumber">63</context>
670 </context-group> 626 </context-group>
671 </trans-unit> 627 </trans-unit>
672 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 628 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
@@ -680,14 +636,14 @@
680 <source>Signup enabled</source> 636 <source>Signup enabled</source>
681 <target>ثبت‌نام Ùعال است</target> 637 <target>ثبت‌نام Ùعال است</target>
682 <context-group name="null"> 638 <context-group name="null">
683 <context context-type="linenumber">84</context> 639 <context context-type="linenumber">94</context>
684 </context-group> 640 </context-group>
685 </trans-unit> 641 </trans-unit>
686 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 642 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
687 <source>Users</source> 643 <source>Users</source>
688 <target>کاربران</target> 644 <target>کاربران</target>
689 <context-group name="null"> 645 <context-group name="null">
690 <context context-type="linenumber">105</context> 646 <context context-type="linenumber">116</context>
691 </context-group> 647 </context-group>
692 </trans-unit> 648 </trans-unit>
693 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 649 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -701,28 +657,28 @@
701 <source>Administrator</source> 657 <source>Administrator</source>
702 <target>مدیر</target> 658 <target>مدیر</target>
703 <context-group name="null"> 659 <context-group name="null">
704 <context context-type="linenumber">155</context> 660 <context context-type="linenumber">208</context>
705 </context-group> 661 </context-group>
706 </trans-unit> 662 </trans-unit>
707 <trans-unit id="99cb827741e93125476a0f5b676372d85d15b5fc"> 663 <trans-unit id="99cb827741e93125476a0f5b676372d85d15b5fc">
708 <source>Twitter</source> 664 <source>Twitter</source>
709 <target>توییتر</target> 665 <target>توییتر</target>
710 <context-group name="null"> 666 <context-group name="null">
711 <context context-type="linenumber">178</context> 667 <context context-type="linenumber">231</context>
712 </context-group> 668 </context-group>
713 </trans-unit> 669 </trans-unit>
714 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 670 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
715 <source>Your Twitter username</source> 671 <source>Your Twitter username</source>
716 <target>نام‌کاربری توییتر شما</target> 672 <target>نام‌کاربری توییتر شما</target>
717 <context-group name="null"> 673 <context-group name="null">
718 <context context-type="linenumber">184</context> 674 <context context-type="linenumber">237</context>
719 </context-group> 675 </context-group>
720 </trans-unit> 676 </trans-unit>
721 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 677 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
722 <source>JavaScript</source> 678 <source>JavaScript</source>
723 <target>جاوااکسریپت</target> 679 <target>جاوااکسریپت</target>
724 <context-group name="null"> 680 <context-group name="null">
725 <context context-type="linenumber">294</context> 681 <context context-type="linenumber">347</context>
726 </context-group> 682 </context-group>
727 </trans-unit> 683 </trans-unit>
728 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 684 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -744,14 +700,19 @@
744 تنظیمات 700 تنظیمات
745 </target> 701 </target>
746 <context-group name="null"> 702 <context-group name="null">
747 <context context-type="linenumber">19</context> 703 <context context-type="linenumber">15</context>
704 </context-group>
705 </trans-unit>
706 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
707 <source>State</source><target>State</target><context-group name="null">
708 <context context-type="linenumber">10</context>
748 </context-group> 709 </context-group>
749 </trans-unit> 710 </trans-unit>
750 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25"> 711 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
751 <source>Score</source> 712 <source>Score</source>
752 <target>امتیاز</target> 713 <target>امتیاز</target>
753 <context-group name="null"> 714 <context-group name="null">
754 <context context-type="linenumber">17</context> 715 <context context-type="linenumber">19</context>
755 </context-group> 716 </context-group>
756 </trans-unit> 717 </trans-unit>
757 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 718 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
@@ -761,11 +722,6 @@
761 <context context-type="linenumber">19</context> 722 <context context-type="linenumber">19</context>
762 </context-group> 723 </context-group>
763 </trans-unit> 724 </trans-unit>
764 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
765 <source>State</source><target>State</target><context-group name="null">
766 <context context-type="linenumber">10</context>
767 </context-group>
768 </trans-unit>
769 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 725 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246">
770 <source>Follow</source><target>Follow</target><context-group name="null"> 726 <source>Follow</source><target>Follow</target><context-group name="null">
771 <context context-type="linenumber">7</context> 727 <context context-type="linenumber">7</context>
@@ -813,6 +769,13 @@
813 <context context-type="linenumber">14</context> 769 <context context-type="linenumber">14</context>
814 </context-group> 770 </context-group>
815 </trans-unit> 771 </trans-unit>
772 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
773 <source>Info</source>
774 <target>راهنما</target>
775 <context-group name="null">
776 <context context-type="linenumber">1</context>
777 </context-group>
778 </trans-unit>
816 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894"> 779 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
817 <source>My videos</source> 780 <source>My videos</source>
818 <target>ویديو‌های من</target> 781 <target>ویديو‌های من</target>
@@ -827,13 +790,6 @@
827 <context context-type="linenumber">1</context> 790 <context context-type="linenumber">1</context>
828 </context-group> 791 </context-group>
829 </trans-unit> 792 </trans-unit>
830 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
831 <source>Info</source>
832 <target>راهنما</target>
833 <context-group name="null">
834 <context context-type="linenumber">1</context>
835 </context-group>
836 </trans-unit>
837 <trans-unit id="e7815f1c4a6d3cc157a16407a48865023cc35ec0"> 793 <trans-unit id="e7815f1c4a6d3cc157a16407a48865023cc35ec0">
838 <source>January</source> 794 <source>January</source>
839 <target>ژانویه</target> 795 <target>ژانویه</target>
@@ -1037,20 +993,6 @@
1037 <context context-type="linenumber">1</context> 993 <context context-type="linenumber">1</context>
1038 </context-group> 994 </context-group>
1039 </trans-unit> 995 </trans-unit>
1040 <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9">
1041 <source>Upload cancelled</source>
1042 <target>بارگزاری لغوشد</target>
1043 <context-group name="null">
1044 <context context-type="linenumber">1</context>
1045 </context-group>
1046 </trans-unit>
1047 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce">
1048 <source>Video published.</source>
1049 <target>ویدئو انتشار‌یاÙت</target>
1050 <context-group name="null">
1051 <context context-type="linenumber">1</context>
1052 </context-group>
1053 </trans-unit>
1054 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5"> 996 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
1055 <source>Copied</source> 997 <source>Copied</source>
1056 <target>کپی‌شد</target> 998 <target>کپی‌شد</target>
@@ -1072,5 +1014,19 @@
1072 <context context-type="linenumber">1</context> 1014 <context context-type="linenumber">1</context>
1073 </context-group> 1015 </context-group>
1074 </trans-unit> 1016 </trans-unit>
1017 <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9">
1018 <source>Upload cancelled</source>
1019 <target>بارگزاری لغوشد</target>
1020 <context-group name="null">
1021 <context context-type="linenumber">1</context>
1022 </context-group>
1023 </trans-unit>
1024 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce">
1025 <source>Video published.</source>
1026 <target>ویدئو انتشار‌یاÙت</target>
1027 <context-group name="null">
1028 <context context-type="linenumber">1</context>
1029 </context-group>
1030 </trans-unit>
1075 </body> 1031 </body>
1076 </file></xliff> \ No newline at end of file 1032 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_fi_FI.xml b/client/src/locale/target/angular_fi_FI.xml
new file mode 100644
index 000000000..00e46405d
--- /dev/null
+++ b/client/src/locale/target/angular_fi_FI.xml
@@ -0,0 +1,2530 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="fi-FI">
5 <body>
6 <trans-unit id="ngb.alert.close">
7 <source>Close</source>
8 <target>Sulje</target>
9 <context-group name="null">
10 <context context-type="linenumber">2</context>
11 </context-group>
12 </trans-unit>
13 <trans-unit id="ngb.carousel.previous">
14 <source>Previous</source>
15 <target>Edellinen</target>
16 <context-group name="null">
17 <context context-type="linenumber">13</context>
18 </context-group>
19 </trans-unit>
20 <trans-unit id="ngb.carousel.next">
21 <source>Next</source>
22 <target>Seuraava</target>
23 <context-group name="null">
24 <context context-type="linenumber">17</context>
25 </context-group>
26 </trans-unit>
27 <trans-unit id="ngb.datepicker.previous-month">
28 <source>Previous month</source>
29 <target>Edellinen kuukausi</target>
30 <context-group name="null">
31 <context context-type="linenumber">5</context>
32 </context-group>
33 </trans-unit>
34 <trans-unit id="ngb.datepicker.next-month">
35 <source>Next month</source>
36 <target>Seuraava kuukausi</target>
37 <context-group name="null">
38 <context context-type="linenumber">27</context>
39 </context-group>
40 </trans-unit>
41 <trans-unit id="ngb.datepicker.select-month">
42 <source>Select month</source>
43 <target>Valitse kuukausi</target>
44 <context-group name="null">
45 <context context-type="linenumber">7</context>
46 </context-group>
47 </trans-unit>
48 <trans-unit id="ngb.datepicker.select-year">
49 <source>Select year</source>
50 <target>Valitse vuosi</target>
51 <context-group name="null">
52 <context context-type="linenumber">16</context>
53 </context-group>
54 </trans-unit>
55 <trans-unit id="ngb.pagination.first">
56 <source>««</source>
57 <target>««</target>
58 <context-group name="null">
59 <context context-type="linenumber">2</context>
60 </context-group>
61 </trans-unit>
62 <trans-unit id="ngb.pagination.previous">
63 <source>«</source>
64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
79 <context-group name="null">
80 <context context-type="linenumber">5</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.first-aria">
84 <source>First</source>
85 <target>Ensimmäinen</target>
86 <context-group name="null">
87 <context context-type="linenumber">14</context>
88 </context-group>
89 </trans-unit>
90 <trans-unit id="ngb.pagination.previous-aria">
91 <source>Previous</source>
92 <target>Edellinen</target>
93 <context-group name="null">
94 <context context-type="linenumber">23</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.next-aria">
98 <source>Next</source>
99 <target>Seuraava</target>
100 <context-group name="null">
101 <context context-type="linenumber">41</context>
102 </context-group>
103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source>
106 <target>Viimeinen</target>
107 <context-group name="null">
108 <context context-type="linenumber">49</context>
109 </context-group>
110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value">
112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
113 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
114 <context-group name="null">
115 <context context-type="linenumber">6</context>
116 </context-group>
117 </trans-unit>
118 <trans-unit id="ngb.timepicker.increment-hours">
119 <source>Increment hours</source>
120 <target>Lisää tunteja</target>
121 <context-group name="null">
122 <context context-type="linenumber">9</context>
123 </context-group>
124 </trans-unit>
125 <trans-unit id="ngb.timepicker.HH">
126 <source>HH</source>
127 <target>TT</target>
128 <context-group name="null">
129 <context context-type="linenumber">12</context>
130 </context-group>
131 </trans-unit>
132 <trans-unit id="ngb.timepicker.hours">
133 <source>Hours</source>
134 <target>Tunnit</target>
135 <context-group name="null">
136 <context context-type="linenumber">14</context>
137 </context-group>
138 </trans-unit>
139 <trans-unit id="ngb.timepicker.decrement-hours">
140 <source>Decrement hours</source>
141 <target>Vähennä tunteja</target>
142 <context-group name="null">
143 <context context-type="linenumber">20</context>
144 </context-group>
145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source>
148 <target>Lisää minuutteja</target>
149 <context-group name="null">
150 <context context-type="linenumber">29</context>
151 </context-group>
152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source>
155 <target>MM</target>
156 <context-group name="null">
157 <context context-type="linenumber">32</context>
158 </context-group>
159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source>
162 <target>Minuuttia</target>
163 <context-group name="null">
164 <context context-type="linenumber">34</context>
165 </context-group>
166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source>
169 <target>Vähennä minuutteja</target>
170 <context-group name="null">
171 <context context-type="linenumber">40</context>
172 </context-group>
173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source>
176 <target>Lisää sekunteja</target>
177 <context-group name="null">
178 <context context-type="linenumber">49</context>
179 </context-group>
180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source>
183 <target>SS</target>
184 <context-group name="null">
185 <context context-type="linenumber">52</context>
186 </context-group>
187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source>
190 <target>Sekuntia</target>
191 <context-group name="null">
192 <context context-type="linenumber">54</context>
193 </context-group>
194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source>
197 <target>Vähennä sekunteja</target>
198 <context-group name="null">
199 <context context-type="linenumber">60</context>
200 </context-group>
201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source>
204 <target>illalla</target>
205 <context-group name="null">
206 <context context-type="linenumber">68</context>
207 </context-group>
208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source>
211 <target>aamulla</target>
212 <context-group name="null">
213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
218 <target>(lisäosat: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, enimmäiskoko: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
219 <context-group name="null">
220 <context context-type="linenumber">11</context>
221 </context-group>
222 </trans-unit>
223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
224 <source>You don't have notifications.</source>
225 <target>Sinulla ei ole ilmoituksia.</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
231 <source>Display name</source>
232 <target>Näyttönimi</target>
233 <context-group name="null">
234 <context context-type="linenumber">6</context>
235 </context-group>
236 </trans-unit>
237 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
238 <source>Create</source>
239 <target>Luo</target>
240 <context-group name="null">
241 <context context-type="linenumber">74</context>
242 </context-group>
243 </trans-unit>
244 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
245 <source>Download video</source>
246 <target>Lataa video</target>
247 <context-group name="null">
248 <context context-type="linenumber">3</context>
249 </context-group>
250 </trans-unit>
251 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
252 <source>Direct download</source>
253 <target>Suora lataus</target>
254 <context-group name="null">
255 <context context-type="linenumber">27</context>
256 </context-group>
257 </trans-unit>
258 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
259 <source>Report video</source>
260 <target>Tee ilmoitus</target>
261 <context-group name="null">
262 <context context-type="linenumber">3</context>
263 </context-group>
264 </trans-unit>
265 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
266 <source>Reason...</source>
267 <target>Syy...</target>
268 <context-group name="null">
269 <context context-type="linenumber">11</context>
270 </context-group>
271 </trans-unit>
272 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
273 <source>
274 Cancel
275 </source>
276 <target>
277 Peruuta
278 </target>
279 <context-group name="null">
280 <context context-type="linenumber">38</context>
281 </context-group>
282 </trans-unit>
283 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
284 <source>Submit</source>
285 <target>Lähetä</target>
286 <context-group name="null">
287 <context context-type="linenumber">29</context>
288 </context-group>
289 </trans-unit>
290 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
291 <source>Unlisted</source>
292 <target>Piilotettu</target>
293 <context-group name="null">
294 <context context-type="linenumber">17</context>
295 </context-group>
296 </trans-unit>
297 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
298 <source>Private</source>
299 <target>Yksityinen</target>
300 <context-group name="null">
301 <context context-type="linenumber">18</context>
302 </context-group>
303 </trans-unit>
304 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
305 <source>No results.</source>
306 <target>Ei hakutuloksia.</target>
307 <context-group name="null">
308 <context context-type="linenumber">20</context>
309 </context-group>
310 </trans-unit>
311 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
312 <source>Delete</source>
313 <target>Poista</target>
314 <context-group name="null">
315 <context context-type="linenumber">15</context>
316 </context-group>
317 </trans-unit>
318 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
319 <source>Edit</source>
320 <target>Muokkaa</target>
321 <context-group name="null">
322 <context context-type="linenumber">1</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
326 <source>Truncated preview</source>
327 <target>Katkaistu esikatselu</target>
328 <context-group name="null">
329 <context context-type="linenumber">9</context>
330 </context-group>
331 </trans-unit>
332 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196">
333 <source>Complete preview</source>
334 <target>Kokonainen esikatselu</target>
335 <context-group name="null">
336 <context context-type="linenumber">13</context>
337 </context-group>
338 </trans-unit>
339 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f">
340 <source>Get help</source>
341 <target>Hae apua</target>
342 <context-group name="null">
343 <context context-type="linenumber">19</context>
344 </context-group>
345 </trans-unit>
346 <trans-unit id="450025269732888db1f04cfe6033843110ab65ee">
347 <source>
348 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
349 Subscribe
350 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
351 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
352 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
353 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
354 </source>
355 <target>
356 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
357 Tilaa
358 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
359 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
360 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
361 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
362 </target>
363 <context-group name="null">
364 <context context-type="linenumber">5</context>
365 </context-group>
366 </trans-unit>
367 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
368 <source>
369 Unsubscribe
370 </source>
371 <target>
372 Lopeta tilaus
373 </target>
374 <context-group name="null">
375 <context context-type="linenumber">18</context>
376 </context-group>
377 </trans-unit>
378 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
379 <source>Using an ActivityPub account</source>
380 <target>Käyttää ActivityPub-tiliä</target>
381 <context-group name="null">
382 <context context-type="linenumber">36</context>
383 </context-group>
384 </trans-unit>
385 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
386 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
387 <target>Tilaa tilillä instanssissa <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
388 <context-group name="null">
389 <context context-type="linenumber">39</context>
390 </context-group>
391 </trans-unit>
392 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
393 <source>Subscribe with your local account</source>
394 <target>Tilaa paikallisella tilillä</target>
395 <context-group name="null">
396 <context context-type="linenumber">40</context>
397 </context-group>
398 </trans-unit>
399 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
400 <source>Subscribe with a Mastodon account:</source>
401 <target>Tilaa Mastodon-tilillä</target>
402 <context-group name="null">
403 <context context-type="linenumber">43</context>
404 </context-group>
405 </trans-unit>
406 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
407 <source>Using a syndication feed</source>
408 <target>Käytetään syndikointisyötettä</target>
409 <context-group name="null">
410 <context context-type="linenumber">48</context>
411 </context-group>
412 </trans-unit>
413 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
414 <source>Subscribe via RSS</source>
415 <target>Tilaa RSS-muodossa</target>
416 <context-group name="null">
417 <context context-type="linenumber">49</context>
418 </context-group>
419 </trans-unit>
420 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
421 <source>
422 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
423 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
424 </source>
425 <target>
426 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Etätilaus<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
427 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Etäkäyttö<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
428 </target>
429 <context-group name="null">
430 <context context-type="linenumber">10</context>
431 </context-group>
432 </trans-unit>
433 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
434 <source>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.</source>
435 <target>Voit tilata kanavan kaikilla ActivityPub-käyttöisillä fediverse instansseilla. Esimerkiksi Mastodon:illa tai Pleroma:lla voit kirjoittaa kanavan URL-osoitteen hakukenttään ja tilata sen sieltä.</target>
436 <context-group name="null">
437 <context context-type="linenumber">17</context>
438 </context-group>
439 </trans-unit>
440 <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a">
441 <source>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.</source>
442 <target>Voit käyttää tätä kaikilla ActivityPub-käyttöisillä fediverse instansseilla. Esimerkiksi Mastodon:illa tai Pleroma:lla voit kirjoittaa nykyisen URL-osoitteen hakukenttään ja käyttää sitä siellä.</target>
443 <context-group name="null">
444 <context context-type="linenumber">22</context>
445 </context-group>
446 </trans-unit>
447 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
448 <source>Video quota</source>
449 <target>Videokiintiö</target>
450 <context-group name="null">
451 <context context-type="linenumber">42</context>
452 </context-group>
453 </trans-unit>
454 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
455 <source>
456 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
457 </source>
458 <target>
459 Rajoittamaton <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> päivässä)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
460 </target>
461 <context-group name="null">
462 <context context-type="linenumber">28</context>
463 </context-group>
464 </trans-unit>
465 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
466 <source>Ban</source>
467 <target>Sulje</target>
468 <context-group name="null">
469 <context context-type="linenumber">3</context>
470 </context-group>
471 </trans-unit>
472 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
473 <source>
474 A banned user will no longer be able to login.
475 </source>
476 <target>
477 Suljettu käyttäjä ei voi enään kirjautua.
478 </target>
479 <context-group name="null">
480 <context context-type="linenumber">18</context>
481 </context-group>
482 </trans-unit>
483 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
484 <source>Cancel</source>
485 <target>Peruuta</target>
486 <context-group name="null">
487 <context context-type="linenumber">10</context>
488 </context-group>
489 </trans-unit>
490 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
491 <source>Ban this user</source>
492 <target>Sulje tämä käyttäjä</target>
493 <context-group name="null">
494 <context context-type="linenumber">26</context>
495 </context-group>
496 </trans-unit>
497 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
498 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
499 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
500 <context-group name="null">
501 <context context-type="linenumber">11</context>
502 </context-group>
503 </trans-unit>
504 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
505 <source>
506 Login
507 </source>
508 <target>
509 Kirjaudu sisään
510 </target>
511 <context-group name="null">
512 <context context-type="linenumber">2</context>
513 </context-group>
514 </trans-unit>
515 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
516 <source>Request new verification email.</source>
517 <target>Pyydä uutta vahvistusviestiä.</target>
518 <context-group name="null">
519 <context context-type="linenumber">12</context>
520 </context-group>
521 </trans-unit>
522 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
523 <source>User</source>
524 <target>Käyttäjä</target>
525 <context-group name="null">
526 <context context-type="linenumber">13</context>
527 </context-group>
528 </trans-unit>
529 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
530 <source>Username or email address</source>
531 <target>Käyttäjänimi tai sähköpostiosoite</target>
532 <context-group name="null">
533 <context context-type="linenumber">15</context>
534 </context-group>
535 </trans-unit>
536 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87">
537 <source>
538 or create an account
539 </source>
540 <target>
541 tai luo uusi tili
542 </target>
543 <context-group name="null">
544 <context context-type="linenumber">18</context>
545 </context-group>
546 </trans-unit>
547 <trans-unit id="d6290381021b16febc426d3e3a52dda83991ce0b">
548 <source>
549 or create an account on another instance
550 </source>
551 <target>
552 tai luo uusi tili erissä instanssissa
553 </target>
554 <context-group name="null">
555 <context context-type="linenumber">22</context>
556 </context-group>
557 </trans-unit>
558 <trans-unit id="76e1f485e6ead4c84b606f46d413878881d66ad3">
559 <source>User registration is not allowed on this instance, but you can register on many others!</source>
560 <target>Käyttäjätilin luominen on kielletty tässä instanssissa, mutta voit rekisteröityä monessa muussa!</target>
561 <context-group name="null">
562 <context context-type="linenumber">28</context>
563 </context-group>
564 </trans-unit>
565 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
566 <source>Password</source>
567 <target>Salasana</target>
568 <context-group name="null">
569 <context context-type="linenumber">13</context>
570 </context-group>
571 </trans-unit>
572 <trans-unit id="b87e81682959464211443afc3e23c506865d2eda">
573 <source>I forgot my password</source>
574 <target>Unohdin salasanani</target>
575 <context-group name="null">
576 <context context-type="linenumber">44</context>
577 </context-group>
578 </trans-unit>
579 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
580 <source>Login</source>
581 <target>Kirjaudu sisään</target>
582 <context-group name="null">
583 <context context-type="linenumber">32</context>
584 </context-group>
585 </trans-unit>
586 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
587 <source>Forgot your password</source>
588 <target>Unohda salasanasi</target>
589 <context-group name="null">
590 <context context-type="linenumber">57</context>
591 </context-group>
592 </trans-unit>
593 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
594 <source>
595 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
596 </source>
597 <target>
598 Olemme pahoillamme, et voi palauttaa salasanaasi, koska instanssin ylläpitäjä ei ole määritellyt PeerTube:n sähköpostijärjestelmää.
599 </target>
600 <context-group name="null">
601 <context context-type="linenumber">64</context>
602 </context-group>
603 </trans-unit>
604 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
605 <source>Email</source>
606 <target>Sähköposti</target>
607 <context-group name="null">
608 <context context-type="linenumber">8</context>
609 </context-group>
610 </trans-unit>
611 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
612 <source>Email address</source>
613 <target>Sähköpostiosoite</target>
614 <context-group name="null">
615 <context context-type="linenumber">10</context>
616 </context-group>
617 </trans-unit>
618 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
619 <source>Send me an email to reset my password</source>
620 <target>Lähetä minulle sähköpostiviesti nollatakseni salasanani</target>
621 <context-group name="null">
622 <context context-type="linenumber">81</context>
623 </context-group>
624 </trans-unit>
625 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
626 <source>
627 Reset my password
628 </source>
629 <target>
630 Alusta salasanani
631 </target>
632 <context-group name="null">
633 <context context-type="linenumber">2</context>
634 </context-group>
635 </trans-unit>
636 <trans-unit id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
637 <source>Confirm password</source>
638 <target>Vahvista salasana</target>
639 <context-group name="null">
640 <context context-type="linenumber">19</context>
641 </context-group>
642 </trans-unit>
643 <trans-unit id="3652e5c6e33165264d5271d06cc04ab7123b6df1">
644 <source>Confirmed password</source>
645 <target>Vahvistettu salasana</target>
646 <context-group name="null">
647 <context context-type="linenumber">21</context>
648 </context-group>
649 </trans-unit>
650 <trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3">
651 <source>Reset my password</source>
652 <target>Nollaa salasanani</target>
653 <context-group name="null">
654 <context context-type="linenumber">29</context>
655 </context-group>
656 </trans-unit>
657 <trans-unit id="4499806949402133d08a5029cb5462c5ea25336d">
658 <source>
659 Create an account
660 </source>
661 <target>
662 Luo tili
663 </target>
664 <context-group name="null">
665 <context context-type="linenumber">3</context>
666 </context-group>
667 </trans-unit>
668 <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
669 <source>Username</source>
670 <target>Käyttäjänimi</target>
671 <context-group name="null">
672 <context context-type="linenumber">8</context>
673 </context-group>
674 </trans-unit>
675 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3">
676 <source>Example: jane_doe</source>
677 <target>Esimerkki: matti_meikalainen</target>
678 <context-group name="null">
679 <context context-type="linenumber">17</context>
680 </context-group>
681 </trans-unit>
682 <trans-unit id="7fe213724c4c0a4112c40c673884acb98a0a3b92">
683 <source>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</source>
684 <target>Olen vähintään 16-vuotias ja hyväksyn tämän instanssin &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;käyttöehdot&lt;/a&gt;</target>
685 <context-group name="null">
686 <context context-type="linenumber">55</context>
687 </context-group>
688 </trans-unit>
689 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
690 <source>Signup</source>
691 <target>Kirjaudu</target>
692 <context-group name="null">
693 <context context-type="linenumber">88</context>
694 </context-group>
695 </trans-unit>
696 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
697 <source>Features found on this instance</source>
698 <target>Instanssista löydettyjä ominaisuuksia</target>
699 <context-group name="null">
700 <context context-type="linenumber">67</context>
701 </context-group>
702 </trans-unit>
703 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
704 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source>
705 <target><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> tulosta</target>
706 <context-group name="null">
707 <context context-type="linenumber">5</context>
708 </context-group>
709 </trans-unit>
710 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
711 <source>
712 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
713 </source>
714 <target>
715 haulle <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
716 </target>
717 <context-group name="null">
718 <context context-type="linenumber">6</context>
719 </context-group>
720 </trans-unit>
721 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
722 <source>
723 Filters
724 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
725 </source>
726 <target>
727 Suodata
728 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
729 </target>
730 <context-group name="null">
731 <context context-type="linenumber">16</context>
732 </context-group>
733 </trans-unit>
734 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
735 <source>
736 No results found
737 </source>
738 <target>
739 Ei löytynyt yhtään tulosta, joka sisältäisi kaikki hakutermisi.
740 </target>
741 <context-group name="null">
742 <context context-type="linenumber">28</context>
743 </context-group>
744 </trans-unit>
745 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a">
746 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source>
747 <target><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> tilaajaa</target>
748 <context-group name="null">
749 <context context-type="linenumber">44</context>
750 </context-group>
751 </trans-unit>
752 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
753 <source>Change the language</source>
754 <target>Vaihda kieli</target>
755 <context-group name="null">
756 <context context-type="linenumber">102</context>
757 </context-group>
758 </trans-unit>
759 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
760 <source>
761 Help to translate PeerTube!
762 </source>
763 <target>
764 Auta kääntämään PeerTubea!
765 </target>
766 <context-group name="null">
767 <context context-type="linenumber">8</context>
768 </context-group>
769 </trans-unit>
770 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
771 <source>Create an account</source>
772 <target>Luo tili</target>
773 <context-group name="null">
774 <context context-type="linenumber">33</context>
775 </context-group>
776 </trans-unit>
777 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
778 <source>My library</source>
779 <target>Minun kirjasto</target>
780 <context-group name="null">
781 <context context-type="linenumber">37</context>
782 </context-group>
783 </trans-unit>
784 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
785 <source>Videos</source>
786 <target>Videot</target>
787 <context-group name="null">
788 <context context-type="linenumber">24</context>
789 </context-group>
790 </trans-unit>
791 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
792 <source>Subscriptions</source>
793 <target>Tilaukset</target>
794 <context-group name="null">
795 <context context-type="linenumber">51</context>
796 </context-group>
797 </trans-unit>
798 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
799 <source>Overview</source>
800 <target>Yhteenveto</target>
801 <context-group name="null">
802 <context context-type="linenumber">66</context>
803 </context-group>
804 </trans-unit>
805 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
806 <source>Trending</source>
807 <target>Nousussa</target>
808 <context-group name="null">
809 <context context-type="linenumber">71</context>
810 </context-group>
811 </trans-unit>
812 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
813 <source>Recently added</source>
814 <target>Viimeksi lisätyt</target>
815 <context-group name="null">
816 <context context-type="linenumber">76</context>
817 </context-group>
818 </trans-unit>
819 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
820 <source>Local</source>
821 <target>Paikallinen</target>
822 <context-group name="null">
823 <context context-type="linenumber">81</context>
824 </context-group>
825 </trans-unit>
826 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
827 <source>More</source>
828 <target>Lisää</target>
829 <context-group name="null">
830 <context context-type="linenumber">86</context>
831 </context-group>
832 </trans-unit>
833 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
834 <source>Administration</source>
835 <target>Hallinta</target>
836 <context-group name="null">
837 <context context-type="linenumber">90</context>
838 </context-group>
839 </trans-unit>
840 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
841 <source>About</source>
842 <target>Tietoja</target>
843 <context-group name="null">
844 <context context-type="linenumber">26</context>
845 </context-group>
846 </trans-unit>
847 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
848 <source>Show keyboard shortcuts</source>
849 <target>Näytä pikanäppäimet</target>
850 <context-group name="null">
851 <context context-type="linenumber">105</context>
852 </context-group>
853 </trans-unit>
854 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
855 <source>Toggle dark interface</source>
856 <target>Vaihda tummaan teemaan</target>
857 <context-group name="null">
858 <context context-type="linenumber">108</context>
859 </context-group>
860 </trans-unit>
861 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
862 <source>View your notifications</source>
863 <target>Näytä ilmoitukset</target>
864 <context-group name="null">
865 <context context-type="linenumber">3</context>
866 </context-group>
867 </trans-unit>
868 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
869 <source>Notifications</source>
870 <target>Ilmoitukset</target>
871 <context-group name="null">
872 <context context-type="linenumber">10</context>
873 </context-group>
874 </trans-unit>
875 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
876 <source>Update your notification preferences</source>
877 <target>Päivitä ilmoitusasetukset</target>
878 <context-group name="null">
879 <context context-type="linenumber">16</context>
880 </context-group>
881 </trans-unit>
882 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
883 <source>See all your notifications</source>
884 <target>Näytä kaikki ilmoitukset</target>
885 <context-group name="null">
886 <context context-type="linenumber">30</context>
887 </context-group>
888 </trans-unit>
889 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
890 <source>Search...</source>
891 <target>Hae...</target>
892 <context-group name="null">
893 <context context-type="linenumber">2</context>
894 </context-group>
895 </trans-unit>
896 <trans-unit id="4b3972c3e9485218508a95f7a4ce7758e3f09ced">
897 <source>Upload</source>
898 <target>Lataa</target>
899 <context-group name="null">
900 <context context-type="linenumber">9</context>
901 </context-group>
902 </trans-unit>
903 <trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff">
904 <source>Sort</source>
905 <target>Lajittelu</target>
906 <context-group name="null">
907 <context context-type="linenumber">6</context>
908 </context-group>
909 </trans-unit>
910 <trans-unit id="98acac685fc4b2d35e5d0cf3cd224d247a756c3e">
911 <source>Published date</source>
912 <target>Julkaisuaika</target>
913 <context-group name="null">
914 <context context-type="linenumber">15</context>
915 </context-group>
916 </trans-unit>
917 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
918 <source>Duration</source>
919 <target>Kesto</target>
920 <context-group name="null">
921 <context context-type="linenumber">45</context>
922 </context-group>
923 </trans-unit>
924 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
925 <source>Display sensitive content</source>
926 <target>Näytä arkaluonteinen sisältö</target>
927 <context-group name="null">
928 <context context-type="linenumber">54</context>
929 </context-group>
930 </trans-unit>
931 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
932 <source>Yes</source>
933 <target>Kyllä</target>
934 <context-group name="null">
935 <context context-type="linenumber">58</context>
936 </context-group>
937 </trans-unit>
938 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
939 <source>No</source>
940 <target>Ei</target>
941 <context-group name="null">
942 <context context-type="linenumber">63</context>
943 </context-group>
944 </trans-unit>
945 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
946 <source>Category</source>
947 <target>Kategoria</target>
948 <context-group name="null">
949 <context context-type="linenumber">189</context>
950 </context-group>
951 </trans-unit>
952 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
953 <source>Licence</source>
954 <target>Lisenssi</target>
955 <context-group name="null">
956 <context context-type="linenumber">198</context>
957 </context-group>
958 </trans-unit>
959 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
960 <source>Language</source>
961 <target>Kieli</target>
962 <context-group name="null">
963 <context context-type="linenumber">207</context>
964 </context-group>
965 </trans-unit>
966 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
967 <source>All of these tags</source>
968 <target>Kaikki nämä tagit</target>
969 <context-group name="null">
970 <context context-type="linenumber">103</context>
971 </context-group>
972 </trans-unit>
973 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
974 <source>One of these tags</source>
975 <target>Ei mikään näistä tageista</target>
976 <context-group name="null">
977 <context context-type="linenumber">108</context>
978 </context-group>
979 </trans-unit>
980 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
981 <source>Filter</source>
982 <target>Suodata</target>
983 <context-group name="null">
984 <context context-type="linenumber">115</context>
985 </context-group>
986 </trans-unit>
987 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
988 <source>Display unlisted and private videos</source>
989 <target>Näytä piilotetut ja yksityiset videot</target>
990 <context-group name="null">
991 <context context-type="linenumber">14</context>
992 </context-group>
993 </trans-unit>
994 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
995 <source>
996 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
997 </source>
998 <target>
999 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1000 </target>
1001 <context-group name="null">
1002 <context context-type="linenumber">6</context>
1003 </context-group>
1004 </trans-unit>
1005 <trans-unit id="48a5d0af93b94c4575b7f76a47fb3cdee58e6919">
1006 <source>
1007 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1008 </source>
1009 <target>
1010 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1011 </target>
1012 <context-group name="null">
1013 <context context-type="linenumber">14</context>
1014 </context-group>
1015 </trans-unit>
1016 <trans-unit id="e093a5a83045ff283f992a93699abb7cb9dd3c1b">
1017 <source>
1018 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>
1019 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
1020
1021 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.channel.displayName }}"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
1022 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1023 </source>
1024 <target>
1025 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>
1026 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
1027
1028 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.channel.displayName }}"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
1029 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1030 </target>
1031 <context-group name="null">
1032 <context context-type="linenumber">22</context>
1033 </context-group>
1034 </trans-unit>
1035 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
1036 <source>Instance</source>
1037 <target>Instanssi</target>
1038 <context-group name="null">
1039 <context context-type="linenumber">12</context>
1040 </context-group>
1041 </trans-unit>
1042 <trans-unit id="6385c357c1de58ce92c0cf618ecf9cf74b917390">
1043 <source>PeerTube</source>
1044 <target>PeerTube</target>
1045 <context-group name="null">
1046 <context context-type="linenumber">7</context>
1047 </context-group>
1048 </trans-unit>
1049 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
1050 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
1051 <target>Ota yhteyttä <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instanssin ylläpitoon</target>
1052 <context-group name="null">
1053 <context context-type="linenumber">3</context>
1054 </context-group>
1055 </trans-unit>
1056 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
1057 <source>Your name</source>
1058 <target>Sinun nimesi</target>
1059 <context-group name="null">
1060 <context context-type="linenumber">11</context>
1061 </context-group>
1062 </trans-unit>
1063 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
1064 <source>Your email</source>
1065 <target>Sinun sähköpostiosoite</target>
1066 <context-group name="null">
1067 <context context-type="linenumber">20</context>
1068 </context-group>
1069 </trans-unit>
1070 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
1071 <source>Your message</source>
1072 <target>Sinun viesti</target>
1073 <context-group name="null">
1074 <context context-type="linenumber">29</context>
1075 </context-group>
1076 </trans-unit>
1077 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1078 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1079 <target>Tietoja <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instanssista</target>
1080 <context-group name="null">
1081 <context context-type="linenumber">4</context>
1082 </context-group>
1083 </trans-unit>
1084 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1085 <source>Contact administrator</source>
1086 <target>Ota yhteyttä ylläpitoon</target>
1087 <context-group name="null">
1088 <context context-type="linenumber">6</context>
1089 </context-group>
1090 </trans-unit>
1091 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
1092 <source>Description</source>
1093 <target>Kuvaus</target>
1094 <context-group name="null">
1095 <context context-type="linenumber">27</context>
1096 </context-group>
1097 </trans-unit>
1098 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
1099 <source>Terms</source>
1100 <target>Käyttöehdot</target>
1101 <context-group name="null">
1102 <context context-type="linenumber">39</context>
1103 </context-group>
1104 </trans-unit>
1105 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1106 <source>
1107 About PeerTube
1108</source>
1109 <target>
1110 Tietoja PeerTubesta
1111</target>
1112 <context-group name="null">
1113 <context context-type="linenumber">1</context>
1114 </context-group>
1115 </trans-unit>
1116 <trans-unit id="bd29138e1e17572596ce8f2fe61bcea6ac5fb0bf">
1117 <source>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</source>
1118 <target>PeerTube on hajautettu (ActivityPub) videonjakopalvelu, joka käyttää vertaisverkkoa (WebTorrent/P2P) suoraan selaimesta.</target>
1119 <context-group name="null">
1120 <context context-type="linenumber">6</context>
1121 </context-group>
1122 </trans-unit>
1123 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5">
1124 <source>
1125 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1126 </source>
1127 <target>
1128 Se on ilmainen ja avoimen lähdekoodin ohjelmisto, joka toimii <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3-lisenssillä<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1129 </target>
1130 <context-group name="null">
1131 <context context-type="linenumber">8</context>
1132 </context-group>
1133 </trans-unit>
1134 <trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a">
1135 <source>
1136 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1137 </source>
1138 <target>
1139 Lisätietoja osoitteessa <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1140 </target>
1141 <context-group name="null">
1142 <context context-type="linenumber">12</context>
1143 </context-group>
1144 </trans-unit>
1145 <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1">
1146 <source>P2P &amp; Privacy</source>
1147 <target>Vertaisverkko ja yksityisyys</target>
1148 <context-group name="null">
1149 <context context-type="linenumber">18</context>
1150 </context-group>
1151 </trans-unit>
1152 <trans-unit id="cd429d53cb8f4a87879301248e38cb85f07fa9d6">
1153 <source>
1154 PeerTube uses the BitTorrent protocol to share bandwidth between users.
1155 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
1156 </source>
1157 <target>
1158 PeerTube käyttää BitTorrent-protokollaa jakaakseen kaistanleveyttä käyttäjien välillä.
1159 Tämä meinaa sitä, että IP-osoitteesi on tallennettu instanssin BitTorrent-seurantapalvelimeen niin kauan kun lataat tai katsot videota.
1160 </target>
1161 <context-group name="null">
1162 <context context-type="linenumber">20</context>
1163 </context-group>
1164 </trans-unit>
1165 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
1166 <source>What are the consequences?</source>
1167 <target>Mitkä ovat seuraukset?</target>
1168 <context-group name="null">
1169 <context context-type="linenumber">25</context>
1170 </context-group>
1171 </trans-unit>
1172 <trans-unit id="9a612748b059ad246935df17ef4ec4e6afb43a2a">
1173 <source>
1174 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
1175 In practice, this is much more difficult because:
1176 </source>
1177 <target>
1178 Teoriassa joku, jolla on tarpeeksi teknisiä taitoja voi luoda komentosarjan, joka seuraa mitä videota jokin IP-osoite tallentaa.
1179 Käytännössä tämä on paljon vaikeampaa, koska:
1180 </target>
1181 <context-group name="null">
1182 <context context-type="linenumber">27</context>
1183 </context-group>
1184 </trans-unit>
1185 <trans-unit id="64f96be62df4a95a0615b6f630ad25d6348a29d3">
1186 <source>
1187 An HTTP request has to be sent on each tracker for each video to spy.
1188 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
1189 </source><target>
1190 An HTTP request has to be sent on each tracker for each video to spy.
1191 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
1192 </target><context-group name="null">
1193 <context context-type="linenumber">33</context>
1194 </context-group>
1195 </trans-unit>
1196 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf">
1197 <source>How does PeerTube compare with YouTube?</source>
1198 <target>Miten PeerTube eroaa YouTubesta?</target>
1199 <context-group name="null">
1200 <context context-type="linenumber">67</context>
1201 </context-group>
1202 </trans-unit>
1203 <trans-unit id="2432705cbabcb92a8677338901dd5d655383ef4c">
1204 <source>
1205 The threats to privacy in YouTube are different from PeerTube's.
1206 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
1207 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
1208 </source>
1209 <target>
1210 Uhat yksityisyyteen YouTubessa ovat erilaisen verrattuna PeerTuben.
1211 YouTuben osalta koko alusta kerää suuret määrät henkilökohtaista tietoa (ei pelkästään IP-osoitteesi) tutkiakseen sitä ja seuratakseen sinua.
1212 Ja sen lisäksi YouTuben omistaa Google/Alphabet, yritys mikä seuraa sinua monen sivun kautta (AdSense:n tai Google Analytics:in avulla).
1213 </target>
1214 <context-group name="null">
1215 <context context-type="linenumber">69</context>
1216 </context-group>
1217 </trans-unit>
1218 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99">
1219 <source>What can I do to limit the exposure of my IP address?</source>
1220 <target>Mitä voin tehdä rajoittaakseni IP-osoitteeni näkyvyyttä?</target>
1221 <context-group name="null">
1222 <context context-type="linenumber">75</context>
1223 </context-group>
1224 </trans-unit>
1225 <trans-unit id="a545356de272b955258c2a2432b08ec637b65f7e">
1226 <source>
1227 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more.
1228 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
1229 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
1230 </source>
1231 <target>
1232 Sinun IP-osoitteesi on julkinen, joten joka kerta kun käyt verkkosivulla, on tapahtumassa moni taho (verkkosivun tarjoajan lisäksi) jotka näkevät IP-osoitteesi heidän yhteyslokeissa: ISP/reitittimet/seurantapalvelimet/sisällönjakeluverkot ja moni muu.
1233 PeerTube on avoin asiasta: varoitamme sinua jos haluat pitää IP-osoitteesi yksityisenä, sinun pitää käyttää VPN-verkkoa tai Tor-selainta.
1234 Vertaisverkon (P2P) poistaminen PeerTubesta saavuttaakseen anonymiteetin ei tee mitään järkeen.
1235 </target>
1236 <context-group name="null">
1237 <context context-type="linenumber">77</context>
1238 </context-group>
1239 </trans-unit>
1240 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41">
1241 <source>What will be done to mitigate this problem?</source>
1242 <target>Mitä tämän ongelman lieventämiseksi tehdään?</target>
1243 <context-group name="null">
1244 <context context-type="linenumber">83</context>
1245 </context-group>
1246 </trans-unit>
1247 <trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605">
1248 <source>Banned</source>
1249 <target>Suljettu</target>
1250 <context-group name="null">
1251 <context context-type="linenumber">12</context>
1252 </context-group>
1253 </trans-unit>
1254 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809">
1255 <source>Muted</source>
1256 <target>Mykistetty</target>
1257 <context-group name="null">
1258 <context context-type="linenumber">13</context>
1259 </context-group>
1260 </trans-unit>
1261 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89">
1262 <source>Muted by your instance</source>
1263 <target>Mykistetty sinun instanssin toimesta</target>
1264 <context-group name="null">
1265 <context context-type="linenumber">14</context>
1266 </context-group>
1267 </trans-unit>
1268 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a">
1269 <source>Instance muted</source>
1270 <target>Instanssi mykistetty</target>
1271 <context-group name="null">
1272 <context context-type="linenumber">15</context>
1273 </context-group>
1274 </trans-unit>
1275 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1">
1276 <source>Instance muted by your instance</source>
1277 <target>Instanssi mykistetty sinun instanssin toimesta</target>
1278 <context-group name="null">
1279 <context context-type="linenumber">16</context>
1280 </context-group>
1281 </trans-unit>
1282 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
1283 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
1284 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> tilaajaa</target>
1285 <context-group name="null">
1286 <context context-type="linenumber">24</context>
1287 </context-group>
1288 </trans-unit>
1289 <trans-unit id="6f5a458f827503ac7b8697688ecf3e0490818ee8">
1290 <source>Video channels</source>
1291 <target>Videokanavat</target>
1292 <context-group name="null">
1293 <context context-type="linenumber">31</context>
1294 </context-group>
1295 </trans-unit>
1296 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a">
1297 <source>Stats</source>
1298 <target>Tilastot</target>
1299 <context-group name="null">
1300 <context context-type="linenumber">16</context>
1301 </context-group>
1302 </trans-unit>
1303 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
1304 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
1305 <target>Liittyi <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
1306 <context-group name="null">
1307 <context context-type="linenumber">10</context>
1308 </context-group>
1309 </trans-unit>
1310 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3">
1311 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source>
1312 <target><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> tilaajaa</target>
1313 <context-group name="null">
1314 <context context-type="linenumber">14</context>
1315 </context-group>
1316 </trans-unit>
1317 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f">
1318 <source>See this video channel</source>
1319 <target>Näytä tämä videokanava</target>
1320 <context-group name="null">
1321 <context context-type="linenumber">4</context>
1322 </context-group>
1323 </trans-unit>
1324 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59">
1325 <source>Name</source>
1326 <target>Nimi</target>
1327 <context-group name="null">
1328 <context context-type="linenumber">12</context>
1329 </context-group>
1330 </trans-unit>
1331 <trans-unit id="512b045163a7187b2fc5d554e5f59fb3e49e174b">
1332 <source>Short description</source>
1333 <target>Lyhyt kuvaus</target>
1334 <context-group name="null">
1335 <context context-type="linenumber">21</context>
1336 </context-group>
1337 </trans-unit>
1338 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
1339 <source>Default client route</source>
1340 <target>Oletusasiakasreitti</target>
1341 <context-group name="null">
1342 <context context-type="linenumber">57</context>
1343 </context-group>
1344 </trans-unit>
1345 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1346 <source>Videos Overview</source>
1347 <target>Videoiden katsaus</target>
1348 <context-group name="null">
1349 <context context-type="linenumber">60</context>
1350 </context-group>
1351 </trans-unit>
1352 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1353 <source>Videos Trending</source>
1354 <target>Nousussa olevat videot</target>
1355 <context-group name="null">
1356 <context context-type="linenumber">61</context>
1357 </context-group>
1358 </trans-unit>
1359 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1360 <source>Videos Recently Added</source>
1361 <target>Viimeksi lisätyt videot</target>
1362 <context-group name="null">
1363 <context context-type="linenumber">62</context>
1364 </context-group>
1365 </trans-unit>
1366 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1367 <source>Local videos</source>
1368 <target>Paikalliset videot</target>
1369 <context-group name="null">
1370 <context context-type="linenumber">63</context>
1371 </context-group>
1372 </trans-unit>
1373 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1374 <source>Policy on videos containing sensitive content</source>
1375 <target>Herkän sisällön sisältävien videoiden käytäntö</target>
1376 <context-group name="null">
1377 <context context-type="linenumber">70</context>
1378 </context-group>
1379 </trans-unit>
1380 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
1381 <source>Do not list</source>
1382 <target>Elä listaa</target>
1383 <context-group name="null">
1384 <context context-type="linenumber">11</context>
1385 </context-group>
1386 </trans-unit>
1387 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
1388 <source>Blur thumbnails</source>
1389 <target>Sumenna pikkukuva</target>
1390 <context-group name="null">
1391 <context context-type="linenumber">12</context>
1392 </context-group>
1393 </trans-unit>
1394 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
1395 <source>Display</source>
1396 <target>Näytä</target>
1397 <context-group name="null">
1398 <context context-type="linenumber">13</context>
1399 </context-group>
1400 </trans-unit>
1401 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
1402 <source>Signup enabled</source>
1403 <target>Rekisteröityminen on päällä</target>
1404 <context-group name="null">
1405 <context context-type="linenumber">94</context>
1406 </context-group>
1407 </trans-unit>
1408 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1409 <source>Signup requires email verification</source>
1410 <target>Rekisteröityminen vaatii sähköpostiosoitteen vahvistamisen</target>
1411 <context-group name="null">
1412 <context context-type="linenumber">101</context>
1413 </context-group>
1414 </trans-unit>
1415 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1416 <source>Signup limit</source>
1417 <target>Rekisteröintiraja</target>
1418 <context-group name="null">
1419 <context context-type="linenumber">106</context>
1420 </context-group>
1421 </trans-unit>
1422 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1423 <source>Users</source>
1424 <target>Tilejä</target>
1425 <context-group name="null">
1426 <context context-type="linenumber">116</context>
1427 </context-group>
1428 </trans-unit>
1429 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1430 <source>User default video quota</source>
1431 <target>Tilin oletusvideokoon raja:</target>
1432 <context-group name="null">
1433 <context context-type="linenumber">120</context>
1434 </context-group>
1435 </trans-unit>
1436 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1437 <source>User default daily upload limit</source>
1438 <target>Tilin oletusvideokoon päivittäinen raja:</target>
1439 <context-group name="null">
1440 <context context-type="linenumber">132</context>
1441 </context-group>
1442 </trans-unit>
1443 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
1444 <source>Import</source>
1445 <target>Tuo</target>
1446 <context-group name="null">
1447 <context context-type="linenumber">42</context>
1448 </context-group>
1449 </trans-unit>
1450 <trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e">
1451 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1452 <target>Videon tuonti HTTP-osoitteella (esim. YouTube) on päällä</target>
1453 <context-group name="null">
1454 <context context-type="linenumber">153</context>
1455 </context-group>
1456 </trans-unit>
1457 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1458 <source>Video import with a torrent file or a magnet URI enabled</source>
1459 <target>Videon tuonti torrent-tiedostosta tai magnet-osoitteesta on päällä</target>
1460 <context-group name="null">
1461 <context context-type="linenumber">160</context>
1462 </context-group>
1463 </trans-unit>
1464 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1465 <source>Administrator</source>
1466 <target>Ylläpitäjä</target>
1467 <context-group name="null">
1468 <context context-type="linenumber">208</context>
1469 </context-group>
1470 </trans-unit>
1471 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1472 <source>Admin email</source>
1473 <target>Ylläpidon sähköpostiosoite</target>
1474 <context-group name="null">
1475 <context context-type="linenumber">211</context>
1476 </context-group>
1477 </trans-unit>
1478 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1479 <source>Enable contact form</source>
1480 <target>Ota yhteydenottolomake käyttöön</target>
1481 <context-group name="null">
1482 <context context-type="linenumber">222</context>
1483 </context-group>
1484 </trans-unit>
1485 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
1486 <source>Basic configuration</source>
1487 <target>Peruskokoonpano</target>
1488 <context-group name="null">
1489 <context context-type="linenumber">5</context>
1490 </context-group>
1491 </trans-unit>
1492 <trans-unit id="99cb827741e93125476a0f5b676372d85d15b5fc">
1493 <source>Twitter</source>
1494 <target>Twitter</target>
1495 <context-group name="null">
1496 <context context-type="linenumber">231</context>
1497 </context-group>
1498 </trans-unit>
1499 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1500 <source>Your Twitter username</source>
1501 <target>Sinun Twitter käyttäjänimi</target>
1502 <context-group name="null">
1503 <context context-type="linenumber">237</context>
1504 </context-group>
1505 </trans-unit>
1506 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1507 <source>Services</source>
1508 <target>Palvelut</target>
1509 <context-group name="null">
1510 <context context-type="linenumber">229</context>
1511 </context-group>
1512 </trans-unit>
1513 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1514 <source>Transcoding</source>
1515 <target>Transkoodaus</target>
1516 <context-group name="null">
1517 <context context-type="linenumber">268</context>
1518 </context-group>
1519 </trans-unit>
1520 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1521 <source>Transcoding enabled</source>
1522 <target>Transkoodaus on päällä</target>
1523 <context-group name="null">
1524 <context context-type="linenumber">274</context>
1525 </context-group>
1526 </trans-unit>
1527 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1528 <source>Customizations</source>
1529 <target>Muokkaukset</target>
1530 <context-group name="null">
1531 <context context-type="linenumber">342</context>
1532 </context-group>
1533 </trans-unit>
1534 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1535 <source>JavaScript</source>
1536 <target>JavaScript</target>
1537 <context-group name="null">
1538 <context context-type="linenumber">347</context>
1539 </context-group>
1540 </trans-unit>
1541 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
1542 <source>
1543 Users
1544 </source>
1545 <target>
1546 Tilit
1547 </target>
1548 <context-group name="null">
1549 <context context-type="linenumber">3</context>
1550 </context-group>
1551 </trans-unit>
1552 <trans-unit id="0315abd64e35510ed0534f597130ef781aca175a">
1553 <source>
1554 Manage follows
1555 </source>
1556 <target>
1557 Hallitse seuraajia
1558 </target>
1559 <context-group name="null">
1560 <context context-type="linenumber">7</context>
1561 </context-group>
1562 </trans-unit>
1563 <trans-unit id="1a5c7f9b1bec1463728f44933f0e256de9c45154">
1564 <source>
1565 Moderation
1566 </source>
1567 <target>
1568 Valvonta
1569 </target>
1570 <context-group name="null">
1571 <context context-type="linenumber">11</context>
1572 </context-group>
1573 </trans-unit>
1574 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1575 <source>
1576 Configuration
1577 </source>
1578 <target>
1579 Kokoonpano
1580 </target>
1581 <context-group name="null">
1582 <context context-type="linenumber">15</context>
1583 </context-group>
1584 </trans-unit>
1585 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
1586 <source>Add following</source>
1587 <target>Lisää seuraava</target>
1588 <context-group name="null">
1589 <context context-type="linenumber">21</context>
1590 </context-group>
1591 </trans-unit>
1592 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
1593 <source>ID</source>
1594 <target>ID</target>
1595 <context-group name="null">
1596 <context context-type="linenumber">18</context>
1597 </context-group>
1598 </trans-unit>
1599 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
1600 <source>Accepted</source>
1601 <target>Hyväksytty</target>
1602 <context-group name="null">
1603 <context context-type="linenumber">32</context>
1604 </context-group>
1605 </trans-unit>
1606 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
1607 <source>Pending</source>
1608 <target>Odottaa</target>
1609 <context-group name="null">
1610 <context context-type="linenumber">33</context>
1611 </context-group>
1612 </trans-unit>
1613 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
1614 <source>Refuse</source>
1615 <target>Kieltäydy</target>
1616 <context-group name="null">
1617 <context context-type="linenumber">42</context>
1618 </context-group>
1619 </trans-unit>
1620 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246">
1621 <source>Follow</source>
1622 <target>Seuraa</target>
1623 <context-group name="null">
1624 <context context-type="linenumber">7</context>
1625 </context-group>
1626 </trans-unit>
1627 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
1628 <source>Followers</source>
1629 <target>Seuraajia</target>
1630 <context-group name="null">
1631 <context context-type="linenumber">9</context>
1632 </context-group>
1633 </trans-unit>
1634 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1635 <source>Create user</source>
1636 <target>Luo tili</target>
1637 <context-group name="null">
1638 <context context-type="linenumber">6</context>
1639 </context-group>
1640 </trans-unit>
1641 <trans-unit id="2788d9a67ed2b6f35c85818e6af1871317c57a7e">
1642 <source>Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></source>
1643 <target>Muokkaa tiliä <x id="INTERPOLATION" equiv-text="{{ username }}"/></target>
1644 <context-group name="null">
1645 <context context-type="linenumber">2</context>
1646 </context-group>
1647 </trans-unit>
1648 <trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a">
1649 <source>john</source>
1650 <target>matti</target>
1651 <context-group name="null">
1652 <context context-type="linenumber">10</context>
1653 </context-group>
1654 </trans-unit>
1655 <trans-unit id="bb3542ff8e5defa6d0c773799e5c8fe399605d05">
1656 <source>mail@example.com</source>
1657 <target>nimi@esimerkki.fi</target>
1658 <context-group name="null">
1659 <context context-type="linenumber">21</context>
1660 </context-group>
1661 </trans-unit>
1662 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46">
1663 <source>Role</source>
1664 <target>Rooli</target>
1665 <context-group name="null">
1666 <context context-type="linenumber">43</context>
1667 </context-group>
1668 </trans-unit>
1669 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496">
1670 <source>Daily video quota</source>
1671 <target>Päivittäinen videokoon raja</target>
1672 <context-group name="null">
1673 <context context-type="linenumber">72</context>
1674 </context-group>
1675 </trans-unit>
1676 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
1677 <source>Users list</source>
1678 <target>Käyttäjälista</target>
1679 <context-group name="null">
1680 <context context-type="linenumber">2</context>
1681 </context-group>
1682 </trans-unit>
1683 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
1684 <source>(banned)</source>
1685 <target>(suljettu)</target>
1686 <context-group name="null">
1687 <context context-type="linenumber">65</context>
1688 </context-group>
1689 </trans-unit>
1690 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
1691 <source>Go to the account page</source>
1692 <target>Mene tilin sivulle</target>
1693 <context-group name="null">
1694 <context context-type="linenumber">153</context>
1695 </context-group>
1696 </trans-unit>
1697 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
1698 <source>Ban reason:</source>
1699 <target>Sulkemisen syy:</target>
1700 <context-group name="null">
1701 <context context-type="linenumber">95</context>
1702 </context-group>
1703 </trans-unit>
1704 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
1705 <source>Update this comment</source>
1706 <target>Päivitä kommentti</target>
1707 <context-group name="null">
1708 <context context-type="linenumber">26</context>
1709 </context-group>
1710 </trans-unit>
1711 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
1712 <source>Reporter</source>
1713 <target>Lähettäjä:</target>
1714 <context-group name="null">
1715 <context context-type="linenumber">8</context>
1716 </context-group>
1717 </trans-unit>
1718 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
1719 <source>Video</source>
1720 <target>Video</target>
1721 <context-group name="null">
1722 <context context-type="linenumber">14</context>
1723 </context-group>
1724 </trans-unit>
1725 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
1726 <source>Go to the video</source>
1727 <target>Mene videolle</target>
1728 <context-group name="null">
1729 <context context-type="linenumber">33</context>
1730 </context-group>
1731 </trans-unit>
1732 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
1733 <source>Actions</source>
1734 <target>Toiminnot</target>
1735 <context-group name="null">
1736 <context context-type="linenumber">35</context>
1737 </context-group>
1738 </trans-unit>
1739 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
1740 <source>Reason:</source>
1741 <target>Syy:</target>
1742 <context-group name="null">
1743 <context context-type="linenumber">53</context>
1744 </context-group>
1745 </trans-unit>
1746 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
1747 <source>Sensitive</source>
1748 <target>Arkaluonteinen</target>
1749 <context-group name="null">
1750 <context context-type="linenumber">9</context>
1751 </context-group>
1752 </trans-unit>
1753 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
1754 <source>Unmute</source>
1755 <target>Poista mykistys</target>
1756 <context-group name="null">
1757 <context context-type="linenumber">23</context>
1758 </context-group>
1759 </trans-unit>
1760 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1761 <source>Jobs list</source>
1762 <target>Työlista</target>
1763 <context-group name="null">
1764 <context context-type="linenumber">2</context>
1765 </context-group>
1766 </trans-unit>
1767 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1768 <source>Type</source>
1769 <target>Tyyppi</target>
1770 <context-group name="null">
1771 <context context-type="linenumber">19</context>
1772 </context-group>
1773 </trans-unit>
1774 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
1775 <source>Video quota:</source>
1776 <target>Videokoon raja:</target>
1777 <context-group name="null">
1778 <context context-type="linenumber">4</context>
1779 </context-group>
1780 </trans-unit>
1781 <trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8">
1782 <source>Profile</source>
1783 <target>Tili</target>
1784 <context-group name="null">
1785 <context context-type="linenumber">7</context>
1786 </context-group>
1787 </trans-unit>
1788 <trans-unit id="b5398623f87ee72ed23f5023918db1707771e925">
1789 <source>Video settings</source>
1790 <target>Videoasetukset</target>
1791 <context-group name="null">
1792 <context context-type="linenumber">16</context>
1793 </context-group>
1794 </trans-unit>
1795 <trans-unit id="c74e3202d080780c6415d0e9209c1c859438b735">
1796 <source>Danger zone</source>
1797 <target>Vaaravyöhyke</target>
1798 <context-group name="null">
1799 <context context-type="linenumber">19</context>
1800 </context-group>
1801 </trans-unit>
1802 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
1803 <source>Change ownership</source>
1804 <target>Vaihda omistajuutta</target>
1805 <context-group name="null">
1806 <context context-type="linenumber">21</context>
1807 </context-group>
1808 </trans-unit>
1809 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
1810 <source>Select the next owner</source>
1811 <target>Valitse seuraava omistaja</target>
1812 <context-group name="null">
1813 <context context-type="linenumber">10</context>
1814 </context-group>
1815 </trans-unit>
1816 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
1817 <source>
1818 Cancel
1819 </source>
1820 <target>
1821 Peruuta
1822 </target>
1823 <context-group name="null">
1824 <context context-type="linenumber">35</context>
1825 </context-group>
1826 </trans-unit>
1827 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
1828 <source>Go to the channel</source>
1829 <target>Mene kanavalle</target>
1830 <context-group name="null">
1831 <context context-type="linenumber">10</context>
1832 </context-group>
1833 </trans-unit>
1834 <trans-unit id="9dbe4718a5611fbc611fc6b5e0b27df813372c68">
1835 <source>Create a video channel</source>
1836 <target>Luo videokanava</target>
1837 <context-group name="null">
1838 <context context-type="linenumber">6</context>
1839 </context-group>
1840 </trans-unit>
1841 <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558">
1842 <source>Example: my_channel</source>
1843 <target>Esimerkki: minun_kanava</target>
1844 <context-group name="null">
1845 <context context-type="linenumber">15</context>
1846 </context-group>
1847 </trans-unit>
1848 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
1849 <source>Target</source>
1850 <target>Kohde</target>
1851 <context-group name="null">
1852 <context context-type="linenumber">8</context>
1853 </context-group>
1854 </trans-unit>
1855 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a">
1856 <source>You don't have any subscriptions yet.</source>
1857 <target>Sinulla ei ole yhtään tilausta vielä</target>
1858 <context-group name="null">
1859 <context context-type="linenumber">1</context>
1860 </context-group>
1861 </trans-unit>
1862 <trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1">
1863 <source>Status</source>
1864 <target>Tila</target>
1865 <context-group name="null">
1866 <context context-type="linenumber">19</context>
1867 </context-group>
1868 </trans-unit>
1869 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1870 <source>Privacy</source>
1871 <target>Yksityisyys</target>
1872 <context-group name="null">
1873 <context context-type="linenumber">179</context>
1874 </context-group>
1875 </trans-unit>
1876 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
1877 <source>Channel</source>
1878 <target>Kanava</target>
1879 <context-group name="null">
1880 <context context-type="linenumber">39</context>
1881 </context-group>
1882 </trans-unit>
1883 <trans-unit id="0dd390d056411e1709ec97ec51c46d78600e3f7b">
1884 <source>Current password</source>
1885 <target>Nykyinen salasana</target>
1886 <context-group name="null">
1887 <context context-type="linenumber">7</context>
1888 </context-group>
1889 </trans-unit>
1890 <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229">
1891 <source>New password</source>
1892 <target>Uusi salasana</target>
1893 <context-group name="null">
1894 <context context-type="linenumber">15</context>
1895 </context-group>
1896 </trans-unit>
1897 <trans-unit id="ede41f01c781b168a783cfcefc6fb67d48780d9b">
1898 <source>Confirm new password</source>
1899 <target>Vahvista uusi salasana</target>
1900 <context-group name="null">
1901 <context context-type="linenumber">23</context>
1902 </context-group>
1903 </trans-unit>
1904 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
1905 <source>Support this channel</source>
1906 <target>Tue kanavaa</target>
1907 <context-group name="null">
1908 <context context-type="linenumber">9</context>
1909 </context-group>
1910 </trans-unit>
1911 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
1912 <source>URL</source>
1913 <target>URL</target>
1914 <context-group name="null">
1915 <context context-type="linenumber">25</context>
1916 </context-group>
1917 </trans-unit>
1918 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
1919 <source>Sorry, but something went wrong</source>
1920 <target>Anteeksi, mutta jokin meni pieleen</target>
1921 <context-group name="null">
1922 <context context-type="linenumber">49</context>
1923 </context-group>
1924 </trans-unit>
1925 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
1926 <source>Update</source>
1927 <target>Päivitä</target>
1928 <context-group name="null">
1929 <context context-type="linenumber">17</context>
1930 </context-group>
1931 </trans-unit>
1932 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
1933 <source>Select the file to upload</source>
1934 <target>Valitse ladattava tiedosto</target>
1935 <context-group name="null">
1936 <context context-type="linenumber">6</context>
1937 </context-group>
1938 </trans-unit>
1939 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc">
1940 <source>Or</source>
1941 <target>Tai</target>
1942 <context-group name="null">
1943 <context context-type="linenumber">11</context>
1944 </context-group>
1945 </trans-unit>
1946 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3">
1947 <source>Upload a file</source>
1948 <target>Lataa tiedosto</target>
1949 <context-group name="null">
1950 <context context-type="linenumber">10</context>
1951 </context-group>
1952 </trans-unit>
1953 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
1954 <source>Add caption</source>
1955 <target>Lisää merkintä</target>
1956 <context-group name="null">
1957 <context context-type="linenumber">5</context>
1958 </context-group>
1959 </trans-unit>
1960 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
1961 <source>Title</source>
1962 <target>Otsikko</target>
1963 <context-group name="null">
1964 <context context-type="linenumber">9</context>
1965 </context-group>
1966 </trans-unit>
1967 <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b">
1968 <source>Tags</source>
1969 <target>Tagit</target>
1970 <context-group name="null">
1971 <context context-type="linenumber">216</context>
1972 </context-group>
1973 </trans-unit>
1974 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
1975 <source>+ Tag</source>
1976 <target>+ Tagi</target>
1977 <context-group name="null">
1978 <context context-type="linenumber">21</context>
1979 </context-group>
1980 </trans-unit>
1981 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
1982 <source>Enter a new tag</source>
1983 <target>Lisää uusi tagi</target>
1984 <context-group name="null">
1985 <context context-type="linenumber">21</context>
1986 </context-group>
1987 </trans-unit>
1988 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
1989 <source>Basic info</source>
1990 <target>Yleistietoa</target>
1991 <context-group name="null">
1992 <context context-type="linenumber">4</context>
1993 </context-group>
1994 </trans-unit>
1995 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
1996 <source>Cancel deletion</source>
1997 <target>Peruuta poisto</target>
1998 <context-group name="null">
1999 <context context-type="linenumber">173</context>
2000 </context-group>
2001 </trans-unit>
2002 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
2003 <source>Captions</source>
2004 <target>Merkinnät</target>
2005 <context-group name="null">
2006 <context context-type="linenumber">135</context>
2007 </context-group>
2008 </trans-unit>
2009 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
2010 <source>Support</source>
2011 <target>Tuki</target>
2012 <context-group name="null">
2013 <context context-type="linenumber">103</context>
2014 </context-group>
2015 </trans-unit>
2016 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2017 <source>Share</source>
2018 <target>Jaa</target>
2019 <context-group name="null">
2020 <context context-type="linenumber">108</context>
2021 </context-group>
2022 </trans-unit>
2023 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2024 <source>QR-Code</source>
2025 <target>QR-koodi</target>
2026 <context-group name="null">
2027 <context context-type="linenumber">37</context>
2028 </context-group>
2029 </trans-unit>
2030 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2031 <source>Embed</source>
2032 <target>Upota</target>
2033 <context-group name="null">
2034 <context context-type="linenumber">42</context>
2035 </context-group>
2036 </trans-unit>
2037 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
2038 <source>Close</source>
2039 <target>Sulje</target>
2040 <context-group name="null">
2041 <context context-type="linenumber">59</context>
2042 </context-group>
2043 </trans-unit>
2044 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2045 <source>
2046 OK
2047 </source>
2048 <target>
2049 OK
2050 </target>
2051 <context-group name="null">
2052 <context context-type="linenumber">239</context>
2053 </context-group>
2054 </trans-unit>
2055 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
2056 <source>
2057 Other videos
2058 </source>
2059 <target>
2060 Muut videot
2061 </target>
2062 <context-group name="null">
2063 <context context-type="linenumber">2</context>
2064 </context-group>
2065 </trans-unit>
2066 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7">
2067 <source>
2068 Comments
2069 </source>
2070 <target>
2071 Kommentit
2072 </target>
2073 <context-group name="null">
2074 <context context-type="linenumber">3</context>
2075 </context-group>
2076 </trans-unit>
2077 <trans-unit id="17810e68b0ba21e62e61eecfaf0a93b2c91033b4">
2078 <source>No comments.</source>
2079 <target>Ei kommentteja.</target>
2080 <context-group name="null">
2081 <context context-type="linenumber">17</context>
2082 </context-group>
2083 </trans-unit>
2084 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
2085 <source>Add comment...</source>
2086 <target>Lisää kommentti...</target>
2087 <context-group name="null">
2088 <context context-type="linenumber">6</context>
2089 </context-group>
2090 </trans-unit>
2091 <trans-unit id="26fa50ba8e69b53162b348d98e25f8b76c81343e">
2092 <source>
2093 Post comment
2094 </source>
2095 <target>
2096 Julkaise kommentti
2097 </target>
2098 <context-group name="null">
2099 <context context-type="linenumber">20</context>
2100 </context-group>
2101 </trans-unit>
2102 <trans-unit id="afe0ad39fee662489f1033e53aea3e16a7e89228">
2103 <source>login to comment</source>
2104 <target>Kirjaudu sisään kommentoidaksesi</target>
2105 <context-group name="null">
2106 <context context-type="linenumber">35</context>
2107 </context-group>
2108 </trans-unit>
2109 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6">
2110 <source>Reply</source>
2111 <target>Vastaa</target>
2112 <context-group name="null">
2113 <context context-type="linenumber">14</context>
2114 </context-group>
2115 </trans-unit>
2116 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
2117 <source>Your message has been sent.</source>
2118 <target>Viestisi on lähetetty.</target>
2119 <context-group name="null">
2120 <context context-type="linenumber">1</context>
2121 </context-group>
2122 </trans-unit>
2123 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
2124 <source>No description</source>
2125 <target>Ei kuvausta</target>
2126 <context-group name="null">
2127 <context context-type="linenumber">1</context>
2128 </context-group>
2129 </trans-unit>
2130 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
2131 <source>240p</source>
2132 <target>240p</target>
2133 <context-group name="null">
2134 <context context-type="linenumber">1</context>
2135 </context-group>
2136 </trans-unit>
2137 <trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e">
2138 <source>360p</source>
2139 <target>360p</target>
2140 <context-group name="null">
2141 <context context-type="linenumber">1</context>
2142 </context-group>
2143 </trans-unit>
2144 <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5">
2145 <source>480p</source>
2146 <target>480p</target>
2147 <context-group name="null">
2148 <context context-type="linenumber">1</context>
2149 </context-group>
2150 </trans-unit>
2151 <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2">
2152 <source>720p</source>
2153 <target>720p</target>
2154 <context-group name="null">
2155 <context context-type="linenumber">1</context>
2156 </context-group>
2157 </trans-unit>
2158 <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9">
2159 <source>1080p</source>
2160 <target>1080p</target>
2161 <context-group name="null">
2162 <context context-type="linenumber">1</context>
2163 </context-group>
2164 </trans-unit>
2165 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111">
2166 <source>Auto (via ffmpeg)</source>
2167 <target>Automaattinen (ffmpeg avulla)</target>
2168 <context-group name="null">
2169 <context context-type="linenumber">1</context>
2170 </context-group>
2171 </trans-unit>
2172 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
2173 <source>Unlimited</source>
2174 <target>Rajaton</target>
2175 <context-group name="null">
2176 <context context-type="linenumber">1</context>
2177 </context-group>
2178 </trans-unit>
2179 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
2180 <source>100MB</source>
2181 <target>100 Mt</target>
2182 <context-group name="null">
2183 <context context-type="linenumber">1</context>
2184 </context-group>
2185 </trans-unit>
2186 <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174">
2187 <source>500MB</source>
2188 <target>500 Mt</target>
2189 <context-group name="null">
2190 <context context-type="linenumber">1</context>
2191 </context-group>
2192 </trans-unit>
2193 <trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b">
2194 <source>1GB</source>
2195 <target>1 Gt</target>
2196 <context-group name="null">
2197 <context context-type="linenumber">1</context>
2198 </context-group>
2199 </trans-unit>
2200 <trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8">
2201 <source>5GB</source>
2202 <target>5 Gt</target>
2203 <context-group name="null">
2204 <context context-type="linenumber">1</context>
2205 </context-group>
2206 </trans-unit>
2207 <trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae">
2208 <source>20GB</source>
2209 <target>20 Gt</target>
2210 <context-group name="null">
2211 <context context-type="linenumber">1</context>
2212 </context-group>
2213 </trans-unit>
2214 <trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e">
2215 <source>50GB</source>
2216 <target>50 Gt</target>
2217 <context-group name="null">
2218 <context context-type="linenumber">1</context>
2219 </context-group>
2220 </trans-unit>
2221 <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d">
2222 <source>10MB</source>
2223 <target>10 Mt</target>
2224 <context-group name="null">
2225 <context context-type="linenumber">1</context>
2226 </context-group>
2227 </trans-unit>
2228 <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af">
2229 <source>50MB</source>
2230 <target>50 Mt</target>
2231 <context-group name="null">
2232 <context context-type="linenumber">1</context>
2233 </context-group>
2234 </trans-unit>
2235 <trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a">
2236 <source>2GB</source>
2237 <target>2 Gt</target>
2238 <context-group name="null">
2239 <context context-type="linenumber">1</context>
2240 </context-group>
2241 </trans-unit>
2242 <trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246">
2243 <source>enabled</source>
2244 <target>käytössä</target>
2245 <context-group name="null">
2246 <context context-type="linenumber">1</context>
2247 </context-group>
2248 </trans-unit>
2249 <trans-unit id="795733aac948794cadeb3be6386882efac2c38ad">
2250 <source>disabled</source>
2251 <target>poissa päältä</target>
2252 <context-group name="null">
2253 <context context-type="linenumber">1</context>
2254 </context-group>
2255 </trans-unit>
2256 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
2257 <source>Comment updated.</source>
2258 <target>Kommentti päivitetty.</target>
2259 <context-group name="null">
2260 <context context-type="linenumber">1</context>
2261 </context-group>
2262 </trans-unit>
2263 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
2264 <source>yes</source>
2265 <target>kyllä</target>
2266 <context-group name="null">
2267 <context context-type="linenumber">1</context>
2268 </context-group>
2269 </trans-unit>
2270 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
2271 <source>no</source>
2272 <target>ei</target>
2273 <context-group name="null">
2274 <context context-type="linenumber">1</context>
2275 </context-group>
2276 </trans-unit>
2277 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
2278 <source>Info</source>
2279 <target>Tietoja</target>
2280 <context-group name="null">
2281 <context context-type="linenumber">1</context>
2282 </context-group>
2283 </trans-unit>
2284 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
2285 <source>Error</source>
2286 <target>Virhe</target>
2287 <context-group name="null">
2288 <context context-type="linenumber">1</context>
2289 </context-group>
2290 </trans-unit>
2291 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
2292 <source>Update user</source>
2293 <target>Päivitä tili</target>
2294 <context-group name="null">
2295 <context context-type="linenumber">1</context>
2296 </context-group>
2297 </trans-unit>
2298 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
2299 <source>My videos history</source>
2300 <target>Video historiani</target>
2301 <context-group name="null">
2302 <context context-type="linenumber">1</context>
2303 </context-group>
2304 </trans-unit>
2305 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc">
2306 <source>Password updated.</source>
2307 <target>Salasana päivitetty.</target>
2308 <context-group name="null">
2309 <context context-type="linenumber">1</context>
2310 </context-group>
2311 </trans-unit>
2312 <trans-unit id="d8a8a7f7160939fb55e82bc01fe9f876f5f2e065">
2313 <source>Delete my account</source>
2314 <target>Poista tilini</target>
2315 <context-group name="null">
2316 <context context-type="linenumber">1</context>
2317 </context-group>
2318 </trans-unit>
2319 <trans-unit id="8eb8b1a728159f43c31abf76c28ef3ff6c230af7">
2320 <source>Your account is deleted.</source>
2321 <target>Tilisi on poistettu.</target>
2322 <context-group name="null">
2323 <context context-type="linenumber">1</context>
2324 </context-group>
2325 </trans-unit>
2326 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
2327 <source>My videos</source>
2328 <target>Omat videot</target>
2329 <context-group name="null">
2330 <context context-type="linenumber">1</context>
2331 </context-group>
2332 </trans-unit>
2333 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
2334 <source>My channels</source>
2335 <target>Minun kanavat</target>
2336 <context-group name="null">
2337 <context context-type="linenumber">1</context>
2338 </context-group>
2339 </trans-unit>
2340 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9">
2341 <source>My subscriptions</source>
2342 <target>Minun tilaukset</target>
2343 <context-group name="null">
2344 <context context-type="linenumber">1</context>
2345 </context-group>
2346 </trans-unit>
2347 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
2348 <source>My history</source>
2349 <target>Minun historia</target>
2350 <context-group name="null">
2351 <context context-type="linenumber">1</context>
2352 </context-group>
2353 </trans-unit>
2354 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
2355 <source>Misc</source>
2356 <target>Muut</target>
2357 <context-group name="null">
2358 <context context-type="linenumber">1</context>
2359 </context-group>
2360 </trans-unit>
2361 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6">
2362 <source>My settings</source>
2363 <target>Minun asetukset</target>
2364 <context-group name="null">
2365 <context context-type="linenumber">1</context>
2366 </context-group>
2367 </trans-unit>
2368 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
2369 <source>My notifications</source>
2370 <target>Minun ilmoitukset</target>
2371 <context-group name="null">
2372 <context context-type="linenumber">1</context>
2373 </context-group>
2374 </trans-unit>
2375 <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598">
2376 <source>Subscribe to the account</source>
2377 <target>Tilaa tili</target>
2378 <context-group name="null">
2379 <context context-type="linenumber">1</context>
2380 </context-group>
2381 </trans-unit>
2382 <trans-unit id="0ed7b40c11da9d4565af9c041df20c15bc6be97e">
2383 <source>Toggle Dark theme</source>
2384 <target>Vaihda tummaan teemaan</target>
2385 <context-group name="null">
2386 <context context-type="linenumber">1</context>
2387 </context-group>
2388 </trans-unit>
2389 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
2390 <source>Keyboard Shortcuts:</source>
2391 <target>Pikanäppäimet:</target>
2392 <context-group name="null">
2393 <context context-type="linenumber">1</context>
2394 </context-group>
2395 </trans-unit>
2396 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
2397 <source>Success</source>
2398 <target>Onnistui</target>
2399 <context-group name="null">
2400 <context context-type="linenumber">1</context>
2401 </context-group>
2402 </trans-unit>
2403 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe">
2404 <source>Incorrect username or password.</source>
2405 <target>Virheellinen käyttäjänimi tai salasana.</target>
2406 <context-group name="null">
2407 <context context-type="linenumber">1</context>
2408 </context-group>
2409 </trans-unit>
2410 <trans-unit id="7fb1099e29660162f9154d5b2feee7743a423df6">
2411 <source>Today</source>
2412 <target>Tänään</target>
2413 <context-group name="null">
2414 <context context-type="linenumber">1</context>
2415 </context-group>
2416 </trans-unit>
2417 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9">
2418 <source>Views</source>
2419 <target>Näyttökertoja</target>
2420 <context-group name="null">
2421 <context context-type="linenumber">1</context>
2422 </context-group>
2423 </trans-unit>
2424 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016">
2425 <source>Search</source>
2426 <target>Hae</target>
2427 <context-group name="null">
2428 <context context-type="linenumber">1</context>
2429 </context-group>
2430 </trans-unit>
2431 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
2432 <source>Confirm</source>
2433 <target>Vahvista</target>
2434 <context-group name="null">
2435 <context context-type="linenumber">1</context>
2436 </context-group>
2437 </trans-unit>
2438 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1">
2439 <source>Lists</source>
2440 <target>Listat</target>
2441 <context-group name="null">
2442 <context context-type="linenumber">1</context>
2443 </context-group>
2444 </trans-unit>
2445 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
2446 <source>Images</source>
2447 <target>Kuvat</target>
2448 <context-group name="null">
2449 <context context-type="linenumber">1</context>
2450 </context-group>
2451 </trans-unit>
2452 <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952">
2453 <source>Unmute this account</source>
2454 <target>Poista mykistys tältä tililtä</target>
2455 <context-group name="null">
2456 <context context-type="linenumber">1</context>
2457 </context-group>
2458 </trans-unit>
2459 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
2460 <source>Video reported.</source>
2461 <target>Video ilmoitettu.</target>
2462 <context-group name="null">
2463 <context context-type="linenumber">1</context>
2464 </context-group>
2465 </trans-unit>
2466 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
2467 <source>Do you really want to delete this video?</source>
2468 <target>Haluatko varmasti poistaa tämän videon?</target>
2469 <context-group name="null">
2470 <context context-type="linenumber">1</context>
2471 </context-group>
2472 </trans-unit>
2473 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
2474 <source>Published</source>
2475 <target>Julkaistu</target>
2476 <context-group name="null">
2477 <context context-type="linenumber">1</context>
2478 </context-group>
2479 </trans-unit>
2480 <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9">
2481 <source>Upload cancelled</source>
2482 <target>Lataus peruttu</target>
2483 <context-group name="null">
2484 <context context-type="linenumber">1</context>
2485 </context-group>
2486 </trans-unit>
2487 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce">
2488 <source>Video published.</source>
2489 <target>Video julkaistu.</target>
2490 <context-group name="null">
2491 <context context-type="linenumber">1</context>
2492 </context-group>
2493 </trans-unit>
2494 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
2495 <source>Video updated.</source>
2496 <target>Video päivitetty.</target>
2497 <context-group name="null">
2498 <context context-type="linenumber">1</context>
2499 </context-group>
2500 </trans-unit>
2501 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
2502 <source>Like the video</source>
2503 <target>Tykkää videosta</target>
2504 <context-group name="null">
2505 <context context-type="linenumber">1</context>
2506 </context-group>
2507 </trans-unit>
2508 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8">
2509 <source>Dislike the video</source>
2510 <target>En tykkää videosta</target>
2511 <context-group name="null">
2512 <context context-type="linenumber">1</context>
2513 </context-group>
2514 </trans-unit>
2515 <trans-unit id="5ba3d522e4146eefcbd5c222247c1e2423d27cd8">
2516 <source>Mature or explicit content</source>
2517 <target>Aikuisille tarkoitettu sisältö</target>
2518 <context-group name="null">
2519 <context context-type="linenumber">1</context>
2520 </context-group>
2521 </trans-unit>
2522 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
2523 <source>Trending for the last 24 hours</source>
2524 <target>Nousussa viimeisen 24 tunnin ajan</target>
2525 <context-group name="null">
2526 <context context-type="linenumber">1</context>
2527 </context-group>
2528 </trans-unit>
2529 </body>
2530 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_fr_FR.xml b/client/src/locale/target/angular_fr_FR.xml
index 23cfec618..3a87cca0b 100644
--- a/client/src/locale/target/angular_fr_FR.xml
+++ b/client/src/locale/target/angular_fr_FR.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Premier</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Premier</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Précédent</target> 92 <target>Précédent</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Suivant</target> 99 <target>Suivant</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Dernier</target> 106 <target>Dernier</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,84 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Décrémenter les heures</target> 141 <target>Décrémenter les heures</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Incrémenter les minutes</target> 148 <target>Incrémenter les minutes</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minutes</target> 162 <target>Minutes</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Décrémenter les minutes</target> 169 <target>Décrémenter les minutes</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Incrémenter les secondes</target> 176 <target>Incrémenter les secondes</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Secondes</target> 190 <target>Secondes</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Décrémenter les secondes</target> 197 <target>Décrémenter les secondes</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>PM</target> 204 <target>PM</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>AM</target> 211 <target>AM</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
217 <source>Cancel</source>
218 <target>Annuler</target>
219 <context-group name="null">
220 <context context-type="linenumber">10</context>
221 </context-group> 214 </context-group>
222 </trans-unit> 215 </trans-unit>
223 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -234,167 +227,496 @@
234 <context context-type="linenumber">1</context> 227 <context context-type="linenumber">1</context>
235 </context-group> 228 </context-group>
236 </trans-unit> 229 </trans-unit>
237 <trans-unit id="f79d1d9ecaab3deb3d44e23017f8283a04d2a0f3"> 230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
238 <source> 231 <source>
239 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
240 </source> 237 </source>
241 <target> 238 <target>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publié une <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>nouvelle vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publié une <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>nouvelle vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
243 </target> 244 </target>
244 <context-group name="null"> 245 <context-group name="null">
245 <context context-type="linenumber">7</context> 246 <context context-type="linenumber">7</context>
246 </context-group> 247 </context-group>
247 </trans-unit> 248 </trans-unit>
248 <trans-unit id="04f2cb4c88c17d5f3e5ce969479b4eba9db114cb"> 249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
249 <source> 250 <source>
250 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted 251 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
251 </source> 256 </source>
252 <target> 257 <target>
253 Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été débloquée 258 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été enlevée de la liste noire
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
254 </target> 263 </target>
255 <context-group name="null"> 264 <context-group name="null">
256 <context context-type="linenumber">11</context> 265 <context context-type="linenumber">15</context>
257 </context-group> 266 </context-group>
258 </trans-unit> 267 </trans-unit>
259 <trans-unit id="65514a0efdae3b173130166416700ddeb369f37f"> 268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
260 <source> 269 <source>
261 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted 270 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
262 </source> 275 </source>
263 <target> 276 <target>
264 Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été bloquée 277 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été placé en liste noire.
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
265 </target> 282 </target>
266 <context-group name="null"> 283 <context-group name="null">
267 <context context-type="linenumber">15</context> 284 <context context-type="linenumber">23</context>
268 </context-group> 285 </context-group>
269 </trans-unit> 286 </trans-unit>
270 <trans-unit id="4ea67498da562ab450950a69f4331b8c4ddfd431"> 287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
271 <source> 288 <source>
272 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 289 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
273 </source> 294 </source>
274 <target> 295 <target>
275 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Un nouveau signalement<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été créé sur la vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 296 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Un nouveau signalement<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été crée sur la vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
276 </target> 301 </target>
277 <context-group name="null"> 302 <context-group name="null">
278 <context context-type="linenumber">19</context> 303 <context context-type="linenumber">31</context>
279 </context-group> 304 </context-group>
280 </trans-unit> 305 </trans-unit>
281 <trans-unit id="23b7d6f08c5c3b8722ecd627c3d54f4950923156"> 306 <trans-unit id="3442afd9696d6abcd9210b2cb3cdfb969667ca01">
282 <source> 307 <source>
283 <x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/> commented your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 308 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
284 </source> 313 </source>
285 <target> 314 <target>
286 <x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/> a commenté votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 315 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 Les vidéos ajoutées récemment <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ont été <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>blacklisté automatiquement<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
287 </target> 320 </target>
288 <context-group name="null"> 321 <context-group name="null">
289 <context context-type="linenumber">23</context> 322 <context context-type="linenumber">39</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
326 <source>
327 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a commenté votre vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">47</context>
290 </context-group> 342 </context-group>
291 </trans-unit> 343 </trans-unit>
292 <trans-unit id="2d0ee93317d4daa301eee7fec775c21c2f7b5a4b"> 344 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
293 <source> 345 <source>
294 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published 346 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
349 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
295 </source> 351 </source>
296 <target> 352 <target>
297 Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été publiée 353 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été publié
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
298 </target> 358 </target>
299 <context-group name="null"> 359 <context-group name="null">
300 <context context-type="linenumber">27</context> 360 <context context-type="linenumber">55</context>
301 </context-group> 361 </context-group>
302 </trans-unit> 362 </trans-unit>
303 <trans-unit id="371391b88724e5ee455582f07eb97728e371f24a"> 363 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
304 <source> 364 <source>
305 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded 365 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
306 </source> 370 </source>
307 <target> 371 <target>
308 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Votre vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a été importée 372 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Votre vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a bien été importé
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
309 </target> 377 </target>
310 <context-group name="null"> 378 <context-group name="null">
311 <context context-type="linenumber">31</context> 379 <context context-type="linenumber">63</context>
312 </context-group> 380 </context-group>
313 </trans-unit> 381 </trans-unit>
314 <trans-unit id="56e72a0a79d53e9ff8d5f92528664bcb2cf1363a"> 382 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
315 <source> 383 <source>
316 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed 384 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
317 </source> 389 </source>
318 <target> 390 <target>
319 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>L'importation de votre vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a échoué 391 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>L'import de votre vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> n'a pas fonctionné
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target> 396 </target>
321 <context-group name="null"> 397 <context-group name="null">
322 <context context-type="linenumber">35</context> 398 <context context-type="linenumber">71</context>
323 </context-group> 399 </context-group>
324 </trans-unit> 400 </trans-unit>
325 <trans-unit id="d7f123ae20ca6bfb5ac0f897b90423fdc52d8e78"> 401 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
326 <source> 402 <source>
327 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance 403 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
407 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
328 </source> 408 </source>
329 <target> 409 <target>
330 L'utilisateur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> a créé un compte<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> sur votre instance 410 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
411
412 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
413 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> enregistré<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> sur votre instance
414 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
331 </target> 415 </target>
332 <context-group name="null"> 416 <context-group name="null">
333 <context context-type="linenumber">39</context> 417 <context context-type="linenumber">79</context>
334 </context-group> 418 </context-group>
335 </trans-unit> 419 </trans-unit>
336 <trans-unit id="9a05dc5206104085b2b6654fb9137291194a72ef"> 420 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
337 <source> 421 <source>
338 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following 422 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
423
424 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
425 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
339 426
340 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> 427 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
341 your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/> 428 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
342 <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 429 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
343 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
344 </source> 430 </source>
345 <target> 431 <target>
346 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> suit 432 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
347 433
348 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> 434 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
349 votre chaîne <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/> 435 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> suit
350 <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 436
351 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>votre compte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 437 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>votre chaîne <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
438 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>votre compte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
352 </target> 440 </target>
353 <context-group name="null"> 441 <context-group name="null">
354 <context context-type="linenumber">43</context> 442 <context context-type="linenumber">87</context>
355 </context-group> 443 </context-group>
356 </trans-unit> 444 </trans-unit>
357 <trans-unit id="98b174525a2c9b4de0a510fb6eae7bdf285c0c7f"> 445 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
358 <source> 446 <source>
359 <x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/> mentioned you on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 447 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
448
449 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
450 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
451 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
360 </source> 452 </source>
361 <target> 453 <target>
362 <x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/> vous a mentionné sur la vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/> <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 454 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
455
456 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
457 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> vous a mentionné sur cette <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>vidéo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
458 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
363 </target> 459 </target>
364 <context-group name="null"> 460 <context-group name="null">
365 <context context-type="linenumber">52</context> 461 <context context-type="linenumber">98</context>
366 </context-group> 462 </context-group>
367 </trans-unit> 463 </trans-unit>
368 <trans-unit id="473117e02024f603dc2dbd24a0bf81f8722cf8dc"> 464 <trans-unit id="e3f47a553df834db218dd456c462c29f14ece449">
369 <source> 465 <source>
370 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 466 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
467
468 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
469 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.host }}"/>)
470 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
471 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
472 </source>
473 <target>
474 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
475
476 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
477 Votre instance a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>un nouvel abonné<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.host }}"/>)
478 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> attend votre approbation<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
479 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
480 </target>
481 <context-group name="null">
482 <context context-type="linenumber">106</context>
483 </context-group>
484 </trans-unit>
485 <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566">
486 <source>Save to</source>
487 <target>Enregistrer vers</target>
488 <context-group name="null">
489 <context context-type="linenumber">4</context>
490 </context-group>
491 </trans-unit>
492 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f">
493 <source>Options</source>
494 <target>Options</target>
495 <context-group name="null">
496 <context context-type="linenumber">9</context>
497 </context-group>
498 </trans-unit>
499 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
500 <source>Start at</source>
501 <target>Démarrer à</target>
502 <context-group name="null">
503 <context context-type="linenumber">12</context>
504 </context-group>
505 </trans-unit>
506 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
507 <source>Stop at</source>
508 <target>Arrêter à</target>
509 <context-group name="null">
510 <context context-type="linenumber">54</context>
511 </context-group>
512 </trans-unit>
513 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
514 <source>Display name</source>
515 <target>Nom affiché</target>
516 <context-group name="null">
517 <context context-type="linenumber">6</context>
518 </context-group>
519 </trans-unit>
520 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
521 <source>Create</source>
522 <target>Créer</target>
523 <context-group name="null">
524 <context context-type="linenumber">74</context>
525 </context-group>
526 </trans-unit>
527 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
528 <source>Download video</source>
529 <target>Télécharger la vidéo</target>
530 <context-group name="null">
531 <context context-type="linenumber">3</context>
532 </context-group>
533 </trans-unit>
534 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
535 <source>Direct download</source>
536 <target>Téléchargement direct</target>
537 <context-group name="null">
538 <context context-type="linenumber">27</context>
539 </context-group>
540 </trans-unit>
541 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
542 <source>Torrent (.torrent file)</source>
543 <target>Torrent (fichier .torrent)</target>
544 <context-group name="null">
545 <context context-type="linenumber">32</context>
546 </context-group>
547 </trans-unit>
548 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
549 <source>Torrent (magnet link)</source>
550 <target>Torrent (URL magnet)</target>
551 <context-group name="null">
552 <context context-type="linenumber">37</context>
553 </context-group>
554 </trans-unit>
555 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
556 <source>
557 Cancel
371 </source> 558 </source>
372 <target> 559 <target>
373 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 560 Annuler
374 </target> 561 </target>
375 <context-group name="null"> 562 <context-group name="null">
376 <context context-type="linenumber">57</context> 563 <context context-type="linenumber">47</context>
564 </context-group>
565 </trans-unit>
566 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
567 <source>Download</source>
568 <target>Télécharger</target>
569 <context-group name="null">
570 <context context-type="linenumber">48</context>
571 </context-group>
572 </trans-unit>
573 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
574 <source>Report video</source>
575 <target>Signaler la vidéo</target>
576 <context-group name="null">
577 <context context-type="linenumber">3</context>
578 </context-group>
579 </trans-unit>
580 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
581 <source>
582 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
583 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
584 </source>
585 <target>
586 Votre signalement sera envoyé aux modérateurs de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
587 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> Il sera également transmis à l'instance d'origine <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
588 </target>
589 <context-group name="null">
590 <context context-type="linenumber">9</context>
591 </context-group>
592 </trans-unit>
593 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
594 <source>Reason...</source>
595 <target>Motivation…</target>
596 <context-group name="null">
597 <context context-type="linenumber">11</context>
598 </context-group>
599 </trans-unit>
600 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
601 <source>
602 Cancel
603 </source>
604 <target>
605 Annuler
606 </target>
607 <context-group name="null">
608 <context context-type="linenumber">38</context>
609 </context-group>
610 </trans-unit>
611 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
612 <source>Submit</source>
613 <target>Envoyer</target>
614 <context-group name="null">
615 <context context-type="linenumber">29</context>
616 </context-group>
617 </trans-unit>
618 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
619 <source>Blacklist video</source>
620 <target>Mettre la vidéo sur liste noire</target>
621 <context-group name="null">
622 <context context-type="linenumber">3</context>
623 </context-group>
624 </trans-unit>
625 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
626 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
627 <target>Supprimer la vidéo de la Fédération (demander sa suppression sur les instances distantes)</target>
628 <context-group name="null">
629 <context context-type="linenumber">21</context>
377 </context-group> 630 </context-group>
378 </trans-unit> 631 </trans-unit>
379 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 632 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
380 <source>Unlisted</source> 633 <source>Unlisted</source>
381 <target>Non répertoriée</target> 634 <target>Non répertoriée</target>
382 <context-group name="null"> 635 <context-group name="null">
383 <context context-type="linenumber">10</context> 636 <context context-type="linenumber">17</context>
384 </context-group> 637 </context-group>
385 </trans-unit> 638 </trans-unit>
386 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 639 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
387 <source>Private</source> 640 <source>Private</source>
388 <target>Privée</target> 641 <target>Privée</target>
389 <context-group name="null"> 642 <context-group name="null">
390 <context context-type="linenumber">11</context> 643 <context context-type="linenumber">18</context>
391 </context-group> 644 </context-group>
392 </trans-unit> 645 </trans-unit>
393 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 646 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
394 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 647 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
395 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vues</target> 648 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues</target>
396 <context-group name="null"> 649 <context-group name="null">
397 <context context-type="linenumber">16</context> 650 <context context-type="linenumber">22</context>
651 </context-group>
652 </trans-unit>
653 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
654 <source>Blacklisted</source>
655 <target>Mis sur liste noire</target>
656 <context-group name="null">
657 <context context-type="linenumber">39</context>
658 </context-group>
659 </trans-unit>
660 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
661 <source>
662 Sensitive
663 </source>
664 <target>
665 Sensible
666 </target>
667 <context-group name="null">
668 <context context-type="linenumber">43</context>
669 </context-group>
670 </trans-unit>
671 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
672 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target><context-group name="null">
673 <context context-type="linenumber">9</context>
674 </context-group>
675 </trans-unit>
676 <trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582">
677 <source>
678 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
679 </source>
680 <target>
681 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
682 </target>
683 <context-group name="null">
684 <context context-type="linenumber">22</context>
685 </context-group>
686 </trans-unit>
687 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
688 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
689 <target>Mise à jour <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target>
690 <context-group name="null">
691 <context context-type="linenumber">29</context>
692 </context-group>
693 </trans-unit>
694 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
695 <source>Edit starts/stops at</source>
696 <target>Éditer le début / la fin à</target>
697 <context-group name="null">
698 <context context-type="linenumber">33</context>
699 </context-group>
700 </trans-unit>
701 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
702 <source>Save</source>
703 <target>Enregistrer</target>
704 <context-group name="null">
705 <context context-type="linenumber">117</context>
706 </context-group>
707 </trans-unit>
708 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
709 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
710 <target>Supprimer de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
711 <context-group name="null">
712 <context context-type="linenumber">69</context>
713 </context-group>
714 </trans-unit>
715 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
716 <source>No results.</source>
717 <target>Aucun résultat.</target>
718 <context-group name="null">
719 <context context-type="linenumber">20</context>
398 </context-group> 720 </context-group>
399 </trans-unit> 721 </trans-unit>
400 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 722 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -533,6 +855,13 @@
533 <context context-type="linenumber">22</context> 855 <context context-type="linenumber">22</context>
534 </context-group> 856 </context-group>
535 </trans-unit> 857 </trans-unit>
858 <trans-unit id="2350869d835dfca2643c32e0ef1f5e35dc64f64b">
859 <source>Default NSFW/sensitive videos policy (can be redefined by the users)</source>
860 <target>Politique par défaut concernant les vidéos à caractère sensible et sexuellement explicites (peut être redéfini par les utilisateur·rices)</target>
861 <context-group name="null">
862 <context context-type="linenumber">5</context>
863 </context-group>
864 </trans-unit>
536 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b"> 865 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
537 <source>Video quota</source> 866 <source>Video quota</source>
538 <target>Quota des vidéos</target> 867 <target>Quota des vidéos</target>
@@ -548,7 +877,7 @@
548 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> illimité par jour)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 877 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> illimité par jour)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
549 </target> 878 </target>
550 <context-group name="null"> 879 <context-group name="null">
551 <context context-type="linenumber">14</context> 880 <context context-type="linenumber">28</context>
552 </context-group> 881 </context-group>
553 </trans-unit> 882 </trans-unit>
554 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 883 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -558,13 +887,6 @@
558 <context context-type="linenumber">3</context> 887 <context context-type="linenumber">3</context>
559 </context-group> 888 </context-group>
560 </trans-unit> 889 </trans-unit>
561 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
562 <source>Reason...</source>
563 <target>Motivation…</target>
564 <context-group name="null">
565 <context context-type="linenumber">11</context>
566 </context-group>
567 </trans-unit>
568 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251"> 890 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
569 <source> 891 <source>
570 A banned user will no longer be able to login. 892 A banned user will no longer be able to login.
@@ -573,14 +895,21 @@
573 Un utilisateur banni ne sera plus capable de se connecter. 895 Un utilisateur banni ne sera plus capable de se connecter.
574 </target> 896 </target>
575 <context-group name="null"> 897 <context-group name="null">
576 <context context-type="linenumber">17</context> 898 <context context-type="linenumber">18</context>
899 </context-group>
900 </trans-unit>
901 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
902 <source>Cancel</source>
903 <target>Annuler</target>
904 <context-group name="null">
905 <context context-type="linenumber">10</context>
577 </context-group> 906 </context-group>
578 </trans-unit> 907 </trans-unit>
579 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 908 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
580 <source>Ban this user</source> 909 <source>Ban this user</source>
581 <target>Bannir cet utilisateur</target> 910 <target>Bannir cet utilisateur</target>
582 <context-group name="null"> 911 <context-group name="null">
583 <context context-type="linenumber">25</context> 912 <context context-type="linenumber">26</context>
584 </context-group> 913 </context-group>
585 </trans-unit> 914 </trans-unit>
586 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7"> 915 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
@@ -668,7 +997,7 @@
668 <source>Login</source> 997 <source>Login</source>
669 <target>Se connecter</target> 998 <target>Se connecter</target>
670 <context-group name="null"> 999 <context-group name="null">
671 <context context-type="linenumber">36</context> 1000 <context context-type="linenumber">32</context>
672 </context-group> 1001 </context-group>
673 </trans-unit> 1002 </trans-unit>
674 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1003 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -686,7 +1015,7 @@
686 Désolé, vous ne pouvez pas récupérer votre mot de passe car l'administrateur de votre instance n'a pas configuré le système de mails de PeerTube. 1015 Désolé, vous ne pouvez pas récupérer votre mot de passe car l'administrateur de votre instance n'a pas configuré le système de mails de PeerTube.
687 </target> 1016 </target>
688 <context-group name="null"> 1017 <context-group name="null">
689 <context context-type="linenumber">63</context> 1018 <context context-type="linenumber">64</context>
690 </context-group> 1019 </context-group>
691 </trans-unit> 1020 </trans-unit>
692 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1021 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
@@ -707,7 +1036,7 @@
707 <source>Send me an email to reset my password</source> 1036 <source>Send me an email to reset my password</source>
708 <target>M'envoyer un courriel pour réinitialiser mon mot de passe</target> 1037 <target>M'envoyer un courriel pour réinitialiser mon mot de passe</target>
709 <context-group name="null"> 1038 <context-group name="null">
710 <context context-type="linenumber">80</context> 1039 <context context-type="linenumber">81</context>
711 </context-group> 1040 </context-group>
712 </trans-unit> 1041 </trans-unit>
713 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1042 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -778,7 +1107,7 @@
778 <source>Signup</source> 1107 <source>Signup</source>
779 <target>Créer un compte</target> 1108 <target>Créer un compte</target>
780 <context-group name="null"> 1109 <context-group name="null">
781 <context context-type="linenumber">78</context> 1110 <context context-type="linenumber">88</context>
782 </context-group> 1111 </context-group>
783 </trans-unit> 1112 </trans-unit>
784 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 1113 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -837,18 +1166,11 @@
837 <context context-type="linenumber">44</context> 1166 <context context-type="linenumber">44</context>
838 </context-group> 1167 </context-group>
839 </trans-unit> 1168 </trans-unit>
840 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
841 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
842 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> vues</target>
843 <context-group name="null">
844 <context context-type="linenumber">55</context>
845 </context-group>
846 </trans-unit>
847 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 1169 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
848 <source>Change the language</source> 1170 <source>Change the language</source>
849 <target>Changer la langue</target> 1171 <target>Changer la langue</target>
850 <context-group name="null"> 1172 <context-group name="null">
851 <context context-type="linenumber">86</context> 1173 <context context-type="linenumber">102</context>
852 </context-group> 1174 </context-group>
853 </trans-unit> 1175 </trans-unit>
854 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1176 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
@@ -862,54 +1184,38 @@
862 <context context-type="linenumber">8</context> 1184 <context context-type="linenumber">8</context>
863 </context-group> 1185 </context-group>
864 </trans-unit> 1186 </trans-unit>
865 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6"> 1187 <trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a">
866 <source> 1188 <source>My public profile</source>
867 My public profile 1189 <target>Mon profil public</target>
868 </source>
869 <target>
870 Mon profil public
871 </target>
872 <context-group name="null">
873 <context context-type="linenumber">16</context>
874 </context-group>
875 </trans-unit>
876 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
877 <source>
878 My account
879 </source>
880 <target>
881 Mon compte
882 </target>
883 <context-group name="null"> 1190 <context-group name="null">
884 <context context-type="linenumber">20</context> 1191 <context context-type="linenumber">17</context>
885 </context-group> 1192 </context-group>
886 </trans-unit> 1193 </trans-unit>
887 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10"> 1194 <trans-unit id="e4825b5d86d89ae0f4c797ba256f66fd8abd4ee6">
888 <source> 1195 <source>My account</source>
889 My videos 1196 <target>Mon compte</target>
890 </source>
891 <target>
892 Mes vidéos
893 </target>
894 <context-group name="null"> 1197 <context-group name="null">
895 <context context-type="linenumber">24</context> 1198 <context context-type="linenumber">21</context>
896 </context-group> 1199 </context-group>
897 </trans-unit> 1200 </trans-unit>
898 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1"> 1201 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
899 <source> 1202 <source>Log out</source>
900 Log out 1203 <target>Se déconnecter</target>
901 </source>
902 <target>
903 Se déconnecter
904 </target>
905 <context-group name="null"> 1204 <context-group name="null">
906 <context context-type="linenumber">28</context> 1205 <context context-type="linenumber">25</context>
907 </context-group> 1206 </context-group>
908 </trans-unit> 1207 </trans-unit>
909 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1208 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
910 <source>Create an account</source> 1209 <source>Create an account</source>
911 <target>Créer un compte</target> 1210 <target>Créer un compte</target>
912 <context-group name="null"> 1211 <context-group name="null">
1212 <context context-type="linenumber">33</context>
1213 </context-group>
1214 </trans-unit>
1215 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1216 <source>My library</source>
1217 <target>Ma bibliothèque</target>
1218 <context-group name="null">
913 <context context-type="linenumber">37</context> 1219 <context context-type="linenumber">37</context>
914 </context-group> 1220 </context-group>
915 </trans-unit> 1221 </trans-unit>
@@ -920,74 +1226,88 @@
920 <context context-type="linenumber">24</context> 1226 <context context-type="linenumber">24</context>
921 </context-group> 1227 </context-group>
922 </trans-unit> 1228 </trans-unit>
1229 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1230 <source>Playlists</source>
1231 <target>Listes de lecture</target>
1232 <context-group name="null">
1233 <context context-type="linenumber">46</context>
1234 </context-group>
1235 </trans-unit>
923 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1236 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
924 <source>Subscriptions</source> 1237 <source>Subscriptions</source>
925 <target>Abonnements</target> 1238 <target>Abonnements</target>
926 <context-group name="null"> 1239 <context-group name="null">
927 <context context-type="linenumber">45</context> 1240 <context context-type="linenumber">51</context>
1241 </context-group>
1242 </trans-unit>
1243 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1244 <source>History</source>
1245 <target>Historique</target>
1246 <context-group name="null">
1247 <context context-type="linenumber">56</context>
928 </context-group> 1248 </context-group>
929 </trans-unit> 1249 </trans-unit>
930 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 1250 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
931 <source>Overview</source> 1251 <source>Overview</source>
932 <target>Vue d'ensemble</target> 1252 <target>Vue d'ensemble</target>
933 <context-group name="null"> 1253 <context-group name="null">
934 <context context-type="linenumber">50</context> 1254 <context context-type="linenumber">66</context>
935 </context-group> 1255 </context-group>
936 </trans-unit> 1256 </trans-unit>
937 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1257 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
938 <source>Trending</source> 1258 <source>Trending</source>
939 <target>Tendances</target> 1259 <target>Tendances</target>
940 <context-group name="null"> 1260 <context-group name="null">
941 <context context-type="linenumber">55</context> 1261 <context context-type="linenumber">71</context>
942 </context-group> 1262 </context-group>
943 </trans-unit> 1263 </trans-unit>
944 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1264 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
945 <source>Recently added</source> 1265 <source>Recently added</source>
946 <target>Récemment ajoutées</target> 1266 <target>Récemment ajoutées</target>
947 <context-group name="null"> 1267 <context-group name="null">
948 <context context-type="linenumber">60</context> 1268 <context context-type="linenumber">76</context>
949 </context-group> 1269 </context-group>
950 </trans-unit> 1270 </trans-unit>
951 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1271 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
952 <source>Local</source> 1272 <source>Local</source>
953 <target>Locales</target> 1273 <target>Locales</target>
954 <context-group name="null"> 1274 <context-group name="null">
955 <context context-type="linenumber">65</context> 1275 <context context-type="linenumber">81</context>
956 </context-group> 1276 </context-group>
957 </trans-unit> 1277 </trans-unit>
958 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1278 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
959 <source>More</source> 1279 <source>More</source>
960 <target>Plus</target> 1280 <target>Plus</target>
961 <context-group name="null"> 1281 <context-group name="null">
962 <context context-type="linenumber">70</context> 1282 <context context-type="linenumber">86</context>
963 </context-group> 1283 </context-group>
964 </trans-unit> 1284 </trans-unit>
965 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1285 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
966 <source>Administration</source> 1286 <source>Administration</source>
967 <target>Administration</target> 1287 <target>Administration</target>
968 <context-group name="null"> 1288 <context-group name="null">
969 <context context-type="linenumber">74</context> 1289 <context context-type="linenumber">90</context>
970 </context-group> 1290 </context-group>
971 </trans-unit> 1291 </trans-unit>
972 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1292 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
973 <source>About</source> 1293 <source>About</source>
974 <target>À propos</target> 1294 <target>À propos</target>
975 <context-group name="null"> 1295 <context-group name="null">
976 <context context-type="linenumber">25</context> 1296 <context context-type="linenumber">26</context>
977 </context-group> 1297 </context-group>
978 </trans-unit> 1298 </trans-unit>
979 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1299 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
980 <source>Show keyboard shortcuts</source> 1300 <source>Show keyboard shortcuts</source>
981 <target>Montrer les raccourcis clavier</target> 1301 <target>Montrer les raccourcis clavier</target>
982 <context-group name="null"> 1302 <context-group name="null">
983 <context context-type="linenumber">89</context> 1303 <context context-type="linenumber">105</context>
984 </context-group> 1304 </context-group>
985 </trans-unit> 1305 </trans-unit>
986 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 1306 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
987 <source>Toggle dark interface</source> 1307 <source>Toggle dark interface</source>
988 <target>(Dés)activer le thème sombre</target> 1308 <target>(Dés)activer le thème sombre</target>
989 <context-group name="null"> 1309 <context-group name="null">
990 <context context-type="linenumber">92</context> 1310 <context context-type="linenumber">108</context>
991 </context-group> 1311 </context-group>
992 </trans-unit> 1312 </trans-unit>
993 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1313 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
@@ -1008,14 +1328,14 @@
1008 <source>Update your notification preferences</source> 1328 <source>Update your notification preferences</source>
1009 <target>Mettre à jour vos préférences de notification</target> 1329 <target>Mettre à jour vos préférences de notification</target>
1010 <context-group name="null"> 1330 <context-group name="null">
1011 <context context-type="linenumber">15</context> 1331 <context context-type="linenumber">16</context>
1012 </context-group> 1332 </context-group>
1013 </trans-unit> 1333 </trans-unit>
1014 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5"> 1334 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
1015 <source>See all your notifications</source> 1335 <source>See all your notifications</source>
1016 <target>Voir toutes vos notifications</target> 1336 <target>Voir toutes vos notifications</target>
1017 <context-group name="null"> 1337 <context-group name="null">
1018 <context context-type="linenumber">22</context> 1338 <context context-type="linenumber">30</context>
1019 </context-group> 1339 </context-group>
1020 </trans-unit> 1340 </trans-unit>
1021 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1341 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -1046,74 +1366,95 @@
1046 <context context-type="linenumber">15</context> 1366 <context context-type="linenumber">15</context>
1047 </context-group> 1367 </context-group>
1048 </trans-unit> 1368 </trans-unit>
1369 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1370 <source>Original publication year</source>
1371 <target>Année originale de publication</target>
1372 <context-group name="null">
1373 <context context-type="linenumber">24</context>
1374 </context-group>
1375 </trans-unit>
1376 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1377 <source>After...</source>
1378 <target>Après...</target>
1379 <context-group name="null">
1380 <context context-type="linenumber">30</context>
1381 </context-group>
1382 </trans-unit>
1383 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1384 <source>Before...</source>
1385 <target>Avant...</target>
1386 <context-group name="null">
1387 <context context-type="linenumber">37</context>
1388 </context-group>
1389 </trans-unit>
1049 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1390 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
1050 <source>Duration</source> 1391 <source>Duration</source>
1051 <target>Durée</target> 1392 <target>Durée</target>
1052 <context-group name="null"> 1393 <context-group name="null">
1053 <context context-type="linenumber">24</context> 1394 <context context-type="linenumber">45</context>
1054 </context-group> 1395 </context-group>
1055 </trans-unit> 1396 </trans-unit>
1056 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1397 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1057 <source>Display sensitive content</source> 1398 <source>Display sensitive content</source>
1058 <target>Afficher le contenu sensible</target> 1399 <target>Afficher le contenu sensible</target>
1059 <context-group name="null"> 1400 <context-group name="null">
1060 <context context-type="linenumber">33</context> 1401 <context context-type="linenumber">54</context>
1061 </context-group> 1402 </context-group>
1062 </trans-unit> 1403 </trans-unit>
1063 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 1404 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
1064 <source>Yes</source> 1405 <source>Yes</source>
1065 <target>Oui</target> 1406 <target>Oui</target>
1066 <context-group name="null"> 1407 <context-group name="null">
1067 <context context-type="linenumber">37</context> 1408 <context context-type="linenumber">58</context>
1068 </context-group> 1409 </context-group>
1069 </trans-unit> 1410 </trans-unit>
1070 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 1411 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
1071 <source>No</source> 1412 <source>No</source>
1072 <target>Non</target> 1413 <target>Non</target>
1073 <context-group name="null"> 1414 <context-group name="null">
1074 <context context-type="linenumber">42</context> 1415 <context context-type="linenumber">63</context>
1075 </context-group> 1416 </context-group>
1076 </trans-unit> 1417 </trans-unit>
1077 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 1418 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
1078 <source>Category</source> 1419 <source>Category</source>
1079 <target>Catégorie</target> 1420 <target>Catégorie</target>
1080 <context-group name="null"> 1421 <context-group name="null">
1081 <context context-type="linenumber">164</context> 1422 <context context-type="linenumber">189</context>
1082 </context-group> 1423 </context-group>
1083 </trans-unit> 1424 </trans-unit>
1084 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1425 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
1085 <source>Licence</source> 1426 <source>Licence</source>
1086 <target>Licence</target> 1427 <target>Licence</target>
1087 <context-group name="null"> 1428 <context-group name="null">
1088 <context context-type="linenumber">173</context> 1429 <context context-type="linenumber">198</context>
1089 </context-group> 1430 </context-group>
1090 </trans-unit> 1431 </trans-unit>
1091 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1432 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
1092 <source>Language</source> 1433 <source>Language</source>
1093 <target>Langage</target> 1434 <target>Langue</target>
1094 <context-group name="null"> 1435 <context-group name="null">
1095 <context context-type="linenumber">182</context> 1436 <context context-type="linenumber">207</context>
1096 </context-group> 1437 </context-group>
1097 </trans-unit> 1438 </trans-unit>
1098 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1439 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
1099 <source>All of these tags</source> 1440 <source>All of these tags</source>
1100 <target>Tous les mots clés suivants</target> 1441 <target>Tous les mots clés suivants</target>
1101 <context-group name="null"> 1442 <context-group name="null">
1102 <context context-type="linenumber">82</context> 1443 <context context-type="linenumber">103</context>
1103 </context-group> 1444 </context-group>
1104 </trans-unit> 1445 </trans-unit>
1105 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 1446 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
1106 <source>One of these tags</source> 1447 <source>One of these tags</source>
1107 <target>Un seul des mots clés suivants</target> 1448 <target>Un seul des mots clés suivants</target>
1108 <context-group name="null"> 1449 <context-group name="null">
1109 <context context-type="linenumber">87</context> 1450 <context context-type="linenumber">108</context>
1110 </context-group> 1451 </context-group>
1111 </trans-unit> 1452 </trans-unit>
1112 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 1453 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
1113 <source>Filter</source> 1454 <source>Filter</source>
1114 <target>Filtre</target> 1455 <target>Filtre</target>
1115 <context-group name="null"> 1456 <context-group name="null">
1116 <context context-type="linenumber">94</context> 1457 <context context-type="linenumber">115</context>
1117 </context-group> 1458 </context-group>
1118 </trans-unit> 1459 </trans-unit>
1119 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1460 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
@@ -1123,13 +1464,6 @@
1123 <context context-type="linenumber">14</context> 1464 <context context-type="linenumber">14</context>
1124 </context-group> 1465 </context-group>
1125 </trans-unit> 1466 </trans-unit>
1126 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
1127 <source>No results.</source>
1128 <target>Aucun résultat.</target>
1129 <context-group name="null">
1130 <context context-type="linenumber">20</context>
1131 </context-group>
1132 </trans-unit>
1133 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6"> 1467 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
1134 <source> 1468 <source>
1135 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1469 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
@@ -1213,24 +1547,6 @@
1213 <context context-type="linenumber">29</context> 1547 <context context-type="linenumber">29</context>
1214 </context-group> 1548 </context-group>
1215 </trans-unit> 1549 </trans-unit>
1216 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
1217 <source>
1218 Cancel
1219 </source>
1220 <target>
1221 Annuler
1222 </target>
1223 <context-group name="null">
1224 <context context-type="linenumber">26</context>
1225 </context-group>
1226 </trans-unit>
1227 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
1228 <source>Submit</source>
1229 <target>Envoyer</target>
1230 <context-group name="null">
1231 <context context-type="linenumber">31</context>
1232 </context-group>
1233 </trans-unit>
1234 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07"> 1550 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1235 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source> 1551 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1236 <target>À propos de l'instance <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target> 1552 <target>À propos de l'instance <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
@@ -1259,46 +1575,6 @@
1259 <context context-type="linenumber">39</context> 1575 <context context-type="linenumber">39</context>
1260 </context-group> 1576 </context-group>
1261 </trans-unit> 1577 </trans-unit>
1262 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1263 <source>User registration is allowed and</source>
1264 <target>La création de comptes utilisateurs est autorisée et</target>
1265 <context-group name="null">
1266 <context context-type="linenumber">29</context>
1267 </context-group>
1268 </trans-unit>
1269 <trans-unit id="7a0a7b5a5bc9ee7b7e415f87ecc404145fb51dff">
1270 <source>
1271 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
1272 </source>
1273 <target>
1274 cette instance propose un quota d'espace de <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> pour les vidéos de ses utilisateurs.
1275 </target>
1276 <context-group name="null">
1277 <context context-type="linenumber">31</context>
1278 </context-group>
1279 </trans-unit>
1280 <trans-unit id="7bee5dd41c0007820f150ee33b8257dc1aac281b">
1281 <source>
1282 this instance provides unlimited space for the videos of its users.
1283 </source>
1284 <target>
1285 cette instance propose un espace illimité pour les vidéos de ses utilisateurs.
1286 </target>
1287 <context-group name="null">
1288 <context context-type="linenumber">35</context>
1289 </context-group>
1290 </trans-unit>
1291 <trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574">
1292 <source>
1293 User registration is currently not allowed.
1294 </source>
1295 <target>
1296 La création de nouveaux compte n'est pas autorisée pour l'instant.
1297 </target>
1298 <context-group name="null">
1299 <context context-type="linenumber">40</context>
1300 </context-group>
1301 </trans-unit>
1302 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1578 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1303 <source> 1579 <source>
1304 About PeerTube 1580 About PeerTube
@@ -1656,46 +1932,62 @@
1656 <context context-type="linenumber">21</context> 1932 <context context-type="linenumber">21</context>
1657 </context-group> 1933 </context-group>
1658 </trans-unit> 1934 </trans-unit>
1935 <trans-unit id="8ae5153c547e445a293ee6ef9adfbf4107aa0772">
1936 <source>Dedicated to sensitive or NSFW content</source>
1937 <target>Dédié au contenu explicite ou sensible.</target>
1938 <context-group name="null">
1939 <context context-type="linenumber">50</context>
1940 </context-group>
1941 </trans-unit>
1942 <trans-unit id="c9a1f510f6a1365c5bc5615661f8505792889347">
1943 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.&lt;br /&gt;&lt;br /&gt;
1944 Moreover, the NSFW checkbox on video upload will be automatically checked by default.</source>
1945 <target>L'activer permettra aux autres administrateur·rices de savoir que vous fédérez principalement du contenu sensible ou explicite.&lt;br /&gt;&lt;br /&gt;
1946 De plus, la case NSFW sera coché par défaut au téléversement des vidéos.</target>
1947 <context-group name="null">
1948 <context context-type="linenumber">51</context>
1949 </context-group>
1950 </trans-unit>
1659 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003"> 1951 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
1660 <source>Default client route</source> 1952 <source>Default client route</source>
1661 <target>Route du client par défaut</target> 1953 <target>Route du client par défaut</target>
1662 <context-group name="null"> 1954 <context-group name="null">
1663 <context context-type="linenumber">48</context> 1955 <context context-type="linenumber">57</context>
1664 </context-group> 1956 </context-group>
1665 </trans-unit> 1957 </trans-unit>
1666 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1958 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1667 <source>Videos Overview</source> 1959 <source>Videos Overview</source>
1668 <target>Vue d'ensemble des vidéos</target> 1960 <target>Vue d'ensemble des vidéos</target>
1669 <context-group name="null"> 1961 <context-group name="null">
1670 <context context-type="linenumber">51</context> 1962 <context context-type="linenumber">60</context>
1671 </context-group> 1963 </context-group>
1672 </trans-unit> 1964 </trans-unit>
1673 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1965 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1674 <source>Videos Trending</source> 1966 <source>Videos Trending</source>
1675 <target>Vidéos tendance</target> 1967 <target>Vidéos tendance</target>
1676 <context-group name="null"> 1968 <context-group name="null">
1677 <context context-type="linenumber">52</context> 1969 <context context-type="linenumber">61</context>
1678 </context-group> 1970 </context-group>
1679 </trans-unit> 1971 </trans-unit>
1680 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1972 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1681 <source>Videos Recently Added</source> 1973 <source>Videos Recently Added</source>
1682 <target>Vidéos récemment ajoutées</target> 1974 <target>Vidéos récemment ajoutées</target>
1683 <context-group name="null"> 1975 <context-group name="null">
1684 <context context-type="linenumber">53</context> 1976 <context context-type="linenumber">62</context>
1685 </context-group> 1977 </context-group>
1686 </trans-unit> 1978 </trans-unit>
1687 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1979 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1688 <source>Local videos</source> 1980 <source>Local videos</source>
1689 <target>Vidéos locales</target> 1981 <target>Vidéos locales</target>
1690 <context-group name="null"> 1982 <context-group name="null">
1691 <context context-type="linenumber">54</context> 1983 <context context-type="linenumber">63</context>
1692 </context-group> 1984 </context-group>
1693 </trans-unit> 1985 </trans-unit>
1694 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1986 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1695 <source>Policy on videos containing sensitive content</source> 1987 <source>Policy on videos containing sensitive content</source>
1696 <target>Politique concernant les vidéos ayant du contenu sensible</target> 1988 <target>Politique concernant les vidéos ayant du contenu sensible</target>
1697 <context-group name="null"> 1989 <context-group name="null">
1698 <context context-type="linenumber">61</context> 1990 <context context-type="linenumber">70</context>
1699 </context-group> 1991 </context-group>
1700 </trans-unit> 1992 </trans-unit>
1701 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1993 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1730,42 +2022,42 @@
1730 <source>Signup enabled</source> 2022 <source>Signup enabled</source>
1731 <target>Enregistrement activé</target> 2023 <target>Enregistrement activé</target>
1732 <context-group name="null"> 2024 <context-group name="null">
1733 <context context-type="linenumber">84</context> 2025 <context context-type="linenumber">94</context>
1734 </context-group> 2026 </context-group>
1735 </trans-unit> 2027 </trans-unit>
1736 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 2028 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1737 <source>Signup requires email verification</source> 2029 <source>Signup requires email verification</source>
1738 <target>L'inscription requiert la vérification par courriel</target> 2030 <target>L'inscription requiert la vérification par courriel</target>
1739 <context-group name="null"> 2031 <context-group name="null">
1740 <context context-type="linenumber">91</context> 2032 <context context-type="linenumber">101</context>
1741 </context-group> 2033 </context-group>
1742 </trans-unit> 2034 </trans-unit>
1743 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 2035 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1744 <source>Signup limit</source> 2036 <source>Signup limit</source>
1745 <target>Limitation des enregistrements</target> 2037 <target>Limitation des enregistrements</target>
1746 <context-group name="null"> 2038 <context-group name="null">
1747 <context context-type="linenumber">96</context> 2039 <context context-type="linenumber">106</context>
1748 </context-group> 2040 </context-group>
1749 </trans-unit> 2041 </trans-unit>
1750 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 2042 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1751 <source>Users</source> 2043 <source>Users</source>
1752 <target>Utilisateurs</target> 2044 <target>Utilisateurs</target>
1753 <context-group name="null"> 2045 <context-group name="null">
1754 <context context-type="linenumber">105</context> 2046 <context context-type="linenumber">116</context>
1755 </context-group> 2047 </context-group>
1756 </trans-unit> 2048 </trans-unit>
1757 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 2049 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1758 <source>User default video quota</source> 2050 <source>User default video quota</source>
1759 <target>Quota de vidéos par défaut par utilisateur </target> 2051 <target>Quota de vidéos par défaut par utilisateur </target>
1760 <context-group name="null"> 2052 <context-group name="null">
1761 <context context-type="linenumber">109</context> 2053 <context context-type="linenumber">120</context>
1762 </context-group> 2054 </context-group>
1763 </trans-unit> 2055 </trans-unit>
1764 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 2056 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1765 <source>User default daily upload limit</source> 2057 <source>User default daily upload limit</source>
1766 <target>La limite journalière de téléversement est atteinte</target> 2058 <target>La limite journalière de téléversement est atteinte</target>
1767 <context-group name="null"> 2059 <context-group name="null">
1768 <context context-type="linenumber">121</context> 2060 <context context-type="linenumber">132</context>
1769 </context-group> 2061 </context-group>
1770 </trans-unit> 2062 </trans-unit>
1771 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 2063 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1779,35 +2071,70 @@
1779 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 2071 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1780 <target>Import de vidéo via une URL (YouTube par exemple) activé</target> 2072 <target>Import de vidéo via une URL (YouTube par exemple) activé</target>
1781 <context-group name="null"> 2073 <context-group name="null">
1782 <context context-type="linenumber">141</context> 2074 <context context-type="linenumber">153</context>
1783 </context-group> 2075 </context-group>
1784 </trans-unit> 2076 </trans-unit>
1785 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 2077 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1786 <source>Video import with a torrent file or a magnet URI enabled</source> 2078 <source>Video import with a torrent file or a magnet URI enabled</source>
1787 <target>Import de vidéo avec un fichier torrent ou URL magnet activé</target> 2079 <target>Import de vidéo avec un fichier torrent ou URL magnet activé</target>
1788 <context-group name="null"> 2080 <context-group name="null">
1789 <context context-type="linenumber">148</context> 2081 <context context-type="linenumber">160</context>
2082 </context-group>
2083 </trans-unit>
2084 <trans-unit id="51ee3dafebdb4c05d300b18bb4a997c10b1d7891">
2085 <source>Auto-blacklist</source>
2086 <target>Automatiquement sur liste noire</target>
2087 <context-group name="null">
2088 <context context-type="linenumber">168</context>
2089 </context-group>
2090 </trans-unit>
2091 <trans-unit id="b78d9ff04931504a241a6c6fc394d677c7a0946c">
2092 <source>New videos of users automatically blacklisted enabled</source>
2093 <target>Blocage automatique activé des nouvelles vidéos d'utilisateur·rices</target>
2094 <context-group name="null">
2095 <context context-type="linenumber">177</context>
2096 </context-group>
2097 </trans-unit>
2098 <trans-unit id="2c2af9710d6f6c3ab117c3a74f5aa9d40710f5b9">
2099 <source>Instance followers</source>
2100 <target>Instances abonnées</target>
2101 <context-group name="null">
2102 <context context-type="linenumber">186</context>
2103 </context-group>
2104 </trans-unit>
2105 <trans-unit id="fda0a09374e5d89c25522b7c49cf8f440cfb9db8">
2106 <source>Other instances can follow your instance</source>
2107 <target>D'autres instances peuvent suivre votre instance</target>
2108 <context-group name="null">
2109 <context context-type="linenumber">194</context>
2110 </context-group>
2111 </trans-unit>
2112 <trans-unit id="1df9e784f36295ebd75a87980873e5bce62e8cd9">
2113 <source>Manually approve new instance follower</source>
2114 <target>Approuver manuellement une nouvelle instance qui souhaite vous suivre</target>
2115 <context-group name="null">
2116 <context context-type="linenumber">201</context>
1790 </context-group> 2117 </context-group>
1791 </trans-unit> 2118 </trans-unit>
1792 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 2119 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1793 <source>Administrator</source> 2120 <source>Administrator</source>
1794 <target>Administrateur</target> 2121 <target>Administrateur</target>
1795 <context-group name="null"> 2122 <context-group name="null">
1796 <context context-type="linenumber">155</context> 2123 <context context-type="linenumber">208</context>
1797 </context-group> 2124 </context-group>
1798 </trans-unit> 2125 </trans-unit>
1799 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 2126 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1800 <source>Admin email</source> 2127 <source>Admin email</source>
1801 <target>Email de l'administrateur</target> 2128 <target>Email de l'administrateur</target>
1802 <context-group name="null"> 2129 <context-group name="null">
1803 <context context-type="linenumber">158</context> 2130 <context context-type="linenumber">211</context>
1804 </context-group> 2131 </context-group>
1805 </trans-unit> 2132 </trans-unit>
1806 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 2133 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1807 <source>Enable contact form</source> 2134 <source>Enable contact form</source>
1808 <target>Activer le formulaire de contact</target> 2135 <target>Activer le formulaire de contact</target>
1809 <context-group name="null"> 2136 <context-group name="null">
1810 <context context-type="linenumber">169</context> 2137 <context context-type="linenumber">222</context>
1811 </context-group> 2138 </context-group>
1812 </trans-unit> 2139 </trans-unit>
1813 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 2140 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1821,28 +2148,28 @@
1821 <source>Twitter</source> 2148 <source>Twitter</source>
1822 <target>Twitter</target> 2149 <target>Twitter</target>
1823 <context-group name="null"> 2150 <context-group name="null">
1824 <context context-type="linenumber">178</context> 2151 <context context-type="linenumber">231</context>
1825 </context-group> 2152 </context-group>
1826 </trans-unit> 2153 </trans-unit>
1827 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 2154 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1828 <source>Your Twitter username</source> 2155 <source>Your Twitter username</source>
1829 <target>Votre identifiant Twitter</target> 2156 <target>Votre identifiant Twitter</target>
1830 <context-group name="null"> 2157 <context-group name="null">
1831 <context context-type="linenumber">184</context> 2158 <context context-type="linenumber">237</context>
1832 </context-group> 2159 </context-group>
1833 </trans-unit> 2160 </trans-unit>
1834 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 2161 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1835 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 2162 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1836 <target>Indique le compte Twitter pour le site ou la plateforme sur laquelle le contenu a été publié.</target> 2163 <target>Indique le compte Twitter pour le site ou la plateforme sur laquelle le contenu a été publié.</target>
1837 <context-group name="null"> 2164 <context-group name="null">
1838 <context context-type="linenumber">187</context> 2165 <context context-type="linenumber">240</context>
1839 </context-group> 2166 </context-group>
1840 </trans-unit> 2167 </trans-unit>
1841 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 2168 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1842 <source>Instance whitelisted by Twitter</source> 2169 <source>Instance whitelisted by Twitter</source>
1843 <target>Instance sur la liste blanche de Twitter</target> 2170 <target>Instance sur la liste blanche de Twitter</target>
1844 <context-group name="null"> 2171 <context-group name="null">
1845 <context context-type="linenumber">199</context> 2172 <context context-type="linenumber">252</context>
1846 </context-group> 2173 </context-group>
1847 </trans-unit> 2174 </trans-unit>
1848 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b"> 2175 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
@@ -1853,63 +2180,63 @@
1853 Si votre instance n'est pas autorisée, une carte sera inséré avec une image et un lien vers votre instance PeerTube.&lt;br /&gt;&lt;br /&gt; 2180 Si votre instance n'est pas autorisée, une carte sera inséré avec une image et un lien vers votre instance PeerTube.&lt;br /&gt;&lt;br /&gt;
1854 Selectionnez cette case, sauvegardez la configuration et pour tester si votre instance est autorisée par Twitter, insérez l'URL d'une vidéo de votre instance (https://example.com/videos/watch/blabla) sur &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt;.</target> 2181 Selectionnez cette case, sauvegardez la configuration et pour tester si votre instance est autorisée par Twitter, insérez l'URL d'une vidéo de votre instance (https://example.com/videos/watch/blabla) sur &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt;.</target>
1855 <context-group name="null"> 2182 <context-group name="null">
1856 <context context-type="linenumber">200</context> 2183 <context context-type="linenumber">253</context>
1857 </context-group> 2184 </context-group>
1858 </trans-unit> 2185 </trans-unit>
1859 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 2186 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1860 <source>Services</source> 2187 <source>Services</source>
1861 <target>Services</target> 2188 <target>Services</target>
1862 <context-group name="null"> 2189 <context-group name="null">
1863 <context context-type="linenumber">176</context> 2190 <context context-type="linenumber">229</context>
1864 </context-group> 2191 </context-group>
1865 </trans-unit> 2192 </trans-unit>
1866 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 2193 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1867 <source>Transcoding</source> 2194 <source>Transcoding</source>
1868 <target>Encodage</target> 2195 <target>Encodage</target>
1869 <context-group name="null"> 2196 <context-group name="null">
1870 <context context-type="linenumber">215</context> 2197 <context context-type="linenumber">268</context>
1871 </context-group> 2198 </context-group>
1872 </trans-unit> 2199 </trans-unit>
1873 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 2200 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1874 <source>Transcoding enabled</source> 2201 <source>Transcoding enabled</source>
1875 <target>Encodage activé</target> 2202 <target>Encodage activé</target>
1876 <context-group name="null"> 2203 <context-group name="null">
1877 <context context-type="linenumber">221</context> 2204 <context context-type="linenumber">274</context>
1878 </context-group> 2205 </context-group>
1879 </trans-unit> 2206 </trans-unit>
1880 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 2207 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1881 <source>If you disable transcoding, many videos from your users will not work!</source> 2208 <source>If you disable transcoding, many videos from your users will not work!</source>
1882 <target>Si vous désactivez le transcodage, de nombreuses vidéos d'utilisateurs ne fonctionneront pas !</target> 2209 <target>Si vous désactivez le transcodage, de nombreuses vidéos d'utilisateurs ne fonctionneront pas !</target>
1883 <context-group name="null"> 2210 <context-group name="null">
1884 <context context-type="linenumber">222</context> 2211 <context context-type="linenumber">275</context>
1885 </context-group> 2212 </context-group>
1886 </trans-unit> 2213 </trans-unit>
1887 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 2214 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1888 <source>Allow additional extensions</source> 2215 <source>Allow additional extensions</source>
1889 <target>Permettre des extensions additionnelles</target> 2216 <target>Permettre des extensions additionnelles</target>
1890 <context-group name="null"> 2217 <context-group name="null">
1891 <context context-type="linenumber">231</context> 2218 <context context-type="linenumber">284</context>
1892 </context-group> 2219 </context-group>
1893 </trans-unit> 2220 </trans-unit>
1894 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33"> 2221 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1895 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source> 2222 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
1896 <target>Autoriser vos utilisateurs à publier des vidéos .mkv, .mov, .avi et .flv.</target> 2223 <target>Autoriser vos utilisateurs à publier des vidéos .mkv, .mov, .avi et .flv.</target>
1897 <context-group name="null"> 2224 <context-group name="null">
1898 <context context-type="linenumber">232</context> 2225 <context context-type="linenumber">285</context>
1899 </context-group> 2226 </context-group>
1900 </trans-unit> 2227 </trans-unit>
1901 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 2228 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1902 <source>Transcoding threads</source> 2229 <source>Transcoding threads</source>
1903 <target>Nombre de threads pour l'encodage</target> 2230 <target>Nombre de threads pour l'encodage</target>
1904 <context-group name="null"> 2231 <context-group name="null">
1905 <context context-type="linenumber">237</context> 2232 <context context-type="linenumber">290</context>
1906 </context-group> 2233 </context-group>
1907 </trans-unit> 2234 </trans-unit>
1908 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 2235 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1909 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 2236 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1910 <target>Résolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> activée</target> 2237 <target>Résolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> activée</target>
1911 <context-group name="null"> 2238 <context-group name="null">
1912 <context context-type="linenumber">252</context> 2239 <context context-type="linenumber">305</context>
1913 </context-group> 2240 </context-group>
1914 </trans-unit> 2241 </trans-unit>
1915 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 2242 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1924,105 +2251,105 @@
1924 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 2251 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1925 </target> 2252 </target>
1926 <context-group name="null"> 2253 <context-group name="null">
1927 <context context-type="linenumber">260</context> 2254 <context context-type="linenumber">313</context>
1928 </context-group> 2255 </context-group>
1929 </trans-unit> 2256 </trans-unit>
1930 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 2257 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1931 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 2258 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1932 <target>Certain fichiers ne sont pas fédérés (miniature, sous-titre). Nous les récupérons directement depuis l'instance d'origine et nous les gardons en cache.</target> 2259 <target>Certain fichiers ne sont pas fédérés (miniature, sous-titre). Nous les récupérons directement depuis l'instance d'origine et nous les gardons en cache.</target>
1933 <context-group name="null"> 2260 <context-group name="null">
1934 <context context-type="linenumber">265</context> 2261 <context context-type="linenumber">318</context>
1935 </context-group> 2262 </context-group>
1936 </trans-unit> 2263 </trans-unit>
1937 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 2264 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1938 <source>Previews cache size</source> 2265 <source>Previews cache size</source>
1939 <target>Taille du cache des prévisualisations </target> 2266 <target>Taille du cache des prévisualisations </target>
1940 <context-group name="null"> 2267 <context-group name="null">
1941 <context context-type="linenumber">271</context> 2268 <context context-type="linenumber">324</context>
1942 </context-group> 2269 </context-group>
1943 </trans-unit> 2270 </trans-unit>
1944 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 2271 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1945 <source>Video captions cache size</source> 2272 <source>Video captions cache size</source>
1946 <target>Taille du cache des sous-titres</target> 2273 <target>Taille du cache des sous-titres</target>
1947 <context-group name="null"> 2274 <context-group name="null">
1948 <context context-type="linenumber">280</context> 2275 <context context-type="linenumber">333</context>
1949 </context-group> 2276 </context-group>
1950 </trans-unit> 2277 </trans-unit>
1951 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 2278 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1952 <source>Customizations</source> 2279 <source>Customizations</source>
1953 <target>Personnalisations</target> 2280 <target>Personnalisations</target>
1954 <context-group name="null"> 2281 <context-group name="null">
1955 <context context-type="linenumber">289</context> 2282 <context context-type="linenumber">342</context>
1956 </context-group> 2283 </context-group>
1957 </trans-unit> 2284 </trans-unit>
1958 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 2285 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1959 <source>JavaScript</source> 2286 <source>JavaScript</source>
1960 <target>JavaScript</target> 2287 <target>JavaScript</target>
1961 <context-group name="null"> 2288 <context-group name="null">
1962 <context context-type="linenumber">294</context> 2289 <context context-type="linenumber">347</context>
1963 </context-group> 2290 </context-group>
1964 </trans-unit> 2291 </trans-unit>
1965 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 2292 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1966 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 2293 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1967 <target>Écrivez directement du code JavaScript.&lt;br /&gt;Exemple : &lt;pre&gt;console.log('mon instance est super géniale');&lt;/pre&gt;</target> 2294 <target>Écrivez directement du code JavaScript.&lt;br /&gt;Exemple : &lt;pre&gt;console.log('mon instance est super géniale');&lt;/pre&gt;</target>
1968 <context-group name="null"> 2295 <context-group name="null">
1969 <context context-type="linenumber">297</context> 2296 <context context-type="linenumber">350</context>
1970 </context-group> 2297 </context-group>
1971 </trans-unit> 2298 </trans-unit>
1972 <trans-unit id="d7caa08cd9b3119881bbaec3f5a3c5707f573dde"> 2299 <trans-unit id="d90e081933221a99c87e2ad9769afb6be6ff6fc4">
1973 <source> 2300 <source>
1974 Write directly CSS code. Example:&lt;br /&gt; 2301 Write directly CSS code. Example:&lt;br /&gt;&lt;br /&gt;
1975 &lt;pre&gt; 2302 &lt;pre&gt;
1976 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 2303 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1977 background-color: red; 2304 color: red;
1978 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 2305 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1979 &lt;/pre&gt; 2306 &lt;/pre&gt;
1980 2307
1981 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example: 2308 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:&lt;br /&gt;&lt;br /&gt;
1982 &lt;pre&gt; 2309 &lt;pre&gt;
1983 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 2310 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1984 color: red; 2311 color: red;
1985 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 2312 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1986 &lt;/pre&gt; 2313 &lt;/pre&gt;
1987 </source> 2314 </source>
1988 <target> 2315 <target>
1989 Écrivez directement du code CSS. Par exemple:&lt;br /&gt; 2316 Ecrire directement du code CSS. Exemple :&lt;br /&gt;&lt;br /&gt;
1990 &lt;pre&gt; 2317 &lt;pre&gt;
1991 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 2318 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1992 background-color: red; 2319 color: red;
1993 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 2320 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1994 &lt;/pre&gt; 2321 &lt;/pre&gt;
1995 2322
1996 Ajoutez le préfixe &lt;em&gt;#custom-css&lt;/em&gt; pour surcharger les styles. Par exemple: 2323 Ajouter en amont du &lt;em&gt;#custom-css&lt;/em&gt; pour outrepasser les styles. Exemple :&lt;br /&gt;&lt;br /&gt;
1997 &lt;pre&gt; 2324 &lt;pre&gt;
1998 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 2325 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1999 color: red; 2326 color: red;
2000 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 2327 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2001 &lt;/pre&gt; 2328 &lt;/pre&gt;
2002 </target> 2329 </target>
2003 <context-group name="null"> 2330 <context-group name="null">
2004 <context context-type="linenumber">311</context> 2331 <context context-type="linenumber">364</context>
2005 </context-group> 2332 </context-group>
2006 </trans-unit> 2333 </trans-unit>
2007 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 2334 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
2008 <source>Advanced configuration</source> 2335 <source>Advanced configuration</source>
2009 <target>Configuration avancée</target> 2336 <target>Configuration avancée</target>
2010 <context-group name="null"> 2337 <context-group name="null">
2011 <context context-type="linenumber">212</context> 2338 <context context-type="linenumber">265</context>
2012 </context-group> 2339 </context-group>
2013 </trans-unit> 2340 </trans-unit>
2014 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 2341 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
2015 <source>Update configuration</source> 2342 <source>Update configuration</source>
2016 <target>Mettre à jour la configuration</target> 2343 <target>Mettre à jour la configuration</target>
2017 <context-group name="null"> 2344 <context-group name="null">
2018 <context context-type="linenumber">340</context> 2345 <context context-type="linenumber">393</context>
2019 </context-group> 2346 </context-group>
2020 </trans-unit> 2347 </trans-unit>
2021 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 2348 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
2022 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2349 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
2023 <target>Il semblerait que la configuration soit invalide. Merci de chercher des erreurs potentielles dans les différents onglets.</target> 2350 <target>Il semblerait que la configuration soit invalide. Merci de chercher des erreurs potentielles dans les différents onglets.</target>
2024 <context-group name="null"> 2351 <context-group name="null">
2025 <context context-type="linenumber">341</context> 2352 <context context-type="linenumber">394</context>
2026 </context-group> 2353 </context-group>
2027 </trans-unit> 2354 </trans-unit>
2028 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2355 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -2058,23 +2385,23 @@
2058 <context context-type="linenumber">11</context> 2385 <context context-type="linenumber">11</context>
2059 </context-group> 2386 </context-group>
2060 </trans-unit> 2387 </trans-unit>
2061 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368"> 2388 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
2062 <source> 2389 <source>
2063 Jobs 2390 Configuration
2064 </source> 2391 </source>
2065 <target> 2392 <target>
2066 Jobs 2393 Configuration
2067 </target> 2394 </target>
2068 <context-group name="null"> 2395 <context-group name="null">
2069 <context context-type="linenumber">15</context> 2396 <context context-type="linenumber">15</context>
2070 </context-group> 2397 </context-group>
2071 </trans-unit> 2398 </trans-unit>
2072 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 2399 <trans-unit id="638b9df143315199c73f6c82d9754307d4b9f01c">
2073 <source> 2400 <source>
2074 Configuration 2401 System
2075 </source> 2402 </source>
2076 <target> 2403 <target>
2077 Configuration 2404 Système
2078 </target> 2405 </target>
2079 <context-group name="null"> 2406 <context-group name="null">
2080 <context context-type="linenumber">19</context> 2407 <context context-type="linenumber">19</context>
@@ -2119,20 +2446,13 @@
2119 <context context-type="linenumber">18</context> 2446 <context context-type="linenumber">18</context>
2120 </context-group> 2447 </context-group>
2121 </trans-unit> 2448 </trans-unit>
2122 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25"> 2449 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb">
2123 <source>Score</source> 2450 <source>Follower handle</source>
2124 <target>Score</target> 2451 <target>Identifiant d'abonné</target>
2125 <context-group name="null"> 2452 <context-group name="null">
2126 <context context-type="linenumber">17</context> 2453 <context context-type="linenumber">17</context>
2127 </context-group> 2454 </context-group>
2128 </trans-unit> 2455 </trans-unit>
2129 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
2130 <source>Host</source>
2131 <target>Hôte</target>
2132 <context-group name="null">
2133 <context context-type="linenumber">19</context>
2134 </context-group>
2135 </trans-unit>
2136 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2456 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
2137 <source>State</source> 2457 <source>State</source>
2138 <target>Statut</target> 2458 <target>Statut</target>
@@ -2140,6 +2460,13 @@
2140 <context context-type="linenumber">10</context> 2460 <context context-type="linenumber">10</context>
2141 </context-group> 2461 </context-group>
2142 </trans-unit> 2462 </trans-unit>
2463 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
2464 <source>Score</source>
2465 <target>Score</target>
2466 <context-group name="null">
2467 <context context-type="linenumber">19</context>
2468 </context-group>
2469 </trans-unit>
2143 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2470 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2144 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2471 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2145 <target>Créé le <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2472 <target>Créé le <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -2161,6 +2488,27 @@
2161 <context context-type="linenumber">33</context> 2488 <context context-type="linenumber">33</context>
2162 </context-group> 2489 </context-group>
2163 </trans-unit> 2490 </trans-unit>
2491 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
2492 <source>Accept</source>
2493 <target>Accepter</target>
2494 <context-group name="null">
2495 <context context-type="linenumber">41</context>
2496 </context-group>
2497 </trans-unit>
2498 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2499 <source>Refuse</source>
2500 <target>Refuser</target>
2501 <context-group name="null">
2502 <context context-type="linenumber">42</context>
2503 </context-group>
2504 </trans-unit>
2505 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
2506 <source>Host</source>
2507 <target>Hôte</target>
2508 <context-group name="null">
2509 <context context-type="linenumber">19</context>
2510 </context-group>
2511 </trans-unit>
2164 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8"> 2512 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
2165 <source>Redundancy allowed</source> 2513 <source>Redundancy allowed</source>
2166 <target>Redondance autorisée</target> 2514 <target>Redondance autorisée</target>
@@ -2196,34 +2544,6 @@
2196 <context context-type="linenumber">9</context> 2544 <context context-type="linenumber">9</context>
2197 </context-group> 2545 </context-group>
2198 </trans-unit> 2546 </trans-unit>
2199 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2200 <source>Jobs list</source>
2201 <target>Liste des jobs</target>
2202 <context-group name="null">
2203 <context context-type="linenumber">2</context>
2204 </context-group>
2205 </trans-unit>
2206 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2207 <source>Type</source>
2208 <target>Type</target>
2209 <context-group name="null">
2210 <context context-type="linenumber">19</context>
2211 </context-group>
2212 </trans-unit>
2213 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2214 <source>Processed on</source>
2215 <target>Traité sur</target>
2216 <context-group name="null">
2217 <context context-type="linenumber">22</context>
2218 </context-group>
2219 </trans-unit>
2220 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2221 <source>Finished on</source>
2222 <target>Fini sur</target>
2223 <context-group name="null">
2224 <context context-type="linenumber">23</context>
2225 </context-group>
2226 </trans-unit>
2227 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 2547 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
2228 <source>Create user</source> 2548 <source>Create user</source>
2229 <target>Créer un utilisateur</target> 2549 <target>Créer un utilisateur</target>
@@ -2279,9 +2599,58 @@
2279 <context context-type="linenumber">72</context> 2599 <context context-type="linenumber">72</context>
2280 </context-group> 2600 </context-group>
2281 </trans-unit> 2601 </trans-unit>
2602 <trans-unit id="021ae82dcaddcb3e8d1c5e9645952b7c7e772fe1">
2603 <source>Bypass video auto blacklist</source>
2604 <target>Passer outre la liste noire automatique de vidéos</target>
2605 <context-group name="null">
2606 <context context-type="linenumber">85</context>
2607 </context-group>
2608 </trans-unit>
2609 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2610 <source>Danger Zone</source>
2611 <target>Zone dangereuse</target>
2612 <context-group name="null">
2613 <context context-type="linenumber">93</context>
2614 </context-group>
2615 </trans-unit>
2616 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2617 <source>Send a link to reset the password by email to the user</source>
2618 <target>Envoyer un lien par mail à l'utilisateur pour réinitialiser son mot de passe </target>
2619 <context-group name="null">
2620 <context context-type="linenumber">96</context>
2621 </context-group>
2622 </trans-unit>
2623 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2624 <source>Ask for new password</source>
2625 <target>Demander un nouveau mot de passe</target>
2626 <context-group name="null">
2627 <context context-type="linenumber">97</context>
2628 </context-group>
2629 </trans-unit>
2630 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2631 <source>Manually set the user password</source>
2632 <target>Définir manuellement le mot de passe utilisateur</target>
2633 <context-group name="null">
2634 <context context-type="linenumber">101</context>
2635 </context-group>
2636 </trans-unit>
2637 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2638 <source>Show</source>
2639 <target>Montrer</target>
2640 <context-group name="null">
2641 <context context-type="linenumber">10</context>
2642 </context-group>
2643 </trans-unit>
2644 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2645 <source>Hide</source>
2646 <target>Cacher</target>
2647 <context-group name="null">
2648 <context context-type="linenumber">11</context>
2649 </context-group>
2650 </trans-unit>
2282 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2651 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
2283 <source>Users list</source> 2652 <source>Users list</source>
2284 <target>Liste des utilisateurs</target> 2653 <target>Liste des utilisateur·rices</target>
2285 <context-group name="null"> 2654 <context-group name="null">
2286 <context context-type="linenumber">2</context> 2655 <context context-type="linenumber">2</context>
2287 </context-group> 2656 </context-group>
@@ -2311,19 +2680,19 @@
2311 <source>Go to the account page</source> 2680 <source>Go to the account page</source>
2312 <target>Accéder au profil public de l'utilisateur</target> 2681 <target>Accéder au profil public de l'utilisateur</target>
2313 <context-group name="null"> 2682 <context-group name="null">
2314 <context context-type="linenumber">133</context> 2683 <context context-type="linenumber">153</context>
2315 </context-group> 2684 </context-group>
2316 </trans-unit> 2685 </trans-unit>
2317 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2686 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
2318 <source>User's email must be verified to login</source> 2687 <source>User's email must be verified to login</source>
2319 <target>L'adresse mail de l'utilisateur doit être vérifiée afin de se connecter</target> 2688 <target>L'adresse mail de l'utilisateur·rice doit être vérifiée afin de se connecter</target>
2320 <context-group name="null"> 2689 <context-group name="null">
2321 <context context-type="linenumber">72</context> 2690 <context context-type="linenumber">72</context>
2322 </context-group> 2691 </context-group>
2323 </trans-unit> 2692 </trans-unit>
2324 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 2693 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
2325 <source>User's email is verified / User can login without email verification</source> 2694 <source>User's email is verified / User can login without email verification</source>
2326 <target>L'adresse mail de l'utilisateur est vérifié / L'utilisateur peut se connecter sans vérification mail</target> 2695 <target>L'adresse mail de l'utilisateur·rice est vérifié / L'utilisateur·rice peut se connecter sans vérification mail</target>
2327 <context-group name="null"> 2696 <context-group name="null">
2328 <context context-type="linenumber">76</context> 2697 <context context-type="linenumber">76</context>
2329 </context-group> 2698 </context-group>
@@ -2350,14 +2719,14 @@
2350 Ce commentaire peut être vu par vous et les autres modérateurs seulement. 2719 Ce commentaire peut être vu par vous et les autres modérateurs seulement.
2351 </target> 2720 </target>
2352 <context-group name="null"> 2721 <context-group name="null">
2353 <context context-type="linenumber">17</context> 2722 <context context-type="linenumber">18</context>
2354 </context-group> 2723 </context-group>
2355 </trans-unit> 2724 </trans-unit>
2356 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 2725 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
2357 <source>Update this comment</source> 2726 <source>Update this comment</source>
2358 <target>Modifier ce commentaire</target> 2727 <target>Modifier ce commentaire</target>
2359 <context-group name="null"> 2728 <context-group name="null">
2360 <context context-type="linenumber">25</context> 2729 <context context-type="linenumber">26</context>
2361 </context-group> 2730 </context-group>
2362 </trans-unit> 2731 </trans-unit>
2363 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 2732 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -2430,6 +2799,13 @@
2430 <context context-type="linenumber">9</context> 2799 <context context-type="linenumber">9</context>
2431 </context-group> 2800 </context-group>
2432 </trans-unit> 2801 </trans-unit>
2802 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2803 <source>Unfederated</source>
2804 <target>Non fédéré</target>
2805 <context-group name="null">
2806 <context context-type="linenumber">10</context>
2807 </context-group>
2808 </trans-unit>
2433 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 2809 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
2434 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2810 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2435 <target>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2811 <target>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -2444,6 +2820,13 @@
2444 <context context-type="linenumber">43</context> 2820 <context context-type="linenumber">43</context>
2445 </context-group> 2821 </context-group>
2446 </trans-unit> 2822 </trans-unit>
2823 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2824 <source>Unblacklist</source>
2825 <target>Retirer de la liste noire</target>
2826 <context-group name="null">
2827 <context context-type="linenumber">16</context>
2828 </context-group>
2829 </trans-unit>
2447 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2830 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2448 <source>Moderation</source> 2831 <source>Moderation</source>
2449 <target>Modération</target> 2832 <target>Modération</target>
@@ -2458,13 +2841,20 @@
2458 <context context-type="linenumber">5</context> 2841 <context context-type="linenumber">5</context>
2459 </context-group> 2842 </context-group>
2460 </trans-unit> 2843 </trans-unit>
2461 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1"> 2844 <trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9">
2462 <source>Blacklisted videos</source> 2845 <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source>
2463 <target>Vidéos sur liste noire</target> 2846 <target><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Vidéos mises sur liste noire automatiquement' : 'Vidéos mises sur liste noire' }}"/></target>
2464 <context-group name="null"> 2847 <context-group name="null">
2465 <context context-type="linenumber">7</context> 2848 <context context-type="linenumber">7</context>
2466 </context-group> 2849 </context-group>
2467 </trans-unit> 2850 </trans-unit>
2851 <trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45">
2852 <source>Auto-blacklisted videos</source>
2853 <target>Vidéos automatiquement mises sur liste noire.</target>
2854 <context-group name="null">
2855 <context context-type="linenumber">9</context>
2856 </context-group>
2857 </trans-unit>
2468 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2858 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2469 <source>Muted accounts</source> 2859 <source>Muted accounts</source>
2470 <target>Comptes silencieux</target> 2860 <target>Comptes silencieux</target>
@@ -2476,7 +2866,7 @@
2476 <source>Muted servers</source> 2866 <source>Muted servers</source>
2477 <target>Serveurs silencieux</target> 2867 <target>Serveurs silencieux</target>
2478 <context-group name="null"> 2868 <context-group name="null">
2479 <context context-type="linenumber">11</context> 2869 <context context-type="linenumber">13</context>
2480 </context-group> 2870 </context-group>
2481 </trans-unit> 2871 </trans-unit>
2482 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2872 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2500,6 +2890,69 @@
2500 <context context-type="linenumber">23</context> 2890 <context context-type="linenumber">23</context>
2501 </context-group> 2891 </context-group>
2502 </trans-unit> 2892 </trans-unit>
2893 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2894 <source>Jobs list</source>
2895 <target>Liste des jobs</target>
2896 <context-group name="null">
2897 <context context-type="linenumber">2</context>
2898 </context-group>
2899 </trans-unit>
2900 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2901 <source>Type</source>
2902 <target>Type</target>
2903 <context-group name="null">
2904 <context context-type="linenumber">19</context>
2905 </context-group>
2906 </trans-unit>
2907 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2908 <source>Processed on</source>
2909 <target>Traité sur</target>
2910 <context-group name="null">
2911 <context context-type="linenumber">22</context>
2912 </context-group>
2913 </trans-unit>
2914 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2915 <source>Finished on</source>
2916 <target>Fini sur</target>
2917 <context-group name="null">
2918 <context context-type="linenumber">23</context>
2919 </context-group>
2920 </trans-unit>
2921 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
2922 <source>Refresh</source>
2923 <target>Rafraîchir</target>
2924 <context-group name="null">
2925 <context context-type="linenumber">14</context>
2926 </context-group>
2927 </trans-unit>
2928 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd">
2929 <source>System</source>
2930 <target>Système</target>
2931 <context-group name="null">
2932 <context context-type="linenumber">2</context>
2933 </context-group>
2934 </trans-unit>
2935 <trans-unit id="43f1cc191ebc0b8ce89f6916aa634f5a57158798">
2936 <source>Jobs</source>
2937 <target>Travaux</target>
2938 <context-group name="null">
2939 <context context-type="linenumber">5</context>
2940 </context-group>
2941 </trans-unit>
2942 <trans-unit id="eb3d5aefff38a814b76da74371cbf02c0789a1ef">
2943 <source>Logs</source>
2944 <target>Journaux</target>
2945 <context-group name="null">
2946 <context context-type="linenumber">7</context>
2947 </context-group>
2948 </trans-unit>
2949 <trans-unit id="dcfc990a822e11feb00eb91d9cf4d6ec0ed37dd0">
2950 <source>Debug</source>
2951 <target>Debug</target>
2952 <context-group name="null">
2953 <context context-type="linenumber">9</context>
2954 </context-group>
2955 </trans-unit>
2503 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 2956 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
2504 <source>Video quota:</source> 2957 <source>Video quota:</source>
2505 <target>Quota de vidéos :</target> 2958 <target>Quota de vidéos :</target>
@@ -2532,14 +2985,14 @@
2532 <source>Change ownership</source> 2985 <source>Change ownership</source>
2533 <target>Changer de propriétaire</target> 2986 <target>Changer de propriétaire</target>
2534 <context-group name="null"> 2987 <context-group name="null">
2535 <context context-type="linenumber">46</context> 2988 <context context-type="linenumber">21</context>
2536 </context-group> 2989 </context-group>
2537 </trans-unit> 2990 </trans-unit>
2538 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2991 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
2539 <source>Select the next owner</source> 2992 <source>Select the next owner</source>
2540 <target>Sélectionner la·e prochain·e propriétaire</target> 2993 <target>Sélectionner la·e prochain·e propriétaire</target>
2541 <context-group name="null"> 2994 <context-group name="null">
2542 <context context-type="linenumber">9</context> 2995 <context context-type="linenumber">10</context>
2543 </context-group> 2996 </context-group>
2544 </trans-unit> 2997 </trans-unit>
2545 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8"> 2998 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
@@ -2553,34 +3006,9 @@
2553 <context context-type="linenumber">35</context> 3006 <context context-type="linenumber">35</context>
2554 </context-group> 3007 </context-group>
2555 </trans-unit> 3008 </trans-unit>
2556 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79"> 3009 <trans-unit id="16f3de2dba2a3461d7f7a36157d22e6898bb3244">
2557 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 3010 <source>Create a new video channel</source>
2558 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vues</target> 3011 <target>Créer une nouvelle chaîne vidéo</target>
2559 <context-group name="null">
2560 <context context-type="linenumber">19</context>
2561 </context-group>
2562 </trans-unit>
2563 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2564 <source>Blacklisted</source>
2565 <target>Mis sur liste noire</target>
2566 <context-group name="null">
2567 <context context-type="linenumber">22</context>
2568 </context-group>
2569 </trans-unit>
2570 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2571 <source>
2572 Cancel
2573 </source>
2574 <target>
2575 Annulé
2576 </target>
2577 <context-group name="null">
2578 <context context-type="linenumber">30</context>
2579 </context-group>
2580 </trans-unit>
2581 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2582 <source>Create another video channel</source>
2583 <target>Créer une autre chaîne vidéo</target>
2584 <context-group name="null"> 3012 <context-group name="null">
2585 <context context-type="linenumber">4</context> 3013 <context context-type="linenumber">4</context>
2586 </context-group> 3014 </context-group>
@@ -2606,13 +3034,6 @@
2606 <context context-type="linenumber">15</context> 3034 <context context-type="linenumber">15</context>
2607 </context-group> 3035 </context-group>
2608 </trans-unit> 3036 </trans-unit>
2609 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2610 <source>Display name</source>
2611 <target>Nom affiché</target>
2612 <context-group name="null">
2613 <context context-type="linenumber">6</context>
2614 </context-group>
2615 </trans-unit>
2616 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 3037 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2617 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 3038 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2618When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 3039When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2661,7 +3082,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
2661 <source>Select the target channel</source> 3082 <source>Select the target channel</source>
2662 <target>Sélectionner la chaîne cible</target> 3083 <target>Sélectionner la chaîne cible</target>
2663 <context-group name="null"> 3084 <context-group name="null">
2664 <context context-type="linenumber">9</context> 3085 <context context-type="linenumber">10</context>
2665 </context-group> 3086 </context-group>
2666 </trans-unit> 3087 </trans-unit>
2667 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740"> 3088 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
@@ -2702,14 +3123,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
2702 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source> 3123 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
2703 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target> 3124 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
2704 <context-group name="null"> 3125 <context-group name="null">
2705 <context context-type="linenumber">39</context> 3126 <context context-type="linenumber">38</context>
2706 </context-group>
2707 </trans-unit>
2708 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2709 <source>Refuse</source>
2710 <target>Refuser</target>
2711 <context-group name="null">
2712 <context context-type="linenumber">47</context>
2713 </context-group> 3127 </context-group>
2714 </trans-unit> 3128 </trans-unit>
2715 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e"> 3129 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
@@ -2726,39 +3140,85 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
2726 <context context-type="linenumber">4</context> 3140 <context context-type="linenumber">4</context>
2727 </context-group> 3141 </context-group>
2728 </trans-unit> 3142 </trans-unit>
2729 <trans-unit id="0f1fd6758625c6a39d796378d362cdcc2b092123"> 3143 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
2730 <source>Delete history</source> 3144 <source>
2731 <target>Supprimer l'historique</target> 3145 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3146 Delete history
3147 </source>
3148 <target>
3149 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3150 Supprimer l'historique
3151 </target>
2732 <context-group name="null"> 3152 <context-group name="null">
2733 <context context-type="linenumber">8</context> 3153 <context context-type="linenumber">7</context>
2734 </context-group> 3154 </context-group>
2735 </trans-unit> 3155 </trans-unit>
2736 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af"> 3156 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2737 <source>You don't have videos history yet.</source> 3157 <source>You don't have videos history yet.</source>
2738 <target>Vous n'avez pas d'historique de vidéos pour l'instant.</target> 3158 <target>Vous n'avez pas d'historique de vidéos pour l'instant.</target>
2739 <context-group name="null"> 3159 <context-group name="null">
2740 <context context-type="linenumber">13</context> 3160 <context context-type="linenumber">14</context>
2741 </context-group> 3161 </context-group>
2742 </trans-unit> 3162 </trans-unit>
2743 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 3163 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
2744 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 3164 <source>
2745 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues</target> 3165 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3166 Notification preferences
3167 </source>
3168 <target>
3169 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3170 Préférences de notification
3171 </target>
2746 <context-group name="null"> 3172 <context-group name="null">
2747 <context context-type="linenumber">22</context> 3173 <context context-type="linenumber">2</context>
3174 </context-group>
3175 </trans-unit>
3176 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
3177 <source>
3178 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3179 Mark all as read
3180 </source>
3181 <target>
3182 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3183 Marquer tout comme lu
3184 </target>
3185 <context-group name="null">
3186 <context context-type="linenumber">7</context>
2748 </context-group> 3187 </context-group>
2749 </trans-unit> 3188 </trans-unit>
2750 <trans-unit id="3a6903ba6b8cf2d828d0c86fd1feb09a27be4105"> 3189 <trans-unit id="be746a6e47e3388c7cf793aef8d7b44b86cc94f2">
2751 <source>Notification preferences</source> 3190 <source>Create a new playlist</source>
2752 <target>Préférences de notification</target> 3191 <target>Créer une nouvelle liste de lecture</target>
2753 <context-group name="null"> 3192 <context-group name="null">
2754 <context context-type="linenumber">2</context> 3193 <context context-type="linenumber">1</context>
2755 </context-group> 3194 </context-group>
2756 </trans-unit> 3195 </trans-unit>
2757 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829"> 3196 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2758 <source>Mark all as read</source> 3197 <source>Privacy</source>
2759 <target>Tout marqué comme lu</target> 3198 <target>Confidentialité</target>
2760 <context-group name="null"> 3199 <context-group name="null">
2761 <context context-type="linenumber">4</context> 3200 <context context-type="linenumber">179</context>
3201 </context-group>
3202 </trans-unit>
3203 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
3204 <source>Channel</source>
3205 <target>Chaîne</target>
3206 <context-group name="null">
3207 <context context-type="linenumber">39</context>
3208 </context-group>
3209 </trans-unit>
3210 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
3211 <source>Upload thumbnail</source>
3212 <target>Téléverser une vignette</target>
3213 <context-group name="null">
3214 <context context-type="linenumber">192</context>
3215 </context-group>
3216 </trans-unit>
3217 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861">
3218 <source>No videos in this playlist.</source>
3219 <target>Aucune vidéo dans cette liste de lecture.</target>
3220 <context-group name="null">
3221 <context context-type="linenumber">11</context>
2762 </context-group> 3222 </context-group>
2763 </trans-unit> 3223 </trans-unit>
2764 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 3224 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
@@ -2810,13 +3270,6 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
2810 <context context-type="linenumber">28</context> 3270 <context context-type="linenumber">28</context>
2811 </context-group> 3271 </context-group>
2812 </trans-unit> 3272 </trans-unit>
2813 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2814 <source>Save</source>
2815 <target>Enregistrer</target>
2816 <context-group name="null">
2817 <context context-type="linenumber">32</context>
2818 </context-group>
2819 </trans-unit>
2820 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 3273 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2821 <source>Update my profile</source> 3274 <source>Update my profile</source>
2822 <target>Mettre à jour mon profil</target> 3275 <target>Mettre à jour mon profil</target>
@@ -2938,6 +3391,13 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
2938 <context context-type="linenumber">20</context> 3391 <context context-type="linenumber">20</context>
2939 </context-group> 3392 </context-group>
2940 </trans-unit> 3393 </trans-unit>
3394 <trans-unit id="b207b668dc1d056cd7557ffa3b41f1fd0865f93d">
3395 <source>Video playlists</source>
3396 <target>Listes de lecture</target>
3397 <context-group name="null">
3398 <context context-type="linenumber">25</context>
3399 </context-group>
3400 </trans-unit>
2941 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8"> 3401 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
2942 <source>Support this channel</source> 3402 <source>Support this channel</source>
2943 <target>Soutenir cette chaîne</target> 3403 <target>Soutenir cette chaîne</target>
@@ -2952,11 +3412,29 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
2952 <context context-type="linenumber">17</context> 3412 <context context-type="linenumber">17</context>
2953 </context-group> 3413 </context-group>
2954 </trans-unit> 3414 </trans-unit>
3415 <trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e">
3416 <source>
3417 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
3418</source>
3419 <target>
3420 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> listes de lecture créées.
3421</target>
3422 <context-group name="null">
3423 <context context-type="linenumber">1</context>
3424 </context-group>
3425 </trans-unit>
3426 <trans-unit id="fbbe62dee434f0521e0dfb8e3957d92fc5fcd76f">
3427 <source>This channel does not have playlists.</source>
3428 <target>Cette chaîne n'a aucune liste de lecture.</target>
3429 <context-group name="null">
3430 <context context-type="linenumber">5</context>
3431 </context-group>
3432 </trans-unit>
2955 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6"> 3433 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
2956 <source>URL</source> 3434 <source>URL</source>
2957 <target>URL</target> 3435 <target>URL</target>
2958 <context-group name="null"> 3436 <context-group name="null">
2959 <context context-type="linenumber">17</context> 3437 <context context-type="linenumber">25</context>
2960 </context-group> 3438 </context-group>
2961 </trans-unit> 3439 </trans-unit>
2962 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 3440 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2967,20 +3445,6 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
2967 <context context-type="linenumber">9</context> 3445 <context context-type="linenumber">9</context>
2968 </context-group> 3446 </context-group>
2969 </trans-unit> 3447 </trans-unit>
2970 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2971 <source>Channel</source>
2972 <target>Chaîne</target>
2973 <context-group name="null">
2974 <context context-type="linenumber">39</context>
2975 </context-group>
2976 </trans-unit>
2977 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2978 <source>Privacy</source>
2979 <target>Confidentialité</target>
2980 <context-group name="null">
2981 <context context-type="linenumber">159</context>
2982 </context-group>
2983 </trans-unit>
2984 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 3448 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2985 <source>Sorry, but something went wrong</source> 3449 <source>Sorry, but something went wrong</source>
2986 <target>Désolé, mais quelque chose s'est mal passé</target> 3450 <target>Désolé, mais quelque chose s'est mal passé</target>
@@ -3003,7 +3467,7 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3003 <source>Update</source> 3467 <source>Update</source>
3004 <target>Mettre à jour</target> 3468 <target>Mettre à jour</target>
3005 <context-group name="null"> 3469 <context-group name="null">
3006 <context context-type="linenumber">92</context> 3470 <context context-type="linenumber">17</context>
3007 </context-group> 3471 </context-group>
3008 </trans-unit> 3472 </trans-unit>
3009 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 3473 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -3020,6 +3484,17 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3020 <context context-type="linenumber">25</context> 3484 <context context-type="linenumber">25</context>
3021 </context-group> 3485 </context-group>
3022 </trans-unit> 3486 </trans-unit>
3487 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
3488 <source>
3489 Congratulations! Your video is now available in your private library.
3490</source>
3491 <target>
3492 Félicitations ! Votre video est à présent disponible dans votre bibliothèque personnelle.
3493</target>
3494 <context-group name="null">
3495 <context context-type="linenumber">45</context>
3496 </context-group>
3497 </trans-unit>
3023 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 3498 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
3024 <source>Publish will be available when upload is finished</source> 3499 <source>Publish will be available when upload is finished</source>
3025 <target>Vous pourrez publier cette vidéo lorsque l'envoi sera terminé</target> 3500 <target>Vous pourrez publier cette vidéo lorsque l'envoi sera terminé</target>
@@ -3151,7 +3626,7 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3151 <source>Tags</source> 3626 <source>Tags</source>
3152 <target>Étiquettes</target> 3627 <target>Étiquettes</target>
3153 <context-group name="null"> 3628 <context-group name="null">
3154 <context context-type="linenumber">191</context> 3629 <context context-type="linenumber">216</context>
3155 </context-group> 3630 </context-group>
3156 </trans-unit> 3631 </trans-unit>
3157 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 3632 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -3203,25 +3678,18 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3203 <context context-type="linenumber">120</context> 3678 <context context-type="linenumber">120</context>
3204 </context-group> 3679 </context-group>
3205 </trans-unit> 3680 </trans-unit>
3206 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3207 <source>Enable video comments</source>
3208 <target>Activer les commentaires</target>
3209 <context-group name="null">
3210 <context context-type="linenumber">125</context>
3211 </context-group>
3212 </trans-unit>
3213 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 3681 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
3214 <source>Wait transcoding before publishing the video</source> 3682 <source>Wait transcoding before publishing the video</source>
3215 <target>Attendre l'encodage avant de publier la vidéo</target> 3683 <target>Attendre l'encodage avant de publier la vidéo</target>
3216 <context-group name="null"> 3684 <context-group name="null">
3217 <context context-type="linenumber">131</context> 3685 <context context-type="linenumber">126</context>
3218 </context-group> 3686 </context-group>
3219 </trans-unit> 3687 </trans-unit>
3220 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63"> 3688 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
3221 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source> 3689 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
3222 <target>Si vous décidez de ne pas attendre la fin du traitement avant la publication de la vidéo, elle pourrait bien être injouable.</target> 3690 <target>Si vous décidez de ne pas attendre la fin du traitement avant la publication de la vidéo, elle pourrait bien être injouable.</target>
3223 <context-group name="null"> 3691 <context-group name="null">
3224 <context context-type="linenumber">132</context> 3692 <context context-type="linenumber">127</context>
3225 </context-group> 3693 </context-group>
3226 </trans-unit> 3694 </trans-unit>
3227 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 3695 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
@@ -3235,49 +3703,49 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3235 <source>Add another caption</source> 3703 <source>Add another caption</source>
3236 <target>Ajouter un nouveau sous-titre</target> 3704 <target>Ajouter un nouveau sous-titre</target>
3237 <context-group name="null"> 3705 <context-group name="null">
3238 <context context-type="linenumber">147</context> 3706 <context context-type="linenumber">142</context>
3239 </context-group> 3707 </context-group>
3240 </trans-unit> 3708 </trans-unit>
3241 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed"> 3709 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
3242 <source>See the subtitle file</source> 3710 <source>See the subtitle file</source>
3243 <target>Voir le fichier de sous-titres</target> 3711 <target>Voir le fichier de sous-titres</target>
3244 <context-group name="null"> 3712 <context-group name="null">
3245 <context context-type="linenumber">156</context> 3713 <context context-type="linenumber">151</context>
3246 </context-group> 3714 </context-group>
3247 </trans-unit> 3715 </trans-unit>
3248 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 3716 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
3249 <source>Already uploaded ✔</source> 3717 <source>Already uploaded ✔</source>
3250 <target>Déjà téléversé ✔</target> 3718 <target>Déjà téléversé ✔</target>
3251 <context-group name="null"> 3719 <context-group name="null">
3252 <context context-type="linenumber">160</context> 3720 <context context-type="linenumber">155</context>
3253 </context-group> 3721 </context-group>
3254 </trans-unit> 3722 </trans-unit>
3255 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad"> 3723 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
3256 <source>Will be created on update</source> 3724 <source>Will be created on update</source>
3257 <target>Sera créé après la mise à jour</target> 3725 <target>Sera créé après la mise à jour</target>
3258 <context-group name="null"> 3726 <context-group name="null">
3259 <context context-type="linenumber">168</context> 3727 <context context-type="linenumber">163</context>
3260 </context-group> 3728 </context-group>
3261 </trans-unit> 3729 </trans-unit>
3262 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9"> 3730 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
3263 <source>Cancel create</source> 3731 <source>Cancel create</source>
3264 <target>Annuler la création</target> 3732 <target>Annuler la création</target>
3265 <context-group name="null"> 3733 <context-group name="null">
3266 <context context-type="linenumber">170</context> 3734 <context context-type="linenumber">165</context>
3267 </context-group> 3735 </context-group>
3268 </trans-unit> 3736 </trans-unit>
3269 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393"> 3737 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
3270 <source>Will be deleted on update</source> 3738 <source>Will be deleted on update</source>
3271 <target>Sera supprimé après la mise à jour</target> 3739 <target>Sera supprimé après la mise à jour</target>
3272 <context-group name="null"> 3740 <context-group name="null">
3273 <context context-type="linenumber">176</context> 3741 <context context-type="linenumber">171</context>
3274 </context-group> 3742 </context-group>
3275 </trans-unit> 3743 </trans-unit>
3276 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 3744 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
3277 <source>Cancel deletion</source> 3745 <source>Cancel deletion</source>
3278 <target>Annuler la suppression</target> 3746 <target>Annuler la suppression</target>
3279 <context-group name="null"> 3747 <context-group name="null">
3280 <context context-type="linenumber">178</context> 3748 <context context-type="linenumber">173</context>
3281 </context-group> 3749 </context-group>
3282 </trans-unit> 3750 </trans-unit>
3283 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0"> 3751 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
@@ -3288,147 +3756,102 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3288 Pas de sous-titres pour le moment. 3756 Pas de sous-titres pour le moment.
3289 </target> 3757 </target>
3290 <context-group name="null"> 3758 <context-group name="null">
3291 <context context-type="linenumber">183</context> 3759 <context context-type="linenumber">178</context>
3292 </context-group> 3760 </context-group>
3293 </trans-unit> 3761 </trans-unit>
3294 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93"> 3762 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
3295 <source>Captions</source> 3763 <source>Captions</source>
3296 <target>Sous-titres</target> 3764 <target>Sous-titres</target>
3297 <context-group name="null"> 3765 <context-group name="null">
3298 <context context-type="linenumber">140</context> 3766 <context context-type="linenumber">135</context>
3299 </context-group>
3300 </trans-unit>
3301 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
3302 <source>Upload thumbnail</source>
3303 <target>Téléverser une vignette</target>
3304 <context-group name="null">
3305 <context context-type="linenumber">196</context>
3306 </context-group> 3767 </context-group>
3307 </trans-unit> 3768 </trans-unit>
3308 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3769 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
3309 <source>Upload preview</source> 3770 <source>Upload preview</source>
3310 <target>Téléverser un aperçu</target> 3771 <target>Téléverser un aperçu</target>
3311 <context-group name="null"> 3772 <context-group name="null">
3312 <context context-type="linenumber">203</context> 3773 <context context-type="linenumber">199</context>
3313 </context-group> 3774 </context-group>
3314 </trans-unit> 3775 </trans-unit>
3315 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 3776 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
3316 <source>Support</source> 3777 <source>Support</source>
3317 <target>Soutenir</target> 3778 <target>Soutenir</target>
3318 <context-group name="null"> 3779 <context-group name="null">
3319 <context context-type="linenumber">69</context> 3780 <context context-type="linenumber">103</context>
3320 </context-group> 3781 </context-group>
3321 </trans-unit> 3782 </trans-unit>
3322 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3783 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
3323 <source>Short text to tell people how they can support you (membership platform...).</source> 3784 <source>Short text to tell people how they can support you (membership platform...).</source>
3324 <target>Courte description des moyens qu'ont les utilisateurs de vous soutenir (financement participatif, etc.).</target> 3785 <target>Courte description des moyens qu'ont les utilisateurs de vous soutenir (financement participatif, etc.).</target>
3325 <context-group name="null"> 3786 <context-group name="null">
3326 <context context-type="linenumber">210</context> 3787 <context context-type="linenumber">206</context>
3327 </context-group>
3328 </trans-unit>
3329 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
3330 <source>Advanced settings</source>
3331 <target>Paramétrage avancé</target>
3332 <context-group name="null">
3333 <context context-type="linenumber">191</context>
3334 </context-group>
3335 </trans-unit>
3336 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
3337 <source>
3338 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
3339 </source>
3340 <target>
3341 Mise à jour <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
3342 </target>
3343 <context-group name="null">
3344 <context context-type="linenumber">2</context>
3345 </context-group>
3346 </trans-unit>
3347 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
3348 <source>Download video</source>
3349 <target>Télécharger la vidéo</target>
3350 <context-group name="null">
3351 <context context-type="linenumber">3</context>
3352 </context-group>
3353 </trans-unit>
3354 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
3355 <source>Direct download</source>
3356 <target>Téléchargement direct</target>
3357 <context-group name="null">
3358 <context context-type="linenumber">27</context>
3359 </context-group> 3788 </context-group>
3360 </trans-unit> 3789 </trans-unit>
3361 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 3790 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
3362 <source>Torrent (.torrent file)</source> 3791 <source>Original publication date</source>
3363 <target>Torrent (fichier .torrent)</target> 3792 <target>Date originale de publication</target>
3364 <context-group name="null"> 3793 <context-group name="null">
3365 <context context-type="linenumber">32</context> 3794 <context context-type="linenumber">219</context>
3366 </context-group> 3795 </context-group>
3367 </trans-unit> 3796 </trans-unit>
3368 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f"> 3797 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
3369 <source>Torrent (magnet link)</source> 3798 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
3370 <target>Torrent (URL magnet)</target> 3799 <target>Voici la date originel de publication (alias la date de sortie pour un film)</target>
3371 <context-group name="null"> 3800 <context-group name="null">
3372 <context context-type="linenumber">37</context> 3801 <context context-type="linenumber">220</context>
3373 </context-group> 3802 </context-group>
3374 </trans-unit> 3803 </trans-unit>
3375 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 3804 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3376 <source> 3805 <source>Enable video comments</source>
3377 Cancel 3806 <target>Activer les commentaires</target>
3378 </source>
3379 <target>
3380 Annuler
3381 </target>
3382 <context-group name="null"> 3807 <context-group name="null">
3383 <context context-type="linenumber">47</context> 3808 <context context-type="linenumber">234</context>
3384 </context-group> 3809 </context-group>
3385 </trans-unit> 3810 </trans-unit>
3386 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 3811 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
3387 <source>Download</source> 3812 <source>Enable download</source>
3388 <target>Télécharger</target> 3813 <target>Activer le téléchargement</target>
3389 <context-group name="null"> 3814 <context-group name="null">
3390 <context context-type="linenumber">84</context> 3815 <context context-type="linenumber">239</context>
3391 </context-group> 3816 </context-group>
3392 </trans-unit> 3817 </trans-unit>
3393 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 3818 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
3394 <source>Report video</source> 3819 <source>Advanced settings</source>
3395 <target>Signaler la vidéo</target> 3820 <target>Paramétrage avancé</target>
3396 <context-group name="null"> 3821 <context-group name="null">
3397 <context context-type="linenumber">3</context> 3822 <context context-type="linenumber">186</context>
3398 </context-group> 3823 </context-group>
3399 </trans-unit> 3824 </trans-unit>
3400 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908"> 3825 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
3401 <source> 3826 <source>
3402 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. 3827 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
3403 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 3828 </source>
3404 </source>
3405 <target> 3829 <target>
3406 Votre signalement sera envoyé aux modérateurs de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. 3830 Mise à jour <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
3407 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> Il sera également transmis à l'instance d'origine <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 3831 </target>
3408 </target>
3409 <context-group name="null"> 3832 <context-group name="null">
3410 <context context-type="linenumber">9</context> 3833 <context context-type="linenumber">2</context>
3411 </context-group> 3834 </context-group>
3412 </trans-unit> 3835 </trans-unit>
3413 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 3836 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
3414 <source>Share</source> 3837 <source>Share</source>
3415 <target>Partager</target> 3838 <target>Partager</target>
3416 <context-group name="null"> 3839 <context-group name="null">
3417 <context context-type="linenumber">74</context> 3840 <context context-type="linenumber">108</context>
3418 </context-group> 3841 </context-group>
3419 </trans-unit> 3842 </trans-unit>
3420 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3843 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
3421 <source>QR-Code</source> 3844 <source>QR-Code</source>
3422 <target>QR-Code</target> 3845 <target>QR-Code</target>
3423 <context-group name="null"> 3846 <context-group name="null">
3424 <context context-type="linenumber">29</context> 3847 <context context-type="linenumber">37</context>
3425 </context-group> 3848 </context-group>
3426 </trans-unit> 3849 </trans-unit>
3427 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3850 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3428 <source>Embed</source> 3851 <source>Embed</source>
3429 <target>Intégration</target> 3852 <target>Intégration</target>
3430 <context-group name="null"> 3853 <context-group name="null">
3431 <context context-type="linenumber">34</context> 3854 <context context-type="linenumber">42</context>
3432 </context-group> 3855 </context-group>
3433 </trans-unit> 3856 </trans-unit>
3434 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3857 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3439,194 +3862,150 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3439 L'url n'est pas sécurisée (pas d'HTTPS), donc l'intégration de la vidéo ne fonctionnera pas sur les sites servis via HTTPS (les navigateurs bloquent les requêtes HTTP sur les sites HTTPS). 3862 L'url n'est pas sécurisée (pas d'HTTPS), donc l'intégration de la vidéo ne fonctionnera pas sur les sites servis via HTTPS (les navigateurs bloquent les requêtes HTTP sur les sites HTTPS).
3440 </target> 3863 </target>
3441 <context-group name="null"> 3864 <context-group name="null">
3442 <context context-type="linenumber">45</context> 3865 <context context-type="linenumber">53</context>
3443 </context-group> 3866 </context-group>
3444 </trans-unit> 3867 </trans-unit>
3445 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3868 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3446 <source>Close</source> 3869 <source>Close</source>
3447 <target>Fermer</target> 3870 <target>Fermer</target>
3448 <context-group name="null"> 3871 <context-group name="null">
3449 <context context-type="linenumber">51</context> 3872 <context context-type="linenumber">59</context>
3450 </context-group> 3873 </context-group>
3451 </trans-unit> 3874 </trans-unit>
3452 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 3875 <trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99">
3453 <source>Blacklist video</source> 3876 <source>Public</source>
3454 <target>Mettre la vidéo sur liste noire</target> 3877 <target>Publique</target>
3455 <context-group name="null"> 3878 <context-group name="null">
3456 <context context-type="linenumber">3</context> 3879 <context context-type="linenumber">19</context>
3457 </context-group> 3880 </context-group>
3458 </trans-unit> 3881 </trans-unit>
3459 <trans-unit id="7584313e33a66811eb10646627914a01fff0347d"> 3882 <trans-unit id="38e66e2d779d6d819cd7703ab73ab1bab75f8614">
3460 <source> 3883 <source>
3461 The video is being imported, it will be available when the import is finished. 3884 The video is being imported, it will be available when the import is finished.
3462 </source> 3885 </source>
3463 <target> 3886 <target>
3464 La vidéo est en cours d'importation, elle sera disponible quand l'importation sera finie.</target> 3887 La vidéo est en cours d'importation, elle sera disponible lorsque l'importation sera terminée.
3888 </target>
3465 <context-group name="null"> 3889 <context-group name="null">
3466 <context context-type="linenumber">11</context> 3890 <context context-type="linenumber">40</context>
3467 </context-group> 3891 </context-group>
3468 </trans-unit> 3892 </trans-unit>
3469 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 3893 <trans-unit id="d2a8e8e4e5345201c07ba03a7fafe8b663230246">
3470 <source> 3894 <source>
3471 The video is being transcoded, it may not work properly. 3895 The video is being transcoded, it may not work properly.
3472 </source> 3896 </source>
3473 <target> 3897 <target>
3474 La vidéo est en cours d'encodage, elle peut ne pas fonctionner correctement. 3898 La vidéo est en cours d'encodage, il est possible qu'elle ne fonctionne pas correctement.
3475 </target> 3899 </target>
3476 <context-group name="null"> 3900 <context-group name="null">
3477 <context context-type="linenumber">15</context> 3901 <context context-type="linenumber">44</context>
3478 </context-group> 3902 </context-group>
3479 </trans-unit> 3903 </trans-unit>
3480 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 3904 <trans-unit id="2dd4add38e83d8ec58e37735e76090e9738c974a">
3481 <source> 3905 <source>
3482 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 3906 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3483 </source> 3907 </source>
3484 <target> 3908 <target>
3485 Cette vidéo sera publiée le <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 3909 Cette vidéo sera publiée dans <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3486 </target> 3910 </target>
3487 <context-group name="null"> 3911 <context-group name="null">
3488 <context context-type="linenumber">19</context> 3912 <context context-type="linenumber">48</context>
3913 </context-group>
3914 </trans-unit>
3915 <trans-unit id="f52722430ddd59507177f005a357bfd335ffa7fd">
3916 <source>
3917 This playlist does not have videos.
3918 </source>
3919 <target>
3920 Cette liste de lecture ne contient pas de vidéos.
3921 </target>
3922 <context-group name="null">
3923 <context context-type="linenumber">52</context>
3489 </context-group> 3924 </context-group>
3490 </trans-unit> 3925 </trans-unit>
3491 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3926 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3492 <source>This video is blacklisted.</source> 3927 <source>This video is blacklisted.</source>
3493 <target>Cette vidéo est sur liste noire.</target> 3928 <target>Cette vidéo est sur liste noire.</target>
3494 <context-group name="null"> 3929 <context-group name="null">
3495 <context context-type="linenumber">24</context> 3930 <context context-type="linenumber">57</context>
3496 </context-group> 3931 </context-group>
3497 </trans-unit> 3932 </trans-unit>
3498 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3933 <trans-unit id="99686034581579c92a971f4eeebd2c072c812e2d">
3499 <source> 3934 <source>
3500 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views 3935 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3501 </source> 3936 </source>
3502 <target> 3937 <target>
3503 Publiée <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vues 3938 Publiée <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vues
3504 </target> 3939 </target>
3505 <context-group name="null"> 3940 <context-group name="null">
3506 <context context-type="linenumber">37</context> 3941 <context context-type="linenumber">69</context>
3507 </context-group> 3942 </context-group>
3508 </trans-unit> 3943 </trans-unit>
3509 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95"> 3944 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
3510 <source> 3945 <source>
3511 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views 3946 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3512 </source> 3947 </source>
3513 <target> 3948 <target>
3514 Publiée <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vues 3949 Publiée <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vues
3515 </target> 3950 </target>
3516 <context-group name="null"> 3951 <context-group name="null">
3517 <context context-type="linenumber">46</context> 3952 <context context-type="linenumber">78</context>
3518 </context-group> 3953 </context-group>
3519 </trans-unit> 3954 </trans-unit>
3520 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3955 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3521 <source>Like this video</source> 3956 <source>Like this video</source>
3522 <target>J'aime cette vidéo</target> 3957 <target>J'aime cette vidéo</target>
3523 <context-group name="null"> 3958 <context-group name="null">
3524 <context context-type="linenumber">57</context> 3959 <context context-type="linenumber">88</context>
3525 </context-group> 3960 </context-group>
3526 </trans-unit> 3961 </trans-unit>
3527 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3962 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3528 <source>Dislike this video</source> 3963 <source>Dislike this video</source>
3529 <target>Je n'aime pas cette vidéo</target> 3964 <target>Je n'aime pas cette vidéo</target>
3530 <context-group name="null"> 3965 <context-group name="null">
3531 <context context-type="linenumber">64</context>
3532 </context-group>
3533 </trans-unit>
3534 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3535 <source>Download the video</source>
3536 <target>Télécharger la vidéo</target>
3537 <context-group name="null">
3538 <context context-type="linenumber">83</context>
3539 </context-group>
3540 </trans-unit>
3541 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3542 <source>Report</source>
3543 <target>Signaler</target>
3544 <context-group name="null">
3545 <context context-type="linenumber">88</context>
3546 </context-group>
3547 </trans-unit>
3548 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3549 <source>Report this video</source>
3550 <target>Signaler cette vidéo</target>
3551 <context-group name="null">
3552 <context context-type="linenumber">87</context>
3553 </context-group>
3554 </trans-unit>
3555 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3556 <source>Update this video</source>
3557 <target>Mettre à jour cette vidéo</target>
3558 <context-group name="null">
3559 <context context-type="linenumber">91</context>
3560 </context-group>
3561 </trans-unit>
3562 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3563 <source>Blacklist</source>
3564 <target>Mettre sur liste noire</target>
3565 <context-group name="null">
3566 <context context-type="linenumber">96</context> 3966 <context context-type="linenumber">96</context>
3567 </context-group> 3967 </context-group>
3568 </trans-unit> 3968 </trans-unit>
3569 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3570 <source>Blacklist this video</source>
3571 <target>Mettre cette vidéo sur liste noire</target>
3572 <context-group name="null">
3573 <context context-type="linenumber">95</context>
3574 </context-group>
3575 </trans-unit>
3576 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3577 <source>Unblacklist</source>
3578 <target>Retirer de la liste noire</target>
3579 <context-group name="null">
3580 <context context-type="linenumber">100</context>
3581 </context-group>
3582 </trans-unit>
3583 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3584 <source>Unblacklist this video</source>
3585 <target>Enlever cette vidéo de la liste noire</target>
3586 <context-group name="null">
3587 <context context-type="linenumber">99</context>
3588 </context-group>
3589 </trans-unit>
3590 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3591 <source>Delete this video</source>
3592 <target>Supprimer cette vidéo</target>
3593 <context-group name="null">
3594 <context context-type="linenumber">103</context>
3595 </context-group>
3596 </trans-unit>
3597 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3969 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3598 <source>Go the channel page</source> 3970 <source>Go the channel page</source>
3599 <target>Aller à la page des chaînes</target> 3971 <target>Aller à la page des chaînes</target>
3600 <context-group name="null"> 3972 <context-group name="null">
3601 <context context-type="linenumber">123</context> 3973 <context context-type="linenumber">143</context>
3602 </context-group> 3974 </context-group>
3603 </trans-unit> 3975 </trans-unit>
3604 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3976 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3605 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3977 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3606 <target>Par <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3978 <target>Par <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3607 <context-group name="null"> 3979 <context-group name="null">
3608 <context context-type="linenumber">134</context> 3980 <context context-type="linenumber">154</context>
3609 </context-group> 3981 </context-group>
3610 </trans-unit> 3982 </trans-unit>
3611 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3983 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3612 <source>Show more</source> 3984 <source>Show more</source>
3613 <target>Voir plus</target> 3985 <target>Voir plus</target>
3614 <context-group name="null"> 3986 <context-group name="null">
3615 <context context-type="linenumber">146</context> 3987 <context context-type="linenumber">166</context>
3616 </context-group> 3988 </context-group>
3617 </trans-unit> 3989 </trans-unit>
3618 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3990 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3619 <source>Show less</source> 3991 <source>Show less</source>
3620 <target>Montrer moins</target> 3992 <target>Montrer moins</target>
3621 <context-group name="null"> 3993 <context-group name="null">
3622 <context context-type="linenumber">152</context> 3994 <context context-type="linenumber">172</context>
3995 </context-group>
3996 </trans-unit>
3997 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3998 <source>Originally published</source>
3999 <target>Publié originellement</target>
4000 <context-group name="null">
4001 <context context-type="linenumber">184</context>
3623 </context-group> 4002 </context-group>
3624 </trans-unit> 4003 </trans-unit>
3625 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 4004 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3626 <source>Friendly Reminder: </source> 4005 <source>Friendly Reminder: </source>
3627 <target>Rappel :</target> 4006 <target>Rappel :</target>
3628 <context-group name="null"> 4007 <context-group name="null">
3629 <context context-type="linenumber">208</context> 4008 <context context-type="linenumber">232</context>
3630 </context-group> 4009 </context-group>
3631 </trans-unit> 4010 </trans-unit>
3632 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 4011 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3637,21 +4016,21 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3637 le système de partage utilisé pour cette vidéo implique que des informations techniques (comme votre adresse IP publique) peuvent être transmises à d'autres pairs. 4016 le système de partage utilisé pour cette vidéo implique que des informations techniques (comme votre adresse IP publique) peuvent être transmises à d'autres pairs.
3638 </target> 4017 </target>
3639 <context-group name="null"> 4018 <context-group name="null">
3640 <context context-type="linenumber">209</context> 4019 <context context-type="linenumber">233</context>
3641 </context-group> 4020 </context-group>
3642 </trans-unit> 4021 </trans-unit>
3643 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 4022 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3644 <source>More information</source> 4023 <source>More information</source>
3645 <target>Plus d'informations</target> 4024 <target>Plus d'informations</target>
3646 <context-group name="null"> 4025 <context-group name="null">
3647 <context context-type="linenumber">212</context> 4026 <context context-type="linenumber">236</context>
3648 </context-group> 4027 </context-group>
3649 </trans-unit> 4028 </trans-unit>
3650 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 4029 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3651 <source>Get more information</source> 4030 <source>Get more information</source>
3652 <target>Obtenir plus d'informations</target> 4031 <target>Obtenir plus d'informations</target>
3653 <context-group name="null"> 4032 <context-group name="null">
3654 <context context-type="linenumber">212</context> 4033 <context context-type="linenumber">236</context>
3655 </context-group> 4034 </context-group>
3656 </trans-unit> 4035 </trans-unit>
3657 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 4036 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3662,7 +4041,7 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3662 OK 4041 OK
3663 </target> 4042 </target>
3664 <context-group name="null"> 4043 <context-group name="null">
3665 <context context-type="linenumber">215</context> 4044 <context context-type="linenumber">239</context>
3666 </context-group> 4045 </context-group>
3667 </trans-unit> 4046 </trans-unit>
3668 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 4047 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -3956,6 +4335,48 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3956 <context context-type="linenumber">1</context> 4335 <context context-type="linenumber">1</context>
3957 </context-group> 4336 </context-group>
3958 </trans-unit> 4337 </trans-unit>
4338 <trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b">
4339 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</source>
4340 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> a été accepté des instances qui vous suivent</target>
4341 <context-group name="null">
4342 <context context-type="linenumber">1</context>
4343 </context-group>
4344 </trans-unit>
4345 <trans-unit id="3d8e85e3f78a29db7959c495e74cc9af90838430">
4346 <source>Do you really want to reject this follower?</source>
4347 <target>Souhaitez-vous vraiment retirer cette instance qui souhaite vous suivre ?</target>
4348 <context-group name="null">
4349 <context context-type="linenumber">1</context>
4350 </context-group>
4351 </trans-unit>
4352 <trans-unit id="20c3d69c0b67a74df0aa3920485016b2080578f6">
4353 <source>Reject</source>
4354 <target>Retirer</target>
4355 <context-group name="null">
4356 <context context-type="linenumber">1</context>
4357 </context-group>
4358 </trans-unit>
4359 <trans-unit id="7faa627518f768d9ea813d018c121608af5cbd79">
4360 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</source>
4361 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> a été retiré des instances qui vous suivent</target>
4362 <context-group name="null">
4363 <context context-type="linenumber">1</context>
4364 </context-group>
4365 </trans-unit>
4366 <trans-unit id="150d48f01a24d84c2bfffb2761419b9482074b61">
4367 <source>Do you really want to delete this follower?</source>
4368 <target>Souhaitez-vous vraiment supprimer cet abonné ?</target>
4369 <context-group name="null">
4370 <context context-type="linenumber">1</context>
4371 </context-group>
4372 </trans-unit>
4373 <trans-unit id="53fb638407fb04c8b403fa392cc628a699e2c0bc">
4374 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</source>
4375 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> supprimé des abonnés de votre instance</target>
4376 <context-group name="null">
4377 <context context-type="linenumber">1</context>
4378 </context-group>
4379 </trans-unit>
3959 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84"> 4380 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84">
3960 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 4381 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
3961 <target><x id="INTERPOLATION" equiv-text="{{host}}"/> n'est pas valide</target> 4382 <target><x id="INTERPOLATION" equiv-text="{{host}}"/> n'est pas valide</target>
@@ -4103,6 +4524,34 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4103 <context context-type="linenumber">1</context> 4524 <context context-type="linenumber">1</context>
4104 </context-group> 4525 </context-group>
4105 </trans-unit> 4526 </trans-unit>
4527 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611">
4528 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source>
4529 <target>Vidéo <x id="INTERPOLATION" equiv-text="{{name}}"/> retirée de la liste noire.</target>
4530 <context-group name="null">
4531 <context context-type="linenumber">1</context>
4532 </context-group>
4533 </trans-unit>
4534 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5">
4535 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source>
4536 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> vidéos retirées de la liste noire.</target>
4537 <context-group name="null">
4538 <context context-type="linenumber">1</context>
4539 </context-group>
4540 </trans-unit>
4541 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
4542 <source>yes</source>
4543 <target>oui</target>
4544 <context-group name="null">
4545 <context context-type="linenumber">1</context>
4546 </context-group>
4547 </trans-unit>
4548 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
4549 <source>no</source>
4550 <target>non</target>
4551 <context-group name="null">
4552 <context context-type="linenumber">1</context>
4553 </context-group>
4554 </trans-unit>
4106 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223"> 4555 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
4107 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source> 4556 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
4108 <target>Voulez-vous vraiment retirer cette vidéo de la liste noire ? Elle sera à nouveau disponible dans la liste de vidéos.</target> 4557 <target>Voulez-vous vraiment retirer cette vidéo de la liste noire ? Elle sera à nouveau disponible dans la liste de vidéos.</target>
@@ -4117,23 +4566,86 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4117 <context context-type="linenumber">1</context> 4566 <context context-type="linenumber">1</context>
4118 </context-group> 4567 </context-group>
4119 </trans-unit> 4568 </trans-unit>
4569 <trans-unit id="3c91a10e15c752aaaf92c736b380efc5ba160b8f">
4570 <source>Last week</source>
4571 <target>La semaine passée</target>
4572 <context-group name="null">
4573 <context context-type="linenumber">1</context>
4574 </context-group>
4575 </trans-unit>
4576 <trans-unit id="76f7f502edd5c7a38bbf2a262db38f90cc440441">
4577 <source>Last day</source>
4578 <target>Le jour passé</target>
4579 <context-group name="null">
4580 <context context-type="linenumber">1</context>
4581 </context-group>
4582 </trans-unit>
4583 <trans-unit id="9c152780247b402c410b861e521967dca7d9fd10">
4584 <source>Last hour</source>
4585 <target>L'heure passée</target>
4586 <context-group name="null">
4587 <context context-type="linenumber">1</context>
4588 </context-group>
4589 </trans-unit>
4590 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4591 <source>Info</source>
4592 <target>Info</target>
4593 <context-group name="null">
4594 <context context-type="linenumber">1</context>
4595 </context-group>
4596 </trans-unit>
4597 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
4598 <source>Warning</source>
4599 <target>Attention</target>
4600 <context-group name="null">
4601 <context context-type="linenumber">1</context>
4602 </context-group>
4603 </trans-unit>
4604 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4605 <source>Error</source>
4606 <target>Erreur</target>
4607 <context-group name="null">
4608 <context context-type="linenumber">1</context>
4609 </context-group>
4610 </trans-unit>
4120 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 4611 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
4121 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 4612 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
4122 <target>Utilisateur <x id="INTERPOLATION" equiv-text="{{username}}"/> créé.</target> 4613 <target>Utilisateur·rice <x id="INTERPOLATION" equiv-text="{{username}}"/> créé.</target>
4614 <context-group name="null">
4615 <context context-type="linenumber">1</context>
4616 </context-group>
4617 </trans-unit>
4618 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
4619 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4620 <target>Mot de passe changé pour l'utilisateur·rice <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4621 <context-group name="null">
4622 <context context-type="linenumber">1</context>
4623 </context-group>
4624 </trans-unit>
4625 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
4626 <source>Update user password</source>
4627 <target>Mettre à jour le mot de passe utilisateur·rice</target>
4123 <context-group name="null"> 4628 <context-group name="null">
4124 <context context-type="linenumber">1</context> 4629 <context context-type="linenumber">1</context>
4125 </context-group> 4630 </context-group>
4126 </trans-unit> 4631 </trans-unit>
4127 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 4632 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
4128 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 4633 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
4129 <target>Utilisateur <x id="INTERPOLATION" equiv-text="{{username}}"/> mis à jour.</target> 4634 <target>Utilisateur·rice <x id="INTERPOLATION" equiv-text="{{username}}"/> mis à jour.</target>
4130 <context-group name="null"> 4635 <context-group name="null">
4131 <context context-type="linenumber">1</context> 4636 <context context-type="linenumber">1</context>
4132 </context-group> 4637 </context-group>
4133 </trans-unit> 4638 </trans-unit>
4134 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f"> 4639 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
4135 <source>Update user</source> 4640 <source>Update user</source>
4136 <target>Mettre à jour l'utilisateur</target> 4641 <target>Mettre à jour l'utilisateur·rice</target>
4642 <context-group name="null">
4643 <context context-type="linenumber">1</context>
4644 </context-group>
4645 </trans-unit>
4646 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
4647 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4648 <target>Un mail demandant la réinitialisation du mot de passe a été envoyé à <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4137 <context-group name="null"> 4649 <context-group name="null">
4138 <context context-type="linenumber">1</context> 4650 <context context-type="linenumber">1</context>
4139 </context-group> 4651 </context-group>
@@ -4168,7 +4680,7 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4168 </trans-unit> 4680 </trans-unit>
4169 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd"> 4681 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd">
4170 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source> 4682 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source>
4171 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·ices rétablis.</target> 4683 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·rices rétablis.</target>
4172 <context-group name="null"> 4684 <context-group name="null">
4173 <context context-type="linenumber">1</context> 4685 <context context-type="linenumber">1</context>
4174 </context-group> 4686 </context-group>
@@ -4182,7 +4694,7 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4182 </trans-unit> 4694 </trans-unit>
4183 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51"> 4695 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51">
4184 <source>If you remove these users, you will not be able to create others with the same username!</source> 4696 <source>If you remove these users, you will not be able to create others with the same username!</source>
4185 <target>Si vous supprimez ces utilisateur·ices, vous ne pourrez plus en créer de nouveau avec le même nom !</target> 4697 <target>Si vous supprimez ces utilisateur·rices, vous ne pourrez plus en créer de nouveau avec le même nom !</target>
4186 <context-group name="null"> 4698 <context-group name="null">
4187 <context context-type="linenumber">1</context> 4699 <context context-type="linenumber">1</context>
4188 </context-group> 4700 </context-group>
@@ -4320,9 +4832,16 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4320 <context context-type="linenumber">1</context> 4832 <context context-type="linenumber">1</context>
4321 </context-group> 4833 </context-group>
4322 </trans-unit> 4834 </trans-unit>
4323 <trans-unit id="0a9650640ddd1dfadfe456891d6d4f6093ad428e"> 4835 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8">
4324 <source>New video abuse on local video</source> 4836 <source>New video abuse</source>
4325 <target>Nouveau signalement sur une vidéo locale</target> 4837 <target>Nouveau signalement sur une vidéo</target>
4838 <context-group name="null">
4839 <context context-type="linenumber">1</context>
4840 </context-group>
4841 </trans-unit>
4842 <trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47">
4843 <source>Video auto-blacklisted waiting review</source>
4844 <target>Vidéo automatiquement mise sur la liste noire en attente de vérification</target>
4326 <context-group name="null"> 4845 <context-group name="null">
4327 <context context-type="linenumber">1</context> 4846 <context context-type="linenumber">1</context>
4328 </context-group> 4847 </context-group>
@@ -4369,6 +4888,13 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4369 <context context-type="linenumber">1</context> 4888 <context context-type="linenumber">1</context>
4370 </context-group> 4889 </context-group>
4371 </trans-unit> 4890 </trans-unit>
4891 <trans-unit id="f4bb57154f8b6b30f3272f340dc40e143af8607f">
4892 <source>Your instance has a new follower</source>
4893 <target>Votre instance a un nouvel abonné</target>
4894 <context-group name="null">
4895 <context context-type="linenumber">1</context>
4896 </context-group>
4897 </trans-unit>
4372 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401"> 4898 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
4373 <source>Preferences saved</source> 4899 <source>Preferences saved</source>
4374 <target>Préférences sauvegardées</target> 4900 <target>Préférences sauvegardées</target>
@@ -4411,93 +4937,93 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4411 <context context-type="linenumber">1</context> 4937 <context context-type="linenumber">1</context>
4412 </context-group> 4938 </context-group>
4413 </trans-unit> 4939 </trans-unit>
4414 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795"> 4940 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
4415 <source>Create</source> 4941 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
4416 <target>Créer</target> 4942 <target>Chaîne vidéo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> mise à jour.</target>
4417 <context-group name="null"> 4943 <context-group name="null">
4418 <context context-type="linenumber">1</context> 4944 <context context-type="linenumber">1</context>
4419 </context-group> 4945 </context-group>
4420 </trans-unit> 4946 </trans-unit>
4421 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4947 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791">
4422 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4948 <source>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}}"/>)!</source>
4423 <target>Chaîne vidéo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> mise à jour.</target> 4949 <target>Voulez-vous vraiment supprimer <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/> ? Cela supprimera toutes les vidéos de cette chaîne, et vous ne pourrez plus créer de nouvelles chaînes avec le même nom (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>) !</target>
4424 <context-group name="null"> 4950 <context-group name="null">
4425 <context context-type="linenumber">1</context> 4951 <context context-type="linenumber">1</context>
4426 </context-group> 4952 </context-group>
4427 </trans-unit> 4953 </trans-unit>
4428 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2"> 4954 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
4429 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source> 4955 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
4430 <target>Chaîne vidéo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> supprimée.</target> 4956 <target>Merci de saisir le nom de la chaîne vidéos (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) pour confirmer</target>
4431 <context-group name="null"> 4957 <context-group name="null">
4432 <context context-type="linenumber">1</context> 4958 <context context-type="linenumber">1</context>
4433 </context-group> 4959 </context-group>
4434 </trans-unit> 4960 </trans-unit>
4435 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894"> 4961 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
4436 <source>My videos</source> 4962 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
4437 <target>Mes vidéos</target> 4963 <target>Chaîne vidéo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> supprimée.</target>
4438 <context-group name="null"> 4964 <context-group name="null">
4439 <context context-type="linenumber">1</context> 4965 <context context-type="linenumber">1</context>
4440 </context-group> 4966 </context-group>
4441 </trans-unit> 4967 </trans-unit>
4442 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd"> 4968 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d">
4443 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source> 4969 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source>
4444 <target>Souhaitez-vous vraiment supprimer <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vidéos ?</target> 4970 <target>Liste de lecture <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> créée.</target>
4445 <context-group name="null"> 4971 <context-group name="null">
4446 <context context-type="linenumber">1</context> 4972 <context context-type="linenumber">1</context>
4447 </context-group> 4973 </context-group>
4448 </trans-unit> 4974 </trans-unit>
4449 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83"> 4975 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d">
4450 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source> 4976 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source>
4451 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vidéos supprimées.</target> 4977 <target>Liste de lecture <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> mise à jour.</target>
4452 <context-group name="null"> 4978 <context-group name="null">
4453 <context context-type="linenumber">1</context> 4979 <context context-type="linenumber">1</context>
4454 </context-group> 4980 </context-group>
4455 </trans-unit> 4981 </trans-unit>
4456 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7"> 4982 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783">
4457 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source> 4983 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source>
4458 <target>Souhaitez-vous vraiment supprimer <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</target> 4984 <target>Souhaitez-vous vraiment supprimer <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> ?</target>
4459 <context-group name="null"> 4985 <context-group name="null">
4460 <context context-type="linenumber">1</context> 4986 <context context-type="linenumber">1</context>
4461 </context-group> 4987 </context-group>
4462 </trans-unit> 4988 </trans-unit>
4463 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118"> 4989 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86">
4464 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source> 4990 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source>
4465 <target>La vidéo <x id="INTERPOLATION" equiv-text="{{videoName}}"/> a été supprimée.</target> 4991 <target>Liste de lecture <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> supprimée.</target>
4466 <context-group name="null"> 4992 <context-group name="null">
4467 <context context-type="linenumber">1</context> 4993 <context context-type="linenumber">1</context>
4468 </context-group> 4994 </context-group>
4469 </trans-unit> 4995 </trans-unit>
4470 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 4996 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
4471 <source>Published</source> 4997 <source>My videos</source>
4472 <target>Publiée</target> 4998 <target>Mes vidéos</target>
4473 <context-group name="null"> 4999 <context-group name="null">
4474 <context context-type="linenumber">1</context> 5000 <context context-type="linenumber">1</context>
4475 </context-group> 5001 </context-group>
4476 </trans-unit> 5002 </trans-unit>
4477 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2"> 5003 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd">
4478 <source>Publication scheduled on </source> 5004 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source>
4479 <target>Publication programmée</target> 5005 <target>Souhaitez-vous vraiment supprimer <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vidéos ?</target>
4480 <context-group name="null"> 5006 <context-group name="null">
4481 <context context-type="linenumber">1</context> 5007 <context context-type="linenumber">1</context>
4482 </context-group> 5008 </context-group>
4483 </trans-unit> 5009 </trans-unit>
4484 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02"> 5010 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83">
4485 <source>Waiting transcoding</source> 5011 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source>
4486 <target>En attente d'encodage</target> 5012 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vidéos supprimées.</target>
4487 <context-group name="null"> 5013 <context-group name="null">
4488 <context context-type="linenumber">1</context> 5014 <context context-type="linenumber">1</context>
4489 </context-group> 5015 </context-group>
4490 </trans-unit> 5016 </trans-unit>
4491 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a"> 5017 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7">
4492 <source>To transcode</source> 5018 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source>
4493 <target>À transcoder</target> 5019 <target>Souhaitez-vous vraiment supprimer <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</target>
4494 <context-group name="null"> 5020 <context-group name="null">
4495 <context context-type="linenumber">1</context> 5021 <context context-type="linenumber">1</context>
4496 </context-group> 5022 </context-group>
4497 </trans-unit> 5023 </trans-unit>
4498 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392"> 5024 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118">
4499 <source>To import</source> 5025 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source>
4500 <target>à importer</target> 5026 <target>La vidéo <x id="INTERPOLATION" equiv-text="{{videoName}}"/> a été supprimée.</target>
4501 <context-group name="null"> 5027 <context-group name="null">
4502 <context context-type="linenumber">1</context> 5028 <context context-type="linenumber">1</context>
4503 </context-group> 5029 </context-group>
@@ -4509,16 +5035,16 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4509 <context context-type="linenumber">1</context> 5035 <context context-type="linenumber">1</context>
4510 </context-group> 5036 </context-group>
4511 </trans-unit> 5037 </trans-unit>
4512 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 5038 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
4513 <source>My library</source> 5039 <source>My channels</source>
4514 <target>Ma bibliot¨que</target> 5040 <target>Mes chaînes</target>
4515 <context-group name="null"> 5041 <context-group name="null">
4516 <context context-type="linenumber">1</context> 5042 <context context-type="linenumber">1</context>
4517 </context-group> 5043 </context-group>
4518 </trans-unit> 5044 </trans-unit>
4519 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 5045 <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2">
4520 <source>My channels</source> 5046 <source>My playlists</source>
4521 <target>Mes chaînes</target> 5047 <target>Mes listes de lecture</target>
4522 <context-group name="null"> 5048 <context-group name="null">
4523 <context context-type="linenumber">1</context> 5049 <context context-type="linenumber">1</context>
4524 </context-group> 5050 </context-group>
@@ -4686,13 +5212,6 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4686 <context context-type="linenumber">1</context> 5212 <context context-type="linenumber">1</context>
4687 </context-group> 5213 </context-group>
4688 </trans-unit> 5214 </trans-unit>
4689 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4690 <source>Error</source>
4691 <target>Erreur</target>
4692 <context-group name="null">
4693 <context context-type="linenumber">1</context>
4694 </context-group>
4695 </trans-unit>
4696 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 5215 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
4697 <source>You need to reconnect.</source> 5216 <source>You need to reconnect.</source>
4698 <target>Vous devez vous reconnecter.</target> 5217 <target>Vous devez vous reconnecter.</target>
@@ -4700,13 +5219,6 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4700 <context context-type="linenumber">1</context> 5219 <context context-type="linenumber">1</context>
4701 </context-group> 5220 </context-group>
4702 </trans-unit> 5221 </trans-unit>
4703 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4704 <source>Confirm</source>
4705 <target>Confirmer</target>
4706 <context-group name="null">
4707 <context context-type="linenumber">1</context>
4708 </context-group>
4709 </trans-unit>
4710 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452"> 5222 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
4711 <source>Keyboard Shortcuts:</source> 5223 <source>Keyboard Shortcuts:</source>
4712 <target>Raccourcis clavier :</target> 5224 <target>Raccourcis clavier :</target>
@@ -4714,13 +5226,6 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4714 <context context-type="linenumber">1</context> 5226 <context context-type="linenumber">1</context>
4715 </context-group> 5227 </context-group>
4716 </trans-unit> 5228 </trans-unit>
4717 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4718 <source>Info</source>
4719 <target>Info</target>
4720 <context-group name="null">
4721 <context context-type="linenumber">1</context>
4722 </context-group>
4723 </trans-unit>
4724 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba"> 5229 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
4725 <source>Success</source> 5230 <source>Success</source>
4726 <target>Réussite</target> 5231 <target>Réussite</target>
@@ -4833,6 +5338,90 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4833 <context context-type="linenumber">1</context> 5338 <context context-type="linenumber">1</context>
4834 </context-group> 5339 </context-group>
4835 </trans-unit> 5340 </trans-unit>
5341 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
5342 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
5343 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> ans</target>
5344 <context-group name="null">
5345 <context context-type="linenumber">1</context>
5346 </context-group>
5347 </trans-unit>
5348 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
5349 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
5350 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> mois</target>
5351 <context-group name="null">
5352 <context context-type="linenumber">1</context>
5353 </context-group>
5354 </trans-unit>
5355 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
5356 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
5357 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> mois</target>
5358 <context-group name="null">
5359 <context context-type="linenumber">1</context>
5360 </context-group>
5361 </trans-unit>
5362 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
5363 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
5364 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> semaines</target>
5365 <context-group name="null">
5366 <context context-type="linenumber">1</context>
5367 </context-group>
5368 </trans-unit>
5369 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
5370 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
5371 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> semaine</target>
5372 <context-group name="null">
5373 <context context-type="linenumber">1</context>
5374 </context-group>
5375 </trans-unit>
5376 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
5377 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
5378 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> jours</target>
5379 <context-group name="null">
5380 <context context-type="linenumber">1</context>
5381 </context-group>
5382 </trans-unit>
5383 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
5384 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
5385 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> jour</target>
5386 <context-group name="null">
5387 <context context-type="linenumber">1</context>
5388 </context-group>
5389 </trans-unit>
5390 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
5391 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
5392 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> heures</target>
5393 <context-group name="null">
5394 <context context-type="linenumber">1</context>
5395 </context-group>
5396 </trans-unit>
5397 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
5398 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
5399 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> heure</target>
5400 <context-group name="null">
5401 <context context-type="linenumber">1</context>
5402 </context-group>
5403 </trans-unit>
5404 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
5405 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
5406 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> min</target>
5407 <context-group name="null">
5408 <context context-type="linenumber">1</context>
5409 </context-group>
5410 </trans-unit>
5411 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
5412 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
5413 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> sec</target>
5414 <context-group name="null">
5415 <context context-type="linenumber">1</context>
5416 </context-group>
5417 </trans-unit>
5418 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
5419 <source>Confirm</source>
5420 <target>Confirmer</target>
5421 <context-group name="null">
5422 <context context-type="linenumber">1</context>
5423 </context-group>
5424 </trans-unit>
4836 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 5425 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
4837 <source>Instance name is required.</source> 5426 <source>Instance name is required.</source>
4838 <target>Le nom de l'instance est requis.</target> 5427 <target>Le nom de l'instance est requis.</target>
@@ -5003,7 +5592,7 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
5003 </trans-unit> 5592 </trans-unit>
5004 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149"> 5593 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149">
5005 <source>Username is required.</source> 5594 <source>Username is required.</source>
5006 <target>Le nom d'utilisateur est requis.</target> 5595 <target>Le nom d'utilisateur·rice est requis.</target>
5007 <context-group name="null"> 5596 <context-group name="null">
5008 <context context-type="linenumber">1</context> 5597 <context context-type="linenumber">1</context>
5009 </context-group> 5598 </context-group>
@@ -5169,6 +5758,13 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
5169 <context context-type="linenumber">1</context> 5758 <context context-type="linenumber">1</context>
5170 </context-group> 5759 </context-group>
5171 </trans-unit> 5760 </trans-unit>
5761 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
5762 <source>Report reason cannot be more than 3000 characters long.</source>
5763 <target>La raison du signalement ne doit pas être supérieur à 3000 caractères.</target>
5764 <context-group name="null">
5765 <context context-type="linenumber">1</context>
5766 </context-group>
5767 </trans-unit>
5172 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118"> 5768 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118">
5173 <source>Moderation comment is required.</source> 5769 <source>Moderation comment is required.</source>
5174 <target>Un commentaire de modération est requis.</target> 5770 <target>Un commentaire de modération est requis.</target>
@@ -5183,6 +5779,13 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
5183 <context context-type="linenumber">1</context> 5779 <context context-type="linenumber">1</context>
5184 </context-group> 5780 </context-group>
5185 </trans-unit> 5781 </trans-unit>
5782 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
5783 <source>Moderation comment cannot be more than 3000 characters long.</source>
5784 <target>Le commentaire de modération ne peut pas excéder 3000 caractères.</target>
5785 <context-group name="null">
5786 <context context-type="linenumber">1</context>
5787 </context-group>
5788 </trans-unit>
5186 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6"> 5789 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6">
5187 <source>The channel is required.</source> 5790 <source>The channel is required.</source>
5188 <target>La chaîne est requise.</target> 5791 <target>La chaîne est requise.</target>
@@ -5295,6 +5898,27 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
5295 <context context-type="linenumber">1</context> 5898 <context context-type="linenumber">1</context>
5296 </context-group> 5899 </context-group>
5297 </trans-unit> 5900 </trans-unit>
5901 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5902 <source>Display name cannot be more than 120 characters long.</source>
5903 <target>Le nom d'affichage ne peut pas faire plus de 120 caractères.</target>
5904 <context-group name="null">
5905 <context context-type="linenumber">1</context>
5906 </context-group>
5907 </trans-unit>
5908 <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c">
5909 <source>Privacy is required.</source>
5910 <target>Confidentialité requise.</target>
5911 <context-group name="null">
5912 <context context-type="linenumber">1</context>
5913 </context-group>
5914 </trans-unit>
5915 <trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c">
5916 <source>The channel is required when the playlist is public.</source>
5917 <target>La chaîne est requise quand la liste de lecture est public.</target>
5918 <context-group name="null">
5919 <context context-type="linenumber">1</context>
5920 </context-group>
5921 </trans-unit>
5298 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 5922 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
5299 <source>Video name is required.</source> 5923 <source>Video name is required.</source>
5300 <target>Le nom de la vidéo est requis.</target> 5924 <target>Le nom de la vidéo est requis.</target>
@@ -5386,16 +6010,16 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
5386 <context context-type="linenumber">1</context> 6010 <context context-type="linenumber">1</context>
5387 </context-group> 6011 </context-group>
5388 </trans-unit> 6012 </trans-unit>
5389 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4"> 6013 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
5390 <source>All unsaved data will be lost, are you sure you want to leave this page?</source> 6014 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
5391 <target>Toutes les données non sauvegardées seront perdues ; êtes-vous bien sûr·e de vouloir quitter cette page ?</target> 6015 <target>PeerTube ne peut pas gérer ce type de fichier. Les extensions acceptées sont <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target>
5392 <context-group name="null"> 6016 <context-group name="null">
5393 <context context-type="linenumber">1</context> 6017 <context context-type="linenumber">1</context>
5394 </context-group> 6018 </context-group>
5395 </trans-unit> 6019 </trans-unit>
5396 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01"> 6020 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4">
5397 <source>Warning</source> 6021 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
5398 <target>Attention</target> 6022 <target>Toutes les données non sauvegardées seront perdues ; êtes-vous bien sûr·e de vouloir quitter cette page ?</target>
5399 <context-group name="null"> 6023 <context-group name="null">
5400 <context context-type="linenumber">1</context> 6024 <context context-type="linenumber">1</context>
5401 </context-group> 6025 </context-group>
@@ -5722,135 +6346,100 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
5722 <context context-type="linenumber">1</context> 6346 <context context-type="linenumber">1</context>
5723 </context-group> 6347 </context-group>
5724 </trans-unit> 6348 </trans-unit>
5725 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411"> 6349 <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24">
5726 <source>Transcode your videos in multiple resolutions</source> 6350 <source>Hidden</source>
5727 <target>Encoder vos vidéos dans plusieurs résolutions</target> 6351 <target>Cacher</target>
5728 <context-group name="null"> 6352 <context-group name="null">
5729 <context context-type="linenumber">1</context> 6353 <context context-type="linenumber">1</context>
5730 </context-group> 6354 </context-group>
5731 </trans-unit> 6355 </trans-unit>
5732 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 6356 <trans-unit id="75cc14815746a90d424157080fc7efd3e2631654">
5733 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 6357 <source>Blurred with confirmation request</source>
5734 <target>Importation HTTP (YouTube, Vimeo, URL...)</target> 6358 <target>Flouter avec demande de confirmation</target>
5735 <context-group name="null">
5736 <context context-type="linenumber">1</context>
5737 </context-group>
5738 </trans-unit>
5739 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a">
5740 <source>Torrent import</source>
5741 <target>Importation de Torrent</target>
5742 <context-group name="null">
5743 <context context-type="linenumber">1</context>
5744 </context-group>
5745 </trans-unit>
5746 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
5747 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
5748 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target>
5749 <context-group name="null">
5750 <context context-type="linenumber">1</context>
5751 </context-group>
5752 </trans-unit>
5753 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24">
5754 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source>
5755 <target>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</target>
5756 <context-group name="null">
5757 <context context-type="linenumber">1</context>
5758 </context-group>
5759 </trans-unit>
5760 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86">
5761 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source>
5762 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos full HD</target>
5763 <context-group name="null"> 6359 <context-group name="null">
5764 <context context-type="linenumber">1</context> 6360 <context context-type="linenumber">1</context>
5765 </context-group> 6361 </context-group>
5766 </trans-unit> 6362 </trans-unit>
5767 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8"> 6363 <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105">
5768 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source> 6364 <source>Displayed</source>
5769 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos HD</target> 6365 <target>Afficher</target>
5770 <context-group name="null">
5771 <context context-type="linenumber">1</context>
5772 </context-group>
5773 </trans-unit>
5774 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5">
5775 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source>
5776 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos de qualité moyenne</target>
5777 <context-group name="null"> 6366 <context-group name="null">
5778 <context context-type="linenumber">1</context> 6367 <context context-type="linenumber">1</context>
5779 </context-group> 6368 </context-group>
5780 </trans-unit> 6369 </trans-unit>
5781 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d"> 6370 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c">
5782 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source> 6371 <source>User registration allowed</source>
5783 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> ans</target> 6372 <target>Création de compte autorisé</target>
5784 <context-group name="null"> 6373 <context-group name="null">
5785 <context context-type="linenumber">1</context> 6374 <context context-type="linenumber">1</context>
5786 </context-group> 6375 </context-group>
5787 </trans-unit> 6376 </trans-unit>
5788 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 6377 <trans-unit id="55e17373c208e821dbb43ed4f6da7d0c5b800cab">
5789 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 6378 <source>Video uploads require manual validation by moderators</source>
5790 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> mois</target> 6379 <target>La mise en ligne de vidéos requiert la validation par un modérateur</target>
5791 <context-group name="null"> 6380 <context-group name="null">
5792 <context context-type="linenumber">1</context> 6381 <context context-type="linenumber">1</context>
5793 </context-group> 6382 </context-group>
5794 </trans-unit> 6383 </trans-unit>
5795 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b"> 6384 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411">
5796 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source> 6385 <source>Transcode your videos in multiple resolutions</source>
5797 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> mois</target> 6386 <target>Encoder vos vidéos dans plusieurs résolutions</target>
5798 <context-group name="null"> 6387 <context-group name="null">
5799 <context context-type="linenumber">1</context> 6388 <context context-type="linenumber">1</context>
5800 </context-group> 6389 </context-group>
5801 </trans-unit> 6390 </trans-unit>
5802 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1"> 6391 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
5803 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source> 6392 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
5804 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> semaines</target> 6393 <target>Importation HTTP (YouTube, Vimeo, URL...)</target>
5805 <context-group name="null"> 6394 <context-group name="null">
5806 <context context-type="linenumber">1</context> 6395 <context context-type="linenumber">1</context>
5807 </context-group> 6396 </context-group>
5808 </trans-unit> 6397 </trans-unit>
5809 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e"> 6398 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a">
5810 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source> 6399 <source>Torrent import</source>
5811 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> semaine</target> 6400 <target>Importation de Torrent</target>
5812 <context-group name="null"> 6401 <context-group name="null">
5813 <context context-type="linenumber">1</context> 6402 <context context-type="linenumber">1</context>
5814 </context-group> 6403 </context-group>
5815 </trans-unit> 6404 </trans-unit>
5816 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7"> 6405 <trans-unit id="af80f4182e09341958e8706bd2b47ece61233eb5">
5817 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source> 6406 <source>P2P enabled</source>
5818 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> jours</target> 6407 <target>P2P activé</target>
5819 <context-group name="null"> 6408 <context-group name="null">
5820 <context context-type="linenumber">1</context> 6409 <context context-type="linenumber">1</context>
5821 </context-group> 6410 </context-group>
5822 </trans-unit> 6411 </trans-unit>
5823 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1"> 6412 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
5824 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source> 6413 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
5825 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> jour</target> 6414 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target>
5826 <context-group name="null"> 6415 <context-group name="null">
5827 <context context-type="linenumber">1</context> 6416 <context context-type="linenumber">1</context>
5828 </context-group> 6417 </context-group>
5829 </trans-unit> 6418 </trans-unit>
5830 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84"> 6419 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24">
5831 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source> 6420 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source>
5832 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> heures</target> 6421 <target>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</target>
5833 <context-group name="null"> 6422 <context-group name="null">
5834 <context context-type="linenumber">1</context> 6423 <context context-type="linenumber">1</context>
5835 </context-group> 6424 </context-group>
5836 </trans-unit> 6425 </trans-unit>
5837 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d"> 6426 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86">
5838 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source> 6427 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source>
5839 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> heure</target> 6428 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos full HD</target>
5840 <context-group name="null"> 6429 <context-group name="null">
5841 <context context-type="linenumber">1</context> 6430 <context context-type="linenumber">1</context>
5842 </context-group> 6431 </context-group>
5843 </trans-unit> 6432 </trans-unit>
5844 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a"> 6433 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8">
5845 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source> 6434 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source>
5846 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> min</target> 6435 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos HD</target>
5847 <context-group name="null"> 6436 <context-group name="null">
5848 <context context-type="linenumber">1</context> 6437 <context context-type="linenumber">1</context>
5849 </context-group> 6438 </context-group>
5850 </trans-unit> 6439 </trans-unit>
5851 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 6440 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5">
5852 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 6441 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source>
5853 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> sec</target> 6442 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos de qualité moyenne</target>
5854 <context-group name="null"> 6443 <context-group name="null">
5855 <context context-type="linenumber">1</context> 6444 <context context-type="linenumber">1</context>
5856 </context-group> 6445 </context-group>
@@ -6107,6 +6696,139 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
6107 <context context-type="linenumber">1</context> 6696 <context context-type="linenumber">1</context>
6108 </context-group> 6697 </context-group>
6109 </trans-unit> 6698 </trans-unit>
6699 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78">
6700 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source>
6701 <target>Vidéo supprimé de <x id="INTERPOLATION" equiv-text="{{name}}"/></target>
6702 <context-group name="null">
6703 <context context-type="linenumber">1</context>
6704 </context-group>
6705 </trans-unit>
6706 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de">
6707 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source>
6708 <target>Vidéo ajouté dans <x id="INTERPOLATION" equiv-text="{{n}}"/> à la seconde <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target>
6709 <context-group name="null">
6710 <context context-type="linenumber">1</context>
6711 </context-group>
6712 </trans-unit>
6713 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f">
6714 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source>
6715 <target>Vidéo ajouté dans <x id="INTERPOLATION" equiv-text="{{n}}"/></target>
6716 <context-group name="null">
6717 <context context-type="linenumber">1</context>
6718 </context-group>
6719 </trans-unit>
6720 <trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8">
6721 <source>Timestamps updated</source>
6722 <target>Horodatage mise à jour.</target>
6723 <context-group name="null">
6724 <context context-type="linenumber">1</context>
6725 </context-group>
6726 </trans-unit>
6727 <trans-unit id="28d23ed47149ffd34c2ebd58bfeb4601649c784f">
6728 <source>Starts at </source>
6729 <target>Démarre à</target>
6730 <context-group name="null">
6731 <context context-type="linenumber">1</context>
6732 </context-group>
6733 </trans-unit>
6734 <trans-unit id="1e40e4317900075588705bc4084fda4b2ddb3372">
6735 <source>Stops at </source>
6736 <target>Fini à</target>
6737 <context-group name="null">
6738 <context context-type="linenumber">1</context>
6739 </context-group>
6740 </trans-unit>
6741 <trans-unit id="1b8201c470a1635cc9beab9adb90eabd19fc9691">
6742 <source> and stops at </source>
6743 <target>et s'arrête à</target>
6744 <context-group name="null">
6745 <context context-type="linenumber">1</context>
6746 </context-group>
6747 </trans-unit>
6748 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
6749 <source>Video blacklisted.</source>
6750 <target>Vidéo mise sur liste noire.</target>
6751 <context-group name="null">
6752 <context context-type="linenumber">1</context>
6753 </context-group>
6754 </trans-unit>
6755 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
6756 <source>Copied</source>
6757 <target>Copié</target>
6758 <context-group name="null">
6759 <context context-type="linenumber">1</context>
6760 </context-group>
6761 </trans-unit>
6762 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
6763 <source>Video reported.</source>
6764 <target>Vidéo signalée.</target>
6765 <context-group name="null">
6766 <context context-type="linenumber">1</context>
6767 </context-group>
6768 </trans-unit>
6769 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
6770 <source>Do you really want to delete this video?</source>
6771 <target>Êtes-vous bien sûr·e de vouloir supprimer cette vidéo ?</target>
6772 <context-group name="null">
6773 <context context-type="linenumber">1</context>
6774 </context-group>
6775 </trans-unit>
6776 <trans-unit id="0f829293d953936450158c2dd7b483d6b960ed2b">
6777 <source>Save to playlist</source>
6778 <target>Sauvegarder dans la liste de lecture</target>
6779 <context-group name="null">
6780 <context context-type="linenumber">1</context>
6781 </context-group>
6782 </trans-unit>
6783 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
6784 <source>Blacklist</source>
6785 <target>Mettre sur liste noire</target>
6786 <context-group name="null">
6787 <context context-type="linenumber">1</context>
6788 </context-group>
6789 </trans-unit>
6790 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
6791 <source>Report</source>
6792 <target>Signaler</target>
6793 <context-group name="null">
6794 <context context-type="linenumber">1</context>
6795 </context-group>
6796 </trans-unit>
6797 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
6798 <source>Published</source>
6799 <target>Publiée</target>
6800 <context-group name="null">
6801 <context context-type="linenumber">1</context>
6802 </context-group>
6803 </trans-unit>
6804 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
6805 <source>Publication scheduled on </source>
6806 <target>Publication programmée</target>
6807 <context-group name="null">
6808 <context context-type="linenumber">1</context>
6809 </context-group>
6810 </trans-unit>
6811 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
6812 <source>Waiting transcoding</source>
6813 <target>En attente d'encodage</target>
6814 <context-group name="null">
6815 <context context-type="linenumber">1</context>
6816 </context-group>
6817 </trans-unit>
6818 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
6819 <source>To transcode</source>
6820 <target>À transcoder</target>
6821 <context-group name="null">
6822 <context context-type="linenumber">1</context>
6823 </context-group>
6824 </trans-unit>
6825 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
6826 <source>To import</source>
6827 <target>À importer</target>
6828 <context-group name="null">
6829 <context context-type="linenumber">1</context>
6830 </context-group>
6831 </trans-unit>
6110 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 6832 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
6111 <source>Only I can see this video</source> 6833 <source>Only I can see this video</source>
6112 <target>Seul moi peut voir cette vidéo</target> 6834 <target>Seul moi peut voir cette vidéo</target>
@@ -6198,6 +6920,13 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
6198 <context context-type="linenumber">1</context> 6920 <context context-type="linenumber">1</context>
6199 </context-group> 6921 </context-group>
6200 </trans-unit> 6922 </trans-unit>
6923 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
6924 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
6925 <target>Vous n'avez pas sauvegardé vos modifications ! Si vous quittez la page, vous les perdrez.</target>
6926 <context-group name="null">
6927 <context context-type="linenumber">1</context>
6928 </context-group>
6929 </trans-unit>
6201 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187"> 6930 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
6202 <source>Video updated.</source> 6931 <source>Video updated.</source>
6203 <target>Vidéo mise à jour.</target> 6932 <target>Vidéo mise à jour.</target>
@@ -6212,30 +6941,16 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
6212 <context context-type="linenumber">1</context> 6941 <context context-type="linenumber">1</context>
6213 </context-group> 6942 </context-group>
6214 </trans-unit> 6943 </trans-unit>
6215 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3"> 6944 <trans-unit id="f18ffad7896788364e69a9ac6a376c84f54c58f7">
6216 <source>Video blacklisted.</source> 6945 <source> The deletion will be sent to remote instances so they remove the comment too.</source>
6217 <target>Vidéo mise sur liste noire.</target> 6946 <target>La suppression sera envoyé aux instances distantes pour qu'elles suppriment aussi le commentaire.</target>
6218 <context-group name="null">
6219 <context context-type="linenumber">1</context>
6220 </context-group>
6221 </trans-unit>
6222 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
6223 <source>Copied</source>
6224 <target>Copié</target>
6225 <context-group name="null">
6226 <context context-type="linenumber">1</context>
6227 </context-group>
6228 </trans-unit>
6229 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
6230 <source>Video reported.</source>
6231 <target>Vidéo signalée.</target>
6232 <context-group name="null"> 6947 <context-group name="null">
6233 <context context-type="linenumber">1</context> 6948 <context context-type="linenumber">1</context>
6234 </context-group> 6949 </context-group>
6235 </trans-unit> 6950 </trans-unit>
6236 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f"> 6951 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
6237 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source> 6952 <source> It is a remote comment, so the deletion will only be effective on your instance.</source>
6238 <target>Démarrer à <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target> 6953 <target>C'est un commentaire distant, la suppression ne sera effectif que sur votre instance.</target>
6239 <context-group name="null"> 6954 <context-group name="null">
6240 <context context-type="linenumber">1</context> 6955 <context context-type="linenumber">1</context>
6241 </context-group> 6956 </context-group>
@@ -6254,13 +6969,6 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
6254 <context context-type="linenumber">1</context> 6969 <context context-type="linenumber">1</context>
6255 </context-group> 6970 </context-group>
6256 </trans-unit> 6971 </trans-unit>
6257 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
6258 <source>Do you really want to delete this video?</source>
6259 <target>Êtes-vous bien sûr·e de vouloir supprimer cette vidéo ?</target>
6260 <context-group name="null">
6261 <context context-type="linenumber">1</context>
6262 </context-group>
6263 </trans-unit>
6264 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 6972 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
6265 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source> 6973 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
6266 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> j'aime / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> je n'aime pas</target> 6974 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> j'aime / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> je n'aime pas</target>
@@ -6282,6 +6990,34 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
6282 <context context-type="linenumber">1</context> 6990 <context context-type="linenumber">1</context>
6283 </context-group> 6991 </context-group>
6284 </trans-unit> 6992 </trans-unit>
6993 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
6994 <source>Trending for the last 24 hours</source>
6995 <target>Tendances des dernières 24 heures</target>
6996 <context-group name="null">
6997 <context context-type="linenumber">1</context>
6998 </context-group>
6999 </trans-unit>
7000 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e">
7001 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source>
7002 <target>Les vidéos Tendances sont celles qui ont été vues le plus grand nombre de fois dans les dernières 24 heures.</target>
7003 <context-group name="null">
7004 <context context-type="linenumber">1</context>
7005 </context-group>
7006 </trans-unit>
7007 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
7008 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
7009 <target>Tendances pour les <x id="INTERPOLATION" equiv-text="{{days}}"/> dernières journées.</target>
7010 <context-group name="null">
7011 <context context-type="linenumber">1</context>
7012 </context-group>
7013 </trans-unit>
7014 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509">
7015 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
7016 <target>Les vidéos Tendances sont celles qui ont été vues le plus grand nombre de fois dans les <x id="INTERPOLATION" equiv-text="{{days}}"/> dernières journées.</target>
7017 <context-group name="null">
7018 <context context-type="linenumber">1</context>
7019 </context-group>
7020 </trans-unit>
6285 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 7021 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
6286 <source>Videos from your subscriptions</source> 7022 <source>Videos from your subscriptions</source>
6287 <target>Vidéos issues de vos abonnements</target> 7023 <target>Vidéos issues de vos abonnements</target>
diff --git a/client/src/locale/target/angular_gd.xml b/client/src/locale/target/angular_gd.xml
new file mode 100644
index 000000000..77538bd99
--- /dev/null
+++ b/client/src/locale/target/angular_gd.xml
@@ -0,0 +1,5235 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="gd">
5 <body>
6 <trans-unit id="ngb.alert.close">
7 <source>Close</source>
8 <target>Dùin</target>
9 <context-group name="null">
10 <context context-type="linenumber">2</context>
11 </context-group>
12 </trans-unit>
13 <trans-unit id="ngb.carousel.previous">
14 <source>Previous</source>
15 <target>Air ais</target>
16 <context-group name="null">
17 <context context-type="linenumber">13</context>
18 </context-group>
19 </trans-unit>
20 <trans-unit id="ngb.carousel.next">
21 <source>Next</source>
22 <target>Air adhart</target>
23 <context-group name="null">
24 <context context-type="linenumber">17</context>
25 </context-group>
26 </trans-unit>
27 <trans-unit id="ngb.datepicker.previous-month">
28 <source>Previous month</source>
29 <target>Am mìos roimhe</target>
30 <context-group name="null">
31 <context context-type="linenumber">5</context>
32 </context-group>
33 </trans-unit>
34 <trans-unit id="ngb.datepicker.next-month">
35 <source>Next month</source>
36 <target>An ath mhìos</target>
37 <context-group name="null">
38 <context context-type="linenumber">27</context>
39 </context-group>
40 </trans-unit>
41 <trans-unit id="ngb.datepicker.select-month">
42 <source>Select month</source>
43 <target>Tagh mìos</target>
44 <context-group name="null">
45 <context context-type="linenumber">7</context>
46 </context-group>
47 </trans-unit>
48 <trans-unit id="ngb.datepicker.select-year">
49 <source>Select year</source>
50 <target>Tagh bliadhna</target>
51 <context-group name="null">
52 <context context-type="linenumber">16</context>
53 </context-group>
54 </trans-unit>
55 <trans-unit id="ngb.pagination.first">
56 <source>««</source>
57 <target>««</target>
58 <context-group name="null">
59 <context context-type="linenumber">2</context>
60 </context-group>
61 </trans-unit>
62 <trans-unit id="ngb.pagination.previous">
63 <source>«</source>
64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
79 <context-group name="null">
80 <context context-type="linenumber">5</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.first-aria">
84 <source>First</source>
85 <target>A’ chiad fhear</target>
86 <context-group name="null">
87 <context context-type="linenumber">14</context>
88 </context-group>
89 </trans-unit>
90 <trans-unit id="ngb.pagination.previous-aria">
91 <source>Previous</source>
92 <target>Air ais</target>
93 <context-group name="null">
94 <context context-type="linenumber">23</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.next-aria">
98 <source>Next</source>
99 <target>Air adhart</target>
100 <context-group name="null">
101 <context context-type="linenumber">41</context>
102 </context-group>
103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source>
106 <target>Am fear mu dheireadh</target>
107 <context-group name="null">
108 <context context-type="linenumber">49</context>
109 </context-group>
110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value">
112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
113 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
114 <context-group name="null">
115 <context context-type="linenumber">6</context>
116 </context-group>
117 </trans-unit>
118 <trans-unit id="ngb.timepicker.increment-hours">
119 <source>Increment hours</source>
120 <target>Meudaich na h-uairean</target>
121 <context-group name="null">
122 <context context-type="linenumber">9</context>
123 </context-group>
124 </trans-unit>
125 <trans-unit id="ngb.timepicker.HH">
126 <source>HH</source>
127 <target>HH</target>
128 <context-group name="null">
129 <context context-type="linenumber">12</context>
130 </context-group>
131 </trans-unit>
132 <trans-unit id="ngb.timepicker.hours">
133 <source>Hours</source>
134 <target>Uairean a thìde</target>
135 <context-group name="null">
136 <context context-type="linenumber">14</context>
137 </context-group>
138 </trans-unit>
139 <trans-unit id="ngb.timepicker.decrement-hours">
140 <source>Decrement hours</source>
141 <target>Lughdaich na h-uairean</target>
142 <context-group name="null">
143 <context context-type="linenumber">20</context>
144 </context-group>
145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source>
148 <target>Meudaich na mionaidean</target>
149 <context-group name="null">
150 <context context-type="linenumber">29</context>
151 </context-group>
152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source>
155 <target>MM</target>
156 <context-group name="null">
157 <context context-type="linenumber">32</context>
158 </context-group>
159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source>
162 <target>Mionaidean</target>
163 <context-group name="null">
164 <context context-type="linenumber">34</context>
165 </context-group>
166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source>
169 <target>Lughdaich na mionaidean</target>
170 <context-group name="null">
171 <context context-type="linenumber">40</context>
172 </context-group>
173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source>
176 <target>Meudaich na diogan</target>
177 <context-group name="null">
178 <context context-type="linenumber">49</context>
179 </context-group>
180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source>
183 <target>SS</target>
184 <context-group name="null">
185 <context context-type="linenumber">52</context>
186 </context-group>
187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source>
190 <target>Diogan</target>
191 <context-group name="null">
192 <context context-type="linenumber">54</context>
193 </context-group>
194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source>
197 <target>Lùghdaich na diogan</target>
198 <context-group name="null">
199 <context context-type="linenumber">60</context>
200 </context-group>
201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source>
204 <target>f</target>
205 <context-group name="null">
206 <context context-type="linenumber">68</context>
207 </context-group>
208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source>
211 <target>m</target>
212 <context-group name="null">
213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source><target>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target><context-group name="null">
218 <context context-type="linenumber">11</context>
219 </context-group>
220 </trans-unit>
221 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
222 <source>You don't have notifications.</source>
223 <target>Cha d’ fhuair thu brath.</target>
224 <context-group name="null">
225 <context context-type="linenumber">1</context>
226 </context-group>
227 </trans-unit>
228 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
229 <source>
230 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
231
232 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
233 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
234 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
235 </source>
236 <target> </target>
237 <context-group name="null">
238 <context context-type="linenumber">7</context>
239 </context-group>
240 </trans-unit>
241 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
242 <source>
243 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
244
245 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
246 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
247 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
248 </source>
249 <target> </target>
250 <context-group name="null">
251 <context context-type="linenumber">15</context>
252 </context-group>
253 </trans-unit>
254 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
255 <source>
256 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
257
258 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
259 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
260 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
261 </source>
262 <target> </target>
263 <context-group name="null">
264 <context context-type="linenumber">23</context>
265 </context-group>
266 </trans-unit>
267 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
268 <source>
269 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
270
271 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
272 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
273 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
274 </source>
275 <target> </target>
276 <context-group name="null">
277 <context context-type="linenumber">31</context>
278 </context-group>
279 </trans-unit>
280 <trans-unit id="3442afd9696d6abcd9210b2cb3cdfb969667ca01">
281 <source>
282 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
283
284 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
285 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
286 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
287 </source>
288 <target> </target>
289 <context-group name="null">
290 <context context-type="linenumber">39</context>
291 </context-group>
292 </trans-unit>
293 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
294 <source>
295 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
296
297 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
298 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
299 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
300 </source>
301 <target> </target>
302 <context-group name="null">
303 <context context-type="linenumber">47</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
307 <source>
308 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target> </target>
315 <context-group name="null">
316 <context context-type="linenumber">55</context>
317 </context-group>
318 </trans-unit>
319 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
320 <source>
321 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
322
323 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
324 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
325 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
326 </source>
327 <target> </target>
328 <context-group name="null">
329 <context context-type="linenumber">63</context>
330 </context-group>
331 </trans-unit>
332 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
333 <source>
334 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </source>
340 <target> </target>
341 <context-group name="null">
342 <context context-type="linenumber">71</context>
343 </context-group>
344 </trans-unit>
345 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
346 <source>
347 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
348
349 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
350 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
351 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
352 </source>
353 <target> </target>
354 <context-group name="null">
355 <context context-type="linenumber">79</context>
356 </context-group>
357 </trans-unit>
358 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
359 <source>
360 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
361
362 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
363 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
364
365 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
366 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
367 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
368 </source>
369 <target> </target>
370 <context-group name="null">
371 <context context-type="linenumber">87</context>
372 </context-group>
373 </trans-unit>
374 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
375 <source>
376 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
377
378 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
379 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
380 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
381 </source>
382 <target> </target>
383 <context-group name="null">
384 <context context-type="linenumber">98</context>
385 </context-group>
386 </trans-unit>
387 <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566">
388 <source>Save to</source>
389 <target>Sàbhail gu</target>
390 <context-group name="null">
391 <context context-type="linenumber">4</context>
392 </context-group>
393 </trans-unit>
394 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f">
395 <source>Options</source>
396 <target>Roghainnean</target>
397 <context-group name="null">
398 <context context-type="linenumber">9</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
402 <source>Start at</source>
403 <target>Tòisich aig</target>
404 <context-group name="null">
405 <context context-type="linenumber">12</context>
406 </context-group>
407 </trans-unit>
408 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
409 <source>Stop at</source>
410 <target>Cuir ’na stad aig</target>
411 <context-group name="null">
412 <context context-type="linenumber">54</context>
413 </context-group>
414 </trans-unit>
415 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
416 <source>Display name</source>
417 <target>Ainm taisbeanaidh</target>
418 <context-group name="null">
419 <context context-type="linenumber">6</context>
420 </context-group>
421 </trans-unit>
422 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
423 <source>Create</source>
424 <target>Cruthaich</target>
425 <context-group name="null">
426 <context context-type="linenumber">74</context>
427 </context-group>
428 </trans-unit>
429 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
430 <source>Download video</source><target>Download video</target><context-group name="null">
431 <context context-type="linenumber">3</context>
432 </context-group>
433 </trans-unit>
434 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
435 <source>Direct download</source><target>Direct download</target><context-group name="null">
436 <context context-type="linenumber">27</context>
437 </context-group>
438 </trans-unit>
439 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
440 <source>Torrent (.torrent file)</source><target>Torrent (.torrent file)</target><context-group name="null">
441 <context context-type="linenumber">32</context>
442 </context-group>
443 </trans-unit>
444 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
445 <source>Torrent (magnet link)</source><target>Torrent (magnet link)</target><context-group name="null">
446 <context context-type="linenumber">37</context>
447 </context-group>
448 </trans-unit>
449 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
450 <source>
451 Cancel
452 </source>
453 <target> </target>
454 <context-group name="null">
455 <context context-type="linenumber">47</context>
456 </context-group>
457 </trans-unit>
458 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
459 <source>Download</source><target>Download</target><context-group name="null">
460 <context context-type="linenumber">48</context>
461 </context-group>
462 </trans-unit>
463 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
464 <source>Report video</source><target>Report video</target><context-group name="null">
465 <context context-type="linenumber">3</context>
466 </context-group>
467 </trans-unit>
468 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
469 <source>
470 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
471 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
472 </source>
473 <target> </target>
474 <context-group name="null">
475 <context context-type="linenumber">9</context>
476 </context-group>
477 </trans-unit>
478 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
479 <source>Reason...</source>
480 <target>Adhbhar…</target>
481 <context-group name="null">
482 <context context-type="linenumber">11</context>
483 </context-group>
484 </trans-unit>
485 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
486 <source>
487 Cancel
488 </source>
489 <target>
490 Sguir dheth
491 </target>
492 <context-group name="null">
493 <context context-type="linenumber">38</context>
494 </context-group>
495 </trans-unit>
496 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
497 <source>Submit</source>
498 <target>Cuir a-null</target>
499 <context-group name="null">
500 <context context-type="linenumber">29</context>
501 </context-group>
502 </trans-unit>
503 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
504 <source>Blacklist video</source><target>Blacklist video</target><context-group name="null">
505 <context context-type="linenumber">3</context>
506 </context-group>
507 </trans-unit>
508 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
509 <source>Unfederate the video (ask for its deletion from the remote instances)</source><target>Unfederate the video (ask for its deletion from the remote instances)</target><context-group name="null">
510 <context context-type="linenumber">21</context>
511 </context-group>
512 </trans-unit>
513 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
514 <source>Unlisted</source>
515 <target>Do-lorg</target>
516 <context-group name="null">
517 <context context-type="linenumber">17</context>
518 </context-group>
519 </trans-unit>
520 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
521 <source>Private</source>
522 <target>Prìobhaideach</target>
523 <context-group name="null">
524 <context context-type="linenumber">18</context>
525 </context-group>
526 </trans-unit>
527 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
528 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target><context-group name="null">
529 <context context-type="linenumber">22</context>
530 </context-group>
531 </trans-unit>
532 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
533 <source>Blacklisted</source><target>Blacklisted</target><context-group name="null">
534 <context context-type="linenumber">39</context>
535 </context-group>
536 </trans-unit>
537 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
538 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target><context-group name="null">
539 <context context-type="linenumber">9</context>
540 </context-group>
541 </trans-unit>
542 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
543 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source><target>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target><context-group name="null">
544 <context context-type="linenumber">29</context>
545 </context-group>
546 </trans-unit>
547 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
548 <source>Edit starts/stops at</source>
549 <target>Tha toiseach/deireadh an deasachaidh aig</target>
550 <context-group name="null">
551 <context context-type="linenumber">33</context>
552 </context-group>
553 </trans-unit>
554 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
555 <source>Save</source>
556 <target>Sàbhail</target>
557 <context-group name="null">
558 <context context-type="linenumber">117</context>
559 </context-group>
560 </trans-unit>
561 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
562 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
563 <target>Sguab às o <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
564 <context-group name="null">
565 <context context-type="linenumber">69</context>
566 </context-group>
567 </trans-unit>
568 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
569 <source>No results.</source>
570 <target>Chan eil toradh ann.</target>
571 <context-group name="null">
572 <context context-type="linenumber">20</context>
573 </context-group>
574 </trans-unit>
575 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
576 <source>Delete</source>
577 <target>Sguab às</target>
578 <context-group name="null">
579 <context context-type="linenumber">15</context>
580 </context-group>
581 </trans-unit>
582 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
583 <source>Edit</source>
584 <target>Deasaich</target>
585 <context-group name="null">
586 <context context-type="linenumber">1</context>
587 </context-group>
588 </trans-unit>
589 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
590 <source>Truncated preview</source>
591 <target>Ro-shealladh goirid</target>
592 <context-group name="null">
593 <context context-type="linenumber">9</context>
594 </context-group>
595 </trans-unit>
596 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196">
597 <source>Complete preview</source>
598 <target>Ro-shealladh slàn</target>
599 <context-group name="null">
600 <context context-type="linenumber">13</context>
601 </context-group>
602 </trans-unit>
603 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f">
604 <source>Get help</source>
605 <target>Faigh cobhair</target>
606 <context-group name="null">
607 <context context-type="linenumber">19</context>
608 </context-group>
609 </trans-unit>
610 <trans-unit id="450025269732888db1f04cfe6033843110ab65ee">
611 <source>
612 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
613 Subscribe
614 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
615 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
616 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
617 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
618 </source>
619 <target> </target>
620 <context-group name="null">
621 <context context-type="linenumber">5</context>
622 </context-group>
623 </trans-unit>
624 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
625 <source>
626 Unsubscribe
627 </source>
628 <target>
629 Cuir crìoch air an fho-sgrìobhadh
630 </target>
631 <context-group name="null">
632 <context context-type="linenumber">18</context>
633 </context-group>
634 </trans-unit>
635 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
636 <source>Using an ActivityPub account</source>
637 <target>A’ chleachdadh cunntas ActivityPub</target>
638 <context-group name="null">
639 <context context-type="linenumber">36</context>
640 </context-group>
641 </trans-unit>
642 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
643 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
644 <target>Fo-sgrìobh le cunntas air <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
645 <context-group name="null">
646 <context context-type="linenumber">39</context>
647 </context-group>
648 </trans-unit>
649 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
650 <source>Subscribe with your local account</source>
651 <target>Fo-sgrìobh leis a’ chunntas ionadail agad</target>
652 <context-group name="null">
653 <context context-type="linenumber">40</context>
654 </context-group>
655 </trans-unit>
656 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
657 <source>Subscribe with a Mastodon account:</source>
658 <target>Fo-sgrìobh le cunntas Mastodon:</target>
659 <context-group name="null">
660 <context context-type="linenumber">43</context>
661 </context-group>
662 </trans-unit>
663 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
664 <source>Using a syndication feed</source>
665 <target>A’ cleachdadh inbhir siondacaididh</target>
666 <context-group name="null">
667 <context context-type="linenumber">48</context>
668 </context-group>
669 </trans-unit>
670 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
671 <source>Subscribe via RSS</source>
672 <target>Fo-sgrìobh le RSS</target>
673 <context-group name="null">
674 <context context-type="linenumber">49</context>
675 </context-group>
676 </trans-unit>
677 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
678 <source>
679 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
680 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
681 </source>
682 <target> </target>
683 <context-group name="null">
684 <context context-type="linenumber">10</context>
685 </context-group>
686 </trans-unit>
687 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
688 <source>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.</source><target>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.</target><context-group name="null">
689 <context context-type="linenumber">17</context>
690 </context-group>
691 </trans-unit>
692 <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a">
693 <source>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.</source><target>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.</target><context-group name="null">
694 <context context-type="linenumber">22</context>
695 </context-group>
696 </trans-unit>
697 <trans-unit id="2350869d835dfca2643c32e0ef1f5e35dc64f64b">
698 <source>Default NSFW/sensitive videos policy (can be redefined by the users)</source><target>Default NSFW/sensitive videos policy (can be redefined by the users)</target><context-group name="null">
699 <context context-type="linenumber">5</context>
700 </context-group>
701 </trans-unit>
702 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
703 <source>Video quota</source>
704 <target>Cuota de videothan</target>
705 <context-group name="null">
706 <context context-type="linenumber">42</context>
707 </context-group>
708 </trans-unit>
709 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
710 <source>
711 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
712 </source>
713 <target> </target>
714 <context-group name="null">
715 <context context-type="linenumber">28</context>
716 </context-group>
717 </trans-unit>
718 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
719 <source>Ban</source>
720 <target>Toirmisg</target>
721 <context-group name="null">
722 <context context-type="linenumber">3</context>
723 </context-group>
724 </trans-unit>
725 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
726 <source>
727 A banned user will no longer be able to login.
728 </source>
729 <target>
730 Chan urrainn do chleachdaiche a chaidh a thoirmeasg clàradh a-steach tuilleadh.
731 </target>
732 <context-group name="null">
733 <context context-type="linenumber">18</context>
734 </context-group>
735 </trans-unit>
736 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
737 <source>Cancel</source>
738 <target>Sguir dheth</target>
739 <context-group name="null">
740 <context context-type="linenumber">10</context>
741 </context-group>
742 </trans-unit>
743 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
744 <source>Ban this user</source>
745 <target>Toirmisg an cleachdaiche seo</target>
746 <context-group name="null">
747 <context context-type="linenumber">26</context>
748 </context-group>
749 </trans-unit>
750 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
751 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
752 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
753 <context-group name="null">
754 <context context-type="linenumber">11</context>
755 </context-group>
756 </trans-unit>
757 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
758 <source>
759 Login
760 </source>
761 <target>
762 Clàraich a-steach
763 </target>
764 <context-group name="null">
765 <context context-type="linenumber">2</context>
766 </context-group>
767 </trans-unit>
768 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
769 <source>Request new verification email.</source>
770 <target>Iarr post-d dearbhaidh ùr.</target>
771 <context-group name="null">
772 <context context-type="linenumber">12</context>
773 </context-group>
774 </trans-unit>
775 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
776 <source>User</source>
777 <target>Cleachdaiche</target>
778 <context-group name="null">
779 <context context-type="linenumber">13</context>
780 </context-group>
781 </trans-unit>
782 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
783 <source>Username or email address</source>
784 <target>Ainm-cleachdaiche no seòladh puist-d</target>
785 <context-group name="null">
786 <context context-type="linenumber">15</context>
787 </context-group>
788 </trans-unit>
789 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87">
790 <source>
791 or create an account
792 </source>
793 <target>
794 no cruthaich cunntas
795 </target>
796 <context-group name="null">
797 <context context-type="linenumber">18</context>
798 </context-group>
799 </trans-unit>
800 <trans-unit id="d6290381021b16febc426d3e3a52dda83991ce0b">
801 <source>
802 or create an account on another instance
803 </source>
804 <target>
805 no cruthaich cunntas air ionstans eile
806 </target>
807 <context-group name="null">
808 <context context-type="linenumber">22</context>
809 </context-group>
810 </trans-unit>
811 <trans-unit id="76e1f485e6ead4c84b606f46d413878881d66ad3">
812 <source>User registration is not allowed on this instance, but you can register on many others!</source>
813 <target>Cha cheadaich an t-ionstans seo clàradh ach ’s urrainn dhut clàradh air iomadh dhuibh eile!</target>
814 <context-group name="null">
815 <context context-type="linenumber">28</context>
816 </context-group>
817 </trans-unit>
818 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
819 <source>Password</source>
820 <target>Facal-faire </target>
821 <context-group name="null">
822 <context context-type="linenumber">13</context>
823 </context-group>
824 </trans-unit>
825 <trans-unit id="b87e81682959464211443afc3e23c506865d2eda">
826 <source>I forgot my password</source>
827 <target>Dìochuimhnich mi am facal-faire agam</target>
828 <context-group name="null">
829 <context context-type="linenumber">44</context>
830 </context-group>
831 </trans-unit>
832 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
833 <source>Login</source>
834 <target>Clàraich a-steach</target>
835 <context-group name="null">
836 <context context-type="linenumber">32</context>
837 </context-group>
838 </trans-unit>
839 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
840 <source>Forgot your password</source>
841 <target>Na dhìochuimhnich thu am facal-faire agad?</target>
842 <context-group name="null">
843 <context context-type="linenumber">57</context>
844 </context-group>
845 </trans-unit>
846 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
847 <source>
848 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
849 </source>
850 <target>
851 Tha sinn duilich ach chan urrainn dhut am facal-faire agad aiseag air sgàth ’s nach do rèitich rianaire an ionstans seo siostam puist-d PeerTube.
852 </target>
853 <context-group name="null">
854 <context context-type="linenumber">64</context>
855 </context-group>
856 </trans-unit>
857 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
858 <source>Email</source>
859 <target>Post-d</target>
860 <context-group name="null">
861 <context context-type="linenumber">8</context>
862 </context-group>
863 </trans-unit>
864 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
865 <source>Email address</source>
866 <target>Seòladh puist-d</target>
867 <context-group name="null">
868 <context context-type="linenumber">10</context>
869 </context-group>
870 </trans-unit>
871 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
872 <source>Send me an email to reset my password</source>
873 <target>Cuir post-d thugam ach an ath-shuidhichinn am facal-faire agam</target>
874 <context-group name="null">
875 <context context-type="linenumber">81</context>
876 </context-group>
877 </trans-unit>
878 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
879 <source>
880 Reset my password
881 </source>
882 <target>
883 Ath-shuidhich am facal-faire agam
884 </target>
885 <context-group name="null">
886 <context context-type="linenumber">2</context>
887 </context-group>
888 </trans-unit>
889 <trans-unit id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
890 <source>Confirm password</source>
891 <target>Dearbh am facal-faire</target>
892 <context-group name="null">
893 <context context-type="linenumber">19</context>
894 </context-group>
895 </trans-unit>
896 <trans-unit id="3652e5c6e33165264d5271d06cc04ab7123b6df1">
897 <source>Confirmed password</source>
898 <target>Chaidh am facal-faire a dhearbhadh</target>
899 <context-group name="null">
900 <context context-type="linenumber">21</context>
901 </context-group>
902 </trans-unit>
903 <trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3">
904 <source>Reset my password</source>
905 <target>Ath-shuidhich am facal-faire agam</target>
906 <context-group name="null">
907 <context context-type="linenumber">29</context>
908 </context-group>
909 </trans-unit>
910 <trans-unit id="4499806949402133d08a5029cb5462c5ea25336d">
911 <source>
912 Create an account
913 </source>
914 <target>
915 Cruthaich cunntas
916 </target>
917 <context-group name="null">
918 <context context-type="linenumber">3</context>
919 </context-group>
920 </trans-unit>
921 <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
922 <source>Username</source>
923 <target>Ainm-cleachdaiche</target>
924 <context-group name="null">
925 <context context-type="linenumber">8</context>
926 </context-group>
927 </trans-unit>
928 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3">
929 <source>Example: jane_doe</source>
930 <target>Ball-eisimpleir: mac_màthair</target>
931 <context-group name="null">
932 <context context-type="linenumber">17</context>
933 </context-group>
934 </trans-unit>
935 <trans-unit id="7fe213724c4c0a4112c40c673884acb98a0a3b92">
936 <source>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</source>
937 <target>Tha mi 16 bliadhna a dh’aois no nas sine agus gabhaidh mi ri &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;teirmichean&lt;/a&gt; an ionstans seo</target>
938 <context-group name="null">
939 <context context-type="linenumber">55</context>
940 </context-group>
941 </trans-unit>
942 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
943 <source>Signup</source>
944 <target>Clàraich leinn</target>
945 <context-group name="null">
946 <context context-type="linenumber">88</context>
947 </context-group>
948 </trans-unit>
949 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
950 <source>Features found on this instance</source>
951 <target>Gleusan an ionstans seo</target>
952 <context-group name="null">
953 <context context-type="linenumber">67</context>
954 </context-group>
955 </trans-unit>
956 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
957 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source><target><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</target><context-group name="null">
958 <context context-type="linenumber">5</context>
959 </context-group>
960 </trans-unit>
961 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
962 <source>
963 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
964 </source>
965 <target> </target>
966 <context-group name="null">
967 <context context-type="linenumber">6</context>
968 </context-group>
969 </trans-unit>
970 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
971 <source>
972 Filters
973 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
974 </source>
975 <target> </target>
976 <context-group name="null">
977 <context context-type="linenumber">16</context>
978 </context-group>
979 </trans-unit>
980 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
981 <source>
982 No results found
983 </source>
984 <target>
985 Cha deach toradh a lorg
986 </target>
987 <context-group name="null">
988 <context context-type="linenumber">28</context>
989 </context-group>
990 </trans-unit>
991 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a">
992 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source><target><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</target><context-group name="null">
993 <context context-type="linenumber">44</context>
994 </context-group>
995 </trans-unit>
996 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
997 <source>Change the language</source>
998 <target>Atharraich an cànan</target>
999 <context-group name="null">
1000 <context context-type="linenumber">102</context>
1001 </context-group>
1002 </trans-unit>
1003 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1004 <source>
1005 Help to translate PeerTube!
1006 </source>
1007 <target>
1008 Cuidich le eadar-theangachadh PeerTube!
1009 </target>
1010 <context-group name="null">
1011 <context context-type="linenumber">8</context>
1012 </context-group>
1013 </trans-unit>
1014 <trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a">
1015 <source>My public profile</source>
1016 <target>A’ phròifil phoblach agam</target>
1017 <context-group name="null">
1018 <context context-type="linenumber">17</context>
1019 </context-group>
1020 </trans-unit>
1021 <trans-unit id="e4825b5d86d89ae0f4c797ba256f66fd8abd4ee6">
1022 <source>My account</source>
1023 <target>An cunntas agam</target>
1024 <context-group name="null">
1025 <context context-type="linenumber">21</context>
1026 </context-group>
1027 </trans-unit>
1028 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1029 <source>Log out</source>
1030 <target>Clàraich a-mach</target>
1031 <context-group name="null">
1032 <context context-type="linenumber">25</context>
1033 </context-group>
1034 </trans-unit>
1035 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1036 <source>Create an account</source>
1037 <target>Cruthaich cunntas</target>
1038 <context-group name="null">
1039 <context context-type="linenumber">33</context>
1040 </context-group>
1041 </trans-unit>
1042 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1043 <source>My library</source>
1044 <target>An leabhar-lann agam</target>
1045 <context-group name="null">
1046 <context context-type="linenumber">37</context>
1047 </context-group>
1048 </trans-unit>
1049 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1050 <source>Videos</source>
1051 <target>Videothan</target>
1052 <context-group name="null">
1053 <context context-type="linenumber">24</context>
1054 </context-group>
1055 </trans-unit>
1056 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1057 <source>Playlists</source>
1058 <target>Liostaichean-cluich</target>
1059 <context-group name="null">
1060 <context context-type="linenumber">46</context>
1061 </context-group>
1062 </trans-unit>
1063 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1064 <source>Subscriptions</source>
1065 <target>Fo-sgrìobhaidhean</target>
1066 <context-group name="null">
1067 <context context-type="linenumber">51</context>
1068 </context-group>
1069 </trans-unit>
1070 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1071 <source>History</source>
1072 <target>Eachdraidh</target>
1073 <context-group name="null">
1074 <context context-type="linenumber">56</context>
1075 </context-group>
1076 </trans-unit>
1077 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
1078 <source>Overview</source>
1079 <target>Foir-shealladh</target>
1080 <context-group name="null">
1081 <context context-type="linenumber">66</context>
1082 </context-group>
1083 </trans-unit>
1084 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1085 <source>Trending</source>
1086 <target>A’ treandadh</target>
1087 <context-group name="null">
1088 <context context-type="linenumber">71</context>
1089 </context-group>
1090 </trans-unit>
1091 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1092 <source>Recently added</source>
1093 <target>Air an cur ris o chionn ghoirid</target>
1094 <context-group name="null">
1095 <context context-type="linenumber">76</context>
1096 </context-group>
1097 </trans-unit>
1098 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
1099 <source>Local</source>
1100 <target>Ionadail</target>
1101 <context-group name="null">
1102 <context context-type="linenumber">81</context>
1103 </context-group>
1104 </trans-unit>
1105 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1106 <source>More</source>
1107 <target>Barrachd</target>
1108 <context-group name="null">
1109 <context context-type="linenumber">86</context>
1110 </context-group>
1111 </trans-unit>
1112 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1113 <source>Administration</source>
1114 <target>Rianachd</target>
1115 <context-group name="null">
1116 <context context-type="linenumber">90</context>
1117 </context-group>
1118 </trans-unit>
1119 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1120 <source>About</source>
1121 <target>Mu dhèidhinn</target>
1122 <context-group name="null">
1123 <context context-type="linenumber">26</context>
1124 </context-group>
1125 </trans-unit>
1126 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1127 <source>Show keyboard shortcuts</source>
1128 <target>Seall ath-ghoiridean a’ mheur-chlàir</target>
1129 <context-group name="null">
1130 <context context-type="linenumber">105</context>
1131 </context-group>
1132 </trans-unit>
1133 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
1134 <source>Toggle dark interface</source>
1135 <target>Toglaich an eadar-aghaidh dhorcha</target>
1136 <context-group name="null">
1137 <context context-type="linenumber">108</context>
1138 </context-group>
1139 </trans-unit>
1140 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1141 <source>View your notifications</source>
1142 <target>Seall na brathan agad</target>
1143 <context-group name="null">
1144 <context context-type="linenumber">3</context>
1145 </context-group>
1146 </trans-unit>
1147 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
1148 <source>Notifications</source>
1149 <target>Brathan</target>
1150 <context-group name="null">
1151 <context context-type="linenumber">10</context>
1152 </context-group>
1153 </trans-unit>
1154 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1155 <source>Update your notification preferences</source>
1156 <target>Ùraich roghainnean nam brathan agad</target>
1157 <context-group name="null">
1158 <context context-type="linenumber">16</context>
1159 </context-group>
1160 </trans-unit>
1161 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
1162 <source>See all your notifications</source>
1163 <target>Seall a h-uile brath agad</target>
1164 <context-group name="null">
1165 <context context-type="linenumber">30</context>
1166 </context-group>
1167 </trans-unit>
1168 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1169 <source>Search...</source>
1170 <target>Lorg…</target>
1171 <context-group name="null">
1172 <context context-type="linenumber">2</context>
1173 </context-group>
1174 </trans-unit>
1175 <trans-unit id="4b3972c3e9485218508a95f7a4ce7758e3f09ced">
1176 <source>Upload</source>
1177 <target>Luchdaich suas</target>
1178 <context-group name="null">
1179 <context context-type="linenumber">9</context>
1180 </context-group>
1181 </trans-unit>
1182 <trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff">
1183 <source>Sort</source>
1184 <target>Seòrsaich</target>
1185 <context-group name="null">
1186 <context context-type="linenumber">6</context>
1187 </context-group>
1188 </trans-unit>
1189 <trans-unit id="98acac685fc4b2d35e5d0cf3cd224d247a756c3e">
1190 <source>Published date</source>
1191 <target>Ceann-là an fhoillseachaidh</target>
1192 <context-group name="null">
1193 <context context-type="linenumber">15</context>
1194 </context-group>
1195 </trans-unit>
1196 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1197 <source>Original publication year</source>
1198 <target>Bliadhna an fhoillseachaidh thùsail</target>
1199 <context-group name="null">
1200 <context context-type="linenumber">24</context>
1201 </context-group>
1202 </trans-unit>
1203 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1204 <source>After...</source>
1205 <target>Às dèidh…</target>
1206 <context-group name="null">
1207 <context context-type="linenumber">30</context>
1208 </context-group>
1209 </trans-unit>
1210 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1211 <source>Before...</source>
1212 <target>Ro…</target>
1213 <context-group name="null">
1214 <context context-type="linenumber">37</context>
1215 </context-group>
1216 </trans-unit>
1217 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
1218 <source>Duration</source>
1219 <target>Faide</target>
1220 <context-group name="null">
1221 <context context-type="linenumber">45</context>
1222 </context-group>
1223 </trans-unit>
1224 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1225 <source>Display sensitive content</source>
1226 <target>Seall susbaint chugallach</target>
1227 <context-group name="null">
1228 <context context-type="linenumber">54</context>
1229 </context-group>
1230 </trans-unit>
1231 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
1232 <source>Yes</source>
1233 <target>Tha</target>
1234 <context-group name="null">
1235 <context context-type="linenumber">58</context>
1236 </context-group>
1237 </trans-unit>
1238 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
1239 <source>No</source>
1240 <target>Chan eil</target>
1241 <context-group name="null">
1242 <context context-type="linenumber">63</context>
1243 </context-group>
1244 </trans-unit>
1245 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
1246 <source>Category</source>
1247 <target>Roinn-seòrsa</target>
1248 <context-group name="null">
1249 <context context-type="linenumber">189</context>
1250 </context-group>
1251 </trans-unit>
1252 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
1253 <source>Licence</source>
1254 <target>Ceadachas</target>
1255 <context-group name="null">
1256 <context context-type="linenumber">198</context>
1257 </context-group>
1258 </trans-unit>
1259 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
1260 <source>Language</source>
1261 <target>Cànan</target>
1262 <context-group name="null">
1263 <context context-type="linenumber">207</context>
1264 </context-group>
1265 </trans-unit>
1266 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
1267 <source>All of these tags</source>
1268 <target>Na tagaichean seo uile</target>
1269 <context-group name="null">
1270 <context context-type="linenumber">103</context>
1271 </context-group>
1272 </trans-unit>
1273 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
1274 <source>One of these tags</source>
1275 <target>Aonan dhe na tagaichean seo</target>
1276 <context-group name="null">
1277 <context context-type="linenumber">108</context>
1278 </context-group>
1279 </trans-unit>
1280 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
1281 <source>Filter</source>
1282 <target>Criathrag</target>
1283 <context-group name="null">
1284 <context context-type="linenumber">115</context>
1285 </context-group>
1286 </trans-unit>
1287 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1288 <source>Display unlisted and private videos</source>
1289 <target>Seall videothan do-lorg is prìobhaideach</target>
1290 <context-group name="null">
1291 <context context-type="linenumber">14</context>
1292 </context-group>
1293 </trans-unit>
1294 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
1295 <source>
1296 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1297 </source>
1298 <target> </target>
1299 <context-group name="null">
1300 <context context-type="linenumber">6</context>
1301 </context-group>
1302 </trans-unit>
1303 <trans-unit id="48a5d0af93b94c4575b7f76a47fb3cdee58e6919">
1304 <source>
1305 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1306 </source>
1307 <target> </target>
1308 <context-group name="null">
1309 <context context-type="linenumber">14</context>
1310 </context-group>
1311 </trans-unit>
1312 <trans-unit id="e093a5a83045ff283f992a93699abb7cb9dd3c1b">
1313 <source>
1314 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>
1315 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
1316
1317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.channel.displayName }}"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
1318 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1319 </source>
1320 <target> </target>
1321 <context-group name="null">
1322 <context context-type="linenumber">22</context>
1323 </context-group>
1324 </trans-unit>
1325 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
1326 <source>Instance</source>
1327 <target>Ionstans</target>
1328 <context-group name="null">
1329 <context context-type="linenumber">12</context>
1330 </context-group>
1331 </trans-unit>
1332 <trans-unit id="6385c357c1de58ce92c0cf618ecf9cf74b917390">
1333 <source>PeerTube</source>
1334 <target>PeerTube</target>
1335 <context-group name="null">
1336 <context context-type="linenumber">7</context>
1337 </context-group>
1338 </trans-unit>
1339 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
1340 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
1341 <target>Cuir fios gu rianaire <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
1342 <context-group name="null">
1343 <context context-type="linenumber">3</context>
1344 </context-group>
1345 </trans-unit>
1346 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
1347 <source>Your name</source>
1348 <target>D’ ainm</target>
1349 <context-group name="null">
1350 <context context-type="linenumber">11</context>
1351 </context-group>
1352 </trans-unit>
1353 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
1354 <source>Your email</source>
1355 <target>Am post-d agad</target>
1356 <context-group name="null">
1357 <context context-type="linenumber">20</context>
1358 </context-group>
1359 </trans-unit>
1360 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
1361 <source>Your message</source>
1362 <target>An teachdaireachd agad</target>
1363 <context-group name="null">
1364 <context context-type="linenumber">29</context>
1365 </context-group>
1366 </trans-unit>
1367 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1368 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1369 <target>Mu ionstans <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
1370 <context-group name="null">
1371 <context context-type="linenumber">4</context>
1372 </context-group>
1373 </trans-unit>
1374 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1375 <source>Contact administrator</source>
1376 <target>Cuir fios gun rianaire</target>
1377 <context-group name="null">
1378 <context context-type="linenumber">6</context>
1379 </context-group>
1380 </trans-unit>
1381 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
1382 <source>Description</source>
1383 <target>Tuairisgeul</target>
1384 <context-group name="null">
1385 <context context-type="linenumber">27</context>
1386 </context-group>
1387 </trans-unit>
1388 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
1389 <source>Terms</source>
1390 <target>Teirmichean</target>
1391 <context-group name="null">
1392 <context context-type="linenumber">39</context>
1393 </context-group>
1394 </trans-unit>
1395 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1396 <source>
1397 About PeerTube
1398</source>
1399 <target>
1400 Mu PheerTube
1401</target>
1402 <context-group name="null">
1403 <context context-type="linenumber">1</context>
1404 </context-group>
1405 </trans-unit>
1406 <trans-unit id="bd29138e1e17572596ce8f2fe61bcea6ac5fb0bf">
1407 <source>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</source><target>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</target><context-group name="null">
1408 <context context-type="linenumber">6</context>
1409 </context-group>
1410 </trans-unit>
1411 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5">
1412 <source>
1413 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1414 </source>
1415 <target> </target>
1416 <context-group name="null">
1417 <context context-type="linenumber">8</context>
1418 </context-group>
1419 </trans-unit>
1420 <trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a">
1421 <source>
1422 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1423 </source>
1424 <target> </target>
1425 <context-group name="null">
1426 <context context-type="linenumber">12</context>
1427 </context-group>
1428 </trans-unit>
1429 <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1">
1430 <source>P2P &amp; Privacy</source>
1431 <target>P2P ⊠prìobhaideachd</target>
1432 <context-group name="null">
1433 <context context-type="linenumber">18</context>
1434 </context-group>
1435 </trans-unit>
1436 <trans-unit id="cd429d53cb8f4a87879301248e38cb85f07fa9d6">
1437 <source>
1438 PeerTube uses the BitTorrent protocol to share bandwidth between users.
1439 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
1440 </source>
1441 <target> </target>
1442 <context-group name="null">
1443 <context context-type="linenumber">20</context>
1444 </context-group>
1445 </trans-unit>
1446 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
1447 <source>What are the consequences?</source><target>What are the consequences?</target><context-group name="null">
1448 <context context-type="linenumber">25</context>
1449 </context-group>
1450 </trans-unit>
1451 <trans-unit id="9a612748b059ad246935df17ef4ec4e6afb43a2a">
1452 <source>
1453 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
1454 In practice, this is much more difficult because:
1455 </source>
1456 <target> </target>
1457 <context-group name="null">
1458 <context context-type="linenumber">27</context>
1459 </context-group>
1460 </trans-unit>
1461 <trans-unit id="64f96be62df4a95a0615b6f630ad25d6348a29d3">
1462 <source>
1463 An HTTP request has to be sent on each tracker for each video to spy.
1464 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
1465 </source>
1466 <target> </target>
1467 <context-group name="null">
1468 <context context-type="linenumber">33</context>
1469 </context-group>
1470 </trans-unit>
1471 <trans-unit id="dd9a7a4ee66b0ff3fbb43ba8691ffcd042531611">
1472 <source>
1473 For each request sent, the tracker returns random peers at a limited number.
1474 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm
1475 </source>
1476 <target> </target>
1477 <context-group name="null">
1478 <context context-type="linenumber">38</context>
1479 </context-group>
1480 </trans-unit>
1481 <trans-unit id="694cf53adfc2afe8afabf713ab00fa114d5d2f8e">
1482 <source>
1483 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
1484 </source>
1485 <target> </target>
1486 <context-group name="null">
1487 <context context-type="linenumber">43</context>
1488 </context-group>
1489 </trans-unit>
1490 <trans-unit id="44bbecddbdf2aad1f4bad97cb806560553fb2ab3">
1491 <source>
1492 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video
1493 </source>
1494 <target> </target>
1495 <context-group name="null">
1496 <context context-type="linenumber">47</context>
1497 </context-group>
1498 </trans-unit>
1499 <trans-unit id="fec3239a860de66c718e3442df836b692b8568c3">
1500 <source>
1501 The IP address is a vague information : usually, it regularly changes and can represent many persons or entities
1502 </source>
1503 <target> </target>
1504 <context-group name="null">
1505 <context context-type="linenumber">51</context>
1506 </context-group>
1507 </trans-unit>
1508 <trans-unit id="b4c2ef0143270626106b26196d40baf3439aa7b0">
1509 <source>
1510 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent.
1511 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to.
1512 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information
1513 </source>
1514 <target> </target>
1515 <context-group name="null">
1516 <context context-type="linenumber">55</context>
1517 </context-group>
1518 </trans-unit>
1519 <trans-unit id="50d8e8388f5ceab292850ed828f306c9f2cab389">
1520 <source>
1521 The worst-case scenario of an average person spying on their friends is quite unlikely.
1522 There are much more effective ways to get that kind of information.
1523 </source>
1524 <target> </target>
1525 <context-group name="null">
1526 <context context-type="linenumber">62</context>
1527 </context-group>
1528 </trans-unit>
1529 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf">
1530 <source>How does PeerTube compare with YouTube?</source><target>How does PeerTube compare with YouTube?</target><context-group name="null">
1531 <context context-type="linenumber">67</context>
1532 </context-group>
1533 </trans-unit>
1534 <trans-unit id="2432705cbabcb92a8677338901dd5d655383ef4c">
1535 <source>
1536 The threats to privacy in YouTube are different from PeerTube's.
1537 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
1538 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
1539 </source>
1540 <target> </target>
1541 <context-group name="null">
1542 <context context-type="linenumber">69</context>
1543 </context-group>
1544 </trans-unit>
1545 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99">
1546 <source>What can I do to limit the exposure of my IP address?</source><target>What can I do to limit the exposure of my IP address?</target><context-group name="null">
1547 <context context-type="linenumber">75</context>
1548 </context-group>
1549 </trans-unit>
1550 <trans-unit id="a545356de272b955258c2a2432b08ec637b65f7e">
1551 <source>
1552 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more.
1553 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
1554 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
1555 </source>
1556 <target> </target>
1557 <context-group name="null">
1558 <context context-type="linenumber">77</context>
1559 </context-group>
1560 </trans-unit>
1561 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41">
1562 <source>What will be done to mitigate this problem?</source><target>What will be done to mitigate this problem?</target><context-group name="null">
1563 <context context-type="linenumber">83</context>
1564 </context-group>
1565 </trans-unit>
1566 <trans-unit id="b1372cb61ca791a0f7f95bf31c86c97df142adc4">
1567 <source>
1568 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
1569 In the meantime, we want to test different ideas related to this issue:
1570 </source>
1571 <target> </target>
1572 <context-group name="null">
1573 <context context-type="linenumber">85</context>
1574 </context-group>
1575 </trans-unit>
1576 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19">
1577 <source>Set a limit to the number of peers sent by the tracker</source><target>Set a limit to the number of peers sent by the tracker</target><context-group name="null">
1578 <context context-type="linenumber">91</context>
1579 </context-group>
1580 </trans-unit>
1581 <trans-unit id="a6d732b614143f862e69798046dc0868716547e5">
1582 <source>Set a limit on the request frequency received by the tracker (being tested)</source><target>Set a limit on the request frequency received by the tracker (being tested)</target><context-group name="null">
1583 <context context-type="linenumber">92</context>
1584 </context-group>
1585 </trans-unit>
1586 <trans-unit id="ba77e356eaa5c06caaf5c8734c361d1a5415fe1c">
1587 <source>Ring a bell if there are unusual requests (being tested)</source><target>Ring a bell if there are unusual requests (being tested)</target><context-group name="null">
1588 <context context-type="linenumber">93</context>
1589 </context-group>
1590 </trans-unit>
1591 <trans-unit id="81861ff8a71c8a5881cdf66417f3bddb753f0e18">
1592 <source>Disable P2P from the administration interface</source><target>Disable P2P from the administration interface</target><context-group name="null">
1593 <context context-type="linenumber">94</context>
1594 </context-group>
1595 </trans-unit>
1596 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6">
1597 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source><target>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</target><context-group name="null">
1598 <context context-type="linenumber">95</context>
1599 </context-group>
1600 </trans-unit>
1601 <trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605">
1602 <source>Banned</source>
1603 <target>Chaidh do thoirmeasg</target>
1604 <context-group name="null">
1605 <context context-type="linenumber">12</context>
1606 </context-group>
1607 </trans-unit>
1608 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809">
1609 <source>Muted</source>
1610 <target>Air a mhùchadh</target>
1611 <context-group name="null">
1612 <context context-type="linenumber">13</context>
1613 </context-group>
1614 </trans-unit>
1615 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89">
1616 <source>Muted by your instance</source>
1617 <target>Air a mhùchadh leis an ionstans agad</target>
1618 <context-group name="null">
1619 <context context-type="linenumber">14</context>
1620 </context-group>
1621 </trans-unit>
1622 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a">
1623 <source>Instance muted</source>
1624 <target>Ionstans air a mhùchadh</target>
1625 <context-group name="null">
1626 <context context-type="linenumber">15</context>
1627 </context-group>
1628 </trans-unit>
1629 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1">
1630 <source>Instance muted by your instance</source>
1631 <target>Chaidh an ionstans a mhùchadh leis an ionstans agad</target>
1632 <context-group name="null">
1633 <context context-type="linenumber">16</context>
1634 </context-group>
1635 </trans-unit>
1636 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
1637 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source><target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</target><context-group name="null">
1638 <context context-type="linenumber">24</context>
1639 </context-group>
1640 </trans-unit>
1641 <trans-unit id="6f5a458f827503ac7b8697688ecf3e0490818ee8">
1642 <source>Video channels</source>
1643 <target>Seanailean video</target>
1644 <context-group name="null">
1645 <context context-type="linenumber">31</context>
1646 </context-group>
1647 </trans-unit>
1648 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a">
1649 <source>Stats</source>
1650 <target>Stadastaireachd</target>
1651 <context-group name="null">
1652 <context context-type="linenumber">16</context>
1653 </context-group>
1654 </trans-unit>
1655 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
1656 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
1657 <target>Air ballrachd fhaighinn <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
1658 <context-group name="null">
1659 <context context-type="linenumber">10</context>
1660 </context-group>
1661 </trans-unit>
1662 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3">
1663 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source><target><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</target><context-group name="null">
1664 <context context-type="linenumber">14</context>
1665 </context-group>
1666 </trans-unit>
1667 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f">
1668 <source>See this video channel</source>
1669 <target>Seall an seanail video seo</target>
1670 <context-group name="null">
1671 <context context-type="linenumber">4</context>
1672 </context-group>
1673 </trans-unit>
1674 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59">
1675 <source>Name</source>
1676 <target>Ainm</target>
1677 <context-group name="null">
1678 <context context-type="linenumber">12</context>
1679 </context-group>
1680 </trans-unit>
1681 <trans-unit id="512b045163a7187b2fc5d554e5f59fb3e49e174b">
1682 <source>Short description</source>
1683 <target>Tuairisgeul goirid</target>
1684 <context-group name="null">
1685 <context context-type="linenumber">21</context>
1686 </context-group>
1687 </trans-unit>
1688 <trans-unit id="8ae5153c547e445a293ee6ef9adfbf4107aa0772">
1689 <source>Dedicated to sensitive or NSFW content</source><target>Dedicated to sensitive or NSFW content</target><context-group name="null">
1690 <context context-type="linenumber">50</context>
1691 </context-group>
1692 </trans-unit>
1693 <trans-unit id="c9a1f510f6a1365c5bc5615661f8505792889347">
1694 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.&lt;br /&gt;&lt;br /&gt;
1695 Moreover, the NSFW checkbox on video upload will be automatically checked by default.</source><target>Enabling it will allow other administrators to know that you are mainly federating sensitive content.&lt;br /&gt;&lt;br /&gt;
1696 Moreover, the NSFW checkbox on video upload will be automatically checked by default.</target><context-group name="null">
1697 <context context-type="linenumber">51</context>
1698 </context-group>
1699 </trans-unit>
1700 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
1701 <source>Default client route</source><target>Default client route</target><context-group name="null">
1702 <context context-type="linenumber">57</context>
1703 </context-group>
1704 </trans-unit>
1705 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1706 <source>Videos Overview</source>
1707 <target>Foir-shealladh nam videothan</target>
1708 <context-group name="null">
1709 <context context-type="linenumber">60</context>
1710 </context-group>
1711 </trans-unit>
1712 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1713 <source>Videos Trending</source>
1714 <target>Videothan a’ treandadh</target>
1715 <context-group name="null">
1716 <context context-type="linenumber">61</context>
1717 </context-group>
1718 </trans-unit>
1719 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1720 <source>Videos Recently Added</source>
1721 <target>Videothan air an cur ris o chionn goirid</target>
1722 <context-group name="null">
1723 <context context-type="linenumber">62</context>
1724 </context-group>
1725 </trans-unit>
1726 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1727 <source>Local videos</source>
1728 <target>Videothan ionadail</target>
1729 <context-group name="null">
1730 <context context-type="linenumber">63</context>
1731 </context-group>
1732 </trans-unit>
1733 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1734 <source>Policy on videos containing sensitive content</source><target>Policy on videos containing sensitive content</target><context-group name="null">
1735 <context context-type="linenumber">70</context>
1736 </context-group>
1737 </trans-unit>
1738 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
1739 <source>With &lt;strong&gt;Do not list&lt;/strong&gt; or &lt;strong&gt;Blur thumbnails&lt;/strong&gt;, a confirmation will be requested to watch the video.</source><target>With &lt;strong&gt;Do not list&lt;/strong&gt; or &lt;strong&gt;Blur thumbnails&lt;/strong&gt;, a confirmation will be requested to watch the video.</target><context-group name="null">
1740 <context context-type="linenumber">6</context>
1741 </context-group>
1742 </trans-unit>
1743 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
1744 <source>Do not list</source><target>Do not list</target><context-group name="null">
1745 <context context-type="linenumber">11</context>
1746 </context-group>
1747 </trans-unit>
1748 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
1749 <source>Blur thumbnails</source><target>Blur thumbnails</target><context-group name="null">
1750 <context context-type="linenumber">12</context>
1751 </context-group>
1752 </trans-unit>
1753 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
1754 <source>Display</source><target>Display</target><context-group name="null">
1755 <context context-type="linenumber">13</context>
1756 </context-group>
1757 </trans-unit>
1758 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
1759 <source>Signup enabled</source><target>Signup enabled</target><context-group name="null">
1760 <context context-type="linenumber">94</context>
1761 </context-group>
1762 </trans-unit>
1763 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1764 <source>Signup requires email verification</source><target>Signup requires email verification</target><context-group name="null">
1765 <context context-type="linenumber">101</context>
1766 </context-group>
1767 </trans-unit>
1768 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1769 <source>Signup limit</source><target>Signup limit</target><context-group name="null">
1770 <context context-type="linenumber">106</context>
1771 </context-group>
1772 </trans-unit>
1773 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1774 <source>Users</source><target>Users</target><context-group name="null">
1775 <context context-type="linenumber">116</context>
1776 </context-group>
1777 </trans-unit>
1778 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1779 <source>User default video quota</source><target>User default video quota</target><context-group name="null">
1780 <context context-type="linenumber">120</context>
1781 </context-group>
1782 </trans-unit>
1783 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1784 <source>User default daily upload limit</source><target>User default daily upload limit</target><context-group name="null">
1785 <context context-type="linenumber">132</context>
1786 </context-group>
1787 </trans-unit>
1788 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
1789 <source>Import</source><target>Import</target><context-group name="null">
1790 <context context-type="linenumber">42</context>
1791 </context-group>
1792 </trans-unit>
1793 <trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e">
1794 <source>Video import with HTTP URL (i.e. YouTube) enabled</source><target>Video import with HTTP URL (i.e. YouTube) enabled</target><context-group name="null">
1795 <context context-type="linenumber">153</context>
1796 </context-group>
1797 </trans-unit>
1798 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1799 <source>Video import with a torrent file or a magnet URI enabled</source><target>Video import with a torrent file or a magnet URI enabled</target><context-group name="null">
1800 <context context-type="linenumber">160</context>
1801 </context-group>
1802 </trans-unit>
1803 <trans-unit id="51ee3dafebdb4c05d300b18bb4a997c10b1d7891">
1804 <source>Auto-blacklist</source><target>Auto-blacklist</target><context-group name="null">
1805 <context context-type="linenumber">168</context>
1806 </context-group>
1807 </trans-unit>
1808 <trans-unit id="b78d9ff04931504a241a6c6fc394d677c7a0946c">
1809 <source>New videos of users automatically blacklisted enabled</source><target>New videos of users automatically blacklisted enabled</target><context-group name="null">
1810 <context context-type="linenumber">177</context>
1811 </context-group>
1812 </trans-unit>
1813 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1814 <source>Administrator</source><target>Administrator</target><context-group name="null">
1815 <context context-type="linenumber">208</context>
1816 </context-group>
1817 </trans-unit>
1818 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1819 <source>Admin email</source><target>Admin email</target><context-group name="null">
1820 <context context-type="linenumber">211</context>
1821 </context-group>
1822 </trans-unit>
1823 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1824 <source>Enable contact form</source><target>Enable contact form</target><context-group name="null">
1825 <context context-type="linenumber">222</context>
1826 </context-group>
1827 </trans-unit>
1828 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
1829 <source>Basic configuration</source><target>Basic configuration</target><context-group name="null">
1830 <context context-type="linenumber">5</context>
1831 </context-group>
1832 </trans-unit>
1833 <trans-unit id="99cb827741e93125476a0f5b676372d85d15b5fc">
1834 <source>Twitter</source><target>Twitter</target><context-group name="null">
1835 <context context-type="linenumber">231</context>
1836 </context-group>
1837 </trans-unit>
1838 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1839 <source>Your Twitter username</source><target>Your Twitter username</target><context-group name="null">
1840 <context context-type="linenumber">237</context>
1841 </context-group>
1842 </trans-unit>
1843 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1844 <source>Indicates the Twitter account for the website or platform on which the content was published.</source><target>Indicates the Twitter account for the website or platform on which the content was published.</target><context-group name="null">
1845 <context context-type="linenumber">240</context>
1846 </context-group>
1847 </trans-unit>
1848 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1849 <source>Instance whitelisted by Twitter</source><target>Instance whitelisted by Twitter</target><context-group name="null">
1850 <context context-type="linenumber">252</context>
1851 </context-group>
1852 </trans-unit>
1853 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
1854 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
1855 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
1856 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source><target>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
1857 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
1858 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</target><context-group name="null">
1859 <context context-type="linenumber">253</context>
1860 </context-group>
1861 </trans-unit>
1862 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1863 <source>Services</source><target>Services</target><context-group name="null">
1864 <context context-type="linenumber">229</context>
1865 </context-group>
1866 </trans-unit>
1867 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1868 <source>Transcoding</source><target>Transcoding</target><context-group name="null">
1869 <context context-type="linenumber">268</context>
1870 </context-group>
1871 </trans-unit>
1872 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1873 <source>Transcoding enabled</source><target>Transcoding enabled</target><context-group name="null">
1874 <context context-type="linenumber">274</context>
1875 </context-group>
1876 </trans-unit>
1877 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1878 <source>If you disable transcoding, many videos from your users will not work!</source><target>If you disable transcoding, many videos from your users will not work!</target><context-group name="null">
1879 <context context-type="linenumber">275</context>
1880 </context-group>
1881 </trans-unit>
1882 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1883 <source>Allow additional extensions</source><target>Allow additional extensions</target><context-group name="null">
1884 <context context-type="linenumber">284</context>
1885 </context-group>
1886 </trans-unit>
1887 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1888 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source><target>Allow your users to upload .mkv, .mov, .avi, .flv videos</target><context-group name="null">
1889 <context context-type="linenumber">285</context>
1890 </context-group>
1891 </trans-unit>
1892 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1893 <source>Transcoding threads</source><target>Transcoding threads</target><context-group name="null">
1894 <context context-type="linenumber">290</context>
1895 </context-group>
1896 </trans-unit>
1897 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1898 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source><target>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</target><context-group name="null">
1899 <context context-type="linenumber">305</context>
1900 </context-group>
1901 </trans-unit>
1902 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
1903 <source>
1904 Cache
1905
1906 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1907 </source>
1908 <target> </target>
1909 <context-group name="null">
1910 <context context-type="linenumber">313</context>
1911 </context-group>
1912 </trans-unit>
1913 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1914 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target><context-group name="null">
1915 <context context-type="linenumber">318</context>
1916 </context-group>
1917 </trans-unit>
1918 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1919 <source>Previews cache size</source><target>Previews cache size</target><context-group name="null">
1920 <context context-type="linenumber">324</context>
1921 </context-group>
1922 </trans-unit>
1923 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1924 <source>Video captions cache size</source><target>Video captions cache size</target><context-group name="null">
1925 <context context-type="linenumber">333</context>
1926 </context-group>
1927 </trans-unit>
1928 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1929 <source>Customizations</source><target>Customizations</target><context-group name="null">
1930 <context context-type="linenumber">342</context>
1931 </context-group>
1932 </trans-unit>
1933 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1934 <source>JavaScript</source><target>JavaScript</target><context-group name="null">
1935 <context context-type="linenumber">347</context>
1936 </context-group>
1937 </trans-unit>
1938 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1939 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source><target>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</target><context-group name="null">
1940 <context context-type="linenumber">350</context>
1941 </context-group>
1942 </trans-unit>
1943 <trans-unit id="d90e081933221a99c87e2ad9769afb6be6ff6fc4">
1944 <source>
1945 Write directly CSS code. Example:&lt;br /&gt;&lt;br /&gt;
1946 &lt;pre&gt;
1947 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1948 color: red;
1949 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1950 &lt;/pre&gt;
1951
1952 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:&lt;br /&gt;&lt;br /&gt;
1953 &lt;pre&gt;
1954 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1955 color: red;
1956 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1957 &lt;/pre&gt;
1958 </source>
1959 <target> </target>
1960 <context-group name="null">
1961 <context context-type="linenumber">364</context>
1962 </context-group>
1963 </trans-unit>
1964 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1965 <source>Advanced configuration</source><target>Advanced configuration</target><context-group name="null">
1966 <context context-type="linenumber">265</context>
1967 </context-group>
1968 </trans-unit>
1969 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1970 <source>Update configuration</source><target>Update configuration</target><context-group name="null">
1971 <context context-type="linenumber">393</context>
1972 </context-group>
1973 </trans-unit>
1974 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1975 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source><target>It seems the configuration is invalid. Please search potential errors in the different tabs.</target><context-group name="null">
1976 <context context-type="linenumber">394</context>
1977 </context-group>
1978 </trans-unit>
1979 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
1980 <source>
1981 Users
1982 </source>
1983 <target> </target>
1984 <context-group name="null">
1985 <context context-type="linenumber">3</context>
1986 </context-group>
1987 </trans-unit>
1988 <trans-unit id="0315abd64e35510ed0534f597130ef781aca175a">
1989 <source>
1990 Manage follows
1991 </source>
1992 <target> </target>
1993 <context-group name="null">
1994 <context context-type="linenumber">7</context>
1995 </context-group>
1996 </trans-unit>
1997 <trans-unit id="1a5c7f9b1bec1463728f44933f0e256de9c45154">
1998 <source>
1999 Moderation
2000 </source>
2001 <target> </target>
2002 <context-group name="null">
2003 <context context-type="linenumber">11</context>
2004 </context-group>
2005 </trans-unit>
2006 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
2007 <source>
2008 Configuration
2009 </source>
2010 <target> </target>
2011 <context-group name="null">
2012 <context context-type="linenumber">15</context>
2013 </context-group>
2014 </trans-unit>
2015 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
2016 <source>1 host (without "http://") per line</source><target>1 host (without "http://") per line</target><context-group name="null">
2017 <context context-type="linenumber">5</context>
2018 </context-group>
2019 </trans-unit>
2020 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507">
2021 <source>
2022 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2023 </source>
2024 <target> </target>
2025 <context-group name="null">
2026 <context context-type="linenumber">17</context>
2027 </context-group>
2028 </trans-unit>
2029 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
2030 <source>Add following</source><target>Add following</target><context-group name="null">
2031 <context context-type="linenumber">21</context>
2032 </context-group>
2033 </trans-unit>
2034 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
2035 <source>Filter...</source><target>Filter...</target><context-group name="null">
2036 <context context-type="linenumber">27</context>
2037 </context-group>
2038 </trans-unit>
2039 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
2040 <source>ID</source><target>ID</target><context-group name="null">
2041 <context context-type="linenumber">18</context>
2042 </context-group>
2043 </trans-unit>
2044 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
2045 <source>State</source><target>State</target><context-group name="null">
2046 <context context-type="linenumber">10</context>
2047 </context-group>
2048 </trans-unit>
2049 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
2050 <source>Score</source><target>Score</target><context-group name="null">
2051 <context context-type="linenumber">19</context>
2052 </context-group>
2053 </trans-unit>
2054 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2055 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source><target>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target><context-group name="null">
2056 <context context-type="linenumber">11</context>
2057 </context-group>
2058 </trans-unit>
2059 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2060 <source>Accepted</source><target>Accepted</target><context-group name="null">
2061 <context context-type="linenumber">32</context>
2062 </context-group>
2063 </trans-unit>
2064 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
2065 <source>Pending</source><target>Pending</target><context-group name="null">
2066 <context context-type="linenumber">33</context>
2067 </context-group>
2068 </trans-unit>
2069 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2070 <source>Refuse</source><target>Refuse</target><context-group name="null">
2071 <context context-type="linenumber">42</context>
2072 </context-group>
2073 </trans-unit>
2074 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
2075 <source>Host</source><target>Host</target><context-group name="null">
2076 <context context-type="linenumber">19</context>
2077 </context-group>
2078 </trans-unit>
2079 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
2080 <source>Redundancy allowed</source><target>Redundancy allowed</target><context-group name="null">
2081 <context context-type="linenumber">22</context>
2082 </context-group>
2083 </trans-unit>
2084 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479">
2085 <source>Manage follows</source><target>Manage follows</target><context-group name="null">
2086 <context context-type="linenumber">2</context>
2087 </context-group>
2088 </trans-unit>
2089 <trans-unit id="f995df052a1dfc675c2a21926420a707d9601936">
2090 <source>Following</source><target>Following</target><context-group name="null">
2091 <context context-type="linenumber">5</context>
2092 </context-group>
2093 </trans-unit>
2094 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246">
2095 <source>Follow</source><target>Follow</target><context-group name="null">
2096 <context context-type="linenumber">7</context>
2097 </context-group>
2098 </trans-unit>
2099 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
2100 <source>Followers</source><target>Followers</target><context-group name="null">
2101 <context context-type="linenumber">9</context>
2102 </context-group>
2103 </trans-unit>
2104 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
2105 <source>Create user</source><target>Create user</target><context-group name="null">
2106 <context context-type="linenumber">6</context>
2107 </context-group>
2108 </trans-unit>
2109 <trans-unit id="2788d9a67ed2b6f35c85818e6af1871317c57a7e">
2110 <source>Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></source><target>Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></target><context-group name="null">
2111 <context context-type="linenumber">2</context>
2112 </context-group>
2113 </trans-unit>
2114 <trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a">
2115 <source>john</source><target>john</target><context-group name="null">
2116 <context context-type="linenumber">10</context>
2117 </context-group>
2118 </trans-unit>
2119 <trans-unit id="bb3542ff8e5defa6d0c773799e5c8fe399605d05">
2120 <source>mail@example.com</source><target>mail@example.com</target><context-group name="null">
2121 <context context-type="linenumber">21</context>
2122 </context-group>
2123 </trans-unit>
2124 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46">
2125 <source>Role</source><target>Role</target><context-group name="null">
2126 <context context-type="linenumber">43</context>
2127 </context-group>
2128 </trans-unit>
2129 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345">
2130 <source>
2131 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2132 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
2133 </source>
2134 <target> </target>
2135 <context-group name="null">
2136 <context context-type="linenumber">65</context>
2137 </context-group>
2138 </trans-unit>
2139 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496">
2140 <source>Daily video quota</source><target>Daily video quota</target><context-group name="null">
2141 <context context-type="linenumber">72</context>
2142 </context-group>
2143 </trans-unit>
2144 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2145 <source>Danger Zone</source><target>Danger Zone</target><context-group name="null">
2146 <context context-type="linenumber">93</context>
2147 </context-group>
2148 </trans-unit>
2149 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2150 <source>Send a link to reset the password by email to the user</source><target>Send a link to reset the password by email to the user</target><context-group name="null">
2151 <context context-type="linenumber">96</context>
2152 </context-group>
2153 </trans-unit>
2154 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2155 <source>Ask for new password</source><target>Ask for new password</target><context-group name="null">
2156 <context context-type="linenumber">97</context>
2157 </context-group>
2158 </trans-unit>
2159 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2160 <source>Manually set the user password</source><target>Manually set the user password</target><context-group name="null">
2161 <context context-type="linenumber">101</context>
2162 </context-group>
2163 </trans-unit>
2164 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2165 <source>Show</source><target>Show</target><context-group name="null">
2166 <context context-type="linenumber">10</context>
2167 </context-group>
2168 </trans-unit>
2169 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2170 <source>Hide</source><target>Hide</target><context-group name="null">
2171 <context context-type="linenumber">11</context>
2172 </context-group>
2173 </trans-unit>
2174 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
2175 <source>Users list</source><target>Users list</target><context-group name="null">
2176 <context context-type="linenumber">2</context>
2177 </context-group>
2178 </trans-unit>
2179 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4">
2180 <source>Batch actions</source><target>Batch actions</target><context-group name="null">
2181 <context context-type="linenumber">19</context>
2182 </context-group>
2183 </trans-unit>
2184 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
2185 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source><target>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target><context-group name="null">
2186 <context context-type="linenumber">40</context>
2187 </context-group>
2188 </trans-unit>
2189 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
2190 <source>(banned)</source><target>(banned)</target><context-group name="null">
2191 <context context-type="linenumber">65</context>
2192 </context-group>
2193 </trans-unit>
2194 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
2195 <source>Go to the account page</source><target>Go to the account page</target><context-group name="null">
2196 <context context-type="linenumber">153</context>
2197 </context-group>
2198 </trans-unit>
2199 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
2200 <source>User's email must be verified to login</source><target>User's email must be verified to login</target><context-group name="null">
2201 <context context-type="linenumber">72</context>
2202 </context-group>
2203 </trans-unit>
2204 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
2205 <source>User's email is verified / User can login without email verification</source><target>User's email is verified / User can login without email verification</target><context-group name="null">
2206 <context context-type="linenumber">76</context>
2207 </context-group>
2208 </trans-unit>
2209 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
2210 <source>Ban reason:</source><target>Ban reason:</target><context-group name="null">
2211 <context context-type="linenumber">95</context>
2212 </context-group>
2213 </trans-unit>
2214 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
2215 <source>Moderation comment</source><target>Moderation comment</target><context-group name="null">
2216 <context context-type="linenumber">3</context>
2217 </context-group>
2218 </trans-unit>
2219 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964">
2220 <source>
2221 This comment can only be seen by you or the other moderators.
2222 </source>
2223 <target> </target>
2224 <context-group name="null">
2225 <context context-type="linenumber">18</context>
2226 </context-group>
2227 </trans-unit>
2228 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
2229 <source>Update this comment</source><target>Update this comment</target><context-group name="null">
2230 <context context-type="linenumber">26</context>
2231 </context-group>
2232 </trans-unit>
2233 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
2234 <source>Reporter</source><target>Reporter</target><context-group name="null">
2235 <context context-type="linenumber">8</context>
2236 </context-group>
2237 </trans-unit>
2238 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
2239 <source>Video</source><target>Video</target><context-group name="null">
2240 <context context-type="linenumber">14</context>
2241 </context-group>
2242 </trans-unit>
2243 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
2244 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source><target>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target><context-group name="null">
2245 <context context-type="linenumber">11</context>
2246 </context-group>
2247 </trans-unit>
2248 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
2249 <source>Go to the account</source><target>Go to the account</target><context-group name="null">
2250 <context context-type="linenumber">27</context>
2251 </context-group>
2252 </trans-unit>
2253 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
2254 <source>Go to the video</source><target>Go to the video</target><context-group name="null">
2255 <context context-type="linenumber">33</context>
2256 </context-group>
2257 </trans-unit>
2258 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
2259 <source>Actions</source><target>Actions</target><context-group name="null">
2260 <context context-type="linenumber">35</context>
2261 </context-group>
2262 </trans-unit>
2263 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
2264 <source>Reason:</source><target>Reason:</target><context-group name="null">
2265 <context context-type="linenumber">53</context>
2266 </context-group>
2267 </trans-unit>
2268 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638">
2269 <source>Moderation comment:</source><target>Moderation comment:</target><context-group name="null">
2270 <context context-type="linenumber">57</context>
2271 </context-group>
2272 </trans-unit>
2273 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
2274 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source><target>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target><context-group name="null">
2275 <context context-type="linenumber">8</context>
2276 </context-group>
2277 </trans-unit>
2278 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
2279 <source>Sensitive</source><target>Sensitive</target><context-group name="null">
2280 <context context-type="linenumber">9</context>
2281 </context-group>
2282 </trans-unit>
2283 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2284 <source>Unfederated</source><target>Unfederated</target><context-group name="null">
2285 <context context-type="linenumber">10</context>
2286 </context-group>
2287 </trans-unit>
2288 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
2289 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source><target>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target><context-group name="null">
2290 <context context-type="linenumber">11</context>
2291 </context-group>
2292 </trans-unit>
2293 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
2294 <source>Blacklist reason:</source><target>Blacklist reason:</target><context-group name="null">
2295 <context context-type="linenumber">43</context>
2296 </context-group>
2297 </trans-unit>
2298 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2299 <source>Unblacklist</source><target>Unblacklist</target><context-group name="null">
2300 <context context-type="linenumber">16</context>
2301 </context-group>
2302 </trans-unit>
2303 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2304 <source>Moderation</source><target>Moderation</target><context-group name="null">
2305 <context context-type="linenumber">2</context>
2306 </context-group>
2307 </trans-unit>
2308 <trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e">
2309 <source>Video abuses</source><target>Video abuses</target><context-group name="null">
2310 <context context-type="linenumber">5</context>
2311 </context-group>
2312 </trans-unit>
2313 <trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9">
2314 <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></target><context-group name="null">
2315 <context context-type="linenumber">7</context>
2316 </context-group>
2317 </trans-unit>
2318 <trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45">
2319 <source>Auto-blacklisted videos</source><target>Auto-blacklisted videos</target><context-group name="null">
2320 <context context-type="linenumber">9</context>
2321 </context-group>
2322 </trans-unit>
2323 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2324 <source>Muted accounts</source><target>Muted accounts</target><context-group name="null">
2325 <context context-type="linenumber">2</context>
2326 </context-group>
2327 </trans-unit>
2328 <trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2">
2329 <source>Muted servers</source><target>Muted servers</target><context-group name="null">
2330 <context context-type="linenumber">13</context>
2331 </context-group>
2332 </trans-unit>
2333 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
2334 <source>Account</source><target>Account</target><context-group name="null">
2335 <context context-type="linenumber">12</context>
2336 </context-group>
2337 </trans-unit>
2338 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
2339 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source><target>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target><context-group name="null">
2340 <context context-type="linenumber">13</context>
2341 </context-group>
2342 </trans-unit>
2343 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
2344 <source>Unmute</source><target>Unmute</target><context-group name="null">
2345 <context context-type="linenumber">23</context>
2346 </context-group>
2347 </trans-unit>
2348 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2349 <source>Jobs list</source><target>Jobs list</target><context-group name="null">
2350 <context context-type="linenumber">2</context>
2351 </context-group>
2352 </trans-unit>
2353 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2354 <source>Type</source><target>Type</target><context-group name="null">
2355 <context context-type="linenumber">19</context>
2356 </context-group>
2357 </trans-unit>
2358 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2359 <source>Processed on</source><target>Processed on</target><context-group name="null">
2360 <context context-type="linenumber">22</context>
2361 </context-group>
2362 </trans-unit>
2363 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2364 <source>Finished on</source><target>Finished on</target><context-group name="null">
2365 <context context-type="linenumber">23</context>
2366 </context-group>
2367 </trans-unit>
2368 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
2369 <source>Video quota:</source><target>Video quota:</target><context-group name="null">
2370 <context context-type="linenumber">4</context>
2371 </context-group>
2372 </trans-unit>
2373 <trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8">
2374 <source>Profile</source><target>Profile</target><context-group name="null">
2375 <context context-type="linenumber">7</context>
2376 </context-group>
2377 </trans-unit>
2378 <trans-unit id="b5398623f87ee72ed23f5023918db1707771e925">
2379 <source>Video settings</source><target>Video settings</target><context-group name="null">
2380 <context context-type="linenumber">16</context>
2381 </context-group>
2382 </trans-unit>
2383 <trans-unit id="c74e3202d080780c6415d0e9209c1c859438b735">
2384 <source>Danger zone</source><target>Danger zone</target><context-group name="null">
2385 <context context-type="linenumber">19</context>
2386 </context-group>
2387 </trans-unit>
2388 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
2389 <source>Change ownership</source><target>Change ownership</target><context-group name="null">
2390 <context context-type="linenumber">21</context>
2391 </context-group>
2392 </trans-unit>
2393 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
2394 <source>Select the next owner</source><target>Select the next owner</target><context-group name="null">
2395 <context context-type="linenumber">10</context>
2396 </context-group>
2397 </trans-unit>
2398 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
2399 <source>
2400 Cancel
2401 </source>
2402 <target> </target>
2403 <context-group name="null">
2404 <context context-type="linenumber">35</context>
2405 </context-group>
2406 </trans-unit>
2407 <trans-unit id="16f3de2dba2a3461d7f7a36157d22e6898bb3244">
2408 <source>Create a new video channel</source><target>Create a new video channel</target><context-group name="null">
2409 <context context-type="linenumber">4</context>
2410 </context-group>
2411 </trans-unit>
2412 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
2413 <source>Go to the channel</source><target>Go to the channel</target><context-group name="null">
2414 <context context-type="linenumber">10</context>
2415 </context-group>
2416 </trans-unit>
2417 <trans-unit id="9dbe4718a5611fbc611fc6b5e0b27df813372c68">
2418 <source>Create a video channel</source><target>Create a video channel</target><context-group name="null">
2419 <context context-type="linenumber">6</context>
2420 </context-group>
2421 </trans-unit>
2422 <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558">
2423 <source>Example: my_channel</source><target>Example: my_channel</target><context-group name="null">
2424 <context context-type="linenumber">15</context>
2425 </context-group>
2426 </trans-unit>
2427 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2428 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2429When you will upload a video in this channel, the video support field will be automatically filled by this text.</source><target>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2430When you will upload a video in this channel, the video support field will be automatically filled by this text.</target><context-group name="null">
2431 <context context-type="linenumber">52</context>
2432 </context-group>
2433 </trans-unit>
2434 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
2435 <source>Target</source><target>Target</target><context-group name="null">
2436 <context context-type="linenumber">8</context>
2437 </context-group>
2438 </trans-unit>
2439 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a">
2440 <source>You don't have any subscriptions yet.</source><target>You don't have any subscriptions yet.</target><context-group name="null">
2441 <context context-type="linenumber">1</context>
2442 </context-group>
2443 </trans-unit>
2444 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add">
2445 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source><target>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target><context-group name="null">
2446 <context context-type="linenumber">17</context>
2447 </context-group>
2448 </trans-unit>
2449 <trans-unit id="e006ed166ce188cab168e1ca90435b33d042d913">
2450 <source>Go the owner account page</source><target>Go the owner account page</target><context-group name="null">
2451 <context context-type="linenumber">16</context>
2452 </context-group>
2453 </trans-unit>
2454 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804">
2455 <source>Accept ownership</source><target>Accept ownership</target><context-group name="null">
2456 <context context-type="linenumber">3</context>
2457 </context-group>
2458 </trans-unit>
2459 <trans-unit id="4570c754149df06f31096510abfc925968c35562">
2460 <source>Select the target channel</source><target>Select the target channel</target><context-group name="null">
2461 <context context-type="linenumber">10</context>
2462 </context-group>
2463 </trans-unit>
2464 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
2465 <source>Initiator</source><target>Initiator</target><context-group name="null">
2466 <context context-type="linenumber">13</context>
2467 </context-group>
2468 </trans-unit>
2469 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
2470 <source>
2471 Created
2472 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
2473 </source>
2474 <target> </target>
2475 <context-group name="null">
2476 <context context-type="linenumber">15</context>
2477 </context-group>
2478 </trans-unit>
2479 <trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1">
2480 <source>Status</source><target>Status</target><context-group name="null">
2481 <context context-type="linenumber">19</context>
2482 </context-group>
2483 </trans-unit>
2484 <trans-unit id="1bd5e17c9582661e20763a7634ef07881e33bbd7">
2485 <source>Action</source><target>Action</target><context-group name="null">
2486 <context context-type="linenumber">20</context>
2487 </context-group>
2488 </trans-unit>
2489 <trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff">
2490 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target><context-group name="null">
2491 <context context-type="linenumber">38</context>
2492 </context-group>
2493 </trans-unit>
2494 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
2495 <source>Muted instances</source><target>Muted instances</target><context-group name="null">
2496 <context context-type="linenumber">2</context>
2497 </context-group>
2498 </trans-unit>
2499 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
2500 <source>History enabled</source><target>History enabled</target><context-group name="null">
2501 <context context-type="linenumber">4</context>
2502 </context-group>
2503 </trans-unit>
2504 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
2505 <source>
2506 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2507 Delete history
2508 </source>
2509 <target> </target>
2510 <context-group name="null">
2511 <context context-type="linenumber">7</context>
2512 </context-group>
2513 </trans-unit>
2514 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2515 <source>You don't have videos history yet.</source><target>You don't have videos history yet.</target><context-group name="null">
2516 <context context-type="linenumber">14</context>
2517 </context-group>
2518 </trans-unit>
2519 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
2520 <source>
2521 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2522 Notification preferences
2523 </source>
2524 <target> </target>
2525 <context-group name="null">
2526 <context context-type="linenumber">2</context>
2527 </context-group>
2528 </trans-unit>
2529 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
2530 <source>
2531 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2532 Mark all as read
2533 </source>
2534 <target> </target>
2535 <context-group name="null">
2536 <context context-type="linenumber">7</context>
2537 </context-group>
2538 </trans-unit>
2539 <trans-unit id="be746a6e47e3388c7cf793aef8d7b44b86cc94f2">
2540 <source>Create a new playlist</source><target>Create a new playlist</target><context-group name="null">
2541 <context context-type="linenumber">1</context>
2542 </context-group>
2543 </trans-unit>
2544 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2545 <source>Privacy</source><target>Privacy</target><context-group name="null">
2546 <context context-type="linenumber">179</context>
2547 </context-group>
2548 </trans-unit>
2549 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2550 <source>Channel</source><target>Channel</target><context-group name="null">
2551 <context context-type="linenumber">39</context>
2552 </context-group>
2553 </trans-unit>
2554 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2555 <source>Upload thumbnail</source><target>Upload thumbnail</target><context-group name="null">
2556 <context context-type="linenumber">192</context>
2557 </context-group>
2558 </trans-unit>
2559 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861">
2560 <source>No videos in this playlist.</source><target>No videos in this playlist.</target><context-group name="null">
2561 <context context-type="linenumber">11</context>
2562 </context-group>
2563 </trans-unit>
2564 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2565 <source>Change password</source><target>Change password</target><context-group name="null">
2566 <context context-type="linenumber">30</context>
2567 </context-group>
2568 </trans-unit>
2569 <trans-unit id="0dd390d056411e1709ec97ec51c46d78600e3f7b">
2570 <source>Current password</source><target>Current password</target><context-group name="null">
2571 <context context-type="linenumber">7</context>
2572 </context-group>
2573 </trans-unit>
2574 <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229">
2575 <source>New password</source><target>New password</target><context-group name="null">
2576 <context context-type="linenumber">15</context>
2577 </context-group>
2578 </trans-unit>
2579 <trans-unit id="ede41f01c781b168a783cfcefc6fb67d48780d9b">
2580 <source>Confirm new password</source><target>Confirm new password</target><context-group name="null">
2581 <context context-type="linenumber">23</context>
2582 </context-group>
2583 </trans-unit>
2584 <trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129">
2585 <source>Default policy on videos containing sensitive content</source><target>Default policy on videos containing sensitive content</target><context-group name="null">
2586 <context context-type="linenumber">3</context>
2587 </context-group>
2588 </trans-unit>
2589 <trans-unit id="d044c51156e295824813a866dba9545bdb59466b">
2590 <source>Use WebTorrent to exchange parts of the video with others</source><target>Use WebTorrent to exchange parts of the video with others</target><context-group name="null">
2591 <context context-type="linenumber">21</context>
2592 </context-group>
2593 </trans-unit>
2594 <trans-unit id="fb17c44abac2d1ed2a54cdd28bae289dc0b9a1c2">
2595 <source>Automatically plays video</source><target>Automatically plays video</target><context-group name="null">
2596 <context context-type="linenumber">28</context>
2597 </context-group>
2598 </trans-unit>
2599 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2600 <source>Update my profile</source><target>Update my profile</target><context-group name="null">
2601 <context context-type="linenumber">27</context>
2602 </context-group>
2603 </trans-unit>
2604 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503">
2605 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source><target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</target><context-group name="null">
2606 <context context-type="linenumber">10</context>
2607 </context-group>
2608 </trans-unit>
2609 <trans-unit id="c4a959fc6349bd0793e1ad571d492052a07bdab5">
2610 <source>Change the avatar</source><target>Change the avatar</target><context-group name="null">
2611 <context context-type="linenumber">15</context>
2612 </context-group>
2613 </trans-unit>
2614 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9">
2615 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source><target>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target><context-group name="null">
2616 <context context-type="linenumber">18</context>
2617 </context-group>
2618 </trans-unit>
2619 <trans-unit id="d1a04ba05116499d4cf59a48a282a8bcbf5b622d">
2620 <source>Once you delete your account, there is no going back. Please be certain.</source><target>Once you delete your account, there is no going back. Please be certain.</target><context-group name="null">
2621 <context context-type="linenumber">2</context>
2622 </context-group>
2623 </trans-unit>
2624 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45">
2625 <source>Delete your account</source><target>Delete your account</target><context-group name="null">
2626 <context context-type="linenumber">4</context>
2627 </context-group>
2628 </trans-unit>
2629 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
2630 <source>Activities</source><target>Activities</target><context-group name="null">
2631 <context context-type="linenumber">2</context>
2632 </context-group>
2633 </trans-unit>
2634 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
2635 <source>Web</source><target>Web</target><context-group name="null">
2636 <context context-type="linenumber">3</context>
2637 </context-group>
2638 </trans-unit>
2639 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd">
2640 <source>
2641 Sorry, but we couldn't find the page you were looking for.
2642</source><target>
2643 Sorry, but we couldn't find the page you were looking for.
2644</target><context-group name="null">
2645 <context context-type="linenumber">1</context>
2646 </context-group>
2647 </trans-unit>
2648 <trans-unit id="09a69cde5889927629e2ac9dc63a71b88252b530">
2649 <source>
2650 Verify account email confirmation
2651 </source>
2652 <target> </target>
2653 <context-group name="null">
2654 <context context-type="linenumber">2</context>
2655 </context-group>
2656 </trans-unit>
2657 <trans-unit id="066569dd934e07e4a5f70c415692be17d5715b57">
2658 <source>
2659 Your email has been verified and you may now login. Redirecting...
2660 </source>
2661 <target> </target>
2662 <context-group name="null">
2663 <context context-type="linenumber">6</context>
2664 </context-group>
2665 </trans-unit>
2666 <trans-unit id="7ee8fad77b2664dabfb90ea03470f75a6f6d1d48">
2667 <source>An error occurred. </source>
2668 <target> </target>
2669 <context-group name="null">
2670 <context context-type="linenumber">11</context>
2671 </context-group>
2672 </trans-unit>
2673 <trans-unit id="2d02841904de7f5f60e2618670ac1059f3abec97">
2674 <source>
2675 Request email for account verification
2676 </source>
2677 <target> </target>
2678 <context-group name="null">
2679 <context context-type="linenumber">2</context>
2680 </context-group>
2681 </trans-unit>
2682 <trans-unit id="eb539ec6941044e284f237f5b40d6a0159afe7af">
2683 <source>Send verification email</source><target>Send verification email</target><context-group name="null">
2684 <context context-type="linenumber">17</context>
2685 </context-group>
2686 </trans-unit>
2687 <trans-unit id="a08080316e052053fd20647731a6de826dc8072f">
2688 <source>This instance does not require email verification.</source><target>This instance does not require email verification.</target><context-group name="null">
2689 <context context-type="linenumber">20</context>
2690 </context-group>
2691 </trans-unit>
2692 <trans-unit id="b207b668dc1d056cd7557ffa3b41f1fd0865f93d">
2693 <source>Video playlists</source><target>Video playlists</target><context-group name="null">
2694 <context context-type="linenumber">25</context>
2695 </context-group>
2696 </trans-unit>
2697 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
2698 <source>Support this channel</source><target>Support this channel</target><context-group name="null">
2699 <context context-type="linenumber">9</context>
2700 </context-group>
2701 </trans-unit>
2702 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40">
2703 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source><target>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target><context-group name="null">
2704 <context context-type="linenumber">17</context>
2705 </context-group>
2706 </trans-unit>
2707 <trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e">
2708 <source>
2709 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
2710</source><target>
2711 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
2712</target><context-group name="null">
2713 <context context-type="linenumber">1</context>
2714 </context-group>
2715 </trans-unit>
2716 <trans-unit id="fbbe62dee434f0521e0dfb8e3957d92fc5fcd76f">
2717 <source>This channel does not have playlists.</source><target>This channel does not have playlists.</target><context-group name="null">
2718 <context context-type="linenumber">5</context>
2719 </context-group>
2720 </trans-unit>
2721 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
2722 <source>URL</source><target>URL</target><context-group name="null">
2723 <context context-type="linenumber">25</context>
2724 </context-group>
2725 </trans-unit>
2726 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
2727 <source>You can import any URL &lt;a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'&gt;supported by youtube-dl&lt;/a&gt; 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.</source><target>You can import any URL &lt;a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'&gt;supported by youtube-dl&lt;/a&gt; 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.</target><context-group name="null">
2728 <context context-type="linenumber">9</context>
2729 </context-group>
2730 </trans-unit>
2731 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2732 <source>Sorry, but something went wrong</source><target>Sorry, but something went wrong</target><context-group name="null">
2733 <context context-type="linenumber">49</context>
2734 </context-group>
2735 </trans-unit>
2736 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2737 <source>
2738 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
2739</source><target>
2740 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
2741</target><context-group name="null">
2742 <context context-type="linenumber">46</context>
2743 </context-group>
2744 </trans-unit>
2745 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
2746 <source>Update</source><target>Update</target><context-group name="null">
2747 <context context-type="linenumber">17</context>
2748 </context-group>
2749 </trans-unit>
2750 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2751 <source>Select the file to upload</source><target>Select the file to upload</target><context-group name="null">
2752 <context context-type="linenumber">6</context>
2753 </context-group>
2754 </trans-unit>
2755 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb">
2756 <source>Scheduled</source><target>Scheduled</target><context-group name="null">
2757 <context context-type="linenumber">25</context>
2758 </context-group>
2759 </trans-unit>
2760 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2761 <source>
2762 Congratulations! Your video is now available in your private library.
2763</source><target>
2764 Congratulations! Your video is now available in your private library.
2765</target><context-group name="null">
2766 <context context-type="linenumber">45</context>
2767 </context-group>
2768 </trans-unit>
2769 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2770 <source>Publish will be available when upload is finished</source><target>Publish will be available when upload is finished</target><context-group name="null">
2771 <context context-type="linenumber">58</context>
2772 </context-group>
2773 </trans-unit>
2774 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2775 <source>Publish</source><target>Publish</target><context-group name="null">
2776 <context context-type="linenumber">65</context>
2777 </context-group>
2778 </trans-unit>
2779 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2780 <source>Select the torrent to import</source><target>Select the torrent to import</target><context-group name="null">
2781 <context context-type="linenumber">6</context>
2782 </context-group>
2783 </trans-unit>
2784 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc">
2785 <source>Or</source><target>Or</target><context-group name="null">
2786 <context context-type="linenumber">11</context>
2787 </context-group>
2788 </trans-unit>
2789 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2790 <source>Paste magnet URI</source><target>Paste magnet URI</target><context-group name="null">
2791 <context context-type="linenumber">14</context>
2792 </context-group>
2793 </trans-unit>
2794 <trans-unit id="1ce18c12c809a738f05f2290f46df0677f27ed70">
2795 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source><target>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</target><context-group name="null">
2796 <context context-type="linenumber">17</context>
2797 </context-group>
2798 </trans-unit>
2799 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2800 <source>
2801 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2802</source><target>
2803 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2804</target><context-group name="null">
2805 <context context-type="linenumber">53</context>
2806 </context-group>
2807 </trans-unit>
2808 <trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860">
2809 <source>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source><target>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target><context-group name="null">
2810 <context context-type="linenumber">3</context>
2811 </context-group>
2812 </trans-unit>
2813 <trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5">
2814 <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source><target>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target><context-group name="null">
2815 <context context-type="linenumber">4</context>
2816 </context-group>
2817 </trans-unit>
2818 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3">
2819 <source>Upload a file</source><target>Upload a file</target><context-group name="null">
2820 <context context-type="linenumber">10</context>
2821 </context-group>
2822 </trans-unit>
2823 <trans-unit id="fc865859d33eab6fa0a8015233e4686cd544d470">
2824 <source>Import with URL</source><target>Import with URL</target><context-group name="null">
2825 <context context-type="linenumber">17</context>
2826 </context-group>
2827 </trans-unit>
2828 <trans-unit id="752c401d7dcd708944eef60e411187f71d882340">
2829 <source>Import with torrent</source><target>Import with torrent</target><context-group name="null">
2830 <context context-type="linenumber">24</context>
2831 </context-group>
2832 </trans-unit>
2833 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
2834 <source>Add caption</source><target>Add caption</target><context-group name="null">
2835 <context context-type="linenumber">5</context>
2836 </context-group>
2837 </trans-unit>
2838 <trans-unit id="6bad752cfcac8f3572bdf2c619daec683d56d1a8">
2839 <source>Select the caption file</source><target>Select the caption file</target><context-group name="null">
2840 <context context-type="linenumber">24</context>
2841 </context-group>
2842 </trans-unit>
2843 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3">
2844 <source>
2845 This will replace an existing caption!
2846 </source>
2847 <target> </target>
2848 <context-group name="null">
2849 <context context-type="linenumber">29</context>
2850 </context-group>
2851 </trans-unit>
2852 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2853 <source>Add this caption</source><target>Add this caption</target><context-group name="null">
2854 <context context-type="linenumber">40</context>
2855 </context-group>
2856 </trans-unit>
2857 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2858 <source>Title</source><target>Title</target><context-group name="null">
2859 <context context-type="linenumber">9</context>
2860 </context-group>
2861 </trans-unit>
2862 <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b">
2863 <source>Tags</source><target>Tags</target><context-group name="null">
2864 <context context-type="linenumber">216</context>
2865 </context-group>
2866 </trans-unit>
2867 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
2868 <source>Tags could be used to suggest relevant recommendations.&lt;/br&gt;Press Enter to add a new tag.</source><target>Tags could be used to suggest relevant recommendations.&lt;/br&gt;Press Enter to add a new tag.</target><context-group name="null">
2869 <context context-type="linenumber">18</context>
2870 </context-group>
2871 </trans-unit>
2872 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
2873 <source>+ Tag</source><target>+ Tag</target><context-group name="null">
2874 <context context-type="linenumber">21</context>
2875 </context-group>
2876 </trans-unit>
2877 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
2878 <source>Enter a new tag</source><target>Enter a new tag</target><context-group name="null">
2879 <context context-type="linenumber">21</context>
2880 </context-group>
2881 </trans-unit>
2882 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e">
2883 <source>Video descriptions are truncated by default and require manual action to expand them.</source><target>Video descriptions are truncated by default and require manual action to expand them.</target><context-group name="null">
2884 <context context-type="linenumber">28</context>
2885 </context-group>
2886 </trans-unit>
2887 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2888 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source><target>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target><context-group name="null">
2889 <context context-type="linenumber">105</context>
2890 </context-group>
2891 </trans-unit>
2892 <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee">
2893 <source>This video contains mature or explicit content</source><target>This video contains mature or explicit content</target><context-group name="null">
2894 <context context-type="linenumber">119</context>
2895 </context-group>
2896 </trans-unit>
2897 <trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644">
2898 <source>Some instances do not list videos containing mature or explicit content by default.</source><target>Some instances do not list videos containing mature or explicit content by default.</target><context-group name="null">
2899 <context context-type="linenumber">120</context>
2900 </context-group>
2901 </trans-unit>
2902 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
2903 <source>Wait transcoding before publishing the video</source><target>Wait transcoding before publishing the video</target><context-group name="null">
2904 <context context-type="linenumber">126</context>
2905 </context-group>
2906 </trans-unit>
2907 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
2908 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source><target>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</target><context-group name="null">
2909 <context context-type="linenumber">127</context>
2910 </context-group>
2911 </trans-unit>
2912 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
2913 <source>Basic info</source><target>Basic info</target><context-group name="null">
2914 <context context-type="linenumber">4</context>
2915 </context-group>
2916 </trans-unit>
2917 <trans-unit id="92bcfd1d237a2bfe48dc9f46d074ed26abc8df22">
2918 <source>Add another caption</source><target>Add another caption</target><context-group name="null">
2919 <context context-type="linenumber">142</context>
2920 </context-group>
2921 </trans-unit>
2922 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
2923 <source>See the subtitle file</source><target>See the subtitle file</target><context-group name="null">
2924 <context context-type="linenumber">151</context>
2925 </context-group>
2926 </trans-unit>
2927 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2928 <source>Already uploaded ✔</source><target>Already uploaded ✔</target><context-group name="null">
2929 <context context-type="linenumber">155</context>
2930 </context-group>
2931 </trans-unit>
2932 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
2933 <source>Will be created on update</source><target>Will be created on update</target><context-group name="null">
2934 <context context-type="linenumber">163</context>
2935 </context-group>
2936 </trans-unit>
2937 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
2938 <source>Cancel create</source><target>Cancel create</target><context-group name="null">
2939 <context context-type="linenumber">165</context>
2940 </context-group>
2941 </trans-unit>
2942 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
2943 <source>Will be deleted on update</source><target>Will be deleted on update</target><context-group name="null">
2944 <context context-type="linenumber">171</context>
2945 </context-group>
2946 </trans-unit>
2947 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
2948 <source>Cancel deletion</source><target>Cancel deletion</target><context-group name="null">
2949 <context context-type="linenumber">173</context>
2950 </context-group>
2951 </trans-unit>
2952 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
2953 <source>
2954 No captions for now.
2955 </source>
2956 <target> </target>
2957 <context-group name="null">
2958 <context context-type="linenumber">178</context>
2959 </context-group>
2960 </trans-unit>
2961 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
2962 <source>Captions</source><target>Captions</target><context-group name="null">
2963 <context context-type="linenumber">135</context>
2964 </context-group>
2965 </trans-unit>
2966 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2967 <source>Upload preview</source><target>Upload preview</target><context-group name="null">
2968 <context context-type="linenumber">199</context>
2969 </context-group>
2970 </trans-unit>
2971 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
2972 <source>Support</source><target>Support</target><context-group name="null">
2973 <context context-type="linenumber">103</context>
2974 </context-group>
2975 </trans-unit>
2976 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
2977 <source>Short text to tell people how they can support you (membership platform...).</source><target>Short text to tell people how they can support you (membership platform...).</target><context-group name="null">
2978 <context context-type="linenumber">206</context>
2979 </context-group>
2980 </trans-unit>
2981 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
2982 <source>Original publication date</source><target>Original publication date</target><context-group name="null">
2983 <context context-type="linenumber">219</context>
2984 </context-group>
2985 </trans-unit>
2986 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
2987 <source>This is the date when the content was originally published (e.g. the release date for a film)</source><target>This is the date when the content was originally published (e.g. the release date for a film)</target><context-group name="null">
2988 <context context-type="linenumber">220</context>
2989 </context-group>
2990 </trans-unit>
2991 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2992 <source>Enable video comments</source><target>Enable video comments</target><context-group name="null">
2993 <context context-type="linenumber">234</context>
2994 </context-group>
2995 </trans-unit>
2996 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
2997 <source>Enable download</source><target>Enable download</target><context-group name="null">
2998 <context context-type="linenumber">239</context>
2999 </context-group>
3000 </trans-unit>
3001 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
3002 <source>Advanced settings</source><target>Advanced settings</target><context-group name="null">
3003 <context context-type="linenumber">186</context>
3004 </context-group>
3005 </trans-unit>
3006 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
3007 <source>
3008 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
3009 </source>
3010 <target> </target>
3011 <context-group name="null">
3012 <context context-type="linenumber">2</context>
3013 </context-group>
3014 </trans-unit>
3015 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
3016 <source>Share</source><target>Share</target><context-group name="null">
3017 <context context-type="linenumber">108</context>
3018 </context-group>
3019 </trans-unit>
3020 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
3021 <source>QR-Code</source><target>QR-Code</target><context-group name="null">
3022 <context context-type="linenumber">37</context>
3023 </context-group>
3024 </trans-unit>
3025 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3026 <source>Embed</source><target>Embed</target><context-group name="null">
3027 <context context-type="linenumber">42</context>
3028 </context-group>
3029 </trans-unit>
3030 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
3031 <source>
3032 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).
3033 </source>
3034 <target> </target>
3035 <context-group name="null">
3036 <context context-type="linenumber">53</context>
3037 </context-group>
3038 </trans-unit>
3039 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3040 <source>Close</source>
3041 <target>Dùin</target>
3042 <context-group name="null">
3043 <context context-type="linenumber">59</context>
3044 </context-group>
3045 </trans-unit>
3046 <trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99">
3047 <source>Public</source><target>Public</target><context-group name="null">
3048 <context context-type="linenumber">19</context>
3049 </context-group>
3050 </trans-unit>
3051 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3052 <source>This video is blacklisted.</source><target>This video is blacklisted.</target><context-group name="null">
3053 <context context-type="linenumber">57</context>
3054 </context-group>
3055 </trans-unit>
3056 <trans-unit id="99686034581579c92a971f4eeebd2c072c812e2d">
3057 <source>
3058 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3059 </source>
3060 <target> </target>
3061 <context-group name="null">
3062 <context context-type="linenumber">69</context>
3063 </context-group>
3064 </trans-unit>
3065 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
3066 <source>
3067 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3068 </source>
3069 <target> </target>
3070 <context-group name="null">
3071 <context context-type="linenumber">78</context>
3072 </context-group>
3073 </trans-unit>
3074 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3075 <source>Like this video</source><target>Like this video</target><context-group name="null">
3076 <context context-type="linenumber">88</context>
3077 </context-group>
3078 </trans-unit>
3079 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3080 <source>Dislike this video</source><target>Dislike this video</target><context-group name="null">
3081 <context context-type="linenumber">96</context>
3082 </context-group>
3083 </trans-unit>
3084 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3085 <source>Go the channel page</source><target>Go the channel page</target><context-group name="null">
3086 <context context-type="linenumber">143</context>
3087 </context-group>
3088 </trans-unit>
3089 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3090 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source><target>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target><context-group name="null">
3091 <context context-type="linenumber">154</context>
3092 </context-group>
3093 </trans-unit>
3094 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3095 <source>Show more</source><target>Show more</target><context-group name="null">
3096 <context context-type="linenumber">166</context>
3097 </context-group>
3098 </trans-unit>
3099 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3100 <source>Show less</source><target>Show less</target><context-group name="null">
3101 <context context-type="linenumber">172</context>
3102 </context-group>
3103 </trans-unit>
3104 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3105 <source>Originally published</source><target>Originally published</target><context-group name="null">
3106 <context context-type="linenumber">184</context>
3107 </context-group>
3108 </trans-unit>
3109 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3110 <source>Friendly Reminder: </source>
3111 <target> </target>
3112 <context-group name="null">
3113 <context context-type="linenumber">232</context>
3114 </context-group>
3115 </trans-unit>
3116 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
3117 <source>
3118 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.
3119 </source>
3120 <target> </target>
3121 <context-group name="null">
3122 <context context-type="linenumber">233</context>
3123 </context-group>
3124 </trans-unit>
3125 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3126 <source>More information</source><target>More information</target><context-group name="null">
3127 <context context-type="linenumber">236</context>
3128 </context-group>
3129 </trans-unit>
3130 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3131 <source>Get more information</source><target>Get more information</target><context-group name="null">
3132 <context context-type="linenumber">236</context>
3133 </context-group>
3134 </trans-unit>
3135 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
3136 <source>
3137 OK
3138 </source>
3139 <target> </target>
3140 <context-group name="null">
3141 <context context-type="linenumber">239</context>
3142 </context-group>
3143 </trans-unit>
3144 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
3145 <source>
3146 Other videos
3147 </source>
3148 <target> </target>
3149 <context-group name="null">
3150 <context context-type="linenumber">2</context>
3151 </context-group>
3152 </trans-unit>
3153 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7">
3154 <source>
3155 Comments
3156 </source>
3157 <target> </target>
3158 <context-group name="null">
3159 <context context-type="linenumber">3</context>
3160 </context-group>
3161 </trans-unit>
3162 <trans-unit id="17810e68b0ba21e62e61eecfaf0a93b2c91033b4">
3163 <source>No comments.</source><target>No comments.</target><context-group name="null">
3164 <context context-type="linenumber">17</context>
3165 </context-group>
3166 </trans-unit>
3167 <trans-unit id="69c081796209e45e26af91152ec9bd0a65ec261e">
3168 <source>View all <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target>View all <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target><context-group name="null">
3169 <context context-type="linenumber">54</context>
3170 </context-group>
3171 </trans-unit>
3172 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3173 <source>
3174 Comments are disabled.
3175 </source>
3176 <target> </target>
3177 <context-group name="null">
3178 <context context-type="linenumber">63</context>
3179 </context-group>
3180 </trans-unit>
3181 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3182 <source>Add comment...</source><target>Add comment...</target><context-group name="null">
3183 <context context-type="linenumber">6</context>
3184 </context-group>
3185 </trans-unit>
3186 <trans-unit id="26fa50ba8e69b53162b348d98e25f8b76c81343e">
3187 <source>
3188 Post comment
3189 </source>
3190 <target> </target>
3191 <context-group name="null">
3192 <context context-type="linenumber">20</context>
3193 </context-group>
3194 </trans-unit>
3195 <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135">
3196 <source>You are one step away from commenting</source><target>You are one step away from commenting</target><context-group name="null">
3197 <context context-type="linenumber">28</context>
3198 </context-group>
3199 </trans-unit>
3200 <trans-unit id="7984a44ce86b961f4f18c9a58c638f5e8f07a225">
3201 <source>
3202 If you have an account on this instance, you can login:
3203 </source>
3204 <target> </target>
3205 <context-group name="null">
3206 <context context-type="linenumber">32</context>
3207 </context-group>
3208 </trans-unit>
3209 <trans-unit id="afe0ad39fee662489f1033e53aea3e16a7e89228">
3210 <source>login to comment</source><target>login to comment</target><context-group name="null">
3211 <context context-type="linenumber">35</context>
3212 </context-group>
3213 </trans-unit>
3214 <trans-unit id="a5a3f17c9b4876952d78363834d57280c8684e7c">
3215 <source>
3216 Otherwise you can comment using an account on any ActivityPub-compatible instance.
3217 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3218 from within the software's interface.
3219 </source>
3220 <target> </target>
3221 <context-group name="null">
3222 <context context-type="linenumber">36</context>
3223 </context-group>
3224 </trans-unit>
3225 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb">
3226 <source>
3227 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
3228 </source>
3229 <target> </target>
3230 <context-group name="null">
3231 <context context-type="linenumber">41</context>
3232 </context-group>
3233 </trans-unit>
3234 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285">
3235 <source>Highlighted comment</source><target>Highlighted comment</target><context-group name="null">
3236 <context context-type="linenumber">5</context>
3237 </context-group>
3238 </trans-unit>
3239 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6">
3240 <source>Reply</source><target>Reply</target><context-group name="null">
3241 <context context-type="linenumber">14</context>
3242 </context-group>
3243 </trans-unit>
3244 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
3245 <source>Cannot get about information from server</source><target>Cannot get about information from server</target><context-group name="null">
3246 <context context-type="linenumber">1</context>
3247 </context-group>
3248 </trans-unit>
3249 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
3250 <source>Your message has been sent.</source><target>Your message has been sent.</target><context-group name="null">
3251 <context context-type="linenumber">1</context>
3252 </context-group>
3253 </trans-unit>
3254 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
3255 <source>You already sent this form recently</source><target>You already sent this form recently</target><context-group name="null">
3256 <context context-type="linenumber">1</context>
3257 </context-group>
3258 </trans-unit>
3259 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
3260 <source>No description</source><target>No description</target><context-group name="null">
3261 <context context-type="linenumber">1</context>
3262 </context-group>
3263 </trans-unit>
3264 <trans-unit id="2f03e577e8f81a9f8be0095f93e1f9376c6eedc9">
3265 <source>Published videos</source><target>Published videos</target><context-group name="null">
3266 <context context-type="linenumber">1</context>
3267 </context-group>
3268 </trans-unit>
3269 <trans-unit id="369ef5e9c0dd1251abdbf699a5db408bca10777f">
3270 <source>Published <x id="INTERPOLATION" equiv-text="{{totalVideos}}"/> videos</source><target>Published <x id="INTERPOLATION" equiv-text="{{totalVideos}}"/> videos</target><context-group name="null">
3271 <context context-type="linenumber">1</context>
3272 </context-group>
3273 </trans-unit>
3274 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
3275 <source>240p</source><target>240p</target><context-group name="null">
3276 <context context-type="linenumber">1</context>
3277 </context-group>
3278 </trans-unit>
3279 <trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e">
3280 <source>360p</source><target>360p</target><context-group name="null">
3281 <context context-type="linenumber">1</context>
3282 </context-group>
3283 </trans-unit>
3284 <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5">
3285 <source>480p</source><target>480p</target><context-group name="null">
3286 <context context-type="linenumber">1</context>
3287 </context-group>
3288 </trans-unit>
3289 <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2">
3290 <source>720p</source><target>720p</target><context-group name="null">
3291 <context context-type="linenumber">1</context>
3292 </context-group>
3293 </trans-unit>
3294 <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9">
3295 <source>1080p</source><target>1080p</target><context-group name="null">
3296 <context context-type="linenumber">1</context>
3297 </context-group>
3298 </trans-unit>
3299 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111">
3300 <source>Auto (via ffmpeg)</source><target>Auto (via ffmpeg)</target><context-group name="null">
3301 <context context-type="linenumber">1</context>
3302 </context-group>
3303 </trans-unit>
3304 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048">
3305 <source>Configuration updated.</source><target>Configuration updated.</target><context-group name="null">
3306 <context context-type="linenumber">1</context>
3307 </context-group>
3308 </trans-unit>
3309 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
3310 <source>Unlimited</source><target>Unlimited</target><context-group name="null">
3311 <context context-type="linenumber">1</context>
3312 </context-group>
3313 </trans-unit>
3314 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
3315 <source>100MB</source><target>100MB</target><context-group name="null">
3316 <context context-type="linenumber">1</context>
3317 </context-group>
3318 </trans-unit>
3319 <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174">
3320 <source>500MB</source><target>500MB</target><context-group name="null">
3321 <context context-type="linenumber">1</context>
3322 </context-group>
3323 </trans-unit>
3324 <trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b">
3325 <source>1GB</source><target>1GB</target><context-group name="null">
3326 <context context-type="linenumber">1</context>
3327 </context-group>
3328 </trans-unit>
3329 <trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8">
3330 <source>5GB</source><target>5GB</target><context-group name="null">
3331 <context context-type="linenumber">1</context>
3332 </context-group>
3333 </trans-unit>
3334 <trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae">
3335 <source>20GB</source><target>20GB</target><context-group name="null">
3336 <context context-type="linenumber">1</context>
3337 </context-group>
3338 </trans-unit>
3339 <trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e">
3340 <source>50GB</source><target>50GB</target><context-group name="null">
3341 <context context-type="linenumber">1</context>
3342 </context-group>
3343 </trans-unit>
3344 <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d">
3345 <source>10MB</source><target>10MB</target><context-group name="null">
3346 <context context-type="linenumber">1</context>
3347 </context-group>
3348 </trans-unit>
3349 <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af">
3350 <source>50MB</source><target>50MB</target><context-group name="null">
3351 <context context-type="linenumber">1</context>
3352 </context-group>
3353 </trans-unit>
3354 <trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a">
3355 <source>2GB</source><target>2GB</target><context-group name="null">
3356 <context context-type="linenumber">1</context>
3357 </context-group>
3358 </trans-unit>
3359 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84">
3360 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target><context-group name="null">
3361 <context context-type="linenumber">1</context>
3362 </context-group>
3363 </trans-unit>
3364 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df">
3365 <source>You need to specify hosts to follow.</source><target>You need to specify hosts to follow.</target><context-group name="null">
3366 <context context-type="linenumber">1</context>
3367 </context-group>
3368 </trans-unit>
3369 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
3370 <source>Hosts need to be unique.</source><target>Hosts need to be unique.</target><context-group name="null">
3371 <context context-type="linenumber">1</context>
3372 </context-group>
3373 </trans-unit>
3374 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
3375 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source>
3376 <target> </target>
3377 <context-group name="null">
3378 <context context-type="linenumber">1</context>
3379 </context-group>
3380 </trans-unit>
3381 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
3382 <source>Follow new server(s)</source><target>Follow new server(s)</target><context-group name="null">
3383 <context context-type="linenumber">1</context>
3384 </context-group>
3385 </trans-unit>
3386 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
3387 <source>Follow request(s) sent!</source><target>Follow request(s) sent!</target><context-group name="null">
3388 <context context-type="linenumber">1</context>
3389 </context-group>
3390 </trans-unit>
3391 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
3392 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target><context-group name="null">
3393 <context context-type="linenumber">1</context>
3394 </context-group>
3395 </trans-unit>
3396 <trans-unit id="a89875525c82ab81ffe32e481a5475b43d0c2902">
3397 <source>Unfollow</source><target>Unfollow</target><context-group name="null">
3398 <context context-type="linenumber">1</context>
3399 </context-group>
3400 </trans-unit>
3401 <trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0">
3402 <source>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source><target>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</target><context-group name="null">
3403 <context context-type="linenumber">1</context>
3404 </context-group>
3405 </trans-unit>
3406 <trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246">
3407 <source>enabled</source><target>enabled</target><context-group name="null">
3408 <context context-type="linenumber">1</context>
3409 </context-group>
3410 </trans-unit>
3411 <trans-unit id="795733aac948794cadeb3be6386882efac2c38ad">
3412 <source>disabled</source><target>disabled</target><context-group name="null">
3413 <context context-type="linenumber">1</context>
3414 </context-group>
3415 </trans-unit>
3416 <trans-unit id="1123807fc813c816404598147173403d00117557">
3417 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source><target>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target><context-group name="null">
3418 <context context-type="linenumber">1</context>
3419 </context-group>
3420 </trans-unit>
3421 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da">
3422 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</target><context-group name="null">
3423 <context context-type="linenumber">1</context>
3424 </context-group>
3425 </trans-unit>
3426 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330">
3427 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</target><context-group name="null">
3428 <context context-type="linenumber">1</context>
3429 </context-group>
3430 </trans-unit>
3431 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
3432 <source>Comment updated.</source><target>Comment updated.</target><context-group name="null">
3433 <context context-type="linenumber">1</context>
3434 </context-group>
3435 </trans-unit>
3436 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978">
3437 <source>Delete this report</source><target>Delete this report</target><context-group name="null">
3438 <context context-type="linenumber">1</context>
3439 </context-group>
3440 </trans-unit>
3441 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321">
3442 <source>Update moderation comment</source><target>Update moderation comment</target><context-group name="null">
3443 <context context-type="linenumber">1</context>
3444 </context-group>
3445 </trans-unit>
3446 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
3447 <source>Mark as accepted</source><target>Mark as accepted</target><context-group name="null">
3448 <context context-type="linenumber">1</context>
3449 </context-group>
3450 </trans-unit>
3451 <trans-unit id="d895b090c054bfc0ad3aba816af0615a1997f5a3">
3452 <source>Mark as rejected</source><target>Mark as rejected</target><context-group name="null">
3453 <context context-type="linenumber">1</context>
3454 </context-group>
3455 </trans-unit>
3456 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
3457 <source>Do you really want to delete this abuse report?</source><target>Do you really want to delete this abuse report?</target><context-group name="null">
3458 <context context-type="linenumber">1</context>
3459 </context-group>
3460 </trans-unit>
3461 <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9">
3462 <source>Abuse deleted.</source><target>Abuse deleted.</target><context-group name="null">
3463 <context context-type="linenumber">1</context>
3464 </context-group>
3465 </trans-unit>
3466 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611">
3467 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source><target>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</target><context-group name="null">
3468 <context context-type="linenumber">1</context>
3469 </context-group>
3470 </trans-unit>
3471 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5">
3472 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source><target><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</target><context-group name="null">
3473 <context context-type="linenumber">1</context>
3474 </context-group>
3475 </trans-unit>
3476 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
3477 <source>yes</source><target>yes</target><context-group name="null">
3478 <context context-type="linenumber">1</context>
3479 </context-group>
3480 </trans-unit>
3481 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
3482 <source>no</source><target>no</target><context-group name="null">
3483 <context context-type="linenumber">1</context>
3484 </context-group>
3485 </trans-unit>
3486 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
3487 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source><target>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</target><context-group name="null">
3488 <context context-type="linenumber">1</context>
3489 </context-group>
3490 </trans-unit>
3491 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f">
3492 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source><target>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</target><context-group name="null">
3493 <context context-type="linenumber">1</context>
3494 </context-group>
3495 </trans-unit>
3496 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
3497 <source>Info</source><target>Info</target><context-group name="null">
3498 <context context-type="linenumber">1</context>
3499 </context-group>
3500 </trans-unit>
3501 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
3502 <source>Warning</source><target>Warning</target><context-group name="null">
3503 <context context-type="linenumber">1</context>
3504 </context-group>
3505 </trans-unit>
3506 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
3507 <source>Error</source><target>Error</target><context-group name="null">
3508 <context context-type="linenumber">1</context>
3509 </context-group>
3510 </trans-unit>
3511 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
3512 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source><target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</target><context-group name="null">
3513 <context context-type="linenumber">1</context>
3514 </context-group>
3515 </trans-unit>
3516 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
3517 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source><target>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target><context-group name="null">
3518 <context context-type="linenumber">1</context>
3519 </context-group>
3520 </trans-unit>
3521 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
3522 <source>Update user password</source><target>Update user password</target><context-group name="null">
3523 <context context-type="linenumber">1</context>
3524 </context-group>
3525 </trans-unit>
3526 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
3527 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target><context-group name="null">
3528 <context context-type="linenumber">1</context>
3529 </context-group>
3530 </trans-unit>
3531 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
3532 <source>Update user</source><target>Update user</target><context-group name="null">
3533 <context context-type="linenumber">1</context>
3534 </context-group>
3535 </trans-unit>
3536 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
3537 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source><target>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target><context-group name="null">
3538 <context context-type="linenumber">1</context>
3539 </context-group>
3540 </trans-unit>
3541 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
3542 <source>Unban</source><target>Unban</target><context-group name="null">
3543 <context context-type="linenumber">1</context>
3544 </context-group>
3545 </trans-unit>
3546 <trans-unit id="910ed85f550272401b134a40d019ab3359fe883f">
3547 <source>Set Email as Verified</source><target>Set Email as Verified</target><context-group name="null">
3548 <context context-type="linenumber">1</context>
3549 </context-group>
3550 </trans-unit>
3551 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf">
3552 <source>You cannot ban root.</source><target>You cannot ban root.</target><context-group name="null">
3553 <context context-type="linenumber">1</context>
3554 </context-group>
3555 </trans-unit>
3556 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e">
3557 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source><target>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</target><context-group name="null">
3558 <context context-type="linenumber">1</context>
3559 </context-group>
3560 </trans-unit>
3561 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd">
3562 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source><target><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</target><context-group name="null">
3563 <context context-type="linenumber">1</context>
3564 </context-group>
3565 </trans-unit>
3566 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11">
3567 <source>You cannot delete root.</source><target>You cannot delete root.</target><context-group name="null">
3568 <context context-type="linenumber">1</context>
3569 </context-group>
3570 </trans-unit>
3571 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51">
3572 <source>If you remove these users, you will not be able to create others with the same username!</source><target>If you remove these users, you will not be able to create others with the same username!</target><context-group name="null">
3573 <context context-type="linenumber">1</context>
3574 </context-group>
3575 </trans-unit>
3576 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329">
3577 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source><target><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</target><context-group name="null">
3578 <context context-type="linenumber">1</context>
3579 </context-group>
3580 </trans-unit>
3581 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650">
3582 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source><target><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</target><context-group name="null">
3583 <context context-type="linenumber">1</context>
3584 </context-group>
3585 </trans-unit>
3586 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de">
3587 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</target><context-group name="null">
3588 <context context-type="linenumber">1</context>
3589 </context-group>
3590 </trans-unit>
3591 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c">
3592 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</target><context-group name="null">
3593 <context context-type="linenumber">1</context>
3594 </context-group>
3595 </trans-unit>
3596 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
3597 <source>My videos history</source><target>My videos history</target><context-group name="null">
3598 <context context-type="linenumber">1</context>
3599 </context-group>
3600 </trans-unit>
3601 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
3602 <source>Videos history is enabled</source><target>Videos history is enabled</target><context-group name="null">
3603 <context context-type="linenumber">1</context>
3604 </context-group>
3605 </trans-unit>
3606 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
3607 <source>Videos history is disabled</source><target>Videos history is disabled</target><context-group name="null">
3608 <context context-type="linenumber">1</context>
3609 </context-group>
3610 </trans-unit>
3611 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
3612 <source>Delete videos history</source><target>Delete videos history</target><context-group name="null">
3613 <context context-type="linenumber">1</context>
3614 </context-group>
3615 </trans-unit>
3616 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
3617 <source>Are you sure you want to delete all your videos history?</source><target>Are you sure you want to delete all your videos history?</target><context-group name="null">
3618 <context context-type="linenumber">1</context>
3619 </context-group>
3620 </trans-unit>
3621 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
3622 <source>Videos history deleted</source><target>Videos history deleted</target><context-group name="null">
3623 <context context-type="linenumber">1</context>
3624 </context-group>
3625 </trans-unit>
3626 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e">
3627 <source>Ownership accepted</source><target>Ownership accepted</target><context-group name="null">
3628 <context context-type="linenumber">1</context>
3629 </context-group>
3630 </trans-unit>
3631 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc">
3632 <source>Password updated.</source><target>Password updated.</target><context-group name="null">
3633 <context context-type="linenumber">1</context>
3634 </context-group>
3635 </trans-unit>
3636 <trans-unit id="466fc8cf56fd4e4e90fec4b900ef083d52bec38c">
3637 <source>You current password is invalid.</source><target>You current password is invalid.</target><context-group name="null">
3638 <context context-type="linenumber">1</context>
3639 </context-group>
3640 </trans-unit>
3641 <trans-unit id="ca8e8cf0f1686604db3b6a2ebadab7f7b426a047">
3642 <source>Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.</source><target>Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.</target><context-group name="null">
3643 <context context-type="linenumber">1</context>
3644 </context-group>
3645 </trans-unit>
3646 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311">
3647 <source>Type your username to confirm</source><target>Type your username to confirm</target><context-group name="null">
3648 <context context-type="linenumber">1</context>
3649 </context-group>
3650 </trans-unit>
3651 <trans-unit id="d8a8a7f7160939fb55e82bc01fe9f876f5f2e065">
3652 <source>Delete my account</source><target>Delete my account</target><context-group name="null">
3653 <context context-type="linenumber">1</context>
3654 </context-group>
3655 </trans-unit>
3656 <trans-unit id="8eb8b1a728159f43c31abf76c28ef3ff6c230af7">
3657 <source>Your account is deleted.</source><target>Your account is deleted.</target><context-group name="null">
3658 <context context-type="linenumber">1</context>
3659 </context-group>
3660 </trans-unit>
3661 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
3662 <source>New video from your subscriptions</source><target>New video from your subscriptions</target><context-group name="null">
3663 <context context-type="linenumber">1</context>
3664 </context-group>
3665 </trans-unit>
3666 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
3667 <source>New comment on your video</source><target>New comment on your video</target><context-group name="null">
3668 <context context-type="linenumber">1</context>
3669 </context-group>
3670 </trans-unit>
3671 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8">
3672 <source>New video abuse</source><target>New video abuse</target><context-group name="null">
3673 <context context-type="linenumber">1</context>
3674 </context-group>
3675 </trans-unit>
3676 <trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47">
3677 <source>Video auto-blacklisted waiting review</source><target>Video auto-blacklisted waiting review</target><context-group name="null">
3678 <context context-type="linenumber">1</context>
3679 </context-group>
3680 </trans-unit>
3681 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
3682 <source>One of your video is blacklisted/unblacklisted</source><target>One of your video is blacklisted/unblacklisted</target><context-group name="null">
3683 <context context-type="linenumber">1</context>
3684 </context-group>
3685 </trans-unit>
3686 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
3687 <source>Video published (after transcoding/scheduled update)</source><target>Video published (after transcoding/scheduled update)</target><context-group name="null">
3688 <context context-type="linenumber">1</context>
3689 </context-group>
3690 </trans-unit>
3691 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
3692 <source>Video import finished</source><target>Video import finished</target><context-group name="null">
3693 <context context-type="linenumber">1</context>
3694 </context-group>
3695 </trans-unit>
3696 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
3697 <source>A new user registered on your instance</source><target>A new user registered on your instance</target><context-group name="null">
3698 <context context-type="linenumber">1</context>
3699 </context-group>
3700 </trans-unit>
3701 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2">
3702 <source>You or your channel(s) has a new follower</source><target>You or your channel(s) has a new follower</target><context-group name="null">
3703 <context context-type="linenumber">1</context>
3704 </context-group>
3705 </trans-unit>
3706 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
3707 <source>Someone mentioned you in video comments</source><target>Someone mentioned you in video comments</target><context-group name="null">
3708 <context context-type="linenumber">1</context>
3709 </context-group>
3710 </trans-unit>
3711 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
3712 <source>Preferences saved</source><target>Preferences saved</target><context-group name="null">
3713 <context context-type="linenumber">1</context>
3714 </context-group>
3715 </trans-unit>
3716 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b">
3717 <source>Profile updated.</source><target>Profile updated.</target><context-group name="null">
3718 <context context-type="linenumber">1</context>
3719 </context-group>
3720 </trans-unit>
3721 <trans-unit id="1e003ad599ef836949b9f4dad3037a58ef3ff8d1">
3722 <source>Avatar changed.</source><target>Avatar changed.</target><context-group name="null">
3723 <context context-type="linenumber">1</context>
3724 </context-group>
3725 </trans-unit>
3726 <trans-unit id="214b802dfd6f544003147a7a68938ec1055c8f32">
3727 <source>Information updated.</source><target>Information updated.</target><context-group name="null">
3728 <context context-type="linenumber">1</context>
3729 </context-group>
3730 </trans-unit>
3731 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645">
3732 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source><target>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</target><context-group name="null">
3733 <context context-type="linenumber">1</context>
3734 </context-group>
3735 </trans-unit>
3736 <trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47">
3737 <source>This name already exists on this instance.</source><target>This name already exists on this instance.</target><context-group name="null">
3738 <context context-type="linenumber">1</context>
3739 </context-group>
3740 </trans-unit>
3741 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
3742 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source><target>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</target><context-group name="null">
3743 <context context-type="linenumber">1</context>
3744 </context-group>
3745 </trans-unit>
3746 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791">
3747 <source>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}}"/>)!</source><target>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}}"/>)!</target><context-group name="null">
3748 <context context-type="linenumber">1</context>
3749 </context-group>
3750 </trans-unit>
3751 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
3752 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source><target>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</target><context-group name="null">
3753 <context context-type="linenumber">1</context>
3754 </context-group>
3755 </trans-unit>
3756 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
3757 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source><target>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</target><context-group name="null">
3758 <context context-type="linenumber">1</context>
3759 </context-group>
3760 </trans-unit>
3761 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d">
3762 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source><target>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</target><context-group name="null">
3763 <context context-type="linenumber">1</context>
3764 </context-group>
3765 </trans-unit>
3766 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d">
3767 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source><target>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</target><context-group name="null">
3768 <context context-type="linenumber">1</context>
3769 </context-group>
3770 </trans-unit>
3771 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783">
3772 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source><target>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</target><context-group name="null">
3773 <context context-type="linenumber">1</context>
3774 </context-group>
3775 </trans-unit>
3776 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86">
3777 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source><target>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</target><context-group name="null">
3778 <context context-type="linenumber">1</context>
3779 </context-group>
3780 </trans-unit>
3781 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
3782 <source>My videos</source><target>My videos</target><context-group name="null">
3783 <context context-type="linenumber">1</context>
3784 </context-group>
3785 </trans-unit>
3786 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd">
3787 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source><target>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</target><context-group name="null">
3788 <context context-type="linenumber">1</context>
3789 </context-group>
3790 </trans-unit>
3791 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83">
3792 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source><target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</target><context-group name="null">
3793 <context context-type="linenumber">1</context>
3794 </context-group>
3795 </trans-unit>
3796 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7">
3797 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source><target>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</target><context-group name="null">
3798 <context context-type="linenumber">1</context>
3799 </context-group>
3800 </trans-unit>
3801 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118">
3802 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source><target>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</target><context-group name="null">
3803 <context context-type="linenumber">1</context>
3804 </context-group>
3805 </trans-unit>
3806 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd">
3807 <source>Ownership change request sent.</source><target>Ownership change request sent.</target><context-group name="null">
3808 <context context-type="linenumber">1</context>
3809 </context-group>
3810 </trans-unit>
3811 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
3812 <source>My channels</source><target>My channels</target><context-group name="null">
3813 <context context-type="linenumber">1</context>
3814 </context-group>
3815 </trans-unit>
3816 <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2">
3817 <source>My playlists</source><target>My playlists</target><context-group name="null">
3818 <context context-type="linenumber">1</context>
3819 </context-group>
3820 </trans-unit>
3821 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9">
3822 <source>My subscriptions</source><target>My subscriptions</target><context-group name="null">
3823 <context context-type="linenumber">1</context>
3824 </context-group>
3825 </trans-unit>
3826 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
3827 <source>My history</source><target>My history</target><context-group name="null">
3828 <context context-type="linenumber">1</context>
3829 </context-group>
3830 </trans-unit>
3831 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
3832 <source>Misc</source><target>Misc</target><context-group name="null">
3833 <context context-type="linenumber">1</context>
3834 </context-group>
3835 </trans-unit>
3836 <trans-unit id="73022f1676784c4f9b8cdbb322e52b02ccc800b7">
3837 <source>Ownership changes</source><target>Ownership changes</target><context-group name="null">
3838 <context context-type="linenumber">1</context>
3839 </context-group>
3840 </trans-unit>
3841 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6">
3842 <source>My settings</source><target>My settings</target><context-group name="null">
3843 <context context-type="linenumber">1</context>
3844 </context-group>
3845 </trans-unit>
3846 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
3847 <source>My notifications</source><target>My notifications</target><context-group name="null">
3848 <context context-type="linenumber">1</context>
3849 </context-group>
3850 </trans-unit>
3851 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706">
3852 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source><target>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target><context-group name="null">
3853 <context context-type="linenumber">1</context>
3854 </context-group>
3855 </trans-unit>
3856 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752">
3857 <source>Unable to find user id or verification string.</source><target>Unable to find user id or verification string.</target><context-group name="null">
3858 <context context-type="linenumber">1</context>
3859 </context-group>
3860 </trans-unit>
3861 <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598">
3862 <source>Subscribe to the account</source><target>Subscribe to the account</target><context-group name="null">
3863 <context context-type="linenumber">1</context>
3864 </context-group>
3865 </trans-unit>
3866 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013">
3867 <source>Focus the search bar</source><target>Focus the search bar</target><context-group name="null">
3868 <context context-type="linenumber">1</context>
3869 </context-group>
3870 </trans-unit>
3871 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099">
3872 <source>Toggle the left menu</source><target>Toggle the left menu</target><context-group name="null">
3873 <context context-type="linenumber">1</context>
3874 </context-group>
3875 </trans-unit>
3876 <trans-unit id="b54759e30f7c1983940cdacb8eb03f102a869084">
3877 <source>Go to the videos overview page</source><target>Go to the videos overview page</target><context-group name="null">
3878 <context context-type="linenumber">1</context>
3879 </context-group>
3880 </trans-unit>
3881 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0">
3882 <source>Go to the trending videos page</source><target>Go to the trending videos page</target><context-group name="null">
3883 <context context-type="linenumber">1</context>
3884 </context-group>
3885 </trans-unit>
3886 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d">
3887 <source>Go to the recently added videos page</source><target>Go to the recently added videos page</target><context-group name="null">
3888 <context context-type="linenumber">1</context>
3889 </context-group>
3890 </trans-unit>
3891 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5">
3892 <source>Go to the local videos page</source><target>Go to the local videos page</target><context-group name="null">
3893 <context context-type="linenumber">1</context>
3894 </context-group>
3895 </trans-unit>
3896 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba">
3897 <source>Go to the videos upload page</source><target>Go to the videos upload page</target><context-group name="null">
3898 <context context-type="linenumber">1</context>
3899 </context-group>
3900 </trans-unit>
3901 <trans-unit id="0ed7b40c11da9d4565af9c041df20c15bc6be97e">
3902 <source>Toggle Dark theme</source><target>Toggle Dark theme</target><context-group name="null">
3903 <context context-type="linenumber">1</context>
3904 </context-group>
3905 </trans-unit>
3906 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2">
3907 <source>Go to my subscriptions</source><target>Go to my subscriptions</target><context-group name="null">
3908 <context context-type="linenumber">1</context>
3909 </context-group>
3910 </trans-unit>
3911 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1">
3912 <source>Go to my videos</source><target>Go to my videos</target><context-group name="null">
3913 <context context-type="linenumber">1</context>
3914 </context-group>
3915 </trans-unit>
3916 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7">
3917 <source>Go to my imports</source><target>Go to my imports</target><context-group name="null">
3918 <context context-type="linenumber">1</context>
3919 </context-group>
3920 </trans-unit>
3921 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390">
3922 <source>Go to my channels</source><target>Go to my channels</target><context-group name="null">
3923 <context context-type="linenumber">1</context>
3924 </context-group>
3925 </trans-unit>
3926 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7">
3927 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
3928</source><target>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
3929</target><context-group name="null">
3930 <context context-type="linenumber">1</context>
3931 </context-group>
3932 </trans-unit>
3933 <trans-unit id="8d9b4f4b69108c3c9aa0f3b0dbde87786ba9b319">
3934 <source>Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target>Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target><context-group name="null">
3935 <context context-type="linenumber">1</context>
3936 </context-group>
3937 </trans-unit>
3938 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
3939 <source>You need to reconnect.</source><target>You need to reconnect.</target><context-group name="null">
3940 <context context-type="linenumber">1</context>
3941 </context-group>
3942 </trans-unit>
3943 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
3944 <source>Keyboard Shortcuts:</source><target>Keyboard Shortcuts:</target><context-group name="null">
3945 <context context-type="linenumber">1</context>
3946 </context-group>
3947 </trans-unit>
3948 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
3949 <source>Success</source><target>Success</target><context-group name="null">
3950 <context context-type="linenumber">1</context>
3951 </context-group>
3952 </trans-unit>
3953 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe">
3954 <source>Incorrect username or password.</source><target>Incorrect username or password.</target><context-group name="null">
3955 <context context-type="linenumber">1</context>
3956 </context-group>
3957 </trans-unit>
3958 <trans-unit id="39980cc1cf8df621d43f5480d001bdf5d4139338">
3959 <source>You account is blocked.</source><target>You account is blocked.</target><context-group name="null">
3960 <context context-type="linenumber">1</context>
3961 </context-group>
3962 </trans-unit>
3963 <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1">
3964 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source><target>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target><context-group name="null">
3965 <context context-type="linenumber">1</context>
3966 </context-group>
3967 </trans-unit>
3968 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
3969 <source>Your password has been successfully reset!</source><target>Your password has been successfully reset!</target><context-group name="null">
3970 <context context-type="linenumber">1</context>
3971 </context-group>
3972 </trans-unit>
3973 <trans-unit id="7fb1099e29660162f9154d5b2feee7743a423df6">
3974 <source>Today</source><target>Today</target><context-group name="null">
3975 <context context-type="linenumber">1</context>
3976 </context-group>
3977 </trans-unit>
3978 <trans-unit id="02e0243b60007368f87dc01e083f232dd025096d">
3979 <source>Last 7 days</source><target>Last 7 days</target><context-group name="null">
3980 <context context-type="linenumber">1</context>
3981 </context-group>
3982 </trans-unit>
3983 <trans-unit id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8">
3984 <source>Last 30 days</source><target>Last 30 days</target><context-group name="null">
3985 <context context-type="linenumber">1</context>
3986 </context-group>
3987 </trans-unit>
3988 <trans-unit id="a77b663fd9b94c38bc9c6493a51b5f3acacb9bca">
3989 <source>Last 365 days</source><target>Last 365 days</target><context-group name="null">
3990 <context context-type="linenumber">1</context>
3991 </context-group>
3992 </trans-unit>
3993 <trans-unit id="d2f3bf121699ff08a25fa4859bfdf3996bf821cc">
3994 <source>Short (&lt; 4 min)</source><target>Short (&lt; 4 min)</target><context-group name="null">
3995 <context context-type="linenumber">1</context>
3996 </context-group>
3997 </trans-unit>
3998 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
3999 <source>Long (&gt; 10 min)</source><target>Long (&gt; 10 min)</target><context-group name="null">
4000 <context context-type="linenumber">1</context>
4001 </context-group>
4002 </trans-unit>
4003 <trans-unit id="f24d368d6be0fee70fb4503d2ad37a612e1b0889">
4004 <source>Medium (4-10 min)</source><target>Medium (4-10 min)</target><context-group name="null">
4005 <context context-type="linenumber">1</context>
4006 </context-group>
4007 </trans-unit>
4008 <trans-unit id="ed073fec00d699b7a97bb65b4f3a722b203c5bca">
4009 <source>Relevance</source><target>Relevance</target><context-group name="null">
4010 <context context-type="linenumber">1</context>
4011 </context-group>
4012 </trans-unit>
4013 <trans-unit id="1aee80ab35aa99508802cdec6306e110b2feaf9e">
4014 <source>Publish date</source><target>Publish date</target><context-group name="null">
4015 <context context-type="linenumber">1</context>
4016 </context-group>
4017 </trans-unit>
4018 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9">
4019 <source>Views</source><target>Views</target><context-group name="null">
4020 <context context-type="linenumber">1</context>
4021 </context-group>
4022 </trans-unit>
4023 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016">
4024 <source>Search</source><target>Search</target><context-group name="null">
4025 <context context-type="linenumber">1</context>
4026 </context-group>
4027 </trans-unit>
4028 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
4029 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</target><context-group name="null">
4030 <context context-type="linenumber">1</context>
4031 </context-group>
4032 </trans-unit>
4033 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
4034 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target><context-group name="null">
4035 <context context-type="linenumber">1</context>
4036 </context-group>
4037 </trans-unit>
4038 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
4039 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</target><context-group name="null">
4040 <context context-type="linenumber">1</context>
4041 </context-group>
4042 </trans-unit>
4043 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
4044 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</target><context-group name="null">
4045 <context context-type="linenumber">1</context>
4046 </context-group>
4047 </trans-unit>
4048 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
4049 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</target><context-group name="null">
4050 <context context-type="linenumber">1</context>
4051 </context-group>
4052 </trans-unit>
4053 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
4054 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</target><context-group name="null">
4055 <context context-type="linenumber">1</context>
4056 </context-group>
4057 </trans-unit>
4058 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
4059 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</target><context-group name="null">
4060 <context context-type="linenumber">1</context>
4061 </context-group>
4062 </trans-unit>
4063 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
4064 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</target><context-group name="null">
4065 <context context-type="linenumber">1</context>
4066 </context-group>
4067 </trans-unit>
4068 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
4069 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</target><context-group name="null">
4070 <context context-type="linenumber">1</context>
4071 </context-group>
4072 </trans-unit>
4073 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
4074 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</target><context-group name="null">
4075 <context context-type="linenumber">1</context>
4076 </context-group>
4077 </trans-unit>
4078 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
4079 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target><context-group name="null">
4080 <context context-type="linenumber">1</context>
4081 </context-group>
4082 </trans-unit>
4083 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4084 <source>Confirm</source><target>Confirm</target><context-group name="null">
4085 <context context-type="linenumber">1</context>
4086 </context-group>
4087 </trans-unit>
4088 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
4089 <source>Instance name is required.</source><target>Instance name is required.</target><context-group name="null">
4090 <context context-type="linenumber">1</context>
4091 </context-group>
4092 </trans-unit>
4093 <trans-unit id="10a248adb1ee12830355a04ac3cde2bad2d41d7d">
4094 <source>Short description should not be longer than 250 characters.</source><target>Short description should not be longer than 250 characters.</target><context-group name="null">
4095 <context context-type="linenumber">1</context>
4096 </context-group>
4097 </trans-unit>
4098 <trans-unit id="356e63270712273da168072ec0fc78a969919bf1">
4099 <source>Twitter username is required.</source><target>Twitter username is required.</target><context-group name="null">
4100 <context context-type="linenumber">1</context>
4101 </context-group>
4102 </trans-unit>
4103 <trans-unit id="dbb2ef02020afc05e146855f2e1dd7c9522d49b6">
4104 <source>Previews cache size is required.</source><target>Previews cache size is required.</target><context-group name="null">
4105 <context context-type="linenumber">1</context>
4106 </context-group>
4107 </trans-unit>
4108 <trans-unit id="97836c6e698185b4ce357de9d4b2ab3e838f2459">
4109 <source>Previews cache size must be greater than 1.</source><target>Previews cache size must be greater than 1.</target><context-group name="null">
4110 <context context-type="linenumber">1</context>
4111 </context-group>
4112 </trans-unit>
4113 <trans-unit id="e7393dc4a4aa12d005582eb9e1ddc7e5ca5bebd3">
4114 <source>Previews cache size must be a number.</source><target>Previews cache size must be a number.</target><context-group name="null">
4115 <context context-type="linenumber">1</context>
4116 </context-group>
4117 </trans-unit>
4118 <trans-unit id="545f5dea553b2d7c4a65920ccdcb1e9dbdc7f4d8">
4119 <source>Captions cache size is required.</source><target>Captions cache size is required.</target><context-group name="null">
4120 <context context-type="linenumber">1</context>
4121 </context-group>
4122 </trans-unit>
4123 <trans-unit id="a8d7131c0ca1eefe7b058e6081236ca1be364e2c">
4124 <source>Captions cache size must be greater than 1.</source><target>Captions cache size must be greater than 1.</target><context-group name="null">
4125 <context context-type="linenumber">1</context>
4126 </context-group>
4127 </trans-unit>
4128 <trans-unit id="c3decd47b03cf542df091c1a2fb25b756e59074e">
4129 <source>Captions cache size must be a number.</source><target>Captions cache size must be a number.</target><context-group name="null">
4130 <context context-type="linenumber">1</context>
4131 </context-group>
4132 </trans-unit>
4133 <trans-unit id="2cdd5a8c604ef16c2f9a17ed81d73f4f9509e828">
4134 <source>Signup limit is required.</source><target>Signup limit is required.</target><context-group name="null">
4135 <context context-type="linenumber">1</context>
4136 </context-group>
4137 </trans-unit>
4138 <trans-unit id="0ca9f7ec55c9896add6e82d2b52e9217e1140cf7">
4139 <source>Signup limit must be greater than 1.</source><target>Signup limit must be greater than 1.</target><context-group name="null">
4140 <context context-type="linenumber">1</context>
4141 </context-group>
4142 </trans-unit>
4143 <trans-unit id="58c2f66ba74f1400914031ef4ed635938e9e8ced">
4144 <source>Signup limit must be a number.</source><target>Signup limit must be a number.</target><context-group name="null">
4145 <context context-type="linenumber">1</context>
4146 </context-group>
4147 </trans-unit>
4148 <trans-unit id="1245841647f9b42d3e7554903c1c50bdd80ab021">
4149 <source>Admin email is required.</source><target>Admin email is required.</target><context-group name="null">
4150 <context context-type="linenumber">1</context>
4151 </context-group>
4152 </trans-unit>
4153 <trans-unit id="3fd2feb77dfe57fe82573e3cdf996105e2fafc66">
4154 <source>Admin email must be valid.</source><target>Admin email must be valid.</target><context-group name="null">
4155 <context context-type="linenumber">1</context>
4156 </context-group>
4157 </trans-unit>
4158 <trans-unit id="f15f2e02b1f6a96553e98ea4a969045d17ec1400">
4159 <source>Transcoding threads is required.</source><target>Transcoding threads is required.</target><context-group name="null">
4160 <context context-type="linenumber">1</context>
4161 </context-group>
4162 </trans-unit>
4163 <trans-unit id="4166cc066b963a23829b48a09e394f73b453fabd">
4164 <source>Transcoding threads must be greater or equal to 0.</source><target>Transcoding threads must be greater or equal to 0.</target><context-group name="null">
4165 <context context-type="linenumber">1</context>
4166 </context-group>
4167 </trans-unit>
4168 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0">
4169 <source>Email is required.</source><target>Email is required.</target><context-group name="null">
4170 <context context-type="linenumber">1</context>
4171 </context-group>
4172 </trans-unit>
4173 <trans-unit id="bef8a36c3dffff15fb5faf3d20bdbbbc1af824c1">
4174 <source>Email must be valid.</source><target>Email must be valid.</target><context-group name="null">
4175 <context context-type="linenumber">1</context>
4176 </context-group>
4177 </trans-unit>
4178 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33">
4179 <source>Your name is required.</source><target>Your name is required.</target><context-group name="null">
4180 <context context-type="linenumber">1</context>
4181 </context-group>
4182 </trans-unit>
4183 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a">
4184 <source>Your name must be at least 1 character long.</source><target>Your name must be at least 1 character long.</target><context-group name="null">
4185 <context context-type="linenumber">1</context>
4186 </context-group>
4187 </trans-unit>
4188 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b">
4189 <source>Your name cannot be more than 120 characters long.</source><target>Your name cannot be more than 120 characters long.</target><context-group name="null">
4190 <context context-type="linenumber">1</context>
4191 </context-group>
4192 </trans-unit>
4193 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2">
4194 <source>A message is required.</source><target>A message is required.</target><context-group name="null">
4195 <context context-type="linenumber">1</context>
4196 </context-group>
4197 </trans-unit>
4198 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64">
4199 <source>The message must be at least 3 characters long.</source><target>The message must be at least 3 characters long.</target><context-group name="null">
4200 <context context-type="linenumber">1</context>
4201 </context-group>
4202 </trans-unit>
4203 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60">
4204 <source>The message cannot be more than 5000 characters long.</source><target>The message cannot be more than 5000 characters long.</target><context-group name="null">
4205 <context context-type="linenumber">1</context>
4206 </context-group>
4207 </trans-unit>
4208 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149">
4209 <source>Username is required.</source><target>Username is required.</target><context-group name="null">
4210 <context context-type="linenumber">1</context>
4211 </context-group>
4212 </trans-unit>
4213 <trans-unit id="4eb39d69b74d7a56652ec84fa6826994ee26c0e5">
4214 <source>Password is required.</source><target>Password is required.</target><context-group name="null">
4215 <context context-type="linenumber">1</context>
4216 </context-group>
4217 </trans-unit>
4218 <trans-unit id="c90872a06666a51c2957c4b29724e68df5c67154">
4219 <source>Confirmation of the password is required.</source><target>Confirmation of the password is required.</target><context-group name="null">
4220 <context context-type="linenumber">1</context>
4221 </context-group>
4222 </trans-unit>
4223 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a">
4224 <source>Username must be at least 1 character long.</source><target>Username must be at least 1 character long.</target><context-group name="null">
4225 <context context-type="linenumber">1</context>
4226 </context-group>
4227 </trans-unit>
4228 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a">
4229 <source>Username cannot be more than 50 characters long.</source><target>Username cannot be more than 50 characters long.</target><context-group name="null">
4230 <context context-type="linenumber">1</context>
4231 </context-group>
4232 </trans-unit>
4233 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
4234 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source><target>Username should be lowercase alphanumeric; dots and underscores are allowed.</target><context-group name="null">
4235 <context context-type="linenumber">1</context>
4236 </context-group>
4237 </trans-unit>
4238 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
4239 <source>Password must be at least 6 characters long.</source><target>Password must be at least 6 characters long.</target><context-group name="null">
4240 <context context-type="linenumber">1</context>
4241 </context-group>
4242 </trans-unit>
4243 <trans-unit id="0a154031f3e66985af96d5f903441cf84f0dc75e">
4244 <source>Password cannot be more than 255 characters long.</source><target>Password cannot be more than 255 characters long.</target><context-group name="null">
4245 <context context-type="linenumber">1</context>
4246 </context-group>
4247 </trans-unit>
4248 <trans-unit id="2db8f1f93a5485c32267762a3bf4da499832e732">
4249 <source>The new password and the confirmed password do not correspond.</source><target>The new password and the confirmed password do not correspond.</target><context-group name="null">
4250 <context context-type="linenumber">1</context>
4251 </context-group>
4252 </trans-unit>
4253 <trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf">
4254 <source>Video quota is required.</source><target>Video quota is required.</target><context-group name="null">
4255 <context context-type="linenumber">1</context>
4256 </context-group>
4257 </trans-unit>
4258 <trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80">
4259 <source>Quota must be greater than -1.</source><target>Quota must be greater than -1.</target><context-group name="null">
4260 <context context-type="linenumber">1</context>
4261 </context-group>
4262 </trans-unit>
4263 <trans-unit id="7e58d1fb4e86af94f5199660ef349d55811888bb">
4264 <source>Daily upload limit is required.</source><target>Daily upload limit is required.</target><context-group name="null">
4265 <context context-type="linenumber">1</context>
4266 </context-group>
4267 </trans-unit>
4268 <trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e">
4269 <source>Daily upload limit must be greater than -1.</source><target>Daily upload limit must be greater than -1.</target><context-group name="null">
4270 <context context-type="linenumber">1</context>
4271 </context-group>
4272 </trans-unit>
4273 <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85">
4274 <source>User role is required.</source><target>User role is required.</target><context-group name="null">
4275 <context context-type="linenumber">1</context>
4276 </context-group>
4277 </trans-unit>
4278 <trans-unit id="1c417b7aef730d6ef5d62fa8a0a7e25e3a2393e4">
4279 <source>Display name is required.</source><target>Display name is required.</target><context-group name="null">
4280 <context context-type="linenumber">1</context>
4281 </context-group>
4282 </trans-unit>
4283 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c">
4284 <source>Display name must be at least 1 character long.</source><target>Display name must be at least 1 character long.</target><context-group name="null">
4285 <context context-type="linenumber">1</context>
4286 </context-group>
4287 </trans-unit>
4288 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1">
4289 <source>Display name cannot be more than 50 characters long.</source><target>Display name cannot be more than 50 characters long.</target><context-group name="null">
4290 <context context-type="linenumber">1</context>
4291 </context-group>
4292 </trans-unit>
4293 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae">
4294 <source>Description must be at least 3 characters long.</source><target>Description must be at least 3 characters long.</target><context-group name="null">
4295 <context context-type="linenumber">1</context>
4296 </context-group>
4297 </trans-unit>
4298 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0">
4299 <source>Description cannot be more than 1000 characters long.</source><target>Description cannot be more than 1000 characters long.</target><context-group name="null">
4300 <context context-type="linenumber">1</context>
4301 </context-group>
4302 </trans-unit>
4303 <trans-unit id="4a3ebc6ddb6b6677aed7b04eb503f9ddd0cfe561">
4304 <source>You must to agree with the instance terms in order to registering on it.</source><target>You must to agree with the instance terms in order to registering on it.</target><context-group name="null">
4305 <context context-type="linenumber">1</context>
4306 </context-group>
4307 </trans-unit>
4308 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00">
4309 <source>Ban reason must be at least 3 characters long.</source><target>Ban reason must be at least 3 characters long.</target><context-group name="null">
4310 <context context-type="linenumber">1</context>
4311 </context-group>
4312 </trans-unit>
4313 <trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd">
4314 <source>Ban reason cannot be more than 250 characters long.</source><target>Ban reason cannot be more than 250 characters long.</target><context-group name="null">
4315 <context context-type="linenumber">1</context>
4316 </context-group>
4317 </trans-unit>
4318 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6">
4319 <source>Report reason is required.</source><target>Report reason is required.</target><context-group name="null">
4320 <context context-type="linenumber">1</context>
4321 </context-group>
4322 </trans-unit>
4323 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e">
4324 <source>Report reason must be at least 2 characters long.</source><target>Report reason must be at least 2 characters long.</target><context-group name="null">
4325 <context context-type="linenumber">1</context>
4326 </context-group>
4327 </trans-unit>
4328 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
4329 <source>Report reason cannot be more than 3000 characters long.</source><target>Report reason cannot be more than 3000 characters long.</target><context-group name="null">
4330 <context context-type="linenumber">1</context>
4331 </context-group>
4332 </trans-unit>
4333 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118">
4334 <source>Moderation comment is required.</source><target>Moderation comment is required.</target><context-group name="null">
4335 <context context-type="linenumber">1</context>
4336 </context-group>
4337 </trans-unit>
4338 <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2">
4339 <source>Moderation comment must be at least 2 characters long.</source><target>Moderation comment must be at least 2 characters long.</target><context-group name="null">
4340 <context context-type="linenumber">1</context>
4341 </context-group>
4342 </trans-unit>
4343 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
4344 <source>Moderation comment cannot be more than 3000 characters long.</source><target>Moderation comment cannot be more than 3000 characters long.</target><context-group name="null">
4345 <context context-type="linenumber">1</context>
4346 </context-group>
4347 </trans-unit>
4348 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6">
4349 <source>The channel is required.</source><target>The channel is required.</target><context-group name="null">
4350 <context context-type="linenumber">1</context>
4351 </context-group>
4352 </trans-unit>
4353 <trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca">
4354 <source>Blacklist reason must be at least 2 characters long.</source><target>Blacklist reason must be at least 2 characters long.</target><context-group name="null">
4355 <context context-type="linenumber">1</context>
4356 </context-group>
4357 </trans-unit>
4358 <trans-unit id="5009443905b0b152915247799492bf5e164e7626">
4359 <source>Blacklist reason cannot be more than 300 characters long.</source><target>Blacklist reason cannot be more than 300 characters long.</target><context-group name="null">
4360 <context context-type="linenumber">1</context>
4361 </context-group>
4362 </trans-unit>
4363 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e">
4364 <source>Video caption language is required.</source><target>Video caption language is required.</target><context-group name="null">
4365 <context context-type="linenumber">1</context>
4366 </context-group>
4367 </trans-unit>
4368 <trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963">
4369 <source>Video caption file is required.</source><target>Video caption file is required.</target><context-group name="null">
4370 <context context-type="linenumber">1</context>
4371 </context-group>
4372 </trans-unit>
4373 <trans-unit id="bd7fc070c728dc6dbf3959d49fe5bb27ce15d294">
4374 <source>The username is required.</source><target>The username is required.</target><context-group name="null">
4375 <context context-type="linenumber">1</context>
4376 </context-group>
4377 </trans-unit>
4378 <trans-unit id="c8465c3773699dd075e0147e264d2e232f605803">
4379 <source>You can only transfer ownership to a local account</source><target>You can only transfer ownership to a local account</target><context-group name="null">
4380 <context context-type="linenumber">1</context>
4381 </context-group>
4382 </trans-unit>
4383 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33">
4384 <source>Name is required.</source><target>Name is required.</target><context-group name="null">
4385 <context context-type="linenumber">1</context>
4386 </context-group>
4387 </trans-unit>
4388 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76">
4389 <source>Name must be at least 1 character long.</source><target>Name must be at least 1 character long.</target><context-group name="null">
4390 <context context-type="linenumber">1</context>
4391 </context-group>
4392 </trans-unit>
4393 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d">
4394 <source>Name cannot be more than 50 characters long.</source><target>Name cannot be more than 50 characters long.</target><context-group name="null">
4395 <context context-type="linenumber">1</context>
4396 </context-group>
4397 </trans-unit>
4398 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18">
4399 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source><target>Name should be lowercase alphanumeric; dots and underscores are allowed.</target><context-group name="null">
4400 <context context-type="linenumber">1</context>
4401 </context-group>
4402 </trans-unit>
4403 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
4404 <source>Support text must be at least 3 characters long.</source><target>Support text must be at least 3 characters long.</target><context-group name="null">
4405 <context context-type="linenumber">1</context>
4406 </context-group>
4407 </trans-unit>
4408 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85">
4409 <source>Support text cannot be more than 1000 characters long.</source><target>Support text cannot be more than 1000 characters long.</target><context-group name="null">
4410 <context context-type="linenumber">1</context>
4411 </context-group>
4412 </trans-unit>
4413 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79">
4414 <source>Comment is required.</source><target>Comment is required.</target><context-group name="null">
4415 <context context-type="linenumber">1</context>
4416 </context-group>
4417 </trans-unit>
4418 <trans-unit id="f5a94cae76685e72f33541b977efdd7845cb0ed6">
4419 <source>Comment must be at least 2 characters long.</source><target>Comment must be at least 2 characters long.</target><context-group name="null">
4420 <context context-type="linenumber">1</context>
4421 </context-group>
4422 </trans-unit>
4423 <trans-unit id="7c194080446ee6901fd17a8b8648534ffe98b123">
4424 <source>Comment cannot be more than 3000 characters long.</source><target>Comment cannot be more than 3000 characters long.</target><context-group name="null">
4425 <context context-type="linenumber">1</context>
4426 </context-group>
4427 </trans-unit>
4428 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
4429 <source>Display name cannot be more than 120 characters long.</source><target>Display name cannot be more than 120 characters long.</target><context-group name="null">
4430 <context context-type="linenumber">1</context>
4431 </context-group>
4432 </trans-unit>
4433 <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c">
4434 <source>Privacy is required.</source><target>Privacy is required.</target><context-group name="null">
4435 <context context-type="linenumber">1</context>
4436 </context-group>
4437 </trans-unit>
4438 <trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c">
4439 <source>The channel is required when the playlist is public.</source><target>The channel is required when the playlist is public.</target><context-group name="null">
4440 <context context-type="linenumber">1</context>
4441 </context-group>
4442 </trans-unit>
4443 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
4444 <source>Video name is required.</source><target>Video name is required.</target><context-group name="null">
4445 <context context-type="linenumber">1</context>
4446 </context-group>
4447 </trans-unit>
4448 <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c">
4449 <source>Video name must be at least 3 characters long.</source><target>Video name must be at least 3 characters long.</target><context-group name="null">
4450 <context context-type="linenumber">1</context>
4451 </context-group>
4452 </trans-unit>
4453 <trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695">
4454 <source>Video name cannot be more than 120 characters long.</source><target>Video name cannot be more than 120 characters long.</target><context-group name="null">
4455 <context context-type="linenumber">1</context>
4456 </context-group>
4457 </trans-unit>
4458 <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4">
4459 <source>Video privacy is required.</source><target>Video privacy is required.</target><context-group name="null">
4460 <context context-type="linenumber">1</context>
4461 </context-group>
4462 </trans-unit>
4463 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16">
4464 <source>Video channel is required.</source><target>Video channel is required.</target><context-group name="null">
4465 <context context-type="linenumber">1</context>
4466 </context-group>
4467 </trans-unit>
4468 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef">
4469 <source>Video description must be at least 3 characters long.</source><target>Video description must be at least 3 characters long.</target><context-group name="null">
4470 <context context-type="linenumber">1</context>
4471 </context-group>
4472 </trans-unit>
4473 <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906">
4474 <source>Video description cannot be more than 10000 characters long.</source><target>Video description cannot be more than 10000 characters long.</target><context-group name="null">
4475 <context context-type="linenumber">1</context>
4476 </context-group>
4477 </trans-unit>
4478 <trans-unit id="f1cffdc2e156716cd9880201d65ba457d11464f8">
4479 <source>A tag should be more than 2 characters long.</source><target>A tag should be more than 2 characters long.</target><context-group name="null">
4480 <context context-type="linenumber">1</context>
4481 </context-group>
4482 </trans-unit>
4483 <trans-unit id="34a0811f9a2a7366cc9efcdad52ea59b105326ea">
4484 <source>A tag should be less than 30 characters long.</source><target>A tag should be less than 30 characters long.</target><context-group name="null">
4485 <context context-type="linenumber">1</context>
4486 </context-group>
4487 </trans-unit>
4488 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6">
4489 <source>Video support must be at least 3 characters long.</source><target>Video support must be at least 3 characters long.</target><context-group name="null">
4490 <context context-type="linenumber">1</context>
4491 </context-group>
4492 </trans-unit>
4493 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad">
4494 <source>Video support cannot be more than 1000 characters long.</source><target>Video support cannot be more than 1000 characters long.</target><context-group name="null">
4495 <context context-type="linenumber">1</context>
4496 </context-group>
4497 </trans-unit>
4498 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0">
4499 <source>A date is required to schedule video update.</source><target>A date is required to schedule video update.</target><context-group name="null">
4500 <context context-type="linenumber">1</context>
4501 </context-group>
4502 </trans-unit>
4503 <trans-unit id="3b7ed22d0730d03b38c254332829d855ee7256c4">
4504 <source>This file is too large.</source><target>This file is too large.</target><context-group name="null">
4505 <context context-type="linenumber">1</context>
4506 </context-group>
4507 </trans-unit>
4508 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
4509 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source><target>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target><context-group name="null">
4510 <context context-type="linenumber">1</context>
4511 </context-group>
4512 </trans-unit>
4513 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4">
4514 <source>All unsaved data will be lost, are you sure you want to leave this page?</source><target>All unsaved data will be lost, are you sure you want to leave this page?</target><context-group name="null">
4515 <context context-type="linenumber">1</context>
4516 </context-group>
4517 </trans-unit>
4518 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf">
4519 <source>Sunday</source><target>Sunday</target><context-group name="null">
4520 <context context-type="linenumber">1</context>
4521 </context-group>
4522 </trans-unit>
4523 <trans-unit id="a43c57a7cbebf57eb33a2eae5e994c91d9887596">
4524 <source>Monday</source><target>Monday</target><context-group name="null">
4525 <context context-type="linenumber">1</context>
4526 </context-group>
4527 </trans-unit>
4528 <trans-unit id="48a2a35957ce394eb2c59ae35c99642360af70ee">
4529 <source>Tuesday</source><target>Tuesday</target><context-group name="null">
4530 <context context-type="linenumber">1</context>
4531 </context-group>
4532 </trans-unit>
4533 <trans-unit id="b0af441f9ba8b82952b9ec10fb8c62e8fec67df9">
4534 <source>Wednesday</source><target>Wednesday</target><context-group name="null">
4535 <context context-type="linenumber">1</context>
4536 </context-group>
4537 </trans-unit>
4538 <trans-unit id="55c583b99c809818ec27df065ccf05357a6ac10b">
4539 <source>Thursday</source><target>Thursday</target><context-group name="null">
4540 <context context-type="linenumber">1</context>
4541 </context-group>
4542 </trans-unit>
4543 <trans-unit id="e91b54925dc5f490753f60f53ef6f8b4609e6215">
4544 <source>Friday</source><target>Friday</target><context-group name="null">
4545 <context context-type="linenumber">1</context>
4546 </context-group>
4547 </trans-unit>
4548 <trans-unit id="c0d2dd391a3eca8e841a5d0e035cd268280eb68e">
4549 <source>Saturday</source><target>Saturday</target><context-group name="null">
4550 <context context-type="linenumber">1</context>
4551 </context-group>
4552 </trans-unit>
4553 <trans-unit id="6549890cd0d6b59fb0e1aa383b00483a68a55eef">
4554 <source>Sun</source><target>Sun</target><context-group name="null">
4555 <context context-type="linenumber">1</context>
4556 </context-group>
4557 </trans-unit>
4558 <trans-unit id="3382aa5d7f520e197fb59a4995fe1beffca2d0ff">
4559 <source>Mon</source><target>Mon</target><context-group name="null">
4560 <context context-type="linenumber">1</context>
4561 </context-group>
4562 </trans-unit>
4563 <trans-unit id="f883ec926274974df0fc46c037cbffd6a863ebc9">
4564 <source>Tue</source><target>Tue</target><context-group name="null">
4565 <context context-type="linenumber">1</context>
4566 </context-group>
4567 </trans-unit>
4568 <trans-unit id="242b4f4b5651e24f9a9007ef153a57981e4b989d">
4569 <source>Wed</source><target>Wed</target><context-group name="null">
4570 <context context-type="linenumber">1</context>
4571 </context-group>
4572 </trans-unit>
4573 <trans-unit id="5a2c39d56b8f00a6a4670a63b53caacbda953be6">
4574 <source>Thu</source><target>Thu</target><context-group name="null">
4575 <context context-type="linenumber">1</context>
4576 </context-group>
4577 </trans-unit>
4578 <trans-unit id="4cdf23d523a0e52e0dec9cd650ffd9bd6952792c">
4579 <source>Fri</source><target>Fri</target><context-group name="null">
4580 <context context-type="linenumber">1</context>
4581 </context-group>
4582 </trans-unit>
4583 <trans-unit id="1283d165a942d7f4c469ba34f99dbb9e927d0261">
4584 <source>Sat</source><target>Sat</target><context-group name="null">
4585 <context context-type="linenumber">1</context>
4586 </context-group>
4587 </trans-unit>
4588 <trans-unit id="2fba8448ff13105c57665a9a6ffcfe9615d855dd">
4589 <source>Su</source><target>Su</target><context-group name="null">
4590 <context context-type="linenumber">1</context>
4591 </context-group>
4592 </trans-unit>
4593 <trans-unit id="388144af7ac7651d2615b9be0e84f43ae71d9fb3">
4594 <source>Mo</source><target>Mo</target><context-group name="null">
4595 <context context-type="linenumber">1</context>
4596 </context-group>
4597 </trans-unit>
4598 <trans-unit id="d96313e42b5f0751ce2676a31d309b4d322ab462">
4599 <source>Tu</source><target>Tu</target><context-group name="null">
4600 <context context-type="linenumber">1</context>
4601 </context-group>
4602 </trans-unit>
4603 <trans-unit id="06cc3d39f78c0615b707cef39cd4875599611fef">
4604 <source>We</source><target>We</target><context-group name="null">
4605 <context context-type="linenumber">1</context>
4606 </context-group>
4607 </trans-unit>
4608 <trans-unit id="790894436cca9d675d59be9a8aafd58acccde2cd">
4609 <source>Th</source><target>Th</target><context-group name="null">
4610 <context context-type="linenumber">1</context>
4611 </context-group>
4612 </trans-unit>
4613 <trans-unit id="42dfe37169f8471367c31489155229bbe1747ea5">
4614 <source>Fr</source><target>Fr</target><context-group name="null">
4615 <context context-type="linenumber">1</context>
4616 </context-group>
4617 </trans-unit>
4618 <trans-unit id="1b64ea3e04ceeb512e8974eb0019dee4f211c7a0">
4619 <source>Sa</source><target>Sa</target><context-group name="null">
4620 <context context-type="linenumber">1</context>
4621 </context-group>
4622 </trans-unit>
4623 <trans-unit id="e7815f1c4a6d3cc157a16407a48865023cc35ec0">
4624 <source>January</source><target>January</target><context-group name="null">
4625 <context context-type="linenumber">1</context>
4626 </context-group>
4627 </trans-unit>
4628 <trans-unit id="0393a96b58df82af39a2ec83deec624749e42036">
4629 <source>February</source><target>February</target><context-group name="null">
4630 <context context-type="linenumber">1</context>
4631 </context-group>
4632 </trans-unit>
4633 <trans-unit id="ea41ee3743ec5bdbbf863ab793bbdd6e6d9af96e">
4634 <source>March</source><target>March</target><context-group name="null">
4635 <context context-type="linenumber">1</context>
4636 </context-group>
4637 </trans-unit>
4638 <trans-unit id="b87ee784d9e93b5557aca9bdc9464dbd4328920a">
4639 <source>April</source><target>April</target><context-group name="null">
4640 <context context-type="linenumber">1</context>
4641 </context-group>
4642 </trans-unit>
4643 <trans-unit id="862da1034ac2707cc44123ed963b2f42109b6b3e">
4644 <source>May</source><target>May</target><context-group name="null">
4645 <context context-type="linenumber">1</context>
4646 </context-group>
4647 </trans-unit>
4648 <trans-unit id="2f234249d4c3c39e27c0f05d4a6b73a7959caeb2">
4649 <source>June</source><target>June</target><context-group name="null">
4650 <context context-type="linenumber">1</context>
4651 </context-group>
4652 </trans-unit>
4653 <trans-unit id="11447f95e83c8de675ab6c492150f88e4d9bd15e">
4654 <source>July</source><target>July</target><context-group name="null">
4655 <context context-type="linenumber">1</context>
4656 </context-group>
4657 </trans-unit>
4658 <trans-unit id="ddd9a3d59a8db4e822e54e9473c05b571aca9829">
4659 <source>August</source><target>August</target><context-group name="null">
4660 <context context-type="linenumber">1</context>
4661 </context-group>
4662 </trans-unit>
4663 <trans-unit id="e21dc41f9b3fdaf35ab6b2d9e2e5e8a926fb1938">
4664 <source>September</source><target>September</target><context-group name="null">
4665 <context context-type="linenumber">1</context>
4666 </context-group>
4667 </trans-unit>
4668 <trans-unit id="71f49c502d13e22079a958a5532afa28dbe98b3b">
4669 <source>October</source><target>October</target><context-group name="null">
4670 <context context-type="linenumber">1</context>
4671 </context-group>
4672 </trans-unit>
4673 <trans-unit id="64b5ce921faa5e3d277d6d528ddcfc8c2bfe9f52">
4674 <source>November</source><target>November</target><context-group name="null">
4675 <context context-type="linenumber">1</context>
4676 </context-group>
4677 </trans-unit>
4678 <trans-unit id="2006e2aabb31714ebc684dc382539649f690ed5c">
4679 <source>December</source><target>December</target><context-group name="null">
4680 <context context-type="linenumber">1</context>
4681 </context-group>
4682 </trans-unit>
4683 <trans-unit id="8270e687cfb5624b3f6fbb7991a2e916c96464b7">
4684 <source>Jan</source><target>Jan</target><context-group name="null">
4685 <context context-type="linenumber">1</context>
4686 </context-group>
4687 </trans-unit>
4688 <trans-unit id="23544170afbb981dd52750b641576841cf5dcf60">
4689 <source>Feb</source><target>Feb</target><context-group name="null">
4690 <context context-type="linenumber">1</context>
4691 </context-group>
4692 </trans-unit>
4693 <trans-unit id="1f14355742459b7d6a0126a1564e1c18f39f86e7">
4694 <source>Mar</source><target>Mar</target><context-group name="null">
4695 <context context-type="linenumber">1</context>
4696 </context-group>
4697 </trans-unit>
4698 <trans-unit id="964a5f032bc846d32806a4838580a4f81cf14463">
4699 <source>Apr</source><target>Apr</target><context-group name="null">
4700 <context context-type="linenumber">1</context>
4701 </context-group>
4702 </trans-unit>
4703 <trans-unit id="8f7274f606f71d9290ed01c5683092d701632d7f">
4704 <source>Jun</source><target>Jun</target><context-group name="null">
4705 <context context-type="linenumber">1</context>
4706 </context-group>
4707 </trans-unit>
4708 <trans-unit id="7c3d8318d6d8d9920ae0a80350616732c33a3211">
4709 <source>Jul</source><target>Jul</target><context-group name="null">
4710 <context context-type="linenumber">1</context>
4711 </context-group>
4712 </trans-unit>
4713 <trans-unit id="be1335ffd1c606321e2c020b638dd3c84b434212">
4714 <source>Aug</source><target>Aug</target><context-group name="null">
4715 <context context-type="linenumber">1</context>
4716 </context-group>
4717 </trans-unit>
4718 <trans-unit id="4f739d03be1c936c58978739c317d91566348204">
4719 <source>Sep</source><target>Sep</target><context-group name="null">
4720 <context context-type="linenumber">1</context>
4721 </context-group>
4722 </trans-unit>
4723 <trans-unit id="6607cacb987a588530a13de7018d959240d19153">
4724 <source>Oct</source><target>Oct</target><context-group name="null">
4725 <context context-type="linenumber">1</context>
4726 </context-group>
4727 </trans-unit>
4728 <trans-unit id="e597400ded12a366855615e18fcc8f9ac05b72e0">
4729 <source>Nov</source><target>Nov</target><context-group name="null">
4730 <context context-type="linenumber">1</context>
4731 </context-group>
4732 </trans-unit>
4733 <trans-unit id="adf2dfa2a9cb490d6a4a74510b7b0846b62d429e">
4734 <source>Dec</source><target>Dec</target><context-group name="null">
4735 <context context-type="linenumber">1</context>
4736 </context-group>
4737 </trans-unit>
4738 <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46">
4739 <source>Clear</source><target>Clear</target><context-group name="null">
4740 <context context-type="linenumber">1</context>
4741 </context-group>
4742 </trans-unit>
4743 <trans-unit id="8fb519ba47ea7806beeacdcd44829d85a2aa0cc5">
4744 <source>yy-mm-dd </source>
4745 <target> </target>
4746 <context-group name="null">
4747 <context context-type="linenumber">1</context>
4748 </context-group>
4749 </trans-unit>
4750 <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24">
4751 <source>Hidden</source><target>Hidden</target><context-group name="null">
4752 <context context-type="linenumber">1</context>
4753 </context-group>
4754 </trans-unit>
4755 <trans-unit id="75cc14815746a90d424157080fc7efd3e2631654">
4756 <source>Blurred with confirmation request</source><target>Blurred with confirmation request</target><context-group name="null">
4757 <context context-type="linenumber">1</context>
4758 </context-group>
4759 </trans-unit>
4760 <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105">
4761 <source>Displayed</source><target>Displayed</target><context-group name="null">
4762 <context context-type="linenumber">1</context>
4763 </context-group>
4764 </trans-unit>
4765 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c">
4766 <source>User registration allowed</source><target>User registration allowed</target><context-group name="null">
4767 <context context-type="linenumber">1</context>
4768 </context-group>
4769 </trans-unit>
4770 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411">
4771 <source>Transcode your videos in multiple resolutions</source><target>Transcode your videos in multiple resolutions</target><context-group name="null">
4772 <context context-type="linenumber">1</context>
4773 </context-group>
4774 </trans-unit>
4775 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
4776 <source>HTTP import (YouTube, Vimeo, direct URL...)</source><target>HTTP import (YouTube, Vimeo, direct URL...)</target><context-group name="null">
4777 <context context-type="linenumber">1</context>
4778 </context-group>
4779 </trans-unit>
4780 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a">
4781 <source>Torrent import</source><target>Torrent import</target><context-group name="null">
4782 <context context-type="linenumber">1</context>
4783 </context-group>
4784 </trans-unit>
4785 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
4786 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source><target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target><context-group name="null">
4787 <context context-type="linenumber">1</context>
4788 </context-group>
4789 </trans-unit>
4790 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24">
4791 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source><target>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</target><context-group name="null">
4792 <context context-type="linenumber">1</context>
4793 </context-group>
4794 </trans-unit>
4795 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86">
4796 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source><target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</target><context-group name="null">
4797 <context context-type="linenumber">1</context>
4798 </context-group>
4799 </trans-unit>
4800 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8">
4801 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source><target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</target><context-group name="null">
4802 <context context-type="linenumber">1</context>
4803 </context-group>
4804 </trans-unit>
4805 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5">
4806 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source><target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</target><context-group name="null">
4807 <context context-type="linenumber">1</context>
4808 </context-group>
4809 </trans-unit>
4810 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
4811 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source><target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</target><context-group name="null">
4812 <context context-type="linenumber">1</context>
4813 </context-group>
4814 </trans-unit>
4815 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980">
4816 <source>Emphasis</source><target>Emphasis</target><context-group name="null">
4817 <context context-type="linenumber">1</context>
4818 </context-group>
4819 </trans-unit>
4820 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0">
4821 <source>Links</source><target>Links</target><context-group name="null">
4822 <context context-type="linenumber">1</context>
4823 </context-group>
4824 </trans-unit>
4825 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a">
4826 <source>New lines</source><target>New lines</target><context-group name="null">
4827 <context context-type="linenumber">1</context>
4828 </context-group>
4829 </trans-unit>
4830 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1">
4831 <source>Lists</source><target>Lists</target><context-group name="null">
4832 <context context-type="linenumber">1</context>
4833 </context-group>
4834 </trans-unit>
4835 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
4836 <source>Images</source><target>Images</target><context-group name="null">
4837 <context context-type="linenumber">1</context>
4838 </context-group>
4839 </trans-unit>
4840 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681">
4841 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source><target><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</target><context-group name="null">
4842 <context context-type="linenumber">1</context>
4843 </context-group>
4844 </trans-unit>
4845 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd">
4846 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source><target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</target><context-group name="null">
4847 <context context-type="linenumber">1</context>
4848 </context-group>
4849 </trans-unit>
4850 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734">
4851 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source><target>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</target><context-group name="null">
4852 <context context-type="linenumber">1</context>
4853 </context-group>
4854 </trans-unit>
4855 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd">
4856 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source><target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</target><context-group name="null">
4857 <context context-type="linenumber">1</context>
4858 </context-group>
4859 </trans-unit>
4860 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603">
4861 <source>If you remove this user, you will not be able to create another with the same username!</source><target>If you remove this user, you will not be able to create another with the same username!</target><context-group name="null">
4862 <context context-type="linenumber">1</context>
4863 </context-group>
4864 </trans-unit>
4865 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a">
4866 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source><target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</target><context-group name="null">
4867 <context context-type="linenumber">1</context>
4868 </context-group>
4869 </trans-unit>
4870 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096">
4871 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source><target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</target><context-group name="null">
4872 <context context-type="linenumber">1</context>
4873 </context-group>
4874 </trans-unit>
4875 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249">
4876 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</target><context-group name="null">
4877 <context context-type="linenumber">1</context>
4878 </context-group>
4879 </trans-unit>
4880 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6">
4881 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</target><context-group name="null">
4882 <context context-type="linenumber">1</context>
4883 </context-group>
4884 </trans-unit>
4885 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499">
4886 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target><context-group name="null">
4887 <context context-type="linenumber">1</context>
4888 </context-group>
4889 </trans-unit>
4890 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
4891 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</target><context-group name="null">
4892 <context context-type="linenumber">1</context>
4893 </context-group>
4894 </trans-unit>
4895 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830">
4896 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target><context-group name="null">
4897 <context context-type="linenumber">1</context>
4898 </context-group>
4899 </trans-unit>
4900 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f">
4901 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</target><context-group name="null">
4902 <context context-type="linenumber">1</context>
4903 </context-group>
4904 </trans-unit>
4905 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc">
4906 <source>Mute this account</source><target>Mute this account</target><context-group name="null">
4907 <context context-type="linenumber">1</context>
4908 </context-group>
4909 </trans-unit>
4910 <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952">
4911 <source>Unmute this account</source><target>Unmute this account</target><context-group name="null">
4912 <context context-type="linenumber">1</context>
4913 </context-group>
4914 </trans-unit>
4915 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d">
4916 <source>Mute the instance</source><target>Mute the instance</target><context-group name="null">
4917 <context context-type="linenumber">1</context>
4918 </context-group>
4919 </trans-unit>
4920 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9">
4921 <source>Unmute the instance</source><target>Unmute the instance</target><context-group name="null">
4922 <context context-type="linenumber">1</context>
4923 </context-group>
4924 </trans-unit>
4925 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
4926 <source>Mute this account by your instance</source><target>Mute this account by your instance</target><context-group name="null">
4927 <context context-type="linenumber">1</context>
4928 </context-group>
4929 </trans-unit>
4930 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957">
4931 <source>Unmute this account by your instance</source><target>Unmute this account by your instance</target><context-group name="null">
4932 <context context-type="linenumber">1</context>
4933 </context-group>
4934 </trans-unit>
4935 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178">
4936 <source>Mute the instance by your instance</source><target>Mute the instance by your instance</target><context-group name="null">
4937 <context context-type="linenumber">1</context>
4938 </context-group>
4939 </trans-unit>
4940 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a">
4941 <source>Unmute the instance by your instance</source><target>Unmute the instance by your instance</target><context-group name="null">
4942 <context context-type="linenumber">1</context>
4943 </context-group>
4944 </trans-unit>
4945 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
4946 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target><context-group name="null">
4947 <context context-type="linenumber">1</context>
4948 </context-group>
4949 </trans-unit>
4950 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b">
4951 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source><target>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</target><context-group name="null">
4952 <context context-type="linenumber">1</context>
4953 </context-group>
4954 </trans-unit>
4955 <trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d">
4956 <source>Too many attempts, please try again later.</source><target>Too many attempts, please try again later.</target><context-group name="null">
4957 <context context-type="linenumber">1</context>
4958 </context-group>
4959 </trans-unit>
4960 <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc">
4961 <source>Server error. Please retry later.</source><target>Server error. Please retry later.</target><context-group name="null">
4962 <context context-type="linenumber">1</context>
4963 </context-group>
4964 </trans-unit>
4965 <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded">
4966 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source><target>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target><context-group name="null">
4967 <context context-type="linenumber">1</context>
4968 </context-group>
4969 </trans-unit>
4970 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
4971 <source>Subscribed</source><target>Subscribed</target><context-group name="null">
4972 <context context-type="linenumber">1</context>
4973 </context-group>
4974 </trans-unit>
4975 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26">
4976 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source><target>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target><context-group name="null">
4977 <context context-type="linenumber">1</context>
4978 </context-group>
4979 </trans-unit>
4980 <trans-unit id="294395337b767af84f952ac28d58d54a13a11471">
4981 <source>Unsubscribed</source><target>Unsubscribed</target><context-group name="null">
4982 <context context-type="linenumber">1</context>
4983 </context-group>
4984 </trans-unit>
4985 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf">
4986 <source>Moderator</source><target>Moderator</target><context-group name="null">
4987 <context context-type="linenumber">1</context>
4988 </context-group>
4989 </trans-unit>
4990 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78">
4991 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source><target>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></target><context-group name="null">
4992 <context context-type="linenumber">1</context>
4993 </context-group>
4994 </trans-unit>
4995 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de">
4996 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source><target>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target><context-group name="null">
4997 <context context-type="linenumber">1</context>
4998 </context-group>
4999 </trans-unit>
5000 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f">
5001 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source><target>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></target><context-group name="null">
5002 <context context-type="linenumber">1</context>
5003 </context-group>
5004 </trans-unit>
5005 <trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8">
5006 <source>Timestamps updated</source><target>Timestamps updated</target><context-group name="null">
5007 <context context-type="linenumber">1</context>
5008 </context-group>
5009 </trans-unit>
5010 <trans-unit id="28d23ed47149ffd34c2ebd58bfeb4601649c784f">
5011 <source>Starts at </source>
5012 <target> </target>
5013 <context-group name="null">
5014 <context context-type="linenumber">1</context>
5015 </context-group>
5016 </trans-unit>
5017 <trans-unit id="1e40e4317900075588705bc4084fda4b2ddb3372">
5018 <source>Stops at </source>
5019 <target> </target>
5020 <context-group name="null">
5021 <context context-type="linenumber">1</context>
5022 </context-group>
5023 </trans-unit>
5024 <trans-unit id="1b8201c470a1635cc9beab9adb90eabd19fc9691">
5025 <source> and stops at </source>
5026 <target> </target>
5027 <context-group name="null">
5028 <context context-type="linenumber">1</context>
5029 </context-group>
5030 </trans-unit>
5031 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
5032 <source>Video blacklisted.</source><target>Video blacklisted.</target><context-group name="null">
5033 <context context-type="linenumber">1</context>
5034 </context-group>
5035 </trans-unit>
5036 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
5037 <source>Copied</source><target>Copied</target><context-group name="null">
5038 <context context-type="linenumber">1</context>
5039 </context-group>
5040 </trans-unit>
5041 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
5042 <source>Video reported.</source><target>Video reported.</target><context-group name="null">
5043 <context context-type="linenumber">1</context>
5044 </context-group>
5045 </trans-unit>
5046 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
5047 <source>Do you really want to delete this video?</source><target>Do you really want to delete this video?</target><context-group name="null">
5048 <context context-type="linenumber">1</context>
5049 </context-group>
5050 </trans-unit>
5051 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
5052 <source>Blacklist</source><target>Blacklist</target><context-group name="null">
5053 <context context-type="linenumber">1</context>
5054 </context-group>
5055 </trans-unit>
5056 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
5057 <source>Report</source><target>Report</target><context-group name="null">
5058 <context context-type="linenumber">1</context>
5059 </context-group>
5060 </trans-unit>
5061 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
5062 <source>Published</source><target>Published</target><context-group name="null">
5063 <context context-type="linenumber">1</context>
5064 </context-group>
5065 </trans-unit>
5066 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
5067 <source>Publication scheduled on </source>
5068 <target> </target>
5069 <context-group name="null">
5070 <context context-type="linenumber">1</context>
5071 </context-group>
5072 </trans-unit>
5073 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
5074 <source>Waiting transcoding</source><target>Waiting transcoding</target><context-group name="null">
5075 <context context-type="linenumber">1</context>
5076 </context-group>
5077 </trans-unit>
5078 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
5079 <source>To transcode</source><target>To transcode</target><context-group name="null">
5080 <context context-type="linenumber">1</context>
5081 </context-group>
5082 </trans-unit>
5083 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
5084 <source>To import</source><target>To import</target><context-group name="null">
5085 <context context-type="linenumber">1</context>
5086 </context-group>
5087 </trans-unit>
5088 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
5089 <source>Only I can see this video</source><target>Only I can see this video</target><context-group name="null">
5090 <context context-type="linenumber">1</context>
5091 </context-group>
5092 </trans-unit>
5093 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70">
5094 <source>Only people with the private link can see this video</source><target>Only people with the private link can see this video</target><context-group name="null">
5095 <context context-type="linenumber">1</context>
5096 </context-group>
5097 </trans-unit>
5098 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b">
5099 <source>Anyone can see this video</source><target>Anyone can see this video</target><context-group name="null">
5100 <context context-type="linenumber">1</context>
5101 </context-group>
5102 </trans-unit>
5103 <trans-unit id="21565881ad1dff3c98738b9535b3515cec140609">
5104 <source>Welcome! Now please check your emails to verify your account and complete signup.</source><target>Welcome! Now please check your emails to verify your account and complete signup.</target><context-group name="null">
5105 <context context-type="linenumber">1</context>
5106 </context-group>
5107 </trans-unit>
5108 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6">
5109 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source><target>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</target><context-group name="null">
5110 <context context-type="linenumber">1</context>
5111 </context-group>
5112 </trans-unit>
5113 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb">
5114 <source>Video to import updated.</source><target>Video to import updated.</target><context-group name="null">
5115 <context context-type="linenumber">1</context>
5116 </context-group>
5117 </trans-unit>
5118 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c">
5119 <source>Your video was uploaded to your account and is private.</source><target>Your video was uploaded to your account and is private.</target><context-group name="null">
5120 <context context-type="linenumber">1</context>
5121 </context-group>
5122 </trans-unit>
5123 <trans-unit id="24840228f2826b66252cfcaab9820b1c7e0da264">
5124 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source><target>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target><context-group name="null">
5125 <context context-type="linenumber">1</context>
5126 </context-group>
5127 </trans-unit>
5128 <trans-unit id="5af84926d631326e548573ebf0f6dff07845aeb4">
5129 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source><target>Your video is not uploaded yet, are you sure you want to leave this page?</target><context-group name="null">
5130 <context context-type="linenumber">1</context>
5131 </context-group>
5132 </trans-unit>
5133 <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9">
5134 <source>Upload cancelled</source><target>Upload cancelled</target><context-group name="null">
5135 <context context-type="linenumber">1</context>
5136 </context-group>
5137 </trans-unit>
5138 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee">
5139 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source><target>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target><context-group name="null">
5140 <context context-type="linenumber">1</context>
5141 </context-group>
5142 </trans-unit>
5143 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd">
5144 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source><target>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target><context-group name="null">
5145 <context context-type="linenumber">1</context>
5146 </context-group>
5147 </trans-unit>
5148 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce">
5149 <source>Video published.</source><target>Video published.</target><context-group name="null">
5150 <context context-type="linenumber">1</context>
5151 </context-group>
5152 </trans-unit>
5153 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
5154 <source>You have unsaved changes! If you leave, your changes will be lost.</source><target>You have unsaved changes! If you leave, your changes will be lost.</target><context-group name="null">
5155 <context context-type="linenumber">1</context>
5156 </context-group>
5157 </trans-unit>
5158 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
5159 <source>Video updated.</source><target>Video updated.</target><context-group name="null">
5160 <context context-type="linenumber">1</context>
5161 </context-group>
5162 </trans-unit>
5163 <trans-unit id="aeb61b334cac080733c3e03766165a346bbf42fd">
5164 <source> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</source>
5165 <target> </target>
5166 <context-group name="null">
5167 <context context-type="linenumber">1</context>
5168 </context-group>
5169 </trans-unit>
5170 <trans-unit id="f18ffad7896788364e69a9ac6a376c84f54c58f7">
5171 <source> The deletion will be sent to remote instances so they remove the comment too.</source>
5172 <target> </target>
5173 <context-group name="null">
5174 <context context-type="linenumber">1</context>
5175 </context-group>
5176 </trans-unit>
5177 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
5178 <source> It is a remote comment, so the deletion will only be effective on your instance.</source>
5179 <target> </target>
5180 <context-group name="null">
5181 <context context-type="linenumber">1</context>
5182 </context-group>
5183 </trans-unit>
5184 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
5185 <source>Like the video</source><target>Like the video</target><context-group name="null">
5186 <context context-type="linenumber">1</context>
5187 </context-group>
5188 </trans-unit>
5189 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8">
5190 <source>Dislike the video</source><target>Dislike the video</target><context-group name="null">
5191 <context context-type="linenumber">1</context>
5192 </context-group>
5193 </trans-unit>
5194 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
5195 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source><target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</target><context-group name="null">
5196 <context context-type="linenumber">1</context>
5197 </context-group>
5198 </trans-unit>
5199 <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71">
5200 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source><target>This video contains mature or explicit content. Are you sure you want to watch it?</target><context-group name="null">
5201 <context context-type="linenumber">1</context>
5202 </context-group>
5203 </trans-unit>
5204 <trans-unit id="5ba3d522e4146eefcbd5c222247c1e2423d27cd8">
5205 <source>Mature or explicit content</source><target>Mature or explicit content</target><context-group name="null">
5206 <context context-type="linenumber">1</context>
5207 </context-group>
5208 </trans-unit>
5209 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
5210 <source>Trending for the last 24 hours</source><target>Trending for the last 24 hours</target><context-group name="null">
5211 <context context-type="linenumber">1</context>
5212 </context-group>
5213 </trans-unit>
5214 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e">
5215 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source><target>Trending videos are those totalizing the greatest number of views during the last 24 hours</target><context-group name="null">
5216 <context context-type="linenumber">1</context>
5217 </context-group>
5218 </trans-unit>
5219 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
5220 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source><target>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target><context-group name="null">
5221 <context context-type="linenumber">1</context>
5222 </context-group>
5223 </trans-unit>
5224 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509">
5225 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source><target>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target><context-group name="null">
5226 <context context-type="linenumber">1</context>
5227 </context-group>
5228 </trans-unit>
5229 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
5230 <source>Videos from your subscriptions</source><target>Videos from your subscriptions</target><context-group name="null">
5231 <context context-type="linenumber">1</context>
5232 </context-group>
5233 </trans-unit>
5234 </body>
5235 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_gl_ES.xml b/client/src/locale/target/angular_gl_ES.xml
index ab07180b2..33df1d56d 100644
--- a/client/src/locale/target/angular_gl_ES.xml
+++ b/client/src/locale/target/angular_gl_ES.xml
@@ -3,6 +3,216 @@
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1"> 3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="gl-ES"> 4 <file source-language="en-US" datatype="plaintext" original="" target-language="gl-ES">
5 <body> 5 <body>
6 <trans-unit id="ngb.alert.close">
7 <source>Close</source>
8 <target>Pechar</target>
9 <context-group name="null">
10 <context context-type="linenumber">2</context>
11 </context-group>
12 </trans-unit>
13 <trans-unit id="ngb.carousel.previous">
14 <source>Previous</source>
15 <target>Anterior</target>
16 <context-group name="null">
17 <context context-type="linenumber">13</context>
18 </context-group>
19 </trans-unit>
20 <trans-unit id="ngb.carousel.next">
21 <source>Next</source>
22 <target>Seguinte</target>
23 <context-group name="null">
24 <context context-type="linenumber">17</context>
25 </context-group>
26 </trans-unit>
27 <trans-unit id="ngb.datepicker.previous-month">
28 <source>Previous month</source>
29 <target>Mes anterior</target>
30 <context-group name="null">
31 <context context-type="linenumber">5</context>
32 </context-group>
33 </trans-unit>
34 <trans-unit id="ngb.datepicker.next-month">
35 <source>Next month</source>
36 <target>Mes seguinte</target>
37 <context-group name="null">
38 <context context-type="linenumber">27</context>
39 </context-group>
40 </trans-unit>
41 <trans-unit id="ngb.datepicker.select-month">
42 <source>Select month</source>
43 <target>Escoller mes</target>
44 <context-group name="null">
45 <context context-type="linenumber">7</context>
46 </context-group>
47 </trans-unit>
48 <trans-unit id="ngb.datepicker.select-year">
49 <source>Select year</source>
50 <target>Escoller ano</target>
51 <context-group name="null">
52 <context context-type="linenumber">16</context>
53 </context-group>
54 </trans-unit>
55 <trans-unit id="ngb.pagination.first">
56 <source>««</source>
57 <target>««</target>
58 <context-group name="null">
59 <context context-type="linenumber">2</context>
60 </context-group>
61 </trans-unit>
62 <trans-unit id="ngb.pagination.previous">
63 <source>«</source>
64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
79 <context-group name="null">
80 <context context-type="linenumber">5</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.first-aria">
84 <source>First</source>
85 <target>Primeiro</target>
86 <context-group name="null">
87 <context context-type="linenumber">14</context>
88 </context-group>
89 </trans-unit>
90 <trans-unit id="ngb.pagination.previous-aria">
91 <source>Previous</source>
92 <target>Anterior</target>
93 <context-group name="null">
94 <context context-type="linenumber">23</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.next-aria">
98 <source>Next</source>
99 <target>Seguinte</target>
100 <context-group name="null">
101 <context context-type="linenumber">41</context>
102 </context-group>
103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source>
106 <target>Último</target>
107 <context-group name="null">
108 <context context-type="linenumber">49</context>
109 </context-group>
110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value">
112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
113 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
114 <context-group name="null">
115 <context context-type="linenumber">6</context>
116 </context-group>
117 </trans-unit>
118 <trans-unit id="ngb.timepicker.increment-hours">
119 <source>Increment hours</source>
120 <target>Aumentar horas</target>
121 <context-group name="null">
122 <context context-type="linenumber">9</context>
123 </context-group>
124 </trans-unit>
125 <trans-unit id="ngb.timepicker.HH">
126 <source>HH</source>
127 <target>HH</target>
128 <context-group name="null">
129 <context context-type="linenumber">12</context>
130 </context-group>
131 </trans-unit>
132 <trans-unit id="ngb.timepicker.hours">
133 <source>Hours</source>
134 <target>Horas</target>
135 <context-group name="null">
136 <context context-type="linenumber">14</context>
137 </context-group>
138 </trans-unit>
139 <trans-unit id="ngb.timepicker.decrement-hours">
140 <source>Decrement hours</source>
141 <target>Diminuír horas</target>
142 <context-group name="null">
143 <context context-type="linenumber">20</context>
144 </context-group>
145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source>
148 <target>Aumentar minutos</target>
149 <context-group name="null">
150 <context context-type="linenumber">29</context>
151 </context-group>
152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source>
155 <target>MM</target>
156 <context-group name="null">
157 <context context-type="linenumber">32</context>
158 </context-group>
159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source>
162 <target>Minutos</target>
163 <context-group name="null">
164 <context context-type="linenumber">34</context>
165 </context-group>
166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source>
169 <target>Diminuír minutos</target>
170 <context-group name="null">
171 <context context-type="linenumber">40</context>
172 </context-group>
173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source>
176 <target>Aumentar segundos</target>
177 <context-group name="null">
178 <context context-type="linenumber">49</context>
179 </context-group>
180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source>
183 <target>SS</target>
184 <context-group name="null">
185 <context context-type="linenumber">52</context>
186 </context-group>
187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source>
190 <target>Segundos</target>
191 <context-group name="null">
192 <context context-type="linenumber">54</context>
193 </context-group>
194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source>
197 <target>Diminuír segundos</target>
198 <context-group name="null">
199 <context context-type="linenumber">60</context>
200 </context-group>
201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source>
204 <target>PM</target>
205 <context-group name="null">
206 <context context-type="linenumber">68</context>
207 </context-group>
208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source>
211 <target>AM</target>
212 <context-group name="null">
213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
6 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
7 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source> 217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
8 <target>(extensións: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, tamaño máx.: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target> 218 <target>(extensións: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, tamaño máx.: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
@@ -10,11 +220,261 @@
10 <context context-type="linenumber">11</context> 220 <context context-type="linenumber">11</context>
11 </context-group> 221 </context-group>
12 </trans-unit> 222 </trans-unit>
13 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
14 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 224 <source>You don't have notifications.</source>
15 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visionados</target> 225 <target>Non ten notificacións</target>
16 <context-group name="null"> 226 <context-group name="null">
17 <context context-type="linenumber">16</context> 227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicou un <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>novo vídeo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 O seu vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> sacouse da lista negra
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 O seu vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> púxose na lista negra
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Creouse un informe de contido<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> abusivo para o vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
307 <source>
308 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> comentou o seu vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">47</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
326 <source>
327 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 O seu vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> foi publicado
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">55</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
345 <source>
346 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
349 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>O seu vídeo importouse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> correctamente
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">63</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
364 <source>
365 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Fallou a importación<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> do seu vídeo
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">71</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
383 <source>
384 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 Usuaria <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> rexistrada<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> na súa instancia
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">79</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
402 <source>
403 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
407
408 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
409 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
410 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
411 </source>
412 <target>
413 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
414
415 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
416 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> está a seguir
417
418 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>a súa canle <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
419 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>a súa conta<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
420 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
421 </target>
422 <context-group name="null">
423 <context context-type="linenumber">87</context>
424 </context-group>
425 </trans-unit>
426 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
427 <source>
428 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
429
430 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
431 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
432 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
433 </source>
434 <target>
435 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
436
437 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
438 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mencionouna en <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>vídeo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">98</context>
443 </context-group>
444 </trans-unit>
445 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
446 <source>Reason...</source>
447 <target>Razón...</target>
448 <context-group name="null">
449 <context context-type="linenumber">11</context>
450 </context-group>
451 </trans-unit>
452 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
453 <source>Unlisted</source>
454 <target>Non listado</target>
455 <context-group name="null">
456 <context context-type="linenumber">17</context>
457 </context-group>
458 </trans-unit>
459 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
460 <source>Private</source>
461 <target>Privado</target>
462 <context-group name="null">
463 <context context-type="linenumber">18</context>
464 </context-group>
465 </trans-unit>
466 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
467 <source>No results.</source>
468 <target>Sin resultados.</target>
469 <context-group name="null">
470 <context context-type="linenumber">20</context>
471 </context-group>
472 </trans-unit>
473 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
474 <source>Delete</source>
475 <target>Eliminar</target>
476 <context-group name="null">
477 <context context-type="linenumber">15</context>
18 </context-group> 478 </context-group>
19 </trans-unit> 479 </trans-unit>
20 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 480 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
@@ -45,6 +505,164 @@
45 <context context-type="linenumber">19</context> 505 <context context-type="linenumber">19</context>
46 </context-group> 506 </context-group>
47 </trans-unit> 507 </trans-unit>
508 <trans-unit id="450025269732888db1f04cfe6033843110ab65ee">
509 <source>
510 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
511 Subscribe
512 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
513 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
514 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
515 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
516 </source>
517 <target>
518 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
519 Subscribir
520 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
521 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
522 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
523 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
524 </target>
525 <context-group name="null">
526 <context context-type="linenumber">5</context>
527 </context-group>
528 </trans-unit>
529 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
530 <source>
531 Unsubscribe
532 </source>
533 <target>
534 Deixar de seguir
535 </target>
536 <context-group name="null">
537 <context context-type="linenumber">18</context>
538 </context-group>
539 </trans-unit>
540 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
541 <source>Using an ActivityPub account</source>
542 <target>Utilizando unha conta ActivityPub</target>
543 <context-group name="null">
544 <context context-type="linenumber">36</context>
545 </context-group>
546 </trans-unit>
547 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
548 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
549 <target>Subscribirse con unha conta en <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
550 <context-group name="null">
551 <context context-type="linenumber">39</context>
552 </context-group>
553 </trans-unit>
554 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
555 <source>Subscribe with your local account</source>
556 <target>Subscribir coa súa conta local</target>
557 <context-group name="null">
558 <context context-type="linenumber">40</context>
559 </context-group>
560 </trans-unit>
561 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
562 <source>Subscribe with a Mastodon account:</source>
563 <target>Subscribir con conta Mastodon:</target>
564 <context-group name="null">
565 <context context-type="linenumber">43</context>
566 </context-group>
567 </trans-unit>
568 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
569 <source>Using a syndication feed</source>
570 <target>Utilizando unha fonte sindicada</target>
571 <context-group name="null">
572 <context context-type="linenumber">48</context>
573 </context-group>
574 </trans-unit>
575 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
576 <source>Subscribe via RSS</source>
577 <target>Subscribir mediante RSS</target>
578 <context-group name="null">
579 <context context-type="linenumber">49</context>
580 </context-group>
581 </trans-unit>
582 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
583 <source>
584 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
585 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
586 </source>
587 <target>
588 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Subscrición remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
589 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interacción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
590 </target>
591 <context-group name="null">
592 <context context-type="linenumber">10</context>
593 </context-group>
594 </trans-unit>
595 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
596 <source>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.</source>
597 <target>Pode subscribirse a canle a través de calquera instancia ActivityPub do fediverso. Por exemplo con unha conta Mastodon ou Pleroma pode escribir o enderezo URL na caixa de busca e subscribirse alí.</target>
598 <context-group name="null">
599 <context context-type="linenumber">17</context>
600 </context-group>
601 </trans-unit>
602 <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a">
603 <source>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.</source>
604 <target>Pode interactuar con esto a través de calquera conta ActivityPub do fediverso. Por exemplo con Mastodon ou Pleroma pode escribir o enderezo URL na caixa de busca e interactuar con el desde alí.</target>
605 <context-group name="null">
606 <context context-type="linenumber">22</context>
607 </context-group>
608 </trans-unit>
609 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
610 <source>Video quota</source>
611 <target>Cota de vídeo</target>
612 <context-group name="null">
613 <context context-type="linenumber">42</context>
614 </context-group>
615 </trans-unit>
616 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
617 <source>
618 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
619 </source>
620 <target>
621 Sen límite <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> diario)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
622 </target>
623 <context-group name="null">
624 <context context-type="linenumber">28</context>
625 </context-group>
626 </trans-unit>
627 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
628 <source>Ban</source>
629 <target>Vetar</target>
630 <context-group name="null">
631 <context context-type="linenumber">3</context>
632 </context-group>
633 </trans-unit>
634 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
635 <source>
636 A banned user will no longer be able to login.
637 </source>
638 <target>
639 Unha usuaria vetada non pode conectarse.
640 </target>
641 <context-group name="null">
642 <context context-type="linenumber">18</context>
643 </context-group>
644 </trans-unit>
645 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
646 <source>Cancel</source>
647 <target>Cancelar</target>
648 <context-group name="null">
649 <context context-type="linenumber">10</context>
650 </context-group>
651 </trans-unit>
652 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
653 <source>Ban this user</source>
654 <target>Vetar esta usuaria</target>
655 <context-group name="null">
656 <context context-type="linenumber">26</context>
657 </context-group>
658 </trans-unit>
659 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
660 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
661 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
662 <context-group name="null">
663 <context context-type="linenumber">11</context>
664 </context-group>
665 </trans-unit>
48 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 666 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
49 <source> 667 <source>
50 Login 668 Login
@@ -56,6 +674,13 @@
56 <context context-type="linenumber">2</context> 674 <context context-type="linenumber">2</context>
57 </context-group> 675 </context-group>
58 </trans-unit> 676 </trans-unit>
677 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
678 <source>Request new verification email.</source>
679 <target>Solicitar novo correo de validación.</target>
680 <context-group name="null">
681 <context context-type="linenumber">12</context>
682 </context-group>
683 </trans-unit>
59 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 684 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
60 <source>User</source> 685 <source>User</source>
61 <target>Usuaria</target> 686 <target>Usuaria</target>
@@ -117,7 +742,7 @@
117 <source>Login</source> 742 <source>Login</source>
118 <target>Conectar</target> 743 <target>Conectar</target>
119 <context-group name="null"> 744 <context-group name="null">
120 <context context-type="linenumber">36</context> 745 <context context-type="linenumber">32</context>
121 </context-group> 746 </context-group>
122 </trans-unit> 747 </trans-unit>
123 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 748 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -127,6 +752,17 @@
127 <context context-type="linenumber">57</context> 752 <context context-type="linenumber">57</context>
128 </context-group> 753 </context-group>
129 </trans-unit> 754 </trans-unit>
755 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
756 <source>
757 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
758 </source>
759 <target>
760 Lamentámolo, non pode recuperar o seu contrasinal porque a administración da súa instancia non configurou o sistema de correo de PeerTube.
761 </target>
762 <context-group name="null">
763 <context context-type="linenumber">64</context>
764 </context-group>
765 </trans-unit>
130 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 766 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
131 <source>Email</source> 767 <source>Email</source>
132 <target>Correo electrónico</target> 768 <target>Correo electrónico</target>
@@ -145,7 +781,7 @@
145 <source>Send me an email to reset my password</source> 781 <source>Send me an email to reset my password</source>
146 <target>Envíenme un correo para restablecer o contrasinal</target> 782 <target>Envíenme un correo para restablecer o contrasinal</target>
147 <context-group name="null"> 783 <context-group name="null">
148 <context context-type="linenumber">80</context> 784 <context context-type="linenumber">81</context>
149 </context-group> 785 </context-group>
150 </trans-unit> 786 </trans-unit>
151 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 787 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -198,11 +834,32 @@
198 <context context-type="linenumber">8</context> 834 <context context-type="linenumber">8</context>
199 </context-group> 835 </context-group>
200 </trans-unit> 836 </trans-unit>
837 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3">
838 <source>Example: jane_doe</source>
839 <target>Exemplo: jane_doe</target>
840 <context-group name="null">
841 <context context-type="linenumber">17</context>
842 </context-group>
843 </trans-unit>
844 <trans-unit id="7fe213724c4c0a4112c40c673884acb98a0a3b92">
845 <source>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</source>
846 <target>Teño ao menos 16 anos e acepto &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; de esta instancia</target>
847 <context-group name="null">
848 <context context-type="linenumber">55</context>
849 </context-group>
850 </trans-unit>
201 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4"> 851 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
202 <source>Signup</source> 852 <source>Signup</source>
203 <target>Abrir conta</target> 853 <target>Abrir conta</target>
204 <context-group name="null"> 854 <context-group name="null">
205 <context context-type="linenumber">78</context> 855 <context context-type="linenumber">88</context>
856 </context-group>
857 </trans-unit>
858 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
859 <source>Features found on this instance</source>
860 <target>Características de esta instancia</target>
861 <context-group name="null">
862 <context context-type="linenumber">67</context>
206 </context-group> 863 </context-group>
207 </trans-unit> 864 </trans-unit>
208 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a"> 865 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
@@ -223,6 +880,19 @@
223 <context context-type="linenumber">6</context> 880 <context context-type="linenumber">6</context>
224 </context-group> 881 </context-group>
225 </trans-unit> 882 </trans-unit>
883 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
884 <source>
885 Filters
886 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
887 </source>
888 <target>
889 Filtros
890 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
891 </target>
892 <context-group name="null">
893 <context context-type="linenumber">16</context>
894 </context-group>
895 </trans-unit>
226 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d"> 896 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
227 <source> 897 <source>
228 No results found 898 No results found
@@ -234,18 +904,36 @@
234 <context context-type="linenumber">28</context> 904 <context context-type="linenumber">28</context>
235 </context-group> 905 </context-group>
236 </trans-unit> 906 </trans-unit>
907 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a">
908 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source>
909 <target><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscritoras</target>
910 <context-group name="null">
911 <context context-type="linenumber">44</context>
912 </context-group>
913 </trans-unit>
237 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 914 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
238 <source>Change the language</source> 915 <source>Change the language</source>
239 <target>Cambiar o idioma</target> 916 <target>Cambiar o idioma</target>
240 <context-group name="null"> 917 <context-group name="null">
241 <context context-type="linenumber">86</context> 918 <context context-type="linenumber">102</context>
919 </context-group>
920 </trans-unit>
921 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
922 <source>
923 Help to translate PeerTube!
924 </source>
925 <target>
926 Axude a traducir PeerTube!
927 </target>
928 <context-group name="null">
929 <context context-type="linenumber">8</context>
242 </context-group> 930 </context-group>
243 </trans-unit> 931 </trans-unit>
244 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 932 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
245 <source>Create an account</source> 933 <source>Create an account</source>
246 <target>Crear unha conta</target> 934 <target>Crear unha conta</target>
247 <context-group name="null"> 935 <context-group name="null">
248 <context context-type="linenumber">37</context> 936 <context context-type="linenumber">33</context>
249 </context-group> 937 </context-group>
250 </trans-unit> 938 </trans-unit>
251 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 939 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
@@ -259,42 +947,42 @@
259 <source>Trending</source> 947 <source>Trending</source>
260 <target>En voga</target> 948 <target>En voga</target>
261 <context-group name="null"> 949 <context-group name="null">
262 <context context-type="linenumber">55</context> 950 <context context-type="linenumber">71</context>
263 </context-group> 951 </context-group>
264 </trans-unit> 952 </trans-unit>
265 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 953 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
266 <source>Recently added</source> 954 <source>Recently added</source>
267 <target>Últimos engadidos</target> 955 <target>Últimos engadidos</target>
268 <context-group name="null"> 956 <context-group name="null">
269 <context context-type="linenumber">60</context> 957 <context context-type="linenumber">76</context>
270 </context-group> 958 </context-group>
271 </trans-unit> 959 </trans-unit>
272 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 960 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
273 <source>Local</source> 961 <source>Local</source>
274 <target>Local</target> 962 <target>Local</target>
275 <context-group name="null"> 963 <context-group name="null">
276 <context context-type="linenumber">65</context> 964 <context context-type="linenumber">81</context>
277 </context-group> 965 </context-group>
278 </trans-unit> 966 </trans-unit>
279 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 967 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
280 <source>More</source> 968 <source>More</source>
281 <target>Máis</target> 969 <target>Máis</target>
282 <context-group name="null"> 970 <context-group name="null">
283 <context context-type="linenumber">70</context> 971 <context context-type="linenumber">86</context>
284 </context-group> 972 </context-group>
285 </trans-unit> 973 </trans-unit>
286 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 974 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
287 <source>Administration</source> 975 <source>Administration</source>
288 <target>Administración</target> 976 <target>Administración</target>
289 <context-group name="null"> 977 <context-group name="null">
290 <context context-type="linenumber">74</context> 978 <context context-type="linenumber">90</context>
291 </context-group> 979 </context-group>
292 </trans-unit> 980 </trans-unit>
293 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 981 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
294 <source>About</source> 982 <source>About</source>
295 <target>Acerca de</target> 983 <target>Acerca de</target>
296 <context-group name="null"> 984 <context-group name="null">
297 <context context-type="linenumber">25</context> 985 <context context-type="linenumber">26</context>
298 </context-group> 986 </context-group>
299 </trans-unit> 987 </trans-unit>
300 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 988 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -329,77 +1017,70 @@
329 <source>Duration</source> 1017 <source>Duration</source>
330 <target>Duración</target> 1018 <target>Duración</target>
331 <context-group name="null"> 1019 <context-group name="null">
332 <context context-type="linenumber">24</context> 1020 <context context-type="linenumber">45</context>
333 </context-group> 1021 </context-group>
334 </trans-unit> 1022 </trans-unit>
335 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1023 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
336 <source>Display sensitive content</source> 1024 <source>Display sensitive content</source>
337 <target>Mostrar contido sensible</target> 1025 <target>Mostrar contido sensible</target>
338 <context-group name="null"> 1026 <context-group name="null">
339 <context context-type="linenumber">33</context> 1027 <context context-type="linenumber">54</context>
340 </context-group> 1028 </context-group>
341 </trans-unit> 1029 </trans-unit>
342 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 1030 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
343 <source>Yes</source> 1031 <source>Yes</source>
344 <target>Si</target> 1032 <target>Si</target>
345 <context-group name="null"> 1033 <context-group name="null">
346 <context context-type="linenumber">37</context> 1034 <context context-type="linenumber">58</context>
347 </context-group> 1035 </context-group>
348 </trans-unit> 1036 </trans-unit>
349 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 1037 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
350 <source>No</source> 1038 <source>No</source>
351 <target>Non</target> 1039 <target>Non</target>
352 <context-group name="null"> 1040 <context-group name="null">
353 <context context-type="linenumber">42</context> 1041 <context context-type="linenumber">63</context>
354 </context-group> 1042 </context-group>
355 </trans-unit> 1043 </trans-unit>
356 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 1044 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
357 <source>Category</source> 1045 <source>Category</source>
358 <target>Categoría</target> 1046 <target>Categoría</target>
359 <context-group name="null"> 1047 <context-group name="null">
360 <context context-type="linenumber">164</context> 1048 <context context-type="linenumber">189</context>
361 </context-group> 1049 </context-group>
362 </trans-unit> 1050 </trans-unit>
363 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1051 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
364 <source>Licence</source> 1052 <source>Licence</source>
365 <target>Licenza</target> 1053 <target>Licenza</target>
366 <context-group name="null"> 1054 <context-group name="null">
367 <context context-type="linenumber">173</context> 1055 <context context-type="linenumber">198</context>
368 </context-group> 1056 </context-group>
369 </trans-unit> 1057 </trans-unit>
370 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1058 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
371 <source>Language</source> 1059 <source>Language</source>
372 <target>Idioma</target> 1060 <target>Idioma</target>
373 <context-group name="null"> 1061 <context-group name="null">
374 <context context-type="linenumber">182</context> 1062 <context context-type="linenumber">207</context>
375 </context-group> 1063 </context-group>
376 </trans-unit> 1064 </trans-unit>
377 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1065 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
378 <source>All of these tags</source> 1066 <source>All of these tags</source>
379 <target>Todas estas etiquetas</target> 1067 <target>Todas estas etiquetas</target>
380 <context-group name="null"> 1068 <context-group name="null">
381 <context context-type="linenumber">82</context> 1069 <context context-type="linenumber">103</context>
382 </context-group> 1070 </context-group>
383 </trans-unit> 1071 </trans-unit>
384 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 1072 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
385 <source>One of these tags</source> 1073 <source>One of these tags</source>
386 <target>Unha de estas etiquetas</target> 1074 <target>Unha de estas etiquetas</target>
387 <context-group name="null"> 1075 <context-group name="null">
388 <context context-type="linenumber">87</context> 1076 <context context-type="linenumber">108</context>
389 </context-group> 1077 </context-group>
390 </trans-unit> 1078 </trans-unit>
391 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 1079 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
392 <source>Filter</source> 1080 <source>Filter</source>
393 <target>Filtro</target> 1081 <target>Filtro</target>
394 <context-group name="null"> 1082 <context-group name="null">
395 <context context-type="linenumber">94</context> 1083 <context context-type="linenumber">115</context>
396 </context-group>
397 </trans-unit>
398 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
399 <source>No results.</source>
400 <target>Sin resultados.</target>
401 <context-group name="null">
402 <context context-type="linenumber">20</context>
403 </context-group> 1084 </context-group>
404 </trans-unit> 1085 </trans-unit>
405 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 1086 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
@@ -430,13 +1111,6 @@
430 <context context-type="linenumber">39</context> 1111 <context context-type="linenumber">39</context>
431 </context-group> 1112 </context-group>
432 </trans-unit> 1113 </trans-unit>
433 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
434 <source>User registration is allowed and</source>
435 <target>O rexistro está aberto e</target>
436 <context-group name="null">
437 <context context-type="linenumber">29</context>
438 </context-group>
439 </trans-unit>
440 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1114 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
441 <source> 1115 <source>
442 About PeerTube 1116 About PeerTube
@@ -707,35 +1381,35 @@
707 <source>Default client route</source> 1381 <source>Default client route</source>
708 <target>Ruta ao cliente por omisión</target> 1382 <target>Ruta ao cliente por omisión</target>
709 <context-group name="null"> 1383 <context-group name="null">
710 <context context-type="linenumber">48</context> 1384 <context context-type="linenumber">57</context>
711 </context-group> 1385 </context-group>
712 </trans-unit> 1386 </trans-unit>
713 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1387 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
714 <source>Videos Trending</source> 1388 <source>Videos Trending</source>
715 <target>Vídeos de moda</target> 1389 <target>Vídeos de moda</target>
716 <context-group name="null"> 1390 <context-group name="null">
717 <context context-type="linenumber">52</context> 1391 <context context-type="linenumber">61</context>
718 </context-group> 1392 </context-group>
719 </trans-unit> 1393 </trans-unit>
720 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1394 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
721 <source>Videos Recently Added</source> 1395 <source>Videos Recently Added</source>
722 <target>Vídeos engadidos recentemente</target> 1396 <target>Vídeos engadidos recentemente</target>
723 <context-group name="null"> 1397 <context-group name="null">
724 <context context-type="linenumber">53</context> 1398 <context context-type="linenumber">62</context>
725 </context-group> 1399 </context-group>
726 </trans-unit> 1400 </trans-unit>
727 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1401 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
728 <source>Local videos</source> 1402 <source>Local videos</source>
729 <target>Vídeos en local</target> 1403 <target>Vídeos en local</target>
730 <context-group name="null"> 1404 <context-group name="null">
731 <context context-type="linenumber">54</context> 1405 <context context-type="linenumber">63</context>
732 </context-group> 1406 </context-group>
733 </trans-unit> 1407 </trans-unit>
734 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1408 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
735 <source>Policy on videos containing sensitive content</source> 1409 <source>Policy on videos containing sensitive content</source>
736 <target>Política para os vídeos con contido sensible</target> 1410 <target>Política para os vídeos con contido sensible</target>
737 <context-group name="null"> 1411 <context-group name="null">
738 <context context-type="linenumber">61</context> 1412 <context context-type="linenumber">70</context>
739 </context-group> 1413 </context-group>
740 </trans-unit> 1414 </trans-unit>
741 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1415 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -770,28 +1444,28 @@
770 <source>Signup enabled</source> 1444 <source>Signup enabled</source>
771 <target>Rexistro activado</target> 1445 <target>Rexistro activado</target>
772 <context-group name="null"> 1446 <context-group name="null">
773 <context context-type="linenumber">84</context> 1447 <context context-type="linenumber">94</context>
774 </context-group> 1448 </context-group>
775 </trans-unit> 1449 </trans-unit>
776 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1450 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
777 <source>Signup limit</source> 1451 <source>Signup limit</source>
778 <target>Rexistro limitado</target> 1452 <target>Rexistro limitado</target>
779 <context-group name="null"> 1453 <context-group name="null">
780 <context context-type="linenumber">96</context> 1454 <context context-type="linenumber">106</context>
781 </context-group> 1455 </context-group>
782 </trans-unit> 1456 </trans-unit>
783 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1457 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
784 <source>Users</source> 1458 <source>Users</source>
785 <target>Usuarias</target> 1459 <target>Usuarias</target>
786 <context-group name="null"> 1460 <context-group name="null">
787 <context context-type="linenumber">105</context> 1461 <context context-type="linenumber">116</context>
788 </context-group> 1462 </context-group>
789 </trans-unit> 1463 </trans-unit>
790 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1464 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
791 <source>User default video quota</source> 1465 <source>User default video quota</source>
792 <target>Cota de vídeo por omisión para a usuaria</target> 1466 <target>Cota de vídeo por omisión para a usuaria</target>
793 <context-group name="null"> 1467 <context-group name="null">
794 <context context-type="linenumber">109</context> 1468 <context context-type="linenumber">120</context>
795 </context-group> 1469 </context-group>
796 </trans-unit> 1470 </trans-unit>
797 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1471 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -805,21 +1479,21 @@
805 <source>Video import with a torrent file or a magnet URI enabled</source> 1479 <source>Video import with a torrent file or a magnet URI enabled</source>
806 <target>Importación de vídeo con un ficheiro torrent ou URI magnet activada</target> 1480 <target>Importación de vídeo con un ficheiro torrent ou URI magnet activada</target>
807 <context-group name="null"> 1481 <context-group name="null">
808 <context context-type="linenumber">148</context> 1482 <context context-type="linenumber">160</context>
809 </context-group> 1483 </context-group>
810 </trans-unit> 1484 </trans-unit>
811 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1485 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
812 <source>Administrator</source> 1486 <source>Administrator</source>
813 <target>Administración</target> 1487 <target>Administración</target>
814 <context-group name="null"> 1488 <context-group name="null">
815 <context context-type="linenumber">155</context> 1489 <context context-type="linenumber">208</context>
816 </context-group> 1490 </context-group>
817 </trans-unit> 1491 </trans-unit>
818 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1492 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
819 <source>Admin email</source> 1493 <source>Admin email</source>
820 <target>Correo-e da Admin</target> 1494 <target>Correo-e da Admin</target>
821 <context-group name="null"> 1495 <context-group name="null">
822 <context context-type="linenumber">158</context> 1496 <context context-type="linenumber">211</context>
823 </context-group> 1497 </context-group>
824 </trans-unit> 1498 </trans-unit>
825 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1499 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -833,133 +1507,133 @@
833 <source>Twitter</source> 1507 <source>Twitter</source>
834 <target>Twitter</target> 1508 <target>Twitter</target>
835 <context-group name="null"> 1509 <context-group name="null">
836 <context context-type="linenumber">178</context> 1510 <context context-type="linenumber">231</context>
837 </context-group> 1511 </context-group>
838 </trans-unit> 1512 </trans-unit>
839 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1513 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
840 <source>Your Twitter username</source> 1514 <source>Your Twitter username</source>
841 <target>O seu alcume na Twitter</target> 1515 <target>O seu alcume na Twitter</target>
842 <context-group name="null"> 1516 <context-group name="null">
843 <context context-type="linenumber">184</context> 1517 <context context-type="linenumber">237</context>
844 </context-group> 1518 </context-group>
845 </trans-unit> 1519 </trans-unit>
846 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1520 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
847 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1521 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
848 <target>Indica a conta na Twitter para o sitio web ou plataforma para a cal o contido foi publicado.</target> 1522 <target>Indica a conta na Twitter para o sitio web ou plataforma para a cal o contido foi publicado.</target>
849 <context-group name="null"> 1523 <context-group name="null">
850 <context context-type="linenumber">187</context> 1524 <context context-type="linenumber">240</context>
851 </context-group> 1525 </context-group>
852 </trans-unit> 1526 </trans-unit>
853 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1527 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
854 <source>Instance whitelisted by Twitter</source> 1528 <source>Instance whitelisted by Twitter</source>
855 <target>Instancia na lista blanca por Twitter</target> 1529 <target>Instancia na lista blanca por Twitter</target>
856 <context-group name="null"> 1530 <context-group name="null">
857 <context context-type="linenumber">199</context> 1531 <context context-type="linenumber">252</context>
858 </context-group> 1532 </context-group>
859 </trans-unit> 1533 </trans-unit>
860 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1534 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
861 <source>Services</source> 1535 <source>Services</source>
862 <target>Servizos</target> 1536 <target>Servizos</target>
863 <context-group name="null"> 1537 <context-group name="null">
864 <context context-type="linenumber">176</context> 1538 <context context-type="linenumber">229</context>
865 </context-group> 1539 </context-group>
866 </trans-unit> 1540 </trans-unit>
867 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1541 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
868 <source>Transcoding</source> 1542 <source>Transcoding</source>
869 <target>Recodificando</target> 1543 <target>Recodificando</target>
870 <context-group name="null"> 1544 <context-group name="null">
871 <context context-type="linenumber">215</context> 1545 <context context-type="linenumber">268</context>
872 </context-group> 1546 </context-group>
873 </trans-unit> 1547 </trans-unit>
874 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1548 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
875 <source>Transcoding enabled</source> 1549 <source>Transcoding enabled</source>
876 <target>Recodificación activada</target> 1550 <target>Recodificación activada</target>
877 <context-group name="null"> 1551 <context-group name="null">
878 <context context-type="linenumber">221</context> 1552 <context context-type="linenumber">274</context>
879 </context-group> 1553 </context-group>
880 </trans-unit> 1554 </trans-unit>
881 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1555 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
882 <source>If you disable transcoding, many videos from your users will not work!</source> 1556 <source>If you disable transcoding, many videos from your users will not work!</source>
883 <target>Si desactiva a recodificación moitos vídeos das súas usuarias non funcionarán!</target> 1557 <target>Si desactiva a recodificación moitos vídeos das súas usuarias non funcionarán!</target>
884 <context-group name="null"> 1558 <context-group name="null">
885 <context context-type="linenumber">222</context> 1559 <context context-type="linenumber">275</context>
886 </context-group> 1560 </context-group>
887 </trans-unit> 1561 </trans-unit>
888 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1562 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
889 <source>Transcoding threads</source> 1563 <source>Transcoding threads</source>
890 <target>Fíos de recodificación</target> 1564 <target>Fíos de recodificación</target>
891 <context-group name="null"> 1565 <context-group name="null">
892 <context context-type="linenumber">237</context> 1566 <context context-type="linenumber">290</context>
893 </context-group> 1567 </context-group>
894 </trans-unit> 1568 </trans-unit>
895 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1569 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
896 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1570 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
897 <target>Resolución <x id="INTERPOLATION" equiv-text="{{resolution}}"/> activada</target> 1571 <target>Resolución <x id="INTERPOLATION" equiv-text="{{resolution}}"/> activada</target>
898 <context-group name="null"> 1572 <context-group name="null">
899 <context context-type="linenumber">252</context> 1573 <context context-type="linenumber">305</context>
900 </context-group> 1574 </context-group>
901 </trans-unit> 1575 </trans-unit>
902 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1576 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
903 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1577 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
904 <target>Algúns ficheiros non se federan (vista previa, comentarios). Recollémolos directamente desde a instancia de orixe e almacenámolos.</target> 1578 <target>Algúns ficheiros non se federan (vista previa, comentarios). Recollémolos directamente desde a instancia de orixe e almacenámolos.</target>
905 <context-group name="null"> 1579 <context-group name="null">
906 <context context-type="linenumber">265</context> 1580 <context context-type="linenumber">318</context>
907 </context-group> 1581 </context-group>
908 </trans-unit> 1582 </trans-unit>
909 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1583 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
910 <source>Previews cache size</source> 1584 <source>Previews cache size</source>
911 <target>Tamaño da caché de vista previa</target> 1585 <target>Tamaño da caché de vista previa</target>
912 <context-group name="null"> 1586 <context-group name="null">
913 <context context-type="linenumber">271</context> 1587 <context context-type="linenumber">324</context>
914 </context-group> 1588 </context-group>
915 </trans-unit> 1589 </trans-unit>
916 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1590 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
917 <source>Video captions cache size</source> 1591 <source>Video captions cache size</source>
918 <target>Tamaño da caché de comentarios no vídeo</target> 1592 <target>Tamaño da caché de comentarios no vídeo</target>
919 <context-group name="null"> 1593 <context-group name="null">
920 <context context-type="linenumber">280</context> 1594 <context context-type="linenumber">333</context>
921 </context-group> 1595 </context-group>
922 </trans-unit> 1596 </trans-unit>
923 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1597 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
924 <source>Customizations</source> 1598 <source>Customizations</source>
925 <target>Personalizacións</target> 1599 <target>Personalizacións</target>
926 <context-group name="null"> 1600 <context-group name="null">
927 <context context-type="linenumber">289</context> 1601 <context context-type="linenumber">342</context>
928 </context-group> 1602 </context-group>
929 </trans-unit> 1603 </trans-unit>
930 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1604 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
931 <source>JavaScript</source> 1605 <source>JavaScript</source>
932 <target>JavaScript</target> 1606 <target>JavaScript</target>
933 <context-group name="null"> 1607 <context-group name="null">
934 <context context-type="linenumber">294</context> 1608 <context context-type="linenumber">347</context>
935 </context-group> 1609 </context-group>
936 </trans-unit> 1610 </trans-unit>
937 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1611 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
938 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1612 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
939 <target>Escribir código JavaScript directamente.&lt;br /&gt;Exemplo: &lt;pre&gt;console.log('a miña instancia é tremenda');&lt;/pre&gt;</target> 1613 <target>Escribir código JavaScript directamente.&lt;br /&gt;Exemplo: &lt;pre&gt;console.log('a miña instancia é tremenda');&lt;/pre&gt;</target>
940 <context-group name="null"> 1614 <context-group name="null">
941 <context context-type="linenumber">297</context> 1615 <context context-type="linenumber">350</context>
942 </context-group> 1616 </context-group>
943 </trans-unit> 1617 </trans-unit>
944 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1618 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
945 <source>Advanced configuration</source> 1619 <source>Advanced configuration</source>
946 <target>Configuración avanzada</target> 1620 <target>Configuración avanzada</target>
947 <context-group name="null"> 1621 <context-group name="null">
948 <context context-type="linenumber">212</context> 1622 <context context-type="linenumber">265</context>
949 </context-group> 1623 </context-group>
950 </trans-unit> 1624 </trans-unit>
951 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1625 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
952 <source>Update configuration</source> 1626 <source>Update configuration</source>
953 <target>Actualizar configuración</target> 1627 <target>Actualizar configuración</target>
954 <context-group name="null"> 1628 <context-group name="null">
955 <context context-type="linenumber">340</context> 1629 <context context-type="linenumber">393</context>
956 </context-group> 1630 </context-group>
957 </trans-unit> 1631 </trans-unit>
958 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1632 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
959 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1633 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
960 <target>Semella que a configuración non é válida. Por favor busque os erros potenciais nas diferentes pestanas.</target> 1634 <target>Semella que a configuración non é válida. Por favor busque os erros potenciais nas diferentes pestanas.</target>
961 <context-group name="null"> 1635 <context-group name="null">
962 <context context-type="linenumber">341</context> 1636 <context context-type="linenumber">394</context>
963 </context-group> 1637 </context-group>
964 </trans-unit> 1638 </trans-unit>
965 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1639 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -984,16 +1658,5 @@
984 <context context-type="linenumber">7</context> 1658 <context context-type="linenumber">7</context>
985 </context-group> 1659 </context-group>
986 </trans-unit> 1660 </trans-unit>
987 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
988 <source>
989 Cancel
990 </source>
991 <target>
992 Cancelar
993 </target>
994 <context-group name="null">
995 <context context-type="linenumber">30</context>
996 </context-group>
997 </trans-unit>
998 </body> 1661 </body>
999 </file></xliff> \ No newline at end of file 1662 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_hu_HU.xml b/client/src/locale/target/angular_hu_HU.xml
new file mode 100644
index 000000000..3ea5e2653
--- /dev/null
+++ b/client/src/locale/target/angular_hu_HU.xml
@@ -0,0 +1,3904 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="hu-HU">
5 <body>
6 <trans-unit id="ngb.alert.close">
7 <source>Close</source>
8 <target>Bezárás</target>
9 <context-group name="null">
10 <context context-type="linenumber">2</context>
11 </context-group>
12 </trans-unit>
13 <trans-unit id="ngb.carousel.previous">
14 <source>Previous</source>
15 <target>Előző</target>
16 <context-group name="null">
17 <context context-type="linenumber">13</context>
18 </context-group>
19 </trans-unit>
20 <trans-unit id="ngb.carousel.next">
21 <source>Next</source>
22 <target>Következő</target>
23 <context-group name="null">
24 <context context-type="linenumber">17</context>
25 </context-group>
26 </trans-unit>
27 <trans-unit id="ngb.datepicker.previous-month">
28 <source>Previous month</source>
29 <target>Előző hónap</target>
30 <context-group name="null">
31 <context context-type="linenumber">5</context>
32 </context-group>
33 </trans-unit>
34 <trans-unit id="ngb.datepicker.next-month">
35 <source>Next month</source>
36 <target>Következő hónap</target>
37 <context-group name="null">
38 <context context-type="linenumber">27</context>
39 </context-group>
40 </trans-unit>
41 <trans-unit id="ngb.datepicker.select-month">
42 <source>Select month</source>
43 <target>Hónap</target>
44 <context-group name="null">
45 <context context-type="linenumber">7</context>
46 </context-group>
47 </trans-unit>
48 <trans-unit id="ngb.datepicker.select-year">
49 <source>Select year</source>
50 <target>Év</target>
51 <context-group name="null">
52 <context context-type="linenumber">16</context>
53 </context-group>
54 </trans-unit>
55 <trans-unit id="ngb.pagination.first">
56 <source>««</source>
57 <target>««</target>
58 <context-group name="null">
59 <context context-type="linenumber">2</context>
60 </context-group>
61 </trans-unit>
62 <trans-unit id="ngb.pagination.previous">
63 <source>«</source>
64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
79 <context-group name="null">
80 <context context-type="linenumber">5</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.first-aria">
84 <source>First</source>
85 <target>Első</target>
86 <context-group name="null">
87 <context context-type="linenumber">14</context>
88 </context-group>
89 </trans-unit>
90 <trans-unit id="ngb.pagination.previous-aria">
91 <source>Previous</source>
92 <target>Előző</target>
93 <context-group name="null">
94 <context context-type="linenumber">23</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.next-aria">
98 <source>Next</source>
99 <target>Következő</target>
100 <context-group name="null">
101 <context context-type="linenumber">41</context>
102 </context-group>
103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source>
106 <target>Utolsó</target>
107 <context-group name="null">
108 <context context-type="linenumber">49</context>
109 </context-group>
110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value">
112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
113 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
114 <context-group name="null">
115 <context context-type="linenumber">6</context>
116 </context-group>
117 </trans-unit>
118 <trans-unit id="ngb.timepicker.increment-hours">
119 <source>Increment hours</source>
120 <target>Óra növelése</target>
121 <context-group name="null">
122 <context context-type="linenumber">9</context>
123 </context-group>
124 </trans-unit>
125 <trans-unit id="ngb.timepicker.HH">
126 <source>HH</source>
127 <target>ÓÓ</target>
128 <context-group name="null">
129 <context context-type="linenumber">12</context>
130 </context-group>
131 </trans-unit>
132 <trans-unit id="ngb.timepicker.hours">
133 <source>Hours</source>
134 <target>Óra</target>
135 <context-group name="null">
136 <context context-type="linenumber">14</context>
137 </context-group>
138 </trans-unit>
139 <trans-unit id="ngb.timepicker.decrement-hours">
140 <source>Decrement hours</source>
141 <target>Óra csökkentése</target>
142 <context-group name="null">
143 <context context-type="linenumber">20</context>
144 </context-group>
145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source>
148 <target>Perc növelése</target>
149 <context-group name="null">
150 <context context-type="linenumber">29</context>
151 </context-group>
152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source>
155 <target>PP</target>
156 <context-group name="null">
157 <context context-type="linenumber">32</context>
158 </context-group>
159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source>
162 <target>Perc</target>
163 <context-group name="null">
164 <context context-type="linenumber">34</context>
165 </context-group>
166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source>
169 <target>Perc csökkentése</target>
170 <context-group name="null">
171 <context context-type="linenumber">40</context>
172 </context-group>
173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source>
176 <target>Másodperc növelése</target>
177 <context-group name="null">
178 <context context-type="linenumber">49</context>
179 </context-group>
180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source>
183 <target>MP</target>
184 <context-group name="null">
185 <context context-type="linenumber">52</context>
186 </context-group>
187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source>
190 <target>Másodperc</target>
191 <context-group name="null">
192 <context context-type="linenumber">54</context>
193 </context-group>
194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source>
197 <target>Másodperc csökkentése</target>
198 <context-group name="null">
199 <context context-type="linenumber">60</context>
200 </context-group>
201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source>
204 <target>du.</target>
205 <context-group name="null">
206 <context context-type="linenumber">68</context>
207 </context-group>
208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source>
211 <target>de.</target>
212 <context-group name="null">
213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
218 <target>(kiterjesztések: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max méret: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
219 <context-group name="null">
220 <context context-type="linenumber">11</context>
221 </context-group>
222 </trans-unit>
223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
224 <source>You don't have notifications.</source>
225 <target>Nincsenek értesítéseid.</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> közzétett egy <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>új videót<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 A videód <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> lekerült a feketelistáról
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 A videód <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> feketelistára került
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Egy új videó visszaélés<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> létrejött a <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videón
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="3442afd9696d6abcd9210b2cb3cdfb969667ca01">
307 <source>
308 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 A mostanában hozzáadott <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videó <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>automatikusan feketelistára került<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">39</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
326 <source>
327 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> hozzászólt a <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videódhoz
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">47</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
345 <source>
346 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
349 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 A <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videód közzétéve
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">55</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
364 <source>
365 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> videó importálásod sikerült
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">63</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
383 <source>
384 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> videó importálásod sikertelen volt
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">71</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
402 <source>
403 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
407 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
408 </source>
409 <target>
410 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
411
412 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
413 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> felhasználó regisztrált<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a példányodon
414 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
415 </target>
416 <context-group name="null">
417 <context context-type="linenumber">79</context>
418 </context-group>
419 </trans-unit>
420 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
421 <source>
422 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
423
424 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
425 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
426
427 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
428 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
429 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
430 </source>
431 <target>
432 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
433
434 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
435 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> követi
436
437 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>a <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/> csatornádat<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
438 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>fiókod<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">87</context>
443 </context-group>
444 </trans-unit>
445 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
446 <source>
447 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
448
449 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
450 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
451 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
452 </source>
453 <target>
454 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
455
456 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
457 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> megemlített téged a <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/> videónál<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
458 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
459 </target>
460 <context-group name="null">
461 <context context-type="linenumber">98</context>
462 </context-group>
463 </trans-unit>
464 <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566">
465 <source>Save to</source>
466 <target>Mentés ide:</target>
467 <context-group name="null">
468 <context context-type="linenumber">4</context>
469 </context-group>
470 </trans-unit>
471 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f">
472 <source>Options</source>
473 <target>Opciók</target>
474 <context-group name="null">
475 <context context-type="linenumber">9</context>
476 </context-group>
477 </trans-unit>
478 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
479 <source>Start at</source>
480 <target>Kezdés</target>
481 <context-group name="null">
482 <context context-type="linenumber">12</context>
483 </context-group>
484 </trans-unit>
485 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
486 <source>Stop at</source>
487 <target>Befejezés</target>
488 <context-group name="null">
489 <context context-type="linenumber">54</context>
490 </context-group>
491 </trans-unit>
492 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
493 <source>Display name</source>
494 <target>Megjelenítendő név</target>
495 <context-group name="null">
496 <context context-type="linenumber">6</context>
497 </context-group>
498 </trans-unit>
499 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
500 <source>Create</source>
501 <target>Létrehozás</target>
502 <context-group name="null">
503 <context context-type="linenumber">74</context>
504 </context-group>
505 </trans-unit>
506 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
507 <source>Download video</source>
508 <target>Videó letöltése</target>
509 <context-group name="null">
510 <context context-type="linenumber">3</context>
511 </context-group>
512 </trans-unit>
513 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
514 <source>Direct download</source>
515 <target>Közvetlen letöltés</target>
516 <context-group name="null">
517 <context context-type="linenumber">27</context>
518 </context-group>
519 </trans-unit>
520 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
521 <source>Torrent (.torrent file)</source>
522 <target>Torrent (.torrent fájl)</target>
523 <context-group name="null">
524 <context context-type="linenumber">32</context>
525 </context-group>
526 </trans-unit>
527 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
528 <source>Torrent (magnet link)</source>
529 <target>Torrent (magnet link)</target>
530 <context-group name="null">
531 <context context-type="linenumber">37</context>
532 </context-group>
533 </trans-unit>
534 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
535 <source>
536 Cancel
537 </source>
538 <target>
539 Mégsem
540 </target>
541 <context-group name="null">
542 <context context-type="linenumber">47</context>
543 </context-group>
544 </trans-unit>
545 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
546 <source>Download</source>
547 <target>Letöltés</target>
548 <context-group name="null">
549 <context context-type="linenumber">48</context>
550 </context-group>
551 </trans-unit>
552 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
553 <source>Report video</source>
554 <target>Videó jelentése</target>
555 <context-group name="null">
556 <context context-type="linenumber">3</context>
557 </context-group>
558 </trans-unit>
559 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
560 <source>
561 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
562 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
563 </source>
564 <target>
565 A bejelentésed a <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/> moderátorainak lesz elküldve.
566 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> Továbbítva lesz a <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> forráspéldányra is.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
567 </target>
568 <context-group name="null">
569 <context context-type="linenumber">9</context>
570 </context-group>
571 </trans-unit>
572 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
573 <source>Reason...</source>
574 <target>Indok...</target>
575 <context-group name="null">
576 <context context-type="linenumber">11</context>
577 </context-group>
578 </trans-unit>
579 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
580 <source>
581 Cancel
582 </source>
583 <target>
584 Mégsem
585 </target>
586 <context-group name="null">
587 <context context-type="linenumber">38</context>
588 </context-group>
589 </trans-unit>
590 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
591 <source>Submit</source>
592 <target>Küldés</target>
593 <context-group name="null">
594 <context context-type="linenumber">29</context>
595 </context-group>
596 </trans-unit>
597 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
598 <source>Blacklist video</source>
599 <target>Videó feketelistázása</target>
600 <context-group name="null">
601 <context context-type="linenumber">3</context>
602 </context-group>
603 </trans-unit>
604 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
605 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
606 <target>Videó unfederálása (kérés, hogy töröljék a távoli példányokról)</target>
607 <context-group name="null">
608 <context context-type="linenumber">21</context>
609 </context-group>
610 </trans-unit>
611 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
612 <source>Unlisted</source>
613 <target>Nem listázott</target>
614 <context-group name="null">
615 <context context-type="linenumber">17</context>
616 </context-group>
617 </trans-unit>
618 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
619 <source>Private</source>
620 <target>Privát</target>
621 <context-group name="null">
622 <context context-type="linenumber">18</context>
623 </context-group>
624 </trans-unit>
625 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
626 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
627 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> megtekintés</target>
628 <context-group name="null">
629 <context context-type="linenumber">22</context>
630 </context-group>
631 </trans-unit>
632 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
633 <source>Blacklisted</source>
634 <target>Feketelistázott</target>
635 <context-group name="null">
636 <context context-type="linenumber">39</context>
637 </context-group>
638 </trans-unit>
639 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
640 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
641 <target>{VAR_PLURAL, plural, =0 {Nincs videó} =1 {1 videó} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videó} }</target>
642 <context-group name="null">
643 <context context-type="linenumber">9</context>
644 </context-group>
645 </trans-unit>
646 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
647 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
648 <target><x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/> frissítve</target>
649 <context-group name="null">
650 <context context-type="linenumber">29</context>
651 </context-group>
652 </trans-unit>
653 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
654 <source>Save</source>
655 <target>Mentés</target>
656 <context-group name="null">
657 <context context-type="linenumber">117</context>
658 </context-group>
659 </trans-unit>
660 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
661 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
662 <target>Törlés innen: <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
663 <context-group name="null">
664 <context context-type="linenumber">69</context>
665 </context-group>
666 </trans-unit>
667 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
668 <source>No results.</source>
669 <target>Nincs találat.</target>
670 <context-group name="null">
671 <context context-type="linenumber">20</context>
672 </context-group>
673 </trans-unit>
674 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
675 <source>Delete</source>
676 <target>Törlés</target>
677 <context-group name="null">
678 <context context-type="linenumber">15</context>
679 </context-group>
680 </trans-unit>
681 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
682 <source>Edit</source>
683 <target>Szerkesztés</target>
684 <context-group name="null">
685 <context context-type="linenumber">1</context>
686 </context-group>
687 </trans-unit>
688 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
689 <source>Truncated preview</source>
690 <target>Megvágott előnézet</target>
691 <context-group name="null">
692 <context context-type="linenumber">9</context>
693 </context-group>
694 </trans-unit>
695 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196">
696 <source>Complete preview</source>
697 <target>Teljes előnézet</target>
698 <context-group name="null">
699 <context context-type="linenumber">13</context>
700 </context-group>
701 </trans-unit>
702 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f">
703 <source>Get help</source>
704 <target>Segítség kérése</target>
705 <context-group name="null">
706 <context context-type="linenumber">19</context>
707 </context-group>
708 </trans-unit>
709 <trans-unit id="450025269732888db1f04cfe6033843110ab65ee">
710 <source>
711 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
712 Subscribe
713 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
714 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
715 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
716 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
717 </source>
718 <target>
719 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
720 Feliratkozás
721 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
722 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
723 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
724 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
725 </target>
726 <context-group name="null">
727 <context context-type="linenumber">5</context>
728 </context-group>
729 </trans-unit>
730 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
731 <source>
732 Unsubscribe
733 </source>
734 <target>
735Leiratkozás</target>
736 <context-group name="null">
737 <context context-type="linenumber">18</context>
738 </context-group>
739 </trans-unit>
740 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
741 <source>Using an ActivityPub account</source>
742 <target>ActivityPub fiók használatával</target>
743 <context-group name="null">
744 <context context-type="linenumber">36</context>
745 </context-group>
746 </trans-unit>
747 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
748 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
749 <target>Feliratkozás egy <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/>-beli fiók használatával</target>
750 <context-group name="null">
751 <context context-type="linenumber">39</context>
752 </context-group>
753 </trans-unit>
754 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
755 <source>Subscribe with your local account</source>
756 <target>Feliratkozás a helyi fiókoddal</target>
757 <context-group name="null">
758 <context context-type="linenumber">40</context>
759 </context-group>
760 </trans-unit>
761 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
762 <source>Subscribe with a Mastodon account:</source>
763 <target>Feliratkozás Mastodon fiókkal</target>
764 <context-group name="null">
765 <context context-type="linenumber">43</context>
766 </context-group>
767 </trans-unit>
768 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
769 <source>Using a syndication feed</source>
770 <target>Hirfolyam használatával</target>
771 <context-group name="null">
772 <context context-type="linenumber">48</context>
773 </context-group>
774 </trans-unit>
775 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
776 <source>Subscribe via RSS</source>
777 <target>Feliratkozás RSS-sel</target>
778 <context-group name="null">
779 <context context-type="linenumber">49</context>
780 </context-group>
781 </trans-unit>
782 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
783 <source>
784 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
785 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
786 </source><target>
787 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
788 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
789 </target><context-group name="null">
790 <context context-type="linenumber">10</context>
791 </context-group>
792 </trans-unit>
793 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
794 <source>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.</source>
795 <target>Bármilyen ActivityPub-képes fediverse példányon keresztül feliratkozhatsz. Például a Mastodon vagy a Pleroma esetén beírhatod a csatorna URL-jét a keresőbe és feliratkozhatsz onnan.</target>
796 <context-group name="null">
797 <context context-type="linenumber">17</context>
798 </context-group>
799 </trans-unit>
800 <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a">
801 <source>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.</source><target>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.</target><context-group name="null">
802 <context context-type="linenumber">22</context>
803 </context-group>
804 </trans-unit>
805 <trans-unit id="2350869d835dfca2643c32e0ef1f5e35dc64f64b">
806 <source>Default NSFW/sensitive videos policy (can be redefined by the users)</source>
807 <target>Alapértelmezett NSFW/érzékeny videó beállítás (felülírható a felhasználók által)</target>
808 <context-group name="null">
809 <context context-type="linenumber">5</context>
810 </context-group>
811 </trans-unit>
812 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
813 <source>Video quota</source>
814 <target>Videó kvóta</target>
815 <context-group name="null">
816 <context context-type="linenumber">42</context>
817 </context-group>
818 </trans-unit>
819 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
820 <source>
821 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
822 </source>
823 <target>
824 Korlátlan <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(naponta <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
825 </target>
826 <context-group name="null">
827 <context context-type="linenumber">28</context>
828 </context-group>
829 </trans-unit>
830 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
831 <source>Ban</source>
832 <target>Kitiltás</target>
833 <context-group name="null">
834 <context context-type="linenumber">3</context>
835 </context-group>
836 </trans-unit>
837 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
838 <source>
839 A banned user will no longer be able to login.
840 </source>
841 <target>
842 Egy kitiltott felhasználó nem fog tudni bejelentkezni.
843 </target>
844 <context-group name="null">
845 <context context-type="linenumber">18</context>
846 </context-group>
847 </trans-unit>
848 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
849 <source>Cancel</source>
850 <target>Mégsem</target>
851 <context-group name="null">
852 <context context-type="linenumber">10</context>
853 </context-group>
854 </trans-unit>
855 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
856 <source>Ban this user</source>
857 <target>Felhasználó kitiltása</target>
858 <context-group name="null">
859 <context context-type="linenumber">26</context>
860 </context-group>
861 </trans-unit>
862 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
863 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
864 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
865 <context-group name="null">
866 <context context-type="linenumber">11</context>
867 </context-group>
868 </trans-unit>
869 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
870 <source>
871 Login
872 </source>
873 <target>
874 Bejelentkezés
875 </target>
876 <context-group name="null">
877 <context context-type="linenumber">2</context>
878 </context-group>
879 </trans-unit>
880 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
881 <source>Request new verification email.</source>
882 <target>Új megerősítő email kérése</target>
883 <context-group name="null">
884 <context context-type="linenumber">12</context>
885 </context-group>
886 </trans-unit>
887 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
888 <source>User</source>
889 <target>Felhasználó</target>
890 <context-group name="null">
891 <context context-type="linenumber">13</context>
892 </context-group>
893 </trans-unit>
894 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
895 <source>Username or email address</source>
896 <target>Felhasználónév vagy email cím</target>
897 <context-group name="null">
898 <context context-type="linenumber">15</context>
899 </context-group>
900 </trans-unit>
901 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87">
902 <source>
903 or create an account
904 </source>
905 <target>
906 vagy hozz létre egy fiókot
907 </target>
908 <context-group name="null">
909 <context context-type="linenumber">18</context>
910 </context-group>
911 </trans-unit>
912 <trans-unit id="d6290381021b16febc426d3e3a52dda83991ce0b">
913 <source>
914 or create an account on another instance
915 </source>
916 <target>
917 vagy hozz létre egy fiókot egy másik példányon
918 </target>
919 <context-group name="null">
920 <context context-type="linenumber">22</context>
921 </context-group>
922 </trans-unit>
923 <trans-unit id="76e1f485e6ead4c84b606f46d413878881d66ad3">
924 <source>User registration is not allowed on this instance, but you can register on many others!</source>
925 <target>A felhasználói regisztráció nem engedélyezett ezen a példányon, de sok másikon regisztrálhatsz!</target>
926 <context-group name="null">
927 <context context-type="linenumber">28</context>
928 </context-group>
929 </trans-unit>
930 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
931 <source>Password</source>
932 <target>Jelszó</target>
933 <context-group name="null">
934 <context context-type="linenumber">13</context>
935 </context-group>
936 </trans-unit>
937 <trans-unit id="b87e81682959464211443afc3e23c506865d2eda">
938 <source>I forgot my password</source>
939 <target>Elfelejtettem a jelszavamat</target>
940 <context-group name="null">
941 <context context-type="linenumber">44</context>
942 </context-group>
943 </trans-unit>
944 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
945 <source>Login</source>
946 <target>Bejelentkezés</target>
947 <context-group name="null">
948 <context context-type="linenumber">32</context>
949 </context-group>
950 </trans-unit>
951 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
952 <source>Forgot your password</source>
953 <target>Elfelejtett jelszó</target>
954 <context-group name="null">
955 <context context-type="linenumber">57</context>
956 </context-group>
957 </trans-unit>
958 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
959 <source>
960 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
961 </source>
962 <target>
963 Sajnáljuk, nem tudod visszaállítani a jelszavad, mert a példányod adminisztrátora nem konfigurálta a PeerTube email rendszert.
964 </target>
965 <context-group name="null">
966 <context context-type="linenumber">64</context>
967 </context-group>
968 </trans-unit>
969 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
970 <source>Email</source>
971 <target>Email</target>
972 <context-group name="null">
973 <context context-type="linenumber">8</context>
974 </context-group>
975 </trans-unit>
976 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
977 <source>Email address</source>
978 <target>Email cím</target>
979 <context-group name="null">
980 <context context-type="linenumber">10</context>
981 </context-group>
982 </trans-unit>
983 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
984 <source>Send me an email to reset my password</source>
985 <target>Jelszó-visszaállító email küldése</target>
986 <context-group name="null">
987 <context context-type="linenumber">81</context>
988 </context-group>
989 </trans-unit>
990 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
991 <source>
992 Reset my password
993 </source>
994 <target>
995 Jelszó visszaállítása
996 </target>
997 <context-group name="null">
998 <context context-type="linenumber">2</context>
999 </context-group>
1000 </trans-unit>
1001 <trans-unit id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
1002 <source>Confirm password</source>
1003 <target>Jelszó megerősítése</target>
1004 <context-group name="null">
1005 <context context-type="linenumber">19</context>
1006 </context-group>
1007 </trans-unit>
1008 <trans-unit id="3652e5c6e33165264d5271d06cc04ab7123b6df1">
1009 <source>Confirmed password</source>
1010 <target>Megerősített jelszó</target>
1011 <context-group name="null">
1012 <context context-type="linenumber">21</context>
1013 </context-group>
1014 </trans-unit>
1015 <trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3">
1016 <source>Reset my password</source>
1017 <target>Jelszó visszaállítása</target>
1018 <context-group name="null">
1019 <context context-type="linenumber">29</context>
1020 </context-group>
1021 </trans-unit>
1022 <trans-unit id="4499806949402133d08a5029cb5462c5ea25336d">
1023 <source>
1024 Create an account
1025 </source>
1026 <target>
1027 Fiók létrehozása
1028 </target>
1029 <context-group name="null">
1030 <context context-type="linenumber">3</context>
1031 </context-group>
1032 </trans-unit>
1033 <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
1034 <source>Username</source>
1035 <target>Felhasználónév</target>
1036 <context-group name="null">
1037 <context context-type="linenumber">8</context>
1038 </context-group>
1039 </trans-unit>
1040 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3">
1041 <source>Example: jane_doe</source>
1042 <target>Például: jane_doe</target>
1043 <context-group name="null">
1044 <context context-type="linenumber">17</context>
1045 </context-group>
1046 </trans-unit>
1047 <trans-unit id="7fe213724c4c0a4112c40c673884acb98a0a3b92">
1048 <source>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</source>
1049 <target>Legalább 16 éves vagyok és elfogadom a példány &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Feltételeit&lt;/a&gt;</target>
1050 <context-group name="null">
1051 <context context-type="linenumber">55</context>
1052 </context-group>
1053 </trans-unit>
1054 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
1055 <source>Signup</source>
1056 <target>Regisztráció</target>
1057 <context-group name="null">
1058 <context context-type="linenumber">88</context>
1059 </context-group>
1060 </trans-unit>
1061 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
1062 <source>Features found on this instance</source>
1063 <target>A példányon talált szolgáltatások</target>
1064 <context-group name="null">
1065 <context context-type="linenumber">67</context>
1066 </context-group>
1067 </trans-unit>
1068 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
1069 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source>
1070 <target><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> találat</target>
1071 <context-group name="null">
1072 <context context-type="linenumber">5</context>
1073 </context-group>
1074 </trans-unit>
1075 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1076 <source>
1077 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1078 </source>
1079 <target>
1080 erre: <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1081 </target>
1082 <context-group name="null">
1083 <context context-type="linenumber">6</context>
1084 </context-group>
1085 </trans-unit>
1086 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1087 <source>
1088 Filters
1089 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1090 </source>
1091 <target>
1092 Szűrők
1093 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1094 </target>
1095 <context-group name="null">
1096 <context context-type="linenumber">16</context>
1097 </context-group>
1098 </trans-unit>
1099 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
1100 <source>
1101 No results found
1102 </source>
1103 <target>
1104 Nincs találat
1105 </target>
1106 <context-group name="null">
1107 <context context-type="linenumber">28</context>
1108 </context-group>
1109 </trans-unit>
1110 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a">
1111 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source>
1112 <target><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> feliratkozó</target>
1113 <context-group name="null">
1114 <context context-type="linenumber">44</context>
1115 </context-group>
1116 </trans-unit>
1117 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
1118 <source>Change the language</source>
1119 <target>Nyelv megváltoztatása</target>
1120 <context-group name="null">
1121 <context context-type="linenumber">102</context>
1122 </context-group>
1123 </trans-unit>
1124 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1125 <source>
1126 Help to translate PeerTube!
1127 </source>
1128 <target>
1129 Segíts a PeerTube fordításában!
1130 </target>
1131 <context-group name="null">
1132 <context context-type="linenumber">8</context>
1133 </context-group>
1134 </trans-unit>
1135 <trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a">
1136 <source>My public profile</source>
1137 <target>Nyilvános profilom</target>
1138 <context-group name="null">
1139 <context context-type="linenumber">17</context>
1140 </context-group>
1141 </trans-unit>
1142 <trans-unit id="e4825b5d86d89ae0f4c797ba256f66fd8abd4ee6">
1143 <source>My account</source>
1144 <target>Fiókom</target>
1145 <context-group name="null">
1146 <context context-type="linenumber">21</context>
1147 </context-group>
1148 </trans-unit>
1149 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1150 <source>Log out</source>
1151 <target>Kijelentkezés</target>
1152 <context-group name="null">
1153 <context context-type="linenumber">25</context>
1154 </context-group>
1155 </trans-unit>
1156 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1157 <source>Create an account</source>
1158 <target>Fiók létrehozása</target>
1159 <context-group name="null">
1160 <context context-type="linenumber">33</context>
1161 </context-group>
1162 </trans-unit>
1163 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1164 <source>My library</source>
1165 <target>Könyvtáram</target>
1166 <context-group name="null">
1167 <context context-type="linenumber">37</context>
1168 </context-group>
1169 </trans-unit>
1170 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1171 <source>Videos</source>
1172 <target>Videók</target>
1173 <context-group name="null">
1174 <context context-type="linenumber">24</context>
1175 </context-group>
1176 </trans-unit>
1177 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1178 <source>Playlists</source>
1179 <target>Lejátszási listák</target>
1180 <context-group name="null">
1181 <context context-type="linenumber">46</context>
1182 </context-group>
1183 </trans-unit>
1184 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1185 <source>Subscriptions</source>
1186 <target>Feliratkozások</target>
1187 <context-group name="null">
1188 <context context-type="linenumber">51</context>
1189 </context-group>
1190 </trans-unit>
1191 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1192 <source>History</source>
1193 <target>Előzmények</target>
1194 <context-group name="null">
1195 <context context-type="linenumber">56</context>
1196 </context-group>
1197 </trans-unit>
1198 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
1199 <source>Overview</source>
1200 <target>Ãttekintés</target>
1201 <context-group name="null">
1202 <context context-type="linenumber">66</context>
1203 </context-group>
1204 </trans-unit>
1205 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1206 <source>Trending</source>
1207 <target>Népszerű</target>
1208 <context-group name="null">
1209 <context context-type="linenumber">71</context>
1210 </context-group>
1211 </trans-unit>
1212 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1213 <source>Recently added</source>
1214 <target>Mostanában hozzáadott</target>
1215 <context-group name="null">
1216 <context context-type="linenumber">76</context>
1217 </context-group>
1218 </trans-unit>
1219 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
1220 <source>Local</source>
1221 <target>Helyi</target>
1222 <context-group name="null">
1223 <context context-type="linenumber">81</context>
1224 </context-group>
1225 </trans-unit>
1226 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1227 <source>More</source>
1228 <target>Továbbiak</target>
1229 <context-group name="null">
1230 <context context-type="linenumber">86</context>
1231 </context-group>
1232 </trans-unit>
1233 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1234 <source>Administration</source>
1235 <target>Adminisztráció</target>
1236 <context-group name="null">
1237 <context context-type="linenumber">90</context>
1238 </context-group>
1239 </trans-unit>
1240 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1241 <source>About</source>
1242 <target>Rólunk</target>
1243 <context-group name="null">
1244 <context context-type="linenumber">26</context>
1245 </context-group>
1246 </trans-unit>
1247 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1248 <source>Show keyboard shortcuts</source>
1249 <target>Billentyűparancsok megjelenítése</target>
1250 <context-group name="null">
1251 <context context-type="linenumber">105</context>
1252 </context-group>
1253 </trans-unit>
1254 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
1255 <source>Toggle dark interface</source>
1256 <target>Sötét kinézet váltása</target>
1257 <context-group name="null">
1258 <context context-type="linenumber">108</context>
1259 </context-group>
1260 </trans-unit>
1261 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1262 <source>View your notifications</source>
1263 <target>Értesítések megtekintése</target>
1264 <context-group name="null">
1265 <context context-type="linenumber">3</context>
1266 </context-group>
1267 </trans-unit>
1268 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
1269 <source>Notifications</source>
1270 <target>Értesítések</target>
1271 <context-group name="null">
1272 <context context-type="linenumber">10</context>
1273 </context-group>
1274 </trans-unit>
1275 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1276 <source>Update your notification preferences</source>
1277 <target>Értesítési beállítások frissítése</target>
1278 <context-group name="null">
1279 <context context-type="linenumber">16</context>
1280 </context-group>
1281 </trans-unit>
1282 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
1283 <source>See all your notifications</source>
1284 <target>Összes értesítés megtekintése</target>
1285 <context-group name="null">
1286 <context context-type="linenumber">30</context>
1287 </context-group>
1288 </trans-unit>
1289 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1290 <source>Search...</source>
1291 <target>Keresés...</target>
1292 <context-group name="null">
1293 <context context-type="linenumber">2</context>
1294 </context-group>
1295 </trans-unit>
1296 <trans-unit id="4b3972c3e9485218508a95f7a4ce7758e3f09ced">
1297 <source>Upload</source>
1298 <target>Feltöltés</target>
1299 <context-group name="null">
1300 <context context-type="linenumber">9</context>
1301 </context-group>
1302 </trans-unit>
1303 <trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff">
1304 <source>Sort</source>
1305 <target>Rendezés</target>
1306 <context-group name="null">
1307 <context context-type="linenumber">6</context>
1308 </context-group>
1309 </trans-unit>
1310 <trans-unit id="98acac685fc4b2d35e5d0cf3cd224d247a756c3e">
1311 <source>Published date</source>
1312 <target>Közzétételi dátum</target>
1313 <context-group name="null">
1314 <context context-type="linenumber">15</context>
1315 </context-group>
1316 </trans-unit>
1317 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
1318 <source>Duration</source>
1319 <target>Időtartam</target>
1320 <context-group name="null">
1321 <context context-type="linenumber">45</context>
1322 </context-group>
1323 </trans-unit>
1324 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1325 <source>Display sensitive content</source>
1326 <target>Érzékeny tartalom megjelenítése</target>
1327 <context-group name="null">
1328 <context context-type="linenumber">54</context>
1329 </context-group>
1330 </trans-unit>
1331 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
1332 <source>Yes</source>
1333 <target>Igen</target>
1334 <context-group name="null">
1335 <context context-type="linenumber">58</context>
1336 </context-group>
1337 </trans-unit>
1338 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
1339 <source>No</source>
1340 <target>Nem</target>
1341 <context-group name="null">
1342 <context context-type="linenumber">63</context>
1343 </context-group>
1344 </trans-unit>
1345 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
1346 <source>Category</source>
1347 <target>Kategória</target>
1348 <context-group name="null">
1349 <context context-type="linenumber">189</context>
1350 </context-group>
1351 </trans-unit>
1352 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
1353 <source>Licence</source>
1354 <target>Licensz</target>
1355 <context-group name="null">
1356 <context context-type="linenumber">198</context>
1357 </context-group>
1358 </trans-unit>
1359 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
1360 <source>Language</source>
1361 <target>Nyelv</target>
1362 <context-group name="null">
1363 <context context-type="linenumber">207</context>
1364 </context-group>
1365 </trans-unit>
1366 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
1367 <source>All of these tags</source>
1368 <target>Összes címke ezek közül</target>
1369 <context-group name="null">
1370 <context context-type="linenumber">103</context>
1371 </context-group>
1372 </trans-unit>
1373 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
1374 <source>One of these tags</source>
1375 <target>Egyik címke ezek közül</target>
1376 <context-group name="null">
1377 <context context-type="linenumber">108</context>
1378 </context-group>
1379 </trans-unit>
1380 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
1381 <source>Filter</source>
1382 <target>Szűrő</target>
1383 <context-group name="null">
1384 <context context-type="linenumber">115</context>
1385 </context-group>
1386 </trans-unit>
1387 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1388 <source>Display unlisted and private videos</source>
1389 <target>Nem listázott és privát videók megjelenítése</target>
1390 <context-group name="null">
1391 <context context-type="linenumber">14</context>
1392 </context-group>
1393 </trans-unit>
1394 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
1395 <source>
1396 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1397 </source>
1398 <target>
1399 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1400 </target>
1401 <context-group name="null">
1402 <context context-type="linenumber">6</context>
1403 </context-group>
1404 </trans-unit>
1405 <trans-unit id="48a5d0af93b94c4575b7f76a47fb3cdee58e6919">
1406 <source>
1407 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1408 </source>
1409 <target>
1410 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1411 </target>
1412 <context-group name="null">
1413 <context context-type="linenumber">14</context>
1414 </context-group>
1415 </trans-unit>
1416 <trans-unit id="e093a5a83045ff283f992a93699abb7cb9dd3c1b">
1417 <source>
1418 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>
1419 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
1420
1421 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.channel.displayName }}"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
1422 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1423 </source>
1424 <target>
1425 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>
1426 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
1427
1428 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.channel.displayName }}"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
1429 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1430 </target>
1431 <context-group name="null">
1432 <context context-type="linenumber">22</context>
1433 </context-group>
1434 </trans-unit>
1435 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
1436 <source>Instance</source>
1437 <target>Példány</target>
1438 <context-group name="null">
1439 <context context-type="linenumber">12</context>
1440 </context-group>
1441 </trans-unit>
1442 <trans-unit id="6385c357c1de58ce92c0cf618ecf9cf74b917390">
1443 <source>PeerTube</source>
1444 <target>PeerTube</target>
1445 <context-group name="null">
1446 <context context-type="linenumber">7</context>
1447 </context-group>
1448 </trans-unit>
1449 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
1450 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
1451 <target>Kapcsolatfelvétel <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> adminisztrátorral</target>
1452 <context-group name="null">
1453 <context context-type="linenumber">3</context>
1454 </context-group>
1455 </trans-unit>
1456 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
1457 <source>Your name</source>
1458 <target>Neved</target>
1459 <context-group name="null">
1460 <context context-type="linenumber">11</context>
1461 </context-group>
1462 </trans-unit>
1463 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
1464 <source>Your email</source>
1465 <target>Emailed</target>
1466 <context-group name="null">
1467 <context context-type="linenumber">20</context>
1468 </context-group>
1469 </trans-unit>
1470 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
1471 <source>Your message</source>
1472 <target>Ãœzeneted</target>
1473 <context-group name="null">
1474 <context context-type="linenumber">29</context>
1475 </context-group>
1476 </trans-unit>
1477 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1478 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1479 <target>A <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> példányról</target>
1480 <context-group name="null">
1481 <context context-type="linenumber">4</context>
1482 </context-group>
1483 </trans-unit>
1484 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1485 <source>Contact administrator</source>
1486 <target>Kapcsolatfelvétel az adminisztrátorral</target>
1487 <context-group name="null">
1488 <context context-type="linenumber">6</context>
1489 </context-group>
1490 </trans-unit>
1491 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
1492 <source>Description</source>
1493 <target>Leírás</target>
1494 <context-group name="null">
1495 <context context-type="linenumber">27</context>
1496 </context-group>
1497 </trans-unit>
1498 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
1499 <source>Terms</source>
1500 <target>Feltételek</target>
1501 <context-group name="null">
1502 <context context-type="linenumber">39</context>
1503 </context-group>
1504 </trans-unit>
1505 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1506 <source>
1507 About PeerTube
1508</source>
1509 <target>
1510 A PeerTube-ról
1511</target>
1512 <context-group name="null">
1513 <context context-type="linenumber">1</context>
1514 </context-group>
1515 </trans-unit>
1516 <trans-unit id="bd29138e1e17572596ce8f2fe61bcea6ac5fb0bf">
1517 <source>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</source><target>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</target><context-group name="null">
1518 <context context-type="linenumber">6</context>
1519 </context-group>
1520 </trans-unit>
1521 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5">
1522 <source>
1523 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1524 </source>
1525 <target>
1526 Ingyenes és nyílt forráskódú szoftver, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licensszel<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1527 </target>
1528 <context-group name="null">
1529 <context context-type="linenumber">8</context>
1530 </context-group>
1531 </trans-unit>
1532 <trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a">
1533 <source>
1534 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1535 </source>
1536 <target>
1537 További információkért látogasd meg a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> oldalt.
1538 </target>
1539 <context-group name="null">
1540 <context context-type="linenumber">12</context>
1541 </context-group>
1542 </trans-unit>
1543 <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1">
1544 <source>P2P &amp; Privacy</source>
1545 <target>P2P &amp; Adatvédelem</target>
1546 <context-group name="null">
1547 <context context-type="linenumber">18</context>
1548 </context-group>
1549 </trans-unit>
1550 <trans-unit id="cd429d53cb8f4a87879301248e38cb85f07fa9d6">
1551 <source>
1552 PeerTube uses the BitTorrent protocol to share bandwidth between users.
1553 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
1554 </source>
1555 <target>
1556 A PeerTube a BitTorrent protokollt használja, hogy megossza a sávszélességet a felhasználók között.
1557 Ebből következően az IP címed tárolódik ezen példány BitTorrent trackerében amíg letöltöd vagy nézed a videót.
1558 </target>
1559 <context-group name="null">
1560 <context context-type="linenumber">20</context>
1561 </context-group>
1562 </trans-unit>
1563 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
1564 <source>What are the consequences?</source>
1565 <target>Mik a következményei ennek?</target>
1566 <context-group name="null">
1567 <context context-type="linenumber">25</context>
1568 </context-group>
1569 </trans-unit>
1570 <trans-unit id="9a612748b059ad246935df17ef4ec4e6afb43a2a">
1571 <source>
1572 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
1573 In practice, this is much more difficult because:
1574 </source>
1575 <target>
1576 Elméletileg, valaki megfelelő technikai képességekkel létre tudna hozni egy szkriptet, ami követi, hogy melyik IP melyik videót tölti le.
1577 A gyakorlatban ez sokkal nehezebb, mert:
1578 </target>
1579 <context-group name="null">
1580 <context context-type="linenumber">27</context>
1581 </context-group>
1582 </trans-unit>
1583 <trans-unit id="64f96be62df4a95a0615b6f630ad25d6348a29d3">
1584 <source>
1585 An HTTP request has to be sent on each tracker for each video to spy.
1586 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
1587 </source>
1588 <target>
1589 Minden videóhoz kell egy HTTP kérést küldeni minden trackerre a kémkedéshez.
1590 Hogyha a PeerTube összes videóján kémkedni akarunk, akkor annyi kérést kell küldenünk, ahány videó van (tehát valószínűleg sokat)
1591 </target>
1592 <context-group name="null">
1593 <context context-type="linenumber">33</context>
1594 </context-group>
1595 </trans-unit>
1596 <trans-unit id="dd9a7a4ee66b0ff3fbb43ba8691ffcd042531611">
1597 <source>
1598 For each request sent, the tracker returns random peers at a limited number.
1599 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm
1600 </source>
1601 <target>
1602 Minden elküldött kérésre a tracker random peereket küld vissza limitált mennyiségben.
1603 Például, ha 1000 peer van a rajban és a tracker csak 20 peert küld minden kérésre, akkor legalább 50 kérést kell küldeni, hogy minden peert ismerjünk a rajban
1604 </target>
1605 <context-group name="null">
1606 <context context-type="linenumber">38</context>
1607 </context-group>
1608 </trans-unit>
1609 <trans-unit id="694cf53adfc2afe8afabf713ab00fa114d5d2f8e">
1610 <source>
1611 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
1612 </source>
1613 <target>
1614 Ezeket a kéréseket rendszeresen el kell küldeni, hogy tudjuk, ki kezdi el/fejezi be egy videó nézését. Könnyű érzékelni ezt a fajta viselkedést
1615 </target>
1616 <context-group name="null">
1617 <context context-type="linenumber">43</context>
1618 </context-group>
1619 </trans-unit>
1620 <trans-unit id="44bbecddbdf2aad1f4bad97cb806560553fb2ab3">
1621 <source>
1622 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video
1623 </source>
1624 <target>
1625 Ha egy IP cím tárolva van a trackerben, nem jelenti azt, hogy az IP mögött álló személy (ha ez a személy létezik) megnézte a videót
1626 </target>
1627 <context-group name="null">
1628 <context context-type="linenumber">47</context>
1629 </context-group>
1630 </trans-unit>
1631 <trans-unit id="fec3239a860de66c718e3442df836b692b8568c3">
1632 <source>
1633 The IP address is a vague information : usually, it regularly changes and can represent many persons or entities
1634 </source>
1635 <target>
1636 Az IP cím egy bizonytalan információ : általában rendszeresen változik és több személyt vagy entitást reprezentálhat
1637 </target>
1638 <context-group name="null">
1639 <context context-type="linenumber">51</context>
1640 </context-group>
1641 </trans-unit>
1642 <trans-unit id="b4c2ef0143270626106b26196d40baf3439aa7b0">
1643 <source>
1644 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent.
1645 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to.
1646 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information
1647 </source>
1648 <target>
1649 A web peerek nem nyilvánosan hozzáférhetőek: mivel WebRTC-t használunk a webböngészőben (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a WebTorrent könyvtárral<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), a protokoll külömbözik a klasszikus BitTorrent-től.
1650 Amikor egy böngészőt használsz, elküldesz egy jelet, ami tartalmazza az IP címedet a trackernek, ami véletlenszerűen választ más peereket, akiknek továbbítja ezt az információt.
1651 Lásd <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ezt a dokumentumot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> további információkért
1652 </target>
1653 <context-group name="null">
1654 <context context-type="linenumber">55</context>
1655 </context-group>
1656 </trans-unit>
1657 <trans-unit id="50d8e8388f5ceab292850ed828f306c9f2cab389">
1658 <source>
1659 The worst-case scenario of an average person spying on their friends is quite unlikely.
1660 There are much more effective ways to get that kind of information.
1661 </source>
1662 <target>
1663 A legrosszabb eset, amikor egy átlagember kémkedik a barátai után, igen valószínűtlen.
1664 Vannak sokkal hatékonyabb módok ilyen információk megszerzésére.
1665 </target>
1666 <context-group name="null">
1667 <context context-type="linenumber">62</context>
1668 </context-group>
1669 </trans-unit>
1670 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf">
1671 <source>How does PeerTube compare with YouTube?</source>
1672 <target>Hogyan viszonyítható a PeerTube a YouTube-hoz?</target>
1673 <context-group name="null">
1674 <context context-type="linenumber">67</context>
1675 </context-group>
1676 </trans-unit>
1677 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99">
1678 <source>What can I do to limit the exposure of my IP address?</source>
1679 <target>Mit tehetek, hogy korlátozzam az IP címem láthatóságát?</target>
1680 <context-group name="null">
1681 <context context-type="linenumber">75</context>
1682 </context-group>
1683 </trans-unit>
1684 <trans-unit id="a545356de272b955258c2a2432b08ec637b65f7e">
1685 <source>
1686 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more.
1687 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
1688 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
1689 </source>
1690 <target>
1691 Az IP címed nyilvános, minden alkalommal, amikor meglátogatsz egy weboldalt, több szereplő (a végső weboldalon túl) is látja az IP címedet a kapcsolódási naplóiban: internetszolgáltatók/forgalomirányítók/követők/CDN és egyebek.
1692 A PeerTube őszinte ezzel kapcsolatban: figyelmeztetünk, hogyha privátan akarod tartani az IP címed, egy VPN-t vagy a Tor böngészőt kell használnod.
1693 Nincs értelme azt gondolni, hogy a P2P eltávolítása a PeerTube-ból visszaadja az anonimitást.
1694 </target>
1695 <context-group name="null">
1696 <context context-type="linenumber">77</context>
1697 </context-group>
1698 </trans-unit>
1699 <trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605">
1700 <source>Banned</source>
1701 <target>Kitiltva</target>
1702 <context-group name="null">
1703 <context context-type="linenumber">12</context>
1704 </context-group>
1705 </trans-unit>
1706 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809">
1707 <source>Muted</source>
1708 <target>Némítva</target>
1709 <context-group name="null">
1710 <context context-type="linenumber">13</context>
1711 </context-group>
1712 </trans-unit>
1713 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89">
1714 <source>Muted by your instance</source>
1715 <target>Némítva a példányod által</target>
1716 <context-group name="null">
1717 <context context-type="linenumber">14</context>
1718 </context-group>
1719 </trans-unit>
1720 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a">
1721 <source>Instance muted</source>
1722 <target>Példány némítva</target>
1723 <context-group name="null">
1724 <context context-type="linenumber">15</context>
1725 </context-group>
1726 </trans-unit>
1727 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1">
1728 <source>Instance muted by your instance</source>
1729 <target>Példány némítva a példányod által</target>
1730 <context-group name="null">
1731 <context context-type="linenumber">16</context>
1732 </context-group>
1733 </trans-unit>
1734 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
1735 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
1736 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> feliratkozó</target>
1737 <context-group name="null">
1738 <context context-type="linenumber">24</context>
1739 </context-group>
1740 </trans-unit>
1741 <trans-unit id="6f5a458f827503ac7b8697688ecf3e0490818ee8">
1742 <source>Video channels</source>
1743 <target>Videócsatornák</target>
1744 <context-group name="null">
1745 <context context-type="linenumber">31</context>
1746 </context-group>
1747 </trans-unit>
1748 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a">
1749 <source>Stats</source>
1750 <target>Statisztikák</target>
1751 <context-group name="null">
1752 <context context-type="linenumber">16</context>
1753 </context-group>
1754 </trans-unit>
1755 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
1756 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
1757 <target><x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/> csatlakozott</target>
1758 <context-group name="null">
1759 <context context-type="linenumber">10</context>
1760 </context-group>
1761 </trans-unit>
1762 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3">
1763 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source>
1764 <target><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> feliratkozó</target>
1765 <context-group name="null">
1766 <context context-type="linenumber">14</context>
1767 </context-group>
1768 </trans-unit>
1769 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59">
1770 <source>Name</source>
1771 <target>Név</target>
1772 <context-group name="null">
1773 <context context-type="linenumber">12</context>
1774 </context-group>
1775 </trans-unit>
1776 <trans-unit id="512b045163a7187b2fc5d554e5f59fb3e49e174b">
1777 <source>Short description</source>
1778 <target>Rövid leírás</target>
1779 <context-group name="null">
1780 <context context-type="linenumber">21</context>
1781 </context-group>
1782 </trans-unit>
1783 <trans-unit id="8ae5153c547e445a293ee6ef9adfbf4107aa0772">
1784 <source>Dedicated to sensitive or NSFW content</source>
1785 <target>Érzékeny vagy NSFW tartalomnak dedikált</target>
1786 <context-group name="null">
1787 <context context-type="linenumber">50</context>
1788 </context-group>
1789 </trans-unit>
1790 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
1791 <source>Default client route</source>
1792 <target>Alapértelmezett kliens útvonal</target>
1793 <context-group name="null">
1794 <context context-type="linenumber">57</context>
1795 </context-group>
1796 </trans-unit>
1797 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1798 <source>Videos Overview</source>
1799 <target>Videó Ãttekintés</target>
1800 <context-group name="null">
1801 <context context-type="linenumber">60</context>
1802 </context-group>
1803 </trans-unit>
1804 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1805 <source>Videos Trending</source>
1806 <target>Népszerű videók</target>
1807 <context-group name="null">
1808 <context context-type="linenumber">61</context>
1809 </context-group>
1810 </trans-unit>
1811 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1812 <source>Videos Recently Added</source>
1813 <target>Mostanában hozzáadott videók</target>
1814 <context-group name="null">
1815 <context context-type="linenumber">62</context>
1816 </context-group>
1817 </trans-unit>
1818 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1819 <source>Local videos</source>
1820 <target>Helyi videók</target>
1821 <context-group name="null">
1822 <context context-type="linenumber">63</context>
1823 </context-group>
1824 </trans-unit>
1825 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1826 <source>Policy on videos containing sensitive content</source>
1827 <target>Beállítás érzékeny tartalmú videókkal kapcsolatban</target>
1828 <context-group name="null">
1829 <context context-type="linenumber">70</context>
1830 </context-group>
1831 </trans-unit>
1832 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
1833 <source>With &lt;strong&gt;Do not list&lt;/strong&gt; or &lt;strong&gt;Blur thumbnails&lt;/strong&gt;, a confirmation will be requested to watch the video.</source>
1834 <target>A &lt;strong&gt;Ne listázd&lt;/strong&gt;nál vagy a &lt;strong&gt;Homályos indexkép&lt;/strong&gt;nél megerősítést kérünk a videó megtekintéséhez.</target>
1835 <context-group name="null">
1836 <context context-type="linenumber">6</context>
1837 </context-group>
1838 </trans-unit>
1839 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
1840 <source>Do not list</source>
1841 <target>Ne listázd</target>
1842 <context-group name="null">
1843 <context context-type="linenumber">11</context>
1844 </context-group>
1845 </trans-unit>
1846 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
1847 <source>Blur thumbnails</source>
1848 <target>Homályos indexkép</target>
1849 <context-group name="null">
1850 <context context-type="linenumber">12</context>
1851 </context-group>
1852 </trans-unit>
1853 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
1854 <source>Display</source>
1855 <target>Megjelenítés</target>
1856 <context-group name="null">
1857 <context context-type="linenumber">13</context>
1858 </context-group>
1859 </trans-unit>
1860 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
1861 <source>Signup enabled</source>
1862 <target>Regisztráció engedélyezve</target>
1863 <context-group name="null">
1864 <context context-type="linenumber">94</context>
1865 </context-group>
1866 </trans-unit>
1867 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1868 <source>Signup requires email verification</source>
1869 <target>A regisztráció email megerősítést igényel</target>
1870 <context-group name="null">
1871 <context context-type="linenumber">101</context>
1872 </context-group>
1873 </trans-unit>
1874 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1875 <source>Signup limit</source>
1876 <target>Regisztrációs korlát</target>
1877 <context-group name="null">
1878 <context context-type="linenumber">106</context>
1879 </context-group>
1880 </trans-unit>
1881 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1882 <source>Users</source>
1883 <target>Felhasználók</target>
1884 <context-group name="null">
1885 <context context-type="linenumber">116</context>
1886 </context-group>
1887 </trans-unit>
1888 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1889 <source>User default video quota</source>
1890 <target>Felhasználói alapértelemezett videó kvóta</target>
1891 <context-group name="null">
1892 <context context-type="linenumber">120</context>
1893 </context-group>
1894 </trans-unit>
1895 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1896 <source>User default daily upload limit</source>
1897 <target>Felhasználói alapértelmezett napi feltöltési limit</target>
1898 <context-group name="null">
1899 <context context-type="linenumber">132</context>
1900 </context-group>
1901 </trans-unit>
1902 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
1903 <source>Import</source>
1904 <target>Importálás</target>
1905 <context-group name="null">
1906 <context context-type="linenumber">42</context>
1907 </context-group>
1908 </trans-unit>
1909 <trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e">
1910 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1911 <target>Videó importálás HTTP URL-ről (mint a YouTube) engedélyezve</target>
1912 <context-group name="null">
1913 <context context-type="linenumber">153</context>
1914 </context-group>
1915 </trans-unit>
1916 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1917 <source>Video import with a torrent file or a magnet URI enabled</source>
1918 <target>Videó importálás torrent fájllal vagy magnet URI-val engedélyezve</target>
1919 <context-group name="null">
1920 <context context-type="linenumber">160</context>
1921 </context-group>
1922 </trans-unit>
1923 <trans-unit id="51ee3dafebdb4c05d300b18bb4a997c10b1d7891">
1924 <source>Auto-blacklist</source>
1925 <target>Auto-feketelistázás</target>
1926 <context-group name="null">
1927 <context context-type="linenumber">168</context>
1928 </context-group>
1929 </trans-unit>
1930 <trans-unit id="b78d9ff04931504a241a6c6fc394d677c7a0946c">
1931 <source>New videos of users automatically blacklisted enabled</source>
1932 <target>A felhasználók új videóinak feketelistázása engedélyezve</target>
1933 <context-group name="null">
1934 <context context-type="linenumber">177</context>
1935 </context-group>
1936 </trans-unit>
1937 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1938 <source>Administrator</source>
1939 <target>Adminisztrátor</target>
1940 <context-group name="null">
1941 <context context-type="linenumber">208</context>
1942 </context-group>
1943 </trans-unit>
1944 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1945 <source>Admin email</source>
1946 <target>Admin email</target>
1947 <context-group name="null">
1948 <context context-type="linenumber">211</context>
1949 </context-group>
1950 </trans-unit>
1951 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1952 <source>Enable contact form</source>
1953 <target>Kapcsolatfelvételi űrlap bekapcsolása</target>
1954 <context-group name="null">
1955 <context context-type="linenumber">222</context>
1956 </context-group>
1957 </trans-unit>
1958 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
1959 <source>Basic configuration</source>
1960 <target>Alap konfiguráció</target>
1961 <context-group name="null">
1962 <context context-type="linenumber">5</context>
1963 </context-group>
1964 </trans-unit>
1965 <trans-unit id="99cb827741e93125476a0f5b676372d85d15b5fc">
1966 <source>Twitter</source>
1967 <target>Twitter</target>
1968 <context-group name="null">
1969 <context context-type="linenumber">231</context>
1970 </context-group>
1971 </trans-unit>
1972 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1973 <source>Your Twitter username</source>
1974 <target>A Twitter felhasználóneved</target>
1975 <context-group name="null">
1976 <context context-type="linenumber">237</context>
1977 </context-group>
1978 </trans-unit>
1979 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1980 <source>Instance whitelisted by Twitter</source>
1981 <target>A példány a Twitter fehérlistáján van</target>
1982 <context-group name="null">
1983 <context context-type="linenumber">252</context>
1984 </context-group>
1985 </trans-unit>
1986 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
1987 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
1988 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
1989 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
1990 <target>Ha a példányodat fehérlistázza a Twitter, egy videólejátszó beágyazásra kerül a Twitter hírfolyamba ha megosztanak egy PeerTube videót.&lt;br /&gt;
1991 Ha a példányod nincs fehérlistán, egy kép link kártyát használunk, ami átirányít a te PeerTube példányodra.&lt;br /&gt;&lt;br /&gt;
1992 Jelöld be ezt a jelölőnégyzetet, mentsd el a konfigurációt és próbáld ki a példányod egy videó URL-ével (https://example.com/videos/watch/blabla) a &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; oldalon, hogy megtudd, hogy a példányod fehérlistás-e.</target>
1993 <context-group name="null">
1994 <context context-type="linenumber">253</context>
1995 </context-group>
1996 </trans-unit>
1997 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1998 <source>Services</source>
1999 <target>Szolgáltatások</target>
2000 <context-group name="null">
2001 <context context-type="linenumber">229</context>
2002 </context-group>
2003 </trans-unit>
2004 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
2005 <source>Transcoding</source>
2006 <target>Ãtkódolás</target>
2007 <context-group name="null">
2008 <context context-type="linenumber">268</context>
2009 </context-group>
2010 </trans-unit>
2011 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
2012 <source>Transcoding enabled</source>
2013 <target>Ãtkódolás engedélyezve</target>
2014 <context-group name="null">
2015 <context context-type="linenumber">274</context>
2016 </context-group>
2017 </trans-unit>
2018 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
2019 <source>If you disable transcoding, many videos from your users will not work!</source>
2020 <target>Ha kikapcsolod az átkódolást, a felhasználóid számos videói nem fognak működni!</target>
2021 <context-group name="null">
2022 <context context-type="linenumber">275</context>
2023 </context-group>
2024 </trans-unit>
2025 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
2026 <source>Allow additional extensions</source>
2027 <target>További kiterjesztések engedélyezése</target>
2028 <context-group name="null">
2029 <context context-type="linenumber">284</context>
2030 </context-group>
2031 </trans-unit>
2032 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
2033 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
2034 <target>Megengedi a felhasználóidnak, hogy feltöltsenek .mkv, .mov, .avi, .flv videókat</target>
2035 <context-group name="null">
2036 <context context-type="linenumber">285</context>
2037 </context-group>
2038 </trans-unit>
2039 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
2040 <source>Transcoding threads</source>
2041 <target>Ãtkódoló szálak</target>
2042 <context-group name="null">
2043 <context context-type="linenumber">290</context>
2044 </context-group>
2045 </trans-unit>
2046 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
2047 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
2048 <target>A <x id="INTERPOLATION" equiv-text="{{resolution}}"/> felbontás engedélyezve</target>
2049 <context-group name="null">
2050 <context context-type="linenumber">305</context>
2051 </context-group>
2052 </trans-unit>
2053 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
2054 <source>
2055 Cache
2056
2057 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
2058 </source>
2059 <target>
2060 Gyorsítótár
2061
2062 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
2063 </target>
2064 <context-group name="null">
2065 <context context-type="linenumber">313</context>
2066 </context-group>
2067 </trans-unit>
2068 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
2069 <source>Previews cache size</source>
2070 <target>Előnézet-gyorsítótár mérete</target>
2071 <context-group name="null">
2072 <context context-type="linenumber">324</context>
2073 </context-group>
2074 </trans-unit>
2075 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
2076 <source>Video captions cache size</source>
2077 <target>Videófelirat-gyorsítótár mérete</target>
2078 <context-group name="null">
2079 <context context-type="linenumber">333</context>
2080 </context-group>
2081 </trans-unit>
2082 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
2083 <source>JavaScript</source>
2084 <target>JavaScript</target>
2085 <context-group name="null">
2086 <context context-type="linenumber">347</context>
2087 </context-group>
2088 </trans-unit>
2089 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
2090 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
2091 <target>Ãrj JavaScript kódot közvetlenül.&lt;br /&gt;Például: &lt;pre&gt;console.log('a példányom elképesztÅ‘');&lt;/pre&gt;</target>
2092 <context-group name="null">
2093 <context context-type="linenumber">350</context>
2094 </context-group>
2095 </trans-unit>
2096 <trans-unit id="d90e081933221a99c87e2ad9769afb6be6ff6fc4">
2097 <source>
2098 Write directly CSS code. Example:&lt;br /&gt;&lt;br /&gt;
2099 &lt;pre&gt;
2100 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2101 color: red;
2102 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2103 &lt;/pre&gt;
2104
2105 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:&lt;br /&gt;&lt;br /&gt;
2106 &lt;pre&gt;
2107 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2108 color: red;
2109 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2110 &lt;/pre&gt;
2111 </source>
2112 <target>
2113 Ãrj CSS kódot közvetlenül. Például:&lt;br /&gt;&lt;br /&gt;
2114 &lt;pre&gt;
2115 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2116 color: red;
2117 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2118 &lt;/pre&gt;
2119
2120 Ãrd elé, hogy &lt;em&gt;#custom-css&lt;/em&gt; felülírj stílusokat. Például:&lt;br /&gt;&lt;br /&gt;
2121 &lt;pre&gt;
2122 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2123 color: red;
2124 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2125 &lt;/pre&gt;
2126 </target>
2127 <context-group name="null">
2128 <context context-type="linenumber">364</context>
2129 </context-group>
2130 </trans-unit>
2131 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
2132 <source>Advanced configuration</source>
2133 <target>Haladó konfiguráció</target>
2134 <context-group name="null">
2135 <context context-type="linenumber">265</context>
2136 </context-group>
2137 </trans-unit>
2138 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
2139 <source>Update configuration</source>
2140 <target>Konfiguráció frissítése</target>
2141 <context-group name="null">
2142 <context context-type="linenumber">393</context>
2143 </context-group>
2144 </trans-unit>
2145 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
2146 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
2147 <target>Úgy tűnik, a konfiguráció érvénytelen. Kérlek keress lehetséges hibákat az egyes oldalakon.</target>
2148 <context-group name="null">
2149 <context context-type="linenumber">394</context>
2150 </context-group>
2151 </trans-unit>
2152 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2153 <source>
2154 Users
2155 </source>
2156 <target>
2157 Felhasználók
2158 </target>
2159 <context-group name="null">
2160 <context context-type="linenumber">3</context>
2161 </context-group>
2162 </trans-unit>
2163 <trans-unit id="0315abd64e35510ed0534f597130ef781aca175a">
2164 <source>
2165 Manage follows
2166 </source>
2167 <target>
2168 Követések kezelése
2169 </target>
2170 <context-group name="null">
2171 <context context-type="linenumber">7</context>
2172 </context-group>
2173 </trans-unit>
2174 <trans-unit id="1a5c7f9b1bec1463728f44933f0e256de9c45154">
2175 <source>
2176 Moderation
2177 </source>
2178 <target>
2179 Moderáció
2180 </target>
2181 <context-group name="null">
2182 <context context-type="linenumber">11</context>
2183 </context-group>
2184 </trans-unit>
2185 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
2186 <source>
2187 Configuration
2188 </source>
2189 <target>
2190 Konfiguráció
2191 </target>
2192 <context-group name="null">
2193 <context context-type="linenumber">15</context>
2194 </context-group>
2195 </trans-unit>
2196 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507">
2197 <source>
2198 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2199 </source>
2200 <target>
2201 Úgy tűnik, nem HTTPS szervert használsz. A TLS-nek bekapcsolva kell lennie a webszervereden, hogy követhess szervereket.
2202 </target>
2203 <context-group name="null">
2204 <context context-type="linenumber">17</context>
2205 </context-group>
2206 </trans-unit>
2207 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
2208 <source>Add following</source>
2209 <target>Követés hozzáadása</target>
2210 <context-group name="null">
2211 <context context-type="linenumber">21</context>
2212 </context-group>
2213 </trans-unit>
2214 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
2215 <source>Filter...</source>
2216 <target>Szűrés...</target>
2217 <context-group name="null">
2218 <context context-type="linenumber">27</context>
2219 </context-group>
2220 </trans-unit>
2221 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
2222 <source>ID</source>
2223 <target>Azonosító</target>
2224 <context-group name="null">
2225 <context context-type="linenumber">18</context>
2226 </context-group>
2227 </trans-unit>
2228 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
2229 <source>State</source>
2230 <target>Ãllapot</target>
2231 <context-group name="null">
2232 <context context-type="linenumber">10</context>
2233 </context-group>
2234 </trans-unit>
2235 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
2236 <source>Score</source>
2237 <target>Pont</target>
2238 <context-group name="null">
2239 <context context-type="linenumber">19</context>
2240 </context-group>
2241 </trans-unit>
2242 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2243 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2244 <target>Létrehozva <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2245 <context-group name="null">
2246 <context context-type="linenumber">11</context>
2247 </context-group>
2248 </trans-unit>
2249 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2250 <source>Accepted</source>
2251 <target>Elfogadva</target>
2252 <context-group name="null">
2253 <context context-type="linenumber">32</context>
2254 </context-group>
2255 </trans-unit>
2256 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
2257 <source>Pending</source>
2258 <target>Folyamatban</target>
2259 <context-group name="null">
2260 <context context-type="linenumber">33</context>
2261 </context-group>
2262 </trans-unit>
2263 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2264 <source>Refuse</source>
2265 <target>Visszautasítás</target>
2266 <context-group name="null">
2267 <context context-type="linenumber">42</context>
2268 </context-group>
2269 </trans-unit>
2270 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
2271 <source>Redundancy allowed</source>
2272 <target>Redundancia engedélyezve</target>
2273 <context-group name="null">
2274 <context context-type="linenumber">22</context>
2275 </context-group>
2276 </trans-unit>
2277 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479">
2278 <source>Manage follows</source>
2279 <target>Követések kezelése</target>
2280 <context-group name="null">
2281 <context context-type="linenumber">2</context>
2282 </context-group>
2283 </trans-unit>
2284 <trans-unit id="f995df052a1dfc675c2a21926420a707d9601936">
2285 <source>Following</source>
2286 <target>Követve</target>
2287 <context-group name="null">
2288 <context context-type="linenumber">5</context>
2289 </context-group>
2290 </trans-unit>
2291 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246">
2292 <source>Follow</source>
2293 <target>Követés</target>
2294 <context-group name="null">
2295 <context context-type="linenumber">7</context>
2296 </context-group>
2297 </trans-unit>
2298 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
2299 <source>Followers</source>
2300 <target>Követők</target>
2301 <context-group name="null">
2302 <context context-type="linenumber">9</context>
2303 </context-group>
2304 </trans-unit>
2305 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
2306 <source>Create user</source>
2307 <target>Felhasználó létrehozása</target>
2308 <context-group name="null">
2309 <context context-type="linenumber">6</context>
2310 </context-group>
2311 </trans-unit>
2312 <trans-unit id="2788d9a67ed2b6f35c85818e6af1871317c57a7e">
2313 <source>Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></source>
2314 <target><x id="INTERPOLATION" equiv-text="{{ username }}"/> felhasználó szerkesztése</target>
2315 <context-group name="null">
2316 <context context-type="linenumber">2</context>
2317 </context-group>
2318 </trans-unit>
2319 <trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a">
2320 <source>john</source>
2321 <target>john</target>
2322 <context-group name="null">
2323 <context context-type="linenumber">10</context>
2324 </context-group>
2325 </trans-unit>
2326 <trans-unit id="bb3542ff8e5defa6d0c773799e5c8fe399605d05">
2327 <source>mail@example.com</source>
2328 <target>mail@example.com</target>
2329 <context-group name="null">
2330 <context context-type="linenumber">21</context>
2331 </context-group>
2332 </trans-unit>
2333 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46">
2334 <source>Role</source>
2335 <target>Szerep</target>
2336 <context-group name="null">
2337 <context context-type="linenumber">43</context>
2338 </context-group>
2339 </trans-unit>
2340 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345">
2341 <source>
2342 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2343 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
2344 </source>
2345 <target>
2346 Az átkódolás engedélyezve van a szerveren. A videó kvóta csak az <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>eredeti<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> videót veszi figyelembe. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2347 Ez a felhasználó legfeljebb ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>-t használhatna.
2348 </target>
2349 <context-group name="null">
2350 <context context-type="linenumber">65</context>
2351 </context-group>
2352 </trans-unit>
2353 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496">
2354 <source>Daily video quota</source>
2355 <target>Napi videó kvóta</target>
2356 <context-group name="null">
2357 <context context-type="linenumber">72</context>
2358 </context-group>
2359 </trans-unit>
2360 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2361 <source>Danger Zone</source>
2362 <target>Veszélyzóna</target>
2363 <context-group name="null">
2364 <context context-type="linenumber">93</context>
2365 </context-group>
2366 </trans-unit>
2367 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2368 <source>Send a link to reset the password by email to the user</source>
2369 <target>Jelszóvisszállító email küldése a felhasználónak</target>
2370 <context-group name="null">
2371 <context context-type="linenumber">96</context>
2372 </context-group>
2373 </trans-unit>
2374 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2375 <source>Ask for new password</source>
2376 <target>Új jelszó kérése</target>
2377 <context-group name="null">
2378 <context context-type="linenumber">97</context>
2379 </context-group>
2380 </trans-unit>
2381 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2382 <source>Manually set the user password</source>
2383 <target>Felhasználói jelszó kézi beállítása</target>
2384 <context-group name="null">
2385 <context context-type="linenumber">101</context>
2386 </context-group>
2387 </trans-unit>
2388 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2389 <source>Show</source>
2390 <target>Megjelenítés</target>
2391 <context-group name="null">
2392 <context context-type="linenumber">10</context>
2393 </context-group>
2394 </trans-unit>
2395 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2396 <source>Hide</source>
2397 <target>Elrejtés</target>
2398 <context-group name="null">
2399 <context context-type="linenumber">11</context>
2400 </context-group>
2401 </trans-unit>
2402 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
2403 <source>Users list</source>
2404 <target>Felhasználólista</target>
2405 <context-group name="null">
2406 <context context-type="linenumber">2</context>
2407 </context-group>
2408 </trans-unit>
2409 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
2410 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2411 <target>Felhasználónév <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2412 <context-group name="null">
2413 <context context-type="linenumber">40</context>
2414 </context-group>
2415 </trans-unit>
2416 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
2417 <source>(banned)</source>
2418 <target>(kitiltva)</target>
2419 <context-group name="null">
2420 <context context-type="linenumber">65</context>
2421 </context-group>
2422 </trans-unit>
2423 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
2424 <source>Go to the account page</source>
2425 <target>Fiókoldal megnyitása</target>
2426 <context-group name="null">
2427 <context context-type="linenumber">153</context>
2428 </context-group>
2429 </trans-unit>
2430 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
2431 <source>User's email must be verified to login</source>
2432 <target>A felhasználó emailjét meg kell erősíteni a bejelentkezéshez</target>
2433 <context-group name="null">
2434 <context context-type="linenumber">72</context>
2435 </context-group>
2436 </trans-unit>
2437 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
2438 <source>User's email is verified / User can login without email verification</source>
2439 <target>A felhasználó emailje meg van erősítve / be tud jelentkezni email megerősítés nélkül</target>
2440 <context-group name="null">
2441 <context context-type="linenumber">76</context>
2442 </context-group>
2443 </trans-unit>
2444 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
2445 <source>Ban reason:</source>
2446 <target>Kitiltás indoka:</target>
2447 <context-group name="null">
2448 <context context-type="linenumber">95</context>
2449 </context-group>
2450 </trans-unit>
2451 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
2452 <source>Moderation comment</source>
2453 <target>Moderációs megjegyzés</target>
2454 <context-group name="null">
2455 <context context-type="linenumber">3</context>
2456 </context-group>
2457 </trans-unit>
2458 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964">
2459 <source>
2460 This comment can only be seen by you or the other moderators.
2461 </source>
2462 <target>
2463 Ezt a megjegyzést csak te és a többi moderátor láthatja.
2464 </target>
2465 <context-group name="null">
2466 <context context-type="linenumber">18</context>
2467 </context-group>
2468 </trans-unit>
2469 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
2470 <source>Update this comment</source>
2471 <target>Komment frissítése</target>
2472 <context-group name="null">
2473 <context context-type="linenumber">26</context>
2474 </context-group>
2475 </trans-unit>
2476 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
2477 <source>Reporter</source>
2478 <target>Bejelentő</target>
2479 <context-group name="null">
2480 <context context-type="linenumber">8</context>
2481 </context-group>
2482 </trans-unit>
2483 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
2484 <source>Video</source>
2485 <target>Videó</target>
2486 <context-group name="null">
2487 <context context-type="linenumber">14</context>
2488 </context-group>
2489 </trans-unit>
2490 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
2491 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2492 <target>Ãllapot <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2493 <context-group name="null">
2494 <context context-type="linenumber">11</context>
2495 </context-group>
2496 </trans-unit>
2497 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
2498 <source>Go to the account</source>
2499 <target>Fiók megnyitása</target>
2500 <context-group name="null">
2501 <context context-type="linenumber">27</context>
2502 </context-group>
2503 </trans-unit>
2504 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
2505 <source>Go to the video</source>
2506 <target>Videó megnyitása</target>
2507 <context-group name="null">
2508 <context context-type="linenumber">33</context>
2509 </context-group>
2510 </trans-unit>
2511 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
2512 <source>Actions</source>
2513 <target>Lehetőségek</target>
2514 <context-group name="null">
2515 <context context-type="linenumber">35</context>
2516 </context-group>
2517 </trans-unit>
2518 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
2519 <source>Reason:</source>
2520 <target>Indok:</target>
2521 <context-group name="null">
2522 <context context-type="linenumber">53</context>
2523 </context-group>
2524 </trans-unit>
2525 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638">
2526 <source>Moderation comment:</source>
2527 <target>Moderációs megjegyzés:</target>
2528 <context-group name="null">
2529 <context context-type="linenumber">57</context>
2530 </context-group>
2531 </trans-unit>
2532 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
2533 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2534 <target>Videó neve <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2535 <context-group name="null">
2536 <context context-type="linenumber">8</context>
2537 </context-group>
2538 </trans-unit>
2539 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
2540 <source>Sensitive</source>
2541 <target>Érzékeny</target>
2542 <context-group name="null">
2543 <context context-type="linenumber">9</context>
2544 </context-group>
2545 </trans-unit>
2546 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
2547 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2548 <target>Dátum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2549 <context-group name="null">
2550 <context context-type="linenumber">11</context>
2551 </context-group>
2552 </trans-unit>
2553 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
2554 <source>Blacklist reason:</source>
2555 <target>Feketlistázás indoka:</target>
2556 <context-group name="null">
2557 <context context-type="linenumber">43</context>
2558 </context-group>
2559 </trans-unit>
2560 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2561 <source>Unblacklist</source>
2562 <target>Levétel a feketelistáról</target>
2563 <context-group name="null">
2564 <context context-type="linenumber">16</context>
2565 </context-group>
2566 </trans-unit>
2567 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2568 <source>Moderation</source>
2569 <target>Moderáció</target>
2570 <context-group name="null">
2571 <context context-type="linenumber">2</context>
2572 </context-group>
2573 </trans-unit>
2574 <trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e">
2575 <source>Video abuses</source>
2576 <target>Videó visszaélések</target>
2577 <context-group name="null">
2578 <context context-type="linenumber">5</context>
2579 </context-group>
2580 </trans-unit>
2581 <trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9">
2582 <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source>
2583 <target><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manuálisan feketelistázott videók' : 'Feketelistázott videók' }}"/></target>
2584 <context-group name="null">
2585 <context context-type="linenumber">7</context>
2586 </context-group>
2587 </trans-unit>
2588 <trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45">
2589 <source>Auto-blacklisted videos</source>
2590 <target>Auto-feketelistázott videók</target>
2591 <context-group name="null">
2592 <context context-type="linenumber">9</context>
2593 </context-group>
2594 </trans-unit>
2595 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2596 <source>Muted accounts</source>
2597 <target>Némított fiókok</target>
2598 <context-group name="null">
2599 <context context-type="linenumber">2</context>
2600 </context-group>
2601 </trans-unit>
2602 <trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2">
2603 <source>Muted servers</source>
2604 <target>Némított szerverek</target>
2605 <context-group name="null">
2606 <context context-type="linenumber">13</context>
2607 </context-group>
2608 </trans-unit>
2609 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
2610 <source>Account</source>
2611 <target>Fiók</target>
2612 <context-group name="null">
2613 <context context-type="linenumber">12</context>
2614 </context-group>
2615 </trans-unit>
2616 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
2617 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2618 <target>Némítás ideje <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2619 <context-group name="null">
2620 <context context-type="linenumber">13</context>
2621 </context-group>
2622 </trans-unit>
2623 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
2624 <source>Unmute</source>
2625 <target>Némítás feloldása</target>
2626 <context-group name="null">
2627 <context context-type="linenumber">23</context>
2628 </context-group>
2629 </trans-unit>
2630 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2631 <source>Jobs list</source>
2632 <target>Feladatlista</target>
2633 <context-group name="null">
2634 <context context-type="linenumber">2</context>
2635 </context-group>
2636 </trans-unit>
2637 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2638 <source>Type</source>
2639 <target>Típus</target>
2640 <context-group name="null">
2641 <context context-type="linenumber">19</context>
2642 </context-group>
2643 </trans-unit>
2644 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2645 <source>Processed on</source><target>Processed on</target><context-group name="null">
2646 <context context-type="linenumber">22</context>
2647 </context-group>
2648 </trans-unit>
2649 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2650 <source>Finished on</source><target>Finished on</target><context-group name="null">
2651 <context context-type="linenumber">23</context>
2652 </context-group>
2653 </trans-unit>
2654 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
2655 <source>Video quota:</source>
2656 <target>Videókvóta:</target>
2657 <context-group name="null">
2658 <context context-type="linenumber">4</context>
2659 </context-group>
2660 </trans-unit>
2661 <trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8">
2662 <source>Profile</source>
2663 <target>Profil</target>
2664 <context-group name="null">
2665 <context context-type="linenumber">7</context>
2666 </context-group>
2667 </trans-unit>
2668 <trans-unit id="b5398623f87ee72ed23f5023918db1707771e925">
2669 <source>Video settings</source>
2670 <target>Videóbeállítások</target>
2671 <context-group name="null">
2672 <context context-type="linenumber">16</context>
2673 </context-group>
2674 </trans-unit>
2675 <trans-unit id="c74e3202d080780c6415d0e9209c1c859438b735">
2676 <source>Danger zone</source>
2677 <target>Veszélyzóna</target>
2678 <context-group name="null">
2679 <context context-type="linenumber">19</context>
2680 </context-group>
2681 </trans-unit>
2682 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
2683 <source>Change ownership</source>
2684 <target>Tulajdonos megváltoztatása</target>
2685 <context-group name="null">
2686 <context context-type="linenumber">21</context>
2687 </context-group>
2688 </trans-unit>
2689 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
2690 <source>Select the next owner</source>
2691 <target>Válaszd ki a következő tulajdonost</target>
2692 <context-group name="null">
2693 <context context-type="linenumber">10</context>
2694 </context-group>
2695 </trans-unit>
2696 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
2697 <source>
2698 Cancel
2699 </source>
2700 <target>
2701 Mégsem
2702 </target>
2703 <context-group name="null">
2704 <context context-type="linenumber">35</context>
2705 </context-group>
2706 </trans-unit>
2707 <trans-unit id="16f3de2dba2a3461d7f7a36157d22e6898bb3244">
2708 <source>Create a new video channel</source>
2709 <target>Új videócsatorna létrehozása</target>
2710 <context-group name="null">
2711 <context context-type="linenumber">4</context>
2712 </context-group>
2713 </trans-unit>
2714 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
2715 <source>Go to the channel</source>
2716 <target>Csatorna megnyitása</target>
2717 <context-group name="null">
2718 <context context-type="linenumber">10</context>
2719 </context-group>
2720 </trans-unit>
2721 <trans-unit id="9dbe4718a5611fbc611fc6b5e0b27df813372c68">
2722 <source>Create a video channel</source>
2723 <target>Videócsatorna létrehozása</target>
2724 <context-group name="null">
2725 <context context-type="linenumber">6</context>
2726 </context-group>
2727 </trans-unit>
2728 <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558">
2729 <source>Example: my_channel</source>
2730 <target>Például: en_csatornam</target>
2731 <context-group name="null">
2732 <context context-type="linenumber">15</context>
2733 </context-group>
2734 </trans-unit>
2735 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2736 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2737When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
2738 <target>Rövid szöveg, ahol elmondod az embereknek, hogyan tudják támogatni a csatornádat (tagsági platform...).&lt;br /&gt;&lt;br /&gt;
2739Amikor feltöltesz egy videót erre a csatornára, a videó támogatás mezője ki lesz töltve ezzel a szöveggel.</target>
2740 <context-group name="null">
2741 <context context-type="linenumber">52</context>
2742 </context-group>
2743 </trans-unit>
2744 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
2745 <source>Target</source>
2746 <target>Cél</target>
2747 <context-group name="null">
2748 <context context-type="linenumber">8</context>
2749 </context-group>
2750 </trans-unit>
2751 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a">
2752 <source>You don't have any subscriptions yet.</source>
2753 <target>Nincs feliratkozásod még.</target>
2754 <context-group name="null">
2755 <context context-type="linenumber">1</context>
2756 </context-group>
2757 </trans-unit>
2758 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add">
2759 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
2760 <target>Létrehozó: <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target>
2761 <context-group name="null">
2762 <context context-type="linenumber">17</context>
2763 </context-group>
2764 </trans-unit>
2765 <trans-unit id="e006ed166ce188cab168e1ca90435b33d042d913">
2766 <source>Go the owner account page</source>
2767 <target>Birtokló fiókoldal megnyitása</target>
2768 <context-group name="null">
2769 <context context-type="linenumber">16</context>
2770 </context-group>
2771 </trans-unit>
2772 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804">
2773 <source>Accept ownership</source>
2774 <target>Birtokos elfogadása</target>
2775 <context-group name="null">
2776 <context context-type="linenumber">3</context>
2777 </context-group>
2778 </trans-unit>
2779 <trans-unit id="4570c754149df06f31096510abfc925968c35562">
2780 <source>Select the target channel</source>
2781 <target>Válaszd ki a célcsatornát</target>
2782 <context-group name="null">
2783 <context context-type="linenumber">10</context>
2784 </context-group>
2785 </trans-unit>
2786 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
2787 <source>Initiator</source>
2788 <target>Kezdeményező</target>
2789 <context-group name="null">
2790 <context context-type="linenumber">13</context>
2791 </context-group>
2792 </trans-unit>
2793 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
2794 <source>
2795 Created
2796 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
2797 </source>
2798 <target>
2799 Létrehozási idő
2800 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
2801 </target>
2802 <context-group name="null">
2803 <context context-type="linenumber">15</context>
2804 </context-group>
2805 </trans-unit>
2806 <trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1">
2807 <source>Status</source>
2808 <target>Ãllapot</target>
2809 <context-group name="null">
2810 <context context-type="linenumber">19</context>
2811 </context-group>
2812 </trans-unit>
2813 <trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff">
2814 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
2815 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
2816 <context-group name="null">
2817 <context context-type="linenumber">38</context>
2818 </context-group>
2819 </trans-unit>
2820 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
2821 <source>Muted instances</source>
2822 <target>Némított példányok</target>
2823 <context-group name="null">
2824 <context context-type="linenumber">2</context>
2825 </context-group>
2826 </trans-unit>
2827 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
2828 <source>History enabled</source>
2829 <target>Előzmények bekapcsolva</target>
2830 <context-group name="null">
2831 <context context-type="linenumber">4</context>
2832 </context-group>
2833 </trans-unit>
2834 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
2835 <source>
2836 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2837 Delete history
2838 </source>
2839 <target>
2840 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2841 Előzmények törlése
2842 </target>
2843 <context-group name="null">
2844 <context context-type="linenumber">7</context>
2845 </context-group>
2846 </trans-unit>
2847 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2848 <source>You don't have videos history yet.</source>
2849 <target>Nincs videóelőzményed még.</target>
2850 <context-group name="null">
2851 <context context-type="linenumber">14</context>
2852 </context-group>
2853 </trans-unit>
2854 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
2855 <source>
2856 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2857 Notification preferences
2858 </source>
2859 <target>
2860 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2861 Értesítési beállítások
2862 </target>
2863 <context-group name="null">
2864 <context context-type="linenumber">2</context>
2865 </context-group>
2866 </trans-unit>
2867 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
2868 <source>
2869 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2870 Mark all as read
2871 </source>
2872 <target>
2873 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2874 Mind olvasottnak jelölése
2875 </target>
2876 <context-group name="null">
2877 <context context-type="linenumber">7</context>
2878 </context-group>
2879 </trans-unit>
2880 <trans-unit id="be746a6e47e3388c7cf793aef8d7b44b86cc94f2">
2881 <source>Create a new playlist</source>
2882 <target>Új lejátszási lista létrehozása</target>
2883 <context-group name="null">
2884 <context context-type="linenumber">1</context>
2885 </context-group>
2886 </trans-unit>
2887 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2888 <source>Privacy</source>
2889 <target>Adatvédelem</target>
2890 <context-group name="null">
2891 <context context-type="linenumber">179</context>
2892 </context-group>
2893 </trans-unit>
2894 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2895 <source>Channel</source>
2896 <target>Csatorna</target>
2897 <context-group name="null">
2898 <context context-type="linenumber">39</context>
2899 </context-group>
2900 </trans-unit>
2901 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2902 <source>Upload thumbnail</source>
2903 <target>Indexkép feltöltése</target>
2904 <context-group name="null">
2905 <context context-type="linenumber">192</context>
2906 </context-group>
2907 </trans-unit>
2908 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861">
2909 <source>No videos in this playlist.</source>
2910 <target>Ebben a lejátszási listában nincs videó.</target>
2911 <context-group name="null">
2912 <context context-type="linenumber">11</context>
2913 </context-group>
2914 </trans-unit>
2915 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2916 <source>Change password</source>
2917 <target>Jelszó megváltoztatása</target>
2918 <context-group name="null">
2919 <context context-type="linenumber">30</context>
2920 </context-group>
2921 </trans-unit>
2922 <trans-unit id="0dd390d056411e1709ec97ec51c46d78600e3f7b">
2923 <source>Current password</source>
2924 <target>Jelenlegi jelszó</target>
2925 <context-group name="null">
2926 <context context-type="linenumber">7</context>
2927 </context-group>
2928 </trans-unit>
2929 <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229">
2930 <source>New password</source>
2931 <target>Új jelszó</target>
2932 <context-group name="null">
2933 <context context-type="linenumber">15</context>
2934 </context-group>
2935 </trans-unit>
2936 <trans-unit id="ede41f01c781b168a783cfcefc6fb67d48780d9b">
2937 <source>Confirm new password</source>
2938 <target>Új jelszó megerősítése</target>
2939 <context-group name="null">
2940 <context context-type="linenumber">23</context>
2941 </context-group>
2942 </trans-unit>
2943 <trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129">
2944 <source>Default policy on videos containing sensitive content</source>
2945 <target>Alapértelemezett beállítás érzékeny tartalmú videókkal kapcsolatban</target>
2946 <context-group name="null">
2947 <context context-type="linenumber">3</context>
2948 </context-group>
2949 </trans-unit>
2950 <trans-unit id="d044c51156e295824813a866dba9545bdb59466b">
2951 <source>Use WebTorrent to exchange parts of the video with others</source>
2952 <target>WebTorrent használata a videó részeinek másokkal való megosztására</target>
2953 <context-group name="null">
2954 <context context-type="linenumber">21</context>
2955 </context-group>
2956 </trans-unit>
2957 <trans-unit id="fb17c44abac2d1ed2a54cdd28bae289dc0b9a1c2">
2958 <source>Automatically plays video</source>
2959 <target>Videók automatikus lejátszása</target>
2960 <context-group name="null">
2961 <context context-type="linenumber">28</context>
2962 </context-group>
2963 </trans-unit>
2964 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2965 <source>Update my profile</source>
2966 <target>Profil frissítése</target>
2967 <context-group name="null">
2968 <context context-type="linenumber">27</context>
2969 </context-group>
2970 </trans-unit>
2971 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503">
2972 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source>
2973 <target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> feliratkozó</target>
2974 <context-group name="null">
2975 <context context-type="linenumber">10</context>
2976 </context-group>
2977 </trans-unit>
2978 <trans-unit id="c4a959fc6349bd0793e1ad571d492052a07bdab5">
2979 <source>Change the avatar</source>
2980 <target>Profilkép megváltoztatása</target>
2981 <context-group name="null">
2982 <context context-type="linenumber">15</context>
2983 </context-group>
2984 </trans-unit>
2985 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9">
2986 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source>
2987 <target>(kiterjesztések: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max méret: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target>
2988 <context-group name="null">
2989 <context context-type="linenumber">18</context>
2990 </context-group>
2991 </trans-unit>
2992 <trans-unit id="d1a04ba05116499d4cf59a48a282a8bcbf5b622d">
2993 <source>Once you delete your account, there is no going back. Please be certain.</source>
2994 <target>Ha törlöd a fiókod, nincs visszaút. Kérlek légy biztos a döntésedben.</target>
2995 <context-group name="null">
2996 <context context-type="linenumber">2</context>
2997 </context-group>
2998 </trans-unit>
2999 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45">
3000 <source>Delete your account</source>
3001 <target>Fiókod törlése</target>
3002 <context-group name="null">
3003 <context context-type="linenumber">4</context>
3004 </context-group>
3005 </trans-unit>
3006 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
3007 <source>Activities</source>
3008 <target>Tevékenységek</target>
3009 <context-group name="null">
3010 <context context-type="linenumber">2</context>
3011 </context-group>
3012 </trans-unit>
3013 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
3014 <source>Web</source>
3015 <target>Web</target>
3016 <context-group name="null">
3017 <context context-type="linenumber">3</context>
3018 </context-group>
3019 </trans-unit>
3020 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd">
3021 <source>
3022 Sorry, but we couldn't find the page you were looking for.
3023</source>
3024 <target>
3025 Sajnáljuk, de nem találtuk meg az oldalt, amit keresel.
3026</target>
3027 <context-group name="null">
3028 <context context-type="linenumber">1</context>
3029 </context-group>
3030 </trans-unit>
3031 <trans-unit id="066569dd934e07e4a5f70c415692be17d5715b57">
3032 <source>
3033 Your email has been verified and you may now login. Redirecting...
3034 </source>
3035 <target>
3036 Az email címed megerÅ‘sítve, most már bejelentkezhetsz. Ãtirányítás...
3037 </target>
3038 <context-group name="null">
3039 <context context-type="linenumber">6</context>
3040 </context-group>
3041 </trans-unit>
3042 <trans-unit id="7ee8fad77b2664dabfb90ea03470f75a6f6d1d48">
3043 <source>An error occurred. </source>
3044 <target>Valami hiba történt.</target>
3045 <context-group name="null">
3046 <context context-type="linenumber">11</context>
3047 </context-group>
3048 </trans-unit>
3049 <trans-unit id="2d02841904de7f5f60e2618670ac1059f3abec97">
3050 <source>
3051 Request email for account verification
3052 </source>
3053 <target>
3054 Megerősítő email kérése
3055 </target>
3056 <context-group name="null">
3057 <context context-type="linenumber">2</context>
3058 </context-group>
3059 </trans-unit>
3060 <trans-unit id="eb539ec6941044e284f237f5b40d6a0159afe7af">
3061 <source>Send verification email</source>
3062 <target>Megerősítő email küldése</target>
3063 <context-group name="null">
3064 <context context-type="linenumber">17</context>
3065 </context-group>
3066 </trans-unit>
3067 <trans-unit id="a08080316e052053fd20647731a6de826dc8072f">
3068 <source>This instance does not require email verification.</source>
3069 <target>Ez a példány nem igényel email megerősítést.</target>
3070 <context-group name="null">
3071 <context context-type="linenumber">20</context>
3072 </context-group>
3073 </trans-unit>
3074 <trans-unit id="b207b668dc1d056cd7557ffa3b41f1fd0865f93d">
3075 <source>Video playlists</source>
3076 <target>Videó lejátszási listák</target>
3077 <context-group name="null">
3078 <context context-type="linenumber">25</context>
3079 </context-group>
3080 </trans-unit>
3081 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
3082 <source>Support this channel</source>
3083 <target>Csatorna támogatása</target>
3084 <context-group name="null">
3085 <context context-type="linenumber">9</context>
3086 </context-group>
3087 </trans-unit>
3088 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40">
3089 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source>
3090 <target><x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/> létrehozva</target>
3091 <context-group name="null">
3092 <context context-type="linenumber">17</context>
3093 </context-group>
3094 </trans-unit>
3095 <trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e">
3096 <source>
3097 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
3098</source>
3099 <target>
3100 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> lejátszási lista létrehozva
3101</target>
3102 <context-group name="null">
3103 <context context-type="linenumber">1</context>
3104 </context-group>
3105 </trans-unit>
3106 <trans-unit id="fbbe62dee434f0521e0dfb8e3957d92fc5fcd76f">
3107 <source>This channel does not have playlists.</source>
3108 <target>Ennek a csatornának nincs lejátszási listája.</target>
3109 <context-group name="null">
3110 <context context-type="linenumber">5</context>
3111 </context-group>
3112 </trans-unit>
3113 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
3114 <source>URL</source>
3115 <target>URL</target>
3116 <context-group name="null">
3117 <context context-type="linenumber">25</context>
3118 </context-group>
3119 </trans-unit>
3120 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
3121 <source>Sorry, but something went wrong</source>
3122 <target>Sajnáljuk, de valami rosszul sikerült.</target>
3123 <context-group name="null">
3124 <context context-type="linenumber">49</context>
3125 </context-group>
3126 </trans-unit>
3127 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
3128 <source>
3129 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
3130</source>
3131 <target>
3132 Gratulálunk, a videó a <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> cím mögül be lesz importálva! Máris megadhatsz információkat erről a videóról.
3133</target>
3134 <context-group name="null">
3135 <context context-type="linenumber">46</context>
3136 </context-group>
3137 </trans-unit>
3138 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
3139 <source>Update</source>
3140 <target>Frissítés</target>
3141 <context-group name="null">
3142 <context context-type="linenumber">17</context>
3143 </context-group>
3144 </trans-unit>
3145 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
3146 <source>Select the file to upload</source>
3147 <target>Válaszd ki a fájlt a feltöltéshez</target>
3148 <context-group name="null">
3149 <context context-type="linenumber">6</context>
3150 </context-group>
3151 </trans-unit>
3152 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb">
3153 <source>Scheduled</source>
3154 <target>Időzített</target>
3155 <context-group name="null">
3156 <context context-type="linenumber">25</context>
3157 </context-group>
3158 </trans-unit>
3159 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
3160 <source>
3161 Congratulations! Your video is now available in your private library.
3162</source>
3163 <target>
3164 Gratulálunk! A videód most már elérhető a privát könyvtáradban.
3165</target>
3166 <context-group name="null">
3167 <context context-type="linenumber">45</context>
3168 </context-group>
3169 </trans-unit>
3170 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
3171 <source>Publish will be available when upload is finished</source>
3172 <target>A közzététel a feltöltés végeztével lesz elérhető</target>
3173 <context-group name="null">
3174 <context context-type="linenumber">58</context>
3175 </context-group>
3176 </trans-unit>
3177 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
3178 <source>Publish</source>
3179 <target>Közzététel</target>
3180 <context-group name="null">
3181 <context context-type="linenumber">65</context>
3182 </context-group>
3183 </trans-unit>
3184 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
3185 <source>Select the torrent to import</source>
3186 <target>Válaszd ki a torrentet az importáláshoz</target>
3187 <context-group name="null">
3188 <context context-type="linenumber">6</context>
3189 </context-group>
3190 </trans-unit>
3191 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc">
3192 <source>Or</source>
3193 <target>Vagy</target>
3194 <context-group name="null">
3195 <context context-type="linenumber">11</context>
3196 </context-group>
3197 </trans-unit>
3198 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
3199 <source>Paste magnet URI</source>
3200 <target>Illessz be magnet URI-t</target>
3201 <context-group name="null">
3202 <context context-type="linenumber">14</context>
3203 </context-group>
3204 </trans-unit>
3205 <trans-unit id="1ce18c12c809a738f05f2290f46df0677f27ed70">
3206 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source>
3207 <target>Bármilyen torrent fájlt importálhatsz, ami egy mp4 fájlra mutat. Győződj meg róla, hogy jogod van a tartalom terjesztéséhez, különben jogi problémákat okozhat neked és a példányodnak.</target>
3208 <context-group name="null">
3209 <context context-type="linenumber">17</context>
3210 </context-group>
3211 </trans-unit>
3212 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
3213 <source>
3214 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
3215</source>
3216 <target>
3217 Gratulálunk, a videó BitTorrenttel be lesz importálva! Máris megadhatsz információt a videóról.
3218</target>
3219 <context-group name="null">
3220 <context context-type="linenumber">53</context>
3221 </context-group>
3222 </trans-unit>
3223 <trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860">
3224 <source>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
3225 <target><x id="INTERPOLATION" equiv-text="{{ videoName }}"/> importálása</target>
3226 <context-group name="null">
3227 <context context-type="linenumber">3</context>
3228 </context-group>
3229 </trans-unit>
3230 <trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5">
3231 <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
3232 <target><x id="INTERPOLATION" equiv-text="{{ videoName }}"/> feltöltése</target>
3233 <context-group name="null">
3234 <context context-type="linenumber">4</context>
3235 </context-group>
3236 </trans-unit>
3237 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3">
3238 <source>Upload a file</source>
3239 <target>Fájl feltöltése</target>
3240 <context-group name="null">
3241 <context context-type="linenumber">10</context>
3242 </context-group>
3243 </trans-unit>
3244 <trans-unit id="fc865859d33eab6fa0a8015233e4686cd544d470">
3245 <source>Import with URL</source>
3246 <target>Importálás URL-ről</target>
3247 <context-group name="null">
3248 <context context-type="linenumber">17</context>
3249 </context-group>
3250 </trans-unit>
3251 <trans-unit id="752c401d7dcd708944eef60e411187f71d882340">
3252 <source>Import with torrent</source>
3253 <target>Importálás torrenttel</target>
3254 <context-group name="null">
3255 <context context-type="linenumber">24</context>
3256 </context-group>
3257 </trans-unit>
3258 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
3259 <source>Add caption</source>
3260 <target>Felirat hozzáadása</target>
3261 <context-group name="null">
3262 <context context-type="linenumber">5</context>
3263 </context-group>
3264 </trans-unit>
3265 <trans-unit id="6bad752cfcac8f3572bdf2c619daec683d56d1a8">
3266 <source>Select the caption file</source>
3267 <target>Válaszd ki a feliratfájlt</target>
3268 <context-group name="null">
3269 <context context-type="linenumber">24</context>
3270 </context-group>
3271 </trans-unit>
3272 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3">
3273 <source>
3274 This will replace an existing caption!
3275 </source>
3276 <target>
3277 Ez lecseréli a meglévő feliratot!
3278 </target>
3279 <context-group name="null">
3280 <context context-type="linenumber">29</context>
3281 </context-group>
3282 </trans-unit>
3283 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
3284 <source>Add this caption</source>
3285 <target>Felirat hozzáadása</target>
3286 <context-group name="null">
3287 <context context-type="linenumber">40</context>
3288 </context-group>
3289 </trans-unit>
3290 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
3291 <source>Title</source>
3292 <target>Cím</target>
3293 <context-group name="null">
3294 <context context-type="linenumber">9</context>
3295 </context-group>
3296 </trans-unit>
3297 <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b">
3298 <source>Tags</source>
3299 <target>Címkék</target>
3300 <context-group name="null">
3301 <context context-type="linenumber">216</context>
3302 </context-group>
3303 </trans-unit>
3304 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
3305 <source>Tags could be used to suggest relevant recommendations.&lt;/br&gt;Press Enter to add a new tag.</source>
3306 <target>A címkék segítségével kapcsolódó videókat tudunk ajánlani.&lt;/br&gt;Nyomj Entert új címke hozzáadásához.</target>
3307 <context-group name="null">
3308 <context context-type="linenumber">18</context>
3309 </context-group>
3310 </trans-unit>
3311 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
3312 <source>+ Tag</source>
3313 <target>+ Címke</target>
3314 <context-group name="null">
3315 <context context-type="linenumber">21</context>
3316 </context-group>
3317 </trans-unit>
3318 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
3319 <source>Enter a new tag</source>
3320 <target>Adj meg egy új címkét</target>
3321 <context-group name="null">
3322 <context context-type="linenumber">21</context>
3323 </context-group>
3324 </trans-unit>
3325 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e">
3326 <source>Video descriptions are truncated by default and require manual action to expand them.</source>
3327 <target>A videók leírásai alapértelmezetten meg vannak vágva és manuálisan kell kinyitni őket.</target>
3328 <context-group name="null">
3329 <context context-type="linenumber">28</context>
3330 </context-group>
3331 </trans-unit>
3332 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
3333 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
3334 <target>Közzététel időzítése (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
3335 <context-group name="null">
3336 <context context-type="linenumber">105</context>
3337 </context-group>
3338 </trans-unit>
3339 <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee">
3340 <source>This video contains mature or explicit content</source>
3341 <target>Ez a videó felnőtt vagy explicit tartalmat tartalmaz</target>
3342 <context-group name="null">
3343 <context context-type="linenumber">119</context>
3344 </context-group>
3345 </trans-unit>
3346 <trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644">
3347 <source>Some instances do not list videos containing mature or explicit content by default.</source>
3348 <target>Bizonyos példányok nem listázzák a felnőtt vagy explicit tartalmú videókat alapértelemezés szerint.</target>
3349 <context-group name="null">
3350 <context context-type="linenumber">120</context>
3351 </context-group>
3352 </trans-unit>
3353 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
3354 <source>Wait transcoding before publishing the video</source>
3355 <target>Várja meg az átkódolást mielőtt közzétenné a videót</target>
3356 <context-group name="null">
3357 <context context-type="linenumber">126</context>
3358 </context-group>
3359 </trans-unit>
3360 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
3361 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
3362 <target>Ha úgy döntesz, hogy nem várod meg az átkódolást mielőtt közzétennéd a videót, lejátszhatatlan lehet a videó, amíg befejeződik az átkódolás.</target>
3363 <context-group name="null">
3364 <context context-type="linenumber">127</context>
3365 </context-group>
3366 </trans-unit>
3367 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
3368 <source>Basic info</source>
3369 <target>Alap infó</target>
3370 <context-group name="null">
3371 <context context-type="linenumber">4</context>
3372 </context-group>
3373 </trans-unit>
3374 <trans-unit id="92bcfd1d237a2bfe48dc9f46d074ed26abc8df22">
3375 <source>Add another caption</source>
3376 <target>Másik felirat hozzáadása</target>
3377 <context-group name="null">
3378 <context context-type="linenumber">142</context>
3379 </context-group>
3380 </trans-unit>
3381 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
3382 <source>See the subtitle file</source>
3383 <target>Feliratfájl megnyitása</target>
3384 <context-group name="null">
3385 <context context-type="linenumber">151</context>
3386 </context-group>
3387 </trans-unit>
3388 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
3389 <source>Already uploaded ✔</source>
3390 <target>Már fel van töltve ✔</target>
3391 <context-group name="null">
3392 <context context-type="linenumber">155</context>
3393 </context-group>
3394 </trans-unit>
3395 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
3396 <source>Will be created on update</source>
3397 <target>Frissítéskor létre lesz hozva</target>
3398 <context-group name="null">
3399 <context context-type="linenumber">163</context>
3400 </context-group>
3401 </trans-unit>
3402 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
3403 <source>Cancel create</source>
3404 <target>Mégse hozza létre</target>
3405 <context-group name="null">
3406 <context context-type="linenumber">165</context>
3407 </context-group>
3408 </trans-unit>
3409 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
3410 <source>Will be deleted on update</source>
3411 <target>Frissítéskor törölve lesz</target>
3412 <context-group name="null">
3413 <context context-type="linenumber">171</context>
3414 </context-group>
3415 </trans-unit>
3416 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
3417 <source>Cancel deletion</source>
3418 <target>Mégse törölje</target>
3419 <context-group name="null">
3420 <context context-type="linenumber">173</context>
3421 </context-group>
3422 </trans-unit>
3423 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
3424 <source>
3425 No captions for now.
3426 </source>
3427 <target>
3428 Nincs felirat egyelőre.
3429 </target>
3430 <context-group name="null">
3431 <context context-type="linenumber">178</context>
3432 </context-group>
3433 </trans-unit>
3434 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
3435 <source>Captions</source>
3436 <target>Feliratok</target>
3437 <context-group name="null">
3438 <context context-type="linenumber">135</context>
3439 </context-group>
3440 </trans-unit>
3441 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
3442 <source>Upload preview</source>
3443 <target>Feltöltés előnézete</target>
3444 <context-group name="null">
3445 <context context-type="linenumber">199</context>
3446 </context-group>
3447 </trans-unit>
3448 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
3449 <source>Support</source>
3450 <target>Támogatás</target>
3451 <context-group name="null">
3452 <context context-type="linenumber">103</context>
3453 </context-group>
3454 </trans-unit>
3455 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
3456 <source>Short text to tell people how they can support you (membership platform...).</source>
3457 <target>Rövid szöveg, ami elmondja, hogyan támogathatnak az emberek (tagsági platform...)</target>
3458 <context-group name="null">
3459 <context context-type="linenumber">206</context>
3460 </context-group>
3461 </trans-unit>
3462 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
3463 <source>Original publication date</source>
3464 <target>Eredeti közzétételi dátum</target>
3465 <context-group name="null">
3466 <context context-type="linenumber">219</context>
3467 </context-group>
3468 </trans-unit>
3469 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
3470 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
3471 <target>Ez az a dátum, amikor a tartalom eredetileg közzé lett téve (pl. egy film kiadási dátuma)</target>
3472 <context-group name="null">
3473 <context context-type="linenumber">220</context>
3474 </context-group>
3475 </trans-unit>
3476 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3477 <source>Enable video comments</source>
3478 <target>Videó hozzászólások engedélyezése</target>
3479 <context-group name="null">
3480 <context context-type="linenumber">234</context>
3481 </context-group>
3482 </trans-unit>
3483 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
3484 <source>Enable download</source>
3485 <target>Letöltés engedélyezése</target>
3486 <context-group name="null">
3487 <context context-type="linenumber">239</context>
3488 </context-group>
3489 </trans-unit>
3490 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
3491 <source>Advanced settings</source>
3492 <target>Haladó beállítások</target>
3493 <context-group name="null">
3494 <context context-type="linenumber">186</context>
3495 </context-group>
3496 </trans-unit>
3497 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
3498 <source>
3499 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
3500 </source>
3501 <target>
3502 <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> frissítése
3503 </target>
3504 <context-group name="null">
3505 <context context-type="linenumber">2</context>
3506 </context-group>
3507 </trans-unit>
3508 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
3509 <source>Share</source>
3510 <target>Megosztás</target>
3511 <context-group name="null">
3512 <context context-type="linenumber">108</context>
3513 </context-group>
3514 </trans-unit>
3515 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
3516 <source>QR-Code</source>
3517 <target>QR-Kód</target>
3518 <context-group name="null">
3519 <context context-type="linenumber">37</context>
3520 </context-group>
3521 </trans-unit>
3522 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3523 <source>Embed</source>
3524 <target>Beágyazás</target>
3525 <context-group name="null">
3526 <context context-type="linenumber">42</context>
3527 </context-group>
3528 </trans-unit>
3529 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
3530 <source>
3531 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).
3532 </source>
3533 <target>
3534 Az url nem biztonságos (nincs HTTPS), ezért a beágyazott videó nem fog HTTPS weboldalakon működni (a webböngészők letiltják a nem biztonságos HTTP kéréseket HTTPS weboldalakon).
3535 </target>
3536 <context-group name="null">
3537 <context context-type="linenumber">53</context>
3538 </context-group>
3539 </trans-unit>
3540 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3541 <source>Close</source>
3542 <target>Bezárás</target>
3543 <context-group name="null">
3544 <context context-type="linenumber">59</context>
3545 </context-group>
3546 </trans-unit>
3547 <trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99">
3548 <source>Public</source>
3549 <target>Nyilvános</target>
3550 <context-group name="null">
3551 <context context-type="linenumber">19</context>
3552 </context-group>
3553 </trans-unit>
3554 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3555 <source>This video is blacklisted.</source>
3556 <target>Ez a videó feketelistán van.</target>
3557 <context-group name="null">
3558 <context context-type="linenumber">57</context>
3559 </context-group>
3560 </trans-unit>
3561 <trans-unit id="99686034581579c92a971f4eeebd2c072c812e2d">
3562 <source>
3563 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3564 </source>
3565 <target>
3566 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> közzétéve - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> megtekintés
3567 </target>
3568 <context-group name="null">
3569 <context context-type="linenumber">69</context>
3570 </context-group>
3571 </trans-unit>
3572 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
3573 <source>
3574 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3575 </source>
3576 <target>
3577 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> közzétéve - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> megtekintés
3578 </target>
3579 <context-group name="null">
3580 <context context-type="linenumber">78</context>
3581 </context-group>
3582 </trans-unit>
3583 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3584 <source>Like this video</source>
3585 <target>Videó kedvelése</target>
3586 <context-group name="null">
3587 <context context-type="linenumber">88</context>
3588 </context-group>
3589 </trans-unit>
3590 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3591 <source>Dislike this video</source>
3592 <target>Videó nem kedvelése</target>
3593 <context-group name="null">
3594 <context context-type="linenumber">96</context>
3595 </context-group>
3596 </trans-unit>
3597 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3598 <source>Go the channel page</source>
3599 <target>Csatornaoldal megnyitása</target>
3600 <context-group name="null">
3601 <context context-type="linenumber">143</context>
3602 </context-group>
3603 </trans-unit>
3604 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3605 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3606 <target><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> által</target>
3607 <context-group name="null">
3608 <context context-type="linenumber">154</context>
3609 </context-group>
3610 </trans-unit>
3611 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3612 <source>Show more</source>
3613 <target>Több megjelenítése</target>
3614 <context-group name="null">
3615 <context context-type="linenumber">166</context>
3616 </context-group>
3617 </trans-unit>
3618 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3619 <source>Show less</source>
3620 <target>Kevesebb megjelenítése</target>
3621 <context-group name="null">
3622 <context context-type="linenumber">172</context>
3623 </context-group>
3624 </trans-unit>
3625 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3626 <source>Originally published</source>
3627 <target>Eredetileg közzétéve</target>
3628 <context-group name="null">
3629 <context context-type="linenumber">184</context>
3630 </context-group>
3631 </trans-unit>
3632 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3633 <source>Friendly Reminder: </source>
3634 <target>Baráti Emlékeztető: </target>
3635 <context-group name="null">
3636 <context context-type="linenumber">232</context>
3637 </context-group>
3638 </trans-unit>
3639 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
3640 <source>
3641 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.
3642 </source>
3643 <target>
3644 a videóhoz használt megosztási rendszer maga után vonja, hogy néhány technikai információ a rendszeredről (mint egy nyilvános IP cím) elküldésre kerülhet más peereknek.
3645 </target>
3646 <context-group name="null">
3647 <context context-type="linenumber">233</context>
3648 </context-group>
3649 </trans-unit>
3650 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3651 <source>More information</source>
3652 <target>További információ</target>
3653 <context-group name="null">
3654 <context context-type="linenumber">236</context>
3655 </context-group>
3656 </trans-unit>
3657 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3658 <source>Get more information</source>
3659 <target>További információ szerzése</target>
3660 <context-group name="null">
3661 <context context-type="linenumber">236</context>
3662 </context-group>
3663 </trans-unit>
3664 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
3665 <source>
3666 OK
3667 </source>
3668 <target>
3669 OK
3670 </target>
3671 <context-group name="null">
3672 <context context-type="linenumber">239</context>
3673 </context-group>
3674 </trans-unit>
3675 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
3676 <source>
3677 Other videos
3678 </source>
3679 <target>
3680 Egyéb videók
3681 </target>
3682 <context-group name="null">
3683 <context context-type="linenumber">2</context>
3684 </context-group>
3685 </trans-unit>
3686 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7">
3687 <source>
3688 Comments
3689 </source>
3690 <target>
3691 Hozzászólások
3692 </target>
3693 <context-group name="null">
3694 <context context-type="linenumber">3</context>
3695 </context-group>
3696 </trans-unit>
3697 <trans-unit id="17810e68b0ba21e62e61eecfaf0a93b2c91033b4">
3698 <source>No comments.</source>
3699 <target>Nincs hozzászólás.</target>
3700 <context-group name="null">
3701 <context context-type="linenumber">17</context>
3702 </context-group>
3703 </trans-unit>
3704 <trans-unit id="69c081796209e45e26af91152ec9bd0a65ec261e">
3705 <source>View all <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3706 <target>Mind a(z) <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> válasz megtekintése</target>
3707 <context-group name="null">
3708 <context context-type="linenumber">54</context>
3709 </context-group>
3710 </trans-unit>
3711 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3712 <source>
3713 Comments are disabled.
3714 </source>
3715 <target>
3716 A hozzászólások kikapcsolva.
3717 </target>
3718 <context-group name="null">
3719 <context context-type="linenumber">63</context>
3720 </context-group>
3721 </trans-unit>
3722 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3723 <source>Add comment...</source>
3724 <target>Hozzászólás hozzáadása...</target>
3725 <context-group name="null">
3726 <context context-type="linenumber">6</context>
3727 </context-group>
3728 </trans-unit>
3729 <trans-unit id="26fa50ba8e69b53162b348d98e25f8b76c81343e">
3730 <source>
3731 Post comment
3732 </source>
3733 <target>
3734 Hozzászólás közzététele
3735 </target>
3736 <context-group name="null">
3737 <context context-type="linenumber">20</context>
3738 </context-group>
3739 </trans-unit>
3740 <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135">
3741 <source>You are one step away from commenting</source>
3742 <target>Egy lépésre vagy a hozzászólástól</target>
3743 <context-group name="null">
3744 <context context-type="linenumber">28</context>
3745 </context-group>
3746 </trans-unit>
3747 <trans-unit id="7984a44ce86b961f4f18c9a58c638f5e8f07a225">
3748 <source>
3749 If you have an account on this instance, you can login:
3750 </source>
3751 <target>
3752 Ha van fiókod ezen a példányon, akkor bejelentkezhetsz:
3753 </target>
3754 <context-group name="null">
3755 <context context-type="linenumber">32</context>
3756 </context-group>
3757 </trans-unit>
3758 <trans-unit id="afe0ad39fee662489f1033e53aea3e16a7e89228">
3759 <source>login to comment</source>
3760 <target>jelentkezz be a hozzászóláshoz</target>
3761 <context-group name="null">
3762 <context context-type="linenumber">35</context>
3763 </context-group>
3764 </trans-unit>
3765 <trans-unit id="a5a3f17c9b4876952d78363834d57280c8684e7c">
3766 <source>
3767 Otherwise you can comment using an account on any ActivityPub-compatible instance.
3768 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3769 from within the software's interface.
3770 </source>
3771 <target>
3772 Máskülönben hozzászólhatsz bármilyen ActivityPub-kompatibilis példányon lévő fiókkal.
3773 A legtöbb platformon megtalálhatod a videót az URL-jének a keresőbe való beírásával, és hozzászólhatsz
3774 a szoftver kezelőfelületén.
3775 </target>
3776 <context-group name="null">
3777 <context context-type="linenumber">36</context>
3778 </context-group>
3779 </trans-unit>
3780 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb">
3781 <source>
3782 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
3783 </source>
3784 <target>
3785 Ha van fiókod Mastodonon vagy Pleromán, megnyithatod közvetlenül azon a felületen:
3786 </target>
3787 <context-group name="null">
3788 <context context-type="linenumber">41</context>
3789 </context-group>
3790 </trans-unit>
3791 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285">
3792 <source>Highlighted comment</source>
3793 <target>Kiemelt hozzászólás</target>
3794 <context-group name="null">
3795 <context context-type="linenumber">5</context>
3796 </context-group>
3797 </trans-unit>
3798 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6">
3799 <source>Reply</source>
3800 <target>Válasz</target>
3801 <context-group name="null">
3802 <context context-type="linenumber">14</context>
3803 </context-group>
3804 </trans-unit>
3805 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
3806 <source>Cannot get about information from server</source>
3807 <target>Rólunk információ nem kérhető le a szerverről</target>
3808 <context-group name="null">
3809 <context context-type="linenumber">1</context>
3810 </context-group>
3811 </trans-unit>
3812 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
3813 <source>Your message has been sent.</source>
3814 <target>Az üzeneted el lett küldve.</target>
3815 <context-group name="null">
3816 <context context-type="linenumber">1</context>
3817 </context-group>
3818 </trans-unit>
3819 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
3820 <source>You already sent this form recently</source>
3821 <target>Már elküldted ezt az űrlapot mostanában</target>
3822 <context-group name="null">
3823 <context context-type="linenumber">1</context>
3824 </context-group>
3825 </trans-unit>
3826 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
3827 <source>No description</source>
3828 <target>Nincs leírás</target>
3829 <context-group name="null">
3830 <context context-type="linenumber">1</context>
3831 </context-group>
3832 </trans-unit>
3833 <trans-unit id="2f03e577e8f81a9f8be0095f93e1f9376c6eedc9">
3834 <source>Published videos</source>
3835 <target>Közzétett videók</target>
3836 <context-group name="null">
3837 <context context-type="linenumber">1</context>
3838 </context-group>
3839 </trans-unit>
3840 <trans-unit id="369ef5e9c0dd1251abdbf699a5db408bca10777f">
3841 <source>Published <x id="INTERPOLATION" equiv-text="{{totalVideos}}"/> videos</source>
3842 <target><x id="INTERPOLATION" equiv-text="{{totalVideos}}"/> videó közzétéve</target>
3843 <context-group name="null">
3844 <context context-type="linenumber">1</context>
3845 </context-group>
3846 </trans-unit>
3847 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
3848 <source>240p</source>
3849 <target>240p</target>
3850 <context-group name="null">
3851 <context context-type="linenumber">1</context>
3852 </context-group>
3853 </trans-unit>
3854 <trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e">
3855 <source>360p</source>
3856 <target>360p</target>
3857 <context-group name="null">
3858 <context context-type="linenumber">1</context>
3859 </context-group>
3860 </trans-unit>
3861 <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5">
3862 <source>480p</source>
3863 <target>480p</target>
3864 <context-group name="null">
3865 <context context-type="linenumber">1</context>
3866 </context-group>
3867 </trans-unit>
3868 <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2">
3869 <source>720p</source>
3870 <target>720p</target>
3871 <context-group name="null">
3872 <context context-type="linenumber">1</context>
3873 </context-group>
3874 </trans-unit>
3875 <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9">
3876 <source>1080p</source>
3877 <target>1080p</target>
3878 <context-group name="null">
3879 <context context-type="linenumber">1</context>
3880 </context-group>
3881 </trans-unit>
3882 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111">
3883 <source>Auto (via ffmpeg)</source>
3884 <target>Auto (ffmpeg által)</target>
3885 <context-group name="null">
3886 <context context-type="linenumber">1</context>
3887 </context-group>
3888 </trans-unit>
3889 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3890 <source>Blacklist</source>
3891 <target>Feketelistázás</target>
3892 <context-group name="null">
3893 <context context-type="linenumber">1</context>
3894 </context-group>
3895 </trans-unit>
3896 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3897 <source>Report</source>
3898 <target>Jelentés</target>
3899 <context-group name="null">
3900 <context context-type="linenumber">1</context>
3901 </context-group>
3902 </trans-unit>
3903 </body>
3904 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_it_IT.xml b/client/src/locale/target/angular_it_IT.xml
index c3bcc704c..64bc6ea7b 100644
--- a/client/src/locale/target/angular_it_IT.xml
+++ b/client/src/locale/target/angular_it_IT.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Primo</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Primo</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Precedente</target> 92 <target>Precedente</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Successivo</target> 99 <target>Successivo</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Ultimo</target> 106 <target>Ultimo</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,84 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Diminuisci ore</target> 141 <target>Diminuisci ore</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Aumenta minuti</target> 148 <target>Aumenta minuti</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minuti</target> 162 <target>Minuti</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Diminuisci minuti</target> 169 <target>Diminuisci minuti</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Incrementa secondi</target> 176 <target>Incrementa secondi</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Secondi</target> 190 <target>Secondi</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Diminuisci secondi</target> 197 <target>Diminuisci secondi</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>PM</target> 204 <target>PM</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>AM</target> 211 <target>AM</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
217 <source>Cancel</source>
218 <target>Annulla</target>
219 <context-group name="null">
220 <context context-type="linenumber">10</context>
221 </context-group> 214 </context-group>
222 </trans-unit> 215 </trans-unit>
223 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -227,25 +220,387 @@
227 <context context-type="linenumber">11</context> 220 <context context-type="linenumber">11</context>
228 </context-group> 221 </context-group>
229 </trans-unit> 222 </trans-unit>
223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
224 <source>You don't have notifications.</source>
225 <target>Non ci sono notifiche.</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> ha pubblicato un <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>nuovo video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 Il tuo video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> è stato rimosso dalla blacklist
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 Il tuo video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> è stato aggiunto alla blacklist
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Una notifica di abuso<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> è stata aggiunta al video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
307 <source>
308 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ha commentato il tuo video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">47</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
326 <source>
327 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 Il tuo video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> è stato pubblicato
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">55</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
345 <source>
346 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
349 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/> L\' importazione del tuo video <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> è avvenuta con successo
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">63</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
364 <source>
365 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>C\ è stato un problema con l\' importazione del video <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/>
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">71</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
383 <source>
384 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 L\' utente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> si è registrato <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> su tua richiesta
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">79</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
402 <source>
403 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
407
408 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
409 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
410 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
411 </source>
412 <target>
413 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
414
415 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
416 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> sta seguendo
417
418 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>il tuo canale <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
419 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>il tuo profilo<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
420 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
421 </target>
422 <context-group name="null">
423 <context context-type="linenumber">87</context>
424 </context-group>
425 </trans-unit>
426 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
427 <source>
428 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
429
430 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
431 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
432 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
433 </source>
434 <target>
435 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
436
437 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
438 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ti ha menzionato in un <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">98</context>
443 </context-group>
444 </trans-unit>
445 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
446 <source>Display name</source>
447 <target>Nome visualizzato</target>
448 <context-group name="null">
449 <context context-type="linenumber">6</context>
450 </context-group>
451 </trans-unit>
452 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
453 <source>Create</source>
454 <target>Crea</target>
455 <context-group name="null">
456 <context context-type="linenumber">74</context>
457 </context-group>
458 </trans-unit>
459 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
460 <source>Download video</source>
461 <target>Scarica video</target>
462 <context-group name="null">
463 <context context-type="linenumber">3</context>
464 </context-group>
465 </trans-unit>
466 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
467 <source>Direct download</source>
468 <target>Scaricamento diretto</target>
469 <context-group name="null">
470 <context context-type="linenumber">27</context>
471 </context-group>
472 </trans-unit>
473 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
474 <source>Torrent (.torrent file)</source>
475 <target>Torrent ( file .torrent)</target>
476 <context-group name="null">
477 <context context-type="linenumber">32</context>
478 </context-group>
479 </trans-unit>
480 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
481 <source>Torrent (magnet link)</source>
482 <target>Torrent (link magnet)</target>
483 <context-group name="null">
484 <context context-type="linenumber">37</context>
485 </context-group>
486 </trans-unit>
487 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
488 <source>
489 Cancel
490 </source>
491 <target>
492 Annulla
493 </target>
494 <context-group name="null">
495 <context context-type="linenumber">47</context>
496 </context-group>
497 </trans-unit>
498 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
499 <source>Download</source>
500 <target>Scarica</target>
501 <context-group name="null">
502 <context context-type="linenumber">48</context>
503 </context-group>
504 </trans-unit>
505 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
506 <source>Report video</source>
507 <target>Segnala video</target>
508 <context-group name="null">
509 <context context-type="linenumber">3</context>
510 </context-group>
511 </trans-unit>
512 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
513 <source>
514 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
515 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
516 </source>
517 <target>
518 La segnalazione verrà inviata ai moderatori di <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
519 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> Verrà anche inoltrata all'istanza di origine <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
520 </target>
521 <context-group name="null">
522 <context context-type="linenumber">9</context>
523 </context-group>
524 </trans-unit>
525 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
526 <source>Reason...</source>
527 <target>Motivo...</target>
528 <context-group name="null">
529 <context context-type="linenumber">11</context>
530 </context-group>
531 </trans-unit>
532 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
533 <source>
534 Cancel
535 </source>
536 <target>
537 Annulla
538 </target>
539 <context-group name="null">
540 <context context-type="linenumber">38</context>
541 </context-group>
542 </trans-unit>
543 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
544 <source>Submit</source>
545 <target>Invia</target>
546 <context-group name="null">
547 <context context-type="linenumber">29</context>
548 </context-group>
549 </trans-unit>
550 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
551 <source>Blacklist video</source>
552 <target>Includi video in lista nera</target>
553 <context-group name="null">
554 <context context-type="linenumber">3</context>
555 </context-group>
556 </trans-unit>
557 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
558 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
559 <target>Elimina dalla federazione (chiedi la cancellazione alle istanze remote)</target>
560 <context-group name="null">
561 <context context-type="linenumber">21</context>
562 </context-group>
563 </trans-unit>
230 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 564 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
231 <source>Unlisted</source> 565 <source>Unlisted</source>
232 <target>Non elencato</target> 566 <target>Non elencato</target>
233 <context-group name="null"> 567 <context-group name="null">
234 <context context-type="linenumber">10</context> 568 <context context-type="linenumber">17</context>
235 </context-group> 569 </context-group>
236 </trans-unit> 570 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 571 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 572 <source>Private</source>
239 <target>Privato</target> 573 <target>Privato</target>
240 <context-group name="null"> 574 <context-group name="null">
241 <context context-type="linenumber">11</context> 575 <context context-type="linenumber">18</context>
242 </context-group> 576 </context-group>
243 </trans-unit> 577 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 578 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
245 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 579 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
246 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizzazioni</target> 580 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizzazioni</target>
247 <context-group name="null"> 581 <context-group name="null">
248 <context context-type="linenumber">16</context> 582 <context context-type="linenumber">22</context>
583 </context-group>
584 </trans-unit>
585 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
586 <source>Blacklisted</source>
587 <target>In lista nera</target>
588 <context-group name="null">
589 <context context-type="linenumber">39</context>
590 </context-group>
591 </trans-unit>
592 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
593 <source>Save</source>
594 <target>Salva</target>
595 <context-group name="null">
596 <context context-type="linenumber">117</context>
597 </context-group>
598 </trans-unit>
599 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
600 <source>No results.</source>
601 <target>Nessun risultato.</target>
602 <context-group name="null">
603 <context context-type="linenumber">20</context>
249 </context-group> 604 </context-group>
250 </trans-unit> 605 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 606 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -357,13 +712,33 @@
357 <context context-type="linenumber">49</context> 712 <context context-type="linenumber">49</context>
358 </context-group> 713 </context-group>
359 </trans-unit> 714 </trans-unit>
715 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
716 <source>
717 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
718 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
719 </source>
720 <target>
721 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Iscrizione remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
722 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interazione remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
723 </target>
724 <context-group name="null">
725 <context context-type="linenumber">10</context>
726 </context-group>
727 </trans-unit>
360 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b"> 728 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
361 <source>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.</source> 729 <source>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.</source>
362 <target>Puoi iscriverti al canale attraverso una qualunque ActivityPub istanza del fediverso. Con istanze con Mastodon o Pleroma puoi digitare la URL del canale nel campo di ricerca e iscriverti là.</target> 730 <target>Puoi iscriverti al canale attraverso una qualunque istanza del fediverso con ActivityPub. Con istanze con Mastodon o Pleroma puoi digitare la URL del canale nel campo di ricerca e iscriverti là.</target>
363 <context-group name="null"> 731 <context-group name="null">
364 <context context-type="linenumber">17</context> 732 <context context-type="linenumber">17</context>
365 </context-group> 733 </context-group>
366 </trans-unit> 734 </trans-unit>
735 <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a">
736 <source>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.</source>
737 <target>Si può interagire da qualunque istanza del fediverso con ActivityPub. Per le istanze Mastodon o Pleroma si può inserire l'URL attuale nella casella di ricerca ed interagire con essa di lì.</target>
738 <context-group name="null">
739 <context context-type="linenumber">22</context>
740 </context-group>
741 </trans-unit>
367 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b"> 742 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
368 <source>Video quota</source> 743 <source>Video quota</source>
369 <target>Quota video</target> 744 <target>Quota video</target>
@@ -379,39 +754,46 @@
379 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> giornaliera illimitata)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 754 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> giornaliera illimitata)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
380 </target> 755 </target>
381 <context-group name="null"> 756 <context-group name="null">
382 <context context-type="linenumber">14</context> 757 <context context-type="linenumber">28</context>
383 </context-group> 758 </context-group>
384 </trans-unit> 759 </trans-unit>
385 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 760 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
386 <source>Ban</source> 761 <source>Ban</source>
387 <target>Ban (espelli)</target> 762 <target>Espelli (ban)</target>
388 <context-group name="null"> 763 <context-group name="null">
389 <context context-type="linenumber">3</context> 764 <context context-type="linenumber">3</context>
390 </context-group> 765 </context-group>
391 </trans-unit> 766 </trans-unit>
392 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
393 <source>Reason...</source>
394 <target>Motivo...</target>
395 <context-group name="null">
396 <context context-type="linenumber">11</context>
397 </context-group>
398 </trans-unit>
399 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251"> 767 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
400 <source> 768 <source>
401 A banned user will no longer be able to login. 769 A banned user will no longer be able to login.
402 </source> 770 </source>
403 <target> 771 <target>
404 Un utente bannato non sara piu in grado di accedere. 772 Un utente espulso non sarà più in grado di accedere.
405 </target> 773 </target>
406 <context-group name="null"> 774 <context-group name="null">
407 <context context-type="linenumber">17</context> 775 <context context-type="linenumber">18</context>
776 </context-group>
777 </trans-unit>
778 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
779 <source>Cancel</source>
780 <target>Annulla</target>
781 <context-group name="null">
782 <context context-type="linenumber">10</context>
408 </context-group> 783 </context-group>
409 </trans-unit> 784 </trans-unit>
410 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 785 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
411 <source>Ban this user</source> 786 <source>Ban this user</source>
412 <target>Banna questo utente</target> 787 <target>Espelli questo utente</target>
413 <context-group name="null"> 788 <context-group name="null">
414 <context context-type="linenumber">25</context> 789 <context context-type="linenumber">26</context>
790 </context-group>
791 </trans-unit>
792 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
793 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
794 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
795 <context-group name="null">
796 <context context-type="linenumber">11</context>
415 </context-group> 797 </context-group>
416 </trans-unit> 798 </trans-unit>
417 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 799 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
@@ -441,7 +823,7 @@
441 </trans-unit> 823 </trans-unit>
442 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 824 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
443 <source>Username or email address</source> 825 <source>Username or email address</source>
444 <target>Username o indirizzo email</target> 826 <target>Nome utente o indirizzo email</target>
445 <context-group name="null"> 827 <context-group name="null">
446 <context context-type="linenumber">15</context> 828 <context context-type="linenumber">15</context>
447 </context-group> 829 </context-group>
@@ -484,7 +866,7 @@
484 </trans-unit> 866 </trans-unit>
485 <trans-unit id="b87e81682959464211443afc3e23c506865d2eda"> 867 <trans-unit id="b87e81682959464211443afc3e23c506865d2eda">
486 <source>I forgot my password</source> 868 <source>I forgot my password</source>
487 <target>Ho dimenticato la mia passowrd</target> 869 <target>Ho dimenticato la mia password</target>
488 <context-group name="null"> 870 <context-group name="null">
489 <context context-type="linenumber">44</context> 871 <context context-type="linenumber">44</context>
490 </context-group> 872 </context-group>
@@ -493,7 +875,7 @@
493 <source>Login</source> 875 <source>Login</source>
494 <target>Accedi</target> 876 <target>Accedi</target>
495 <context-group name="null"> 877 <context-group name="null">
496 <context context-type="linenumber">36</context> 878 <context context-type="linenumber">32</context>
497 </context-group> 879 </context-group>
498 </trans-unit> 880 </trans-unit>
499 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 881 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -503,6 +885,17 @@
503 <context context-type="linenumber">57</context> 885 <context context-type="linenumber">57</context>
504 </context-group> 886 </context-group>
505 </trans-unit> 887 </trans-unit>
888 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
889 <source>
890 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
891 </source>
892 <target>
893 Non è possibile recuperare la password perché l'amministratore di questa istanza non ha configurato il sistema email di PeerTube.
894 </target>
895 <context-group name="null">
896 <context context-type="linenumber">64</context>
897 </context-group>
898 </trans-unit>
506 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 899 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
507 <source>Email</source> 900 <source>Email</source>
508 <target>Email</target> 901 <target>Email</target>
@@ -521,7 +914,7 @@
521 <source>Send me an email to reset my password</source> 914 <source>Send me an email to reset my password</source>
522 <target>Inviami un email per resettare la password</target> 915 <target>Inviami un email per resettare la password</target>
523 <context-group name="null"> 916 <context-group name="null">
524 <context context-type="linenumber">80</context> 917 <context context-type="linenumber">81</context>
525 </context-group> 918 </context-group>
526 </trans-unit> 919 </trans-unit>
527 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 920 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -576,16 +969,23 @@
576 </trans-unit> 969 </trans-unit>
577 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3"> 970 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3">
578 <source>Example: jane_doe</source> 971 <source>Example: jane_doe</source>
579 <target>Esempio: jane_doe</target> 972 <target>Esempio: carlo_bianchi</target>
580 <context-group name="null"> 973 <context-group name="null">
581 <context context-type="linenumber">17</context> 974 <context context-type="linenumber">17</context>
582 </context-group> 975 </context-group>
583 </trans-unit> 976 </trans-unit>
977 <trans-unit id="7fe213724c4c0a4112c40c673884acb98a0a3b92">
978 <source>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</source>
979 <target>Ho più di 16 anni e sono d'accordo con le &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Condizioni&lt;/a&gt; di questa istanza</target>
980 <context-group name="null">
981 <context context-type="linenumber">55</context>
982 </context-group>
983 </trans-unit>
584 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4"> 984 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
585 <source>Signup</source> 985 <source>Signup</source>
586 <target>Registrati</target> 986 <target>Registrati</target>
587 <context-group name="null"> 987 <context-group name="null">
588 <context context-type="linenumber">78</context> 988 <context context-type="linenumber">88</context>
589 </context-group> 989 </context-group>
590 </trans-unit> 990 </trans-unit>
591 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 991 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -644,68 +1044,35 @@
644 <context context-type="linenumber">44</context> 1044 <context context-type="linenumber">44</context>
645 </context-group> 1045 </context-group>
646 </trans-unit> 1046 </trans-unit>
647 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
648 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
649 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> visualizzazioni</target>
650 <context-group name="null">
651 <context context-type="linenumber">55</context>
652 </context-group>
653 </trans-unit>
654 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 1047 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
655 <source>Change the language</source> 1048 <source>Change the language</source>
656 <target>Cambia lingua</target> 1049 <target>Cambia lingua</target>
657 <context-group name="null"> 1050 <context-group name="null">
658 <context context-type="linenumber">86</context> 1051 <context context-type="linenumber">102</context>
659 </context-group>
660 </trans-unit>
661 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
662 <source>
663 My public profile
664 </source>
665 <target>
666 Il mio profilo pubblico
667 </target>
668 <context-group name="null">
669 <context context-type="linenumber">16</context>
670 </context-group>
671 </trans-unit>
672 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
673 <source>
674 My account
675 </source>
676 <target>
677 Il mio account
678 </target>
679 <context-group name="null">
680 <context context-type="linenumber">20</context>
681 </context-group>
682 </trans-unit>
683 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
684 <source>
685 My videos
686 </source>
687 <target>
688 I miei video
689 </target>
690 <context-group name="null">
691 <context context-type="linenumber">24</context>
692 </context-group> 1052 </context-group>
693 </trans-unit> 1053 </trans-unit>
694 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1"> 1054 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
695 <source> 1055 <source>
696 Log out 1056 Help to translate PeerTube!
697 </source> 1057 </source>
698 <target> 1058 <target>
699 Esci 1059 Aiuta a tradurre PeerTube!
700 </target> 1060 </target>
701 <context-group name="null"> 1061 <context-group name="null">
702 <context context-type="linenumber">28</context> 1062 <context context-type="linenumber">8</context>
703 </context-group> 1063 </context-group>
704 </trans-unit> 1064 </trans-unit>
705 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1065 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
706 <source>Create an account</source> 1066 <source>Create an account</source>
707 <target>Crea un account</target> 1067 <target>Crea un account</target>
708 <context-group name="null"> 1068 <context-group name="null">
1069 <context context-type="linenumber">33</context>
1070 </context-group>
1071 </trans-unit>
1072 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1073 <source>My library</source>
1074 <target>La mia biblioteca</target>
1075 <context-group name="null">
709 <context context-type="linenumber">37</context> 1076 <context context-type="linenumber">37</context>
710 </context-group> 1077 </context-group>
711 </trans-unit> 1078 </trans-unit>
@@ -720,70 +1087,98 @@
720 <source>Subscriptions</source> 1087 <source>Subscriptions</source>
721 <target>Iscrizioni</target> 1088 <target>Iscrizioni</target>
722 <context-group name="null"> 1089 <context-group name="null">
723 <context context-type="linenumber">45</context> 1090 <context context-type="linenumber">51</context>
724 </context-group> 1091 </context-group>
725 </trans-unit> 1092 </trans-unit>
726 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 1093 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
727 <source>Overview</source> 1094 <source>Overview</source>
728 <target>Panoramica</target> 1095 <target>Panoramica</target>
729 <context-group name="null"> 1096 <context-group name="null">
730 <context context-type="linenumber">50</context> 1097 <context context-type="linenumber">66</context>
731 </context-group> 1098 </context-group>
732 </trans-unit> 1099 </trans-unit>
733 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1100 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
734 <source>Trending</source> 1101 <source>Trending</source>
735 <target>Popolari</target> 1102 <target>Popolari</target>
736 <context-group name="null"> 1103 <context-group name="null">
737 <context context-type="linenumber">55</context> 1104 <context context-type="linenumber">71</context>
738 </context-group> 1105 </context-group>
739 </trans-unit> 1106 </trans-unit>
740 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1107 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
741 <source>Recently added</source> 1108 <source>Recently added</source>
742 <target>Aggiunti di recente</target> 1109 <target>Aggiunti di recente</target>
743 <context-group name="null"> 1110 <context-group name="null">
744 <context context-type="linenumber">60</context> 1111 <context context-type="linenumber">76</context>
745 </context-group> 1112 </context-group>
746 </trans-unit> 1113 </trans-unit>
747 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1114 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
748 <source>Local</source> 1115 <source>Local</source>
749 <target>Locali</target> 1116 <target>Locali</target>
750 <context-group name="null"> 1117 <context-group name="null">
751 <context context-type="linenumber">65</context> 1118 <context context-type="linenumber">81</context>
752 </context-group> 1119 </context-group>
753 </trans-unit> 1120 </trans-unit>
754 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1121 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
755 <source>More</source> 1122 <source>More</source>
756 <target>Altro</target> 1123 <target>Altro</target>
757 <context-group name="null"> 1124 <context-group name="null">
758 <context context-type="linenumber">70</context> 1125 <context context-type="linenumber">86</context>
759 </context-group> 1126 </context-group>
760 </trans-unit> 1127 </trans-unit>
761 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1128 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
762 <source>Administration</source> 1129 <source>Administration</source>
763 <target>Amministrazione</target> 1130 <target>Amministrazione</target>
764 <context-group name="null"> 1131 <context-group name="null">
765 <context context-type="linenumber">74</context> 1132 <context context-type="linenumber">90</context>
766 </context-group> 1133 </context-group>
767 </trans-unit> 1134 </trans-unit>
768 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1135 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
769 <source>About</source> 1136 <source>About</source>
770 <target>Informazioni</target> 1137 <target>Informazioni</target>
771 <context-group name="null"> 1138 <context-group name="null">
772 <context context-type="linenumber">25</context> 1139 <context context-type="linenumber">26</context>
773 </context-group> 1140 </context-group>
774 </trans-unit> 1141 </trans-unit>
775 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1142 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
776 <source>Show keyboard shortcuts</source> 1143 <source>Show keyboard shortcuts</source>
777 <target>Mostra scorciatoie della tastiera</target> 1144 <target>Mostra scorciatoie della tastiera</target>
778 <context-group name="null"> 1145 <context-group name="null">
779 <context context-type="linenumber">89</context> 1146 <context context-type="linenumber">105</context>
780 </context-group> 1147 </context-group>
781 </trans-unit> 1148 </trans-unit>
782 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 1149 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
783 <source>Toggle dark interface</source> 1150 <source>Toggle dark interface</source>
784 <target>(Dis)attiva l'interfaccia sicura</target> 1151 <target>(Dis)attiva l'interfaccia sicura</target>
785 <context-group name="null"> 1152 <context-group name="null">
786 <context context-type="linenumber">92</context> 1153 <context context-type="linenumber">108</context>
1154 </context-group>
1155 </trans-unit>
1156 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1157 <source>View your notifications</source>
1158 <target>Vedi le notifiche</target>
1159 <context-group name="null">
1160 <context context-type="linenumber">3</context>
1161 </context-group>
1162 </trans-unit>
1163 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
1164 <source>Notifications</source>
1165 <target>Notifiche</target>
1166 <context-group name="null">
1167 <context context-type="linenumber">10</context>
1168 </context-group>
1169 </trans-unit>
1170 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1171 <source>Update your notification preferences</source>
1172 <target>Aggiorna le preferenze sulle notifiche</target>
1173 <context-group name="null">
1174 <context context-type="linenumber">16</context>
1175 </context-group>
1176 </trans-unit>
1177 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
1178 <source>See all your notifications</source>
1179 <target>Vedi tutte le notifiche</target>
1180 <context-group name="null">
1181 <context context-type="linenumber">30</context>
787 </context-group> 1182 </context-group>
788 </trans-unit> 1183 </trans-unit>
789 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1184 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -814,74 +1209,95 @@
814 <context context-type="linenumber">15</context> 1209 <context context-type="linenumber">15</context>
815 </context-group> 1210 </context-group>
816 </trans-unit> 1211 </trans-unit>
1212 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1213 <source>Original publication year</source>
1214 <target>Data di pubblicazione</target>
1215 <context-group name="null">
1216 <context context-type="linenumber">24</context>
1217 </context-group>
1218 </trans-unit>
1219 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1220 <source>After...</source>
1221 <target>Dopo...</target>
1222 <context-group name="null">
1223 <context context-type="linenumber">30</context>
1224 </context-group>
1225 </trans-unit>
1226 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1227 <source>Before...</source>
1228 <target>Prima...</target>
1229 <context-group name="null">
1230 <context context-type="linenumber">37</context>
1231 </context-group>
1232 </trans-unit>
817 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1233 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
818 <source>Duration</source> 1234 <source>Duration</source>
819 <target>Durata</target> 1235 <target>Durata</target>
820 <context-group name="null"> 1236 <context-group name="null">
821 <context context-type="linenumber">24</context> 1237 <context context-type="linenumber">45</context>
822 </context-group> 1238 </context-group>
823 </trans-unit> 1239 </trans-unit>
824 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1240 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
825 <source>Display sensitive content</source> 1241 <source>Display sensitive content</source>
826 <target>Mostra contenuti sensibili</target> 1242 <target>Mostra contenuti sensibili</target>
827 <context-group name="null"> 1243 <context-group name="null">
828 <context context-type="linenumber">33</context> 1244 <context context-type="linenumber">54</context>
829 </context-group> 1245 </context-group>
830 </trans-unit> 1246 </trans-unit>
831 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 1247 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
832 <source>Yes</source> 1248 <source>Yes</source>
833 <target>Sì</target> 1249 <target>Sì</target>
834 <context-group name="null"> 1250 <context-group name="null">
835 <context context-type="linenumber">37</context> 1251 <context context-type="linenumber">58</context>
836 </context-group> 1252 </context-group>
837 </trans-unit> 1253 </trans-unit>
838 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 1254 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
839 <source>No</source> 1255 <source>No</source>
840 <target>No</target> 1256 <target>No</target>
841 <context-group name="null"> 1257 <context-group name="null">
842 <context context-type="linenumber">42</context> 1258 <context context-type="linenumber">63</context>
843 </context-group> 1259 </context-group>
844 </trans-unit> 1260 </trans-unit>
845 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 1261 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
846 <source>Category</source> 1262 <source>Category</source>
847 <target>Categoria</target> 1263 <target>Categoria</target>
848 <context-group name="null"> 1264 <context-group name="null">
849 <context context-type="linenumber">164</context> 1265 <context context-type="linenumber">189</context>
850 </context-group> 1266 </context-group>
851 </trans-unit> 1267 </trans-unit>
852 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1268 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
853 <source>Licence</source> 1269 <source>Licence</source>
854 <target>Licenza</target> 1270 <target>Licenza</target>
855 <context-group name="null"> 1271 <context-group name="null">
856 <context context-type="linenumber">173</context> 1272 <context context-type="linenumber">198</context>
857 </context-group> 1273 </context-group>
858 </trans-unit> 1274 </trans-unit>
859 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1275 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
860 <source>Language</source> 1276 <source>Language</source>
861 <target>Lingua</target> 1277 <target>Lingua</target>
862 <context-group name="null"> 1278 <context-group name="null">
863 <context context-type="linenumber">182</context> 1279 <context context-type="linenumber">207</context>
864 </context-group> 1280 </context-group>
865 </trans-unit> 1281 </trans-unit>
866 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1282 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
867 <source>All of these tags</source> 1283 <source>All of these tags</source>
868 <target>Tutti questi tag</target> 1284 <target>Tutti questi tag</target>
869 <context-group name="null"> 1285 <context-group name="null">
870 <context context-type="linenumber">82</context> 1286 <context context-type="linenumber">103</context>
871 </context-group> 1287 </context-group>
872 </trans-unit> 1288 </trans-unit>
873 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 1289 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
874 <source>One of these tags</source> 1290 <source>One of these tags</source>
875 <target>Uno di questi tag</target> 1291 <target>Uno di questi tag</target>
876 <context-group name="null"> 1292 <context-group name="null">
877 <context context-type="linenumber">87</context> 1293 <context context-type="linenumber">108</context>
878 </context-group> 1294 </context-group>
879 </trans-unit> 1295 </trans-unit>
880 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 1296 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
881 <source>Filter</source> 1297 <source>Filter</source>
882 <target>Filtra</target> 1298 <target>Filtra</target>
883 <context-group name="null"> 1299 <context-group name="null">
884 <context context-type="linenumber">94</context> 1300 <context context-type="linenumber">115</context>
885 </context-group> 1301 </context-group>
886 </trans-unit> 1302 </trans-unit>
887 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1303 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
@@ -891,13 +1307,6 @@
891 <context context-type="linenumber">14</context> 1307 <context context-type="linenumber">14</context>
892 </context-group> 1308 </context-group>
893 </trans-unit> 1309 </trans-unit>
894 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
895 <source>No results.</source>
896 <target>Nessun risultato.</target>
897 <context-group name="null">
898 <context context-type="linenumber">20</context>
899 </context-group>
900 </trans-unit>
901 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6"> 1310 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
902 <source> 1311 <source>
903 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1312 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
@@ -953,22 +1362,46 @@
953 <context context-type="linenumber">7</context> 1362 <context context-type="linenumber">7</context>
954 </context-group> 1363 </context-group>
955 </trans-unit> 1364 </trans-unit>
956 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb"> 1365 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
957 <source> 1366 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
958 Cancel 1367 <target>Contatta l'amministratore di <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
959 </source>
960 <target>
961 Annulla
962 </target>
963 <context-group name="null"> 1368 <context-group name="null">
964 <context context-type="linenumber">26</context> 1369 <context context-type="linenumber">3</context>
965 </context-group> 1370 </context-group>
966 </trans-unit> 1371 </trans-unit>
967 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd"> 1372 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
968 <source>Submit</source> 1373 <source>Your name</source>
969 <target>Invia</target> 1374 <target>Nome</target>
970 <context-group name="null"> 1375 <context-group name="null">
971 <context context-type="linenumber">31</context> 1376 <context context-type="linenumber">11</context>
1377 </context-group>
1378 </trans-unit>
1379 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
1380 <source>Your email</source>
1381 <target>Email</target>
1382 <context-group name="null">
1383 <context context-type="linenumber">20</context>
1384 </context-group>
1385 </trans-unit>
1386 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
1387 <source>Your message</source>
1388 <target>Messaggio</target>
1389 <context-group name="null">
1390 <context context-type="linenumber">29</context>
1391 </context-group>
1392 </trans-unit>
1393 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1394 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1395 <target>A proposito di <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
1396 <context-group name="null">
1397 <context context-type="linenumber">4</context>
1398 </context-group>
1399 </trans-unit>
1400 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1401 <source>Contact administrator</source>
1402 <target>Contattare l'amministratore</target>
1403 <context-group name="null">
1404 <context context-type="linenumber">6</context>
972 </context-group> 1405 </context-group>
973 </trans-unit> 1406 </trans-unit>
974 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 1407 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
@@ -985,19 +1418,12 @@
985 <context context-type="linenumber">39</context> 1418 <context context-type="linenumber">39</context>
986 </context-group> 1419 </context-group>
987 </trans-unit> 1420 </trans-unit>
988 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
989 <source>User registration is allowed and</source>
990 <target>È permessa la registrazione di nuovi utenti e</target>
991 <context-group name="null">
992 <context context-type="linenumber">29</context>
993 </context-group>
994 </trans-unit>
995 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1421 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
996 <source> 1422 <source>
997 About PeerTube 1423 About PeerTube
998</source> 1424</source>
999 <target> 1425 <target>
1000 Riguardo PeerTube 1426 A proposito di PeerTube
1001</target> 1427</target>
1002 <context-group name="null"> 1428 <context-group name="null">
1003 <context context-type="linenumber">1</context> 1429 <context context-type="linenumber">1</context>
@@ -1026,7 +1452,7 @@
1026 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1452 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1027 </source> 1453 </source>
1028 <target> 1454 <target>
1029 Per ulteriori informazioni, visita <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1455 Per ulteriori informazioni, visitare <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1030 </target> 1456 </target>
1031 <context-group name="null"> 1457 <context-group name="null">
1032 <context context-type="linenumber">12</context> 1458 <context context-type="linenumber">12</context>
@@ -1152,7 +1578,7 @@
1152 There are much more effective ways to get that kind of information. 1578 There are much more effective ways to get that kind of information.
1153 </source> 1579 </source>
1154 <target> 1580 <target>
1155 La peggiore delle ipotesi, in cui una persona qualunque spia un amico, è molto improbabile. 1581 La peggiore delle ipotesi, di una persona qualunque che spia un amico, è molto improbabile.
1156 Ci sono modi molto più efficaci di ottenere questo genere di informazioni. 1582 Ci sono modi molto più efficaci di ottenere questo genere di informazioni.
1157 </target> 1583 </target>
1158 <context-group name="null"> 1584 <context-group name="null">
@@ -1174,7 +1600,7 @@
1174 </source> 1600 </source>
1175 <target> 1601 <target>
1176 I pericoli per la privacy su YouTube sono diversi da quelli su PeerTube. 1602 I pericoli per la privacy su YouTube sono diversi da quelli su PeerTube.
1177 YouTube raccoglie un'enorme quantità delle tue informazioni personali (non solo il tuo indirizzo IP) per analizzarle e tracciarti. 1603 YouTube raccoglie un'enorme quantità di informazioni personali (non solo il tuo indirizzo IP) per analizzarle e tracciare.
1178 Inoltre YouTube è di proprietà di Google/Alphabet, un'azienda che ti traccia (tramite AdSense o Google Analytics) su una moltitudine di siti. 1604 Inoltre YouTube è di proprietà di Google/Alphabet, un'azienda che ti traccia (tramite AdSense o Google Analytics) su una moltitudine di siti.
1179 </target> 1605 </target>
1180 <context-group name="null"> 1606 <context-group name="null">
@@ -1210,6 +1636,19 @@
1210 <context context-type="linenumber">83</context> 1636 <context context-type="linenumber">83</context>
1211 </context-group> 1637 </context-group>
1212 </trans-unit> 1638 </trans-unit>
1639 <trans-unit id="b1372cb61ca791a0f7f95bf31c86c97df142adc4">
1640 <source>
1641 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
1642 In the meantime, we want to test different ideas related to this issue:
1643 </source>
1644 <target>
1645 PeerTube è all'inizio del suo sviluppo, e vuole fornire le migliori protezioni per il momento in cui verrà rilasciato in versione stabile.
1646 Nel frattempo, si sperimentano diverse idee collegate a questo argomento:
1647 </target>
1648 <context-group name="null">
1649 <context context-type="linenumber">85</context>
1650 </context-group>
1651 </trans-unit>
1213 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19"> 1652 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19">
1214 <source>Set a limit to the number of peers sent by the tracker</source> 1653 <source>Set a limit to the number of peers sent by the tracker</source>
1215 <target>Imporre un limite al numero di nodi inviati dal tracker</target> 1654 <target>Imporre un limite al numero di nodi inviati dal tracker</target>
@@ -1219,14 +1658,14 @@
1219 </trans-unit> 1658 </trans-unit>
1220 <trans-unit id="a6d732b614143f862e69798046dc0868716547e5"> 1659 <trans-unit id="a6d732b614143f862e69798046dc0868716547e5">
1221 <source>Set a limit on the request frequency received by the tracker (being tested)</source> 1660 <source>Set a limit on the request frequency received by the tracker (being tested)</source>
1222 <target>Imporre un limite sulla frequenza delle richieste ricevute dal tracker (in testing)</target> 1661 <target>Imporre un limite sulla frequenza delle richieste ricevute dal tracker (prova in corso)</target>
1223 <context-group name="null"> 1662 <context-group name="null">
1224 <context context-type="linenumber">92</context> 1663 <context context-type="linenumber">92</context>
1225 </context-group> 1664 </context-group>
1226 </trans-unit> 1665 </trans-unit>
1227 <trans-unit id="ba77e356eaa5c06caaf5c8734c361d1a5415fe1c"> 1666 <trans-unit id="ba77e356eaa5c06caaf5c8734c361d1a5415fe1c">
1228 <source>Ring a bell if there are unusual requests (being tested)</source> 1667 <source>Ring a bell if there are unusual requests (being tested)</source>
1229 <target>Avvisare se si verificano richieste inusuali (in testing)</target> 1668 <target>Avvisare se si verificano richieste inusuali (prova in corso)</target>
1230 <context-group name="null"> 1669 <context-group name="null">
1231 <context context-type="linenumber">93</context> 1670 <context context-type="linenumber">93</context>
1232 </context-group> 1671 </context-group>
@@ -1247,7 +1686,7 @@
1247 </trans-unit> 1686 </trans-unit>
1248 <trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605"> 1687 <trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605">
1249 <source>Banned</source> 1688 <source>Banned</source>
1250 <target>Bannato</target> 1689 <target>Espulso</target>
1251 <context-group name="null"> 1690 <context-group name="null">
1252 <context context-type="linenumber">12</context> 1691 <context context-type="linenumber">12</context>
1253 </context-group> 1692 </context-group>
@@ -1340,42 +1779,42 @@
1340 <source>Default client route</source> 1779 <source>Default client route</source>
1341 <target>Percorso predefinito del client</target> 1780 <target>Percorso predefinito del client</target>
1342 <context-group name="null"> 1781 <context-group name="null">
1343 <context context-type="linenumber">48</context> 1782 <context context-type="linenumber">57</context>
1344 </context-group> 1783 </context-group>
1345 </trans-unit> 1784 </trans-unit>
1346 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1785 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1347 <source>Videos Overview</source> 1786 <source>Videos Overview</source>
1348 <target>Panoramica dei video</target> 1787 <target>Panoramica dei video</target>
1349 <context-group name="null"> 1788 <context-group name="null">
1350 <context context-type="linenumber">51</context> 1789 <context context-type="linenumber">60</context>
1351 </context-group> 1790 </context-group>
1352 </trans-unit> 1791 </trans-unit>
1353 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1792 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1354 <source>Videos Trending</source> 1793 <source>Videos Trending</source>
1355 <target>Video popolari</target> 1794 <target>Video popolari</target>
1356 <context-group name="null"> 1795 <context-group name="null">
1357 <context context-type="linenumber">52</context> 1796 <context context-type="linenumber">61</context>
1358 </context-group> 1797 </context-group>
1359 </trans-unit> 1798 </trans-unit>
1360 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1799 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1361 <source>Videos Recently Added</source> 1800 <source>Videos Recently Added</source>
1362 <target>Video aggiunti di recente</target> 1801 <target>Video aggiunti di recente</target>
1363 <context-group name="null"> 1802 <context-group name="null">
1364 <context context-type="linenumber">53</context> 1803 <context context-type="linenumber">62</context>
1365 </context-group> 1804 </context-group>
1366 </trans-unit> 1805 </trans-unit>
1367 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1806 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1368 <source>Local videos</source> 1807 <source>Local videos</source>
1369 <target>Video locali</target> 1808 <target>Video locali</target>
1370 <context-group name="null"> 1809 <context-group name="null">
1371 <context context-type="linenumber">54</context> 1810 <context context-type="linenumber">63</context>
1372 </context-group> 1811 </context-group>
1373 </trans-unit> 1812 </trans-unit>
1374 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1813 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1375 <source>Policy on videos containing sensitive content</source> 1814 <source>Policy on videos containing sensitive content</source>
1376 <target>Policy su video che contengono contenuti sensibili</target> 1815 <target>Policy su video che contengono contenuti sensibili</target>
1377 <context-group name="null"> 1816 <context-group name="null">
1378 <context context-type="linenumber">61</context> 1817 <context context-type="linenumber">70</context>
1379 </context-group> 1818 </context-group>
1380 </trans-unit> 1819 </trans-unit>
1381 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1820 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1410,42 +1849,42 @@
1410 <source>Signup enabled</source> 1849 <source>Signup enabled</source>
1411 <target>Registrazione abilitata</target> 1850 <target>Registrazione abilitata</target>
1412 <context-group name="null"> 1851 <context-group name="null">
1413 <context context-type="linenumber">84</context> 1852 <context context-type="linenumber">94</context>
1414 </context-group> 1853 </context-group>
1415 </trans-unit> 1854 </trans-unit>
1416 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1855 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1417 <source>Signup requires email verification</source> 1856 <source>Signup requires email verification</source>
1418 <target>La registrazione richiede una verifica via email</target> 1857 <target>La registrazione richiede una verifica via email</target>
1419 <context-group name="null"> 1858 <context-group name="null">
1420 <context context-type="linenumber">91</context> 1859 <context context-type="linenumber">101</context>
1421 </context-group> 1860 </context-group>
1422 </trans-unit> 1861 </trans-unit>
1423 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1862 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1424 <source>Signup limit</source> 1863 <source>Signup limit</source>
1425 <target>Limite registrazioni</target> 1864 <target>Limite registrazioni</target>
1426 <context-group name="null"> 1865 <context-group name="null">
1427 <context context-type="linenumber">96</context> 1866 <context context-type="linenumber">106</context>
1428 </context-group> 1867 </context-group>
1429 </trans-unit> 1868 </trans-unit>
1430 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1869 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1431 <source>Users</source> 1870 <source>Users</source>
1432 <target>Utenti</target> 1871 <target>Utenti</target>
1433 <context-group name="null"> 1872 <context-group name="null">
1434 <context context-type="linenumber">105</context> 1873 <context context-type="linenumber">116</context>
1435 </context-group> 1874 </context-group>
1436 </trans-unit> 1875 </trans-unit>
1437 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1876 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1438 <source>User default video quota</source> 1877 <source>User default video quota</source>
1439 <target>Quota standard per i video dell'utente</target> 1878 <target>Quota standard per i video dell'utente</target>
1440 <context-group name="null"> 1879 <context-group name="null">
1441 <context context-type="linenumber">109</context> 1880 <context context-type="linenumber">120</context>
1442 </context-group> 1881 </context-group>
1443 </trans-unit> 1882 </trans-unit>
1444 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1883 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1445 <source>User default daily upload limit</source> 1884 <source>User default daily upload limit</source>
1446 <target>Limite giornaliero per il caricamento</target> 1885 <target>Limite giornaliero per il caricamento</target>
1447 <context-group name="null"> 1886 <context-group name="null">
1448 <context context-type="linenumber">121</context> 1887 <context context-type="linenumber">132</context>
1449 </context-group> 1888 </context-group>
1450 </trans-unit> 1889 </trans-unit>
1451 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1890 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1459,28 +1898,35 @@
1459 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1898 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1460 <target>Importazione video con indirizzo HTTP (es. YouTube) abilitata</target> 1899 <target>Importazione video con indirizzo HTTP (es. YouTube) abilitata</target>
1461 <context-group name="null"> 1900 <context-group name="null">
1462 <context context-type="linenumber">141</context> 1901 <context context-type="linenumber">153</context>
1463 </context-group> 1902 </context-group>
1464 </trans-unit> 1903 </trans-unit>
1465 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1904 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1466 <source>Video import with a torrent file or a magnet URI enabled</source> 1905 <source>Video import with a torrent file or a magnet URI enabled</source>
1467 <target>Carica video con un file torrent o un URI magnete attivo</target> 1906 <target>Carica video con un file torrent o un URI magnetico attivo</target>
1468 <context-group name="null"> 1907 <context-group name="null">
1469 <context context-type="linenumber">148</context> 1908 <context context-type="linenumber">160</context>
1470 </context-group> 1909 </context-group>
1471 </trans-unit> 1910 </trans-unit>
1472 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1911 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1473 <source>Administrator</source> 1912 <source>Administrator</source>
1474 <target>Amministratore</target> 1913 <target>Amministratore</target>
1475 <context-group name="null"> 1914 <context-group name="null">
1476 <context context-type="linenumber">155</context> 1915 <context context-type="linenumber">208</context>
1477 </context-group> 1916 </context-group>
1478 </trans-unit> 1917 </trans-unit>
1479 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1918 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1480 <source>Admin email</source> 1919 <source>Admin email</source>
1481 <target>Email Amministratore</target> 1920 <target>Email Amministratore</target>
1482 <context-group name="null"> 1921 <context-group name="null">
1483 <context context-type="linenumber">158</context> 1922 <context context-type="linenumber">211</context>
1923 </context-group>
1924 </trans-unit>
1925 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1926 <source>Enable contact form</source>
1927 <target>Abilita modulo di contatto</target>
1928 <context-group name="null">
1929 <context context-type="linenumber">222</context>
1484 </context-group> 1930 </context-group>
1485 </trans-unit> 1931 </trans-unit>
1486 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1932 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1494,70 +1940,95 @@
1494 <source>Twitter</source> 1940 <source>Twitter</source>
1495 <target>Twitter</target> 1941 <target>Twitter</target>
1496 <context-group name="null"> 1942 <context-group name="null">
1497 <context context-type="linenumber">178</context> 1943 <context context-type="linenumber">231</context>
1498 </context-group> 1944 </context-group>
1499 </trans-unit> 1945 </trans-unit>
1500 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1946 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1501 <source>Your Twitter username</source> 1947 <source>Your Twitter username</source>
1502 <target>Il tuo username Twitter</target> 1948 <target>Il tuo username Twitter</target>
1503 <context-group name="null"> 1949 <context-group name="null">
1504 <context context-type="linenumber">184</context> 1950 <context context-type="linenumber">237</context>
1505 </context-group> 1951 </context-group>
1506 </trans-unit> 1952 </trans-unit>
1507 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1953 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1508 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1954 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1509 <target>Indica l'account Twitter per il sito web o la piattaforma in cui il contenuto e' stato pubblicato.</target> 1955 <target>Indica l'account Twitter per il sito web o la piattaforma in cui il contenuto è stato pubblicato.</target>
1510 <context-group name="null"> 1956 <context-group name="null">
1511 <context context-type="linenumber">187</context> 1957 <context context-type="linenumber">240</context>
1512 </context-group> 1958 </context-group>
1513 </trans-unit> 1959 </trans-unit>
1514 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1960 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1515 <source>Instance whitelisted by Twitter</source> 1961 <source>Instance whitelisted by Twitter</source>
1516 <target>Istanza inserita in white list da Twitter</target> 1962 <target>Istanza inserita in white list da Twitter</target>
1517 <context-group name="null"> 1963 <context-group name="null">
1518 <context context-type="linenumber">199</context> 1964 <context context-type="linenumber">252</context>
1965 </context-group>
1966 </trans-unit>
1967 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
1968 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
1969 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
1970 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
1971 <target>Se l'istanza è stata messa in lista bianca da Twitter, nel feed Twitter verrà inserito un video player sulla condivisione video PeerTube.&lt;br /&gt;
1972 Se l'istanza non è in lista bianca, verrà inserita un'immagine con link che porta all'istanza PeerTube.&lt;br /&gt;&lt;br /&gt;
1973 Segnare questa casella, salvare la configurazione e provare con una URL video dell'istanza (https://example.com/videos/watch/blabla) su &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; per vedere se l'istanza è un lista bianca.</target>
1974 <context-group name="null">
1975 <context context-type="linenumber">253</context>
1519 </context-group> 1976 </context-group>
1520 </trans-unit> 1977 </trans-unit>
1521 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1978 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1522 <source>Services</source> 1979 <source>Services</source>
1523 <target>Servizi</target> 1980 <target>Servizi</target>
1524 <context-group name="null"> 1981 <context-group name="null">
1525 <context context-type="linenumber">176</context> 1982 <context context-type="linenumber">229</context>
1526 </context-group> 1983 </context-group>
1527 </trans-unit> 1984 </trans-unit>
1528 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1985 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1529 <source>Transcoding</source> 1986 <source>Transcoding</source>
1530 <target>Trascrizione</target> 1987 <target>Trascodifica</target>
1531 <context-group name="null"> 1988 <context-group name="null">
1532 <context context-type="linenumber">215</context> 1989 <context context-type="linenumber">268</context>
1533 </context-group> 1990 </context-group>
1534 </trans-unit> 1991 </trans-unit>
1535 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1992 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1536 <source>Transcoding enabled</source> 1993 <source>Transcoding enabled</source>
1537 <target>Trascrizione attivata</target> 1994 <target>Trascodifca attivata</target>
1538 <context-group name="null"> 1995 <context-group name="null">
1539 <context context-type="linenumber">221</context> 1996 <context context-type="linenumber">274</context>
1540 </context-group> 1997 </context-group>
1541 </trans-unit> 1998 </trans-unit>
1542 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1999 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1543 <source>If you disable transcoding, many videos from your users will not work!</source> 2000 <source>If you disable transcoding, many videos from your users will not work!</source>
1544 <target>Se disatitvi la trascrizione, molti video dai tuoi utenti non funzioneranno.</target> 2001 <target>Se si disattiva la trascodifica, molti video degli utenti non funzioneranno.</target>
1545 <context-group name="null"> 2002 <context-group name="null">
1546 <context context-type="linenumber">222</context> 2003 <context context-type="linenumber">275</context>
2004 </context-group>
2005 </trans-unit>
2006 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
2007 <source>Allow additional extensions</source>
2008 <target>Permettere estensioni aggiuntive</target>
2009 <context-group name="null">
2010 <context context-type="linenumber">284</context>
2011 </context-group>
2012 </trans-unit>
2013 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
2014 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
2015 <target>Permettere agli utenti di caricare video MKV, MOV, AVI e FLV.</target>
2016 <context-group name="null">
2017 <context context-type="linenumber">285</context>
1547 </context-group> 2018 </context-group>
1548 </trans-unit> 2019 </trans-unit>
1549 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 2020 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1550 <source>Transcoding threads</source> 2021 <source>Transcoding threads</source>
1551 <target>Trascrizione thread</target> 2022 <target>Numero thread di trascodifica</target>
1552 <context-group name="null"> 2023 <context-group name="null">
1553 <context context-type="linenumber">237</context> 2024 <context context-type="linenumber">290</context>
1554 </context-group> 2025 </context-group>
1555 </trans-unit> 2026 </trans-unit>
1556 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 2027 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1557 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 2028 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1558 <target>Risoluzione <x id="INTERPOLATION" equiv-text="{{resolution}}"/> abilitata</target> 2029 <target>Risoluzione <x id="INTERPOLATION" equiv-text="{{resolution}}"/> abilitata</target>
1559 <context-group name="null"> 2030 <context-group name="null">
1560 <context context-type="linenumber">252</context> 2031 <context context-type="linenumber">305</context>
1561 </context-group> 2032 </context-group>
1562 </trans-unit> 2033 </trans-unit>
1563 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 2034 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1572,70 +2043,70 @@
1572 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 2043 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1573 </target> 2044 </target>
1574 <context-group name="null"> 2045 <context-group name="null">
1575 <context context-type="linenumber">260</context> 2046 <context context-type="linenumber">313</context>
1576 </context-group> 2047 </context-group>
1577 </trans-unit> 2048 </trans-unit>
1578 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 2049 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1579 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 2050 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1580 <target>Alcuni file non sono federati (anteprime, sottotitoli). Li recuperiamo direttamente dall'istanza di origine e li mettiamo in cache.</target> 2051 <target>Alcuni file non sono federati (anteprime, sottotitoli). Li recuperiamo direttamente dall'istanza di origine e li mettiamo in cache.</target>
1581 <context-group name="null"> 2052 <context-group name="null">
1582 <context context-type="linenumber">265</context> 2053 <context context-type="linenumber">318</context>
1583 </context-group> 2054 </context-group>
1584 </trans-unit> 2055 </trans-unit>
1585 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 2056 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1586 <source>Previews cache size</source> 2057 <source>Previews cache size</source>
1587 <target>Dimensione del cache per la previsualizzazione</target> 2058 <target>Dimensione del cache per l'anteprima</target>
1588 <context-group name="null"> 2059 <context-group name="null">
1589 <context context-type="linenumber">271</context> 2060 <context context-type="linenumber">324</context>
1590 </context-group> 2061 </context-group>
1591 </trans-unit> 2062 </trans-unit>
1592 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 2063 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1593 <source>Video captions cache size</source> 2064 <source>Video captions cache size</source>
1594 <target>Dimensione </target> 2065 <target>Dimensione cache sottotitoli</target>
1595 <context-group name="null"> 2066 <context-group name="null">
1596 <context context-type="linenumber">280</context> 2067 <context context-type="linenumber">333</context>
1597 </context-group> 2068 </context-group>
1598 </trans-unit> 2069 </trans-unit>
1599 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 2070 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1600 <source>Customizations</source> 2071 <source>Customizations</source>
1601 <target>Personalizzazioni</target> 2072 <target>Personalizzazioni</target>
1602 <context-group name="null"> 2073 <context-group name="null">
1603 <context context-type="linenumber">289</context> 2074 <context context-type="linenumber">342</context>
1604 </context-group> 2075 </context-group>
1605 </trans-unit> 2076 </trans-unit>
1606 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 2077 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1607 <source>JavaScript</source> 2078 <source>JavaScript</source>
1608 <target>JavaScript</target> 2079 <target>JavaScript</target>
1609 <context-group name="null"> 2080 <context-group name="null">
1610 <context context-type="linenumber">294</context> 2081 <context context-type="linenumber">347</context>
1611 </context-group> 2082 </context-group>
1612 </trans-unit> 2083 </trans-unit>
1613 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 2084 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1614 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 2085 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1615 <target>Scrivi direttamente codice JavaScript .&lt;br /&gt;Esempio: &lt;pre&gt;console.log('La mia istanza spacca!');&lt;/pre&gt;</target> 2086 <target>Scrivi direttamente codice JavaScript .&lt;br /&gt;Esempio: &lt;pre&gt;console.log('La mia istanza spacca!');&lt;/pre&gt;</target>
1616 <context-group name="null"> 2087 <context-group name="null">
1617 <context context-type="linenumber">297</context> 2088 <context context-type="linenumber">350</context>
1618 </context-group> 2089 </context-group>
1619 </trans-unit> 2090 </trans-unit>
1620 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 2091 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1621 <source>Advanced configuration</source> 2092 <source>Advanced configuration</source>
1622 <target>Configurazione avanzata</target> 2093 <target>Configurazione avanzata</target>
1623 <context-group name="null"> 2094 <context-group name="null">
1624 <context context-type="linenumber">212</context> 2095 <context context-type="linenumber">265</context>
1625 </context-group> 2096 </context-group>
1626 </trans-unit> 2097 </trans-unit>
1627 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 2098 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1628 <source>Update configuration</source> 2099 <source>Update configuration</source>
1629 <target>Aggiorna configurazione</target> 2100 <target>Aggiorna configurazione</target>
1630 <context-group name="null"> 2101 <context-group name="null">
1631 <context context-type="linenumber">340</context> 2102 <context context-type="linenumber">393</context>
1632 </context-group> 2103 </context-group>
1633 </trans-unit> 2104 </trans-unit>
1634 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 2105 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1635 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2106 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1636 <target>Sembra che la configurazione sia valida. Per favore cerca potenziali errori nelle altre tab</target> 2107 <target>Sembra che la configurazione sia valida. Per favore cerca potenziali errori nelle altre tab</target>
1637 <context-group name="null"> 2108 <context-group name="null">
1638 <context context-type="linenumber">341</context> 2109 <context context-type="linenumber">394</context>
1639 </context-group> 2110 </context-group>
1640 </trans-unit> 2111 </trans-unit>
1641 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2112 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1671,17 +2142,6 @@
1671 <context context-type="linenumber">11</context> 2142 <context context-type="linenumber">11</context>
1672 </context-group> 2143 </context-group>
1673 </trans-unit> 2144 </trans-unit>
1674 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368">
1675 <source>
1676 Jobs
1677 </source>
1678 <target>
1679 Operazioni in corso
1680 </target>
1681 <context-group name="null">
1682 <context context-type="linenumber">15</context>
1683 </context-group>
1684 </trans-unit>
1685 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 2145 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1686 <source> 2146 <source>
1687 Configuration 2147 Configuration
@@ -1690,7 +2150,7 @@
1690 Configurazione 2150 Configurazione
1691 </target> 2151 </target>
1692 <context-group name="null"> 2152 <context-group name="null">
1693 <context context-type="linenumber">19</context> 2153 <context context-type="linenumber">15</context>
1694 </context-group> 2154 </context-group>
1695 </trans-unit> 2155 </trans-unit>
1696 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 2156 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
@@ -1711,6 +2171,13 @@
1711 <context context-type="linenumber">17</context> 2171 <context context-type="linenumber">17</context>
1712 </context-group> 2172 </context-group>
1713 </trans-unit> 2173 </trans-unit>
2174 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
2175 <source>Add following</source>
2176 <target>Aggiungi 'sta seguendo'</target>
2177 <context-group name="null">
2178 <context context-type="linenumber">21</context>
2179 </context-group>
2180 </trans-unit>
1714 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 2181 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
1715 <source>Filter...</source> 2182 <source>Filter...</source>
1716 <target>Filtra...</target> 2183 <target>Filtra...</target>
@@ -1725,20 +2192,6 @@
1725 <context context-type="linenumber">18</context> 2192 <context context-type="linenumber">18</context>
1726 </context-group> 2193 </context-group>
1727 </trans-unit> 2194 </trans-unit>
1728 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1729 <source>Score</source>
1730 <target>Punteggio</target>
1731 <context-group name="null">
1732 <context context-type="linenumber">17</context>
1733 </context-group>
1734 </trans-unit>
1735 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1736 <source>Host</source>
1737 <target>Host</target>
1738 <context-group name="null">
1739 <context context-type="linenumber">19</context>
1740 </context-group>
1741 </trans-unit>
1742 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2195 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
1743 <source>State</source> 2196 <source>State</source>
1744 <target>Stato</target> 2197 <target>Stato</target>
@@ -1746,6 +2199,13 @@
1746 <context context-type="linenumber">10</context> 2199 <context context-type="linenumber">10</context>
1747 </context-group> 2200 </context-group>
1748 </trans-unit> 2201 </trans-unit>
2202 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
2203 <source>Score</source>
2204 <target>Punteggio</target>
2205 <context-group name="null">
2206 <context context-type="linenumber">19</context>
2207 </context-group>
2208 </trans-unit>
1749 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2209 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1750 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2210 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1751 <target>Creato <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2211 <target>Creato <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -1767,6 +2227,20 @@
1767 <context context-type="linenumber">33</context> 2227 <context context-type="linenumber">33</context>
1768 </context-group> 2228 </context-group>
1769 </trans-unit> 2229 </trans-unit>
2230 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2231 <source>Refuse</source>
2232 <target>Rifiuta</target>
2233 <context-group name="null">
2234 <context context-type="linenumber">42</context>
2235 </context-group>
2236 </trans-unit>
2237 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
2238 <source>Host</source>
2239 <target>Host</target>
2240 <context-group name="null">
2241 <context context-type="linenumber">19</context>
2242 </context-group>
2243 </trans-unit>
1770 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8"> 2244 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
1771 <source>Redundancy allowed</source> 2245 <source>Redundancy allowed</source>
1772 <target>Ridondanza permessa</target> 2246 <target>Ridondanza permessa</target>
@@ -1802,32 +2276,6 @@
1802 <context context-type="linenumber">9</context> 2276 <context context-type="linenumber">9</context>
1803 </context-group> 2277 </context-group>
1804 </trans-unit> 2278 </trans-unit>
1805 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1806 <source>Jobs list</source>
1807 <target>Lista operazioni in corso</target>
1808 <context-group name="null">
1809 <context context-type="linenumber">2</context>
1810 </context-group>
1811 </trans-unit>
1812 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1813 <source>Type</source>
1814 <target>Tipo</target>
1815 <context-group name="null">
1816 <context context-type="linenumber">19</context>
1817 </context-group>
1818 </trans-unit>
1819 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
1820 <source>Processed on</source>
1821 <target>Processato su</target>
1822 <context-group name="null">
1823 <context context-type="linenumber">22</context>
1824 </context-group>
1825 </trans-unit>
1826 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
1827 <source>Finished on</source><target>Finished on</target><context-group name="null">
1828 <context context-type="linenumber">23</context>
1829 </context-group>
1830 </trans-unit>
1831 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 2279 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1832 <source>Create user</source> 2280 <source>Create user</source>
1833 <target>Crea utente</target> 2281 <target>Crea utente</target>
@@ -1869,7 +2317,7 @@
1869 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2317 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
1870 </source> 2318 </source>
1871 <target> 2319 <target>
1872 Il Transcoding e abilitato sul server. La quota video considera solo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>originale<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2320 La trascodifica è abilitata sul server. La quota video considera solo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/> il video<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> originale. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
1873 In totale, questo utente potrebbe usare ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2321 In totale, questo utente potrebbe usare ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
1874 </target> 2322 </target>
1875 <context-group name="null"> 2323 <context-group name="null">
@@ -1883,6 +2331,48 @@
1883 <context context-type="linenumber">72</context> 2331 <context context-type="linenumber">72</context>
1884 </context-group> 2332 </context-group>
1885 </trans-unit> 2333 </trans-unit>
2334 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2335 <source>Danger Zone</source>
2336 <target>Zona di pericolo</target>
2337 <context-group name="null">
2338 <context context-type="linenumber">93</context>
2339 </context-group>
2340 </trans-unit>
2341 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2342 <source>Send a link to reset the password by email to the user</source>
2343 <target>Invia un link per effettuare il reset della password via email all' utente</target>
2344 <context-group name="null">
2345 <context context-type="linenumber">96</context>
2346 </context-group>
2347 </trans-unit>
2348 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2349 <source>Ask for new password</source>
2350 <target>Richiedi una nuova password</target>
2351 <context-group name="null">
2352 <context context-type="linenumber">97</context>
2353 </context-group>
2354 </trans-unit>
2355 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2356 <source>Manually set the user password</source>
2357 <target>Imposta manualmente la password dell' utente</target>
2358 <context-group name="null">
2359 <context context-type="linenumber">101</context>
2360 </context-group>
2361 </trans-unit>
2362 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2363 <source>Show</source>
2364 <target>Mostra</target>
2365 <context-group name="null">
2366 <context context-type="linenumber">10</context>
2367 </context-group>
2368 </trans-unit>
2369 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2370 <source>Hide</source>
2371 <target>Nascondi</target>
2372 <context-group name="null">
2373 <context context-type="linenumber">11</context>
2374 </context-group>
2375 </trans-unit>
1886 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2376 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
1887 <source>Users list</source> 2377 <source>Users list</source>
1888 <target>Lista utenti</target> 2378 <target>Lista utenti</target>
@@ -1891,18 +2381,22 @@
1891 </context-group> 2381 </context-group>
1892 </trans-unit> 2382 </trans-unit>
1893 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4"> 2383 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4">
1894 <source>Batch actions</source><target>Batch actions</target><context-group name="null"> 2384 <source>Batch actions</source>
2385 <target>Gruppo di azioni</target>
2386 <context-group name="null">
1895 <context context-type="linenumber">19</context> 2387 <context context-type="linenumber">19</context>
1896 </context-group> 2388 </context-group>
1897 </trans-unit> 2389 </trans-unit>
1898 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 2390 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
1899 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source><target>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target><context-group name="null"> 2391 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2392 <target>Nome utente <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2393 <context-group name="null">
1900 <context context-type="linenumber">40</context> 2394 <context context-type="linenumber">40</context>
1901 </context-group> 2395 </context-group>
1902 </trans-unit> 2396 </trans-unit>
1903 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 2397 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
1904 <source>(banned)</source> 2398 <source>(banned)</source>
1905 <target>(bannato)</target> 2399 <target>(espulso)</target>
1906 <context-group name="null"> 2400 <context-group name="null">
1907 <context context-type="linenumber">65</context> 2401 <context context-type="linenumber">65</context>
1908 </context-group> 2402 </context-group>
@@ -1911,12 +2405,26 @@
1911 <source>Go to the account page</source> 2405 <source>Go to the account page</source>
1912 <target>Vai alla pagina dell'account</target> 2406 <target>Vai alla pagina dell'account</target>
1913 <context-group name="null"> 2407 <context-group name="null">
1914 <context context-type="linenumber">133</context> 2408 <context context-type="linenumber">153</context>
2409 </context-group>
2410 </trans-unit>
2411 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
2412 <source>User's email must be verified to login</source>
2413 <target>L'indirizzo dell'utente deve essere verificato per accedere</target>
2414 <context-group name="null">
2415 <context context-type="linenumber">72</context>
2416 </context-group>
2417 </trans-unit>
2418 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
2419 <source>User's email is verified / User can login without email verification</source>
2420 <target>L'indirizzo dell'utente è verificato/L'utente può accedere senza verifica dell'indirizzo</target>
2421 <context-group name="null">
2422 <context context-type="linenumber">76</context>
1915 </context-group> 2423 </context-group>
1916 </trans-unit> 2424 </trans-unit>
1917 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 2425 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
1918 <source>Ban reason:</source> 2426 <source>Ban reason:</source>
1919 <target>Motivo ban:</target> 2427 <target>Motivo espulsione:</target>
1920 <context-group name="null"> 2428 <context-group name="null">
1921 <context context-type="linenumber">95</context> 2429 <context context-type="linenumber">95</context>
1922 </context-group> 2430 </context-group>
@@ -1936,18 +2444,20 @@
1936 Questo commento puo essere visto solo da te o da altri moderatori. 2444 Questo commento puo essere visto solo da te o da altri moderatori.
1937 </target> 2445 </target>
1938 <context-group name="null"> 2446 <context-group name="null">
1939 <context context-type="linenumber">17</context> 2447 <context context-type="linenumber">18</context>
1940 </context-group> 2448 </context-group>
1941 </trans-unit> 2449 </trans-unit>
1942 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 2450 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
1943 <source>Update this comment</source> 2451 <source>Update this comment</source>
1944 <target>Modifica questo commento</target> 2452 <target>Modifica questo commento</target>
1945 <context-group name="null"> 2453 <context-group name="null">
1946 <context context-type="linenumber">25</context> 2454 <context context-type="linenumber">26</context>
1947 </context-group> 2455 </context-group>
1948 </trans-unit> 2456 </trans-unit>
1949 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 2457 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
1950 <source>Reporter</source><target>Reporter</target><context-group name="null"> 2458 <source>Reporter</source>
2459 <target>Chi ha segnalato</target>
2460 <context-group name="null">
1951 <context context-type="linenumber">8</context> 2461 <context context-type="linenumber">8</context>
1952 </context-group> 2462 </context-group>
1953 </trans-unit> 2463 </trans-unit>
@@ -2014,6 +2524,13 @@
2014 <context context-type="linenumber">9</context> 2524 <context context-type="linenumber">9</context>
2015 </context-group> 2525 </context-group>
2016 </trans-unit> 2526 </trans-unit>
2527 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2528 <source>Unfederated</source>
2529 <target>Non federato</target>
2530 <context-group name="null">
2531 <context context-type="linenumber">10</context>
2532 </context-group>
2533 </trans-unit>
2017 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 2534 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
2018 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2535 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2019 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2536 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -2023,11 +2540,18 @@
2023 </trans-unit> 2540 </trans-unit>
2024 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 2541 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
2025 <source>Blacklist reason:</source> 2542 <source>Blacklist reason:</source>
2026 <target>motivo per essere in Blacklist:</target> 2543 <target>motivo per essere in lista nera:</target>
2027 <context-group name="null"> 2544 <context-group name="null">
2028 <context context-type="linenumber">43</context> 2545 <context context-type="linenumber">43</context>
2029 </context-group> 2546 </context-group>
2030 </trans-unit> 2547 </trans-unit>
2548 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2549 <source>Unblacklist</source>
2550 <target>Rimuovi dalla lista nera</target>
2551 <context-group name="null">
2552 <context context-type="linenumber">16</context>
2553 </context-group>
2554 </trans-unit>
2031 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2555 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2032 <source>Moderation</source> 2556 <source>Moderation</source>
2033 <target>Moderazione</target> 2557 <target>Moderazione</target>
@@ -2042,13 +2566,6 @@
2042 <context context-type="linenumber">5</context> 2566 <context context-type="linenumber">5</context>
2043 </context-group> 2567 </context-group>
2044 </trans-unit> 2568 </trans-unit>
2045 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2046 <source>Blacklisted videos</source>
2047 <target>Video in blacklist</target>
2048 <context-group name="null">
2049 <context context-type="linenumber">7</context>
2050 </context-group>
2051 </trans-unit>
2052 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2569 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2053 <source>Muted accounts</source> 2570 <source>Muted accounts</source>
2054 <target>Account silenziati</target> 2571 <target>Account silenziati</target>
@@ -2060,7 +2577,7 @@
2060 <source>Muted servers</source> 2577 <source>Muted servers</source>
2061 <target>Server silenziati</target> 2578 <target>Server silenziati</target>
2062 <context-group name="null"> 2579 <context-group name="null">
2063 <context context-type="linenumber">11</context> 2580 <context context-type="linenumber">13</context>
2064 </context-group> 2581 </context-group>
2065 </trans-unit> 2582 </trans-unit>
2066 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2583 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2070,6 +2587,13 @@
2070 <context context-type="linenumber">12</context> 2587 <context context-type="linenumber">12</context>
2071 </context-group> 2588 </context-group>
2072 </trans-unit> 2589 </trans-unit>
2590 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
2591 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2592 <target>Silenziato a <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2593 <context-group name="null">
2594 <context context-type="linenumber">13</context>
2595 </context-group>
2596 </trans-unit>
2073 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 2597 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
2074 <source>Unmute</source> 2598 <source>Unmute</source>
2075 <target>Non silenziare più</target> 2599 <target>Non silenziare più</target>
@@ -2077,6 +2601,34 @@
2077 <context context-type="linenumber">23</context> 2601 <context context-type="linenumber">23</context>
2078 </context-group> 2602 </context-group>
2079 </trans-unit> 2603 </trans-unit>
2604 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2605 <source>Jobs list</source>
2606 <target>Lista operazioni in corso</target>
2607 <context-group name="null">
2608 <context context-type="linenumber">2</context>
2609 </context-group>
2610 </trans-unit>
2611 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2612 <source>Type</source>
2613 <target>Tipo</target>
2614 <context-group name="null">
2615 <context context-type="linenumber">19</context>
2616 </context-group>
2617 </trans-unit>
2618 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2619 <source>Processed on</source>
2620 <target>Processato su</target>
2621 <context-group name="null">
2622 <context context-type="linenumber">22</context>
2623 </context-group>
2624 </trans-unit>
2625 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2626 <source>Finished on</source>
2627 <target>Finito il</target>
2628 <context-group name="null">
2629 <context context-type="linenumber">23</context>
2630 </context-group>
2631 </trans-unit>
2080 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 2632 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
2081 <source>Video quota:</source> 2633 <source>Video quota:</source>
2082 <target>Quota video:</target> 2634 <target>Quota video:</target>
@@ -2109,14 +2661,14 @@
2109 <source>Change ownership</source> 2661 <source>Change ownership</source>
2110 <target>Cambia proprietà</target> 2662 <target>Cambia proprietà</target>
2111 <context-group name="null"> 2663 <context-group name="null">
2112 <context context-type="linenumber">46</context> 2664 <context context-type="linenumber">21</context>
2113 </context-group> 2665 </context-group>
2114 </trans-unit> 2666 </trans-unit>
2115 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2667 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
2116 <source>Select the next owner</source> 2668 <source>Select the next owner</source>
2117 <target>Seleziona il prossimo proprietario</target> 2669 <target>Seleziona il prossimo proprietario</target>
2118 <context-group name="null"> 2670 <context-group name="null">
2119 <context context-type="linenumber">9</context> 2671 <context context-type="linenumber">10</context>
2120 </context-group> 2672 </context-group>
2121 </trans-unit> 2673 </trans-unit>
2122 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8"> 2674 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
@@ -2130,38 +2682,6 @@
2130 <context context-type="linenumber">35</context> 2682 <context context-type="linenumber">35</context>
2131 </context-group> 2683 </context-group>
2132 </trans-unit> 2684 </trans-unit>
2133 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79">
2134 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2135 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizzazioni</target>
2136 <context-group name="null">
2137 <context context-type="linenumber">19</context>
2138 </context-group>
2139 </trans-unit>
2140 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2141 <source>Blacklisted</source>
2142 <target>In blacklist</target>
2143 <context-group name="null">
2144 <context context-type="linenumber">22</context>
2145 </context-group>
2146 </trans-unit>
2147 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2148 <source>
2149 Cancel
2150 </source>
2151 <target>
2152 Cancella
2153 </target>
2154 <context-group name="null">
2155 <context context-type="linenumber">30</context>
2156 </context-group>
2157 </trans-unit>
2158 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2159 <source>Create another video channel</source>
2160 <target>Crea un altro canale video</target>
2161 <context-group name="null">
2162 <context context-type="linenumber">4</context>
2163 </context-group>
2164 </trans-unit>
2165 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2685 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
2166 <source>Go to the channel</source> 2686 <source>Go to the channel</source>
2167 <target>Vai al canale</target> 2687 <target>Vai al canale</target>
@@ -2183,13 +2703,6 @@
2183 <context context-type="linenumber">15</context> 2703 <context context-type="linenumber">15</context>
2184 </context-group> 2704 </context-group>
2185 </trans-unit> 2705 </trans-unit>
2186 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2187 <source>Display name</source>
2188 <target>Nome visualizzato</target>
2189 <context-group name="null">
2190 <context context-type="linenumber">6</context>
2191 </context-group>
2192 </trans-unit>
2193 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2706 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2194 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2707 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2195When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2708When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2229,7 +2742,7 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2229 </trans-unit> 2742 </trans-unit>
2230 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804"> 2743 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804">
2231 <source>Accept ownership</source> 2744 <source>Accept ownership</source>
2232 <target>Accetta cambio proprietá</target> 2745 <target>Accetta cambio proprietà</target>
2233 <context-group name="null"> 2746 <context-group name="null">
2234 <context context-type="linenumber">3</context> 2747 <context context-type="linenumber">3</context>
2235 </context-group> 2748 </context-group>
@@ -2238,7 +2751,7 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2238 <source>Select the target channel</source> 2751 <source>Select the target channel</source>
2239 <target>Seleziona il canale destinatario</target> 2752 <target>Seleziona il canale destinatario</target>
2240 <context-group name="null"> 2753 <context-group name="null">
2241 <context context-type="linenumber">9</context> 2754 <context context-type="linenumber">10</context>
2242 </context-group> 2755 </context-group>
2243 </trans-unit> 2756 </trans-unit>
2244 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740"> 2757 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
@@ -2279,14 +2792,7 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2279 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source> 2792 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
2280 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target> 2793 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
2281 <context-group name="null"> 2794 <context-group name="null">
2282 <context context-type="linenumber">39</context> 2795 <context context-type="linenumber">38</context>
2283 </context-group>
2284 </trans-unit>
2285 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2286 <source>Refuse</source>
2287 <target>Rifiuta</target>
2288 <context-group name="null">
2289 <context context-type="linenumber">47</context>
2290 </context-group> 2796 </context-group>
2291 </trans-unit> 2797 </trans-unit>
2292 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e"> 2798 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
@@ -2296,6 +2802,67 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2296 <context context-type="linenumber">2</context> 2802 <context context-type="linenumber">2</context>
2297 </context-group> 2803 </context-group>
2298 </trans-unit> 2804 </trans-unit>
2805 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
2806 <source>History enabled</source>
2807 <target>Storico abilitato</target>
2808 <context-group name="null">
2809 <context context-type="linenumber">4</context>
2810 </context-group>
2811 </trans-unit>
2812 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2813 <source>You don't have videos history yet.</source>
2814 <target>Non c'è nessun video nello storico</target>
2815 <context-group name="null">
2816 <context context-type="linenumber">14</context>
2817 </context-group>
2818 </trans-unit>
2819 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
2820 <source>
2821 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2822 Notification preferences
2823 </source>
2824 <target>
2825 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2826 Preferenze per le notifiche
2827 </target>
2828 <context-group name="null">
2829 <context context-type="linenumber">2</context>
2830 </context-group>
2831 </trans-unit>
2832 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
2833 <source>
2834 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2835 Mark all as read
2836 </source>
2837 <target>
2838 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2839 Segna come letto
2840 </target>
2841 <context-group name="null">
2842 <context context-type="linenumber">7</context>
2843 </context-group>
2844 </trans-unit>
2845 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2846 <source>Privacy</source>
2847 <target>Privacy</target>
2848 <context-group name="null">
2849 <context context-type="linenumber">179</context>
2850 </context-group>
2851 </trans-unit>
2852 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2853 <source>Channel</source>
2854 <target>Canale</target>
2855 <context-group name="null">
2856 <context context-type="linenumber">39</context>
2857 </context-group>
2858 </trans-unit>
2859 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2860 <source>Upload thumbnail</source>
2861 <target>Carica miniatura</target>
2862 <context-group name="null">
2863 <context context-type="linenumber">192</context>
2864 </context-group>
2865 </trans-unit>
2299 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2866 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2300 <source>Change password</source> 2867 <source>Change password</source>
2301 <target>Cambia password</target> 2868 <target>Cambia password</target>
@@ -2345,13 +2912,6 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2345 <context context-type="linenumber">28</context> 2912 <context context-type="linenumber">28</context>
2346 </context-group> 2913 </context-group>
2347 </trans-unit> 2914 </trans-unit>
2348 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2349 <source>Save</source>
2350 <target>Salva</target>
2351 <context-group name="null">
2352 <context context-type="linenumber">32</context>
2353 </context-group>
2354 </trans-unit>
2355 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2915 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2356 <source>Update my profile</source> 2916 <source>Update my profile</source>
2357 <target>Modifica il mio profilo</target> 2917 <target>Modifica il mio profilo</target>
@@ -2394,6 +2954,20 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2394 <context context-type="linenumber">4</context> 2954 <context context-type="linenumber">4</context>
2395 </context-group> 2955 </context-group>
2396 </trans-unit> 2956 </trans-unit>
2957 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
2958 <source>Activities</source>
2959 <target>Attività</target>
2960 <context-group name="null">
2961 <context context-type="linenumber">2</context>
2962 </context-group>
2963 </trans-unit>
2964 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
2965 <source>Web</source>
2966 <target>Web</target>
2967 <context-group name="null">
2968 <context context-type="linenumber">3</context>
2969 </context-group>
2970 </trans-unit>
2397 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd"> 2971 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd">
2398 <source> 2972 <source>
2399 Sorry, but we couldn't find the page you were looking for. 2973 Sorry, but we couldn't find the page you were looking for.
@@ -2405,6 +2979,17 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2405 <context context-type="linenumber">1</context> 2979 <context context-type="linenumber">1</context>
2406 </context-group> 2980 </context-group>
2407 </trans-unit> 2981 </trans-unit>
2982 <trans-unit id="09a69cde5889927629e2ac9dc63a71b88252b530">
2983 <source>
2984 Verify account email confirmation
2985 </source>
2986 <target>
2987 Verifica la conferma indirizzo email
2988 </target>
2989 <context-group name="null">
2990 <context context-type="linenumber">2</context>
2991 </context-group>
2992 </trans-unit>
2408 <trans-unit id="066569dd934e07e4a5f70c415692be17d5715b57"> 2993 <trans-unit id="066569dd934e07e4a5f70c415692be17d5715b57">
2409 <source> 2994 <source>
2410 Your email has been verified and you may now login. Redirecting... 2995 Your email has been verified and you may now login. Redirecting...
@@ -2466,7 +3051,7 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2466 <source>URL</source> 3051 <source>URL</source>
2467 <target>URL</target> 3052 <target>URL</target>
2468 <context-group name="null"> 3053 <context-group name="null">
2469 <context context-type="linenumber">17</context> 3054 <context context-type="linenumber">25</context>
2470 </context-group> 3055 </context-group>
2471 </trans-unit> 3056 </trans-unit>
2472 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 3057 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2476,18 +3061,11 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2476 <context context-type="linenumber">9</context> 3061 <context context-type="linenumber">9</context>
2477 </context-group> 3062 </context-group>
2478 </trans-unit> 3063 </trans-unit>
2479 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071"> 3064 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2480 <source>Channel</source> 3065 <source>Sorry, but something went wrong</source>
2481 <target>Canale</target> 3066 <target>Qualcosa è andato storto</target>
2482 <context-group name="null">
2483 <context context-type="linenumber">39</context>
2484 </context-group>
2485 </trans-unit>
2486 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2487 <source>Privacy</source>
2488 <target>Privacy</target>
2489 <context-group name="null"> 3067 <context-group name="null">
2490 <context context-type="linenumber">159</context> 3068 <context context-type="linenumber">49</context>
2491 </context-group> 3069 </context-group>
2492 </trans-unit> 3070 </trans-unit>
2493 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 3071 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
@@ -2505,7 +3083,7 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2505 <source>Update</source> 3083 <source>Update</source>
2506 <target>Aggiorna</target> 3084 <target>Aggiorna</target>
2507 <context-group name="null"> 3085 <context-group name="null">
2508 <context context-type="linenumber">92</context> 3086 <context context-type="linenumber">17</context>
2509 </context-group> 3087 </context-group>
2510 </trans-unit> 3088 </trans-unit>
2511 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 3089 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2522,9 +3100,20 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2522 <context context-type="linenumber">25</context> 3100 <context context-type="linenumber">25</context>
2523 </context-group> 3101 </context-group>
2524 </trans-unit> 3102 </trans-unit>
3103 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
3104 <source>
3105 Congratulations! Your video is now available in your private library.
3106</source>
3107 <target>
3108 Ottimo! Ora il video è disponibile nella biblioteca privata.
3109</target>
3110 <context-group name="null">
3111 <context context-type="linenumber">45</context>
3112 </context-group>
3113 </trans-unit>
2525 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 3114 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2526 <source>Publish will be available when upload is finished</source> 3115 <source>Publish will be available when upload is finished</source>
2527 <target>La pubblicazione sarà disponibile quando il caricamento sarà completato</target> 3116 <target>La pubblicazione sarà possibile quando il caricamento sarà completato</target>
2528 <context-group name="null"> 3117 <context-group name="null">
2529 <context context-type="linenumber">58</context> 3118 <context context-type="linenumber">58</context>
2530 </context-group> 3119 </context-group>
@@ -2569,7 +3158,7 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2569 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 3158 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2570</source> 3159</source>
2571 <target> 3160 <target>
2572 Congratulazioni, il video verrá importato con BitTorrent! Puoi già aggiungere informazioni relative a questo video. 3161 Congratulazioni, il video verrà importato con BitTorrent! Puoi già aggiungere informazioni relative a questo video.
2573</target> 3162</target>
2574 <context-group name="null"> 3163 <context-group name="null">
2575 <context context-type="linenumber">53</context> 3164 <context context-type="linenumber">53</context>
@@ -2618,7 +3207,9 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2618 </context-group> 3207 </context-group>
2619 </trans-unit> 3208 </trans-unit>
2620 <trans-unit id="6bad752cfcac8f3572bdf2c619daec683d56d1a8"> 3209 <trans-unit id="6bad752cfcac8f3572bdf2c619daec683d56d1a8">
2621 <source>Select the caption file</source><target>Select the caption file</target><context-group name="null"> 3210 <source>Select the caption file</source>
3211 <target>Selezionare il file di descrizione</target>
3212 <context-group name="null">
2622 <context context-type="linenumber">24</context> 3213 <context context-type="linenumber">24</context>
2623 </context-group> 3214 </context-group>
2624 </trans-unit> 3215 </trans-unit>
@@ -2627,7 +3218,7 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2627 This will replace an existing caption! 3218 This will replace an existing caption!
2628 </source> 3219 </source>
2629 <target> 3220 <target>
2630 Questo sostituirá la descrizione esistente! 3221 Questo sostituirà la descrizione esistente!
2631 </target> 3222 </target>
2632 <context-group name="null"> 3223 <context-group name="null">
2633 <context context-type="linenumber">29</context> 3224 <context context-type="linenumber">29</context>
@@ -2649,9 +3240,9 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2649 </trans-unit> 3240 </trans-unit>
2650 <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b"> 3241 <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b">
2651 <source>Tags</source> 3242 <source>Tags</source>
2652 <target>Tags</target> 3243 <target>Tag</target>
2653 <context-group name="null"> 3244 <context-group name="null">
2654 <context context-type="linenumber">191</context> 3245 <context context-type="linenumber">216</context>
2655 </context-group> 3246 </context-group>
2656 </trans-unit> 3247 </trans-unit>
2657 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 3248 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -2663,28 +3254,28 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2663 </trans-unit> 3254 </trans-unit>
2664 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 3255 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
2665 <source>+ Tag</source> 3256 <source>+ Tag</source>
2666 <target>+ Etichetta</target> 3257 <target>+ Tag</target>
2667 <context-group name="null"> 3258 <context-group name="null">
2668 <context context-type="linenumber">21</context> 3259 <context context-type="linenumber">21</context>
2669 </context-group> 3260 </context-group>
2670 </trans-unit> 3261 </trans-unit>
2671 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0"> 3262 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
2672 <source>Enter a new tag</source> 3263 <source>Enter a new tag</source>
2673 <target>Inserisci una nuova etichetta</target> 3264 <target>Inserisci un nuovo tag</target>
2674 <context-group name="null"> 3265 <context-group name="null">
2675 <context context-type="linenumber">21</context> 3266 <context context-type="linenumber">21</context>
2676 </context-group> 3267 </context-group>
2677 </trans-unit> 3268 </trans-unit>
2678 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e"> 3269 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e">
2679 <source>Video descriptions are truncated by default and require manual action to expand them.</source> 3270 <source>Video descriptions are truncated by default and require manual action to expand them.</source>
2680 <target>Le descrizioni dei video sono troncate di default e richiedono una azione manuale per espanderle.</target> 3271 <target>Le descrizioni dei video sono normalmente troncate e richiedono una azione manuale per espanderle.</target>
2681 <context-group name="null"> 3272 <context-group name="null">
2682 <context context-type="linenumber">28</context> 3273 <context context-type="linenumber">28</context>
2683 </context-group> 3274 </context-group>
2684 </trans-unit> 3275 </trans-unit>
2685 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 3276 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2686 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 3277 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2687 <target>Schedula publicazione (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 3278 <target>Programma la pubblicazione (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
2688 <context-group name="null"> 3279 <context-group name="null">
2689 <context context-type="linenumber">105</context> 3280 <context context-type="linenumber">105</context>
2690 </context-group> 3281 </context-group>
@@ -2703,21 +3294,18 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2703 <context context-type="linenumber">120</context> 3294 <context context-type="linenumber">120</context>
2704 </context-group> 3295 </context-group>
2705 </trans-unit> 3296 </trans-unit>
2706 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2707 <source>Enable video comments</source>
2708 <target>Abilita commenti per i video</target>
2709 <context-group name="null">
2710 <context context-type="linenumber">125</context>
2711 </context-group>
2712 </trans-unit>
2713 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 3297 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
2714 <source>Wait transcoding before publishing the video</source><target>Wait transcoding before publishing the video</target><context-group name="null"> 3298 <source>Wait transcoding before publishing the video</source>
2715 <context context-type="linenumber">131</context> 3299 <target>Aspetta la trascodifica prima di pubblicare il video</target>
3300 <context-group name="null">
3301 <context context-type="linenumber">126</context>
2716 </context-group> 3302 </context-group>
2717 </trans-unit> 3303 </trans-unit>
2718 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63"> 3304 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
2719 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source><target>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</target><context-group name="null"> 3305 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
2720 <context context-type="linenumber">132</context> 3306 <target>Se si decide di non aspettare la trascodifica prima di pubblicare il video, lo stesso potrebbe essere non essere visualizzabile fino a che la trascodifica non sia terminata.</target>
3307 <context-group name="null">
3308 <context context-type="linenumber">127</context>
2721 </context-group> 3309 </context-group>
2722 </trans-unit> 3310 </trans-unit>
2723 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 3311 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
@@ -2731,138 +3319,155 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2731 <source>Add another caption</source> 3319 <source>Add another caption</source>
2732 <target>Aggiungi un'altra descrizione</target> 3320 <target>Aggiungi un'altra descrizione</target>
2733 <context-group name="null"> 3321 <context-group name="null">
2734 <context context-type="linenumber">147</context> 3322 <context context-type="linenumber">142</context>
2735 </context-group> 3323 </context-group>
2736 </trans-unit> 3324 </trans-unit>
2737 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed"> 3325 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
2738 <source>See the subtitle file</source> 3326 <source>See the subtitle file</source>
2739 <target>Guarda il file dei sottotitoli</target> 3327 <target>Guarda il file dei sottotitoli</target>
2740 <context-group name="null"> 3328 <context-group name="null">
2741 <context context-type="linenumber">156</context> 3329 <context context-type="linenumber">151</context>
3330 </context-group>
3331 </trans-unit>
3332 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
3333 <source>Already uploaded ✔</source>
3334 <target>Già caricato ✔</target>
3335 <context-group name="null">
3336 <context context-type="linenumber">155</context>
3337 </context-group>
3338 </trans-unit>
3339 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
3340 <source>Will be created on update</source>
3341 <target>Verrà creato dopo l'aggiornamento</target>
3342 <context-group name="null">
3343 <context context-type="linenumber">163</context>
2742 </context-group> 3344 </context-group>
2743 </trans-unit> 3345 </trans-unit>
2744 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9"> 3346 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
2745 <source>Cancel create</source> 3347 <source>Cancel create</source>
2746 <target>Annulla creazione</target> 3348 <target>Annulla creazione</target>
2747 <context-group name="null"> 3349 <context-group name="null">
2748 <context context-type="linenumber">170</context> 3350 <context context-type="linenumber">165</context>
3351 </context-group>
3352 </trans-unit>
3353 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
3354 <source>Will be deleted on update</source>
3355 <target>Verrà cancellato dopo l'aggiornamento</target>
3356 <context-group name="null">
3357 <context context-type="linenumber">171</context>
2749 </context-group> 3358 </context-group>
2750 </trans-unit> 3359 </trans-unit>
2751 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 3360 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
2752 <source>Cancel deletion</source> 3361 <source>Cancel deletion</source>
2753 <target>Annulla creazione</target> 3362 <target>Annulla creazione</target>
2754 <context-group name="null"> 3363 <context-group name="null">
2755 <context context-type="linenumber">178</context> 3364 <context context-type="linenumber">173</context>
2756 </context-group> 3365 </context-group>
2757 </trans-unit> 3366 </trans-unit>
2758 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93"> 3367 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
2759 <source>Captions</source><target>Captions</target><context-group name="null"> 3368 <source>
2760 <context context-type="linenumber">140</context> 3369 No captions for now.
3370 </source>
3371 <target>
3372 Per ora nessuna descrizione.
3373 </target>
3374 <context-group name="null">
3375 <context context-type="linenumber">178</context>
2761 </context-group> 3376 </context-group>
2762 </trans-unit> 3377 </trans-unit>
2763 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513"> 3378 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
2764 <source>Upload thumbnail</source> 3379 <source>Captions</source>
2765 <target>Carica miniatura</target> 3380 <target>Descrizioni</target>
2766 <context-group name="null"> 3381 <context-group name="null">
2767 <context context-type="linenumber">196</context> 3382 <context context-type="linenumber">135</context>
2768 </context-group> 3383 </context-group>
2769 </trans-unit> 3384 </trans-unit>
2770 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3385 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2771 <source>Upload preview</source><target>Upload preview</target><context-group name="null"> 3386 <source>Upload preview</source>
2772 <context context-type="linenumber">203</context> 3387 <target>Carica anteprima</target>
3388 <context-group name="null">
3389 <context context-type="linenumber">199</context>
2773 </context-group> 3390 </context-group>
2774 </trans-unit> 3391 </trans-unit>
2775 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 3392 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
2776 <source>Support</source> 3393 <source>Support</source>
2777 <target>Supporto</target> 3394 <target>Supporto</target>
2778 <context-group name="null"> 3395 <context-group name="null">
2779 <context context-type="linenumber">69</context> 3396 <context context-type="linenumber">103</context>
2780 </context-group> 3397 </context-group>
2781 </trans-unit> 3398 </trans-unit>
2782 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3399 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
2783 <source>Short text to tell people how they can support you (membership platform...).</source><target>Short text to tell people how they can support you (membership platform...).</target><context-group name="null"> 3400 <source>Short text to tell people how they can support you (membership platform...).</source>
2784 <context context-type="linenumber">210</context> 3401 <target>Breve testo per dire alla gente come possono supportarti (iscrizione piattaforma...).</target>
3402 <context-group name="null">
3403 <context context-type="linenumber">206</context>
2785 </context-group> 3404 </context-group>
2786 </trans-unit> 3405 </trans-unit>
2787 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3406 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
2788 <source>Advanced settings</source> 3407 <source>Original publication date</source>
2789 <target>Impostazioni avanzate</target> 3408 <target>Data di pubblicazione</target>
2790 <context-group name="null"> 3409 <context-group name="null">
2791 <context context-type="linenumber">191</context> 3410 <context context-type="linenumber">219</context>
2792 </context-group> 3411 </context-group>
2793 </trans-unit> 3412 </trans-unit>
2794 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0"> 3413 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
2795 <source> 3414 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
2796 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> 3415 <target>Questa è la data nella quale il contenuto è stato pubblicato (es. la data di rilascio di un film)</target>
2797 </source>
2798 <target>
2799 Modifica <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2800 </target>
2801 <context-group name="null"> 3416 <context-group name="null">
2802 <context context-type="linenumber">2</context> 3417 <context context-type="linenumber">220</context>
2803 </context-group> 3418 </context-group>
2804 </trans-unit> 3419 </trans-unit>
2805 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 3420 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2806 <source>Download video</source> 3421 <source>Enable video comments</source>
2807 <target>Scarica video</target> 3422 <target>Abilita commenti per i video</target>
2808 <context-group name="null"> 3423 <context-group name="null">
2809 <context context-type="linenumber">3</context> 3424 <context context-type="linenumber">234</context>
2810 </context-group> 3425 </context-group>
2811 </trans-unit> 3426 </trans-unit>
2812 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 3427 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
2813 <source>Torrent (.torrent file)</source> 3428 <source>Enable download</source>
2814 <target>Torrent ( file .torrent)</target> 3429 <target>Abilita download</target>
2815 <context-group name="null"> 3430 <context-group name="null">
2816 <context context-type="linenumber">32</context> 3431 <context context-type="linenumber">239</context>
2817 </context-group> 3432 </context-group>
2818 </trans-unit> 3433 </trans-unit>
2819 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f"> 3434 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2820 <source>Torrent (magnet link)</source> 3435 <source>Advanced settings</source>
2821 <target>Torrent (link magnet)</target> 3436 <target>Impostazioni avanzate</target>
2822 <context-group name="null"> 3437 <context-group name="null">
2823 <context context-type="linenumber">37</context> 3438 <context context-type="linenumber">186</context>
2824 </context-group> 3439 </context-group>
2825 </trans-unit> 3440 </trans-unit>
2826 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 3441 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
2827 <source> 3442 <source>
2828 Cancel 3443 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2829 </source> 3444 </source>
2830 <target> 3445 <target>
2831 Annulla 3446 Modifica <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2832 </target> 3447 </target>
2833 <context-group name="null">
2834 <context context-type="linenumber">47</context>
2835 </context-group>
2836 </trans-unit>
2837 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
2838 <source>Download</source>
2839 <target>Scarica</target>
2840 <context-group name="null">
2841 <context context-type="linenumber">84</context>
2842 </context-group>
2843 </trans-unit>
2844 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
2845 <source>Report video</source>
2846 <target>Segnala video</target>
2847 <context-group name="null"> 3448 <context-group name="null">
2848 <context context-type="linenumber">3</context> 3449 <context context-type="linenumber">2</context>
2849 </context-group> 3450 </context-group>
2850 </trans-unit> 3451 </trans-unit>
2851 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 3452 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2852 <source>Share</source> 3453 <source>Share</source>
2853 <target>Condividi</target> 3454 <target>Condividi</target>
2854 <context-group name="null"> 3455 <context-group name="null">
2855 <context context-type="linenumber">74</context> 3456 <context context-type="linenumber">108</context>
2856 </context-group> 3457 </context-group>
2857 </trans-unit> 3458 </trans-unit>
2858 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3459 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2859 <source>QR-Code</source><target>QR-Code</target><context-group name="null"> 3460 <source>QR-Code</source>
2860 <context context-type="linenumber">29</context> 3461 <target>Codice QR</target>
3462 <context-group name="null">
3463 <context context-type="linenumber">37</context>
2861 </context-group> 3464 </context-group>
2862 </trans-unit> 3465 </trans-unit>
2863 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3466 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2864 <source>Embed</source><target>Embed</target><context-group name="null"> 3467 <source>Embed</source>
2865 <context context-type="linenumber">34</context> 3468 <target>Includi</target>
3469 <context-group name="null">
3470 <context context-type="linenumber">42</context>
2866 </context-group> 3471 </context-group>
2867 </trans-unit> 3472 </trans-unit>
2868 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3473 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -2873,60 +3478,21 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2873 L'url non è sicuro (no HTTPS), quindi il video "incluso" non funzionerà su siti HTTPS (il browser blocca richieste verso siti HTTP su siti in cui HTTPS è abilitato). 3478 L'url non è sicuro (no HTTPS), quindi il video "incluso" non funzionerà su siti HTTPS (il browser blocca richieste verso siti HTTP su siti in cui HTTPS è abilitato).
2874 </target> 3479 </target>
2875 <context-group name="null"> 3480 <context-group name="null">
2876 <context context-type="linenumber">45</context> 3481 <context context-type="linenumber">53</context>
2877 </context-group> 3482 </context-group>
2878 </trans-unit> 3483 </trans-unit>
2879 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3484 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
2880 <source>Close</source> 3485 <source>Close</source>
2881 <target>Chiudi</target> 3486 <target>Chiudi</target>
2882 <context-group name="null"> 3487 <context-group name="null">
2883 <context context-type="linenumber">51</context> 3488 <context context-type="linenumber">59</context>
2884 </context-group>
2885 </trans-unit>
2886 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
2887 <source>Blacklist video</source>
2888 <target>Includi video in blacklist</target>
2889 <context-group name="null">
2890 <context context-type="linenumber">3</context>
2891 </context-group>
2892 </trans-unit>
2893 <trans-unit id="7584313e33a66811eb10646627914a01fff0347d">
2894 <source>
2895 The video is being imported, it will be available when the import is finished.
2896 </source>
2897 <target>
2898 Il video è nella fase di import, sarà disponibile quando l'import sarà completato.
2899 </target>
2900 <context-group name="null">
2901 <context context-type="linenumber">11</context>
2902 </context-group>
2903 </trans-unit>
2904 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
2905 <source>
2906 The video is being transcoded, it may not work properly.
2907 </source>
2908 <target>
2909 </target>
2910 <context-group name="null">
2911 <context context-type="linenumber">15</context>
2912 </context-group>
2913 </trans-unit>
2914 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
2915 <source>
2916 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
2917 </source>
2918 <target>
2919 Questo video sarà pubblicato su <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
2920 </target>
2921 <context-group name="null">
2922 <context context-type="linenumber">19</context>
2923 </context-group> 3489 </context-group>
2924 </trans-unit> 3490 </trans-unit>
2925 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3491 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
2926 <source>This video is blacklisted.</source> 3492 <source>This video is blacklisted.</source>
2927 <target>Questo video è nella blacklist</target> 3493 <target>Questo video è nella lista nera.</target>
2928 <context-group name="null"> 3494 <context-group name="null">
2929 <context context-type="linenumber">24</context> 3495 <context context-type="linenumber">57</context>
2930 </context-group> 3496 </context-group>
2931 </trans-unit> 3497 </trans-unit>
2932 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3498 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -2934,126 +3500,66 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2934 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views 3500 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
2935 </source> 3501 </source>
2936 <target> 3502 <target>
2937 Pubblicato <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visioni 3503 Pubblicato <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizzazioni
2938 </target> 3504 </target>
2939 <context-group name="null"> 3505 <context-group name="null">
2940 <context context-type="linenumber">37</context> 3506 <context context-type="linenumber">78</context>
2941 </context-group>
2942 </trans-unit>
2943 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
2944 <source>
2945 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
2946 </source>
2947 <target>
2948 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visioni
2949 </target>
2950 <context-group name="null">
2951 <context context-type="linenumber">46</context>
2952 </context-group> 3507 </context-group>
2953 </trans-unit> 3508 </trans-unit>
2954 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3509 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
2955 <source>Like this video</source> 3510 <source>Like this video</source>
2956 <target>Metti mi piace su questo video</target> 3511 <target>Metti mi piace su questo video</target>
2957 <context-group name="null"> 3512 <context-group name="null">
2958 <context context-type="linenumber">57</context> 3513 <context context-type="linenumber">88</context>
2959 </context-group> 3514 </context-group>
2960 </trans-unit> 3515 </trans-unit>
2961 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3516 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
2962 <source>Dislike this video</source> 3517 <source>Dislike this video</source>
2963 <target>Rimuovi mi piace da questo video</target> 3518 <target>Rimuovi mi piace da questo video</target>
2964 <context-group name="null"> 3519 <context-group name="null">
2965 <context context-type="linenumber">64</context>
2966 </context-group>
2967 </trans-unit>
2968 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
2969 <source>Download the video</source>
2970 <target>Scarica il video</target>
2971 <context-group name="null">
2972 <context context-type="linenumber">83</context>
2973 </context-group>
2974 </trans-unit>
2975 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
2976 <source>Report</source>
2977 <target>Segnala</target>
2978 <context-group name="null">
2979 <context context-type="linenumber">88</context>
2980 </context-group>
2981 </trans-unit>
2982 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
2983 <source>Report this video</source>
2984 <target>Segnala questo video</target>
2985 <context-group name="null">
2986 <context context-type="linenumber">87</context>
2987 </context-group>
2988 </trans-unit>
2989 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
2990 <source>Update this video</source>
2991 <target>Modifica questo video</target>
2992 <context-group name="null">
2993 <context context-type="linenumber">91</context>
2994 </context-group>
2995 </trans-unit>
2996 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
2997 <source>Blacklist</source>
2998 <target>Blacklist</target>
2999 <context-group name="null">
3000 <context context-type="linenumber">96</context> 3520 <context context-type="linenumber">96</context>
3001 </context-group> 3521 </context-group>
3002 </trans-unit> 3522 </trans-unit>
3003 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3004 <source>Blacklist this video</source>
3005 <target>Metti questo video nella blacklist</target>
3006 <context-group name="null">
3007 <context context-type="linenumber">95</context>
3008 </context-group>
3009 </trans-unit>
3010 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3011 <source>Unblacklist</source>
3012 <target>Rimuovi dalla blacklist</target>
3013 <context-group name="null">
3014 <context context-type="linenumber">100</context>
3015 </context-group>
3016 </trans-unit>
3017 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3018 <source>Unblacklist this video</source>
3019 <target>Rimuovi questo video dalla blacklist</target>
3020 <context-group name="null">
3021 <context context-type="linenumber">99</context>
3022 </context-group>
3023 </trans-unit>
3024 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3025 <source>Delete this video</source>
3026 <target>Cancella questo video</target>
3027 <context-group name="null">
3028 <context context-type="linenumber">103</context>
3029 </context-group>
3030 </trans-unit>
3031 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3523 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3032 <source>Go the channel page</source> 3524 <source>Go the channel page</source>
3033 <target>Vai alla pagina del canale</target> 3525 <target>Vai alla pagina del canale</target>
3034 <context-group name="null"> 3526 <context-group name="null">
3035 <context context-type="linenumber">123</context> 3527 <context context-type="linenumber">143</context>
3036 </context-group> 3528 </context-group>
3037 </trans-unit> 3529 </trans-unit>
3038 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3530 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3039 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3531 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3040 <target>Di <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3532 <target>Di <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3041 <context-group name="null"> 3533 <context-group name="null">
3042 <context context-type="linenumber">134</context> 3534 <context context-type="linenumber">154</context>
3043 </context-group> 3535 </context-group>
3044 </trans-unit> 3536 </trans-unit>
3045 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3537 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3046 <source>Show more</source> 3538 <source>Show more</source>
3047 <target>Mostra di piú</target> 3539 <target>Mostra di più</target>
3048 <context-group name="null"> 3540 <context-group name="null">
3049 <context context-type="linenumber">146</context> 3541 <context context-type="linenumber">166</context>
3050 </context-group> 3542 </context-group>
3051 </trans-unit> 3543 </trans-unit>
3052 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3544 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3053 <source>Show less</source> 3545 <source>Show less</source>
3054 <target>Mostra di meno</target> 3546 <target>Mostra di meno</target>
3055 <context-group name="null"> 3547 <context-group name="null">
3056 <context context-type="linenumber">152</context> 3548 <context context-type="linenumber">172</context>
3549 </context-group>
3550 </trans-unit>
3551 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3552 <source>Originally published</source>
3553 <target>Pubblicato</target>
3554 <context-group name="null">
3555 <context context-type="linenumber">184</context>
3556 </context-group>
3557 </trans-unit>
3558 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3559 <source>Friendly Reminder: </source>
3560 <target>Promemoria amichevole:</target>
3561 <context-group name="null">
3562 <context context-type="linenumber">232</context>
3057 </context-group> 3563 </context-group>
3058 </trans-unit> 3564 </trans-unit>
3059 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3565 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3061,24 +3567,24 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
3061 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. 3567 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.
3062 </source> 3568 </source>
3063 <target> 3569 <target>
3064 il sistema di condivisione usato per questo video implica the alcune informazioni tecniche riguardo il tuo sistema ( come un indirizzo IP pubblico) possone essere inviate ad altri nodi. 3570 il sistema di condivisione usato per questo video implica the alcune informazioni tecniche riguardo il tuo sistema (come un indirizzo IP pubblico) possano essere inviate ad altri nodi.
3065 </target> 3571 </target>
3066 <context-group name="null"> 3572 <context-group name="null">
3067 <context context-type="linenumber">209</context> 3573 <context context-type="linenumber">233</context>
3068 </context-group> 3574 </context-group>
3069 </trans-unit> 3575 </trans-unit>
3070 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3576 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3071 <source>More information</source> 3577 <source>More information</source>
3072 <target>Piú informazioni</target> 3578 <target>Più informazioni</target>
3073 <context-group name="null"> 3579 <context-group name="null">
3074 <context context-type="linenumber">212</context> 3580 <context context-type="linenumber">236</context>
3075 </context-group> 3581 </context-group>
3076 </trans-unit> 3582 </trans-unit>
3077 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3583 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3078 <source>Get more information</source> 3584 <source>Get more information</source>
3079 <target>Ottieni piú informazioni</target> 3585 <target>Ottieni più informazioni</target>
3080 <context-group name="null"> 3586 <context-group name="null">
3081 <context context-type="linenumber">212</context> 3587 <context context-type="linenumber">236</context>
3082 </context-group> 3588 </context-group>
3083 </trans-unit> 3589 </trans-unit>
3084 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3590 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3089,7 +3595,7 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
3089 OK 3595 OK
3090 </target> 3596 </target>
3091 <context-group name="null"> 3597 <context-group name="null">
3092 <context context-type="linenumber">215</context> 3598 <context context-type="linenumber">239</context>
3093 </context-group> 3599 </context-group>
3094 </trans-unit> 3600 </trans-unit>
3095 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3601 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -3156,6 +3662,57 @@ Altri video</target>
3156 <context context-type="linenumber">20</context> 3662 <context context-type="linenumber">20</context>
3157 </context-group> 3663 </context-group>
3158 </trans-unit> 3664 </trans-unit>
3665 <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135">
3666 <source>You are one step away from commenting</source>
3667 <target>Stai per commentare</target>
3668 <context-group name="null">
3669 <context context-type="linenumber">28</context>
3670 </context-group>
3671 </trans-unit>
3672 <trans-unit id="7984a44ce86b961f4f18c9a58c638f5e8f07a225">
3673 <source>
3674 If you have an account on this instance, you can login:
3675 </source>
3676 <target>
3677 Se si possiede un account su questa istanza, accedere:
3678 </target>
3679 <context-group name="null">
3680 <context context-type="linenumber">32</context>
3681 </context-group>
3682 </trans-unit>
3683 <trans-unit id="afe0ad39fee662489f1033e53aea3e16a7e89228">
3684 <source>login to comment</source>
3685 <target>accedere per commentare</target>
3686 <context-group name="null">
3687 <context context-type="linenumber">35</context>
3688 </context-group>
3689 </trans-unit>
3690 <trans-unit id="a5a3f17c9b4876952d78363834d57280c8684e7c">
3691 <source>
3692 Otherwise you can comment using an account on any ActivityPub-compatible instance.
3693 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3694 from within the software's interface.
3695 </source>
3696 <target>
3697 Altrimenti si può commentare da un account in una istanza compatibile con ActivityPub.
3698 Su molte piattaforme, si può trovare il video scrivendo il suo URL nella casella di ricerca e commentandolo
3699 dall'interno dell'interfaccia
3700 </target>
3701 <context-group name="null">
3702 <context context-type="linenumber">36</context>
3703 </context-group>
3704 </trans-unit>
3705 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb">
3706 <source>
3707 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
3708 </source>
3709 <target>
3710 Da un account Mastodon o Pleroma, si può aprire direttamente dalla loro interfaccia:
3711 </target>
3712 <context-group name="null">
3713 <context context-type="linenumber">41</context>
3714 </context-group>
3715 </trans-unit>
3159 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285"> 3716 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285">
3160 <source>Highlighted comment</source> 3717 <source>Highlighted comment</source>
3161 <target>Commento in evidenza</target> 3718 <target>Commento in evidenza</target>
@@ -3170,6 +3727,27 @@ Altri video</target>
3170 <context context-type="linenumber">14</context> 3727 <context context-type="linenumber">14</context>
3171 </context-group> 3728 </context-group>
3172 </trans-unit> 3729 </trans-unit>
3730 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
3731 <source>Cannot get about information from server</source>
3732 <target>Impossibile ottenere info dal server</target>
3733 <context-group name="null">
3734 <context context-type="linenumber">1</context>
3735 </context-group>
3736 </trans-unit>
3737 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
3738 <source>Your message has been sent.</source>
3739 <target>Messaggio inviato</target>
3740 <context-group name="null">
3741 <context context-type="linenumber">1</context>
3742 </context-group>
3743 </trans-unit>
3744 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
3745 <source>You already sent this form recently</source>
3746 <target>Questo modulo è stato usato di recente</target>
3747 <context-group name="null">
3748 <context context-type="linenumber">1</context>
3749 </context-group>
3750 </trans-unit>
3173 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968"> 3751 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
3174 <source>No description</source> 3752 <source>No description</source>
3175 <target>Nessuna descrizione</target> 3753 <target>Nessuna descrizione</target>
@@ -3205,6 +3783,34 @@ Altri video</target>
3205 <context context-type="linenumber">1</context> 3783 <context context-type="linenumber">1</context>
3206 </context-group> 3784 </context-group>
3207 </trans-unit> 3785 </trans-unit>
3786 <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5">
3787 <source>480p</source>
3788 <target>480p</target>
3789 <context-group name="null">
3790 <context context-type="linenumber">1</context>
3791 </context-group>
3792 </trans-unit>
3793 <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2">
3794 <source>720p</source>
3795 <target>720p</target>
3796 <context-group name="null">
3797 <context context-type="linenumber">1</context>
3798 </context-group>
3799 </trans-unit>
3800 <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9">
3801 <source>1080p</source>
3802 <target>1080p</target>
3803 <context-group name="null">
3804 <context context-type="linenumber">1</context>
3805 </context-group>
3806 </trans-unit>
3807 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111">
3808 <source>Auto (via ffmpeg)</source>
3809 <target>Auto (tramite ffmpeg)</target>
3810 <context-group name="null">
3811 <context context-type="linenumber">1</context>
3812 </context-group>
3813 </trans-unit>
3208 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048"> 3814 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048">
3209 <source>Configuration updated.</source> 3815 <source>Configuration updated.</source>
3210 <target>Configurazione aggiornata.</target> 3816 <target>Configurazione aggiornata.</target>
@@ -3326,7 +3932,7 @@ Altri video</target>
3326 </trans-unit> 3932 </trans-unit>
3327 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 3933 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
3328 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 3934 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
3329 <target>Vuoi veramente smettere di seguire ( unfollow) <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 3935 <target>Vuoi veramente smettere di seguire (unfollow) <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
3330 <context-group name="null"> 3936 <context-group name="null">
3331 <context context-type="linenumber">1</context> 3937 <context context-type="linenumber">1</context>
3332 </context-group> 3938 </context-group>
@@ -3366,6 +3972,20 @@ Altri video</target>
3366 <context context-type="linenumber">1</context> 3972 <context context-type="linenumber">1</context>
3367 </context-group> 3973 </context-group>
3368 </trans-unit> 3974 </trans-unit>
3975 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da">
3976 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source>
3977 <target>L'account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> è sbloccato (unmuted)per l'istanza.</target>
3978 <context-group name="null">
3979 <context context-type="linenumber">1</context>
3980 </context-group>
3981 </trans-unit>
3982 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330">
3983 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source>
3984 <target>L'istanza <x id="INTERPOLATION" equiv-text="{{host}}"/> è sbloccata per questa istanza.</target>
3985 <context-group name="null">
3986 <context context-type="linenumber">1</context>
3987 </context-group>
3988 </trans-unit>
3369 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 3989 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
3370 <source>Comment updated.</source> 3990 <source>Comment updated.</source>
3371 <target>Commento modificato.</target> 3991 <target>Commento modificato.</target>
@@ -3409,34 +4029,85 @@ Altri video</target>
3409 </context-group> 4029 </context-group>
3410 </trans-unit> 4030 </trans-unit>
3411 <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9"> 4031 <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9">
3412 <source>Abuse deleted.</source><target>Abuse deleted.</target><context-group name="null"> 4032 <source>Abuse deleted.</source>
4033 <target>Segnalazione di abuso/molestia eliminata.</target>
4034 <context-group name="null">
4035 <context context-type="linenumber">1</context>
4036 </context-group>
4037 </trans-unit>
4038 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
4039 <source>yes</source>
4040 <target>sì</target>
4041 <context-group name="null">
4042 <context context-type="linenumber">1</context>
4043 </context-group>
4044 </trans-unit>
4045 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
4046 <source>no</source>
4047 <target>no</target>
4048 <context-group name="null">
3413 <context context-type="linenumber">1</context> 4049 <context context-type="linenumber">1</context>
3414 </context-group> 4050 </context-group>
3415 </trans-unit> 4051 </trans-unit>
3416 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223"> 4052 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
3417 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source> 4053 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
3418 <target>Sei sicuro di volere rimuovere questo video dalla blacklist ? Sarà di nuovo visible nell`elenco dei video.</target> 4054 <target>Sei sicuro di volere rimuovere questo video dalla lista nera? Sarà di nuovo visible nell'elenco dei video.</target>
3419 <context-group name="null"> 4055 <context-group name="null">
3420 <context context-type="linenumber">1</context> 4056 <context context-type="linenumber">1</context>
3421 </context-group> 4057 </context-group>
3422 </trans-unit> 4058 </trans-unit>
3423 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f"> 4059 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f">
3424 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source> 4060 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source>
3425 <target>Il video <x id="INTERPOLATION" equiv-text="{{name}}"/> è stato rimosso dalla blacklist.</target> 4061 <target>Il video <x id="INTERPOLATION" equiv-text="{{name}}"/> è stato rimosso dalla lista nera.</target>
4062 <context-group name="null">
4063 <context context-type="linenumber">1</context>
4064 </context-group>
4065 </trans-unit>
4066 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4067 <source>Info</source>
4068 <target>Informazioni</target>
4069 <context-group name="null">
4070 <context context-type="linenumber">1</context>
4071 </context-group>
4072 </trans-unit>
4073 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
4074 <source>Warning</source>
4075 <target>Avvertimento</target>
4076 <context-group name="null">
4077 <context context-type="linenumber">1</context>
4078 </context-group>
4079 </trans-unit>
4080 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4081 <source>Error</source>
4082 <target>Errore</target>
3426 <context-group name="null"> 4083 <context-group name="null">
3427 <context context-type="linenumber">1</context> 4084 <context context-type="linenumber">1</context>
3428 </context-group> 4085 </context-group>
3429 </trans-unit> 4086 </trans-unit>
3430 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 4087 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
3431 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 4088 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
3432 <target>L`utente <x id="INTERPOLATION" equiv-text="{{username}}"/> è stato creato.</target> 4089 <target>L'utente <x id="INTERPOLATION" equiv-text="{{username}}"/> è stato creato.</target>
4090 <context-group name="null">
4091 <context context-type="linenumber">1</context>
4092 </context-group>
4093 </trans-unit>
4094 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
4095 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4096 <target>Password cambiata per l\' utente <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4097 <context-group name="null">
4098 <context context-type="linenumber">1</context>
4099 </context-group>
4100 </trans-unit>
4101 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
4102 <source>Update user password</source>
4103 <target>Aggiorna password dell' utente</target>
3433 <context-group name="null"> 4104 <context-group name="null">
3434 <context context-type="linenumber">1</context> 4105 <context context-type="linenumber">1</context>
3435 </context-group> 4106 </context-group>
3436 </trans-unit> 4107 </trans-unit>
3437 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 4108 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
3438 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 4109 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
3439 <target>L`utente <x id="INTERPOLATION" equiv-text="{{username}}"/> è stato modificato.</target> 4110 <target>L'utente <x id="INTERPOLATION" equiv-text="{{username}}"/> è stato modificato.</target>
3440 <context-group name="null"> 4111 <context-group name="null">
3441 <context context-type="linenumber">1</context> 4112 <context context-type="linenumber">1</context>
3442 </context-group> 4113 </context-group>
@@ -3448,15 +4119,45 @@ Altri video</target>
3448 <context context-type="linenumber">1</context> 4119 <context context-type="linenumber">1</context>
3449 </context-group> 4120 </context-group>
3450 </trans-unit> 4121 </trans-unit>
4122 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
4123 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4124 <target>Un\' email per la richiesta di reimpostare la password è stata inviata a <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4125 <context-group name="null">
4126 <context context-type="linenumber">1</context>
4127 </context-group>
4128 </trans-unit>
3451 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8"> 4129 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
3452 <source>Unban</source> 4130 <source>Unban</source>
3453 <target>Rimuovi ban</target> 4131 <target>Rimuovi espulsione</target>
4132 <context-group name="null">
4133 <context context-type="linenumber">1</context>
4134 </context-group>
4135 </trans-unit>
4136 <trans-unit id="910ed85f550272401b134a40d019ab3359fe883f">
4137 <source>Set Email as Verified</source>
4138 <target>Imposta email come verificata</target>
3454 <context-group name="null"> 4139 <context-group name="null">
3455 <context context-type="linenumber">1</context> 4140 <context context-type="linenumber">1</context>
3456 </context-group> 4141 </context-group>
3457 </trans-unit> 4142 </trans-unit>
3458 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf"> 4143 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf">
3459 <source>You cannot ban root.</source><target>You cannot ban root.</target><context-group name="null"> 4144 <source>You cannot ban root.</source>
4145 <target>Non puoi espellere root.</target>
4146 <context-group name="null">
4147 <context context-type="linenumber">1</context>
4148 </context-group>
4149 </trans-unit>
4150 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e">
4151 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source>
4152 <target>Conferma annullamento espulsione per <x id="INTERPOLATION" equiv-text="{{num}}"/> utenti?</target>
4153 <context-group name="null">
4154 <context context-type="linenumber">1</context>
4155 </context-group>
4156 </trans-unit>
4157 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd">
4158 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source>
4159 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> utenti riammessi.</target>
4160 <context-group name="null">
3460 <context context-type="linenumber">1</context> 4161 <context context-type="linenumber">1</context>
3461 </context-group> 4162 </context-group>
3462 </trans-unit> 4163 </trans-unit>
@@ -3467,6 +4168,13 @@ Altri video</target>
3467 <context context-type="linenumber">1</context> 4168 <context context-type="linenumber">1</context>
3468 </context-group> 4169 </context-group>
3469 </trans-unit> 4170 </trans-unit>
4171 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51">
4172 <source>If you remove these users, you will not be able to create others with the same username!</source>
4173 <target>Se questi utenti vengono rimossi, non sarà possibile crearne altri con gli stessi nomi utente.</target>
4174 <context-group name="null">
4175 <context context-type="linenumber">1</context>
4176 </context-group>
4177 </trans-unit>
3470 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329"> 4178 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329">
3471 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source> 4179 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source>
3472 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> utenti eliminati.</target> 4180 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> utenti eliminati.</target>
@@ -3474,8 +4182,73 @@ Altri video</target>
3474 <context context-type="linenumber">1</context> 4182 <context context-type="linenumber">1</context>
3475 </context-group> 4183 </context-group>
3476 </trans-unit> 4184 </trans-unit>
4185 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650">
4186 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source>
4187 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> email utente verificate.</target>
4188 <context-group name="null">
4189 <context context-type="linenumber">1</context>
4190 </context-group>
4191 </trans-unit>
4192 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de">
4193 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source>
4194 <target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> de-silenziato.</target>
4195 <context-group name="null">
4196 <context context-type="linenumber">1</context>
4197 </context-group>
4198 </trans-unit>
4199 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c">
4200 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source>
4201 <target>Istanza <x id="INTERPOLATION" equiv-text="{{host}}"/> de-silenziata.</target>
4202 <context-group name="null">
4203 <context context-type="linenumber">1</context>
4204 </context-group>
4205 </trans-unit>
4206 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
4207 <source>My videos history</source>
4208 <target>Storico dei video</target>
4209 <context-group name="null">
4210 <context context-type="linenumber">1</context>
4211 </context-group>
4212 </trans-unit>
4213 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
4214 <source>Videos history is enabled</source>
4215 <target>Storico abilitato</target>
4216 <context-group name="null">
4217 <context context-type="linenumber">1</context>
4218 </context-group>
4219 </trans-unit>
4220 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
4221 <source>Videos history is disabled</source>
4222 <target>Storico disabilitato</target>
4223 <context-group name="null">
4224 <context context-type="linenumber">1</context>
4225 </context-group>
4226 </trans-unit>
4227 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
4228 <source>Delete videos history</source>
4229 <target>Cancella storico</target>
4230 <context-group name="null">
4231 <context context-type="linenumber">1</context>
4232 </context-group>
4233 </trans-unit>
4234 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
4235 <source>Are you sure you want to delete all your videos history?</source>
4236 <target>Conferma cancellazione storico?</target>
4237 <context-group name="null">
4238 <context context-type="linenumber">1</context>
4239 </context-group>
4240 </trans-unit>
4241 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
4242 <source>Videos history deleted</source>
4243 <target>Storico eliminato</target>
4244 <context-group name="null">
4245 <context context-type="linenumber">1</context>
4246 </context-group>
4247 </trans-unit>
3477 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e"> 4248 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e">
3478 <source>Ownership accepted</source><target>Ownership accepted</target><context-group name="null"> 4249 <source>Ownership accepted</source>
4250 <target>Cambio proprietario accettato</target>
4251 <context-group name="null">
3479 <context context-type="linenumber">1</context> 4252 <context context-type="linenumber">1</context>
3480 </context-group> 4253 </context-group>
3481 </trans-unit> 4254 </trans-unit>
@@ -3495,7 +4268,7 @@ Altri video</target>
3495 </trans-unit> 4268 </trans-unit>
3496 <trans-unit id="ca8e8cf0f1686604db3b6a2ebadab7f7b426a047"> 4269 <trans-unit id="ca8e8cf0f1686604db3b6a2ebadab7f7b426a047">
3497 <source>Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.</source> 4270 <source>Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.</source>
3498 <target>Sei sicuro di volere eliminare il tuo account? Questa azione eliminerá tutti it tuoi dati compresi canali, video etc.</target> 4271 <target>Sei sicuro di volere eliminare il tuo account? Questa azione eliminerà tutti it tuoi dati compresi canali, video etc.</target>
3499 <context-group name="null"> 4272 <context-group name="null">
3500 <context context-type="linenumber">1</context> 4273 <context context-type="linenumber">1</context>
3501 </context-group> 4274 </context-group>
@@ -3521,6 +4294,69 @@ Altri video</target>
3521 <context context-type="linenumber">1</context> 4294 <context context-type="linenumber">1</context>
3522 </context-group> 4295 </context-group>
3523 </trans-unit> 4296 </trans-unit>
4297 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
4298 <source>New video from your subscriptions</source>
4299 <target>Nuovi video da utenti seguiti</target>
4300 <context-group name="null">
4301 <context context-type="linenumber">1</context>
4302 </context-group>
4303 </trans-unit>
4304 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
4305 <source>New comment on your video</source>
4306 <target>Nuovi commenti sui tuoi video</target>
4307 <context-group name="null">
4308 <context context-type="linenumber">1</context>
4309 </context-group>
4310 </trans-unit>
4311 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4312 <source>One of your video is blacklisted/unblacklisted</source>
4313 <target>Uno dei video è stato messo in/tolto dalla lista nera</target>
4314 <context-group name="null">
4315 <context context-type="linenumber">1</context>
4316 </context-group>
4317 </trans-unit>
4318 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
4319 <source>Video published (after transcoding/scheduled update)</source>
4320 <target>Video pubblicato (dopo trascodifica / aggiornamento programmato)</target>
4321 <context-group name="null">
4322 <context context-type="linenumber">1</context>
4323 </context-group>
4324 </trans-unit>
4325 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
4326 <source>Video import finished</source>
4327 <target>Importazione video terminata</target>
4328 <context-group name="null">
4329 <context context-type="linenumber">1</context>
4330 </context-group>
4331 </trans-unit>
4332 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
4333 <source>A new user registered on your instance</source>
4334 <target>Nuova registrazione utente su questa istanza</target>
4335 <context-group name="null">
4336 <context context-type="linenumber">1</context>
4337 </context-group>
4338 </trans-unit>
4339 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2">
4340 <source>You or your channel(s) has a new follower</source>
4341 <target>Nuovo utente che segue te o un tuo canale</target>
4342 <context-group name="null">
4343 <context context-type="linenumber">1</context>
4344 </context-group>
4345 </trans-unit>
4346 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
4347 <source>Someone mentioned you in video comments</source>
4348 <target>Qualcuno ti ha nominato in un commento</target>
4349 <context-group name="null">
4350 <context context-type="linenumber">1</context>
4351 </context-group>
4352 </trans-unit>
4353 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
4354 <source>Preferences saved</source>
4355 <target>Preferenze salvate</target>
4356 <context-group name="null">
4357 <context context-type="linenumber">1</context>
4358 </context-group>
4359 </trans-unit>
3524 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b"> 4360 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b">
3525 <source>Profile updated.</source> 4361 <source>Profile updated.</source>
3526 <target>Profilo modificato.</target> 4362 <target>Profilo modificato.</target>
@@ -3556,16 +4392,16 @@ Altri video</target>
3556 <context context-type="linenumber">1</context> 4392 <context context-type="linenumber">1</context>
3557 </context-group> 4393 </context-group>
3558 </trans-unit> 4394 </trans-unit>
3559 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795"> 4395 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
3560 <source>Create</source> 4396 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
3561 <target>Crea</target> 4397 <target>Il canale video <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> è stato modificato.</target>
3562 <context-group name="null"> 4398 <context-group name="null">
3563 <context context-type="linenumber">1</context> 4399 <context context-type="linenumber">1</context>
3564 </context-group> 4400 </context-group>
3565 </trans-unit> 4401 </trans-unit>
3566 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4402 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
3567 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4403 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
3568 <target>Il canale video <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> è stato modificato.</target> 4404 <target>Scrivere il nome del canale video (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) per conferma</target>
3569 <context-group name="null"> 4405 <context-group name="null">
3570 <context context-type="linenumber">1</context> 4406 <context context-type="linenumber">1</context>
3571 </context-group> 4407 </context-group>
@@ -3612,37 +4448,6 @@ Altri video</target>
3612 <context context-type="linenumber">1</context> 4448 <context context-type="linenumber">1</context>
3613 </context-group> 4449 </context-group>
3614 </trans-unit> 4450 </trans-unit>
3615 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
3616 <source>Published</source>
3617 <target>Pubblicato</target>
3618 <context-group name="null">
3619 <context context-type="linenumber">1</context>
3620 </context-group>
3621 </trans-unit>
3622 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
3623 <source>Publication scheduled on </source>
3624 <target>Pubblicazione programmata per il</target>
3625 <context-group name="null">
3626 <context context-type="linenumber">1</context>
3627 </context-group>
3628 </trans-unit>
3629 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
3630 <source>Waiting transcoding</source>
3631 <target>Aspettando transcodifica</target>
3632 <context-group name="null">
3633 <context context-type="linenumber">1</context>
3634 </context-group>
3635 </trans-unit>
3636 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
3637 <source>To transcode</source><target>To transcode</target><context-group name="null">
3638 <context context-type="linenumber">1</context>
3639 </context-group>
3640 </trans-unit>
3641 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
3642 <source>To import</source><target>To import</target><context-group name="null">
3643 <context context-type="linenumber">1</context>
3644 </context-group>
3645 </trans-unit>
3646 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd"> 4451 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd">
3647 <source>Ownership change request sent.</source> 4452 <source>Ownership change request sent.</source>
3648 <target>Richiesta di cambio proprietario spedita.</target> 4453 <target>Richiesta di cambio proprietario spedita.</target>
@@ -3650,13 +4455,6 @@ Altri video</target>
3650 <context context-type="linenumber">1</context> 4455 <context context-type="linenumber">1</context>
3651 </context-group> 4456 </context-group>
3652 </trans-unit> 4457 </trans-unit>
3653 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
3654 <source>My library</source>
3655 <target>La mia libreria</target>
3656 <context-group name="null">
3657 <context context-type="linenumber">1</context>
3658 </context-group>
3659 </trans-unit>
3660 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4458 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
3661 <source>My channels</source> 4459 <source>My channels</source>
3662 <target>I miei canali</target> 4460 <target>I miei canali</target>
@@ -3671,6 +4469,13 @@ Altri video</target>
3671 <context context-type="linenumber">1</context> 4469 <context context-type="linenumber">1</context>
3672 </context-group> 4470 </context-group>
3673 </trans-unit> 4471 </trans-unit>
4472 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
4473 <source>My history</source>
4474 <target>Il mio storico</target>
4475 <context-group name="null">
4476 <context context-type="linenumber">1</context>
4477 </context-group>
4478 </trans-unit>
3674 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029"> 4479 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
3675 <source>Misc</source> 4480 <source>Misc</source>
3676 <target>Altro</target> 4481 <target>Altro</target>
@@ -3692,9 +4497,16 @@ Altri video</target>
3692 <context context-type="linenumber">1</context> 4497 <context context-type="linenumber">1</context>
3693 </context-group> 4498 </context-group>
3694 </trans-unit> 4499 </trans-unit>
4500 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
4501 <source>My notifications</source>
4502 <target>Le mie notifiche</target>
4503 <context-group name="null">
4504 <context context-type="linenumber">1</context>
4505 </context-group>
4506 </trans-unit>
3695 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706"> 4507 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706">
3696 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source> 4508 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
3697 <target>Una email con un link di verifica verrá spedito a <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target> 4509 <target>Un messaggio con un link di verifica verrà spedito a <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
3698 <context-group name="null"> 4510 <context-group name="null">
3699 <context context-type="linenumber">1</context> 4511 <context context-type="linenumber">1</context>
3700 </context-group> 4512 </context-group>
@@ -3706,6 +4518,27 @@ Altri video</target>
3706 <context context-type="linenumber">1</context> 4518 <context context-type="linenumber">1</context>
3707 </context-group> 4519 </context-group>
3708 </trans-unit> 4520 </trans-unit>
4521 <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598">
4522 <source>Subscribe to the account</source>
4523 <target>Iscriversi all'account</target>
4524 <context-group name="null">
4525 <context context-type="linenumber">1</context>
4526 </context-group>
4527 </trans-unit>
4528 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013">
4529 <source>Focus the search bar</source>
4530 <target>Inquadra la barra di ricerca</target>
4531 <context-group name="null">
4532 <context context-type="linenumber">1</context>
4533 </context-group>
4534 </trans-unit>
4535 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099">
4536 <source>Toggle the left menu</source>
4537 <target>Attiva il menu sinistro</target>
4538 <context-group name="null">
4539 <context context-type="linenumber">1</context>
4540 </context-group>
4541 </trans-unit>
3709 <trans-unit id="b54759e30f7c1983940cdacb8eb03f102a869084"> 4542 <trans-unit id="b54759e30f7c1983940cdacb8eb03f102a869084">
3710 <source>Go to the videos overview page</source> 4543 <source>Go to the videos overview page</source>
3711 <target>Vai alla pagina di anteprima dei video</target> 4544 <target>Vai alla pagina di anteprima dei video</target>
@@ -3713,6 +4546,69 @@ Altri video</target>
3713 <context context-type="linenumber">1</context> 4546 <context context-type="linenumber">1</context>
3714 </context-group> 4547 </context-group>
3715 </trans-unit> 4548 </trans-unit>
4549 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0">
4550 <source>Go to the trending videos page</source>
4551 <target>Vai alla pagina video di tendenza</target>
4552 <context-group name="null">
4553 <context context-type="linenumber">1</context>
4554 </context-group>
4555 </trans-unit>
4556 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d">
4557 <source>Go to the recently added videos page</source>
4558 <target>Vai alla pagina video recenti</target>
4559 <context-group name="null">
4560 <context context-type="linenumber">1</context>
4561 </context-group>
4562 </trans-unit>
4563 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5">
4564 <source>Go to the local videos page</source>
4565 <target>Vai alla pagina video locali</target>
4566 <context-group name="null">
4567 <context context-type="linenumber">1</context>
4568 </context-group>
4569 </trans-unit>
4570 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba">
4571 <source>Go to the videos upload page</source>
4572 <target>Vai alla pagina caricamenti video</target>
4573 <context-group name="null">
4574 <context context-type="linenumber">1</context>
4575 </context-group>
4576 </trans-unit>
4577 <trans-unit id="0ed7b40c11da9d4565af9c041df20c15bc6be97e">
4578 <source>Toggle Dark theme</source>
4579 <target>Attiva tema scuro</target>
4580 <context-group name="null">
4581 <context context-type="linenumber">1</context>
4582 </context-group>
4583 </trans-unit>
4584 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2">
4585 <source>Go to my subscriptions</source>
4586 <target>Vai alle mie iscrizioni</target>
4587 <context-group name="null">
4588 <context context-type="linenumber">1</context>
4589 </context-group>
4590 </trans-unit>
4591 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1">
4592 <source>Go to my videos</source>
4593 <target>Vai ai miei video</target>
4594 <context-group name="null">
4595 <context context-type="linenumber">1</context>
4596 </context-group>
4597 </trans-unit>
4598 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7">
4599 <source>Go to my imports</source>
4600 <target>Vai alle mie importazioni</target>
4601 <context-group name="null">
4602 <context context-type="linenumber">1</context>
4603 </context-group>
4604 </trans-unit>
4605 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390">
4606 <source>Go to my channels</source>
4607 <target>Vai ai miei canali</target>
4608 <context-group name="null">
4609 <context context-type="linenumber">1</context>
4610 </context-group>
4611 </trans-unit>
3716 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7"> 4612 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7">
3717 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>. 4613 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
3718</source> 4614</source>
@@ -3729,13 +4625,6 @@ Altri video</target>
3729 <context context-type="linenumber">1</context> 4625 <context context-type="linenumber">1</context>
3730 </context-group> 4626 </context-group>
3731 </trans-unit> 4627 </trans-unit>
3732 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
3733 <source>Error</source>
3734 <target>Errore</target>
3735 <context-group name="null">
3736 <context context-type="linenumber">1</context>
3737 </context-group>
3738 </trans-unit>
3739 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 4628 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
3740 <source>You need to reconnect.</source> 4629 <source>You need to reconnect.</source>
3741 <target>Devi riconnetterti.</target> 4630 <target>Devi riconnetterti.</target>
@@ -3743,13 +4632,6 @@ Altri video</target>
3743 <context context-type="linenumber">1</context> 4632 <context context-type="linenumber">1</context>
3744 </context-group> 4633 </context-group>
3745 </trans-unit> 4634 </trans-unit>
3746 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
3747 <source>Confirm</source>
3748 <target>Conferma</target>
3749 <context-group name="null">
3750 <context context-type="linenumber">1</context>
3751 </context-group>
3752 </trans-unit>
3753 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452"> 4635 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
3754 <source>Keyboard Shortcuts:</source> 4636 <source>Keyboard Shortcuts:</source>
3755 <target>Scorciatoie per la tastiera:</target> 4637 <target>Scorciatoie per la tastiera:</target>
@@ -3757,21 +4639,16 @@ Altri video</target>
3757 <context context-type="linenumber">1</context> 4639 <context context-type="linenumber">1</context>
3758 </context-group> 4640 </context-group>
3759 </trans-unit> 4641 </trans-unit>
3760 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
3761 <source>Info</source>
3762 <target>Informazioni</target>
3763 <context-group name="null">
3764 <context context-type="linenumber">1</context>
3765 </context-group>
3766 </trans-unit>
3767 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba"> 4642 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
3768 <source>Success</source><target>Success</target><context-group name="null"> 4643 <source>Success</source>
4644 <target>Completato</target>
4645 <context-group name="null">
3769 <context context-type="linenumber">1</context> 4646 <context context-type="linenumber">1</context>
3770 </context-group> 4647 </context-group>
3771 </trans-unit> 4648 </trans-unit>
3772 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe"> 4649 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe">
3773 <source>Incorrect username or password.</source> 4650 <source>Incorrect username or password.</source>
3774 <target>Username or password non corretti</target> 4651 <target>Nome utente o password non corretti</target>
3775 <context-group name="null"> 4652 <context-group name="null">
3776 <context context-type="linenumber">1</context> 4653 <context context-type="linenumber">1</context>
3777 </context-group> 4654 </context-group>
@@ -3785,7 +4662,7 @@ Altri video</target>
3785 </trans-unit> 4662 </trans-unit>
3786 <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1"> 4663 <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1">
3787 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source> 4664 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
3788 <target>Una email con le informazioni per il reset della password verrá spedita a <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target> 4665 <target>Un messaggio con le informazioni per il reset della password verrà spedito a <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
3789 <context-group name="null"> 4666 <context-group name="null">
3790 <context context-type="linenumber">1</context> 4667 <context context-type="linenumber">1</context>
3791 </context-group> 4668 </context-group>
@@ -3862,7 +4739,7 @@ Altri video</target>
3862 </trans-unit> 4739 </trans-unit>
3863 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9"> 4740 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9">
3864 <source>Views</source> 4741 <source>Views</source>
3865 <target>Viste</target> 4742 <target>Visualizzazioni</target>
3866 <context-group name="null"> 4743 <context-group name="null">
3867 <context context-type="linenumber">1</context> 4744 <context context-type="linenumber">1</context>
3868 </context-group> 4745 </context-group>
@@ -3874,6 +4751,90 @@ Altri video</target>
3874 <context context-type="linenumber">1</context> 4751 <context context-type="linenumber">1</context>
3875 </context-group> 4752 </context-group>
3876 </trans-unit> 4753 </trans-unit>
4754 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
4755 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
4756 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> anni fa</target>
4757 <context-group name="null">
4758 <context context-type="linenumber">1</context>
4759 </context-group>
4760 </trans-unit>
4761 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
4762 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
4763 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> mesi fa</target>
4764 <context-group name="null">
4765 <context context-type="linenumber">1</context>
4766 </context-group>
4767 </trans-unit>
4768 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
4769 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
4770 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> mese fa</target>
4771 <context-group name="null">
4772 <context context-type="linenumber">1</context>
4773 </context-group>
4774 </trans-unit>
4775 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
4776 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
4777 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> settimane fa</target>
4778 <context-group name="null">
4779 <context context-type="linenumber">1</context>
4780 </context-group>
4781 </trans-unit>
4782 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
4783 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
4784 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> settimana fa</target>
4785 <context-group name="null">
4786 <context context-type="linenumber">1</context>
4787 </context-group>
4788 </trans-unit>
4789 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
4790 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
4791 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> giorni fa</target>
4792 <context-group name="null">
4793 <context context-type="linenumber">1</context>
4794 </context-group>
4795 </trans-unit>
4796 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
4797 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
4798 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> giorno fa</target>
4799 <context-group name="null">
4800 <context context-type="linenumber">1</context>
4801 </context-group>
4802 </trans-unit>
4803 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
4804 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
4805 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> ore fa</target>
4806 <context-group name="null">
4807 <context context-type="linenumber">1</context>
4808 </context-group>
4809 </trans-unit>
4810 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
4811 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
4812 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> ora fa</target>
4813 <context-group name="null">
4814 <context context-type="linenumber">1</context>
4815 </context-group>
4816 </trans-unit>
4817 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
4818 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
4819 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> min fa</target>
4820 <context-group name="null">
4821 <context context-type="linenumber">1</context>
4822 </context-group>
4823 </trans-unit>
4824 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
4825 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
4826 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec fa</target>
4827 <context-group name="null">
4828 <context context-type="linenumber">1</context>
4829 </context-group>
4830 </trans-unit>
4831 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4832 <source>Confirm</source>
4833 <target>Conferma</target>
4834 <context-group name="null">
4835 <context context-type="linenumber">1</context>
4836 </context-group>
4837 </trans-unit>
3877 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 4838 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
3878 <source>Instance name is required.</source> 4839 <source>Instance name is required.</source>
3879 <target>Ci vuole il nome dell'instanza.</target> 4840 <target>Ci vuole il nome dell'instanza.</target>
@@ -3897,21 +4858,21 @@ Altri video</target>
3897 </trans-unit> 4858 </trans-unit>
3898 <trans-unit id="dbb2ef02020afc05e146855f2e1dd7c9522d49b6"> 4859 <trans-unit id="dbb2ef02020afc05e146855f2e1dd7c9522d49b6">
3899 <source>Previews cache size is required.</source> 4860 <source>Previews cache size is required.</source>
3900 <target>Ci vuole la dimensione del cache per la previsualizzazione.</target> 4861 <target>Ci vuole la dimensione del cache per l'anteprima.</target>
3901 <context-group name="null"> 4862 <context-group name="null">
3902 <context context-type="linenumber">1</context> 4863 <context context-type="linenumber">1</context>
3903 </context-group> 4864 </context-group>
3904 </trans-unit> 4865 </trans-unit>
3905 <trans-unit id="97836c6e698185b4ce357de9d4b2ab3e838f2459"> 4866 <trans-unit id="97836c6e698185b4ce357de9d4b2ab3e838f2459">
3906 <source>Previews cache size must be greater than 1.</source> 4867 <source>Previews cache size must be greater than 1.</source>
3907 <target>La dimensione del cache per la previsualizzazione deve essere superiore a 1.</target> 4868 <target>La dimensione del cache per l'anteprima deve essere maggiore di 1.</target>
3908 <context-group name="null"> 4869 <context-group name="null">
3909 <context context-type="linenumber">1</context> 4870 <context context-type="linenumber">1</context>
3910 </context-group> 4871 </context-group>
3911 </trans-unit> 4872 </trans-unit>
3912 <trans-unit id="e7393dc4a4aa12d005582eb9e1ddc7e5ca5bebd3"> 4873 <trans-unit id="e7393dc4a4aa12d005582eb9e1ddc7e5ca5bebd3">
3913 <source>Previews cache size must be a number.</source> 4874 <source>Previews cache size must be a number.</source>
3914 <target>La dimensione del cache per la previsualizzazione deve essere un numero.</target> 4875 <target>La dimensione del cache per l'anteprima deve essere un numero.</target>
3915 <context-group name="null"> 4876 <context-group name="null">
3916 <context context-type="linenumber">1</context> 4877 <context context-type="linenumber">1</context>
3917 </context-group> 4878 </context-group>
@@ -3925,7 +4886,7 @@ Altri video</target>
3925 </trans-unit> 4886 </trans-unit>
3926 <trans-unit id="a8d7131c0ca1eefe7b058e6081236ca1be364e2c"> 4887 <trans-unit id="a8d7131c0ca1eefe7b058e6081236ca1be364e2c">
3927 <source>Captions cache size must be greater than 1.</source> 4888 <source>Captions cache size must be greater than 1.</source>
3928 <target>La dimensione della cache delle descrizioni deve essere piú grande di 1.</target> 4889 <target>La dimensione della cache delle descrizioni deve essere maggiore di 1.</target>
3929 <context-group name="null"> 4890 <context-group name="null">
3930 <context context-type="linenumber">1</context> 4891 <context context-type="linenumber">1</context>
3931 </context-group> 4892 </context-group>
@@ -3946,7 +4907,7 @@ Altri video</target>
3946 </trans-unit> 4907 </trans-unit>
3947 <trans-unit id="0ca9f7ec55c9896add6e82d2b52e9217e1140cf7"> 4908 <trans-unit id="0ca9f7ec55c9896add6e82d2b52e9217e1140cf7">
3948 <source>Signup limit must be greater than 1.</source> 4909 <source>Signup limit must be greater than 1.</source>
3949 <target>Il limite per le sottoscrizioni deve essere piú grande di 1.</target> 4910 <target>Il limite per le sottoscrizioni deve essere maggiore di 1.</target>
3950 <context-group name="null"> 4911 <context-group name="null">
3951 <context context-type="linenumber">1</context> 4912 <context context-type="linenumber">1</context>
3952 </context-group> 4913 </context-group>
@@ -3974,14 +4935,14 @@ Altri video</target>
3974 </trans-unit> 4935 </trans-unit>
3975 <trans-unit id="f15f2e02b1f6a96553e98ea4a969045d17ec1400"> 4936 <trans-unit id="f15f2e02b1f6a96553e98ea4a969045d17ec1400">
3976 <source>Transcoding threads is required.</source> 4937 <source>Transcoding threads is required.</source>
3977 <target>Il numero di thread di transcodifica è richiesto.</target> 4938 <target>Il numero di thread di trascodifica è richiesto.</target>
3978 <context-group name="null"> 4939 <context-group name="null">
3979 <context context-type="linenumber">1</context> 4940 <context context-type="linenumber">1</context>
3980 </context-group> 4941 </context-group>
3981 </trans-unit> 4942 </trans-unit>
3982 <trans-unit id="4166cc066b963a23829b48a09e394f73b453fabd"> 4943 <trans-unit id="4166cc066b963a23829b48a09e394f73b453fabd">
3983 <source>Transcoding threads must be greater or equal to 0.</source> 4944 <source>Transcoding threads must be greater or equal to 0.</source>
3984 <target>Il numero di thread di transcodifica deve essere più grande o uguale a 0.</target> 4945 <target>Il numero di thread di trascodifica deve essere maggiore o uguale a 0.</target>
3985 <context-group name="null"> 4946 <context-group name="null">
3986 <context context-type="linenumber">1</context> 4947 <context context-type="linenumber">1</context>
3987 </context-group> 4948 </context-group>
@@ -4000,9 +4961,51 @@ Altri video</target>
4000 <context context-type="linenumber">1</context> 4961 <context context-type="linenumber">1</context>
4001 </context-group> 4962 </context-group>
4002 </trans-unit> 4963 </trans-unit>
4964 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33">
4965 <source>Your name is required.</source>
4966 <target>Il nome è richiesto.</target>
4967 <context-group name="null">
4968 <context context-type="linenumber">1</context>
4969 </context-group>
4970 </trans-unit>
4971 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a">
4972 <source>Your name must be at least 1 character long.</source>
4973 <target>Il nome deve essere almeno lungo 1 carattere.</target>
4974 <context-group name="null">
4975 <context context-type="linenumber">1</context>
4976 </context-group>
4977 </trans-unit>
4978 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b">
4979 <source>Your name cannot be more than 120 characters long.</source>
4980 <target>Il nome non può essere più di 120 caratteri.</target>
4981 <context-group name="null">
4982 <context context-type="linenumber">1</context>
4983 </context-group>
4984 </trans-unit>
4985 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2">
4986 <source>A message is required.</source>
4987 <target>E' richiesto un messaggio.</target>
4988 <context-group name="null">
4989 <context context-type="linenumber">1</context>
4990 </context-group>
4991 </trans-unit>
4992 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64">
4993 <source>The message must be at least 3 characters long.</source>
4994 <target>Il messaggio deve essere almeno lungo 3 caratteri.</target>
4995 <context-group name="null">
4996 <context context-type="linenumber">1</context>
4997 </context-group>
4998 </trans-unit>
4999 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60">
5000 <source>The message cannot be more than 5000 characters long.</source>
5001 <target>Il messaggio non può essere più lungo di 5000 caratteri.</target>
5002 <context-group name="null">
5003 <context context-type="linenumber">1</context>
5004 </context-group>
5005 </trans-unit>
4003 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149"> 5006 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149">
4004 <source>Username is required.</source> 5007 <source>Username is required.</source>
4005 <target>L'username è necessario.</target> 5008 <target>Il nome utente è necessario.</target>
4006 <context-group name="null"> 5009 <context-group name="null">
4007 <context context-type="linenumber">1</context> 5010 <context context-type="linenumber">1</context>
4008 </context-group> 5011 </context-group>
@@ -4021,9 +5024,30 @@ Altri video</target>
4021 <context context-type="linenumber">1</context> 5024 <context context-type="linenumber">1</context>
4022 </context-group> 5025 </context-group>
4023 </trans-unit> 5026 </trans-unit>
5027 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a">
5028 <source>Username must be at least 1 character long.</source>
5029 <target>Il nome utente deve essere almeno lungo 1 carattere.</target>
5030 <context-group name="null">
5031 <context context-type="linenumber">1</context>
5032 </context-group>
5033 </trans-unit>
5034 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a">
5035 <source>Username cannot be more than 50 characters long.</source>
5036 <target>Il nome utente non può essere più lungo di 50 caratteri.</target>
5037 <context-group name="null">
5038 <context context-type="linenumber">1</context>
5039 </context-group>
5040 </trans-unit>
5041 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
5042 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
5043 <target>Il nome utente deve essere alfanumerico minuscolo. Sono permessi punti e trattino basso.</target>
5044 <context-group name="null">
5045 <context context-type="linenumber">1</context>
5046 </context-group>
5047 </trans-unit>
4024 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0"> 5048 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
4025 <source>Password must be at least 6 characters long.</source> 5049 <source>Password must be at least 6 characters long.</source>
4026 <target>La password deve essere lunga almeno 6 caratteri.</target> 5050 <target>La password deve essere lunga almeno 6 caratteri.</target>
4027 <context-group name="null"> 5051 <context-group name="null">
4028 <context context-type="linenumber">1</context> 5052 <context context-type="linenumber">1</context>
4029 </context-group> 5053 </context-group>
@@ -4051,7 +5075,7 @@ Altri video</target>
4051 </trans-unit> 5075 </trans-unit>
4052 <trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80"> 5076 <trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80">
4053 <source>Quota must be greater than -1.</source> 5077 <source>Quota must be greater than -1.</source>
4054 <target>La quota deve essere più grande di -1.</target> 5078 <target>La quota deve essere maggiore di -1.</target>
4055 <context-group name="null"> 5079 <context-group name="null">
4056 <context context-type="linenumber">1</context> 5080 <context context-type="linenumber">1</context>
4057 </context-group> 5081 </context-group>
@@ -4065,7 +5089,7 @@ Altri video</target>
4065 </trans-unit> 5089 </trans-unit>
4066 <trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e"> 5090 <trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e">
4067 <source>Daily upload limit must be greater than -1.</source> 5091 <source>Daily upload limit must be greater than -1.</source>
4068 <target>Il limite di caricamento giornaliero deve essere più grande di -1.</target> 5092 <target>Il limite di caricamento giornaliero deve essere maggiore di -1.</target>
4069 <context-group name="null"> 5093 <context-group name="null">
4070 <context context-type="linenumber">1</context> 5094 <context context-type="linenumber">1</context>
4071 </context-group> 5095 </context-group>
@@ -4084,9 +5108,30 @@ Altri video</target>
4084 <context context-type="linenumber">1</context> 5108 <context context-type="linenumber">1</context>
4085 </context-group> 5109 </context-group>
4086 </trans-unit> 5110 </trans-unit>
5111 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c">
5112 <source>Display name must be at least 1 character long.</source>
5113 <target>Il nome visualizzato deve essere almeno lungo 1 carattere.</target>
5114 <context-group name="null">
5115 <context context-type="linenumber">1</context>
5116 </context-group>
5117 </trans-unit>
5118 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1">
5119 <source>Display name cannot be more than 50 characters long.</source>
5120 <target>Il nome visualizzato non può essere più lungo di 50 caratteri.</target>
5121 <context-group name="null">
5122 <context context-type="linenumber">1</context>
5123 </context-group>
5124 </trans-unit>
4087 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae"> 5125 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae">
4088 <source>Description must be at least 3 characters long.</source> 5126 <source>Description must be at least 3 characters long.</source>
4089 <target>La descrizione deve avere al minino 3 caratteri.</target> 5127 <target>La descrizione deve essere lunga almeno 3 caratteri.</target>
5128 <context-group name="null">
5129 <context context-type="linenumber">1</context>
5130 </context-group>
5131 </trans-unit>
5132 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0">
5133 <source>Description cannot be more than 1000 characters long.</source>
5134 <target>La descrizione non può essere più lunga di 1000 caratteri.</target>
4090 <context-group name="null"> 5135 <context-group name="null">
4091 <context context-type="linenumber">1</context> 5136 <context context-type="linenumber">1</context>
4092 </context-group> 5137 </context-group>
@@ -4126,6 +5171,13 @@ Altri video</target>
4126 <context context-type="linenumber">1</context> 5171 <context context-type="linenumber">1</context>
4127 </context-group> 5172 </context-group>
4128 </trans-unit> 5173 </trans-unit>
5174 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
5175 <source>Report reason cannot be more than 3000 characters long.</source>
5176 <target>Il motivo per la segnalazione non può essere più lungo di 3000 caratteri.</target>
5177 <context-group name="null">
5178 <context context-type="linenumber">1</context>
5179 </context-group>
5180 </trans-unit>
4129 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118"> 5181 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118">
4130 <source>Moderation comment is required.</source> 5182 <source>Moderation comment is required.</source>
4131 <target>Il commento di moderazione è richiesto.</target> 5183 <target>Il commento di moderazione è richiesto.</target>
@@ -4140,6 +5192,13 @@ Altri video</target>
4140 <context context-type="linenumber">1</context> 5192 <context context-type="linenumber">1</context>
4141 </context-group> 5193 </context-group>
4142 </trans-unit> 5194 </trans-unit>
5195 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
5196 <source>Moderation comment cannot be more than 3000 characters long.</source>
5197 <target>Il commento di moderazione non può essere più lungo di 3000 caratteri.</target>
5198 <context-group name="null">
5199 <context context-type="linenumber">1</context>
5200 </context-group>
5201 </trans-unit>
4143 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6"> 5202 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6">
4144 <source>The channel is required.</source> 5203 <source>The channel is required.</source>
4145 <target>Il canale è richiesto.</target> 5204 <target>Il canale è richiesto.</target>
@@ -4147,6 +5206,34 @@ Altri video</target>
4147 <context context-type="linenumber">1</context> 5206 <context context-type="linenumber">1</context>
4148 </context-group> 5207 </context-group>
4149 </trans-unit> 5208 </trans-unit>
5209 <trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca">
5210 <source>Blacklist reason must be at least 2 characters long.</source>
5211 <target>La ragione di inserimento in lista nera deve essere almeno lunga 2 caratteri.</target>
5212 <context-group name="null">
5213 <context context-type="linenumber">1</context>
5214 </context-group>
5215 </trans-unit>
5216 <trans-unit id="5009443905b0b152915247799492bf5e164e7626">
5217 <source>Blacklist reason cannot be more than 300 characters long.</source>
5218 <target>La ragione di inserimento in lista nera non può essere più lunga di 300 caratteri.</target>
5219 <context-group name="null">
5220 <context context-type="linenumber">1</context>
5221 </context-group>
5222 </trans-unit>
5223 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e">
5224 <source>Video caption language is required.</source>
5225 <target>La lingua della descrizione del video è richiesta.</target>
5226 <context-group name="null">
5227 <context context-type="linenumber">1</context>
5228 </context-group>
5229 </trans-unit>
5230 <trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963">
5231 <source>Video caption file is required.</source>
5232 <target>Il file con la descrizione è richiesto.</target>
5233 <context-group name="null">
5234 <context context-type="linenumber">1</context>
5235 </context-group>
5236 </trans-unit>
4150 <trans-unit id="bd7fc070c728dc6dbf3959d49fe5bb27ce15d294"> 5237 <trans-unit id="bd7fc070c728dc6dbf3959d49fe5bb27ce15d294">
4151 <source>The username is required.</source> 5238 <source>The username is required.</source>
4152 <target>Ci vuole il nome utente.</target> 5239 <target>Ci vuole il nome utente.</target>
@@ -4154,6 +5241,13 @@ Altri video</target>
4154 <context context-type="linenumber">1</context> 5241 <context context-type="linenumber">1</context>
4155 </context-group> 5242 </context-group>
4156 </trans-unit> 5243 </trans-unit>
5244 <trans-unit id="c8465c3773699dd075e0147e264d2e232f605803">
5245 <source>You can only transfer ownership to a local account</source>
5246 <target>La proprietà può essere trasferita solo ad account locali.</target>
5247 <context-group name="null">
5248 <context context-type="linenumber">1</context>
5249 </context-group>
5250 </trans-unit>
4157 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33"> 5251 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33">
4158 <source>Name is required.</source> 5252 <source>Name is required.</source>
4159 <target>Ci vuole il nome.</target> 5253 <target>Ci vuole il nome.</target>
@@ -4161,6 +5255,41 @@ Altri video</target>
4161 <context context-type="linenumber">1</context> 5255 <context context-type="linenumber">1</context>
4162 </context-group> 5256 </context-group>
4163 </trans-unit> 5257 </trans-unit>
5258 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76">
5259 <source>Name must be at least 1 character long.</source>
5260 <target>Il nome deve essere lungo almeno 1 carattere.</target>
5261 <context-group name="null">
5262 <context context-type="linenumber">1</context>
5263 </context-group>
5264 </trans-unit>
5265 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d">
5266 <source>Name cannot be more than 50 characters long.</source>
5267 <target>Il nome non può essere più lungo di 50 caratteri.</target>
5268 <context-group name="null">
5269 <context context-type="linenumber">1</context>
5270 </context-group>
5271 </trans-unit>
5272 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18">
5273 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
5274 <target>Il nome deve essere alfanumerico minuscolo; punti e trattino basso sono ammessi.</target>
5275 <context-group name="null">
5276 <context context-type="linenumber">1</context>
5277 </context-group>
5278 </trans-unit>
5279 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
5280 <source>Support text must be at least 3 characters long.</source>
5281 <target>Il testo di supporto deve essere lungo almeno 3 caratteri.</target>
5282 <context-group name="null">
5283 <context context-type="linenumber">1</context>
5284 </context-group>
5285 </trans-unit>
5286 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85">
5287 <source>Support text cannot be more than 1000 characters long.</source>
5288 <target>Il testo di supporto non può essere più lungo di 1000 caratteri.</target>
5289 <context-group name="null">
5290 <context context-type="linenumber">1</context>
5291 </context-group>
5292 </trans-unit>
4164 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79"> 5293 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79">
4165 <source>Comment is required.</source> 5294 <source>Comment is required.</source>
4166 <target>Un commento è necessario.</target> 5295 <target>Un commento è necessario.</target>
@@ -4182,6 +5311,11 @@ Altri video</target>
4182 <context context-type="linenumber">1</context> 5311 <context context-type="linenumber">1</context>
4183 </context-group> 5312 </context-group>
4184 </trans-unit> 5313 </trans-unit>
5314 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5315 <source>Display name cannot be more than 120 characters long.</source><target>Display name cannot be more than 120 characters long.</target><context-group name="null">
5316 <context context-type="linenumber">1</context>
5317 </context-group>
5318 </trans-unit>
4185 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 5319 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
4186 <source>Video name is required.</source> 5320 <source>Video name is required.</source>
4187 <target>Ci vuole il nome del video.</target> 5321 <target>Ci vuole il nome del video.</target>
@@ -4203,6 +5337,13 @@ Altri video</target>
4203 <context context-type="linenumber">1</context> 5337 <context context-type="linenumber">1</context>
4204 </context-group> 5338 </context-group>
4205 </trans-unit> 5339 </trans-unit>
5340 <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4">
5341 <source>Video privacy is required.</source>
5342 <target>Si deve indicare la privacy del video.</target>
5343 <context-group name="null">
5344 <context context-type="linenumber">1</context>
5345 </context-group>
5346 </trans-unit>
4206 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16"> 5347 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16">
4207 <source>Video channel is required.</source> 5348 <source>Video channel is required.</source>
4208 <target>Il canale del video è necessario.</target> 5349 <target>Il canale del video è necessario.</target>
@@ -4240,7 +5381,14 @@ Altri video</target>
4240 </trans-unit> 5381 </trans-unit>
4241 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6"> 5382 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6">
4242 <source>Video support must be at least 3 characters long.</source> 5383 <source>Video support must be at least 3 characters long.</source>
4243 <target>Supporto video deve essere almeno di 3 caratteri</target> 5384 <target>Il supporto video deve essere almeno di 3 caratteri.</target>
5385 <context-group name="null">
5386 <context context-type="linenumber">1</context>
5387 </context-group>
5388 </trans-unit>
5389 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad">
5390 <source>Video support cannot be more than 1000 characters long.</source>
5391 <target>Il supporto video non può essere più lungo di 1000 caratteri.</target>
4244 <context-group name="null"> 5392 <context-group name="null">
4245 <context context-type="linenumber">1</context> 5393 <context context-type="linenumber">1</context>
4246 </context-group> 5394 </context-group>
@@ -4259,16 +5407,16 @@ Altri video</target>
4259 <context context-type="linenumber">1</context> 5407 <context context-type="linenumber">1</context>
4260 </context-group> 5408 </context-group>
4261 </trans-unit> 5409 </trans-unit>
4262 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4"> 5410 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
4263 <source>All unsaved data will be lost, are you sure you want to leave this page?</source> 5411 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
4264 <target>I dati non salvati saranno persi. Sei sicuro di volere chiudere questa pagina?</target> 5412 <target>PeerTube non tratta questo tipo di file. Le estensioni ammesse sono <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target>
4265 <context-group name="null"> 5413 <context-group name="null">
4266 <context context-type="linenumber">1</context> 5414 <context context-type="linenumber">1</context>
4267 </context-group> 5415 </context-group>
4268 </trans-unit> 5416 </trans-unit>
4269 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01"> 5417 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4">
4270 <source>Warning</source> 5418 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
4271 <target>Avvertimento</target> 5419 <target>I dati non salvati saranno persi. Sei sicuro di volere chiudere questa pagina?</target>
4272 <context-group name="null"> 5420 <context-group name="null">
4273 <context context-type="linenumber">1</context> 5421 <context context-type="linenumber">1</context>
4274 </context-group> 5422 </context-group>
@@ -4443,7 +5591,7 @@ Altri video</target>
4443 </trans-unit> 5591 </trans-unit>
4444 <trans-unit id="b87ee784d9e93b5557aca9bdc9464dbd4328920a"> 5592 <trans-unit id="b87ee784d9e93b5557aca9bdc9464dbd4328920a">
4445 <source>April</source> 5593 <source>April</source>
4446 <target>April</target> 5594 <target>Aprile</target>
4447 <context-group name="null"> 5595 <context-group name="null">
4448 <context context-type="linenumber">1</context> 5596 <context context-type="linenumber">1</context>
4449 </context-group> 5597 </context-group>
@@ -4590,14 +5738,14 @@ Altri video</target>
4590 </trans-unit> 5738 </trans-unit>
4591 <trans-unit id="8fb519ba47ea7806beeacdcd44829d85a2aa0cc5"> 5739 <trans-unit id="8fb519ba47ea7806beeacdcd44829d85a2aa0cc5">
4592 <source>yy-mm-dd </source> 5740 <source>yy-mm-dd </source>
4593 <target>yy-mm-dd </target> 5741 <target>aa-mm-gg</target>
4594 <context-group name="null"> 5742 <context-group name="null">
4595 <context context-type="linenumber">1</context> 5743 <context context-type="linenumber">1</context>
4596 </context-group> 5744 </context-group>
4597 </trans-unit> 5745 </trans-unit>
4598 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411"> 5746 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411">
4599 <source>Transcode your videos in multiple resolutions</source> 5747 <source>Transcode your videos in multiple resolutions</source>
4600 <target>Transcodifica i tuoi video in multiple risoluzioni</target> 5748 <target>Trascodifica i tuoi video in più risoluzioni</target>
4601 <context-group name="null"> 5749 <context-group name="null">
4602 <context context-type="linenumber">1</context> 5750 <context context-type="linenumber">1</context>
4603 </context-group> 5751 </context-group>
@@ -4618,204 +5766,252 @@ Altri video</target>
4618 </trans-unit> 5766 </trans-unit>
4619 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba"> 5767 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
4620 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source> 5768 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
4621 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target> 5769 <target>~ <x id="INTERPOLATION" equiv-text="{{minuti}}"/> <x id="ICU" equiv-text="{minuti, plural, =1 {...} other {...}}"/></target>
4622 <context-group name="null"> 5770 <context-group name="null">
4623 <context context-type="linenumber">1</context> 5771 <context context-type="linenumber">1</context>
4624 </context-group> 5772 </context-group>
4625 </trans-unit> 5773 </trans-unit>
4626 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24"> 5774 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24">
4627 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source> 5775 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source>
4628 <target>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</target> 5776 <target>{VAR_PLURAL, plural, =1 {minuto} other {minuti} }</target>
4629 <context-group name="null"> 5777 <context-group name="null">
4630 <context context-type="linenumber">1</context> 5778 <context context-type="linenumber">1</context>
4631 </context-group> 5779 </context-group>
4632 </trans-unit> 5780 </trans-unit>
4633 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86"> 5781 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86">
4634 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source> 5782 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source>
4635 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> di video HD interi</target> 5783 <target><x id="INTERPOLATION" equiv-text="{{secondi}}"/> di video full HD</target>
4636 <context-group name="null"> 5784 <context-group name="null">
4637 <context context-type="linenumber">1</context> 5785 <context context-type="linenumber">1</context>
4638 </context-group> 5786 </context-group>
4639 </trans-unit> 5787 </trans-unit>
4640 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8"> 5788 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8">
4641 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source><target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</target><context-group name="null"> 5789 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source>
5790 <target><x id="INTERPOLATION" equiv-text="{{secondi}}"/> di video HD</target>
5791 <context-group name="null">
4642 <context context-type="linenumber">1</context> 5792 <context context-type="linenumber">1</context>
4643 </context-group> 5793 </context-group>
4644 </trans-unit> 5794 </trans-unit>
4645 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5"> 5795 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5">
4646 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source><target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</target><context-group name="null"> 5796 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source>
5797 <target><x id="INTERPOLATION" equiv-text="{{secondi}}"/> di video media qualità</target>
5798 <context-group name="null">
4647 <context context-type="linenumber">1</context> 5799 <context context-type="linenumber">1</context>
4648 </context-group> 5800 </context-group>
4649 </trans-unit> 5801 </trans-unit>
4650 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d"> 5802 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
4651 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source> 5803 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
4652 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> anni fa</target> 5804 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatibile che supporta:</target>
4653 <context-group name="null"> 5805 <context-group name="null">
4654 <context context-type="linenumber">1</context> 5806 <context context-type="linenumber">1</context>
4655 </context-group> 5807 </context-group>
4656 </trans-unit> 5808 </trans-unit>
4657 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 5809 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980">
4658 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 5810 <source>Emphasis</source>
4659 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> mesi fa</target> 5811 <target>Enfasi</target>
4660 <context-group name="null"> 5812 <context-group name="null">
4661 <context context-type="linenumber">1</context> 5813 <context context-type="linenumber">1</context>
4662 </context-group> 5814 </context-group>
4663 </trans-unit> 5815 </trans-unit>
4664 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b"> 5816 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0">
4665 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source> 5817 <source>Links</source>
4666 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> mese fa</target> 5818 <target>Link</target>
4667 <context-group name="null"> 5819 <context-group name="null">
4668 <context context-type="linenumber">1</context> 5820 <context context-type="linenumber">1</context>
4669 </context-group> 5821 </context-group>
4670 </trans-unit> 5822 </trans-unit>
4671 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1"> 5823 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a">
4672 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source> 5824 <source>New lines</source>
4673 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> settimane fa</target> 5825 <target>A capo</target>
4674 <context-group name="null"> 5826 <context-group name="null">
4675 <context context-type="linenumber">1</context> 5827 <context context-type="linenumber">1</context>
4676 </context-group> 5828 </context-group>
4677 </trans-unit> 5829 </trans-unit>
4678 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e"> 5830 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1">
4679 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source> 5831 <source>Lists</source>
4680 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> settimana fa</target> 5832 <target>Elenchi</target>
4681 <context-group name="null"> 5833 <context-group name="null">
4682 <context context-type="linenumber">1</context> 5834 <context context-type="linenumber">1</context>
4683 </context-group> 5835 </context-group>
4684 </trans-unit> 5836 </trans-unit>
4685 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7"> 5837 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
4686 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source> 5838 <source>Images</source>
4687 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> giorni fa</target> 5839 <target>Immagini</target>
4688 <context-group name="null"> 5840 <context-group name="null">
4689 <context context-type="linenumber">1</context> 5841 <context context-type="linenumber">1</context>
4690 </context-group> 5842 </context-group>
4691 </trans-unit> 5843 </trans-unit>
4692 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1"> 5844 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681">
4693 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source> 5845 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source>
4694 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> giorno fa</target> 5846 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> utenti espulsi.</target>
4695 <context-group name="null"> 5847 <context-group name="null">
4696 <context context-type="linenumber">1</context> 5848 <context context-type="linenumber">1</context>
4697 </context-group> 5849 </context-group>
4698 </trans-unit> 5850 </trans-unit>
4699 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84"> 5851 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd">
4700 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source> 5852 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source>
4701 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> ore fa</target> 5853 <target>L`utente <x id="INTERPOLATION" equiv-text="{{username}}"/> è stato espulso (banned).</target>
4702 <context-group name="null"> 5854 <context-group name="null">
4703 <context context-type="linenumber">1</context> 5855 <context context-type="linenumber">1</context>
4704 </context-group> 5856 </context-group>
4705 </trans-unit> 5857 </trans-unit>
4706 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d"> 5858 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734">
4707 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source> 5859 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source>
4708 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> ora fa</target> 5860 <target>Conferma annullamento espulsione per <x id="INTERPOLATION" equiv-text="{{username}}"/>?</target>
4709 <context-group name="null"> 5861 <context-group name="null">
4710 <context context-type="linenumber">1</context> 5862 <context context-type="linenumber">1</context>
4711 </context-group> 5863 </context-group>
4712 </trans-unit> 5864 </trans-unit>
4713 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a"> 5865 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd">
4714 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source> 5866 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source>
4715 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</target> 5867 <target>L'utente <x id="INTERPOLATION" equiv-text="{{username}}"/> è stato riammesso.</target>
4716 <context-group name="null"> 5868 <context-group name="null">
4717 <context context-type="linenumber">1</context> 5869 <context context-type="linenumber">1</context>
4718 </context-group> 5870 </context-group>
4719 </trans-unit> 5871 </trans-unit>
4720 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 5872 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603">
4721 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 5873 <source>If you remove this user, you will not be able to create another with the same username!</source>
4722 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target> 5874 <target>Se elimini questo utente, non sarai in grado di crearne un altro con lo stesso username!</target>
4723 <context-group name="null"> 5875 <context-group name="null">
4724 <context context-type="linenumber">1</context> 5876 <context context-type="linenumber">1</context>
4725 </context-group> 5877 </context-group>
4726 </trans-unit> 5878 </trans-unit>
4727 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980"> 5879 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a">
4728 <source>Emphasis</source> 5880 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source>
4729 <target>Enfasi</target> 5881 <target>L`utente <x id="INTERPOLATION" equiv-text="{{username}}"/> è stato rimosso.</target>
4730 <context-group name="null"> 5882 <context-group name="null">
4731 <context context-type="linenumber">1</context> 5883 <context context-type="linenumber">1</context>
4732 </context-group> 5884 </context-group>
4733 </trans-unit> 5885 </trans-unit>
4734 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0"> 5886 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096">
4735 <source>Links</source> 5887 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source>
4736 <target>Links</target> 5888 <target>Indirizzo utente <x id="INTERPOLATION" equiv-text="{{username}}"/> verificato</target>
4737 <context-group name="null"> 5889 <context-group name="null">
4738 <context context-type="linenumber">1</context> 5890 <context context-type="linenumber">1</context>
4739 </context-group> 5891 </context-group>
4740 </trans-unit> 5892 </trans-unit>
4741 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a"> 5893 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249">
4742 <source>New lines</source> 5894 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source>
4743 <target>Nuove linee</target> 5895 <target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> silenziato.</target>
4744 <context-group name="null"> 5896 <context-group name="null">
4745 <context context-type="linenumber">1</context> 5897 <context context-type="linenumber">1</context>
4746 </context-group> 5898 </context-group>
4747 </trans-unit> 5899 </trans-unit>
4748 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1"> 5900 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6">
4749 <source>Lists</source> 5901 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source>
4750 <target>Elenchi</target> 5902 <target>Istanza <x id="INTERPOLATION" equiv-text="{{host}}"/> silenziata.</target>
4751 <context-group name="null"> 5903 <context-group name="null">
4752 <context context-type="linenumber">1</context> 5904 <context context-type="linenumber">1</context>
4753 </context-group> 5905 </context-group>
4754 </trans-unit> 5906 </trans-unit>
4755 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866"> 5907 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499">
4756 <source>Images</source> 5908 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
4757 <target>Immagine</target> 5909 <target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> silenziato dall'istanza.</target>
4758 <context-group name="null"> 5910 <context-group name="null">
4759 <context context-type="linenumber">1</context> 5911 <context context-type="linenumber">1</context>
4760 </context-group> 5912 </context-group>
4761 </trans-unit> 5913 </trans-unit>
4762 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd"> 5914 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
4763 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source> 5915 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
4764 <target>L`utente <x id="INTERPOLATION" equiv-text="{{username}}"/> è stato espulso (banned).</target> 5916 <target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> de-silenziato dall'istanza.</target>
4765 <context-group name="null"> 5917 <context-group name="null">
4766 <context context-type="linenumber">1</context> 5918 <context context-type="linenumber">1</context>
4767 </context-group> 5919 </context-group>
4768 </trans-unit> 5920 </trans-unit>
4769 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734"> 5921 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830">
4770 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source><target>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</target><context-group name="null"> 5922 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
5923 <target>Istanza <x id="INTERPOLATION" equiv-text="{{host}}"/> silenziata da questa istanza.</target>
5924 <context-group name="null">
4771 <context context-type="linenumber">1</context> 5925 <context context-type="linenumber">1</context>
4772 </context-group> 5926 </context-group>
4773 </trans-unit> 5927 </trans-unit>
4774 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd"> 5928 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f">
4775 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source> 5929 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source>
4776 <target>L`utente <x id="INTERPOLATION" equiv-text="{{username}}"/> è stato riammesso.</target> 5930 <target>Istanza <x id="INTERPOLATION" equiv-text="{{host}}"/> de-silenziata da questa istanza.</target>
4777 <context-group name="null"> 5931 <context-group name="null">
4778 <context context-type="linenumber">1</context> 5932 <context context-type="linenumber">1</context>
4779 </context-group> 5933 </context-group>
4780 </trans-unit> 5934 </trans-unit>
4781 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603"> 5935 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc">
4782 <source>If you remove this user, you will not be able to create another with the same username!</source> 5936 <source>Mute this account</source>
4783 <target>Se elimini questo utente, non sarai in grado di crearne un altro con lo stesso username!</target> 5937 <target>Silenzia questo accounto</target>
4784 <context-group name="null"> 5938 <context-group name="null">
4785 <context context-type="linenumber">1</context> 5939 <context context-type="linenumber">1</context>
4786 </context-group> 5940 </context-group>
4787 </trans-unit> 5941 </trans-unit>
4788 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a"> 5942 <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952">
4789 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source> 5943 <source>Unmute this account</source>
4790 <target>L`utente <x id="INTERPOLATION" equiv-text="{{username}}"/> è stato rimosso.</target> 5944 <target>De-silenzia questo account</target>
5945 <context-group name="null">
5946 <context context-type="linenumber">1</context>
5947 </context-group>
5948 </trans-unit>
5949 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d">
5950 <source>Mute the instance</source>
5951 <target>Silenzia questa istanza</target>
5952 <context-group name="null">
5953 <context context-type="linenumber">1</context>
5954 </context-group>
5955 </trans-unit>
5956 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9">
5957 <source>Unmute the instance</source>
5958 <target>De-silenzia l'istanza</target>
5959 <context-group name="null">
5960 <context context-type="linenumber">1</context>
5961 </context-group>
5962 </trans-unit>
5963 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
5964 <source>Mute this account by your instance</source>
5965 <target>Silenzia questo account per la propria istanza</target>
5966 <context-group name="null">
5967 <context context-type="linenumber">1</context>
5968 </context-group>
5969 </trans-unit>
5970 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957">
5971 <source>Unmute this account by your instance</source>
5972 <target>De-silenzia questo account per la propria istanza</target>
5973 <context-group name="null">
5974 <context context-type="linenumber">1</context>
5975 </context-group>
5976 </trans-unit>
5977 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178">
5978 <source>Mute the instance by your instance</source>
5979 <target>Silenzia l'istanza per la propria istanza</target>
5980 <context-group name="null">
5981 <context context-type="linenumber">1</context>
5982 </context-group>
5983 </trans-unit>
5984 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a">
5985 <source>Unmute the instance by your instance</source>
5986 <target>De-silenzia l'istanza per la propria istanza</target>
4791 <context-group name="null"> 5987 <context-group name="null">
4792 <context context-type="linenumber">1</context> 5988 <context context-type="linenumber">1</context>
4793 </context-group> 5989 </context-group>
4794 </trans-unit> 5990 </trans-unit>
4795 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 5991 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
4796 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 5992 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
4797 <target>La riquiesta è troppo grande per il server. Per favore contatta il tuo amministratore se vuoi aumentare il limite di dimensione.</target> 5993 <target>La richiesta è troppo grande per il server. Contattare l'amministratore se si vuole aumentare il limite di dimensione.</target>
4798 <context-group name="null"> 5994 <context-group name="null">
4799 <context context-type="linenumber">1</context> 5995 <context context-type="linenumber">1</context>
4800 </context-group> 5996 </context-group>
4801 </trans-unit> 5997 </trans-unit>
4802 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b"> 5998 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b">
4803 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source> 5999 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source>
4804 <target>Troppi tentativi, potrai provare di nuovo dopo <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minuti.Troppi tentativi, potrai provare di nuovo dop</target> 6000 <target>Troppi tentativi, si potrà provare di nuovo dopo <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minuti.</target>
4805 <context-group name="null"> 6001 <context-group name="null">
4806 <context context-type="linenumber">1</context> 6002 <context context-type="linenumber">1</context>
4807 </context-group> 6003 </context-group>
4808 </trans-unit> 6004 </trans-unit>
4809 <trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d"> 6005 <trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d">
4810 <source>Too many attempts, please try again later.</source> 6006 <source>Too many attempts, please try again later.</source>
4811 <target>Troppi tentativi, per favore prova di nuovo piu tardi.</target> 6007 <target>Troppi tentativi, riprovare più tardi.</target>
4812 <context-group name="null"> 6008 <context-group name="null">
4813 <context context-type="linenumber">1</context> 6009 <context context-type="linenumber">1</context>
4814 </context-group> 6010 </context-group>
4815 </trans-unit> 6011 </trans-unit>
4816 <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc"> 6012 <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc">
4817 <source>Server error. Please retry later.</source> 6013 <source>Server error. Please retry later.</source>
4818 <target>Errore del server. Per favore prova di nuovo piu tardi.</target> 6014 <target>Errore del server. Riprovare più tardi.</target>
4819 <context-group name="null"> 6015 <context-group name="null">
4820 <context context-type="linenumber">1</context> 6016 <context context-type="linenumber">1</context>
4821 </context-group> 6017 </context-group>
@@ -4836,7 +6032,7 @@ Altri video</target>
4836 </trans-unit> 6032 </trans-unit>
4837 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26"> 6033 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26">
4838 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source> 6034 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
4839 <target>Discritto da <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target> 6035 <target>Disiscritto da <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
4840 <context-group name="null"> 6036 <context-group name="null">
4841 <context context-type="linenumber">1</context> 6037 <context context-type="linenumber">1</context>
4842 </context-group> 6038 </context-group>
@@ -4855,6 +6051,83 @@ Altri video</target>
4855 <context context-type="linenumber">1</context> 6051 <context context-type="linenumber">1</context>
4856 </context-group> 6052 </context-group>
4857 </trans-unit> 6053 </trans-unit>
6054 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
6055 <source>Video blacklisted.</source>
6056 <target>Video sulla lista nera.</target>
6057 <context-group name="null">
6058 <context context-type="linenumber">1</context>
6059 </context-group>
6060 </trans-unit>
6061 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
6062 <source>Copied</source>
6063 <target>Copiato</target>
6064 <context-group name="null">
6065 <context context-type="linenumber">1</context>
6066 </context-group>
6067 </trans-unit>
6068 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
6069 <source>Video reported.</source>
6070 <target>Video segnalato.</target>
6071 <context-group name="null">
6072 <context context-type="linenumber">1</context>
6073 </context-group>
6074 </trans-unit>
6075 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
6076 <source>Do you really want to delete this video?</source>
6077 <target>Eliminare questo video ?</target>
6078 <context-group name="null">
6079 <context context-type="linenumber">1</context>
6080 </context-group>
6081 </trans-unit>
6082 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
6083 <source>Blacklist</source>
6084 <target>Lista nera</target>
6085 <context-group name="null">
6086 <context context-type="linenumber">1</context>
6087 </context-group>
6088 </trans-unit>
6089 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
6090 <source>Report</source>
6091 <target>Segnala</target>
6092 <context-group name="null">
6093 <context context-type="linenumber">1</context>
6094 </context-group>
6095 </trans-unit>
6096 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
6097 <source>Published</source>
6098 <target>Pubblicato</target>
6099 <context-group name="null">
6100 <context context-type="linenumber">1</context>
6101 </context-group>
6102 </trans-unit>
6103 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
6104 <source>Publication scheduled on </source>
6105 <target>Pubblicazione programmata per il</target>
6106 <context-group name="null">
6107 <context context-type="linenumber">1</context>
6108 </context-group>
6109 </trans-unit>
6110 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
6111 <source>Waiting transcoding</source>
6112 <target>Aspettando trascodifica</target>
6113 <context-group name="null">
6114 <context context-type="linenumber">1</context>
6115 </context-group>
6116 </trans-unit>
6117 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
6118 <source>To transcode</source>
6119 <target>Da trascodificare</target>
6120 <context-group name="null">
6121 <context context-type="linenumber">1</context>
6122 </context-group>
6123 </trans-unit>
6124 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
6125 <source>To import</source>
6126 <target>Da importare</target>
6127 <context-group name="null">
6128 <context context-type="linenumber">1</context>
6129 </context-group>
6130 </trans-unit>
4858 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 6131 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
4859 <source>Only I can see this video</source> 6132 <source>Only I can see this video</source>
4860 <target>Solo io posso vedere questo video</target> 6133 <target>Solo io posso vedere questo video</target>
@@ -4864,7 +6137,7 @@ Altri video</target>
4864 </trans-unit> 6137 </trans-unit>
4865 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70"> 6138 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70">
4866 <source>Only people with the private link can see this video</source> 6139 <source>Only people with the private link can see this video</source>
4867 <target>Solo la gente con il link privato puo vedere questo video</target> 6140 <target>Solo persone con il link privato possono vedere questo video</target>
4868 <context-group name="null"> 6141 <context-group name="null">
4869 <context context-type="linenumber">1</context> 6142 <context context-type="linenumber">1</context>
4870 </context-group> 6143 </context-group>
@@ -4876,6 +6149,20 @@ Altri video</target>
4876 <context context-type="linenumber">1</context> 6149 <context context-type="linenumber">1</context>
4877 </context-group> 6150 </context-group>
4878 </trans-unit> 6151 </trans-unit>
6152 <trans-unit id="21565881ad1dff3c98738b9535b3515cec140609">
6153 <source>Welcome! Now please check your emails to verify your account and complete signup.</source>
6154 <target>Benvenuto! Ora controllare la casella di posta per verificare l'account e completare l'iscrizione.</target>
6155 <context-group name="null">
6156 <context context-type="linenumber">1</context>
6157 </context-group>
6158 </trans-unit>
6159 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6">
6160 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source>
6161 <target>L'accesso è stato effettuato come <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
6162 <context-group name="null">
6163 <context context-type="linenumber">1</context>
6164 </context-group>
6165 </trans-unit>
4879 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb"> 6166 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb">
4880 <source>Video to import updated.</source> 6167 <source>Video to import updated.</source>
4881 <target>Video da importare aggiornato.</target> 6168 <target>Video da importare aggiornato.</target>
@@ -4885,14 +6172,14 @@ Altri video</target>
4885 </trans-unit> 6172 </trans-unit>
4886 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c"> 6173 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c">
4887 <source>Your video was uploaded to your account and is private.</source> 6174 <source>Your video was uploaded to your account and is private.</source>
4888 <target>Il tuo video è stato caricato sul tuo account ed è privato.</target> 6175 <target>Il video è stato caricato sul proprio account ed è privato.</target>
4889 <context-group name="null"> 6176 <context-group name="null">
4890 <context context-type="linenumber">1</context> 6177 <context context-type="linenumber">1</context>
4891 </context-group> 6178 </context-group>
4892 </trans-unit> 6179 </trans-unit>
4893 <trans-unit id="24840228f2826b66252cfcaab9820b1c7e0da264"> 6180 <trans-unit id="24840228f2826b66252cfcaab9820b1c7e0da264">
4894 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 6181 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
4895 <target>I dati associati (tags, descrizione, ...) saranno persi. Sei sicuro di volere chiudere questa pagina ?</target> 6182 <target>I dati associati (tag, descrizione, ...) saranno persi. Chiudere questa pagina ?</target>
4896 <context-group name="null"> 6183 <context-group name="null">
4897 <context context-type="linenumber">1</context> 6184 <context context-type="linenumber">1</context>
4898 </context-group> 6185 </context-group>
@@ -4913,14 +6200,14 @@ Altri video</target>
4913 </trans-unit> 6200 </trans-unit>
4914 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee"> 6201 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee">
4915 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source> 6202 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source>
4916 <target>La tua quota è stata superata con questo video (dimensione del video: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, stai utilizzando: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target> 6203 <target>La quota è stata superata con questo video (dimensione del video: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, stai utilizzando: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target>
4917 <context-group name="null"> 6204 <context-group name="null">
4918 <context context-type="linenumber">1</context> 6205 <context context-type="linenumber">1</context>
4919 </context-group> 6206 </context-group>
4920 </trans-unit> 6207 </trans-unit>
4921 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd"> 6208 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd">
4922 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source> 6209 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source>
4923 <target>La tua quota giornaliera è stata superata con questo video (dimensione del video: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, stai utilizzando: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target> 6210 <target>La quota giornaliera è stata superata con questo video (dimensione del video: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, si sta utilizzando: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target>
4924 <context-group name="null"> 6211 <context-group name="null">
4925 <context context-type="linenumber">1</context> 6212 <context context-type="linenumber">1</context>
4926 </context-group> 6213 </context-group>
@@ -4932,6 +6219,13 @@ Altri video</target>
4932 <context context-type="linenumber">1</context> 6219 <context context-type="linenumber">1</context>
4933 </context-group> 6220 </context-group>
4934 </trans-unit> 6221 </trans-unit>
6222 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
6223 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
6224 <target>Ci sono delle modifiche non salvate. Se si esce, verranno perse.</target>
6225 <context-group name="null">
6226 <context context-type="linenumber">1</context>
6227 </context-group>
6228 </trans-unit>
4935 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187"> 6229 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
4936 <source>Video updated.</source> 6230 <source>Video updated.</source>
4937 <target>Video aggiornato.</target> 6231 <target>Video aggiornato.</target>
@@ -4941,35 +6235,7 @@ Altri video</target>
4941 </trans-unit> 6235 </trans-unit>
4942 <trans-unit id="aeb61b334cac080733c3e03766165a346bbf42fd"> 6236 <trans-unit id="aeb61b334cac080733c3e03766165a346bbf42fd">
4943 <source> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</source> 6237 <source> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</source>
4944 <target> Saranno eliminate <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> risposte.</target> 6238 <target> Saranno eliminate anche <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> risposte.</target>
4945 <context-group name="null">
4946 <context context-type="linenumber">1</context>
4947 </context-group>
4948 </trans-unit>
4949 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
4950 <source>Video blacklisted.</source>
4951 <target>Video sulla lista nera.</target>
4952 <context-group name="null">
4953 <context context-type="linenumber">1</context>
4954 </context-group>
4955 </trans-unit>
4956 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
4957 <source>Copied</source>
4958 <target>Copiato</target>
4959 <context-group name="null">
4960 <context context-type="linenumber">1</context>
4961 </context-group>
4962 </trans-unit>
4963 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
4964 <source>Video reported.</source>
4965 <target>Video segnalato.</target>
4966 <context-group name="null">
4967 <context context-type="linenumber">1</context>
4968 </context-group>
4969 </trans-unit>
4970 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
4971 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
4972 <target>inizia a <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
4973 <context-group name="null"> 6239 <context-group name="null">
4974 <context context-type="linenumber">1</context> 6240 <context context-type="linenumber">1</context>
4975 </context-group> 6241 </context-group>
@@ -4988,13 +6254,6 @@ Altri video</target>
4988 <context context-type="linenumber">1</context> 6254 <context context-type="linenumber">1</context>
4989 </context-group> 6255 </context-group>
4990 </trans-unit> 6256 </trans-unit>
4991 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
4992 <source>Do you really want to delete this video?</source>
4993 <target>Sei sicuro di volere eliminare questo video ?</target>
4994 <context-group name="null">
4995 <context context-type="linenumber">1</context>
4996 </context-group>
4997 </trans-unit>
4998 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 6257 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
4999 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source> 6258 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
5000 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> mi piace / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> non mi piace</target> 6259 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> mi piace / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> non mi piace</target>
@@ -5016,6 +6275,20 @@ Altri video</target>
5016 <context context-type="linenumber">1</context> 6275 <context context-type="linenumber">1</context>
5017 </context-group> 6276 </context-group>
5018 </trans-unit> 6277 </trans-unit>
6278 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
6279 <source>Trending for the last 24 hours</source>
6280 <target>Tendenza nelle ultime 24 ore</target>
6281 <context-group name="null">
6282 <context context-type="linenumber">1</context>
6283 </context-group>
6284 </trans-unit>
6285 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6286 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6287 <target>Di tendenza negli ultimi <x id="INTERPOLATION" equiv-text="{{days}}"/> giorni</target>
6288 <context-group name="null">
6289 <context context-type="linenumber">1</context>
6290 </context-group>
6291 </trans-unit>
5019 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 6292 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
5020 <source>Videos from your subscriptions</source> 6293 <source>Videos from your subscriptions</source>
5021 <target>Video dalle tue iscrizioni</target> 6294 <target>Video dalle tue iscrizioni</target>
diff --git a/client/src/locale/target/angular_ja_JP.xml b/client/src/locale/target/angular_ja_JP.xml
index 04bd5089a..cd58069aa 100644
--- a/client/src/locale/target/angular_ja_JP.xml
+++ b/client/src/locale/target/angular_ja_JP.xml
@@ -56,60 +56,62 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>最åˆ</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>最åˆ</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>å‰</target> 92 <target>å‰</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>次</target> 99 <target>次</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>最終</target> 106 <target>最終</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source><target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target><context-group name="null"> 112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
113 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
114 <context-group name="null">
113 <context context-type="linenumber">6</context> 115 <context context-type="linenumber">6</context>
114 </context-group> 116 </context-group>
115 </trans-unit> 117 </trans-unit>
@@ -138,96 +140,542 @@
138 <source>Decrement hours</source> 140 <source>Decrement hours</source>
139 <target>時間減らã™</target> 141 <target>時間減らã™</target>
140 <context-group name="null"> 142 <context-group name="null">
141 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
142 </context-group> 144 </context-group>
143 </trans-unit> 145 </trans-unit>
144 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
145 <source>Increment minutes</source> 147 <source>Increment minutes</source>
146 <target>分増やã™</target> 148 <target>分増やã™</target>
147 <context-group name="null"> 149 <context-group name="null">
148 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
149 </context-group> 151 </context-group>
150 </trans-unit> 152 </trans-unit>
151 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
152 <source>MM</source> 154 <source>MM</source>
153 <target>MM</target> 155 <target>MM</target>
154 <context-group name="null"> 156 <context-group name="null">
155 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
156 </context-group> 158 </context-group>
157 </trans-unit> 159 </trans-unit>
158 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
159 <source>Minutes</source> 161 <source>Minutes</source>
160 <target>分</target> 162 <target>分</target>
161 <context-group name="null"> 163 <context-group name="null">
162 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
163 </context-group> 165 </context-group>
164 </trans-unit> 166 </trans-unit>
165 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
166 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
167 <target>分減らã™</target> 169 <target>分減らã™</target>
168 <context-group name="null"> 170 <context-group name="null">
169 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
170 </context-group> 172 </context-group>
171 </trans-unit> 173 </trans-unit>
172 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
173 <source>Increment seconds</source> 175 <source>Increment seconds</source>
174 <target>秒増やã™</target> 176 <target>秒増やã™</target>
175 <context-group name="null"> 177 <context-group name="null">
176 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
177 </context-group> 179 </context-group>
178 </trans-unit> 180 </trans-unit>
179 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
180 <source>SS</source> 182 <source>SS</source>
181 <target>SS</target> 183 <target>SS</target>
182 <context-group name="null"> 184 <context-group name="null">
183 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
184 </context-group> 186 </context-group>
185 </trans-unit> 187 </trans-unit>
186 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
187 <source>Seconds</source> 189 <source>Seconds</source>
188 <target>秒</target> 190 <target>秒</target>
189 <context-group name="null"> 191 <context-group name="null">
190 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
191 </context-group> 193 </context-group>
192 </trans-unit> 194 </trans-unit>
193 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
194 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
195 <target>秒減らã™</target> 197 <target>秒減らã™</target>
196 <context-group name="null"> 198 <context-group name="null">
197 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
198 </context-group> 200 </context-group>
199 </trans-unit> 201 </trans-unit>
200 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
201 <source>PM</source> 203 <source>PM</source>
202 <target>åˆå¾Œ</target> 204 <target>åˆå¾Œ</target>
203 <context-group name="null"> 205 <context-group name="null">
204 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
205 </context-group> 207 </context-group>
206 </trans-unit> 208 </trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
208 <source>AM</source> 210 <source>AM</source>
209 <target>åˆå‰</target> 211 <target>åˆå‰</target>
210 <context-group name="null"> 212 <context-group name="null">
211 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
212 </context-group> 214 </context-group>
213 </trans-unit> 215 </trans-unit>
214 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
215 <source>Cancel</source> 217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
216 <target>キャンセル</target> 218 <target>(拡張: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, 最大サイズ: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
217 <context-group name="null"> 219 <context-group name="null">
218 <context context-type="linenumber">10</context> 220 <context context-type="linenumber">11</context>
219 </context-group> 221 </context-group>
220 </trans-unit> 222 </trans-unit>
221 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
222 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source><target>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target><context-group name="null"> 224 <source>You don't have notifications.</source>
225 <target>通知ã¯ã‚ã‚Šã¾ã›ã‚“。</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="3442afd9696d6abcd9210b2cb3cdfb969667ca01">
307 <source>
308 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">39</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
326 <source>
327 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">47</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
345 <source>
346 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
349 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">55</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
364 <source>
365 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">63</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
383 <source>
384 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">71</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
402 <source>
403 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
407 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
408 </source>
409 <target>
410 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
411
412 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
413 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
414 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
415 </target>
416 <context-group name="null">
417 <context context-type="linenumber">79</context>
418 </context-group>
419 </trans-unit>
420 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
421 <source>
422 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
423
424 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
425 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
426
427 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
428 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
429 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
430 </source>
431 <target>
432 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
433
434 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
435 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
436
437 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
438 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">87</context>
443 </context-group>
444 </trans-unit>
445 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
446 <source>
447 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
448
449 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
450 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
451 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
452 </source>
453 <target>
454 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
455
456 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
457 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
458 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
459 </target>
460 <context-group name="null">
461 <context context-type="linenumber">98</context>
462 </context-group>
463 </trans-unit>
464 <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566">
465 <source>Save to</source>
466 <target>ä¿å­˜</target>
467 <context-group name="null">
468 <context context-type="linenumber">4</context>
469 </context-group>
470 </trans-unit>
471 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f">
472 <source>Options</source>
473 <target>オプション</target>
474 <context-group name="null">
475 <context context-type="linenumber">9</context>
476 </context-group>
477 </trans-unit>
478 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
479 <source>Start at</source>
480 <target>Start at</target>
481 <context-group name="null">
482 <context context-type="linenumber">12</context>
483 </context-group>
484 </trans-unit>
485 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
486 <source>Stop at</source>
487 <target>Stop at</target>
488 <context-group name="null">
489 <context context-type="linenumber">54</context>
490 </context-group>
491 </trans-unit>
492 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
493 <source>Display name</source>
494 <target>表示å</target>
495 <context-group name="null">
496 <context context-type="linenumber">6</context>
497 </context-group>
498 </trans-unit>
499 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
500 <source>Create</source>
501 <target>作æˆ</target>
502 <context-group name="null">
503 <context context-type="linenumber">74</context>
504 </context-group>
505 </trans-unit>
506 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
507 <source>Download video</source>
508 <target>動画をダウンロードã™ã‚‹</target>
509 <context-group name="null">
510 <context context-type="linenumber">3</context>
511 </context-group>
512 </trans-unit>
513 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
514 <source>Direct download</source>
515 <target>直接ダウンロード</target>
516 <context-group name="null">
517 <context context-type="linenumber">27</context>
518 </context-group>
519 </trans-unit>
520 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
521 <source>Torrent (.torrent file)</source>
522 <target>Torrent (.torrent ファイル)</target>
523 <context-group name="null">
524 <context context-type="linenumber">32</context>
525 </context-group>
526 </trans-unit>
527 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
528 <source>Torrent (magnet link)</source>
529 <target>Torrent (Magnet リンク)</target>
530 <context-group name="null">
531 <context context-type="linenumber">37</context>
532 </context-group>
533 </trans-unit>
534 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
535 <source>
536 Cancel
537 </source>
538 <target>
539 キャンセル
540 </target>
541 <context-group name="null">
542 <context context-type="linenumber">47</context>
543 </context-group>
544 </trans-unit>
545 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
546 <source>Download</source>
547 <target>ダウンロード</target>
548 <context-group name="null">
549 <context context-type="linenumber">48</context>
550 </context-group>
551 </trans-unit>
552 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
553 <source>Report video</source>
554 <target>動画を報告ã™ã‚‹</target>
555 <context-group name="null">
556 <context context-type="linenumber">3</context>
557 </context-group>
558 </trans-unit>
559 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
560 <source>
561 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
562 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
563 </source>
564 <target>
565 報告ã¯ãƒ¢ãƒ‡ãƒ¬ãƒ¼ã‚¿ãƒ¼ <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/> ã«é€ä¿¡ã•ã‚Œã¾ã™ã€‚
566 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> 報告ã—ãŸå†…容ã¯ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> ã«ã‚‚転é€ã•ã‚Œã¾ã™ã€‚<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
567 </target>
568 <context-group name="null">
569 <context context-type="linenumber">9</context>
570 </context-group>
571 </trans-unit>
572 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
573 <source>Reason...</source>
574 <target>ç†ç”±â€¦</target>
575 <context-group name="null">
223 <context context-type="linenumber">11</context> 576 <context context-type="linenumber">11</context>
224 </context-group> 577 </context-group>
225 </trans-unit> 578 </trans-unit>
226 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 579 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
227 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 580 <source>
228 <target> <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 回å†ç”Ÿ</target> 581 Cancel
582 </source>
583 <target>
584 キャンセル
585 </target>
586 <context-group name="null">
587 <context context-type="linenumber">38</context>
588 </context-group>
589 </trans-unit>
590 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
591 <source>Submit</source>
592 <target>é€ä¿¡</target>
229 <context-group name="null"> 593 <context-group name="null">
230 <context context-type="linenumber">16</context> 594 <context context-type="linenumber">29</context>
595 </context-group>
596 </trans-unit>
597 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
598 <source>Blacklist video</source>
599 <target>ブラックリスト動画</target>
600 <context-group name="null">
601 <context context-type="linenumber">3</context>
602 </context-group>
603 </trans-unit>
604 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
605 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
606 <target>動画を連åˆè§£é™¤ã™ã‚‹ (リモートインスタンスã‹ã‚‰ã®å‰Šé™¤ã‚’ä¾é ¼ã™ã‚‹)</target>
607 <context-group name="null">
608 <context context-type="linenumber">21</context>
609 </context-group>
610 </trans-unit>
611 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
612 <source>Unlisted</source>
613 <target>未åŽè¼‰</target>
614 <context-group name="null">
615 <context context-type="linenumber">17</context>
616 </context-group>
617 </trans-unit>
618 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
619 <source>Private</source>
620 <target>éžå…¬é–‹</target>
621 <context-group name="null">
622 <context context-type="linenumber">18</context>
623 </context-group>
624 </trans-unit>
625 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
626 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
627 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 回視è´</target>
628 <context-group name="null">
629 <context context-type="linenumber">22</context>
630 </context-group>
631 </trans-unit>
632 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
633 <source>Blacklisted</source>
634 <target>ブラックリストã«ç™»éŒ²ã•ã‚Œã¦ã„ã¾ã™</target>
635 <context-group name="null">
636 <context context-type="linenumber">39</context>
637 </context-group>
638 </trans-unit>
639 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
640 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
641 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
642 <context-group name="null">
643 <context context-type="linenumber">9</context>
644 </context-group>
645 </trans-unit>
646 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
647 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
648 <target>æ›´æ–° <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target>
649 <context-group name="null">
650 <context context-type="linenumber">29</context>
651 </context-group>
652 </trans-unit>
653 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
654 <source>Edit starts/stops at</source>
655 <target>Edit starts/stops at</target>
656 <context-group name="null">
657 <context context-type="linenumber">33</context>
658 </context-group>
659 </trans-unit>
660 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
661 <source>Save</source>
662 <target>ä¿å­˜</target>
663 <context-group name="null">
664 <context context-type="linenumber">117</context>
665 </context-group>
666 </trans-unit>
667 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
668 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
669 <target><x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> ã‹ã‚‰å‰Šé™¤</target>
670 <context-group name="null">
671 <context context-type="linenumber">69</context>
672 </context-group>
673 </trans-unit>
674 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
675 <source>No results.</source>
676 <target>çµæžœãŒã‚ã‚Šã¾ã›ã‚“。</target>
677 <context-group name="null">
678 <context context-type="linenumber">20</context>
231 </context-group> 679 </context-group>
232 </trans-unit> 680 </trans-unit>
233 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 681 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -265,25 +713,169 @@
265 <context context-type="linenumber">19</context> 713 <context context-type="linenumber">19</context>
266 </context-group> 714 </context-group>
267 </trans-unit> 715 </trans-unit>
716 <trans-unit id="450025269732888db1f04cfe6033843110ab65ee">
717 <source>
718 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
719 Subscribe
720 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
721 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
722 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
723 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
724 </source>
725 <target>
726 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
727 購読
728 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
729 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
730 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
731 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
732 </target>
733 <context-group name="null">
734 <context context-type="linenumber">5</context>
735 </context-group>
736 </trans-unit>
737 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
738 <source>
739 Unsubscribe
740 </source>
741 <target>
742 購読を解除
743 </target>
744 <context-group name="null">
745 <context context-type="linenumber">18</context>
746 </context-group>
747 </trans-unit>
748 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
749 <source>Using an ActivityPub account</source>
750 <target>ActivityPubアカウントを使用</target>
751 <context-group name="null">
752 <context context-type="linenumber">36</context>
753 </context-group>
754 </trans-unit>
755 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
756 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
757 <target><x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/> Subscribe with an account on</target>
758 <context-group name="null">
759 <context context-type="linenumber">39</context>
760 </context-group>
761 </trans-unit>
762 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
763 <source>Subscribe with your local account</source>
764 <target>ローカルアカウントã§è³¼èª­ã™ã‚‹</target>
765 <context-group name="null">
766 <context context-type="linenumber">40</context>
767 </context-group>
768 </trans-unit>
769 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
770 <source>Subscribe with a Mastodon account:</source>
771 <target>Mastodon アカウントã§è³¼èª­ã™ã‚‹:</target>
772 <context-group name="null">
773 <context context-type="linenumber">43</context>
774 </context-group>
775 </trans-unit>
776 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
777 <source>Using a syndication feed</source>
778 <target>Feed を使用</target>
779 <context-group name="null">
780 <context context-type="linenumber">48</context>
781 </context-group>
782 </trans-unit>
783 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
784 <source>Subscribe via RSS</source>
785 <target>RSS ã§è³¼èª­ã™ã‚‹</target>
786 <context-group name="null">
787 <context context-type="linenumber">49</context>
788 </context-group>
789 </trans-unit>
790 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
791 <source>
792 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
793 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
794 </source>
795 <target>
796 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>リモートã§è³¼èª­<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
797 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>リモート相互作用<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
798 </target>
799 <context-group name="null">
800 <context context-type="linenumber">10</context>
801 </context-group>
802 </trans-unit>
803 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
804 <source>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.</source>
805 <target>ActivityPub 対応㮠Fediverse インスタンスを介ã—ã¦ãƒãƒ£ãƒ³ãƒãƒ«ã‚’購読ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ãŸã¨ãˆã° Mastodon ã‚„ Pleroma ã§ã¯ã€æ¤œç´¢ãƒœãƒƒã‚¯ã‚¹ã«ãƒãƒ£ãƒ³ãƒãƒ«ã®URLを入力ã—ã¦ãã“ã«ç™»éŒ²ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚</target>
806 <context-group name="null">
807 <context context-type="linenumber">17</context>
808 </context-group>
809 </trans-unit>
810 <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a">
811 <source>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.</source>
812 <target>ActivityPub 対応㮠Fediverse インスタンスを介ã—ã¦ã“ã‚Œã¨å¯¾è©±ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ãŸã¨ãˆã°ã€ Mastodon ã‚„ Pleroma ã§ã¯ã€æ¤œç´¢ãƒœãƒƒã‚¯ã‚¹ã«ç¾åœ¨ã®URLを入力ã—ã¦ãã“ã§æ“作ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚</target>
813 <context-group name="null">
814 <context context-type="linenumber">22</context>
815 </context-group>
816 </trans-unit>
817 <trans-unit id="2350869d835dfca2643c32e0ef1f5e35dc64f64b">
818 <source>Default NSFW/sensitive videos policy (can be redefined by the users)</source>
819 <target>デフォルトã®ã‚»ãƒ³ã‚·ãƒ†ã‚£ãƒ–ãªå‹•ç”» / NSFW ãªå‹•ç”»ãƒãƒªã‚·ãƒ¼ (ユーザーãŒå†å®šç¾©å¯èƒ½)</target>
820 <context-group name="null">
821 <context context-type="linenumber">5</context>
822 </context-group>
823 </trans-unit>
824 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
825 <source>Video quota</source>
826 <target>動画容é‡åˆ¶é™</target>
827 <context-group name="null">
828 <context context-type="linenumber">42</context>
829 </context-group>
830 </trans-unit>
831 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
832 <source>
833 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
834 </source>
835 <target>
836 ç„¡åˆ¶é™ <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> / æ—¥)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
837 </target>
838 <context-group name="null">
839 <context context-type="linenumber">28</context>
840 </context-group>
841 </trans-unit>
268 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 842 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
269 <source>Ban</source> 843 <source>Ban</source>
270 <target>ç¦æ­¢</target> 844 <target>BAN</target>
271 <context-group name="null"> 845 <context-group name="null">
272 <context context-type="linenumber">3</context> 846 <context context-type="linenumber">3</context>
273 </context-group> 847 </context-group>
274 </trans-unit> 848 </trans-unit>
275 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125"> 849 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
276 <source>Reason...</source> 850 <source>
277 <target>ç†ç”±â€¦</target> 851 A banned user will no longer be able to login.
852 </source>
853 <target>
854 BANã•ã‚ŒãŸãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯ãƒ­ã‚°ã‚¤ãƒ³ã§ããªããªã‚Šã¾ã™ã€‚
855 </target>
278 <context-group name="null"> 856 <context-group name="null">
279 <context context-type="linenumber">11</context> 857 <context context-type="linenumber">18</context>
858 </context-group>
859 </trans-unit>
860 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
861 <source>Cancel</source>
862 <target>キャンセル</target>
863 <context-group name="null">
864 <context context-type="linenumber">10</context>
280 </context-group> 865 </context-group>
281 </trans-unit> 866 </trans-unit>
282 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 867 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
283 <source>Ban this user</source> 868 <source>Ban this user</source>
284 <target>ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’ç¦æ­¢ã™ã‚‹</target> 869 <target>ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’BANã™ã‚‹</target>
285 <context-group name="null"> 870 <context-group name="null">
286 <context context-type="linenumber">25</context> 871 <context context-type="linenumber">26</context>
872 </context-group>
873 </trans-unit>
874 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
875 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
876 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
877 <context-group name="null">
878 <context context-type="linenumber">11</context>
287 </context-group> 879 </context-group>
288 </trans-unit> 880 </trans-unit>
289 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 881 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
@@ -297,6 +889,13 @@
297 <context context-type="linenumber">2</context> 889 <context context-type="linenumber">2</context>
298 </context-group> 890 </context-group>
299 </trans-unit> 891 </trans-unit>
892 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
893 <source>Request new verification email.</source>
894 <target>æ–°ã—ã„確èªãƒ¡ãƒ¼ãƒ«ã‚’リクエストã™ã‚‹</target>
895 <context-group name="null">
896 <context context-type="linenumber">12</context>
897 </context-group>
898 </trans-unit>
300 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 899 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
301 <source>User</source> 900 <source>User</source>
302 <target>ユーザー</target> 901 <target>ユーザー</target>
@@ -306,7 +905,7 @@
306 </trans-unit> 905 </trans-unit>
307 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 906 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
308 <source>Username or email address</source> 907 <source>Username or email address</source>
309 <target>ユーザーãƒãƒ¼ãƒ ãEメール</target> 908 <target>ユーザーåã‹ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹</target>
310 <context-group name="null"> 909 <context-group name="null">
311 <context context-type="linenumber">15</context> 910 <context context-type="linenumber">15</context>
312 </context-group> 911 </context-group>
@@ -326,7 +925,9 @@
326 <source> 925 <source>
327 or create an account on another instance 926 or create an account on another instance
328 </source> 927 </source>
329 <target>ã»ã‹ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã«ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’作æˆã™ã‚‹</target> 928 <target>
929 ä»–ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã«ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’作æˆã™ã‚‹
930 </target>
330 <context-group name="null"> 931 <context-group name="null">
331 <context context-type="linenumber">22</context> 932 <context context-type="linenumber">22</context>
332 </context-group> 933 </context-group>
@@ -356,14 +957,27 @@
356 <source>Login</source> 957 <source>Login</source>
357 <target>ログイン</target> 958 <target>ログイン</target>
358 <context-group name="null"> 959 <context-group name="null">
359 <context context-type="linenumber">36</context> 960 <context context-type="linenumber">32</context>
360 </context-group> 961 </context-group>
361 </trans-unit> 962 </trans-unit>
362 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 963 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
363 <source>Forgot your password</source><target>Forgot your password</target><context-group name="null"> 964 <source>Forgot your password</source>
965 <target>パスワードをãŠå¿˜ã‚Œã§ã™ã‹</target>
966 <context-group name="null">
364 <context context-type="linenumber">57</context> 967 <context context-type="linenumber">57</context>
365 </context-group> 968 </context-group>
366 </trans-unit> 969 </trans-unit>
970 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
971 <source>
972 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
973 </source>
974 <target>
975 インスタンス管ç†è€…㌠PeerTube メールシステムを設定ã—ã¦ã„ãªã„ãŸã‚ã€ãƒ‘スワードをå†è¨­å®šã§ãã¾ã›ã‚“。
976 </target>
977 <context-group name="null">
978 <context context-type="linenumber">64</context>
979 </context-group>
980 </trans-unit>
367 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 981 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
368 <source>Email</source> 982 <source>Email</source>
369 <target>メール</target> 983 <target>メール</target>
@@ -382,7 +996,7 @@
382 <source>Send me an email to reset my password</source> 996 <source>Send me an email to reset my password</source>
383 <target>æ–°ã—ã„パスワードをメールã§é€ã‚‹</target> 997 <target>æ–°ã—ã„パスワードをメールã§é€ã‚‹</target>
384 <context-group name="null"> 998 <context-group name="null">
385 <context context-type="linenumber">80</context> 999 <context context-type="linenumber">81</context>
386 </context-group> 1000 </context-group>
387 </trans-unit> 1001 </trans-unit>
388 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1002 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -390,27 +1004,29 @@
390 Reset my password 1004 Reset my password
391 </source> 1005 </source>
392 <target> 1006 <target>
393 ç§ã®ãƒ‘スワードをリセットã™ã‚‹ 1007 パスワードをリセットã™ã‚‹
394 </target> 1008 </target>
395 <context-group name="null"> 1009 <context-group name="null">
396 <context context-type="linenumber">2</context> 1010 <context context-type="linenumber">2</context>
397 </context-group> 1011 </context-group>
398 </trans-unit> 1012 </trans-unit>
399 <trans-unit id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8"> 1013 <trans-unit id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
400 <source>Confirm password</source><target>Confirm password</target><context-group name="null"> 1014 <source>Confirm password</source>
1015 <target>パスワードを確èª</target>
1016 <context-group name="null">
401 <context context-type="linenumber">19</context> 1017 <context context-type="linenumber">19</context>
402 </context-group> 1018 </context-group>
403 </trans-unit> 1019 </trans-unit>
404 <trans-unit id="3652e5c6e33165264d5271d06cc04ab7123b6df1"> 1020 <trans-unit id="3652e5c6e33165264d5271d06cc04ab7123b6df1">
405 <source>Confirmed password</source> 1021 <source>Confirmed password</source>
406 <target>èªè¨¼ãã‚ŒãŸãƒ‘スワード</target> 1022 <target>確èªæ¸ˆã®ãƒ‘スワード</target>
407 <context-group name="null"> 1023 <context-group name="null">
408 <context context-type="linenumber">21</context> 1024 <context context-type="linenumber">21</context>
409 </context-group> 1025 </context-group>
410 </trans-unit> 1026 </trans-unit>
411 <trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3"> 1027 <trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3">
412 <source>Reset my password</source> 1028 <source>Reset my password</source>
413 <target> ç§ã®ãƒ‘スワードをリセットã™ã‚‹</target> 1029 <target>パスワードをリセットã™ã‚‹</target>
414 <context-group name="null"> 1030 <context-group name="null">
415 <context context-type="linenumber">29</context> 1031 <context context-type="linenumber">29</context>
416 </context-group> 1032 </context-group>
@@ -435,16 +1051,30 @@
435 </trans-unit> 1051 </trans-unit>
436 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3"> 1052 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3">
437 <source>Example: jane_doe</source> 1053 <source>Example: jane_doe</source>
438 <target>例 jane_doe</target> 1054 <target>例: jane_doe</target>
439 <context-group name="null"> 1055 <context-group name="null">
440 <context context-type="linenumber">17</context> 1056 <context context-type="linenumber">17</context>
441 </context-group> 1057 </context-group>
442 </trans-unit> 1058 </trans-unit>
1059 <trans-unit id="7fe213724c4c0a4112c40c673884acb98a0a3b92">
1060 <source>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</source>
1061 <target>ç§ã¯16歳以上ã§ã€ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã® &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;利用è¦ç´„&lt;/a&gt; ã«åŒæ„ã—ã¾ã™</target>
1062 <context-group name="null">
1063 <context context-type="linenumber">55</context>
1064 </context-group>
1065 </trans-unit>
443 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4"> 1066 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
444 <source>Signup</source> 1067 <source>Signup</source>
445 <target>サインアップ</target> 1068 <target>登録</target>
446 <context-group name="null"> 1069 <context-group name="null">
447 <context context-type="linenumber">78</context> 1070 <context context-type="linenumber">88</context>
1071 </context-group>
1072 </trans-unit>
1073 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
1074 <source>Features found on this instance</source>
1075 <target>ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã§è¦‹ã¤ã‹ã£ãŸæ©Ÿèƒ½</target>
1076 <context-group name="null">
1077 <context context-type="linenumber">67</context>
448 </context-group> 1078 </context-group>
449 </trans-unit> 1079 </trans-unit>
450 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a"> 1080 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
@@ -454,109 +1084,223 @@
454 <context context-type="linenumber">5</context> 1084 <context context-type="linenumber">5</context>
455 </context-group> 1085 </context-group>
456 </trans-unit> 1086 </trans-unit>
457 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 1087 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
458 <source>Change the language</source><target>Change the language</target><context-group name="null"> 1088 <source>
459 <context context-type="linenumber">86</context> 1089 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1090 </source>
1091 <target>
1092 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1093 </target>
1094 <context-group name="null">
1095 <context context-type="linenumber">6</context>
460 </context-group> 1096 </context-group>
461 </trans-unit> 1097 </trans-unit>
462 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb"> 1098 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
463 <source> 1099 <source>
464 My account 1100 Filters
465 </source> 1101 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
466 <target>マイアカウント</target> 1102 </source>
1103 <target>
1104 フィルタ
1105 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1106 </target>
467 <context-group name="null"> 1107 <context-group name="null">
468 <context context-type="linenumber">20</context> 1108 <context context-type="linenumber">16</context>
469 </context-group> 1109 </context-group>
470 </trans-unit> 1110 </trans-unit>
471 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10"> 1111 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
472 <source> 1112 <source>
473 My videos 1113 No results found
474 </source> 1114 </source>
475 <target>マイビデオ</target> 1115 <target>
1116 çµæžœãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“
1117 </target>
476 <context-group name="null"> 1118 <context-group name="null">
477 <context context-type="linenumber">24</context> 1119 <context context-type="linenumber">28</context>
478 </context-group> 1120 </context-group>
479 </trans-unit> 1121 </trans-unit>
480 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1"> 1122 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a">
1123 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source>
1124 <target><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> 人ãŒè³¼èª­</target>
1125 <context-group name="null">
1126 <context context-type="linenumber">44</context>
1127 </context-group>
1128 </trans-unit>
1129 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
1130 <source>Change the language</source>
1131 <target>言語を変更ã™ã‚‹</target>
1132 <context-group name="null">
1133 <context context-type="linenumber">102</context>
1134 </context-group>
1135 </trans-unit>
1136 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
481 <source> 1137 <source>
482 Log out 1138 Help to translate PeerTube!
483 </source> 1139 </source>
1140 <target>
1141 PeerTubeã®ç¿»è¨³ã‚’ãŠæ‰‹ä¼ã„ãã ã•ã„!
1142 </target>
1143 <context-group name="null">
1144 <context context-type="linenumber">8</context>
1145 </context-group>
1146 </trans-unit>
1147 <trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a">
1148 <source>My public profile</source>
1149 <target>公開プロフィール</target>
1150 <context-group name="null">
1151 <context context-type="linenumber">17</context>
1152 </context-group>
1153 </trans-unit>
1154 <trans-unit id="e4825b5d86d89ae0f4c797ba256f66fd8abd4ee6">
1155 <source>My account</source>
1156 <target>アカウント</target>
1157 <context-group name="null">
1158 <context context-type="linenumber">21</context>
1159 </context-group>
1160 </trans-unit>
1161 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1162 <source>Log out</source>
484 <target>ログアウト</target> 1163 <target>ログアウト</target>
485 <context-group name="null"> 1164 <context-group name="null">
486 <context context-type="linenumber">28</context> 1165 <context context-type="linenumber">25</context>
487 </context-group> 1166 </context-group>
488 </trans-unit> 1167 </trans-unit>
489 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1168 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
490 <source>Create an account</source> 1169 <source>Create an account</source>
491 <target>アカウントを作æˆã™ã‚‹</target> 1170 <target>アカウントを作æˆã™ã‚‹</target>
492 <context-group name="null"> 1171 <context-group name="null">
1172 <context context-type="linenumber">33</context>
1173 </context-group>
1174 </trans-unit>
1175 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1176 <source>My library</source>
1177 <target>ライブラリ</target>
1178 <context-group name="null">
493 <context context-type="linenumber">37</context> 1179 <context context-type="linenumber">37</context>
494 </context-group> 1180 </context-group>
495 </trans-unit> 1181 </trans-unit>
496 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1182 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
497 <source>Videos</source> 1183 <source>Videos</source>
498 <target>ビデオ</target> 1184 <target>動画</target>
499 <context-group name="null"> 1185 <context-group name="null">
500 <context context-type="linenumber">24</context> 1186 <context context-type="linenumber">24</context>
501 </context-group> 1187 </context-group>
502 </trans-unit> 1188 </trans-unit>
1189 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1190 <source>Playlists</source>
1191 <target>プレイリスト</target>
1192 <context-group name="null">
1193 <context context-type="linenumber">46</context>
1194 </context-group>
1195 </trans-unit>
503 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1196 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
504 <source>Subscriptions</source> 1197 <source>Subscriptions</source>
505 <target>サブスクリプション</target> 1198 <target>購読</target>
506 <context-group name="null"> 1199 <context-group name="null">
507 <context context-type="linenumber">45</context> 1200 <context context-type="linenumber">51</context>
1201 </context-group>
1202 </trans-unit>
1203 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1204 <source>History</source>
1205 <target>履歴</target>
1206 <context-group name="null">
1207 <context context-type="linenumber">56</context>
508 </context-group> 1208 </context-group>
509 </trans-unit> 1209 </trans-unit>
510 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 1210 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
511 <source>Overview</source> 1211 <source>Overview</source>
512 <target>調査</target> 1212 <target>概è¦</target>
513 <context-group name="null"> 1213 <context-group name="null">
514 <context context-type="linenumber">50</context> 1214 <context context-type="linenumber">66</context>
515 </context-group> 1215 </context-group>
516 </trans-unit> 1216 </trans-unit>
517 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1217 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
518 <source>Trending</source><target>Trending</target><context-group name="null"> 1218 <source>Trending</source>
519 <context context-type="linenumber">55</context> 1219 <target>トレンド</target>
1220 <context-group name="null">
1221 <context context-type="linenumber">71</context>
520 </context-group> 1222 </context-group>
521 </trans-unit> 1223 </trans-unit>
522 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1224 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
523 <source>Recently added</source> 1225 <source>Recently added</source>
524 <target>最近追加ã•ã‚ŒãŸ</target> 1226 <target>最近追加ã•ã‚ŒãŸ</target>
525 <context-group name="null"> 1227 <context-group name="null">
526 <context context-type="linenumber">60</context> 1228 <context context-type="linenumber">76</context>
527 </context-group> 1229 </context-group>
528 </trans-unit> 1230 </trans-unit>
529 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1231 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
530 <source>Local</source> 1232 <source>Local</source>
531 <target>地元</target> 1233 <target>ローカル</target>
532 <context-group name="null"> 1234 <context-group name="null">
533 <context context-type="linenumber">65</context> 1235 <context context-type="linenumber">81</context>
534 </context-group> 1236 </context-group>
535 </trans-unit> 1237 </trans-unit>
536 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1238 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
537 <source>More</source> 1239 <source>More</source>
538 <target>多ãã®</target> 1240 <target>ã‚‚ã£ã¨</target>
539 <context-group name="null"> 1241 <context-group name="null">
540 <context context-type="linenumber">70</context> 1242 <context context-type="linenumber">86</context>
541 </context-group> 1243 </context-group>
542 </trans-unit> 1244 </trans-unit>
543 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1245 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
544 <source>Administration</source> 1246 <source>Administration</source>
545 <target>é‹å–¶</target> 1247 <target>é‹å–¶</target>
546 <context-group name="null"> 1248 <context-group name="null">
547 <context context-type="linenumber">74</context> 1249 <context context-type="linenumber">90</context>
548 </context-group> 1250 </context-group>
549 </trans-unit> 1251 </trans-unit>
550 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1252 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
551 <source>About</source> 1253 <source>About</source>
552 <target>ç§ãŸã¡ã«é–¢ãã¦ã¯</target> 1254 <target>ç§ãŸã¡ã«ã¤ãã¦</target>
553 <context-group name="null"> 1255 <context-group name="null">
554 <context context-type="linenumber">25</context> 1256 <context context-type="linenumber">26</context>
1257 </context-group>
1258 </trans-unit>
1259 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1260 <source>Show keyboard shortcuts</source>
1261 <target>キーボードショートカットを表示</target>
1262 <context-group name="null">
1263 <context context-type="linenumber">105</context>
1264 </context-group>
1265 </trans-unit>
1266 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
1267 <source>Toggle dark interface</source>
1268 <target>ダークインターフェイスã«åˆ‡ã‚Šæ›¿ãˆ</target>
1269 <context-group name="null">
1270 <context context-type="linenumber">108</context>
1271 </context-group>
1272 </trans-unit>
1273 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1274 <source>View your notifications</source>
1275 <target>通知を表示</target>
1276 <context-group name="null">
1277 <context context-type="linenumber">3</context>
1278 </context-group>
1279 </trans-unit>
1280 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
1281 <source>Notifications</source>
1282 <target>通知</target>
1283 <context-group name="null">
1284 <context context-type="linenumber">10</context>
1285 </context-group>
1286 </trans-unit>
1287 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1288 <source>Update your notification preferences</source>
1289 <target>通知設定を更新ã™ã‚‹</target>
1290 <context-group name="null">
1291 <context context-type="linenumber">16</context>
1292 </context-group>
1293 </trans-unit>
1294 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
1295 <source>See all your notifications</source>
1296 <target>通知をã™ã¹ã¦è¦‹ã‚‹</target>
1297 <context-group name="null">
1298 <context context-type="linenumber">30</context>
555 </context-group> 1299 </context-group>
556 </trans-unit> 1300 </trans-unit>
557 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1301 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
558 <source>Search...</source> 1302 <source>Search...</source>
559 <target>サーãƒ...</target> 1303 <target>検索…</target>
560 <context-group name="null"> 1304 <context-group name="null">
561 <context context-type="linenumber">2</context> 1305 <context context-type="linenumber">2</context>
562 </context-group> 1306 </context-group>
@@ -582,60 +1326,102 @@
582 <context context-type="linenumber">15</context> 1326 <context context-type="linenumber">15</context>
583 </context-group> 1327 </context-group>
584 </trans-unit> 1328 </trans-unit>
1329 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1330 <source>Original publication year</source>
1331 <target>å…ƒã®å‡ºç‰ˆå¹´</target>
1332 <context-group name="null">
1333 <context context-type="linenumber">24</context>
1334 </context-group>
1335 </trans-unit>
1336 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1337 <source>After...</source>
1338 <target>後…</target>
1339 <context-group name="null">
1340 <context context-type="linenumber">30</context>
1341 </context-group>
1342 </trans-unit>
1343 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1344 <source>Before...</source>
1345 <target>å‰â€¦</target>
1346 <context-group name="null">
1347 <context context-type="linenumber">37</context>
1348 </context-group>
1349 </trans-unit>
585 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1350 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
586 <source>Duration</source> 1351 <source>Duration</source>
587 <target>継続時間</target> 1352 <target>継続時間</target>
588 <context-group name="null"> 1353 <context-group name="null">
589 <context context-type="linenumber">24</context> 1354 <context context-type="linenumber">45</context>
1355 </context-group>
1356 </trans-unit>
1357 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1358 <source>Display sensitive content</source>
1359 <target>センシティブãªã‚³ãƒ³ãƒ†ãƒ³ãƒ„を表示</target>
1360 <context-group name="null">
1361 <context context-type="linenumber">54</context>
590 </context-group> 1362 </context-group>
591 </trans-unit> 1363 </trans-unit>
592 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 1364 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
593 <source>Yes</source> 1365 <source>Yes</source>
594 <target>ã¯ã„</target> 1366 <target>ã¯ã„</target>
595 <context-group name="null"> 1367 <context-group name="null">
596 <context context-type="linenumber">37</context> 1368 <context context-type="linenumber">58</context>
597 </context-group> 1369 </context-group>
598 </trans-unit> 1370 </trans-unit>
599 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 1371 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
600 <source>No</source> 1372 <source>No</source>
601 <target>ã„ã„ãˆ</target> 1373 <target>ã„ã„ãˆ</target>
602 <context-group name="null"> 1374 <context-group name="null">
603 <context context-type="linenumber">42</context> 1375 <context context-type="linenumber">63</context>
604 </context-group> 1376 </context-group>
605 </trans-unit> 1377 </trans-unit>
606 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 1378 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
607 <source>Category</source> 1379 <source>Category</source>
608 <target>カテゴリー</target> 1380 <target>カテゴリー</target>
609 <context-group name="null"> 1381 <context-group name="null">
610 <context context-type="linenumber">164</context> 1382 <context context-type="linenumber">189</context>
611 </context-group> 1383 </context-group>
612 </trans-unit> 1384 </trans-unit>
613 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1385 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
614 <source>Licence</source> 1386 <source>Licence</source>
615 <target>ライセンス</target> 1387 <target>ライセンス</target>
616 <context-group name="null"> 1388 <context-group name="null">
617 <context context-type="linenumber">173</context> 1389 <context context-type="linenumber">198</context>
618 </context-group> 1390 </context-group>
619 </trans-unit> 1391 </trans-unit>
620 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1392 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
621 <source>Language</source> 1393 <source>Language</source>
622 <target>言語</target> 1394 <target>言語</target>
623 <context-group name="null"> 1395 <context-group name="null">
624 <context context-type="linenumber">182</context> 1396 <context context-type="linenumber">207</context>
1397 </context-group>
1398 </trans-unit>
1399 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
1400 <source>All of these tags</source>
1401 <target>ã“れらã®ã‚¿ã‚°ã™ã¹ã¦</target>
1402 <context-group name="null">
1403 <context context-type="linenumber">103</context>
1404 </context-group>
1405 </trans-unit>
1406 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
1407 <source>One of these tags</source>
1408 <target>ã“れらã®ã‚¿ã‚°ã®ã†ã¡1ã¤</target>
1409 <context-group name="null">
1410 <context context-type="linenumber">108</context>
625 </context-group> 1411 </context-group>
626 </trans-unit> 1412 </trans-unit>
627 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 1413 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
628 <source>Filter</source> 1414 <source>Filter</source>
629 <target>フィルタ</target> 1415 <target>フィルタ</target>
630 <context-group name="null"> 1416 <context-group name="null">
631 <context context-type="linenumber">94</context> 1417 <context context-type="linenumber">115</context>
632 </context-group> 1418 </context-group>
633 </trans-unit> 1419 </trans-unit>
634 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 1420 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
635 <source>No results.</source> 1421 <source>Display unlisted and private videos</source>
636 <target>çµæžœãŒã‚ã‚Šã¾ã›ã“。</target> 1422 <target>未åŽè¼‰å‹•ç”»ã¨éžå…¬é–‹å‹•ç”»ã‚’表示ãã‚</target>
637 <context-group name="null"> 1423 <context-group name="null">
638 <context context-type="linenumber">20</context> 1424 <context context-type="linenumber">14</context>
639 </context-group> 1425 </context-group>
640 </trans-unit> 1426 </trans-unit>
641 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6"> 1427 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
@@ -649,6 +1435,17 @@
649 <context context-type="linenumber">6</context> 1435 <context context-type="linenumber">6</context>
650 </context-group> 1436 </context-group>
651 </trans-unit> 1437 </trans-unit>
1438 <trans-unit id="48a5d0af93b94c4575b7f76a47fb3cdee58e6919">
1439 <source>
1440 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1441 </source>
1442 <target>
1443 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1444 </target>
1445 <context-group name="null">
1446 <context context-type="linenumber">14</context>
1447 </context-group>
1448 </trans-unit>
652 <trans-unit id="e093a5a83045ff283f992a93699abb7cb9dd3c1b"> 1449 <trans-unit id="e093a5a83045ff283f992a93699abb7cb9dd3c1b">
653 <source> 1450 <source>
654 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/> 1451 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>
@@ -682,22 +1479,46 @@
682 <context context-type="linenumber">7</context> 1479 <context context-type="linenumber">7</context>
683 </context-group> 1480 </context-group>
684 </trans-unit> 1481 </trans-unit>
685 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb"> 1482 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
686 <source> 1483 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
687 Cancel 1484 <target><x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> 管ç†è€…ã¸é€£çµ¡ã™ã‚‹</target>
688 </source>
689 <target>
690 キャンセル
691 </target>
692 <context-group name="null"> 1485 <context-group name="null">
693 <context context-type="linenumber">26</context> 1486 <context context-type="linenumber">3</context>
694 </context-group> 1487 </context-group>
695 </trans-unit> 1488 </trans-unit>
696 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd"> 1489 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
697 <source>Submit</source> 1490 <source>Your name</source>
698 <target>å·®ã—出ã™</target> 1491 <target>åå</target>
699 <context-group name="null"> 1492 <context-group name="null">
700 <context context-type="linenumber">31</context> 1493 <context context-type="linenumber">11</context>
1494 </context-group>
1495 </trans-unit>
1496 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
1497 <source>Your email</source>
1498 <target>メールアドレス</target>
1499 <context-group name="null">
1500 <context context-type="linenumber">20</context>
1501 </context-group>
1502 </trans-unit>
1503 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
1504 <source>Your message</source>
1505 <target>メッセージ</target>
1506 <context-group name="null">
1507 <context context-type="linenumber">29</context>
1508 </context-group>
1509 </trans-unit>
1510 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1511 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1512 <target>インスタンス <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> ã«ã¤ã„ã¦</target>
1513 <context-group name="null">
1514 <context context-type="linenumber">4</context>
1515 </context-group>
1516 </trans-unit>
1517 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1518 <source>Contact administrator</source>
1519 <target>管ç†è€…ã¸é€£çµ¡ã™ã‚‹</target>
1520 <context-group name="null">
1521 <context context-type="linenumber">6</context>
701 </context-group> 1522 </context-group>
702 </trans-unit> 1523 </trans-unit>
703 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 1524 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
@@ -709,32 +1530,47 @@
709 </trans-unit> 1530 </trans-unit>
710 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 1531 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
711 <source>Terms</source> 1532 <source>Terms</source>
712 <target>æ¡é …</target> 1533 <target>利用è¦ç´„</target>
713 <context-group name="null"> 1534 <context-group name="null">
714 <context context-type="linenumber">39</context> 1535 <context context-type="linenumber">39</context>
715 </context-group> 1536 </context-group>
716 </trans-unit> 1537 </trans-unit>
717 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
718 <source>User registration is allowed and</source>
719 <target>ユーザー登録ãŒå¯èƒ½ã§ã™</target>
720 <context-group name="null">
721 <context context-type="linenumber">29</context>
722 </context-group>
723 </trans-unit>
724 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1538 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
725 <source> 1539 <source>
726 About PeerTube 1540 About PeerTube
727</source> 1541</source>
728 <target>PeerTubeã«ã¤ã„ã¦</target> 1542 <target>
1543 PeerTube ã«ã¤ã„ã¦
1544</target>
729 <context-group name="null"> 1545 <context-group name="null">
730 <context context-type="linenumber">1</context> 1546 <context context-type="linenumber">1</context>
731 </context-group> 1547 </context-group>
732 </trans-unit> 1548 </trans-unit>
1549 <trans-unit id="bd29138e1e17572596ce8f2fe61bcea6ac5fb0bf">
1550 <source>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</source>
1551 <target>PeerTube 㯠P2P (WebTorrent) を活用ã—ãŸã€ActivityPub 実装ã®å‹•ç”»ã‚¹ãƒˆãƒªãƒ¼ãƒŸãƒ³ã‚°ãƒ—ラットフォームã§ã™ã€‚</target>
1552 <context-group name="null">
1553 <context context-type="linenumber">6</context>
1554 </context-group>
1555 </trans-unit>
1556 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5">
1557 <source>
1558 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1559 </source>
1560 <target>
1561 ã“ã‚Œã¯ã€<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 ライセンス<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ã®ä¸‹ã§ã€ç„¡æ–™ã§ã‚ªãƒ¼ãƒ—ンソースã®ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ã§ã™ã€‚
1562 </target>
1563 <context-group name="null">
1564 <context context-type="linenumber">8</context>
1565 </context-group>
1566 </trans-unit>
733 <trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a"> 1567 <trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a">
734 <source> 1568 <source>
735 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1569 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
736 </source> 1570 </source>
737 <target> より詳ã—ã„情報ã¯ã“ã¡ã‚‰ã¸ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.</target> 1571 <target>
1572 より詳ã—ã„情報㯠<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ã‚’ã”覧ãã ã•ã„。
1573 </target>
738 <context-group name="null"> 1574 <context-group name="null">
739 <context context-type="linenumber">12</context> 1575 <context context-type="linenumber">12</context>
740 </context-group> 1576 </context-group>
@@ -746,6 +1582,274 @@
746 <context context-type="linenumber">18</context> 1582 <context context-type="linenumber">18</context>
747 </context-group> 1583 </context-group>
748 </trans-unit> 1584 </trans-unit>
1585 <trans-unit id="cd429d53cb8f4a87879301248e38cb85f07fa9d6">
1586 <source>
1587 PeerTube uses the BitTorrent protocol to share bandwidth between users.
1588 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
1589 </source>
1590 <target>
1591 PeerTube ã¯ã€ãƒ¦ãƒ¼ã‚¶ãƒ¼é–“ã§å¸¯åŸŸå¹…を共有ã™ã‚‹ãŸã‚ã« BitTorrent プロトコルを使用ã—ã¦ã„ã¾ã™ã€‚
1592 ã“ã‚Œã¯ã€ãƒ“デオをダウンロードã¾ãŸã¯è¦–è´ã—ã¦ã„ã‚‹é™ã‚Šã€IPアドレスãŒã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã® BitTorrent トラッカーã«ä¿å­˜ã•ã‚Œã¦ã„ã‚‹ã“ã¨ã‚’æ„味ã—ã¾ã™ã€‚
1593 </target>
1594 <context-group name="null">
1595 <context context-type="linenumber">20</context>
1596 </context-group>
1597 </trans-unit>
1598 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
1599 <source>What are the consequences?</source>
1600 <target>ãã®çµæžœã¯ä½•ã§ã™ã‹?</target>
1601 <context-group name="null">
1602 <context context-type="linenumber">25</context>
1603 </context-group>
1604 </trans-unit>
1605 <trans-unit id="9a612748b059ad246935df17ef4ec4e6afb43a2a">
1606 <source>
1607 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
1608 In practice, this is much more difficult because:
1609 </source>
1610 <target>
1611 ç†è«–çš„ã«ã¯ã€å分ãªæŠ€è¡“的スキルをæŒã£ãŸäººãŒã€ã©ã®IPアドレスãŒã©ã®ãƒ“デオをダウンロードã—ã¦ã„ã‚‹ã‹ã‚’追跡ã™ã‚‹ã‚¹ã‚¯ãƒªãƒ—トを作æˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚
1612 実際ã«ã¯ã€ã“ã‚Œã¯ã¯ã‚‹ã‹ã«å›°é›£ã§ã™:
1613 </target>
1614 <context-group name="null">
1615 <context context-type="linenumber">27</context>
1616 </context-group>
1617 </trans-unit>
1618 <trans-unit id="64f96be62df4a95a0615b6f630ad25d6348a29d3">
1619 <source>
1620 An HTTP request has to be sent on each tracker for each video to spy.
1621 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
1622 </source>
1623 <target>
1624 スパイã™ã‚‹ãƒ“デオã”ã¨ã«HTTPリクエストをå„トラッカーã«é€ä¿¡ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚
1625 PeerTubeã®ã™ã¹ã¦ã®å‹•ç”»ã‚’スパイã—ãŸã„å ´åˆã¯ã€å‹•ç”»ã¨åŒã˜æ•°ã®ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’é€ä¿¡ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ (潜在的ã«å¤šãã®å ´åˆ)。
1626 </target>
1627 <context-group name="null">
1628 <context context-type="linenumber">33</context>
1629 </context-group>
1630 </trans-unit>
1631 <trans-unit id="dd9a7a4ee66b0ff3fbb43ba8691ffcd042531611">
1632 <source>
1633 For each request sent, the tracker returns random peers at a limited number.
1634 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm
1635 </source>
1636 <target>
1637 é€ä¿¡ã•ã‚ŒãŸè¦æ±‚ã”ã¨ã«ã€ãƒˆãƒ©ãƒƒã‚«ãƒ¼ã¯é™ã‚‰ã‚ŒãŸæ•°ã®ãƒ©ãƒ³ãƒ€ãƒ ãƒ”アを返ã—ã¾ã™ã€‚
1638 ãŸã¨ãˆã°ã€ã‚¹ã‚¦ã‚©ãƒ¼ãƒ ã«1000ã®ãƒ”ã‚¢ãŒå­˜åœ¨ã—ã€ãƒˆãƒ©ãƒƒã‚«ãƒ¼ãŒå„è¦æ±‚ã«å¯¾ã—ã¦20ã®ãƒ”ã‚¢ã®ã¿ã‚’é€ä¿¡ã™ã‚‹å ´åˆã€ã‚¹ã‚¦ã‚©ãƒ¼ãƒ å†…ã®ã™ã¹ã¦ã®ãƒ”アを知るãŸã‚ã«å°‘ãªãã¨ã‚‚50ã®è¦æ±‚ãŒé€ä¿¡ã•ã‚Œã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚
1639 </target>
1640 <context-group name="null">
1641 <context context-type="linenumber">38</context>
1642 </context-group>
1643 </trans-unit>
1644 <trans-unit id="694cf53adfc2afe8afabf713ab00fa114d5d2f8e">
1645 <source>
1646 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
1647 </source>
1648 <target>
1649 誰ãŒãƒ“デオã®è¦–è´ã‚’開始ã¾ãŸã¯åœæ­¢ã—ãŸã‹ã‚’知るãŸã‚ã«ã€ã“れらã®è¦æ±‚を定期的ã«é€ä¿¡ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚ãã®ã‚ˆã†ãªè¡Œå‹•ã‚’検出ã™ã‚‹ã®ã¯ç°¡å˜ã§ã™ã€‚
1650 </target>
1651 <context-group name="null">
1652 <context context-type="linenumber">43</context>
1653 </context-group>
1654 </trans-unit>
1655 <trans-unit id="44bbecddbdf2aad1f4bad97cb806560553fb2ab3">
1656 <source>
1657 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video
1658 </source>
1659 <target>
1660 トラッカーã«IPアドレスãŒä¿å­˜ã•ã‚Œã¦ã„ã‚‹å ´åˆã€ãã®IPã®èƒŒå¾Œã«ã„る人物 (ã“ã®äººç‰©ãŒå­˜åœ¨ã™ã‚‹å ´åˆ) ãŒå‹•ç”»ã‚’視è´ã—ãŸã¨ã¯é™ã‚Šã¾ã›ã‚“。
1661 </target>
1662 <context-group name="null">
1663 <context context-type="linenumber">47</context>
1664 </context-group>
1665 </trans-unit>
1666 <trans-unit id="fec3239a860de66c718e3442df836b692b8568c3">
1667 <source>
1668 The IP address is a vague information : usually, it regularly changes and can represent many persons or entities
1669 </source>
1670 <target>
1671 IPアドレスã¯ã‚ã„ã¾ã„ãªæƒ…å ±ã§ã™ã€‚通常ã€å®šæœŸçš„ã«å¤‰æ›´ã•ã‚Œã€å¤šãã®äººã‚„エンティティを表ã™ã“ã¨ãŒã‚ã‚Šã¾ã™ã€‚
1672 </target>
1673 <context-group name="null">
1674 <context context-type="linenumber">51</context>
1675 </context-group>
1676 </trans-unit>
1677 <trans-unit id="b4c2ef0143270626106b26196d40baf3439aa7b0">
1678 <source>
1679 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent.
1680 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to.
1681 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information
1682 </source>
1683 <target>
1684 Webピアã¯å…¬ã«ã‚¢ã‚¯ã‚»ã‚¹å¯èƒ½ã§ã¯ã‚ã‚Šã¾ã›ã‚“。Webブラウザ内ã§WebRTCを使用ã—ã¦ã„ã‚‹ãŸã‚ (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/> 㯠WebTorrent ライブラリ <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> を利用)ã€ãƒ—ロトコルã¯å¾“æ¥ã® BitTorrent ã¨ã¯ç•°ãªã‚Šã¾ã™ã€‚
1685 ã‚ãªãŸãŒã‚¦ã‚§ãƒ–ブラウザã«ã„ã‚‹ã¨ãã€ã‚ãªãŸã¯æƒ…報を転é€ã™ã‚‹ãŸã‚ã«ãƒ©ãƒ³ãƒ€ãƒ ã«ä»–ã®ä»²é–“ã‚’é¸ã¶ãƒˆãƒ©ãƒƒã‚«ãƒ¼ã«ã‚ãªãŸã®IPアドレスをå«ã‚€ä¿¡å·ã‚’é€ã‚Šã¾ã™ã€‚
1686 詳細ã«ã¤ã„ã¦ã¯ã€<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ã“ã®ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ã‚’å‚ç…§ã—ã¦ãã ã•ã„。
1687 </target>
1688 <context-group name="null">
1689 <context context-type="linenumber">55</context>
1690 </context-group>
1691 </trans-unit>
1692 <trans-unit id="50d8e8388f5ceab292850ed828f306c9f2cab389">
1693 <source>
1694 The worst-case scenario of an average person spying on their friends is quite unlikely.
1695 There are much more effective ways to get that kind of information.
1696 </source>
1697 <target>
1698 å¹³å‡çš„ãªäººãŒå‹äººã‚’スパイã—ã¦ã„ã‚‹ã¨ã„ã†æœ€æ‚ªã®ã‚·ãƒŠãƒªã‚ªã¯ã€ã»ã¨ã‚“ã©ã‚ã‚Šå¾—ã¾ã›ã‚“。
1699 ãã®ã‚ˆã†ãªç¨®é¡žã®æƒ…報をå–å¾—ã™ã‚‹ãŸã‚ã®ã¯ã‚‹ã‹ã«åŠ¹æžœçš„ãªæ–¹æ³•ãŒã‚ã‚Šã¾ã™ã€‚
1700 </target>
1701 <context-group name="null">
1702 <context context-type="linenumber">62</context>
1703 </context-group>
1704 </trans-unit>
1705 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf">
1706 <source>How does PeerTube compare with YouTube?</source>
1707 <target>PeerTube 㯠YouTube ã¨ã©ã†é•ã†ã®ã§ã™ã‹?</target>
1708 <context-group name="null">
1709 <context context-type="linenumber">67</context>
1710 </context-group>
1711 </trans-unit>
1712 <trans-unit id="2432705cbabcb92a8677338901dd5d655383ef4c">
1713 <source>
1714 The threats to privacy in YouTube are different from PeerTube's.
1715 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
1716 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
1717 </source>
1718 <target>
1719 YouTube ã®ãƒ—ライãƒã‚·ãƒ¼ã«å¯¾ã™ã‚‹è„…å¨ã¯ PeerTube ã®ã‚‚ã®ã¨ã¯ç•°ãªã‚Šã¾ã™ã€‚
1720 YouTube ã®å ´åˆã€ãƒ—ラットフォームã¯è†¨å¤§ãªé‡ã®å€‹äººæƒ…å ± (IPアドレスã ã‘ã§ãªã) ã‚’åŽé›†ã—ã€ãれらを分æžã—ã¦ã‚ãªãŸã‚’追跡ã—ã¾ã™ã€‚
1721 ã•ã‚‰ã«ã€YouTube 㯠Google / Alphabet ã«ã‚ˆã£ã¦æ‰€æœ‰ã•ã‚Œã¦ã„ã¾ã™ã€‚Google / Alphabet ã¯ã€(AdSense ã¾ãŸã¯ Google Analytics を介ã—ã¦) ã•ã¾ã–ã¾ãªWebサイトã§ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’追跡ã—ã¦ã„ã¾ã™ã€‚
1722 </target>
1723 <context-group name="null">
1724 <context context-type="linenumber">69</context>
1725 </context-group>
1726 </trans-unit>
1727 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99">
1728 <source>What can I do to limit the exposure of my IP address?</source>
1729 <target>IPアドレスã®å…¬é–‹ã‚’制é™ã™ã‚‹ãŸã‚ã«ä½•ãŒã§ãã¾ã™ã‹?</target>
1730 <context-group name="null">
1731 <context context-type="linenumber">75</context>
1732 </context-group>
1733 </trans-unit>
1734 <trans-unit id="a545356de272b955258c2a2432b08ec637b65f7e">
1735 <source>
1736 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more.
1737 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
1738 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
1739 </source>
1740 <target>
1741 ã‚ãªãŸã®IPアドレスã¯å…¬é–‹ã•ã‚Œã¦ã„ã‚‹ã®ã§ã€ã‚ãªãŸãŒã‚¦ã‚§ãƒ–サイトを閲覧ã™ã‚‹ãŸã³ã«ã€ãれらã®æŽ¥ç¶šãƒ­ã‚°ã§ã‚ãªãŸã®IPを見ã¦ã„る多ãã®ã‚¢ã‚¯ã‚¿ãƒ¼ãŒã„ã¾ã™: (ISP / ルーター / トラッカー / CDNãªã©)。
1742 PeerTube ã¯ãã‚Œã«ã¤ã„ã¦é€æ˜Žã§ã™ï¼šã‚ãªãŸãŒã‚ãªãŸã®IPアドレスをプライベートã«ä¿ã¡ãŸã„ã®ãªã‚‰ã€ã‚ãªãŸã¯ VPN ã‹ Tor ブラウザを使ã‚ãªã‘ã‚Œã°ãªã‚‰ãªã„ã“ã¨ã‚’ã‚ãªãŸã«è­¦å‘Šã—ã¾ã™ã€‚
1743 PeerTube ã‹ã‚‰ P2P を削除ã—ã¦ã‚‚匿å性ãŒå–り戻ã•ã‚Œã‚‹ã‚ã‘ã§ã¯ãªã„ã¨ã„ã†ã®ã¯ç„¡æ„味ã§ã™ã€‚
1744 </target>
1745 <context-group name="null">
1746 <context context-type="linenumber">77</context>
1747 </context-group>
1748 </trans-unit>
1749 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41">
1750 <source>What will be done to mitigate this problem?</source>
1751 <target>ã“ã®å•é¡Œã‚’軽減ã™ã‚‹ãŸã‚ã«ä½•ãŒè¡Œã‚ã‚Œã¾ã™ã‹?</target>
1752 <context-group name="null">
1753 <context context-type="linenumber">83</context>
1754 </context-group>
1755 </trans-unit>
1756 <trans-unit id="b1372cb61ca791a0f7f95bf31c86c97df142adc4">
1757 <source>
1758 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
1759 In the meantime, we want to test different ideas related to this issue:
1760 </source>
1761 <target>
1762 PeerTube ã¯åˆæœŸã®æ®µéšŽã«ã‚ã‚Šã€å®‰å®šç‰ˆãŒãƒªãƒªãƒ¼ã‚¹ã•ã‚Œã‚‹ã¾ã§ã«å¯èƒ½ãªé™ã‚Šæœ€é«˜ã®å¯¾ç­–ã‚’æä¾›ã—ãŸã„ã¨è€ƒãˆã¦ã„ã¾ã™ã€‚
1763 ãã‚Œã¾ã§ã®é–“ã€ã“ã®å•é¡Œã«é–¢é€£ã™ã‚‹ã•ã¾ã–ã¾ãªã‚¢ã‚¤ãƒ‡ã‚¢ã‚’テストã—ãŸã„ã¨æ€ã„ã¾ã™:
1764 </target>
1765 <context-group name="null">
1766 <context context-type="linenumber">85</context>
1767 </context-group>
1768 </trans-unit>
1769 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19">
1770 <source>Set a limit to the number of peers sent by the tracker</source>
1771 <target>トラッカーã«ã‚ˆã£ã¦é€ä¿¡ã•ã‚Œã‚‹ãƒ”ã‚¢ã®æ•°ã«åˆ¶é™ã‚’設定ã™ã‚‹</target>
1772 <context-group name="null">
1773 <context context-type="linenumber">91</context>
1774 </context-group>
1775 </trans-unit>
1776 <trans-unit id="a6d732b614143f862e69798046dc0868716547e5">
1777 <source>Set a limit on the request frequency received by the tracker (being tested)</source>
1778 <target>トラッカーãŒå—ä¿¡ã—ãŸè¦æ±‚頻度ã«åˆ¶é™ã‚’設定ã™ã‚‹ (テスト中)</target>
1779 <context-group name="null">
1780 <context context-type="linenumber">92</context>
1781 </context-group>
1782 </trans-unit>
1783 <trans-unit id="ba77e356eaa5c06caaf5c8734c361d1a5415fe1c">
1784 <source>Ring a bell if there are unusual requests (being tested)</source>
1785 <target>変ã‚ã£ãŸè¦æ±‚ãŒã‚ã‚‹å ´åˆã¯ãƒ™ãƒ«ã‚’鳴ら㙠(テスト中)</target>
1786 <context-group name="null">
1787 <context context-type="linenumber">93</context>
1788 </context-group>
1789 </trans-unit>
1790 <trans-unit id="81861ff8a71c8a5881cdf66417f3bddb753f0e18">
1791 <source>Disable P2P from the administration interface</source>
1792 <target>管ç†ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã‹ã‚‰P2Pを無効ã«ã™ã‚‹</target>
1793 <context-group name="null">
1794 <context context-type="linenumber">94</context>
1795 </context-group>
1796 </trans-unit>
1797 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6">
1798 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source>
1799 <target>自動ビデオ冗長プログラム: IPアドレスãŒæ„図的ã«å‹•ç”»ã‚’ダウンロードã—ãŸã®ã‹ã€ãã‚Œã¨ã‚‚自動化ã•ã‚ŒãŸãƒ—ログラムãªã®ã‹ã‚ã‹ã‚‰ãªã„。</target>
1800 <context-group name="null">
1801 <context context-type="linenumber">95</context>
1802 </context-group>
1803 </trans-unit>
1804 <trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605">
1805 <source>Banned</source>
1806 <target>Banned</target>
1807 <context-group name="null">
1808 <context context-type="linenumber">12</context>
1809 </context-group>
1810 </trans-unit>
1811 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809">
1812 <source>Muted</source>
1813 <target>ミュート</target>
1814 <context-group name="null">
1815 <context context-type="linenumber">13</context>
1816 </context-group>
1817 </trans-unit>
1818 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89">
1819 <source>Muted by your instance</source>
1820 <target>インスタンスã«ã‚ˆã£ã¦ãƒŸãƒ¥ãƒ¼ãƒˆã•ã‚Œã¦ã„ã¾ã™</target>
1821 <context-group name="null">
1822 <context context-type="linenumber">14</context>
1823 </context-group>
1824 </trans-unit>
1825 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a">
1826 <source>Instance muted</source>
1827 <target>インスタンスãŒãƒŸãƒ¥ãƒ¼ãƒˆã•ã‚Œã¦ã„ã¾ã™</target>
1828 <context-group name="null">
1829 <context context-type="linenumber">15</context>
1830 </context-group>
1831 </trans-unit>
1832 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1">
1833 <source>Instance muted by your instance</source>
1834 <target>インスタンスã«ã‚ˆã£ã¦ãƒŸãƒ¥ãƒ¼ãƒˆã•ã‚ŒãŸã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹</target>
1835 <context-group name="null">
1836 <context context-type="linenumber">16</context>
1837 </context-group>
1838 </trans-unit>
1839 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
1840 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
1841 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> 人ã®ç™»éŒ²è€…</target>
1842 <context-group name="null">
1843 <context context-type="linenumber">24</context>
1844 </context-group>
1845 </trans-unit>
1846 <trans-unit id="6f5a458f827503ac7b8697688ecf3e0490818ee8">
1847 <source>Video channels</source>
1848 <target>å‹•ç”»ãƒãƒ£ãƒ³ãƒãƒ«</target>
1849 <context-group name="null">
1850 <context context-type="linenumber">31</context>
1851 </context-group>
1852 </trans-unit>
749 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a"> 1853 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a">
750 <source>Stats</source> 1854 <source>Stats</source>
751 <target>統計</target> 1855 <target>統計</target>
@@ -753,16 +1857,30 @@
753 <context context-type="linenumber">16</context> 1857 <context context-type="linenumber">16</context>
754 </context-group> 1858 </context-group>
755 </trans-unit> 1859 </trans-unit>
1860 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
1861 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
1862 <target>å‚加 <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
1863 <context-group name="null">
1864 <context context-type="linenumber">10</context>
1865 </context-group>
1866 </trans-unit>
1867 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3">
1868 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source>
1869 <target><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> 人ã®ç™»éŒ²è€…</target>
1870 <context-group name="null">
1871 <context context-type="linenumber">14</context>
1872 </context-group>
1873 </trans-unit>
756 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f"> 1874 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f">
757 <source>See this video channel</source> 1875 <source>See this video channel</source>
758 <target>ã“ã®ãƒ“デオãƒãƒ£ãƒ³ãƒãƒ«ã‚’見る</target> 1876 <target>ã“ã®å‹•ç”»ãƒãƒ£ãƒ³ãƒãƒ«ã‚’見る</target>
759 <context-group name="null"> 1877 <context-group name="null">
760 <context context-type="linenumber">4</context> 1878 <context context-type="linenumber">4</context>
761 </context-group> 1879 </context-group>
762 </trans-unit> 1880 </trans-unit>
763 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59"> 1881 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59">
764 <source>Name</source> 1882 <source>Name</source>
765 <target>å</target> 1883 <target>åå‰</target>
766 <context-group name="null"> 1884 <context-group name="null">
767 <context context-type="linenumber">12</context> 1885 <context context-type="linenumber">12</context>
768 </context-group> 1886 </context-group>
@@ -774,16 +1892,81 @@
774 <context context-type="linenumber">21</context> 1892 <context context-type="linenumber">21</context>
775 </context-group> 1893 </context-group>
776 </trans-unit> 1894 </trans-unit>
1895 <trans-unit id="8ae5153c547e445a293ee6ef9adfbf4107aa0772">
1896 <source>Dedicated to sensitive or NSFW content</source>
1897 <target>センシティブãªã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã¾ãŸã¯NSFWãªã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã«å°‚念</target>
1898 <context-group name="null">
1899 <context context-type="linenumber">50</context>
1900 </context-group>
1901 </trans-unit>
1902 <trans-unit id="c9a1f510f6a1365c5bc5615661f8505792889347">
1903 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.&lt;br /&gt;&lt;br /&gt;
1904 Moreover, the NSFW checkbox on video upload will be automatically checked by default.</source>
1905 <target>ã“れを有効ã«ã™ã‚‹ã¨ã€ä»–ã®ç®¡ç†è€…ãŒã‚ãªãŸãŒä¸»ã«ã‚»ãƒ³ã‚·ãƒ†ã‚£ãƒ–ãªã‚³ãƒ³ãƒ†ãƒ³ãƒ„を連æºã—ã¦ã„ã‚‹ã“ã¨ã‚’知るã“ã¨ãŒã§ãã¾ã™ã€‚&lt;br /&gt;&lt;br /&gt;
1906 ã•ã‚‰ã«ã€å‹•ç”»ã‚¢ãƒƒãƒ—ロードã®NSFWã®ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ã¯ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã§è‡ªå‹•çš„ã«ãƒã‚§ãƒƒã‚¯ã•ã‚Œã¾ã™ã€‚</target>
1907 <context-group name="null">
1908 <context context-type="linenumber">51</context>
1909 </context-group>
1910 </trans-unit>
1911 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
1912 <source>Default client route</source>
1913 <target>デフォルトã®ã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆãƒ«ãƒ¼ãƒˆ</target>
1914 <context-group name="null">
1915 <context context-type="linenumber">57</context>
1916 </context-group>
1917 </trans-unit>
777 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1918 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
778 <source>Videos Overview</source> 1919 <source>Videos Overview</source>
779 <target>ビデオã®æ¦‚è¦</target> 1920 <target>å‹•ç”»ã®æ¦‚è¦</target>
780 <context-group name="null"> 1921 <context-group name="null">
781 <context context-type="linenumber">51</context> 1922 <context context-type="linenumber">60</context>
1923 </context-group>
1924 </trans-unit>
1925 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1926 <source>Videos Trending</source>
1927 <target>å‹•ç”»ã®ãƒˆãƒ¬ãƒ³ãƒ‰</target>
1928 <context-group name="null">
1929 <context context-type="linenumber">61</context>
1930 </context-group>
1931 </trans-unit>
1932 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1933 <source>Videos Recently Added</source>
1934 <target>最近追加ã•ã‚ŒãŸå‹•ç”»</target>
1935 <context-group name="null">
1936 <context context-type="linenumber">62</context>
1937 </context-group>
1938 </trans-unit>
1939 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1940 <source>Local videos</source>
1941 <target>ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã«ã‚¢ãƒƒãƒ—ロードã•ã‚ŒãŸå‹•ç”»</target>
1942 <context-group name="null">
1943 <context context-type="linenumber">63</context>
1944 </context-group>
1945 </trans-unit>
1946 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1947 <source>Policy on videos containing sensitive content</source>
1948 <target>センシティブãªã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚’å«ã‚€å‹•ç”»ã«é–¢ã™ã‚‹ãƒãƒªã‚·ãƒ¼</target>
1949 <context-group name="null">
1950 <context context-type="linenumber">70</context>
1951 </context-group>
1952 </trans-unit>
1953 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
1954 <source>With &lt;strong&gt;Do not list&lt;/strong&gt; or &lt;strong&gt;Blur thumbnails&lt;/strong&gt;, a confirmation will be requested to watch the video.</source>
1955 <target>&lt;strong&gt;表示ã—ãªã„&lt;/strong&gt; ã¾ãŸã¯ &lt;strong&gt;サムãƒã‚¤ãƒ«ã‚’ã¼ã‹ã™&lt;/strong&gt; ã‚’é¸æŠžã™ã‚‹ã¨ã€è©²å½“ã®å‹•ç”»ã®è¦–è´æ™‚ã«ç¢ºèªãŒè¦æ±‚ã•ã‚Œã¾ã™ã€‚</target>
1956 <context-group name="null">
1957 <context context-type="linenumber">6</context>
1958 </context-group>
1959 </trans-unit>
1960 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
1961 <source>Do not list</source>
1962 <target>表示ã—ãªã„</target>
1963 <context-group name="null">
1964 <context context-type="linenumber">11</context>
782 </context-group> 1965 </context-group>
783 </trans-unit> 1966 </trans-unit>
784 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 1967 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
785 <source>Blur thumbnails</source> 1968 <source>Blur thumbnails</source>
786 <target>ã¼ã‹ã—サムãƒã‚¤ãƒ«</target> 1969 <target>サムãƒã‚¤ãƒ«ã‚’ã¼ã‹ã™</target>
787 <context-group name="null"> 1970 <context-group name="null">
788 <context context-type="linenumber">12</context> 1971 <context context-type="linenumber">12</context>
789 </context-group> 1972 </context-group>
@@ -797,30 +1980,44 @@
797 </trans-unit> 1980 </trans-unit>
798 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 1981 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
799 <source>Signup enabled</source> 1982 <source>Signup enabled</source>
800 <target>サインアップãŒæœ‰åŠ¹</target> 1983 <target>登録ãŒæœ‰åŠ¹</target>
801 <context-group name="null"> 1984 <context-group name="null">
802 <context context-type="linenumber">84</context> 1985 <context context-type="linenumber">94</context>
803 </context-group> 1986 </context-group>
804 </trans-unit> 1987 </trans-unit>
805 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1988 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
806 <source>Signup requires email verification</source> 1989 <source>Signup requires email verification</source>
807 <target>サインアップã«ã¯é›»å­ãƒ¡ãƒ¼ãƒ«ã®ç¢ºèªãŒå¿…è¦ã§ã™</target> 1990 <target>登録ã«ã¯ãƒ¡ãƒ¼ãƒ«ã®ç¢ºèªãŒå¿…é ˆ</target>
808 <context-group name="null"> 1991 <context-group name="null">
809 <context context-type="linenumber">91</context> 1992 <context context-type="linenumber">101</context>
810 </context-group> 1993 </context-group>
811 </trans-unit> 1994 </trans-unit>
812 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1995 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
813 <source>Signup limit</source> 1996 <source>Signup limit</source>
814 <target>サインアッãƒã®åˆé™</target> 1997 <target>登録å¯èƒ½ãƒ¦ãƒ¼ãー数</target>
815 <context-group name="null"> 1998 <context-group name="null">
816 <context context-type="linenumber">96</context> 1999 <context context-type="linenumber">106</context>
817 </context-group> 2000 </context-group>
818 </trans-unit> 2001 </trans-unit>
819 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 2002 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
820 <source>Users</source> 2003 <source>Users</source>
821 <target>ユーザー</target> 2004 <target>ユーザー</target>
822 <context-group name="null"> 2005 <context-group name="null">
823 <context context-type="linenumber">105</context> 2006 <context context-type="linenumber">116</context>
2007 </context-group>
2008 </trans-unit>
2009 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
2010 <source>User default video quota</source>
2011 <target>デフォルトã®å‹•ç”»å®¹é‡åˆ¶é™</target>
2012 <context-group name="null">
2013 <context context-type="linenumber">120</context>
2014 </context-group>
2015 </trans-unit>
2016 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
2017 <source>User default daily upload limit</source>
2018 <target>デフォルトã®1æ—¥ã‚ãŸã‚Šã®ã‚¢ãƒƒãƒ—ロード容é‡åˆ¶é™</target>
2019 <context-group name="null">
2020 <context context-type="linenumber">132</context>
824 </context-group> 2021 </context-group>
825 </trans-unit> 2022 </trans-unit>
826 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 2023 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -830,30 +2027,58 @@
830 <context context-type="linenumber">42</context> 2027 <context context-type="linenumber">42</context>
831 </context-group> 2028 </context-group>
832 </trans-unit> 2029 </trans-unit>
2030 <trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e">
2031 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
2032 <target>HTTP URL (YouTube ãªã©) を使用ã—ãŸå‹•ç”»ã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆã‚’有効ã«ã™ã‚‹</target>
2033 <context-group name="null">
2034 <context context-type="linenumber">153</context>
2035 </context-group>
2036 </trans-unit>
833 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 2037 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
834 <source>Video import with a torrent file or a magnet URI enabled</source> 2038 <source>Video import with a torrent file or a magnet URI enabled</source>
835 <target>Torrent ファイル ã¾ãŸã¯ magnet リンクを使用ã—ã¦å‹•ç”»ã‚’インãƒãƒ¼ãƒˆã™ã‚‹</target> 2039 <target>Torrent ファイル ã¾ãŸã¯ Magnet リンク を使用ã—ãŸå‹•ç”»ã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆã‚’有効ã«ã™ã‚‹</target>
2040 <context-group name="null">
2041 <context context-type="linenumber">160</context>
2042 </context-group>
2043 </trans-unit>
2044 <trans-unit id="51ee3dafebdb4c05d300b18bb4a997c10b1d7891">
2045 <source>Auto-blacklist</source>
2046 <target>自動ブラックリスト</target>
836 <context-group name="null"> 2047 <context-group name="null">
837 <context context-type="linenumber">148</context> 2048 <context context-type="linenumber">168</context>
2049 </context-group>
2050 </trans-unit>
2051 <trans-unit id="b78d9ff04931504a241a6c6fc394d677c7a0946c">
2052 <source>New videos of users automatically blacklisted enabled</source>
2053 <target>ユーザーã®æ–°ã—ã„動画を自動的ã«ãƒ–ラックリストã«ç™»éŒ²ã™ã‚‹æ©Ÿèƒ½ã‚’有効ã«ã™ã‚‹</target>
2054 <context-group name="null">
2055 <context context-type="linenumber">177</context>
838 </context-group> 2056 </context-group>
839 </trans-unit> 2057 </trans-unit>
840 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 2058 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
841 <source>Administrator</source> 2059 <source>Administrator</source>
842 <target>管ç†è€…</target> 2060 <target>管ç†è€…</target>
843 <context-group name="null"> 2061 <context-group name="null">
844 <context context-type="linenumber">155</context> 2062 <context context-type="linenumber">208</context>
845 </context-group> 2063 </context-group>
846 </trans-unit> 2064 </trans-unit>
847 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 2065 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
848 <source>Admin email</source> 2066 <source>Admin email</source>
849 <target>管ç†è€…ã®é›»å­ãƒ¡ãƒ¼ãƒ«</target> 2067 <target>管ç†è€…ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹</target>
850 <context-group name="null"> 2068 <context-group name="null">
851 <context context-type="linenumber">158</context> 2069 <context context-type="linenumber">211</context>
2070 </context-group>
2071 </trans-unit>
2072 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
2073 <source>Enable contact form</source>
2074 <target>å•ã„åˆã‚ã›ãƒ•ã‚©ãƒ¼ãƒ ã‚’有効ã«ã™ã‚‹</target>
2075 <context-group name="null">
2076 <context context-type="linenumber">222</context>
852 </context-group> 2077 </context-group>
853 </trans-unit> 2078 </trans-unit>
854 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 2079 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
855 <source>Basic configuration</source> 2080 <source>Basic configuration</source>
856 <target>基本構æˆ</target> 2081 <target>基本設定</target>
857 <context-group name="null"> 2082 <context-group name="null">
858 <context context-type="linenumber">5</context> 2083 <context context-type="linenumber">5</context>
859 </context-group> 2084 </context-group>
@@ -862,68 +2087,208 @@
862 <source>Twitter</source> 2087 <source>Twitter</source>
863 <target>Twitter</target> 2088 <target>Twitter</target>
864 <context-group name="null"> 2089 <context-group name="null">
865 <context context-type="linenumber">178</context> 2090 <context context-type="linenumber">231</context>
866 </context-group> 2091 </context-group>
867 </trans-unit> 2092 </trans-unit>
868 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 2093 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
869 <source>Your Twitter username</source> 2094 <source>Your Twitter username</source>
870 <target>ã‚ãªãŸã®Twitterユーザーå</target> 2095 <target>Twitterユーザーå</target>
871 <context-group name="null"> 2096 <context-group name="null">
872 <context context-type="linenumber">184</context> 2097 <context context-type="linenumber">237</context>
2098 </context-group>
2099 </trans-unit>
2100 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
2101 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
2102 <target>コンテンツãŒå…¬é–‹ã•ã‚ŒãŸWebサイトã¾ãŸã¯ãƒ—ラットフォームã®Twitterアカウントを示ã—ã¾ã™ã€‚</target>
2103 <context-group name="null">
2104 <context context-type="linenumber">240</context>
2105 </context-group>
2106 </trans-unit>
2107 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
2108 <source>Instance whitelisted by Twitter</source>
2109 <target>Twitter ã®ãƒ›ãƒ¯ã‚¤ãƒˆãƒªã‚¹ãƒˆã«ç™»éŒ²ã•ã‚ŒãŸã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹</target>
2110 <context-group name="null">
2111 <context context-type="linenumber">252</context>
2112 </context-group>
2113 </trans-unit>
2114 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
2115 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
2116 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
2117 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
2118 <target>インスタンス㌠Twitter ã«ã‚ˆã£ã¦ãƒ›ãƒ¯ã‚¤ãƒˆãƒªã‚¹ãƒˆã«ç™»éŒ²ã•ã‚Œã¦ã„ã‚‹å ´åˆã¯ã€PeerTube ビデオ共有㮠Twitter フィードã«ãƒ“デオプレーヤーãŒåŸ‹ã‚è¾¼ã¾ã‚Œã¾ã™ã€‚&lt;br /&gt;
2119 インスタンスãŒãƒ›ãƒ¯ã‚¤ãƒˆãƒªã‚¹ãƒˆã«ç™»éŒ²ã•ã‚Œã¦ã„ãªã„å ´åˆã¯ã€PeerTube インスタンスã«ãƒªãƒ€ã‚¤ãƒ¬ã‚¯ãƒˆã™ã‚‹ç”»åƒãƒªãƒ³ã‚¯ã‚«ãƒ¼ãƒ‰ã‚’使用ã—ã¾ã™ã€‚&lt;br /&gt;&lt;br /&gt;
2120 ã“ã®ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ã‚’オンã«ã—ã€è¨­å®šã‚’ä¿å­˜ã—ã¦ã€ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ãŒãƒ›ãƒ¯ã‚¤ãƒˆãƒªã‚¹ãƒˆã«ç™»éŒ²ã•ã‚Œã¦ã„ã‚‹ã‹ã©ã†ã‹ã‚’確èªã™ã‚‹ãŸã‚ã«ã€ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ (https://example.com/videos/watch/blabla) ã®ãƒ“デオURL &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; ã§ãƒ†ã‚¹ãƒˆã—ã¾ã™ã€‚</target>
2121 <context-group name="null">
2122 <context context-type="linenumber">253</context>
873 </context-group> 2123 </context-group>
874 </trans-unit> 2124 </trans-unit>
875 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 2125 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
876 <source>Services</source> 2126 <source>Services</source>
877 <target>サービス</target> 2127 <target>サービス</target>
878 <context-group name="null"> 2128 <context-group name="null">
879 <context context-type="linenumber">176</context> 2129 <context context-type="linenumber">229</context>
880 </context-group> 2130 </context-group>
881 </trans-unit> 2131 </trans-unit>
882 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 2132 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
883 <source>Transcoding</source> 2133 <source>Transcoding</source>
884 <target>トランスコード</target> 2134 <target>トランスコード</target>
885 <context-group name="null"> 2135 <context-group name="null">
886 <context context-type="linenumber">215</context> 2136 <context context-type="linenumber">268</context>
887 </context-group> 2137 </context-group>
888 </trans-unit> 2138 </trans-unit>
889 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 2139 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
890 <source>Transcoding enabled</source> 2140 <source>Transcoding enabled</source>
891 <target>トランスコードãŒæœ‰åŠ¹ã«ãªã£ã¦ã„ã¾ã™</target> 2141 <target>トランスコーディングを有効ã«ã™ã‚‹</target>
2142 <context-group name="null">
2143 <context context-type="linenumber">274</context>
2144 </context-group>
2145 </trans-unit>
2146 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
2147 <source>If you disable transcoding, many videos from your users will not work!</source>
2148 <target>トランスコーディングを無効ã«ã™ã‚‹ã¨ã€ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‹ã‚‰ã®å‹•ç”»ã®å¤šããŒæ©Ÿèƒ½ã—ãªããªã‚Šã¾ã™ã€‚</target>
2149 <context-group name="null">
2150 <context context-type="linenumber">275</context>
2151 </context-group>
2152 </trans-unit>
2153 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
2154 <source>Allow additional extensions</source>
2155 <target>追加ã®æ‹¡å¼µå­ã‚’許å¯ã™ã‚‹</target>
892 <context-group name="null"> 2156 <context-group name="null">
893 <context context-type="linenumber">221</context> 2157 <context context-type="linenumber">284</context>
2158 </context-group>
2159 </trans-unit>
2160 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
2161 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
2162 <target>ユーザー㫠.mkvã€.movã€.aviã€.flv ã®å‹•ç”»ã®ã‚¢ãƒƒãƒ—ロードを許å¯ã™ã‚‹</target>
2163 <context-group name="null">
2164 <context context-type="linenumber">285</context>
894 </context-group> 2165 </context-group>
895 </trans-unit> 2166 </trans-unit>
896 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 2167 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
897 <source>Transcoding threads</source><target>Transcoding threads</target><context-group name="null"> 2168 <source>Transcoding threads</source>
898 <context context-type="linenumber">237</context> 2169 <target>トランスコードスレッド</target>
2170 <context-group name="null">
2171 <context context-type="linenumber">290</context>
2172 </context-group>
2173 </trans-unit>
2174 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
2175 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
2176 <target>解決 <x id="INTERPOLATION" equiv-text="{{resolution}}"/> 有効</target>
2177 <context-group name="null">
2178 <context context-type="linenumber">305</context>
2179 </context-group>
2180 </trans-unit>
2181 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
2182 <source>
2183 Cache
2184
2185 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
2186 </source>
2187 <target>
2188 キャッシュ
2189
2190 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
2191 </target>
2192 <context-group name="null">
2193 <context context-type="linenumber">313</context>
2194 </context-group>
2195 </trans-unit>
2196 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
2197 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
2198 <target>一部ã®ãƒ•ã‚¡ã‚¤ãƒ«ã¯é€£æºã•ã‚Œã¦ã„ã¾ã›ã‚“ (プレビューã€ã‚­ãƒ£ãƒ—ション)。インスタンスã‹ã‚‰ç›´æŽ¥å–å¾—ã—ã¦ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã—ã¾ã™ã€‚</target>
2199 <context-group name="null">
2200 <context context-type="linenumber">318</context>
2201 </context-group>
2202 </trans-unit>
2203 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
2204 <source>Previews cache size</source>
2205 <target>プレビューキャッシュサイズ</target>
2206 <context-group name="null">
2207 <context context-type="linenumber">324</context>
2208 </context-group>
2209 </trans-unit>
2210 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
2211 <source>Video captions cache size</source>
2212 <target>動画字幕ã®ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚µã‚¤ã‚º</target>
2213 <context-group name="null">
2214 <context context-type="linenumber">333</context>
899 </context-group> 2215 </context-group>
900 </trans-unit> 2216 </trans-unit>
901 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 2217 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
902 <source>Customizations</source> 2218 <source>Customizations</source>
903 <target>カスタマイズ</target> 2219 <target>カスタマイズ</target>
904 <context-group name="null"> 2220 <context-group name="null">
905 <context context-type="linenumber">289</context> 2221 <context context-type="linenumber">342</context>
906 </context-group> 2222 </context-group>
907 </trans-unit> 2223 </trans-unit>
908 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 2224 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
909 <source>JavaScript</source> 2225 <source>JavaScript</source>
910 <target>JavaScript</target> 2226 <target>JavaScript</target>
911 <context-group name="null"> 2227 <context-group name="null">
912 <context context-type="linenumber">294</context> 2228 <context context-type="linenumber">347</context>
2229 </context-group>
2230 </trans-unit>
2231 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
2232 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
2233 <target>JavaScript コードを直接書ãã¾ã™ã€‚&lt;br /&gt;例: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</target>
2234 <context-group name="null">
2235 <context context-type="linenumber">350</context>
2236 </context-group>
2237 </trans-unit>
2238 <trans-unit id="d90e081933221a99c87e2ad9769afb6be6ff6fc4">
2239 <source>
2240 Write directly CSS code. Example:&lt;br /&gt;&lt;br /&gt;
2241 &lt;pre&gt;
2242 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2243 color: red;
2244 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2245 &lt;/pre&gt;
2246
2247 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:&lt;br /&gt;&lt;br /&gt;
2248 &lt;pre&gt;
2249 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2250 color: red;
2251 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2252 &lt;/pre&gt;
2253 </source>
2254 <target>
2255 CSS コードを直接書ãã¾ã™ã€‚例:&lt;br /&gt;&lt;br /&gt;
2256 &lt;pre&gt;
2257 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2258 color: red;
2259 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2260 &lt;/pre&gt;
2261
2262 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:&lt;br /&gt;&lt;br /&gt;
2263 &lt;pre&gt;
2264 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2265 color: red;
2266 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2267 &lt;/pre&gt;
2268 </target>
2269 <context-group name="null">
2270 <context context-type="linenumber">364</context>
913 </context-group> 2271 </context-group>
914 </trans-unit> 2272 </trans-unit>
915 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 2273 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
916 <source>Advanced configuration</source> 2274 <source>Advanced configuration</source>
917 <target>高度ãªæ§‹æˆ</target> 2275 <target>高度ãªè¨­å®š</target>
918 <context-group name="null"> 2276 <context-group name="null">
919 <context context-type="linenumber">212</context> 2277 <context context-type="linenumber">265</context>
920 </context-group> 2278 </context-group>
921 </trans-unit> 2279 </trans-unit>
922 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 2280 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
923 <source>Update configuration</source> 2281 <source>Update configuration</source>
924 <target>設定を更新ã™ã‚‹</target> 2282 <target>設定を更新</target>
2283 <context-group name="null">
2284 <context context-type="linenumber">393</context>
2285 </context-group>
2286 </trans-unit>
2287 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
2288 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
2289 <target>設定ãŒç„¡åŠ¹ã®ã‚ˆã†ã§ã™ã€‚ã•ã¾ã–ã¾ãªã‚¿ãƒ–ã§æ½œåœ¨çš„ãªã‚¨ãƒ©ãƒ¼ã‚’検索ã—ã¦ãã ã•ã„。</target>
925 <context-group name="null"> 2290 <context-group name="null">
926 <context context-type="linenumber">340</context> 2291 <context context-type="linenumber">394</context>
927 </context-group> 2292 </context-group>
928 </trans-unit> 2293 </trans-unit>
929 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2294 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -937,6 +2302,57 @@
937 <context context-type="linenumber">3</context> 2302 <context context-type="linenumber">3</context>
938 </context-group> 2303 </context-group>
939 </trans-unit> 2304 </trans-unit>
2305 <trans-unit id="0315abd64e35510ed0534f597130ef781aca175a">
2306 <source>
2307 Manage follows
2308 </source>
2309 <target>
2310 フォローを管ç†
2311 </target>
2312 <context-group name="null">
2313 <context context-type="linenumber">7</context>
2314 </context-group>
2315 </trans-unit>
2316 <trans-unit id="1a5c7f9b1bec1463728f44933f0e256de9c45154">
2317 <source>
2318 Moderation
2319 </source>
2320 <target>
2321 モデレーション
2322 </target>
2323 <context-group name="null">
2324 <context context-type="linenumber">11</context>
2325 </context-group>
2326 </trans-unit>
2327 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
2328 <source>
2329 Configuration
2330 </source>
2331 <target>
2332 設定
2333 </target>
2334 <context-group name="null">
2335 <context context-type="linenumber">15</context>
2336 </context-group>
2337 </trans-unit>
2338 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
2339 <source>1 host (without "http://") per line</source>
2340 <target>1è¡Œã«1ホスト ("http://" ã¯ä¸è¦)</target>
2341 <context-group name="null">
2342 <context context-type="linenumber">5</context>
2343 </context-group>
2344 </trans-unit>
2345 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507">
2346 <source>
2347 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2348 </source>
2349 <target>
2350 HTTPSサーãƒãƒ¼ã«æŽ¥ç¶šã—ã¦ã„ãªã„よã†ã§ã™ã€‚サーãƒãƒ¼ã‚’追跡ã™ã‚‹ã«ã¯ã€Webサーãƒãƒ¼ã§TLSを有効ã«ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚
2351 </target>
2352 <context-group name="null">
2353 <context context-type="linenumber">17</context>
2354 </context-group>
2355 </trans-unit>
940 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437"> 2356 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
941 <source>Add following</source> 2357 <source>Add following</source>
942 <target>次を追加</target> 2358 <target>次を追加</target>
@@ -944,6 +2360,13 @@
944 <context context-type="linenumber">21</context> 2360 <context context-type="linenumber">21</context>
945 </context-group> 2361 </context-group>
946 </trans-unit> 2362 </trans-unit>
2363 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
2364 <source>Filter...</source>
2365 <target>フィルタ…</target>
2366 <context-group name="null">
2367 <context context-type="linenumber">27</context>
2368 </context-group>
2369 </trans-unit>
947 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 2370 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
948 <source>ID</source> 2371 <source>ID</source>
949 <target>ID</target> 2372 <target>ID</target>
@@ -951,11 +2374,46 @@
951 <context context-type="linenumber">18</context> 2374 <context context-type="linenumber">18</context>
952 </context-group> 2375 </context-group>
953 </trans-unit> 2376 </trans-unit>
2377 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
2378 <source>State</source>
2379 <target>状態</target>
2380 <context-group name="null">
2381 <context context-type="linenumber">10</context>
2382 </context-group>
2383 </trans-unit>
954 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25"> 2384 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
955 <source>Score</source> 2385 <source>Score</source>
956 <target>スコア</target> 2386 <target>スコア</target>
957 <context-group name="null"> 2387 <context-group name="null">
958 <context context-type="linenumber">17</context> 2388 <context context-type="linenumber">19</context>
2389 </context-group>
2390 </trans-unit>
2391 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2392 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2393 <target>ä½œæˆ <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2394 <context-group name="null">
2395 <context context-type="linenumber">11</context>
2396 </context-group>
2397 </trans-unit>
2398 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2399 <source>Accepted</source>
2400 <target>å—入済</target>
2401 <context-group name="null">
2402 <context context-type="linenumber">32</context>
2403 </context-group>
2404 </trans-unit>
2405 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
2406 <source>Pending</source>
2407 <target>ä¿ç•™ä¸­</target>
2408 <context-group name="null">
2409 <context context-type="linenumber">33</context>
2410 </context-group>
2411 </trans-unit>
2412 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2413 <source>Refuse</source>
2414 <target>ã”ã¿</target>
2415 <context-group name="null">
2416 <context context-type="linenumber">42</context>
959 </context-group> 2417 </context-group>
960 </trans-unit> 2418 </trans-unit>
961 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 2419 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
@@ -965,30 +2423,30 @@
965 <context context-type="linenumber">19</context> 2423 <context context-type="linenumber">19</context>
966 </context-group> 2424 </context-group>
967 </trans-unit> 2425 </trans-unit>
968 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2426 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
969 <source>State</source> 2427 <source>Redundancy allowed</source>
970 <target>状態</target> 2428 <target>冗長を許å¯</target>
971 <context-group name="null"> 2429 <context-group name="null">
972 <context context-type="linenumber">10</context> 2430 <context context-type="linenumber">22</context>
973 </context-group> 2431 </context-group>
974 </trans-unit> 2432 </trans-unit>
975 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479"> 2433 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479">
976 <source>Manage follows</source> 2434 <source>Manage follows</source>
977 <target>フォローã™ã</target> 2435 <target>フォローを管ç†</target>
978 <context-group name="null"> 2436 <context-group name="null">
979 <context context-type="linenumber">2</context> 2437 <context context-type="linenumber">2</context>
980 </context-group> 2438 </context-group>
981 </trans-unit> 2439 </trans-unit>
982 <trans-unit id="f995df052a1dfc675c2a21926420a707d9601936"> 2440 <trans-unit id="f995df052a1dfc675c2a21926420a707d9601936">
983 <source>Following</source> 2441 <source>Following</source>
984 <target>以ä¸</target> 2442 <target>フォロー中</target>
985 <context-group name="null"> 2443 <context-group name="null">
986 <context context-type="linenumber">5</context> 2444 <context context-type="linenumber">5</context>
987 </context-group> 2445 </context-group>
988 </trans-unit> 2446 </trans-unit>
989 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 2447 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246">
990 <source>Follow</source> 2448 <source>Follow</source>
991 <target>フォローã™ã‚‹</target> 2449 <target>フォロー</target>
992 <context-group name="null"> 2450 <context-group name="null">
993 <context context-type="linenumber">7</context> 2451 <context context-type="linenumber">7</context>
994 </context-group> 2452 </context-group>
@@ -1000,34 +2458,103 @@
1000 <context context-type="linenumber">9</context> 2458 <context context-type="linenumber">9</context>
1001 </context-group> 2459 </context-group>
1002 </trans-unit> 2460 </trans-unit>
1003 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f"> 2461 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1004 <source>Jobs list</source> 2462 <source>Create user</source>
1005 <target>タスクリスト</target> 2463 <target>ユーザーを作æˆ</target>
2464 <context-group name="null">
2465 <context context-type="linenumber">6</context>
2466 </context-group>
2467 </trans-unit>
2468 <trans-unit id="2788d9a67ed2b6f35c85818e6af1871317c57a7e">
2469 <source>Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></source>
2470 <target>ユーザー <x id="INTERPOLATION" equiv-text="{{ username }}"/> を編集</target>
1006 <context-group name="null"> 2471 <context-group name="null">
1007 <context context-type="linenumber">2</context> 2472 <context context-type="linenumber">2</context>
1008 </context-group> 2473 </context-group>
1009 </trans-unit> 2474 </trans-unit>
1010 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 2475 <trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a">
1011 <source>Type</source> 2476 <source>john</source>
1012 <target>種類</target> 2477 <target>john</target>
1013 <context-group name="null"> 2478 <context-group name="null">
1014 <context context-type="linenumber">19</context> 2479 <context context-type="linenumber">10</context>
1015 </context-group> 2480 </context-group>
1016 </trans-unit> 2481 </trans-unit>
1017 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 2482 <trans-unit id="bb3542ff8e5defa6d0c773799e5c8fe399605d05">
1018 <source>Create user</source> 2483 <source>mail@example.com</source>
1019 <target>ユーザーを作æˆ</target> 2484 <target>mail@example.com</target>
1020 <context-group name="null"> 2485 <context-group name="null">
1021 <context context-type="linenumber">6</context> 2486 <context context-type="linenumber">21</context>
1022 </context-group> 2487 </context-group>
1023 </trans-unit> 2488 </trans-unit>
1024 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46"> 2489 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46">
1025 <source>Role</source> 2490 <source>Role</source>
1026 <target>役割</target> 2491 <target>権é™</target>
1027 <context-group name="null"> 2492 <context-group name="null">
1028 <context context-type="linenumber">43</context> 2493 <context context-type="linenumber">43</context>
1029 </context-group> 2494 </context-group>
1030 </trans-unit> 2495 </trans-unit>
2496 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345">
2497 <source>
2498 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2499 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
2500 </source>
2501 <target>
2502 サーãƒãƒ¼ã§ãƒˆãƒ©ãƒ³ã‚¹ã‚³ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°ãŒæœ‰åŠ¹ã«ãªã£ã¦ã„ã¾ã™ã€‚容é‡åˆ¶é™ã¯å‹•ç”» <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> ã®ã¿ã‚’考慮ã«å…¥ã‚Œã¾ã™ã€‚<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2503 ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯å¤šãã¦ã‚‚ã€ï½ž <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/> を使用ã§ãã¾ã™ã€‚
2504 </target>
2505 <context-group name="null">
2506 <context context-type="linenumber">65</context>
2507 </context-group>
2508 </trans-unit>
2509 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496">
2510 <source>Daily video quota</source>
2511 <target>1æ—¥ã‚ãŸã‚Šã®ã‚¢ãƒƒãƒ—ロード容é‡åˆ¶é™</target>
2512 <context-group name="null">
2513 <context context-type="linenumber">72</context>
2514 </context-group>
2515 </trans-unit>
2516 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2517 <source>Danger Zone</source>
2518 <target>å±é™ºåŒºåŸŸ</target>
2519 <context-group name="null">
2520 <context context-type="linenumber">93</context>
2521 </context-group>
2522 </trans-unit>
2523 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2524 <source>Send a link to reset the password by email to the user</source>
2525 <target>ユーザーã«ãƒ‘スワードをリセットã™ã‚‹ãŸã‚ã®ãƒªãƒ³ã‚¯ã‚’メールã§é€ä¿¡ã™ã‚‹</target>
2526 <context-group name="null">
2527 <context context-type="linenumber">96</context>
2528 </context-group>
2529 </trans-unit>
2530 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2531 <source>Ask for new password</source>
2532 <target>æ–°ã—ã„パスワードをè¦æ±‚ã™ã‚‹</target>
2533 <context-group name="null">
2534 <context context-type="linenumber">97</context>
2535 </context-group>
2536 </trans-unit>
2537 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2538 <source>Manually set the user password</source>
2539 <target>ユーザーパスワードを手動ã§è¨­å®šã™ã‚‹</target>
2540 <context-group name="null">
2541 <context context-type="linenumber">101</context>
2542 </context-group>
2543 </trans-unit>
2544 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2545 <source>Show</source>
2546 <target>表示</target>
2547 <context-group name="null">
2548 <context context-type="linenumber">10</context>
2549 </context-group>
2550 </trans-unit>
2551 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2552 <source>Hide</source>
2553 <target>éš ã™</target>
2554 <context-group name="null">
2555 <context context-type="linenumber">11</context>
2556 </context-group>
2557 </trans-unit>
1031 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2558 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
1032 <source>Users list</source> 2559 <source>Users list</source>
1033 <target>ユーザーリスト</target> 2560 <target>ユーザーリスト</target>
@@ -1035,16 +2562,51 @@
1035 <context context-type="linenumber">2</context> 2562 <context context-type="linenumber">2</context>
1036 </context-group> 2563 </context-group>
1037 </trans-unit> 2564 </trans-unit>
2565 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4">
2566 <source>Batch actions</source>
2567 <target>ãƒãƒƒãƒå‡¦ç†</target>
2568 <context-group name="null">
2569 <context context-type="linenumber">19</context>
2570 </context-group>
2571 </trans-unit>
2572 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
2573 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2574 <target>ユーザーå <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2575 <context-group name="null">
2576 <context context-type="linenumber">40</context>
2577 </context-group>
2578 </trans-unit>
2579 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
2580 <source>(banned)</source>
2581 <target>(banned)</target>
2582 <context-group name="null">
2583 <context context-type="linenumber">65</context>
2584 </context-group>
2585 </trans-unit>
1038 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c"> 2586 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
1039 <source>Go to the account page</source> 2587 <source>Go to the account page</source>
1040 <target>アカウントページã«ç§»å‹•</target> 2588 <target>アカウントページã«ç§»å‹•</target>
1041 <context-group name="null"> 2589 <context-group name="null">
1042 <context context-type="linenumber">133</context> 2590 <context context-type="linenumber">153</context>
2591 </context-group>
2592 </trans-unit>
2593 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
2594 <source>User's email must be verified to login</source>
2595 <target>ログインã™ã‚‹ãŸã‚ã«ã¯ã€ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’確èªã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
2596 <context-group name="null">
2597 <context context-type="linenumber">72</context>
2598 </context-group>
2599 </trans-unit>
2600 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
2601 <source>User's email is verified / User can login without email verification</source>
2602 <target>ユーザーã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯ç¢ºèªæ¸ˆ / ユーザーã¯ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã®ç¢ºèªãªã—ã§ãƒ­ã‚°ã‚¤ãƒ³ã§ãã¾ã™</target>
2603 <context-group name="null">
2604 <context context-type="linenumber">76</context>
1043 </context-group> 2605 </context-group>
1044 </trans-unit> 2606 </trans-unit>
1045 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 2607 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
1046 <source>Ban reason:</source> 2608 <source>Ban reason:</source>
1047 <target>ç¦æ­¢ç†ç”±ï¼š</target> 2609 <target>BANç†ç”±:</target>
1048 <context-group name="null"> 2610 <context-group name="null">
1049 <context context-type="linenumber">95</context> 2611 <context context-type="linenumber">95</context>
1050 </context-group> 2612 </context-group>
@@ -1056,11 +2618,22 @@
1056 <context context-type="linenumber">3</context> 2618 <context context-type="linenumber">3</context>
1057 </context-group> 2619 </context-group>
1058 </trans-unit> 2620 </trans-unit>
2621 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964">
2622 <source>
2623 This comment can only be seen by you or the other moderators.
2624 </source>
2625 <target>
2626 ã“ã®ã‚³ãƒ¡ãƒ³ãƒˆã¯ã€ã‚ãªãŸã¨ãƒ¢ãƒ‡ãƒ¬ãƒ¼ã‚¿ã®ã¿ãŒè¦‹ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚
2627 </target>
2628 <context-group name="null">
2629 <context context-type="linenumber">18</context>
2630 </context-group>
2631 </trans-unit>
1059 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 2632 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
1060 <source>Update this comment</source> 2633 <source>Update this comment</source>
1061 <target>ã“ã®ã‚³ãƒ¡ãƒ³ãƒˆã‚’æ›´æ–°ã™ã‚‹</target> 2634 <target>ã“ã®ã‚³ãƒ¡ãƒ³ãƒˆã‚’æ›´æ–°ã™ã‚‹</target>
1062 <context-group name="null"> 2635 <context-group name="null">
1063 <context context-type="linenumber">25</context> 2636 <context context-type="linenumber">26</context>
1064 </context-group> 2637 </context-group>
1065 </trans-unit> 2638 </trans-unit>
1066 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 2639 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -1072,53 +2645,193 @@
1072 </trans-unit> 2645 </trans-unit>
1073 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 2646 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
1074 <source>Video</source> 2647 <source>Video</source>
1075 <target>ビデオ</target> 2648 <target>動画</target>
1076 <context-group name="null"> 2649 <context-group name="null">
1077 <context context-type="linenumber">14</context> 2650 <context context-type="linenumber">14</context>
1078 </context-group> 2651 </context-group>
1079 </trans-unit> 2652 </trans-unit>
2653 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
2654 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2655 <target>状態 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2656 <context-group name="null">
2657 <context context-type="linenumber">11</context>
2658 </context-group>
2659 </trans-unit>
1080 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 2660 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
1081 <source>Go to the account</source> 2661 <source>Go to the account</source>
1082 <target>アカウントã«è¡Œã</target> 2662 <target>アカウントã«ç§»å‹•</target>
1083 <context-group name="null"> 2663 <context-group name="null">
1084 <context context-type="linenumber">27</context> 2664 <context context-type="linenumber">27</context>
1085 </context-group> 2665 </context-group>
1086 </trans-unit> 2666 </trans-unit>
1087 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 2667 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
1088 <source>Go to the video</source> 2668 <source>Go to the video</source>
1089 <target>ビデオã«è¡Œã</target> 2669 <target>å‹•ç”»ã«ç§»å‹•</target>
1090 <context-group name="null"> 2670 <context-group name="null">
1091 <context context-type="linenumber">33</context> 2671 <context context-type="linenumber">33</context>
1092 </context-group> 2672 </context-group>
1093 </trans-unit> 2673 </trans-unit>
1094 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 2674 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
1095 <source>Actions</source> 2675 <source>Actions</source>
1096 <target>行動</target> 2676 <target>アクション</target>
1097 <context-group name="null"> 2677 <context-group name="null">
1098 <context context-type="linenumber">35</context> 2678 <context context-type="linenumber">35</context>
1099 </context-group> 2679 </context-group>
1100 </trans-unit> 2680 </trans-unit>
1101 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 2681 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
1102 <source>Reason:</source> 2682 <source>Reason:</source>
1103 <target>ç†ç”±ï¼š</target> 2683 <target>ç†ç”±:</target>
1104 <context-group name="null"> 2684 <context-group name="null">
1105 <context context-type="linenumber">53</context> 2685 <context context-type="linenumber">53</context>
1106 </context-group> 2686 </context-group>
1107 </trans-unit> 2687 </trans-unit>
1108 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 2688 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638">
1109 <source>Moderation comment:</source> 2689 <source>Moderation comment:</source>
1110 <target>モデレーションコメント:</target> 2690 <target>モデレーションコメント:</target>
1111 <context-group name="null"> 2691 <context-group name="null">
1112 <context context-type="linenumber">57</context> 2692 <context context-type="linenumber">57</context>
1113 </context-group> 2693 </context-group>
1114 </trans-unit> 2694 </trans-unit>
2695 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
2696 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2697 <target>å‹•ç”»å <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2698 <context-group name="null">
2699 <context context-type="linenumber">8</context>
2700 </context-group>
2701 </trans-unit>
2702 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
2703 <source>Sensitive</source>
2704 <target>センシティブ</target>
2705 <context-group name="null">
2706 <context context-type="linenumber">9</context>
2707 </context-group>
2708 </trans-unit>
2709 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2710 <source>Unfederated</source>
2711 <target>連åˆãªã—</target>
2712 <context-group name="null">
2713 <context context-type="linenumber">10</context>
2714 </context-group>
2715 </trans-unit>
2716 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
2717 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2718 <target>日付 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2719 <context-group name="null">
2720 <context context-type="linenumber">11</context>
2721 </context-group>
2722 </trans-unit>
2723 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
2724 <source>Blacklist reason:</source>
2725 <target>ブラックリストã®ç†ç”±:</target>
2726 <context-group name="null">
2727 <context context-type="linenumber">43</context>
2728 </context-group>
2729 </trans-unit>
2730 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2731 <source>Unblacklist</source>
2732 <target>ブラックリストã‹ã‚‰å‰Šé™¤</target>
2733 <context-group name="null">
2734 <context context-type="linenumber">16</context>
2735 </context-group>
2736 </trans-unit>
1115 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2737 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
1116 <source>Moderation</source> 2738 <source>Moderation</source>
1117 <target>節度</target> 2739 <target>モデレーション</target>
2740 <context-group name="null">
2741 <context context-type="linenumber">2</context>
2742 </context-group>
2743 </trans-unit>
2744 <trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e">
2745 <source>Video abuses</source>
2746 <target>å‹•ç”»ã®æ‚ªç”¨</target>
2747 <context-group name="null">
2748 <context context-type="linenumber">5</context>
2749 </context-group>
2750 </trans-unit>
2751 <trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9">
2752 <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source>
2753 <target><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></target>
2754 <context-group name="null">
2755 <context context-type="linenumber">7</context>
2756 </context-group>
2757 </trans-unit>
2758 <trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45">
2759 <source>Auto-blacklisted videos</source>
2760 <target>自動ブラックリストã«ç™»éŒ²ã•ã‚Œã¦ã„ã‚‹å‹•ç”»</target>
2761 <context-group name="null">
2762 <context context-type="linenumber">9</context>
2763 </context-group>
2764 </trans-unit>
2765 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2766 <source>Muted accounts</source>
2767 <target>ミュートã•ã‚ŒãŸã‚¢ã‚«ã‚¦ãƒ³ãƒˆ</target>
2768 <context-group name="null">
2769 <context context-type="linenumber">2</context>
2770 </context-group>
2771 </trans-unit>
2772 <trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2">
2773 <source>Muted servers</source>
2774 <target>ミュートã•ã‚ŒãŸã‚µãƒ¼ãƒãƒ¼</target>
2775 <context-group name="null">
2776 <context context-type="linenumber">13</context>
2777 </context-group>
2778 </trans-unit>
2779 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
2780 <source>Account</source>
2781 <target>アカウント</target>
2782 <context-group name="null">
2783 <context context-type="linenumber">12</context>
2784 </context-group>
2785 </trans-unit>
2786 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
2787 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2788 <target>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2789 <context-group name="null">
2790 <context context-type="linenumber">13</context>
2791 </context-group>
2792 </trans-unit>
2793 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
2794 <source>Unmute</source>
2795 <target>ミュートを解除</target>
2796 <context-group name="null">
2797 <context context-type="linenumber">23</context>
2798 </context-group>
2799 </trans-unit>
2800 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2801 <source>Jobs list</source>
2802 <target>ジョブリスト</target>
1118 <context-group name="null"> 2803 <context-group name="null">
1119 <context context-type="linenumber">2</context> 2804 <context context-type="linenumber">2</context>
1120 </context-group> 2805 </context-group>
1121 </trans-unit> 2806 </trans-unit>
2807 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2808 <source>Type</source>
2809 <target>種類</target>
2810 <context-group name="null">
2811 <context context-type="linenumber">19</context>
2812 </context-group>
2813 </trans-unit>
2814 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2815 <source>Processed on</source>
2816 <target>処ç†æ¸ˆ</target>
2817 <context-group name="null">
2818 <context context-type="linenumber">22</context>
2819 </context-group>
2820 </trans-unit>
2821 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2822 <source>Finished on</source>
2823 <target>終了ã—ã¾ã—ãŸ</target>
2824 <context-group name="null">
2825 <context context-type="linenumber">23</context>
2826 </context-group>
2827 </trans-unit>
2828 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
2829 <source>Video quota:</source>
2830 <target>容é‡åˆ¶é™:</target>
2831 <context-group name="null">
2832 <context context-type="linenumber">4</context>
2833 </context-group>
2834 </trans-unit>
1122 <trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8"> 2835 <trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8">
1123 <source>Profile</source> 2836 <source>Profile</source>
1124 <target>プロフィール</target> 2837 <target>プロフィール</target>
@@ -1128,7 +2841,7 @@
1128 </trans-unit> 2841 </trans-unit>
1129 <trans-unit id="b5398623f87ee72ed23f5023918db1707771e925"> 2842 <trans-unit id="b5398623f87ee72ed23f5023918db1707771e925">
1130 <source>Video settings</source> 2843 <source>Video settings</source>
1131 <target>ビデオ設定</target> 2844 <target>動画設定</target>
1132 <context-group name="null"> 2845 <context-group name="null">
1133 <context context-type="linenumber">16</context> 2846 <context context-type="linenumber">16</context>
1134 </context-group> 2847 </context-group>
@@ -1144,32 +2857,62 @@
1144 <source>Change ownership</source> 2857 <source>Change ownership</source>
1145 <target>所有権を変更ã™ã‚‹</target> 2858 <target>所有権を変更ã™ã‚‹</target>
1146 <context-group name="null"> 2859 <context-group name="null">
1147 <context context-type="linenumber">46</context> 2860 <context context-type="linenumber">21</context>
2861 </context-group>
2862 </trans-unit>
2863 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
2864 <source>Select the next owner</source>
2865 <target>次ã®æ‰€æœ‰è€…ã‚’é¸æŠž</target>
2866 <context-group name="null">
2867 <context context-type="linenumber">10</context>
1148 </context-group> 2868 </context-group>
1149 </trans-unit> 2869 </trans-unit>
1150 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a"> 2870 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
1151 <source> 2871 <source>
1152 Cancel 2872 Cancel
1153 </source> 2873 </source>
1154 <target> 2874 <target>
1155キャンセル 2875 キャンセル
1156 </target> 2876 </target>
1157 <context-group name="null"> 2877 <context-group name="null">
1158 <context context-type="linenumber">30</context> 2878 <context context-type="linenumber">35</context>
2879 </context-group>
2880 </trans-unit>
2881 <trans-unit id="16f3de2dba2a3461d7f7a36157d22e6898bb3244">
2882 <source>Create a new video channel</source>
2883 <target>æ–°ã—ã„å‹•ç”»ãƒãƒ£ãƒ³ãƒãƒ«ã‚’作æˆã™ã‚‹</target>
2884 <context-group name="null">
2885 <context context-type="linenumber">4</context>
2886 </context-group>
2887 </trans-unit>
2888 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
2889 <source>Go to the channel</source>
2890 <target>ãƒãƒ£ãƒ³ãƒãƒ«ã«ç§»å‹•ã™ã‚‹</target>
2891 <context-group name="null">
2892 <context context-type="linenumber">10</context>
1159 </context-group> 2893 </context-group>
1160 </trans-unit> 2894 </trans-unit>
1161 <trans-unit id="9dbe4718a5611fbc611fc6b5e0b27df813372c68"> 2895 <trans-unit id="9dbe4718a5611fbc611fc6b5e0b27df813372c68">
1162 <source>Create a video channel</source> 2896 <source>Create a video channel</source>
1163 <target>ビデオãƒãƒ£ãƒ³ãƒãƒ«ã‚’作æˆã™ã‚‹</target> 2897 <target>å‹•ç”»ãƒãƒ£ãƒ³ãƒãƒ«ã‚’作æˆã™ã‚‹</target>
1164 <context-group name="null"> 2898 <context-group name="null">
1165 <context context-type="linenumber">6</context> 2899 <context context-type="linenumber">6</context>
1166 </context-group> 2900 </context-group>
1167 </trans-unit> 2901 </trans-unit>
1168 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9"> 2902 <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558">
1169 <source>Display name</source> 2903 <source>Example: my_channel</source>
1170 <target>表示å</target> 2904 <target>例: my_channel</target>
1171 <context-group name="null"> 2905 <context-group name="null">
1172 <context context-type="linenumber">6</context> 2906 <context context-type="linenumber">15</context>
2907 </context-group>
2908 </trans-unit>
2909 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2910 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2911When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
2912 <target>人々ãŒã‚ãªãŸã‚’ã©ã®ã‚ˆã†ã«ã‚µãƒãƒ¼ãƒˆã§ãã‚‹ã‹ã‚’ä¼ãˆã‚‹ãŸã‚ã®çŸ­ã„テキスト (会員制プラットフォーム… 例: Patreonã€Tipeeeã€Paypalã€Liberapay)。&lt;br /&gt;&lt;br /&gt;
2913ã“ã®ãƒãƒ£ãƒ³ãƒãƒ«ã«å‹•ç”»ã‚’アップロードã™ã‚‹ã¨ã€å‹•ç”»ã® 「支æŒï½£ 欄ã«ã“ã®ãƒ†ã‚­ã‚¹ãƒˆãŒè‡ªå‹•çš„ã«å…¥åŠ›ã•ã‚Œã¾ã™ã€‚</target>
2914 <context-group name="null">
2915 <context context-type="linenumber">52</context>
1173 </context-group> 2916 </context-group>
1174 </trans-unit> 2917 </trans-unit>
1175 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191"> 2918 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
@@ -1179,6 +2922,41 @@
1179 <context context-type="linenumber">8</context> 2922 <context context-type="linenumber">8</context>
1180 </context-group> 2923 </context-group>
1181 </trans-unit> 2924 </trans-unit>
2925 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a">
2926 <source>You don't have any subscriptions yet.</source>
2927 <target>ã‚ãªãŸã¯ã¾ã è³¼èª­ã‚’ã—ã¦ã„ã¾ã›ã‚“。</target>
2928 <context-group name="null">
2929 <context context-type="linenumber">1</context>
2930 </context-group>
2931 </trans-unit>
2932 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add">
2933 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
2934 <target>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target>
2935 <context-group name="null">
2936 <context context-type="linenumber">17</context>
2937 </context-group>
2938 </trans-unit>
2939 <trans-unit id="e006ed166ce188cab168e1ca90435b33d042d913">
2940 <source>Go the owner account page</source>
2941 <target>所有者アカウントページã«ç§»å‹•ã™ã‚‹</target>
2942 <context-group name="null">
2943 <context context-type="linenumber">16</context>
2944 </context-group>
2945 </trans-unit>
2946 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804">
2947 <source>Accept ownership</source>
2948 <target>所有権をå—ã‘入れる</target>
2949 <context-group name="null">
2950 <context context-type="linenumber">3</context>
2951 </context-group>
2952 </trans-unit>
2953 <trans-unit id="4570c754149df06f31096510abfc925968c35562">
2954 <source>Select the target channel</source>
2955 <target>ターゲットãƒãƒ£ãƒ³ãƒãƒ«ã‚’é¸æŠž</target>
2956 <context-group name="null">
2957 <context context-type="linenumber">10</context>
2958 </context-group>
2959 </trans-unit>
1182 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740"> 2960 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
1183 <source>Initiator</source> 2961 <source>Initiator</source>
1184 <target>イニシエータ</target> 2962 <target>イニシエータ</target>
@@ -1186,6 +2964,19 @@
1186 <context context-type="linenumber">13</context> 2964 <context context-type="linenumber">13</context>
1187 </context-group> 2965 </context-group>
1188 </trans-unit> 2966 </trans-unit>
2967 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
2968 <source>
2969 Created
2970 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
2971 </source>
2972 <target>
2973 Created
2974 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
2975 </target>
2976 <context-group name="null">
2977 <context context-type="linenumber">15</context>
2978 </context-group>
2979 </trans-unit>
1189 <trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1"> 2980 <trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1">
1190 <source>Status</source> 2981 <source>Status</source>
1191 <target>状態</target> 2982 <target>状態</target>
@@ -1200,11 +2991,106 @@
1200 <context context-type="linenumber">20</context> 2991 <context context-type="linenumber">20</context>
1201 </context-group> 2992 </context-group>
1202 </trans-unit> 2993 </trans-unit>
1203 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 2994 <trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff">
1204 <source>Refuse</source> 2995 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
1205 <target>ã”ã¿</target> 2996 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
1206 <context-group name="null"> 2997 <context-group name="null">
1207 <context context-type="linenumber">47</context> 2998 <context context-type="linenumber">38</context>
2999 </context-group>
3000 </trans-unit>
3001 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
3002 <source>Muted instances</source>
3003 <target>ミュートインスタンス</target>
3004 <context-group name="null">
3005 <context context-type="linenumber">2</context>
3006 </context-group>
3007 </trans-unit>
3008 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
3009 <source>History enabled</source>
3010 <target>履歴ãŒæœ‰åŠ¹</target>
3011 <context-group name="null">
3012 <context context-type="linenumber">4</context>
3013 </context-group>
3014 </trans-unit>
3015 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
3016 <source>
3017 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3018 Delete history
3019 </source>
3020 <target>
3021 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3022 履歴を削除
3023 </target>
3024 <context-group name="null">
3025 <context context-type="linenumber">7</context>
3026 </context-group>
3027 </trans-unit>
3028 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
3029 <source>You don't have videos history yet.</source>
3030 <target>動画履歴ã¯ã¾ã ã‚ã‚Šã¾ã›ã‚“。</target>
3031 <context-group name="null">
3032 <context context-type="linenumber">14</context>
3033 </context-group>
3034 </trans-unit>
3035 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
3036 <source>
3037 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3038 Notification preferences
3039 </source>
3040 <target>
3041 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3042 Notification preferences
3043 </target>
3044 <context-group name="null">
3045 <context context-type="linenumber">2</context>
3046 </context-group>
3047 </trans-unit>
3048 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
3049 <source>
3050 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3051 Mark all as read
3052 </source>
3053 <target>
3054 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3055 ã™ã¹ã¦æ—¢èª­æ¸ˆã¿ã¨ã—ã¦ãƒžãƒ¼ã‚¯ã™ã‚‹
3056 </target>
3057 <context-group name="null">
3058 <context context-type="linenumber">7</context>
3059 </context-group>
3060 </trans-unit>
3061 <trans-unit id="be746a6e47e3388c7cf793aef8d7b44b86cc94f2">
3062 <source>Create a new playlist</source>
3063 <target>æ–°ã—ã„プレイリストを作æˆã™ã‚‹</target>
3064 <context-group name="null">
3065 <context context-type="linenumber">1</context>
3066 </context-group>
3067 </trans-unit>
3068 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
3069 <source>Privacy</source>
3070 <target>プライãƒã‚·ãƒ¼</target>
3071 <context-group name="null">
3072 <context context-type="linenumber">179</context>
3073 </context-group>
3074 </trans-unit>
3075 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
3076 <source>Channel</source>
3077 <target>ãƒãƒ£ãƒ³ãƒãƒ«</target>
3078 <context-group name="null">
3079 <context context-type="linenumber">39</context>
3080 </context-group>
3081 </trans-unit>
3082 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
3083 <source>Upload thumbnail</source>
3084 <target>サムãƒã‚¤ãƒ«ã‚’アップロードã™ã‚‹</target>
3085 <context-group name="null">
3086 <context context-type="linenumber">192</context>
3087 </context-group>
3088 </trans-unit>
3089 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861">
3090 <source>No videos in this playlist.</source>
3091 <target>ã“ã®å†ç”Ÿãƒªã‚¹ãƒˆã«å‹•ç”»ã¯ã‚ã‚Šã¾ã›ã‚“。</target>
3092 <context-group name="null">
3093 <context context-type="linenumber">11</context>
1208 </context-group> 3094 </context-group>
1209 </trans-unit> 3095 </trans-unit>
1210 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 3096 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
@@ -1214,6 +3100,13 @@
1214 <context context-type="linenumber">30</context> 3100 <context context-type="linenumber">30</context>
1215 </context-group> 3101 </context-group>
1216 </trans-unit> 3102 </trans-unit>
3103 <trans-unit id="0dd390d056411e1709ec97ec51c46d78600e3f7b">
3104 <source>Current password</source>
3105 <target>ç¾åœ¨ã®ãƒ‘スワード</target>
3106 <context-group name="null">
3107 <context context-type="linenumber">7</context>
3108 </context-group>
3109 </trans-unit>
1217 <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229"> 3110 <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229">
1218 <source>New password</source> 3111 <source>New password</source>
1219 <target>æ–°ã—ã„パスワード</target> 3112 <target>æ–°ã—ã„パスワード</target>
@@ -1228,11 +3121,46 @@
1228 <context context-type="linenumber">23</context> 3121 <context context-type="linenumber">23</context>
1229 </context-group> 3122 </context-group>
1230 </trans-unit> 3123 </trans-unit>
1231 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 3124 <trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129">
1232 <source>Save</source> 3125 <source>Default policy on videos containing sensitive content</source>
1233 <target>貯ã‚ã‚‹</target> 3126 <target>センシティブãªã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚’å«ã‚€å•ç”»ã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆãƒãƒªã‚·ãƒ¼</target>
1234 <context-group name="null"> 3127 <context-group name="null">
1235 <context context-type="linenumber">32</context> 3128 <context context-type="linenumber">3</context>
3129 </context-group>
3130 </trans-unit>
3131 <trans-unit id="d044c51156e295824813a866dba9545bdb59466b">
3132 <source>Use WebTorrent to exchange parts of the video with others</source>
3133 <target>WebTorrent を使ã£ã¦å‹•ç”»ã®ä¸€éƒ¨ã‚’ä»–ã®äººã¨äº¤æ›ã™ã‚‹</target>
3134 <context-group name="null">
3135 <context context-type="linenumber">21</context>
3136 </context-group>
3137 </trans-unit>
3138 <trans-unit id="fb17c44abac2d1ed2a54cdd28bae289dc0b9a1c2">
3139 <source>Automatically plays video</source>
3140 <target>å‹•ç”»ã®è‡ªå‹•å†ç”Ÿ</target>
3141 <context-group name="null">
3142 <context context-type="linenumber">28</context>
3143 </context-group>
3144 </trans-unit>
3145 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
3146 <source>Update my profile</source>
3147 <target>プロフィールを更新</target>
3148 <context-group name="null">
3149 <context context-type="linenumber">27</context>
3150 </context-group>
3151 </trans-unit>
3152 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503">
3153 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source>
3154 <target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> 人ã®ç™»éŒ²è€…</target>
3155 <context-group name="null">
3156 <context context-type="linenumber">10</context>
3157 </context-group>
3158 </trans-unit>
3159 <trans-unit id="c4a959fc6349bd0793e1ad571d492052a07bdab5">
3160 <source>Change the avatar</source>
3161 <target>ã‚¢ãƒã‚¿ãƒ¼ã‚’変更</target>
3162 <context-group name="null">
3163 <context context-type="linenumber">15</context>
1236 </context-group> 3164 </context-group>
1237 </trans-unit> 3165 </trans-unit>
1238 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9"> 3166 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9">
@@ -1242,6 +3170,67 @@
1242 <context context-type="linenumber">18</context> 3170 <context context-type="linenumber">18</context>
1243 </context-group> 3171 </context-group>
1244 </trans-unit> 3172 </trans-unit>
3173 <trans-unit id="d1a04ba05116499d4cf59a48a282a8bcbf5b622d">
3174 <source>Once you delete your account, there is no going back. Please be certain.</source>
3175 <target>アカウントを削除ã—ãŸã‚‰ã€å…ƒã«æˆ»ã™ã“ã¨ã¯ã§ãã¾ã›ã‚“。よã‚ã—ã„ã§ã™ã­?</target>
3176 <context-group name="null">
3177 <context context-type="linenumber">2</context>
3178 </context-group>
3179 </trans-unit>
3180 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45">
3181 <source>Delete your account</source>
3182 <target>アカウントを削除ã™ã‚‹</target>
3183 <context-group name="null">
3184 <context context-type="linenumber">4</context>
3185 </context-group>
3186 </trans-unit>
3187 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
3188 <source>Activities</source>
3189 <target>アクティビティ</target>
3190 <context-group name="null">
3191 <context context-type="linenumber">2</context>
3192 </context-group>
3193 </trans-unit>
3194 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
3195 <source>Web</source>
3196 <target>Web</target>
3197 <context-group name="null">
3198 <context context-type="linenumber">3</context>
3199 </context-group>
3200 </trans-unit>
3201 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd">
3202 <source>
3203 Sorry, but we couldn't find the page you were looking for.
3204</source>
3205 <target>
3206 申ã—訳ã‚ã‚Šã¾ã›ã‚“ãŒã€æŽ¢ã—ã¦ã„るページãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸã€‚
3207</target>
3208 <context-group name="null">
3209 <context context-type="linenumber">1</context>
3210 </context-group>
3211 </trans-unit>
3212 <trans-unit id="09a69cde5889927629e2ac9dc63a71b88252b530">
3213 <source>
3214 Verify account email confirmation
3215 </source>
3216 <target>
3217 アカウントã®ãƒ¡ãƒ¼ãƒ«ç¢ºèªã‚’検証
3218 </target>
3219 <context-group name="null">
3220 <context context-type="linenumber">2</context>
3221 </context-group>
3222 </trans-unit>
3223 <trans-unit id="066569dd934e07e4a5f70c415692be17d5715b57">
3224 <source>
3225 Your email has been verified and you may now login. Redirecting...
3226 </source>
3227 <target>
3228 ã‚ãªãŸã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯ç¢ºèªã•ã‚Œã¾ã—ãŸã€‚ログインã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚リダイレクトã—ã¦ã„ã¾ã™â€¦
3229 </target>
3230 <context-group name="null">
3231 <context context-type="linenumber">6</context>
3232 </context-group>
3233 </trans-unit>
1245 <trans-unit id="7ee8fad77b2664dabfb90ea03470f75a6f6d1d48"> 3234 <trans-unit id="7ee8fad77b2664dabfb90ea03470f75a6f6d1d48">
1246 <source>An error occurred. </source> 3235 <source>An error occurred. </source>
1247 <target>エラーãŒç™ºç”Ÿã—ã¾ã—ãŸ</target> 3236 <target>エラーãŒç™ºç”Ÿã—ã¾ã—ãŸ</target>
@@ -1249,48 +3238,162 @@
1249 <context context-type="linenumber">11</context> 3238 <context context-type="linenumber">11</context>
1250 </context-group> 3239 </context-group>
1251 </trans-unit> 3240 </trans-unit>
3241 <trans-unit id="2d02841904de7f5f60e2618670ac1059f3abec97">
3242 <source>
3243 Request email for account verification
3244 </source>
3245 <target>
3246 アカウント確èªã®ãŸã‚ã«ãƒ¡ãƒ¼ãƒ«ã‚’リクエストã™ã‚‹
3247 </target>
3248 <context-group name="null">
3249 <context context-type="linenumber">2</context>
3250 </context-group>
3251 </trans-unit>
3252 <trans-unit id="eb539ec6941044e284f237f5b40d6a0159afe7af">
3253 <source>Send verification email</source>
3254 <target>確èªãƒ¡ãƒ¼ãƒ«ã‚’é€ä¿¡</target>
3255 <context-group name="null">
3256 <context context-type="linenumber">17</context>
3257 </context-group>
3258 </trans-unit>
3259 <trans-unit id="a08080316e052053fd20647731a6de826dc8072f">
3260 <source>This instance does not require email verification.</source>
3261 <target>ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã¯ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã®ç¢ºèªã‚’å¿…è¦ã¨ã—ã¾ã›ã‚“。</target>
3262 <context-group name="null">
3263 <context context-type="linenumber">20</context>
3264 </context-group>
3265 </trans-unit>
3266 <trans-unit id="b207b668dc1d056cd7557ffa3b41f1fd0865f93d">
3267 <source>Video playlists</source>
3268 <target>動画プレイリスト</target>
3269 <context-group name="null">
3270 <context context-type="linenumber">25</context>
3271 </context-group>
3272 </trans-unit>
1252 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8"> 3273 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
1253 <source>Support this channel</source> 3274 <source>Support this channel</source>
1254 <target>ã“ã®ãƒãƒ£ãƒ³ãƒãƒ«ã‚’サãƒãƒ¼ãƒˆã™ã‚‹</target> 3275 <target>ã“ã®ãƒãƒ£ãƒ³ãƒãƒ«ã‚’支æŒã™ã‚‹</target>
1255 <context-group name="null"> 3276 <context-group name="null">
1256 <context context-type="linenumber">9</context> 3277 <context context-type="linenumber">9</context>
1257 </context-group> 3278 </context-group>
1258 </trans-unit> 3279 </trans-unit>
3280 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40">
3281 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source>
3282 <target>作æˆæ—¥ <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target>
3283 <context-group name="null">
3284 <context context-type="linenumber">17</context>
3285 </context-group>
3286 </trans-unit>
3287 <trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e">
3288 <source>
3289 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
3290</source>
3291 <target>
3292 プレイリスト <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> ãŒä½œæˆã•ã‚Œã¾ã—ãŸã€‚
3293</target>
3294 <context-group name="null">
3295 <context context-type="linenumber">1</context>
3296 </context-group>
3297 </trans-unit>
3298 <trans-unit id="fbbe62dee434f0521e0dfb8e3957d92fc5fcd76f">
3299 <source>This channel does not have playlists.</source>
3300 <target>ã“ã®ãƒãƒ£ãƒ³ãƒãƒ«ã«ã¯ãƒ—レイリストãŒã‚ã‚Šã¾ã›ã‚“。</target>
3301 <context-group name="null">
3302 <context context-type="linenumber">5</context>
3303 </context-group>
3304 </trans-unit>
1259 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6"> 3305 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
1260 <source>URL</source> 3306 <source>URL</source>
1261 <target>URL</target> 3307 <target>URL</target>
1262 <context-group name="null"> 3308 <context-group name="null">
1263 <context context-type="linenumber">17</context> 3309 <context context-type="linenumber">25</context>
1264 </context-group> 3310 </context-group>
1265 </trans-unit> 3311 </trans-unit>
1266 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071"> 3312 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
1267 <source>Channel</source> 3313 <source>You can import any URL &lt;a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'&gt;supported by youtube-dl&lt;/a&gt; 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.</source>
1268 <target>ãƒãƒ£ãƒãƒ«</target> 3314 <target>&lt;a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'&gt;youtube-dl&lt;/a&gt; ã§ã‚µãƒãƒ¼ãƒˆã•ã‚Œã¦ã„ã‚‹URLã€ã¾ãŸã¯mp4ファイルを指ã™URLをインãƒãƒ¼ãƒˆã§ãã¾ã™ã€‚ã‚ãªãŸãŒãã‚ŒãŒæŒ‡ã™ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã«ã¤ã„ã¦æ‹¡æ•£æ¨©ã‚’æŒã£ã¦ã„ã‚‹ã“ã¨ã‚’確èªã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
1269 <context-group name="null"> 3315 <context-group name="null">
1270 <context context-type="linenumber">39</context> 3316 <context context-type="linenumber">9</context>
1271 </context-group> 3317 </context-group>
1272 </trans-unit> 3318 </trans-unit>
1273 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 3319 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
1274 <source>Privacy</source> 3320 <source>Sorry, but something went wrong</source>
1275 <target>プライãƒã‚·ãƒ¼</target> 3321 <target>申ã—訳ã‚ã‚Šã¾ã›ã‚“ãŒã€ä½•ã‹ãŒé–“é•ã£ã¦ã„ã¾ã—ãŸã€‚</target>
3322 <context-group name="null">
3323 <context context-type="linenumber">49</context>
3324 </context-group>
3325 </trans-unit>
3326 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
3327 <source>
3328 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
3329</source>
3330 <target>
3331 ãŠã‚ã§ã¨ã†ã”ã–ã„ã¾ã™ã€‚<x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> ã®èƒŒå¾Œã«ã‚ã‚‹å‹•ç”»ãŒã‚¤ãƒ³ãƒãƒ¼ãƒˆã•ã‚Œã¾ã™! ã“ã®å‹•ç”»ã«é–¢ã™ã‚‹æƒ…報をã™ã§ã«è¿½åŠ ã§ãã¾ã™ã€‚
3332</target>
1276 <context-group name="null"> 3333 <context-group name="null">
1277 <context context-type="linenumber">159</context> 3334 <context context-type="linenumber">46</context>
1278 </context-group> 3335 </context-group>
1279 </trans-unit> 3336 </trans-unit>
1280 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb"> 3337 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
1281 <source>Update</source> 3338 <source>Update</source>
1282 <target>アップデート</target> 3339 <target>更新</target>
1283 <context-group name="null"> 3340 <context-group name="null">
1284 <context context-type="linenumber">92</context> 3341 <context context-type="linenumber">17</context>
3342 </context-group>
3343 </trans-unit>
3344 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
3345 <source>Select the file to upload</source>
3346 <target>アップロードã™ã‚‹ãƒ•ã‚¡ã‚¤ãƒ«ã‚’é¸æŠžã™ã‚‹</target>
3347 <context-group name="null">
3348 <context context-type="linenumber">6</context>
3349 </context-group>
3350 </trans-unit>
3351 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb">
3352 <source>Scheduled</source>
3353 <target>スケジュールã•ã‚Œã¾ã—ãŸ</target>
3354 <context-group name="null">
3355 <context context-type="linenumber">25</context>
3356 </context-group>
3357 </trans-unit>
3358 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
3359 <source>
3360 Congratulations! Your video is now available in your private library.
3361</source>
3362 <target>
3363 ãŠã‚ã§ã¨ã†ã”ã–ã„ã¾ã™ã€‚å‹•ç”»ã¯éžå…¬é–‹ãƒ©ã‚¤ãƒ–ラリã§åˆ©ç”¨å¯èƒ½ã«ãªã‚Šã¾ã—ãŸã€‚
3364</target>
3365 <context-group name="null">
3366 <context context-type="linenumber">45</context>
3367 </context-group>
3368 </trans-unit>
3369 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
3370 <source>Publish will be available when upload is finished</source>
3371 <target>アップロードãŒå®Œäº†ã™ã‚‹ã¨å…¬é–‹ãŒå¯èƒ½ã«ãªã‚Šã¾ã™ã€‚</target>
3372 <context-group name="null">
3373 <context context-type="linenumber">58</context>
1285 </context-group> 3374 </context-group>
1286 </trans-unit> 3375 </trans-unit>
1287 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 3376 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
1288 <source>Publish</source> 3377 <source>Publish</source>
1289 <target>出ã™</target> 3378 <target>公開</target>
1290 <context-group name="null"> 3379 <context-group name="null">
1291 <context context-type="linenumber">65</context> 3380 <context context-type="linenumber">65</context>
1292 </context-group> 3381 </context-group>
1293 </trans-unit> 3382 </trans-unit>
3383 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
3384 <source>Select the torrent to import</source>
3385 <target>インãƒãƒ¼ãƒˆã™ã‚‹ Torrent ã‚’é¸æŠžã™ã‚‹</target>
3386 <context-group name="null">
3387 <context context-type="linenumber">6</context>
3388 </context-group>
3389 </trans-unit>
3390 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc">
3391 <source>Or</source>
3392 <target>ã¾ãŸã¯</target>
3393 <context-group name="null">
3394 <context context-type="linenumber">11</context>
3395 </context-group>
3396 </trans-unit>
1294 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 3397 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
1295 <source>Paste magnet URI</source> 3398 <source>Paste magnet URI</source>
1296 <target>Magnet URI を貼り付ã‘</target> 3399 <target>Magnet URI を貼り付ã‘</target>
@@ -1298,6 +3401,38 @@
1298 <context context-type="linenumber">14</context> 3401 <context context-type="linenumber">14</context>
1299 </context-group> 3402 </context-group>
1300 </trans-unit> 3403 </trans-unit>
3404 <trans-unit id="1ce18c12c809a738f05f2290f46df0677f27ed70">
3405 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source>
3406 <target>mp4 ファイルを指ã™ä»»æ„ã® Torrent ファイルをインãƒãƒ¼ãƒˆã§ãã¾ã™ã€‚ã‚ãªãŸãŒãã‚ŒãŒæŒ‡ã™ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã«ã¤ã„ã¦æ‹¡æ•£æ¨©ã‚’æŒã£ã¦ã„ã‚‹ã“ã¨ã‚’確èªã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
3407 <context-group name="null">
3408 <context context-type="linenumber">17</context>
3409 </context-group>
3410 </trans-unit>
3411 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
3412 <source>
3413 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
3414</source>
3415 <target>
3416 ãŠã‚ã§ã¨ã†ã”ã–ã„ã¾ã™ã€‚動画㯠BitTorrent ã§ã‚¤ãƒ³ãƒãƒ¼ãƒˆã•ã‚Œã¾ã™! ã“ã®å‹•ç”»ã«é–¢ã™ã‚‹æƒ…報をã™ã§ã«è¿½åŠ ã§ãã¾ã™ã€‚
3417</target>
3418 <context-group name="null">
3419 <context context-type="linenumber">53</context>
3420 </context-group>
3421 </trans-unit>
3422 <trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860">
3423 <source>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
3424 <target>インãƒãƒ¼ãƒˆ <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
3425 <context-group name="null">
3426 <context context-type="linenumber">3</context>
3427 </context-group>
3428 </trans-unit>
3429 <trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5">
3430 <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
3431 <target>アップロード <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
3432 <context-group name="null">
3433 <context context-type="linenumber">4</context>
3434 </context-group>
3435 </trans-unit>
1301 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3"> 3436 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3">
1302 <source>Upload a file</source> 3437 <source>Upload a file</source>
1303 <target>ファイルをアップロードã™ã‚‹</target> 3438 <target>ファイルをアップロードã™ã‚‹</target>
@@ -1305,6 +3440,52 @@
1305 <context context-type="linenumber">10</context> 3440 <context context-type="linenumber">10</context>
1306 </context-group> 3441 </context-group>
1307 </trans-unit> 3442 </trans-unit>
3443 <trans-unit id="fc865859d33eab6fa0a8015233e4686cd544d470">
3444 <source>Import with URL</source>
3445 <target>URL ã§ã‚¤ãƒ³ãƒãƒ¼ãƒˆ</target>
3446 <context-group name="null">
3447 <context context-type="linenumber">17</context>
3448 </context-group>
3449 </trans-unit>
3450 <trans-unit id="752c401d7dcd708944eef60e411187f71d882340">
3451 <source>Import with torrent</source>
3452 <target>Torrent ã§ã‚¤ãƒ³ãƒãƒ¼ãƒˆ</target>
3453 <context-group name="null">
3454 <context context-type="linenumber">24</context>
3455 </context-group>
3456 </trans-unit>
3457 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
3458 <source>Add caption</source>
3459 <target>字幕を追加</target>
3460 <context-group name="null">
3461 <context context-type="linenumber">5</context>
3462 </context-group>
3463 </trans-unit>
3464 <trans-unit id="6bad752cfcac8f3572bdf2c619daec683d56d1a8">
3465 <source>Select the caption file</source>
3466 <target>字幕ファイルをé¸æŠž</target>
3467 <context-group name="null">
3468 <context context-type="linenumber">24</context>
3469 </context-group>
3470 </trans-unit>
3471 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3">
3472 <source>
3473 This will replace an existing caption!
3474 </source>
3475 <target>
3476 ã“ã‚Œã¯æ—¢å­˜ã®å­—幕を置ãæ›ãˆã¾ã™!
3477 </target>
3478 <context-group name="null">
3479 <context context-type="linenumber">29</context>
3480 </context-group>
3481 </trans-unit>
3482 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
3483 <source>Add this caption</source>
3484 <target>字幕を追加</target>
3485 <context-group name="null">
3486 <context context-type="linenumber">40</context>
3487 </context-group>
3488 </trans-unit>
1308 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 3489 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
1309 <source>Title</source> 3490 <source>Title</source>
1310 <target>タイトル</target> 3491 <target>タイトル</target>
@@ -1316,148 +3497,367 @@
1316 <source>Tags</source> 3497 <source>Tags</source>
1317 <target>ã‚¿ã‚°</target> 3498 <target>ã‚¿ã‚°</target>
1318 <context-group name="null"> 3499 <context-group name="null">
1319 <context context-type="linenumber">191</context> 3500 <context context-type="linenumber">216</context>
1320 </context-group> 3501 </context-group>
1321 </trans-unit> 3502 </trans-unit>
1322 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 3503 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
1323 <source>Enable video comments</source> 3504 <source>Tags could be used to suggest relevant recommendations.&lt;/br&gt;Press Enter to add a new tag.</source>
1324 <target>動画コメントを有効ã«ã™ã‚‹</target> 3505 <target>タグを使用ã—ã¦é–¢é€£ã™ã‚‹æŽ¨å¥¨äº‹é …ã‚’æ案ã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ã€‚&lt;/br&gt;Enterキーを押ã—ã¦æ–°ã—ã„タグを追加ã—ã¾ã™ã€‚</target>
1325 <context-group name="null"> 3506 <context-group name="null">
1326 <context context-type="linenumber">125</context> 3507 <context context-type="linenumber">18</context>
1327 </context-group> 3508 </context-group>
1328 </trans-unit> 3509 </trans-unit>
1329 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 3510 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
1330 <source>Download video</source> 3511 <source>+ Tag</source>
1331 <target>ビデãªã‚’ダウンロードã™ã‚‹</target> 3512 <target>+ ã‚¿ã‚°</target>
1332 <context-group name="null"> 3513 <context-group name="null">
1333 <context context-type="linenumber">3</context> 3514 <context context-type="linenumber">21</context>
1334 </context-group> 3515 </context-group>
1335 </trans-unit> 3516 </trans-unit>
1336 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 3517 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
1337 <source>Direct download</source> 3518 <source>Enter a new tag</source>
1338 <target>直接ダウンロード</target> 3519 <target>æ–°ããタグを入力</target>
1339 <context-group name="null"> 3520 <context-group name="null">
1340 <context context-type="linenumber">27</context> 3521 <context context-type="linenumber">21</context>
1341 </context-group> 3522 </context-group>
1342 </trans-unit> 3523 </trans-unit>
1343 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 3524 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e">
3525 <source>Video descriptions are truncated by default and require manual action to expand them.</source>
3526 <target>å‹•ç”»ã®èª¬æ˜Žã¯ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã§ã¯åˆ‡ã‚Šæ¨ã¦ã‚‰ã‚Œã¦ãŠã‚Šã€æ‹¡å¤§ã™ã‚‹ã«ã¯æ‰‹å‹•ã®æ“作ãŒå¿…è¦ã§ã™ã€‚</target>
3527 <context-group name="null">
3528 <context context-type="linenumber">28</context>
3529 </context-group>
3530 </trans-unit>
3531 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
3532 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
3533 <target>スケジュール公開 (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
3534 <context-group name="null">
3535 <context context-type="linenumber">105</context>
3536 </context-group>
3537 </trans-unit>
3538 <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee">
3539 <source>This video contains mature or explicit content</source>
3540 <target>ã“ã®å‹•ç”»ã«ã¯æˆäººå‘ã‘コンテンツã¾ãŸã¯éœ²éª¨ãªã‚³ãƒ³ãƒ†ãƒ³ãƒ„ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚</target>
3541 <context-group name="null">
3542 <context context-type="linenumber">119</context>
3543 </context-group>
3544 </trans-unit>
3545 <trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644">
3546 <source>Some instances do not list videos containing mature or explicit content by default.</source>
3547 <target>デフォルトã§ã¯ã€æˆäººå‘ã‘コンテンツã¾ãŸã¯éœ²éª¨ãªã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚’å«ã‚€å‹•ç”»ã¯è¡¨ç¤ºã•ã‚Œã¾ã›ã‚“。</target>
3548 <context-group name="null">
3549 <context context-type="linenumber">120</context>
3550 </context-group>
3551 </trans-unit>
3552 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
3553 <source>Wait transcoding before publishing the video</source>
3554 <target>動画を公開ã™ã‚‹å‰ã«ãƒˆãƒ©ãƒ³ã‚¹ã‚³ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°ã‚’å¾…ã£ã¦ãã ã•ã„。</target>
3555 <context-group name="null">
3556 <context context-type="linenumber">126</context>
3557 </context-group>
3558 </trans-unit>
3559 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
3560 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
3561 <target>動画を公開ã™ã‚‹å‰ã«ãƒˆãƒ©ãƒ³ã‚¹ã‚³ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°ã‚’å¾…ãŸãªã„ã¨æ±ºã‚ãŸå ´åˆã¯ã€ãƒˆãƒ©ãƒ³ã‚¹ã‚³ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°ãŒçµ‚了ã™ã‚‹ã¾ã§å†ç”Ÿã§ããªã„ã“ã¨ãŒã‚ã‚Šã¾ã™ã€‚</target>
3562 <context-group name="null">
3563 <context context-type="linenumber">127</context>
3564 </context-group>
3565 </trans-unit>
3566 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
3567 <source>Basic info</source>
3568 <target>基本情報</target>
3569 <context-group name="null">
3570 <context context-type="linenumber">4</context>
3571 </context-group>
3572 </trans-unit>
3573 <trans-unit id="92bcfd1d237a2bfe48dc9f46d074ed26abc8df22">
3574 <source>Add another caption</source>
3575 <target>別ã®å­—幕を追加</target>
3576 <context-group name="null">
3577 <context context-type="linenumber">142</context>
3578 </context-group>
3579 </trans-unit>
3580 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
3581 <source>See the subtitle file</source>
3582 <target>字幕ファイルを見る</target>
3583 <context-group name="null">
3584 <context context-type="linenumber">151</context>
3585 </context-group>
3586 </trans-unit>
3587 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
3588 <source>Already uploaded ✔</source>
3589 <target>アップロード済㿠✔</target>
3590 <context-group name="null">
3591 <context context-type="linenumber">155</context>
3592 </context-group>
3593 </trans-unit>
3594 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
3595 <source>Will be created on update</source>
3596 <target>更新時ã«ä½œæˆã•ã‚Œã¾ã™</target>
3597 <context-group name="null">
3598 <context context-type="linenumber">163</context>
3599 </context-group>
3600 </trans-unit>
3601 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
3602 <source>Cancel create</source>
3603 <target>作æˆã‚’キャンセル</target>
3604 <context-group name="null">
3605 <context context-type="linenumber">165</context>
3606 </context-group>
3607 </trans-unit>
3608 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
3609 <source>Will be deleted on update</source>
3610 <target>更新時ã«å‰Šé™¤ã•ã‚Œã¾ã™</target>
3611 <context-group name="null">
3612 <context context-type="linenumber">171</context>
3613 </context-group>
3614 </trans-unit>
3615 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
3616 <source>Cancel deletion</source>
3617 <target>削除をキャンセル</target>
3618 <context-group name="null">
3619 <context context-type="linenumber">173</context>
3620 </context-group>
3621 </trans-unit>
3622 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
1344 <source> 3623 <source>
1345 Cancel 3624 No captions for now.
1346 </source> 3625 </source>
1347 <target> 3626 <target>
1348 キャンセル 3627 今ã®ã¨ã“ã字幕ã¯ãã‚Šã¾ã›ã‚“。
1349 </target> 3628 </target>
1350 <context-group name="null"> 3629 <context-group name="null">
1351 <context context-type="linenumber">47</context> 3630 <context context-type="linenumber">178</context>
1352 </context-group> 3631 </context-group>
1353 </trans-unit> 3632 </trans-unit>
1354 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 3633 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
1355 <source>Download</source> 3634 <source>Captions</source>
1356 <target>ダウンロード</target> 3635 <target>字幕</target>
1357 <context-group name="null"> 3636 <context-group name="null">
1358 <context context-type="linenumber">84</context> 3637 <context context-type="linenumber">135</context>
1359 </context-group> 3638 </context-group>
1360 </trans-unit> 3639 </trans-unit>
1361 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 3640 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
1362 <source>Report video</source> 3641 <source>Upload preview</source>
1363 <target>ビãƒã‚ªã‚’報告ã™ã‚‹</target> 3642 <target>プレビューをアップロードã™ã‚‹</target>
1364 <context-group name="null"> 3643 <context-group name="null">
1365 <context context-type="linenumber">3</context> 3644 <context context-type="linenumber">199</context>
3645 </context-group>
3646 </trans-unit>
3647 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
3648 <source>Support</source>
3649 <target>支æŒ</target>
3650 <context-group name="null">
3651 <context context-type="linenumber">103</context>
3652 </context-group>
3653 </trans-unit>
3654 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
3655 <source>Short text to tell people how they can support you (membership platform...).</source>
3656 <target>人々ãŒã‚ãªãŸã‚’ã©ã®ã‚ˆã†ã«ã‚µãƒãƒ¼ãƒˆã§ãã‚‹ã‹ã‚’ä¼ãˆã‚‹ãŸã‚ã®çŸ­ã„テキスト (会員制プラットフォーム… 例: Patreonã€Tipeeeã€Paypalã€Liberapay)。</target>
3657 <context-group name="null">
3658 <context context-type="linenumber">206</context>
3659 </context-group>
3660 </trans-unit>
3661 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
3662 <source>Original publication date</source>
3663 <target>å…ƒã®ç™ºè¡Œæ—¥</target>
3664 <context-group name="null">
3665 <context context-type="linenumber">219</context>
3666 </context-group>
3667 </trans-unit>
3668 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
3669 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
3670 <target>ã“ã‚Œã¯ã€ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ãŒæœ€åˆã«å…¬é–‹ã•ã‚ŒãŸæ—¥ä»˜ã§ã™ (例: 映画ã®å…¬é–‹æ—¥)。</target>
3671 <context-group name="null">
3672 <context context-type="linenumber">220</context>
3673 </context-group>
3674 </trans-unit>
3675 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3676 <source>Enable video comments</source>
3677 <target>å‹•ç”»ã®ã‚³ãƒ¡ãƒ³ãƒˆã‚’有効ã«ã™ã‚‹</target>
3678 <context-group name="null">
3679 <context context-type="linenumber">234</context>
3680 </context-group>
3681 </trans-unit>
3682 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
3683 <source>Enable download</source>
3684 <target>ダウンロードを有効ã«ã™ã‚‹</target>
3685 <context-group name="null">
3686 <context context-type="linenumber">239</context>
3687 </context-group>
3688 </trans-unit>
3689 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
3690 <source>Advanced settings</source>
3691 <target>高度ãªè¨­å®š</target>
3692 <context-group name="null">
3693 <context context-type="linenumber">186</context>
3694 </context-group>
3695 </trans-unit>
3696 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
3697 <source>
3698 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
3699 </source>
3700 <target>
3701æ›´æ–° <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
3702 </target>
3703 <context-group name="null">
3704 <context context-type="linenumber">2</context>
1366 </context-group> 3705 </context-group>
1367 </trans-unit> 3706 </trans-unit>
1368 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 3707 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
1369 <source>Share</source> 3708 <source>Share</source>
1370 <target>シェア</target> 3709 <target>共有</target>
1371 <context-group name="null"> 3710 <context-group name="null">
1372 <context context-type="linenumber">74</context> 3711 <context context-type="linenumber">108</context>
1373 </context-group> 3712 </context-group>
1374 </trans-unit> 3713 </trans-unit>
1375 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3714 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
1376 <source>QR-Code</source> 3715 <source>QR-Code</source>
1377 <target>QRコード</target> 3716 <target>QRコード</target>
1378 <context-group name="null"> 3717 <context-group name="null">
1379 <context context-type="linenumber">29</context> 3718 <context context-type="linenumber">37</context>
3719 </context-group>
3720 </trans-unit>
3721 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3722 <source>Embed</source>
3723 <target>埋ã‚è¾¼ã¿</target>
3724 <context-group name="null">
3725 <context context-type="linenumber">42</context>
3726 </context-group>
3727 </trans-unit>
3728 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
3729 <source>
3730 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).
3731 </source>
3732 <target>
3733 URLã¯ä¿è­·ã•ã‚Œã¦ã„ãªã„ (HTTPSãŒãªã„) ãŸã‚ã€åŸ‹ã‚è¾¼ã¾ã‚ŒãŸãƒ“デオã¯HTTPS Webサイトã§ã¯æ©Ÿèƒ½ã—ã¾ã›ã‚“ (Webブラウザã¯HTTPS Webサイトã§ä¿è­·ã•ã‚Œã¦ã„ãªã„HTTPè¦æ±‚をブロックã—ã¾ã™)。
3734 </target>
3735 <context-group name="null">
3736 <context context-type="linenumber">53</context>
1380 </context-group> 3737 </context-group>
1381 </trans-unit> 3738 </trans-unit>
1382 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3739 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
1383 <source>Close</source> 3740 <source>Close</source>
1384 <target>é–‰ã˜ã‚‹</target> 3741 <target>é–‰ã˜ã‚‹</target>
1385 <context-group name="null"> 3742 <context-group name="null">
1386 <context context-type="linenumber">51</context> 3743 <context context-type="linenumber">59</context>
1387 </context-group> 3744 </context-group>
1388 </trans-unit> 3745 </trans-unit>
1389 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3746 <trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99">
3747 <source>Public</source>
3748 <target>公開</target>
3749 <context-group name="null">
3750 <context context-type="linenumber">19</context>
3751 </context-group>
3752 </trans-unit>
3753 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3754 <source>This video is blacklisted.</source>
3755 <target>ã“ã®å‹•ç”»ã¯ãƒ–ラックリストã«ç™»éŒ²ã•ã‚Œã¦ã„ã¾ã™ã€‚</target>
3756 <context-group name="null">
3757 <context context-type="linenumber">57</context>
3758 </context-group>
3759 </trans-unit>
3760 <trans-unit id="99686034581579c92a971f4eeebd2c072c812e2d">
1390 <source> 3761 <source>
1391 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views 3762 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
1392 </source> 3763 </source>
1393 <target>公表 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 回å†ç”Ÿ</target> 3764 <target>
3765 公開日 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 回視è´
3766 </target>
1394 <context-group name="null"> 3767 <context-group name="null">
1395 <context context-type="linenumber">37</context> 3768 <context context-type="linenumber">69</context>
1396 </context-group> 3769 </context-group>
1397 </trans-unit> 3770 </trans-unit>
1398 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95"> 3771 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
1399 <source> 3772 <source>
1400 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views 3773 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
1401 </source> 3774 </source>
1402 <target>公表 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 回å†ç”Ÿ</target> 3775 <target>
3776 公開日 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 回視è´
3777 </target>
1403 <context-group name="null"> 3778 <context-group name="null">
1404 <context context-type="linenumber">46</context> 3779 <context context-type="linenumber">78</context>
1405 </context-group> 3780 </context-group>
1406 </trans-unit> 3781 </trans-unit>
1407 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 3782 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
1408 <source>Update this video</source> 3783 <source>Like this video</source>
1409 <target>ã“ã®ãƒ“デãªã‚æ›´æ–°ã™ã‚‹</target> 3784 <target>動画を高ã評価</target>
1410 <context-group name="null"> 3785 <context-group name="null">
1411 <context context-type="linenumber">91</context> 3786 <context context-type="linenumber">88</context>
1412 </context-group> 3787 </context-group>
1413 </trans-unit> 3788 </trans-unit>
1414 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 3789 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
1415 <source>Delete this video</source> 3790 <source>Dislike this video</source>
1416 <target>ã“ã®ãƒ“デãªã‚削除ã™ã‚‹</target> 3791 <target>動画を低ã評価</target>
1417 <context-group name="null"> 3792 <context-group name="null">
1418 <context context-type="linenumber">103</context> 3793 <context context-type="linenumber">96</context>
1419 </context-group> 3794 </context-group>
1420 </trans-unit> 3795 </trans-unit>
1421 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3796 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
1422 <source>Go the channel page</source> 3797 <source>Go the channel page</source>
1423 <target>ãƒãƒ£ãƒ³ãƒãƒ«ãƒšãƒ¼ã‚¸ã«ç§»å‹•ã™ã‚‹</target> 3798 <target>ãƒãƒ£ãƒ³ãƒãƒ«ãƒšãƒ¼ã‚¸ã«ç§»å‹•ã™ã‚‹</target>
1424 <context-group name="null"> 3799 <context-group name="null">
1425 <context context-type="linenumber">123</context> 3800 <context context-type="linenumber">143</context>
1426 </context-group> 3801 </context-group>
1427 </trans-unit> 3802 </trans-unit>
1428 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3803 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
1429 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3804 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
1430 <target>ã‹ã‚‰<x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3805 <target>ã‹ã‚‰ <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
1431 <context-group name="null"> 3806 <context-group name="null">
1432 <context context-type="linenumber">134</context> 3807 <context context-type="linenumber">154</context>
1433 </context-group> 3808 </context-group>
1434 </trans-unit> 3809 </trans-unit>
1435 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3810 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
1436 <source>Show more</source> 3811 <source>Show more</source>
1437 <target>ã‚‚ã£ã¨è¦‹ã›ã‚‹</target> 3812 <target>ã‚‚ã£ã¨è¡¨ç¤º</target>
1438 <context-group name="null"> 3813 <context-group name="null">
1439 <context context-type="linenumber">146</context> 3814 <context context-type="linenumber">166</context>
1440 </context-group> 3815 </context-group>
1441 </trans-unit> 3816 </trans-unit>
1442 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3817 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
1443 <source>Show less</source> 3818 <source>Show less</source>
1444 <target>ã‚ã¾ã‚Šè¦‹ã›ãªã„</target> 3819 <target>å°‘ãªã表示</target>
3820 <context-group name="null">
3821 <context context-type="linenumber">172</context>
3822 </context-group>
3823 </trans-unit>
3824 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3825 <source>Originally published</source>
3826 <target>ã‚‚ã¨ã‚‚ã¨å…¬é–‹ã•ã‚ŒãŸ</target>
3827 <context-group name="null">
3828 <context context-type="linenumber">184</context>
3829 </context-group>
3830 </trans-unit>
3831 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3832 <source>Friendly Reminder: </source>
3833 <target>フレンドリーリマインダー:</target>
3834 <context-group name="null">
3835 <context context-type="linenumber">232</context>
3836 </context-group>
3837 </trans-unit>
3838 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
3839 <source>
3840 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.
3841 </source>
3842 <target>
3843 ã“ã®ãƒ“デオã§ä½¿ç”¨ã•ã‚Œã¦ã„る共有システムã¯ã€ã‚·ã‚¹ãƒ†ãƒ ã«é–¢ã™ã‚‹æŠ€è¡“情報 (パブリックIPアドレスãªã©) ã‚’ä»–ã®ãƒ”ã‚¢ã«é€ä¿¡ã§ãã‚‹ã“ã¨ã‚’æ„味ã—ã¾ã™ã€‚
3844 </target>
1445 <context-group name="null"> 3845 <context-group name="null">
1446 <context context-type="linenumber">152</context> 3846 <context context-type="linenumber">233</context>
1447 </context-group> 3847 </context-group>
1448 </trans-unit> 3848 </trans-unit>
1449 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3849 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
1450 <source>More information</source> 3850 <source>More information</source>
1451 <target>詳ã—ãã¯ï¼š</target> 3851 <target>詳ã—ãã¯ï¼š</target>
1452 <context-group name="null"> 3852 <context-group name="null">
1453 <context context-type="linenumber">212</context> 3853 <context context-type="linenumber">236</context>
1454 </context-group> 3854 </context-group>
1455 </trans-unit> 3855 </trans-unit>
1456 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3856 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
1457 <source>Get more information</source> 3857 <source>Get more information</source>
1458 <target>より多ãã®æƒ…報を得る</target> 3858 <target>より多ãã®æƒ…報を得る</target>
1459 <context-group name="null"> 3859 <context-group name="null">
1460 <context context-type="linenumber">212</context> 3860 <context context-type="linenumber">236</context>
1461 </context-group> 3861 </context-group>
1462 </trans-unit> 3862 </trans-unit>
1463 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3863 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -1468,7 +3868,7 @@
1468 ã¯ã„ 3868 ã¯ã„
1469 </target> 3869 </target>
1470 <context-group name="null"> 3870 <context-group name="null">
1471 <context context-type="linenumber">215</context> 3871 <context context-type="linenumber">239</context>
1472 </context-group> 3872 </context-group>
1473 </trans-unit> 3873 </trans-unit>
1474 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3874 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -1476,8 +3876,7 @@
1476 Other videos 3876 Other videos
1477 </source> 3877 </source>
1478 <target> 3878 <target>
1479 ãã®ä»–ã®ãƒ“デオ 3879 ãã®ä»–ã®å‹•ç”»</target>
1480 </target>
1481 <context-group name="null"> 3880 <context-group name="null">
1482 <context context-type="linenumber">2</context> 3881 <context context-type="linenumber">2</context>
1483 </context-group> 3882 </context-group>
@@ -1500,12 +3899,19 @@
1500 <context context-type="linenumber">17</context> 3899 <context context-type="linenumber">17</context>
1501 </context-group> 3900 </context-group>
1502 </trans-unit> 3901 </trans-unit>
3902 <trans-unit id="69c081796209e45e26af91152ec9bd0a65ec261e">
3903 <source>View all <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3904 <target><x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> 件ã®è¿”信を表示</target>
3905 <context-group name="null">
3906 <context context-type="linenumber">54</context>
3907 </context-group>
3908 </trans-unit>
1503 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3909 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
1504 <source> 3910 <source>
1505 Comments are disabled. 3911 Comments are disabled.
1506 </source> 3912 </source>
1507 <target> 3913 <target>
1508 ã“ã®å‹•ç”»ã®ã‚³ãƒ¡ãƒ³ãƒˆã¯ç„¡åŠ¹ã§ã。 3914 ã“ã®å‹•ç”»ã«ã¯ã‚³ãƒ¡ãƒ³ãƒˆã§ãã¾ã›ã‚“。
1509 </target> 3915 </target>
1510 <context-group name="null"> 3916 <context-group name="null">
1511 <context context-type="linenumber">63</context> 3917 <context context-type="linenumber">63</context>
@@ -1529,6 +3935,57 @@
1529 <context context-type="linenumber">20</context> 3935 <context context-type="linenumber">20</context>
1530 </context-group> 3936 </context-group>
1531 </trans-unit> 3937 </trans-unit>
3938 <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135">
3939 <source>You are one step away from commenting</source>
3940 <target>ã‚ãªãŸã¯ã‚³ãƒ¡ãƒ³ãƒˆã‹ã‚‰ä¸€æ­©é›¢ã‚Œã¦ã„ã¾ã™</target>
3941 <context-group name="null">
3942 <context context-type="linenumber">28</context>
3943 </context-group>
3944 </trans-unit>
3945 <trans-unit id="7984a44ce86b961f4f18c9a58c638f5e8f07a225">
3946 <source>
3947 If you have an account on this instance, you can login:
3948 </source>
3949 <target>
3950 ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’ãŠæŒã¡ã®å ´åˆã¯ã€ãƒ­ã‚°ã‚¤ãƒ³ã§ãã¾ã™:
3951 </target>
3952 <context-group name="null">
3953 <context context-type="linenumber">32</context>
3954 </context-group>
3955 </trans-unit>
3956 <trans-unit id="afe0ad39fee662489f1033e53aea3e16a7e89228">
3957 <source>login to comment</source>
3958 <target>ログインã—ã¦ã‚³ãƒ¡ãƒ³ãƒˆã™ã‚‹</target>
3959 <context-group name="null">
3960 <context context-type="linenumber">35</context>
3961 </context-group>
3962 </trans-unit>
3963 <trans-unit id="a5a3f17c9b4876952d78363834d57280c8684e7c">
3964 <source>
3965 Otherwise you can comment using an account on any ActivityPub-compatible instance.
3966 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3967 from within the software's interface.
3968 </source>
3969 <target>
3970 ãれ以外ã®å ´åˆã¯ã€ActivityPub互æ›ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’使用ã—ã¦ã‚³ãƒ¡ãƒ³ãƒˆã§ãã¾ã™ã€‚
3971 ã»ã¨ã‚“ã©ã®ãƒ—ラットフォームã§ã¯ã€æ¤œç´¢ãƒãƒ¼ã«URLを入力ã—ã¦ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ã‚¤ã‚¹å†…ã‹ã‚‰
3972 コメントã™ã‚‹ã“ã¨ã§ã€å‹•ç”»ã‚’見ã¤ã‘ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚
3973 </target>
3974 <context-group name="null">
3975 <context context-type="linenumber">36</context>
3976 </context-group>
3977 </trans-unit>
3978 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb">
3979 <source>
3980 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
3981 </source>
3982 <target>
3983 Mastodonã¾ãŸã¯Pleromaã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’ãŠæŒã¡ã®å ´åˆã¯ã€ãれらã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã§ç›´æŽ¥é–‹ãã“ã¨ãŒã§ãã¾ã™:
3984 </target>
3985 <context-group name="null">
3986 <context context-type="linenumber">41</context>
3987 </context-group>
3988 </trans-unit>
1532 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285"> 3989 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285">
1533 <source>Highlighted comment</source> 3990 <source>Highlighted comment</source>
1534 <target>強調表示ã•ã‚ŒãŸã‚³ãƒ¡ãƒ³ãƒˆ</target> 3991 <target>強調表示ã•ã‚ŒãŸã‚³ãƒ¡ãƒ³ãƒˆ</target>
@@ -1538,11 +3995,32 @@
1538 </trans-unit> 3995 </trans-unit>
1539 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6"> 3996 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6">
1540 <source>Reply</source> 3997 <source>Reply</source>
1541 <target>応答</target> 3998 <target>返信</target>
1542 <context-group name="null"> 3999 <context-group name="null">
1543 <context context-type="linenumber">14</context> 4000 <context context-type="linenumber">14</context>
1544 </context-group> 4001 </context-group>
1545 </trans-unit> 4002 </trans-unit>
4003 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
4004 <source>Cannot get about information from server</source>
4005 <target>サーãƒãƒ¼ã‹ã‚‰æƒ…報をå–å¾—ã§ãã¾ã›ã‚“</target>
4006 <context-group name="null">
4007 <context context-type="linenumber">1</context>
4008 </context-group>
4009 </trans-unit>
4010 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
4011 <source>Your message has been sent.</source>
4012 <target>メッセージをé€ä¿¡ã—ã¾ã—ãŸã€‚</target>
4013 <context-group name="null">
4014 <context context-type="linenumber">1</context>
4015 </context-group>
4016 </trans-unit>
4017 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
4018 <source>You already sent this form recently</source>
4019 <target>ã“ã®ãƒ•ã‚©ãƒ¼ãƒ ã«æœ€è¿‘é€ä¿¡ã—ã¦ã„ã¾ã™</target>
4020 <context-group name="null">
4021 <context context-type="linenumber">1</context>
4022 </context-group>
4023 </trans-unit>
1546 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968"> 4024 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
1547 <source>No description</source> 4025 <source>No description</source>
1548 <target>説明ã¯ã‚ã‚Šã¾ã›ã‚“</target> 4026 <target>説明ã¯ã‚ã‚Šã¾ã›ã‚“</target>
@@ -1552,14 +4030,63 @@
1552 </trans-unit> 4030 </trans-unit>
1553 <trans-unit id="2f03e577e8f81a9f8be0095f93e1f9376c6eedc9"> 4031 <trans-unit id="2f03e577e8f81a9f8be0095f93e1f9376c6eedc9">
1554 <source>Published videos</source> 4032 <source>Published videos</source>
1555 <target>公開ã•ã‚ŒãŸå‹•ç”»</target> 4033 <target>公開済動画</target>
4034 <context-group name="null">
4035 <context context-type="linenumber">1</context>
4036 </context-group>
4037 </trans-unit>
4038 <trans-unit id="369ef5e9c0dd1251abdbf699a5db408bca10777f">
4039 <source>Published <x id="INTERPOLATION" equiv-text="{{totalVideos}}"/> videos</source>
4040 <target><x id="INTERPOLATION" equiv-text="{{totalVideos}}"/> 本ã®å…¬é–‹æ¸ˆå‹•ç”»</target>
4041 <context-group name="null">
4042 <context context-type="linenumber">1</context>
4043 </context-group>
4044 </trans-unit>
4045 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
4046 <source>240p</source>
4047 <target>240p</target>
4048 <context-group name="null">
4049 <context context-type="linenumber">1</context>
4050 </context-group>
4051 </trans-unit>
4052 <trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e">
4053 <source>360p</source>
4054 <target>360p</target>
4055 <context-group name="null">
4056 <context context-type="linenumber">1</context>
4057 </context-group>
4058 </trans-unit>
4059 <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5">
4060 <source>480p</source>
4061 <target>480p</target>
4062 <context-group name="null">
4063 <context context-type="linenumber">1</context>
4064 </context-group>
4065 </trans-unit>
4066 <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2">
4067 <source>720p</source>
4068 <target>720p</target>
4069 <context-group name="null">
4070 <context context-type="linenumber">1</context>
4071 </context-group>
4072 </trans-unit>
4073 <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9">
4074 <source>1080p</source>
4075 <target>1080p</target>
4076 <context-group name="null">
4077 <context context-type="linenumber">1</context>
4078 </context-group>
4079 </trans-unit>
4080 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111">
4081 <source>Auto (via ffmpeg)</source>
4082 <target>自動 (FFmpeg 経由)</target>
1556 <context-group name="null"> 4083 <context-group name="null">
1557 <context context-type="linenumber">1</context> 4084 <context context-type="linenumber">1</context>
1558 </context-group> 4085 </context-group>
1559 </trans-unit> 4086 </trans-unit>
1560 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048"> 4087 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048">
1561 <source>Configuration updated.</source> 4088 <source>Configuration updated.</source>
1562 <target>構æˆãŒæ›´æ–°ã•ã‚Œã¾ã—ãŸã€‚</target> 4089 <target>設定ãŒæ›´æ–°ã•ã‚Œã¾ã—ãŸã€‚</target>
1563 <context-group name="null"> 4090 <context-group name="null">
1564 <context context-type="linenumber">1</context> 4091 <context context-type="linenumber">1</context>
1565 </context-group> 4092 </context-group>
@@ -1571,16 +4098,303 @@
1571 <context context-type="linenumber">1</context> 4098 <context context-type="linenumber">1</context>
1572 </context-group> 4099 </context-group>
1573 </trans-unit> 4100 </trans-unit>
4101 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
4102 <source>100MB</source>
4103 <target>100MB</target>
4104 <context-group name="null">
4105 <context context-type="linenumber">1</context>
4106 </context-group>
4107 </trans-unit>
4108 <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174">
4109 <source>500MB</source>
4110 <target>500MB</target>
4111 <context-group name="null">
4112 <context context-type="linenumber">1</context>
4113 </context-group>
4114 </trans-unit>
4115 <trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b">
4116 <source>1GB</source>
4117 <target>1GB</target>
4118 <context-group name="null">
4119 <context context-type="linenumber">1</context>
4120 </context-group>
4121 </trans-unit>
4122 <trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8">
4123 <source>5GB</source>
4124 <target>5GB</target>
4125 <context-group name="null">
4126 <context context-type="linenumber">1</context>
4127 </context-group>
4128 </trans-unit>
4129 <trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae">
4130 <source>20GB</source>
4131 <target>20GB</target>
4132 <context-group name="null">
4133 <context context-type="linenumber">1</context>
4134 </context-group>
4135 </trans-unit>
4136 <trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e">
4137 <source>50GB</source>
4138 <target>50GB</target>
4139 <context-group name="null">
4140 <context context-type="linenumber">1</context>
4141 </context-group>
4142 </trans-unit>
4143 <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d">
4144 <source>10MB</source>
4145 <target>10MB</target>
4146 <context-group name="null">
4147 <context context-type="linenumber">1</context>
4148 </context-group>
4149 </trans-unit>
4150 <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af">
4151 <source>50MB</source>
4152 <target>50MB</target>
4153 <context-group name="null">
4154 <context context-type="linenumber">1</context>
4155 </context-group>
4156 </trans-unit>
4157 <trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a">
4158 <source>2GB</source>
4159 <target>2GB</target>
4160 <context-group name="null">
4161 <context context-type="linenumber">1</context>
4162 </context-group>
4163 </trans-unit>
4164 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84">
4165 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
4166 <target><x id="INTERPOLATION" equiv-text="{{host}}"/> ã¯ç„¡åŠ¹ã§ã™ã€‚</target>
4167 <context-group name="null">
4168 <context context-type="linenumber">1</context>
4169 </context-group>
4170 </trans-unit>
4171 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df">
4172 <source>You need to specify hosts to follow.</source>
4173 <target>フォローã™ã‚‹ãƒ›ã‚¹ãƒˆã‚’指定ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
4174 <context-group name="null">
4175 <context context-type="linenumber">1</context>
4176 </context-group>
4177 </trans-unit>
4178 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
4179 <source>Hosts need to be unique.</source>
4180 <target>ホストã¯ä¸€æ„ã§ã‚ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
4181 <context-group name="null">
4182 <context context-type="linenumber">1</context>
4183 </context-group>
4184 </trans-unit>
4185 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
4186 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source>
4187 <target>確èªã—ãŸå ´åˆã¯ã€ãƒ•ã‚©ãƒ­ãƒ¼ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’é€ä¿¡ã—ã¾ã™: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </target>
4188 <context-group name="null">
4189 <context context-type="linenumber">1</context>
4190 </context-group>
4191 </trans-unit>
4192 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
4193 <source>Follow new server(s)</source>
4194 <target>æ–°ã—ã„サーãƒãƒ¼ã‚’フォローã™ã‚‹</target>
4195 <context-group name="null">
4196 <context context-type="linenumber">1</context>
4197 </context-group>
4198 </trans-unit>
4199 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
4200 <source>Follow request(s) sent!</source>
4201 <target>フォローリクエストをé€ä¿¡ã—ã¾ã—ãŸ!</target>
4202 <context-group name="null">
4203 <context context-type="linenumber">1</context>
4204 </context-group>
4205 </trans-unit>
4206 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
4207 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
4208 <target>本当㫠<x id="INTERPOLATION" equiv-text="{{host}}"/> ã®ãƒ•ã‚©ãƒ­ãƒ¼ã‚’解除ã—ã¾ã™ã‹?</target>
4209 <context-group name="null">
4210 <context context-type="linenumber">1</context>
4211 </context-group>
4212 </trans-unit>
4213 <trans-unit id="a89875525c82ab81ffe32e481a5475b43d0c2902">
4214 <source>Unfollow</source>
4215 <target>フォローを解除</target>
4216 <context-group name="null">
4217 <context context-type="linenumber">1</context>
4218 </context-group>
4219 </trans-unit>
4220 <trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0">
4221 <source>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source>
4222 <target>ã‚ãªãŸã¯ã‚‚ㆠ<x id="INTERPOLATION" equiv-text="{{host}}"/> をフォローã—ã¦ã„ã¾ã›ã‚“。</target>
4223 <context-group name="null">
4224 <context context-type="linenumber">1</context>
4225 </context-group>
4226 </trans-unit>
4227 <trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246">
4228 <source>enabled</source>
4229 <target>有効</target>
4230 <context-group name="null">
4231 <context context-type="linenumber">1</context>
4232 </context-group>
4233 </trans-unit>
4234 <trans-unit id="795733aac948794cadeb3be6386882efac2c38ad">
4235 <source>disabled</source>
4236 <target>無効</target>
4237 <context-group name="null">
4238 <context context-type="linenumber">1</context>
4239 </context-group>
4240 </trans-unit>
4241 <trans-unit id="1123807fc813c816404598147173403d00117557">
4242 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source>
4243 <target><x id="INTERPOLATION" equiv-text="{{host}}"/> ã®å†—長性㯠<x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/> ã§ã™ã€‚</target>
4244 <context-group name="null">
4245 <context context-type="linenumber">1</context>
4246 </context-group>
4247 </trans-unit>
4248 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da">
4249 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source>
4250 <target>ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ä¸Šã‹ã‚‰ã‚¢ã‚«ã‚¦ãƒ³ãƒˆ <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> ã®ãƒŸãƒ¥ãƒ¼ãƒˆãŒè§£é™¤ã•ã‚Œã¾ã—ãŸã€‚</target>
4251 <context-group name="null">
4252 <context context-type="linenumber">1</context>
4253 </context-group>
4254 </trans-unit>
4255 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330">
4256 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source>
4257 <target>ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ä¸Šã‹ã‚‰ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ <x id="INTERPOLATION" equiv-text="{{host}}"/> ã®ãƒŸãƒ¥ãƒ¼ãƒˆãŒè§£é™¤ã•ã‚Œã¾ã—ãŸã€‚</target>
4258 <context-group name="null">
4259 <context context-type="linenumber">1</context>
4260 </context-group>
4261 </trans-unit>
4262 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
4263 <source>Comment updated.</source>
4264 <target>コメントを更新ã—ã¾ã—ãŸã€‚</target>
4265 <context-group name="null">
4266 <context context-type="linenumber">1</context>
4267 </context-group>
4268 </trans-unit>
4269 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978">
4270 <source>Delete this report</source>
4271 <target>報告を削除</target>
4272 <context-group name="null">
4273 <context context-type="linenumber">1</context>
4274 </context-group>
4275 </trans-unit>
4276 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321">
4277 <source>Update moderation comment</source>
4278 <target>モデレーションコメントを更新</target>
4279 <context-group name="null">
4280 <context context-type="linenumber">1</context>
4281 </context-group>
4282 </trans-unit>
1574 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 4283 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
1575 <source>Mark as accepted</source> 4284 <source>Mark as accepted</source>
1576 <target>承èªæ¸ˆã¿ã¨ã—ã¦ãƒžãƒ¼ã‚¯ã™ã‚‹</target> 4285 <target>承èªæ¸ˆã¨ã—ã¦ãƒžãƒ¼ã‚¯</target>
1577 <context-group name="null"> 4286 <context-group name="null">
1578 <context context-type="linenumber">1</context> 4287 <context context-type="linenumber">1</context>
1579 </context-group> 4288 </context-group>
1580 </trans-unit> 4289 </trans-unit>
1581 <trans-unit id="d895b090c054bfc0ad3aba816af0615a1997f5a3"> 4290 <trans-unit id="d895b090c054bfc0ad3aba816af0615a1997f5a3">
1582 <source>Mark as rejected</source> 4291 <source>Mark as rejected</source>
1583 <target>æ‹’å¦ã•ã‚ŒãŸã¨ãƒžãƒ¼ã‚¯ã™ã‚‹</target> 4292 <target>å´ä¸‹ã¨ã—ã¦ãƒžãƒ¼ã‚¯</target>
4293 <context-group name="null">
4294 <context context-type="linenumber">1</context>
4295 </context-group>
4296 </trans-unit>
4297 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
4298 <source>Do you really want to delete this abuse report?</source>
4299 <target>ã“ã®æ‚ªç”¨å ±å‘Šã‚’本当ã«å‰Šé™¤ã—ã¾ã™ã‹?</target>
4300 <context-group name="null">
4301 <context context-type="linenumber">1</context>
4302 </context-group>
4303 </trans-unit>
4304 <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9">
4305 <source>Abuse deleted.</source>
4306 <target>悪用ãŒå‰Šé™¤ã•ã‚Œã¾ã—ãŸã€‚</target>
4307 <context-group name="null">
4308 <context context-type="linenumber">1</context>
4309 </context-group>
4310 </trans-unit>
4311 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611">
4312 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source>
4313 <target>å‹•ç”» <x id="INTERPOLATION" equiv-text="{{name}}"/> をブラックリストã‹ã‚‰å‰Šé™¤ã—ã¾ã—ãŸã€‚</target>
4314 <context-group name="null">
4315 <context context-type="linenumber">1</context>
4316 </context-group>
4317 </trans-unit>
4318 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5">
4319 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source>
4320 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> ã¤ã®å‹•ç”»ã‚’ブラックリストã‹ã‚‰å‰Šé™¤ã—ã¾ã—ãŸã€‚</target>
4321 <context-group name="null">
4322 <context context-type="linenumber">1</context>
4323 </context-group>
4324 </trans-unit>
4325 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
4326 <source>yes</source>
4327 <target>ã¯ã„</target>
4328 <context-group name="null">
4329 <context context-type="linenumber">1</context>
4330 </context-group>
4331 </trans-unit>
4332 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
4333 <source>no</source>
4334 <target>ã„ã„ãˆ</target>
4335 <context-group name="null">
4336 <context context-type="linenumber">1</context>
4337 </context-group>
4338 </trans-unit>
4339 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
4340 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
4341 <target>ã“ã®å‹•ç”»ã‚’ブラックリストã‹ã‚‰æœ¬å½“ã«å‰Šé™¤ã—ã¾ã™ã‹? 動画リストã«ã‚‚表示ã•ã‚Œã¾ã™ã€‚</target>
4342 <context-group name="null">
4343 <context context-type="linenumber">1</context>
4344 </context-group>
4345 </trans-unit>
4346 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f">
4347 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source>
4348 <target>å‹•ç”» <x id="INTERPOLATION" equiv-text="{{name}}"/> をブラックリストã‹ã‚‰å‰Šé™¤ã—ã¾ã—ãŸã€‚</target>
4349 <context-group name="null">
4350 <context context-type="linenumber">1</context>
4351 </context-group>
4352 </trans-unit>
4353 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4354 <source>Info</source>
4355 <target>情報</target>
4356 <context-group name="null">
4357 <context context-type="linenumber">1</context>
4358 </context-group>
4359 </trans-unit>
4360 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
4361 <source>Warning</source>
4362 <target>警告</target>
4363 <context-group name="null">
4364 <context context-type="linenumber">1</context>
4365 </context-group>
4366 </trans-unit>
4367 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4368 <source>Error</source>
4369 <target>エラー</target>
4370 <context-group name="null">
4371 <context context-type="linenumber">1</context>
4372 </context-group>
4373 </trans-unit>
4374 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
4375 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
4376 <target>ユーザー <x id="INTERPOLATION" equiv-text="{{username}}"/> を作æˆã—ã¾ã—ãŸã€‚</target>
4377 <context-group name="null">
4378 <context context-type="linenumber">1</context>
4379 </context-group>
4380 </trans-unit>
4381 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
4382 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4383 <target>ユーザー <x id="INTERPOLATION" equiv-text="{{username}}"/> ã®ãƒ‘スワードを変更ã—ã¾ã—ãŸã€‚</target>
4384 <context-group name="null">
4385 <context context-type="linenumber">1</context>
4386 </context-group>
4387 </trans-unit>
4388 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
4389 <source>Update user password</source>
4390 <target>ユーザーパスワードを更新ã™ã‚‹</target>
4391 <context-group name="null">
4392 <context context-type="linenumber">1</context>
4393 </context-group>
4394 </trans-unit>
4395 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
4396 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
4397 <target>ユーザー <x id="INTERPOLATION" equiv-text="{{username}}"/> ã‚’æ›´æ–°ã—ã¾ã—ãŸã€‚</target>
1584 <context-group name="null"> 4398 <context-group name="null">
1585 <context context-type="linenumber">1</context> 4399 <context context-type="linenumber">1</context>
1586 </context-group> 4400 </context-group>
@@ -1592,56 +4406,422 @@
1592 <context context-type="linenumber">1</context> 4406 <context context-type="linenumber">1</context>
1593 </context-group> 4407 </context-group>
1594 </trans-unit> 4408 </trans-unit>
4409 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
4410 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4411 <target>パスワードã®å†è¨­å®šã®æ‰‹é †ãŒè¨˜è¼‰ã•ã‚ŒãŸãƒ¡ãƒ¼ãƒ«ãŒ <x id="INTERPOLATION" equiv-text="{{username}}"/> ã«é€ä¿¡ã•ã‚Œã¾ã—ãŸã€‚</target>
4412 <context-group name="null">
4413 <context context-type="linenumber">1</context>
4414 </context-group>
4415 </trans-unit>
1595 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8"> 4416 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
1596 <source>Unban</source> 4417 <source>Unban</source>
1597 <target>抑止ã—ãªã„</target> 4418 <target>BANを解除</target>
4419 <context-group name="null">
4420 <context context-type="linenumber">1</context>
4421 </context-group>
4422 </trans-unit>
4423 <trans-unit id="910ed85f550272401b134a40d019ab3359fe883f">
4424 <source>Set Email as Verified</source>
4425 <target>メールを確èªæ¸ˆã¿ã¨ã—ã¦è¨­å®š</target>
1598 <context-group name="null"> 4426 <context-group name="null">
1599 <context context-type="linenumber">1</context> 4427 <context context-type="linenumber">1</context>
1600 </context-group> 4428 </context-group>
1601 </trans-unit> 4429 </trans-unit>
1602 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf"> 4430 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf">
1603 <source>You cannot ban root.</source><target>You cannot ban root.</target><context-group name="null"> 4431 <source>You cannot ban root.</source>
4432 <target>root ユーザーã¯BANã§ãã¾ã›ã‚“。</target>
4433 <context-group name="null">
4434 <context context-type="linenumber">1</context>
4435 </context-group>
4436 </trans-unit>
4437 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e">
4438 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source>
4439 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> åã®BANを解除ã—ã¾ã™ã‹?</target>
4440 <context-group name="null">
4441 <context context-type="linenumber">1</context>
4442 </context-group>
4443 </trans-unit>
4444 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd">
4445 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source>
4446 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> åã®BANを解除ã—ã¾ã—ãŸã€‚</target>
4447 <context-group name="null">
1604 <context context-type="linenumber">1</context> 4448 <context context-type="linenumber">1</context>
1605 </context-group> 4449 </context-group>
1606 </trans-unit> 4450 </trans-unit>
1607 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11"> 4451 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11">
1608 <source>You cannot delete root.</source> 4452 <source>You cannot delete root.</source>
1609 <target>rootã¯å‰Šé™¤ã§ãã¾ã›ã‚“。</target> 4453 <target>root ユーザーã¯å‰Šé™¤ã§ãã¾ã›ã‚“。</target>
4454 <context-group name="null">
4455 <context context-type="linenumber">1</context>
4456 </context-group>
4457 </trans-unit>
4458 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51">
4459 <source>If you remove these users, you will not be able to create others with the same username!</source>
4460 <target>ã“れらã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’削除ã™ã‚‹ã¨ã€åŒã˜ãƒ¦ãƒ¼ã‚¶ãƒ¼åã§å†åº¦ç™»éŒ²ã™ã‚‹ã“ã¨ã¯ã§ããªããªã‚Šã¾ã™ã€‚</target>
4461 <context-group name="null">
4462 <context context-type="linenumber">1</context>
4463 </context-group>
4464 </trans-unit>
4465 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329">
4466 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source>
4467 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> åã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ãŒå‰Šé™¤ã•ã‚Œã¾ã—ãŸã€‚</target>
4468 <context-group name="null">
4469 <context context-type="linenumber">1</context>
4470 </context-group>
4471 </trans-unit>
4472 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650">
4473 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source>
4474 <target>ユーザー <x id="INTERPOLATION" equiv-text="{{num}}"/> åã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯ç¢ºèªæ¸ˆã¨ã—ã¦è¨­å®šã•ã‚Œã¦ã„ã¾ã™ã€‚</target>
4475 <context-group name="null">
4476 <context context-type="linenumber">1</context>
4477 </context-group>
4478 </trans-unit>
4479 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de">
4480 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source>
4481 <target>アカウント <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> ã®ãƒŸãƒ¥ãƒ¼ãƒˆã‚’解除ã—ã¾ã—ãŸã€‚</target>
4482 <context-group name="null">
4483 <context context-type="linenumber">1</context>
4484 </context-group>
4485 </trans-unit>
4486 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c">
4487 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source>
4488 <target>インスタンス <x id="INTERPOLATION" equiv-text="{{host}}"/> ã®ãƒŸãƒ¥ãƒ¼ãƒˆã‚’解除ã—ã¾ã—ãŸã€‚</target>
4489 <context-group name="null">
4490 <context context-type="linenumber">1</context>
4491 </context-group>
4492 </trans-unit>
4493 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
4494 <source>My videos history</source>
4495 <target>動画履歴</target>
4496 <context-group name="null">
4497 <context context-type="linenumber">1</context>
4498 </context-group>
4499 </trans-unit>
4500 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
4501 <source>Videos history is enabled</source>
4502 <target>動画履歴ãŒæœ‰åŠ¹ã«ãªã£ã¦ã„ã¾ã™</target>
4503 <context-group name="null">
4504 <context context-type="linenumber">1</context>
4505 </context-group>
4506 </trans-unit>
4507 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
4508 <source>Videos history is disabled</source>
4509 <target>動画履歴ãŒç„¡åŠ¹ã«ãªã£ã¦ã„ã¾ã™</target>
4510 <context-group name="null">
4511 <context context-type="linenumber">1</context>
4512 </context-group>
4513 </trans-unit>
4514 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
4515 <source>Delete videos history</source>
4516 <target>動画履歴ã®å‰Šé™¤</target>
4517 <context-group name="null">
4518 <context context-type="linenumber">1</context>
4519 </context-group>
4520 </trans-unit>
4521 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
4522 <source>Are you sure you want to delete all your videos history?</source>
4523 <target>動画履歴をã™ã¹ã¦å‰Šé™¤ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹?</target>
4524 <context-group name="null">
4525 <context context-type="linenumber">1</context>
4526 </context-group>
4527 </trans-unit>
4528 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
4529 <source>Videos history deleted</source>
4530 <target>動画履歴を削除ã—ã¾ã—ãŸã€‚</target>
4531 <context-group name="null">
4532 <context context-type="linenumber">1</context>
4533 </context-group>
4534 </trans-unit>
4535 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e">
4536 <source>Ownership accepted</source>
4537 <target>所有権ãŒæ‰¿èªã•ã‚Œã¾ã—ãŸã€‚</target>
4538 <context-group name="null">
4539 <context context-type="linenumber">1</context>
4540 </context-group>
4541 </trans-unit>
4542 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc">
4543 <source>Password updated.</source>
4544 <target>パスワードã¯å¤‰æ›´ã•ã‚Œã¾ã—ãŸã€‚</target>
4545 <context-group name="null">
4546 <context context-type="linenumber">1</context>
4547 </context-group>
4548 </trans-unit>
4549 <trans-unit id="466fc8cf56fd4e4e90fec4b900ef083d52bec38c">
4550 <source>You current password is invalid.</source>
4551 <target>ç¾åœ¨ã®ãƒ‘スワードã¯ç„¡åŠ¹ã§ã™ã€‚</target>
4552 <context-group name="null">
4553 <context context-type="linenumber">1</context>
4554 </context-group>
4555 </trans-unit>
4556 <trans-unit id="ca8e8cf0f1686604db3b6a2ebadab7f7b426a047">
4557 <source>Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.</source>
4558 <target>アカウントを削除ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹? ã“ã‚Œã«ã‚ˆã‚Šã€å‹•ç”»ã€ãƒ“デオãªã©ã‚’å«ã‚€ã™ã¹ã¦ã®ãƒ‡ãƒ¼ã‚¿ãŒå‰Šé™¤ã•ã‚Œã¾ã™ã€‚</target>
4559 <context-group name="null">
4560 <context context-type="linenumber">1</context>
4561 </context-group>
4562 </trans-unit>
4563 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311">
4564 <source>Type your username to confirm</source>
4565 <target>確èªã®ãŸã‚ã«ãƒ¦ãƒ¼ã‚¶ãƒ¼åを入力ã—ã¦ãã ã•ã„</target>
4566 <context-group name="null">
4567 <context context-type="linenumber">1</context>
4568 </context-group>
4569 </trans-unit>
4570 <trans-unit id="d8a8a7f7160939fb55e82bc01fe9f876f5f2e065">
4571 <source>Delete my account</source>
4572 <target>アカウントを削除ã™ã‚‹</target>
4573 <context-group name="null">
4574 <context context-type="linenumber">1</context>
4575 </context-group>
4576 </trans-unit>
4577 <trans-unit id="8eb8b1a728159f43c31abf76c28ef3ff6c230af7">
4578 <source>Your account is deleted.</source>
4579 <target>ã‚ãªãŸã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã¯å‰Šé™¤ã•ã‚Œã¾ã—ãŸã€‚</target>
4580 <context-group name="null">
4581 <context context-type="linenumber">1</context>
4582 </context-group>
4583 </trans-unit>
4584 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
4585 <source>New video from your subscriptions</source>
4586 <target>ã‚ãªãŸã®è³¼èª­ã‹ã‚‰ã®æ–°ã—ã„å‹•ç”»</target>
4587 <context-group name="null">
4588 <context context-type="linenumber">1</context>
4589 </context-group>
4590 </trans-unit>
4591 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
4592 <source>New comment on your video</source>
4593 <target>å‹•ç”»ã¸ã®æ–°ã—ã„コメント</target>
4594 <context-group name="null">
4595 <context context-type="linenumber">1</context>
4596 </context-group>
4597 </trans-unit>
4598 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8">
4599 <source>New video abuse</source>
4600 <target>æ–°ã—ã„å‹•ç”»ã®æ‚ªç”¨</target>
4601 <context-group name="null">
4602 <context context-type="linenumber">1</context>
4603 </context-group>
4604 </trans-unit>
4605 <trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47">
4606 <source>Video auto-blacklisted waiting review</source>
4607 <target>å‹•ç”»ã®è‡ªå‹•ãƒ–ラックリストレビューã®å¾…機中</target>
4608 <context-group name="null">
4609 <context context-type="linenumber">1</context>
4610 </context-group>
4611 </trans-unit>
4612 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4613 <source>One of your video is blacklisted/unblacklisted</source>
4614 <target>å‹•ç”»ã®1ã¤ãŒ ブラックリストã«è¿½åŠ /ブラックリストã‹ã‚‰å‰Šé™¤ ã•ã‚Œã¾ã—ãŸ</target>
4615 <context-group name="null">
4616 <context context-type="linenumber">1</context>
4617 </context-group>
4618 </trans-unit>
4619 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
4620 <source>Video published (after transcoding/scheduled update)</source>
4621 <target>公開ã•ã‚Œã¦ã„ã‚‹å‹•ç”» (トランスコード/スケジュールアップデート後)</target>
4622 <context-group name="null">
4623 <context context-type="linenumber">1</context>
4624 </context-group>
4625 </trans-unit>
4626 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
4627 <source>Video import finished</source>
4628 <target>å‹•ç”»ã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆãŒå®Œäº†ã—ã¾ã—ãŸ</target>
4629 <context-group name="null">
4630 <context context-type="linenumber">1</context>
4631 </context-group>
4632 </trans-unit>
4633 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
4634 <source>A new user registered on your instance</source>
4635 <target>ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã«æ–°ã—ã„ユーザーãŒç™»éŒ²ã•ã‚Œã¾ã—ãŸ</target>
4636 <context-group name="null">
4637 <context context-type="linenumber">1</context>
4638 </context-group>
4639 </trans-unit>
4640 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2">
4641 <source>You or your channel(s) has a new follower</source>
4642 <target>ãƒãƒ£ãƒ³ãƒãƒ«ã«ãƒ•ã‚©ãƒ­ãƒ¯ãƒ¼ãŒè¿½åŠ ã•ã‚Œã¾ã—ãŸ</target>
4643 <context-group name="null">
4644 <context context-type="linenumber">1</context>
4645 </context-group>
4646 </trans-unit>
4647 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
4648 <source>Someone mentioned you in video comments</source>
4649 <target>投稿ã—ãŸå‹•ç”»ã«ã‚³ãƒ¡ãƒ³ãƒˆãŒã¤ãã¾ã—ãŸ</target>
4650 <context-group name="null">
4651 <context context-type="linenumber">1</context>
4652 </context-group>
4653 </trans-unit>
4654 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
4655 <source>Preferences saved</source>
4656 <target>設定をä¿å­˜ã—ã¾ã—ãŸ</target>
1610 <context-group name="null"> 4657 <context-group name="null">
1611 <context context-type="linenumber">1</context> 4658 <context context-type="linenumber">1</context>
1612 </context-group> 4659 </context-group>
1613 </trans-unit> 4660 </trans-unit>
1614 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b"> 4661 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b">
1615 <source>Profile updated.</source> 4662 <source>Profile updated.</source>
1616 <target>プロフィール更新。</target> 4663 <target>プロフィールを更新ã—ã¾ã—ãŸã€‚</target>
1617 <context-group name="null"> 4664 <context-group name="null">
1618 <context context-type="linenumber">1</context> 4665 <context context-type="linenumber">1</context>
1619 </context-group> 4666 </context-group>
1620 </trans-unit> 4667 </trans-unit>
1621 <trans-unit id="1e003ad599ef836949b9f4dad3037a58ef3ff8d1"> 4668 <trans-unit id="1e003ad599ef836949b9f4dad3037a58ef3ff8d1">
1622 <source>Avatar changed.</source> 4669 <source>Avatar changed.</source>
1623 <target>ã‚¢ãƒã‚¿ãƒ¼ãŒå¤‰æ›´ãã‚Œã¾ã—ãŸã€‚</target> 4670 <target>ã‚¢ãƒã‚¿ãƒ¼ã‚’変更ãã¾ã—ãŸã€‚</target>
1624 <context-group name="null"> 4671 <context-group name="null">
1625 <context context-type="linenumber">1</context> 4672 <context context-type="linenumber">1</context>
1626 </context-group> 4673 </context-group>
1627 </trans-unit> 4674 </trans-unit>
1628 <trans-unit id="214b802dfd6f544003147a7a68938ec1055c8f32"> 4675 <trans-unit id="214b802dfd6f544003147a7a68938ec1055c8f32">
1629 <source>Information updated.</source> 4676 <source>Information updated.</source>
1630 <target>情報ãŒæ›´æ–°ãã‚Œã¾ã—ãŸã€‚</target> 4677 <target>情報を更新ãã¾ã—ãŸã€‚</target>
1631 <context-group name="null"> 4678 <context-group name="null">
1632 <context context-type="linenumber">1</context> 4679 <context context-type="linenumber">1</context>
1633 </context-group> 4680 </context-group>
1634 </trans-unit> 4681 </trans-unit>
1635 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795"> 4682 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645">
1636 <source>Create</source> 4683 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source>
1637 <target>作る</target> 4684 <target>å‹•ç”»ãƒãƒ£ãƒ³ãƒãƒ« <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> を作æˆã—ã¾ã—ãŸã€‚</target>
4685 <context-group name="null">
4686 <context context-type="linenumber">1</context>
4687 </context-group>
4688 </trans-unit>
4689 <trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47">
4690 <source>This name already exists on this instance.</source>
4691 <target>ã“ã®åå‰ã¯ã€ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ä¸Šã«æ—¢ã«å­˜åœ¨ã—ã¾ã™ã€‚</target>
4692 <context-group name="null">
4693 <context context-type="linenumber">1</context>
4694 </context-group>
4695 </trans-unit>
4696 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
4697 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
4698 <target>å‹•ç”»ãƒãƒ£ãƒ³ãƒãƒ« <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> ã‚’æ›´æ–°ã—ã¾ã—ãŸã€‚</target>
4699 <context-group name="null">
4700 <context context-type="linenumber">1</context>
4701 </context-group>
4702 </trans-unit>
4703 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791">
4704 <source>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}}"/>)!</source>
4705 <target>本当ã«å‹•ç”»ãƒãƒ£ãƒ³ãƒãƒ« <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/> を削除ã—ã¾ã™ã‹? ã“ã®ãƒãƒ£ãƒ³ãƒãƒ« (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>) ã«ã‚¢ãƒƒãƒ—ロードã•ã‚ŒãŸã™ã¹ã¦ã®å‹•ç”»ãŒå‰Šé™¤ã•ã‚Œã€åŒã˜åå‰ã§ãƒãƒ£ãƒ³ãƒãƒ«ã‚’å†åº¦ä½œæˆã™ã‚‹ã“ã¨ã¯ã§ããªããªã‚Šã¾ã™!</target>
4706 <context-group name="null">
4707 <context context-type="linenumber">1</context>
4708 </context-group>
4709 </trans-unit>
4710 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
4711 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
4712 <target>å‹•ç”»ãƒãƒ£ãƒ³ãƒãƒ« (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) ã®è¡¨ç¤ºåを入力ã—ã¦ãã ã•ã„</target>
4713 <context-group name="null">
4714 <context context-type="linenumber">1</context>
4715 </context-group>
4716 </trans-unit>
4717 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
4718 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
4719 <target>å‹•ç”»ãƒãƒ£ãƒ³ãƒãƒ« <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> を削除ã—ã¾ã—ãŸã€‚</target>
4720 <context-group name="null">
4721 <context context-type="linenumber">1</context>
4722 </context-group>
4723 </trans-unit>
4724 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d">
4725 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source>
4726 <target>プレイリスト <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> を作æˆã—ã¾ã—ãŸã€‚</target>
4727 <context-group name="null">
4728 <context context-type="linenumber">1</context>
4729 </context-group>
4730 </trans-unit>
4731 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d">
4732 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source>
4733 <target>プレイリスト <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> ã‚’æ›´æ–°ã—ã¾ã—ãŸã€‚</target>
4734 <context-group name="null">
4735 <context context-type="linenumber">1</context>
4736 </context-group>
4737 </trans-unit>
4738 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783">
4739 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source>
4740 <target>本当ã«ãƒ—レイリスト <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> を削除ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹?</target>
4741 <context-group name="null">
4742 <context context-type="linenumber">1</context>
4743 </context-group>
4744 </trans-unit>
4745 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86">
4746 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source>
4747 <target>プレイリスト <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> を削除ã—ã¾ã—ãŸã€‚</target>
4748 <context-group name="null">
4749 <context context-type="linenumber">1</context>
4750 </context-group>
4751 </trans-unit>
4752 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
4753 <source>My videos</source>
4754 <target>å‹•ç”»</target>
4755 <context-group name="null">
4756 <context context-type="linenumber">1</context>
4757 </context-group>
4758 </trans-unit>
4759 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd">
4760 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source>
4761 <target>本当㫠<x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> 個ã®å‹•ç”»ã‚’削除ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹?</target>
4762 <context-group name="null">
4763 <context context-type="linenumber">1</context>
4764 </context-group>
4765 </trans-unit>
4766 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83">
4767 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source>
4768 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> 個ã®å‹•ç”»ã‚’削除ã—ã¾ã—ãŸã€‚</target>
4769 <context-group name="null">
4770 <context context-type="linenumber">1</context>
4771 </context-group>
4772 </trans-unit>
4773 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7">
4774 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source>
4775 <target>本当ã«å‹•ç”» <x id="INTERPOLATION" equiv-text="{{videoName}}"/> を削除ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹?</target>
4776 <context-group name="null">
4777 <context context-type="linenumber">1</context>
4778 </context-group>
4779 </trans-unit>
4780 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118">
4781 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source>
4782 <target>å‹•ç”» <x id="INTERPOLATION" equiv-text="{{videoName}}"/> を削除ã—ã¾ã—ãŸã€‚</target>
4783 <context-group name="null">
4784 <context context-type="linenumber">1</context>
4785 </context-group>
4786 </trans-unit>
4787 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd">
4788 <source>Ownership change request sent.</source>
4789 <target>所有権ã®å¤‰æ›´ãƒªã‚¯ã‚¨ã‚¹ãƒˆãŒé€ä¿¡ã•ã‚Œã¾ã—ãŸã€‚</target>
4790 <context-group name="null">
4791 <context context-type="linenumber">1</context>
4792 </context-group>
4793 </trans-unit>
4794 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
4795 <source>My channels</source>
4796 <target>マイãƒãƒ£ãƒ³ãƒãƒ«</target>
4797 <context-group name="null">
4798 <context context-type="linenumber">1</context>
4799 </context-group>
4800 </trans-unit>
4801 <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2">
4802 <source>My playlists</source>
4803 <target>プレイリスト</target>
1638 <context-group name="null"> 4804 <context-group name="null">
1639 <context context-type="linenumber">1</context> 4805 <context context-type="linenumber">1</context>
1640 </context-group> 4806 </context-group>
1641 </trans-unit> 4807 </trans-unit>
1642 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9"> 4808 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9">
1643 <source>My subscriptions</source> 4809 <source>My subscriptions</source>
1644 <target>ç§ã®è¼¸å…¥å“</target> 4810 <target>購読</target>
4811 <context-group name="null">
4812 <context context-type="linenumber">1</context>
4813 </context-group>
4814 </trans-unit>
4815 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
4816 <source>My history</source>
4817 <target>履歴</target>
4818 <context-group name="null">
4819 <context context-type="linenumber">1</context>
4820 </context-group>
4821 </trans-unit>
4822 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
4823 <source>Misc</source>
4824 <target>ãã®ä»–</target>
1645 <context-group name="null"> 4825 <context-group name="null">
1646 <context context-type="linenumber">1</context> 4826 <context context-type="linenumber">1</context>
1647 </context-group> 4827 </context-group>
@@ -1653,45 +4833,151 @@
1653 <context context-type="linenumber">1</context> 4833 <context context-type="linenumber">1</context>
1654 </context-group> 4834 </context-group>
1655 </trans-unit> 4835 </trans-unit>
1656 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7"> 4836 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6">
1657 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>. 4837 <source>My settings</source>
1658</source> 4838 <target>設定</target>
1659 <target>OAuthクライアント &amp;lt;x id="INTERPOLATION" equiv-text="{{errorText}}"/&amp;gt; ã®è³‡æ ¼æƒ…報をå–得出æ¥ã¾ã›ã‚“。</target>
1660 <context-group name="null"> 4839 <context-group name="null">
1661 <context context-type="linenumber">1</context> 4840 <context context-type="linenumber">1</context>
1662 </context-group> 4841 </context-group>
1663 </trans-unit> 4842 </trans-unit>
1664 <trans-unit id="8d9b4f4b69108c3c9aa0f3b0dbde87786ba9b319"> 4843 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
1665 <source>Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 4844 <source>My notifications</source>
1666 <target>PeerTube (config/ ディレクトリ)ã€ç‰¹ã« "webserver" セクションãŒæ­£ã—ã設定ã•ã‚Œã¦ã„ã‚‹ã“ã¨ã‚’確èªã—ã¦ä¸‹ã•ã„。</target> 4845 <target>通知</target>
1667 <context-group name="null"> 4846 <context-group name="null">
1668 <context context-type="linenumber">1</context> 4847 <context context-type="linenumber">1</context>
1669 </context-group> 4848 </context-group>
1670 </trans-unit> 4849 </trans-unit>
1671 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d"> 4850 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706">
1672 <source>Error</source> 4851 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
1673 <target>エラー</target> 4852 <target>確èªãƒªãƒ³ã‚¯ã‚’記載ã—ãŸãƒ¡ãƒ¼ãƒ«ãŒ <x id="INTERPOLATION" equiv-text="{{email}}"/> ã«é€ä¿¡ã•ã‚Œã¾ã™ã€‚</target>
1674 <context-group name="null"> 4853 <context-group name="null">
1675 <context context-type="linenumber">1</context> 4854 <context context-type="linenumber">1</context>
1676 </context-group> 4855 </context-group>
1677 </trans-unit> 4856 </trans-unit>
1678 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 4857 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752">
1679 <source>You need to reconnect.</source> 4858 <source>Unable to find user id or verification string.</source>
1680 <target>å†æŽ¥çšãã‚‹å¿…è¦ãŒãã‚Šã¾ã。</target> 4859 <target>ユーザーIDã¾ãŸã¯ç¢ºèªæ–‡å­—列ãŒè¦ã¤ãã‚Šã¾ãん。</target>
1681 <context-group name="null"> 4860 <context-group name="null">
1682 <context context-type="linenumber">1</context> 4861 <context context-type="linenumber">1</context>
1683 </context-group> 4862 </context-group>
1684 </trans-unit> 4863 </trans-unit>
1685 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da"> 4864 <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598">
1686 <source>Confirm</source> 4865 <source>Subscribe to the account</source>
1687 <target>確èª</target> 4866 <target>アカウントを購読ã™ã‚‹</target>
1688 <context-group name="null"> 4867 <context-group name="null">
1689 <context context-type="linenumber">1</context> 4868 <context context-type="linenumber">1</context>
1690 </context-group> 4869 </context-group>
1691 </trans-unit> 4870 </trans-unit>
1692 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5"> 4871 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013">
1693 <source>Info</source> 4872 <source>Focus the search bar</source>
1694 <target>情報</target> 4873 <target>検索ãƒãƒ¼ã‚’絞り込む</target>
4874 <context-group name="null">
4875 <context context-type="linenumber">1</context>
4876 </context-group>
4877 </trans-unit>
4878 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099">
4879 <source>Toggle the left menu</source>
4880 <target>メニューã®è¡¨ç¤º/éžè¡¨ç¤º</target>
4881 <context-group name="null">
4882 <context context-type="linenumber">1</context>
4883 </context-group>
4884 </trans-unit>
4885 <trans-unit id="b54759e30f7c1983940cdacb8eb03f102a869084">
4886 <source>Go to the videos overview page</source>
4887 <target>å‹•ç”»ã®æ¦‚è¦ãƒšãƒ¼ã‚¸ã¸ç§»å‹•ã™ã‚‹</target>
4888 <context-group name="null">
4889 <context context-type="linenumber">1</context>
4890 </context-group>
4891 </trans-unit>
4892 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0">
4893 <source>Go to the trending videos page</source>
4894 <target>トレンドã®å‹•ç”»ãƒšãƒ¼ã‚¸ã¸ç§»å‹•ã™ã‚‹</target>
4895 <context-group name="null">
4896 <context context-type="linenumber">1</context>
4897 </context-group>
4898 </trans-unit>
4899 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d">
4900 <source>Go to the recently added videos page</source>
4901 <target>最近追加ã•ã‚ŒãŸå‹•ç”»ãƒšãƒ¼ã‚¸ã¸ç§»å‹•ã™ã‚‹</target>
4902 <context-group name="null">
4903 <context context-type="linenumber">1</context>
4904 </context-group>
4905 </trans-unit>
4906 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5">
4907 <source>Go to the local videos page</source>
4908 <target>ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã«ã‚¢ãƒƒãƒ—ロードã•ã‚ŒãŸå‹•ç”»ãƒšãƒ¼ã‚¸ã¸ç§»å‹•ã™ã‚‹</target>
4909 <context-group name="null">
4910 <context context-type="linenumber">1</context>
4911 </context-group>
4912 </trans-unit>
4913 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba">
4914 <source>Go to the videos upload page</source>
4915 <target>å‹•ç”»ã®ã‚¢ãƒƒãƒ—ロードページã¸ç§»å‹•ã™ã‚‹</target>
4916 <context-group name="null">
4917 <context context-type="linenumber">1</context>
4918 </context-group>
4919 </trans-unit>
4920 <trans-unit id="0ed7b40c11da9d4565af9c041df20c15bc6be97e">
4921 <source>Toggle Dark theme</source>
4922 <target>ダークテーマã¸åˆ‡ã‚Šæ›¿ãˆ</target>
4923 <context-group name="null">
4924 <context context-type="linenumber">1</context>
4925 </context-group>
4926 </trans-unit>
4927 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2">
4928 <source>Go to my subscriptions</source>
4929 <target>購読一覧</target>
4930 <context-group name="null">
4931 <context context-type="linenumber">1</context>
4932 </context-group>
4933 </trans-unit>
4934 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1">
4935 <source>Go to my videos</source>
4936 <target>動画一覧</target>
4937 <context-group name="null">
4938 <context context-type="linenumber">1</context>
4939 </context-group>
4940 </trans-unit>
4941 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7">
4942 <source>Go to my imports</source>
4943 <target>インãƒãƒ¼ãƒˆã—ãŸå‹•ç”»ä¸€è¦§</target>
4944 <context-group name="null">
4945 <context context-type="linenumber">1</context>
4946 </context-group>
4947 </trans-unit>
4948 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390">
4949 <source>Go to my channels</source>
4950 <target>マイãƒãƒ£ãƒ³ãƒãƒ«ã«ç§»å‹•ã™ã‚‹</target>
4951 <context-group name="null">
4952 <context context-type="linenumber">1</context>
4953 </context-group>
4954 </trans-unit>
4955 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7">
4956 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
4957</source>
4958 <target>OAuthクライアントã®èªè¨¼æƒ…報をå–å¾—ã§ãã¾ã›ã‚“: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
4959</target>
4960 <context-group name="null">
4961 <context context-type="linenumber">1</context>
4962 </context-group>
4963 </trans-unit>
4964 <trans-unit id="8d9b4f4b69108c3c9aa0f3b0dbde87786ba9b319">
4965 <source>Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
4966 <target>PeerTube (config/ ディレクトリ)ã€ç‰¹ã« "webserver" セクションãŒæ­£ã—ã設定ã•ã‚Œã¦ã„ã‚‹ã“ã¨ã‚’確èªã—ã¦ãã ã•ã„。</target>
4967 <context-group name="null">
4968 <context context-type="linenumber">1</context>
4969 </context-group>
4970 </trans-unit>
4971 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
4972 <source>You need to reconnect.</source>
4973 <target>å†æŽ¥ç¶šã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
4974 <context-group name="null">
4975 <context context-type="linenumber">1</context>
4976 </context-group>
4977 </trans-unit>
4978 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
4979 <source>Keyboard Shortcuts:</source>
4980 <target>キーボードショートカット:</target>
1695 <context-group name="null"> 4981 <context-group name="null">
1696 <context context-type="linenumber">1</context> 4982 <context context-type="linenumber">1</context>
1697 </context-group> 4983 </context-group>
@@ -1705,7 +4991,7 @@
1705 </trans-unit> 4991 </trans-unit>
1706 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe"> 4992 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe">
1707 <source>Incorrect username or password.</source> 4993 <source>Incorrect username or password.</source>
1708 <target>ユーザーãƒãƒ¼ãƒ ã¾ãŸã¯ãƒ‘スワードãŒé•ã„ã¾ã™ã€‚</target> 4994 <target>ユーザーåã¾ãŸã¯ãƒ‘スワードãŒé•ã„ã¾ã™ã€‚</target>
1709 <context-group name="null"> 4995 <context-group name="null">
1710 <context context-type="linenumber">1</context> 4996 <context context-type="linenumber">1</context>
1711 </context-group> 4997 </context-group>
@@ -1717,6 +5003,20 @@
1717 <context context-type="linenumber">1</context> 5003 <context context-type="linenumber">1</context>
1718 </context-group> 5004 </context-group>
1719 </trans-unit> 5005 </trans-unit>
5006 <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1">
5007 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
5008 <target>パスワードå†è¨­å®šã®æ‰‹é †ã‚’記載ã—ãŸãƒ¡ãƒ¼ãƒ«ã‚’ <x id="INTERPOLATION" equiv-text="{{email}}"/> ã«é€ä¿¡ã—ã¾ã—ãŸã€‚</target>
5009 <context-group name="null">
5010 <context context-type="linenumber">1</context>
5011 </context-group>
5012 </trans-unit>
5013 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
5014 <source>Your password has been successfully reset!</source>
5015 <target>パスワードã¯æ­£å¸¸ã«ãƒªã‚»ãƒƒãƒˆã•ã‚Œã¾ã—ãŸ!</target>
5016 <context-group name="null">
5017 <context context-type="linenumber">1</context>
5018 </context-group>
5019 </trans-unit>
1720 <trans-unit id="7fb1099e29660162f9154d5b2feee7743a423df6"> 5020 <trans-unit id="7fb1099e29660162f9154d5b2feee7743a423df6">
1721 <source>Today</source> 5021 <source>Today</source>
1722 <target>今日</target> 5022 <target>今日</target>
@@ -1726,21 +5026,42 @@
1726 </trans-unit> 5026 </trans-unit>
1727 <trans-unit id="02e0243b60007368f87dc01e083f232dd025096d"> 5027 <trans-unit id="02e0243b60007368f87dc01e083f232dd025096d">
1728 <source>Last 7 days</source> 5028 <source>Last 7 days</source>
1729 <target>éŽåŽ»7日間</target> 5029 <target>éŽåŽ» 7 日間</target>
1730 <context-group name="null"> 5030 <context-group name="null">
1731 <context context-type="linenumber">1</context> 5031 <context context-type="linenumber">1</context>
1732 </context-group> 5032 </context-group>
1733 </trans-unit> 5033 </trans-unit>
1734 <trans-unit id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8"> 5034 <trans-unit id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8">
1735 <source>Last 30 days</source> 5035 <source>Last 30 days</source>
1736 <target>éŽåŽ»30日間</target> 5036 <target>éŽåŽ» 30 日間</target>
1737 <context-group name="null"> 5037 <context-group name="null">
1738 <context context-type="linenumber">1</context> 5038 <context context-type="linenumber">1</context>
1739 </context-group> 5039 </context-group>
1740 </trans-unit> 5040 </trans-unit>
1741 <trans-unit id="a77b663fd9b94c38bc9c6493a51b5f3acacb9bca"> 5041 <trans-unit id="a77b663fd9b94c38bc9c6493a51b5f3acacb9bca">
1742 <source>Last 365 days</source> 5042 <source>Last 365 days</source>
1743 <target>éŽåŽ»365æ—¥</target> 5043 <target>éŽåŽ» 365 日間</target>
5044 <context-group name="null">
5045 <context context-type="linenumber">1</context>
5046 </context-group>
5047 </trans-unit>
5048 <trans-unit id="d2f3bf121699ff08a25fa4859bfdf3996bf821cc">
5049 <source>Short (&lt; 4 min)</source>
5050 <target>短ㄠ(&lt; 4 分)</target>
5051 <context-group name="null">
5052 <context context-type="linenumber">1</context>
5053 </context-group>
5054 </trans-unit>
5055 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
5056 <source>Long (&gt; 10 min)</source>
5057 <target>長ㄠ(&gt; 10 分)</target>
5058 <context-group name="null">
5059 <context context-type="linenumber">1</context>
5060 </context-group>
5061 </trans-unit>
5062 <trans-unit id="f24d368d6be0fee70fb4503d2ad37a612e1b0889">
5063 <source>Medium (4-10 min)</source>
5064 <target>中間 (4 ~ 10 分)</target>
1744 <context-group name="null"> 5065 <context-group name="null">
1745 <context context-type="linenumber">1</context> 5066 <context context-type="linenumber">1</context>
1746 </context-group> 5067 </context-group>
@@ -1761,28 +5082,266 @@
1761 </trans-unit> 5082 </trans-unit>
1762 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9"> 5083 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9">
1763 <source>Views</source> 5084 <source>Views</source>
1764 <target>ビュー</target> 5085 <target>回視è´</target>
1765 <context-group name="null"> 5086 <context-group name="null">
1766 <context context-type="linenumber">1</context> 5087 <context context-type="linenumber">1</context>
1767 </context-group> 5088 </context-group>
1768 </trans-unit> 5089 </trans-unit>
1769 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016"> 5090 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016">
1770 <source>Search</source> 5091 <source>Search</source>
1771 <target>サーãƒ</target> 5092 <target>検索</target>
5093 <context-group name="null">
5094 <context context-type="linenumber">1</context>
5095 </context-group>
5096 </trans-unit>
5097 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
5098 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
5099 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> å¹´å‰</target>
5100 <context-group name="null">
5101 <context context-type="linenumber">1</context>
5102 </context-group>
5103 </trans-unit>
5104 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
5105 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
5106 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> ã‹æœˆå‰</target>
5107 <context-group name="null">
5108 <context context-type="linenumber">1</context>
5109 </context-group>
5110 </trans-unit>
5111 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
5112 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
5113 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> ã‹æœˆå‰</target>
5114 <context-group name="null">
5115 <context context-type="linenumber">1</context>
5116 </context-group>
5117 </trans-unit>
5118 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
5119 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
5120 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 週間å‰</target>
5121 <context-group name="null">
5122 <context context-type="linenumber">1</context>
5123 </context-group>
5124 </trans-unit>
5125 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
5126 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
5127 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 週間å‰</target>
5128 <context-group name="null">
5129 <context context-type="linenumber">1</context>
5130 </context-group>
5131 </trans-unit>
5132 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
5133 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
5134 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> æ—¥å‰</target>
5135 <context-group name="null">
5136 <context context-type="linenumber">1</context>
5137 </context-group>
5138 </trans-unit>
5139 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
5140 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
5141 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> æ—¥å‰</target>
5142 <context-group name="null">
5143 <context context-type="linenumber">1</context>
5144 </context-group>
5145 </trans-unit>
5146 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
5147 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
5148 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 時間å‰</target>
5149 <context-group name="null">
5150 <context context-type="linenumber">1</context>
5151 </context-group>
5152 </trans-unit>
5153 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
5154 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
5155 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 時間å‰</target>
5156 <context-group name="null">
5157 <context context-type="linenumber">1</context>
5158 </context-group>
5159 </trans-unit>
5160 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
5161 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
5162 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 分å‰</target>
5163 <context-group name="null">
5164 <context context-type="linenumber">1</context>
5165 </context-group>
5166 </trans-unit>
5167 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
5168 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
5169 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 秒å‰</target>
5170 <context-group name="null">
5171 <context context-type="linenumber">1</context>
5172 </context-group>
5173 </trans-unit>
5174 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
5175 <source>Confirm</source>
5176 <target>確èª</target>
5177 <context-group name="null">
5178 <context context-type="linenumber">1</context>
5179 </context-group>
5180 </trans-unit>
5181 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
5182 <source>Instance name is required.</source>
5183 <target>インスタンスåã¯å¿…é ˆã§ã™ã€‚</target>
5184 <context-group name="null">
5185 <context context-type="linenumber">1</context>
5186 </context-group>
5187 </trans-unit>
5188 <trans-unit id="10a248adb1ee12830355a04ac3cde2bad2d41d7d">
5189 <source>Short description should not be longer than 250 characters.</source>
5190 <target>ç°¡å˜ãªèª¬æ˜Žã¯ 250 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5191 <context-group name="null">
5192 <context context-type="linenumber">1</context>
5193 </context-group>
5194 </trans-unit>
5195 <trans-unit id="356e63270712273da168072ec0fc78a969919bf1">
5196 <source>Twitter username is required.</source>
5197 <target>Twitter ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼åã¯å¿…é ˆã§ã™ã€‚</target>
5198 <context-group name="null">
5199 <context context-type="linenumber">1</context>
5200 </context-group>
5201 </trans-unit>
5202 <trans-unit id="dbb2ef02020afc05e146855f2e1dd7c9522d49b6">
5203 <source>Previews cache size is required.</source>
5204 <target>プレビューキャッシュサイズã¯å¿…é ˆã§ã™ã€‚</target>
5205 <context-group name="null">
5206 <context context-type="linenumber">1</context>
5207 </context-group>
5208 </trans-unit>
5209 <trans-unit id="97836c6e698185b4ce357de9d4b2ab3e838f2459">
5210 <source>Previews cache size must be greater than 1.</source>
5211 <target>プレビューキャッシュサイズ㯠1 より大ããã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5212 <context-group name="null">
5213 <context context-type="linenumber">1</context>
5214 </context-group>
5215 </trans-unit>
5216 <trans-unit id="e7393dc4a4aa12d005582eb9e1ddc7e5ca5bebd3">
5217 <source>Previews cache size must be a number.</source>
5218 <target>プレビューキャッシュサイズã¯æ•°å­—ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5219 <context-group name="null">
5220 <context context-type="linenumber">1</context>
5221 </context-group>
5222 </trans-unit>
5223 <trans-unit id="545f5dea553b2d7c4a65920ccdcb1e9dbdc7f4d8">
5224 <source>Captions cache size is required.</source>
5225 <target>字幕ã®ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚µã‚¤ã‚ºã¯å¿…é ˆã§ã™ã€‚</target>
5226 <context-group name="null">
5227 <context context-type="linenumber">1</context>
5228 </context-group>
5229 </trans-unit>
5230 <trans-unit id="a8d7131c0ca1eefe7b058e6081236ca1be364e2c">
5231 <source>Captions cache size must be greater than 1.</source>
5232 <target>字幕ã®ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚µã‚¤ã‚ºã¯ 1 より大ããã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5233 <context-group name="null">
5234 <context context-type="linenumber">1</context>
5235 </context-group>
5236 </trans-unit>
5237 <trans-unit id="c3decd47b03cf542df091c1a2fb25b756e59074e">
5238 <source>Captions cache size must be a number.</source>
5239 <target>字幕ã®ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚µã‚¤ã‚ºã¯æ•°å­—ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5240 <context-group name="null">
5241 <context context-type="linenumber">1</context>
5242 </context-group>
5243 </trans-unit>
5244 <trans-unit id="2cdd5a8c604ef16c2f9a17ed81d73f4f9509e828">
5245 <source>Signup limit is required.</source>
5246 <target>登録å¯èƒ½ãƒ¦ãƒ¼ã‚¶ãƒ¼æ•°ã¯å¿…é ˆã§ã™ã€‚</target>
5247 <context-group name="null">
5248 <context context-type="linenumber">1</context>
5249 </context-group>
5250 </trans-unit>
5251 <trans-unit id="0ca9f7ec55c9896add6e82d2b52e9217e1140cf7">
5252 <source>Signup limit must be greater than 1.</source>
5253 <target>登録å¯èƒ½ãƒ¦ãƒ¼ã‚¶ãƒ¼æ•°ã¯ 1 より大ããã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5254 <context-group name="null">
5255 <context context-type="linenumber">1</context>
5256 </context-group>
5257 </trans-unit>
5258 <trans-unit id="58c2f66ba74f1400914031ef4ed635938e9e8ced">
5259 <source>Signup limit must be a number.</source>
5260 <target>登録å¯èƒ½ãƒ¦ãƒ¼ã‚¶ãƒ¼æ•°ã¯æ•°å­—ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5261 <context-group name="null">
5262 <context context-type="linenumber">1</context>
5263 </context-group>
5264 </trans-unit>
5265 <trans-unit id="1245841647f9b42d3e7554903c1c50bdd80ab021">
5266 <source>Admin email is required.</source>
5267 <target>管ç†è€…ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯å¿…é ˆã§ã™ã€‚</target>
5268 <context-group name="null">
5269 <context context-type="linenumber">1</context>
5270 </context-group>
5271 </trans-unit>
5272 <trans-unit id="3fd2feb77dfe57fe82573e3cdf996105e2fafc66">
5273 <source>Admin email must be valid.</source>
5274 <target>管ç†è€…ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯æœ‰åŠ¹ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5275 <context-group name="null">
5276 <context context-type="linenumber">1</context>
5277 </context-group>
5278 </trans-unit>
5279 <trans-unit id="f15f2e02b1f6a96553e98ea4a969045d17ec1400">
5280 <source>Transcoding threads is required.</source>
5281 <target>トランスコードスレッドã¯å¿…é ˆã§ã™ã€‚</target>
5282 <context-group name="null">
5283 <context context-type="linenumber">1</context>
5284 </context-group>
5285 </trans-unit>
5286 <trans-unit id="4166cc066b963a23829b48a09e394f73b453fabd">
5287 <source>Transcoding threads must be greater or equal to 0.</source>
5288 <target>トランスコードスレッド㯠0 以上ã§ã‚ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
1772 <context-group name="null"> 5289 <context-group name="null">
1773 <context context-type="linenumber">1</context> 5290 <context context-type="linenumber">1</context>
1774 </context-group> 5291 </context-group>
1775 </trans-unit> 5292 </trans-unit>
1776 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0"> 5293 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0">
1777 <source>Email is required.</source> 5294 <source>Email is required.</source>
1778 <target>é›»å­ãƒ¡ãƒ¼ãƒ«ãŒå¿…è¦ã§ã™ã€‚</target> 5295 <target>メールã¯å¿…é ˆã§ã™ã€‚</target>
1779 <context-group name="null"> 5296 <context-group name="null">
1780 <context context-type="linenumber">1</context> 5297 <context context-type="linenumber">1</context>
1781 </context-group> 5298 </context-group>
1782 </trans-unit> 5299 </trans-unit>
1783 <trans-unit id="bef8a36c3dffff15fb5faf3d20bdbbbc1af824c1"> 5300 <trans-unit id="bef8a36c3dffff15fb5faf3d20bdbbbc1af824c1">
1784 <source>Email must be valid.</source> 5301 <source>Email must be valid.</source>
1785 <target>é›»å­ãƒ¡ãƒ¼ãƒ«ã¯æœ‰åŠ¹ã§ã‚ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target> 5302 <target>メールã¯æœ‰åŠ¹ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5303 <context-group name="null">
5304 <context context-type="linenumber">1</context>
5305 </context-group>
5306 </trans-unit>
5307 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33">
5308 <source>Your name is required.</source>
5309 <target>åå‰ã¯å¿…é ˆã§ã™ã€‚</target>
5310 <context-group name="null">
5311 <context context-type="linenumber">1</context>
5312 </context-group>
5313 </trans-unit>
5314 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a">
5315 <source>Your name must be at least 1 character long.</source>
5316 <target>åå‰ã¯ 1 文字以上ã«ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5317 <context-group name="null">
5318 <context context-type="linenumber">1</context>
5319 </context-group>
5320 </trans-unit>
5321 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b">
5322 <source>Your name cannot be more than 120 characters long.</source>
5323 <target>åå‰ã¯ 120 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5324 <context-group name="null">
5325 <context context-type="linenumber">1</context>
5326 </context-group>
5327 </trans-unit>
5328 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2">
5329 <source>A message is required.</source>
5330 <target>メッセージã¯å¿…é ˆã§ã™ã€‚</target>
5331 <context-group name="null">
5332 <context context-type="linenumber">1</context>
5333 </context-group>
5334 </trans-unit>
5335 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64">
5336 <source>The message must be at least 3 characters long.</source>
5337 <target>メッセージ㯠3 文字以上ã«ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5338 <context-group name="null">
5339 <context context-type="linenumber">1</context>
5340 </context-group>
5341 </trans-unit>
5342 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60">
5343 <source>The message cannot be more than 5000 characters long.</source>
5344 <target>メッセージ㯠5,000 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
1786 <context-group name="null"> 5345 <context-group name="null">
1787 <context context-type="linenumber">1</context> 5346 <context context-type="linenumber">1</context>
1788 </context-group> 5347 </context-group>
@@ -1796,7 +5355,7 @@
1796 </trans-unit> 5355 </trans-unit>
1797 <trans-unit id="4eb39d69b74d7a56652ec84fa6826994ee26c0e5"> 5356 <trans-unit id="4eb39d69b74d7a56652ec84fa6826994ee26c0e5">
1798 <source>Password is required.</source> 5357 <source>Password is required.</source>
1799 <target>パスワードãŒå¿…è¦ã€‚</target> 5358 <target>パスワードã¯å¿…é ˆã§ã™ã€‚</target>
1800 <context-group name="null"> 5359 <context-group name="null">
1801 <context context-type="linenumber">1</context> 5360 <context context-type="linenumber">1</context>
1802 </context-group> 5361 </context-group>
@@ -1808,44 +5367,177 @@
1808 <context context-type="linenumber">1</context> 5367 <context context-type="linenumber">1</context>
1809 </context-group> 5368 </context-group>
1810 </trans-unit> 5369 </trans-unit>
5370 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a">
5371 <source>Username must be at least 1 character long.</source>
5372 <target>ユーザーå㯠1 文字以上ã«ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5373 <context-group name="null">
5374 <context context-type="linenumber">1</context>
5375 </context-group>
5376 </trans-unit>
5377 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a">
5378 <source>Username cannot be more than 50 characters long.</source>
5379 <target>ユーザーå㯠50 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5380 <context-group name="null">
5381 <context context-type="linenumber">1</context>
5382 </context-group>
5383 </trans-unit>
5384 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
5385 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
5386 <target>ユーザーåã«ã¯å°æ–‡å­—ã®è‹±æ•°å­—ã¨ãƒ‰ãƒƒãƒˆ(.)ã€ã‚¢ãƒ³ãƒ€ãƒ¼ã‚¹ã‚³ã‚¢(_)ãŒåˆ©ç”¨ã§ãã¾ã™ã€‚</target>
5387 <context-group name="null">
5388 <context context-type="linenumber">1</context>
5389 </context-group>
5390 </trans-unit>
1811 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0"> 5391 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
1812 <source>Password must be at least 6 characters long.</source> 5392 <source>Password must be at least 6 characters long.</source>
1813 <target>パスワードã¯6文字以上ã§ãªã‘ãŒã°ãªã‚Šã¾ãん。</target> 5393 <target>パスワード㯠6 文字以上ã«ãã‚‹å¿…è¦ãŒãã‚Šã¾ã。</target>
1814 <context-group name="null"> 5394 <context-group name="null">
1815 <context context-type="linenumber">1</context> 5395 <context context-type="linenumber">1</context>
1816 </context-group> 5396 </context-group>
1817 </trans-unit> 5397 </trans-unit>
1818 <trans-unit id="0a154031f3e66985af96d5f903441cf84f0dc75e"> 5398 <trans-unit id="0a154031f3e66985af96d5f903441cf84f0dc75e">
1819 <source>Password cannot be more than 255 characters long.</source> 5399 <source>Password cannot be more than 255 characters long.</source>
1820 <target>パスワード㯠255 文字を超ãˆã¦ã¯ã„ã‘ã¾ã›ã‚“。</target> 5400 <target>パスワード㯠255 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5401 <context-group name="null">
5402 <context context-type="linenumber">1</context>
5403 </context-group>
5404 </trans-unit>
5405 <trans-unit id="2db8f1f93a5485c32267762a3bf4da499832e732">
5406 <source>The new password and the confirmed password do not correspond.</source>
5407 <target>æ–°ã—ã„パスワードã¨ãƒ‘スワードã®ç¢ºèªãŒä¸€è‡´ã—ã¾ã›ã‚“。</target>
5408 <context-group name="null">
5409 <context context-type="linenumber">1</context>
5410 </context-group>
5411 </trans-unit>
5412 <trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf">
5413 <source>Video quota is required.</source>
5414 <target>å‹•ç”»ã®å®¹é‡åˆ¶é™ã¯å¿…é ˆã§ã™ã€‚</target>
1821 <context-group name="null"> 5415 <context-group name="null">
1822 <context context-type="linenumber">1</context> 5416 <context context-type="linenumber">1</context>
1823 </context-group> 5417 </context-group>
1824 </trans-unit> 5418 </trans-unit>
1825 <trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80"> 5419 <trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80">
1826 <source>Quota must be greater than -1.</source> 5420 <source>Quota must be greater than -1.</source>
1827 <target>制é™ã¯ -1 より大ãããªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target> 5421 <target>容é‡åˆ¶é™ã¯ -1 より大ããã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5422 <context-group name="null">
5423 <context context-type="linenumber">1</context>
5424 </context-group>
5425 </trans-unit>
5426 <trans-unit id="7e58d1fb4e86af94f5199660ef349d55811888bb">
5427 <source>Daily upload limit is required.</source>
5428 <target>1æ—¥ã‚ãŸã‚Šã®ã‚¢ãƒƒãƒ—ロード容é‡åˆ¶é™ã¯å¿…é ˆã§ã™ã€‚</target>
5429 <context-group name="null">
5430 <context context-type="linenumber">1</context>
5431 </context-group>
5432 </trans-unit>
5433 <trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e">
5434 <source>Daily upload limit must be greater than -1.</source>
5435 <target>1æ—¥ã‚ãŸã‚Šã®ã‚¢ãƒƒãƒ—ロード容é‡åˆ¶é™ã¯ -1 より大ããã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5436 <context-group name="null">
5437 <context context-type="linenumber">1</context>
5438 </context-group>
5439 </trans-unit>
5440 <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85">
5441 <source>User role is required.</source>
5442 <target>ユーザー権é™ã¯å¿…é ˆã§ã™ã€‚</target>
5443 <context-group name="null">
5444 <context context-type="linenumber">1</context>
5445 </context-group>
5446 </trans-unit>
5447 <trans-unit id="1c417b7aef730d6ef5d62fa8a0a7e25e3a2393e4">
5448 <source>Display name is required.</source>
5449 <target>表示åã¯å¿…é ˆã§ã™ã€‚</target>
5450 <context-group name="null">
5451 <context context-type="linenumber">1</context>
5452 </context-group>
5453 </trans-unit>
5454 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c">
5455 <source>Display name must be at least 1 character long.</source>
5456 <target>表示å㯠1 文字以上ã«ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5457 <context-group name="null">
5458 <context context-type="linenumber">1</context>
5459 </context-group>
5460 </trans-unit>
5461 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1">
5462 <source>Display name cannot be more than 50 characters long.</source>
5463 <target>表示å㯠50 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
1828 <context-group name="null"> 5464 <context-group name="null">
1829 <context context-type="linenumber">1</context> 5465 <context context-type="linenumber">1</context>
1830 </context-group> 5466 </context-group>
1831 </trans-unit> 5467 </trans-unit>
1832 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae"> 5468 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae">
1833 <source>Description must be at least 3 characters long.</source> 5469 <source>Description must be at least 3 characters long.</source>
1834 <target>説明ã¯3文字以上ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target> 5470 <target>説明㯠3 文字以上ã«ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5471 <context-group name="null">
5472 <context context-type="linenumber">1</context>
5473 </context-group>
5474 </trans-unit>
5475 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0">
5476 <source>Description cannot be more than 1000 characters long.</source>
5477 <target>説明㯠1,000 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5478 <context-group name="null">
5479 <context context-type="linenumber">1</context>
5480 </context-group>
5481 </trans-unit>
5482 <trans-unit id="4a3ebc6ddb6b6677aed7b04eb503f9ddd0cfe561">
5483 <source>You must to agree with the instance terms in order to registering on it.</source>
5484 <target>登録ã™ã‚‹ã«ã¯ã€ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã®åˆ©ç”¨è¦ç´„ã«åŒæ„ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5485 <context-group name="null">
5486 <context context-type="linenumber">1</context>
5487 </context-group>
5488 </trans-unit>
5489 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00">
5490 <source>Ban reason must be at least 3 characters long.</source>
5491 <target>BANç†ç”±ã¯ 3 文字以上ã«ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5492 <context-group name="null">
5493 <context context-type="linenumber">1</context>
5494 </context-group>
5495 </trans-unit>
5496 <trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd">
5497 <source>Ban reason cannot be more than 250 characters long.</source>
5498 <target>BANç†ç”±ã¯ 250 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
1835 <context-group name="null"> 5499 <context-group name="null">
1836 <context context-type="linenumber">1</context> 5500 <context context-type="linenumber">1</context>
1837 </context-group> 5501 </context-group>
1838 </trans-unit> 5502 </trans-unit>
1839 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6"> 5503 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6">
1840 <source>Report reason is required.</source> 5504 <source>Report reason is required.</source>
1841 <target>報告ç†ç”±ãŒå¿…è¦ã§ã™ã€‚</target> 5505 <target>報告ç†ç”±ã¯å¿…é ˆã§ã™ã€‚</target>
5506 <context-group name="null">
5507 <context context-type="linenumber">1</context>
5508 </context-group>
5509 </trans-unit>
5510 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e">
5511 <source>Report reason must be at least 2 characters long.</source>
5512 <target>報告ç†ç”±ã¯ 2 文字以上ã«ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5513 <context-group name="null">
5514 <context context-type="linenumber">1</context>
5515 </context-group>
5516 </trans-unit>
5517 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
5518 <source>Report reason cannot be more than 3000 characters long.</source>
5519 <target>報告ç†ç”±ã¯ 3,000 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
1842 <context-group name="null"> 5520 <context-group name="null">
1843 <context context-type="linenumber">1</context> 5521 <context context-type="linenumber">1</context>
1844 </context-group> 5522 </context-group>
1845 </trans-unit> 5523 </trans-unit>
1846 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118"> 5524 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118">
1847 <source>Moderation comment is required.</source> 5525 <source>Moderation comment is required.</source>
1848 <target>モデレートコメントãŒå¿…è¦ã§ã™ã€‚</target> 5526 <target>モデレートコメントã¯å¿…é ˆã§ã™ã€‚</target>
5527 <context-group name="null">
5528 <context context-type="linenumber">1</context>
5529 </context-group>
5530 </trans-unit>
5531 <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2">
5532 <source>Moderation comment must be at least 2 characters long.</source>
5533 <target>モデレーションコメント㯠2 文字以上ã«ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5534 <context-group name="null">
5535 <context context-type="linenumber">1</context>
5536 </context-group>
5537 </trans-unit>
5538 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
5539 <source>Moderation comment cannot be more than 3000 characters long.</source>
5540 <target>モデレーションコメント㯠3,000 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
1849 <context-group name="null"> 5541 <context-group name="null">
1850 <context context-type="linenumber">1</context> 5542 <context context-type="linenumber">1</context>
1851 </context-group> 5543 </context-group>
@@ -1857,16 +5549,30 @@
1857 <context context-type="linenumber">1</context> 5549 <context context-type="linenumber">1</context>
1858 </context-group> 5550 </context-group>
1859 </trans-unit> 5551 </trans-unit>
5552 <trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca">
5553 <source>Blacklist reason must be at least 2 characters long.</source>
5554 <target>ブラックリストã®ç†ç”±ã¯ 2 文字以上ã«ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5555 <context-group name="null">
5556 <context context-type="linenumber">1</context>
5557 </context-group>
5558 </trans-unit>
5559 <trans-unit id="5009443905b0b152915247799492bf5e164e7626">
5560 <source>Blacklist reason cannot be more than 300 characters long.</source>
5561 <target>ブラックリストã®ç†ç”±ã¯ 300 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5562 <context-group name="null">
5563 <context context-type="linenumber">1</context>
5564 </context-group>
5565 </trans-unit>
1860 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e"> 5566 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e">
1861 <source>Video caption language is required.</source> 5567 <source>Video caption language is required.</source>
1862 <target>ビデオ字幕言語ãŒå¿…è¦ã§ã™ã€‚</target> 5568 <target>å‹•ç”»ã®å­—幕言語ã¯å¿…é ˆã§ã™ã€‚</target>
1863 <context-group name="null"> 5569 <context-group name="null">
1864 <context context-type="linenumber">1</context> 5570 <context context-type="linenumber">1</context>
1865 </context-group> 5571 </context-group>
1866 </trans-unit> 5572 </trans-unit>
1867 <trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963"> 5573 <trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963">
1868 <source>Video caption file is required.</source> 5574 <source>Video caption file is required.</source>
1869 <target>ビデオキャプションファイルãŒå¿…è¦ã§ã™ã€‚</target> 5575 <target>å‹•ç”»ã®å­—幕ファイルã¯å¿…é ˆã§ã™ã€‚</target>
1870 <context-group name="null"> 5576 <context-group name="null">
1871 <context context-type="linenumber">1</context> 5577 <context context-type="linenumber">1</context>
1872 </context-group> 5578 </context-group>
@@ -1878,6 +5584,13 @@
1878 <context context-type="linenumber">1</context> 5584 <context context-type="linenumber">1</context>
1879 </context-group> 5585 </context-group>
1880 </trans-unit> 5586 </trans-unit>
5587 <trans-unit id="c8465c3773699dd075e0147e264d2e232f605803">
5588 <source>You can only transfer ownership to a local account</source>
5589 <target>所有権ã¯ãƒ­ãƒ¼ã‚«ãƒ«ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã«ã®ã¿è­²æ¸¡ã§ãã¾ã™</target>
5590 <context-group name="null">
5591 <context context-type="linenumber">1</context>
5592 </context-group>
5593 </trans-unit>
1881 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33"> 5594 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33">
1882 <source>Name is required.</source> 5595 <source>Name is required.</source>
1883 <target>åå‰ã¯å¿…é ˆã§ã™ã€‚</target> 5596 <target>åå‰ã¯å¿…é ˆã§ã™ã€‚</target>
@@ -1885,6 +5598,41 @@
1885 <context context-type="linenumber">1</context> 5598 <context context-type="linenumber">1</context>
1886 </context-group> 5599 </context-group>
1887 </trans-unit> 5600 </trans-unit>
5601 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76">
5602 <source>Name must be at least 1 character long.</source>
5603 <target>åå‰ã¯ 1 文字以上ã«ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5604 <context-group name="null">
5605 <context context-type="linenumber">1</context>
5606 </context-group>
5607 </trans-unit>
5608 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d">
5609 <source>Name cannot be more than 50 characters long.</source>
5610 <target>åå‰ã¯ 50 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5611 <context-group name="null">
5612 <context context-type="linenumber">1</context>
5613 </context-group>
5614 </trans-unit>
5615 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18">
5616 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
5617 <target>åå‰ã«ã¯å°æ–‡å­—ã®è‹±æ•°å­—ã¨ãƒ‰ãƒƒãƒˆ(.)ã€ã‚¢ãƒ³ãƒ€ãƒ¼ã‚¹ã‚³ã‚¢(_)ãŒåˆ©ç”¨ã§ãã¾ã™ã€‚</target>
5618 <context-group name="null">
5619 <context context-type="linenumber">1</context>
5620 </context-group>
5621 </trans-unit>
5622 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
5623 <source>Support text must be at least 3 characters long.</source>
5624 <target>支æŒãƒ†ã‚­ã‚¹ãƒˆã¯ 3 文字以上ã«ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5625 <context-group name="null">
5626 <context context-type="linenumber">1</context>
5627 </context-group>
5628 </trans-unit>
5629 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85">
5630 <source>Support text cannot be more than 1000 characters long.</source>
5631 <target>支æŒãƒ†ã‚­ã‚¹ãƒˆã¯ 1,000 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5632 <context-group name="null">
5633 <context context-type="linenumber">1</context>
5634 </context-group>
5635 </trans-unit>
1888 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79"> 5636 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79">
1889 <source>Comment is required.</source> 5637 <source>Comment is required.</source>
1890 <target>コメントã¯å¿…é ˆã§ã™ã€‚</target> 5638 <target>コメントã¯å¿…é ˆã§ã™ã€‚</target>
@@ -1894,14 +5642,35 @@
1894 </trans-unit> 5642 </trans-unit>
1895 <trans-unit id="f5a94cae76685e72f33541b977efdd7845cb0ed6"> 5643 <trans-unit id="f5a94cae76685e72f33541b977efdd7845cb0ed6">
1896 <source>Comment must be at least 2 characters long.</source> 5644 <source>Comment must be at least 2 characters long.</source>
1897 <target>コメントã®é•·ã•ã¯2文字以上ã§ãªã‘ãŒã°ãªã‚Šã¾ãん。</target> 5645 <target>コメント㯠2 文字以上ã«ãã‚‹å¿…è¦ãŒãã‚Šã¾ã。</target>
1898 <context-group name="null"> 5646 <context-group name="null">
1899 <context context-type="linenumber">1</context> 5647 <context context-type="linenumber">1</context>
1900 </context-group> 5648 </context-group>
1901 </trans-unit> 5649 </trans-unit>
1902 <trans-unit id="7c194080446ee6901fd17a8b8648534ffe98b123"> 5650 <trans-unit id="7c194080446ee6901fd17a8b8648534ffe98b123">
1903 <source>Comment cannot be more than 3000 characters long.</source> 5651 <source>Comment cannot be more than 3000 characters long.</source>
1904 <target>コメント㯠3000 文字を超ãˆã¦ã¯ã„ã‘ã¾ã›ã‚“。</target> 5652 <target>コメント㯠3,000 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5653 <context-group name="null">
5654 <context context-type="linenumber">1</context>
5655 </context-group>
5656 </trans-unit>
5657 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5658 <source>Display name cannot be more than 120 characters long.</source>
5659 <target>表示å㯠120 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5660 <context-group name="null">
5661 <context context-type="linenumber">1</context>
5662 </context-group>
5663 </trans-unit>
5664 <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c">
5665 <source>Privacy is required.</source>
5666 <target>プライãƒã‚·ãƒ¼ã¯å¿…é ˆã§ã™ã€‚</target>
5667 <context-group name="null">
5668 <context context-type="linenumber">1</context>
5669 </context-group>
5670 </trans-unit>
5671 <trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c">
5672 <source>The channel is required when the playlist is public.</source>
5673 <target>プレイリストãŒå…¬é–‹ã•ã‚Œã¦ã„ã‚‹å ´åˆã€ãƒãƒ£ãƒ³ãƒãƒ«ã¯å¿…é ˆã§ã™ã€‚</target>
1905 <context-group name="null"> 5674 <context-group name="null">
1906 <context context-type="linenumber">1</context> 5675 <context context-type="linenumber">1</context>
1907 </context-group> 5676 </context-group>
@@ -1915,42 +5684,77 @@
1915 </trans-unit> 5684 </trans-unit>
1916 <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c"> 5685 <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c">
1917 <source>Video name must be at least 3 characters long.</source> 5686 <source>Video name must be at least 3 characters long.</source>
1918 <target>å‹•ç”»åã¯3文字以上ã§ãªã‘ãŒã°ãªã‚Šã¾ãん。</target> 5687 <target>å‹•ç”»å㯠3 文字以上ã«ãã‚‹å¿…è¦ãŒãã‚Šã¾ã。</target>
1919 <context-group name="null"> 5688 <context-group name="null">
1920 <context context-type="linenumber">1</context> 5689 <context context-type="linenumber">1</context>
1921 </context-group> 5690 </context-group>
1922 </trans-unit> 5691 </trans-unit>
1923 <trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695"> 5692 <trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695">
1924 <source>Video name cannot be more than 120 characters long.</source> 5693 <source>Video name cannot be more than 120 characters long.</source>
1925 <target>å‹•ç”»åã®é•·ã•ã¯120文字を超ãˆã‚‹ãã¨ã¯ã§ãã¾ã›ã‚“。</target> 5694 <target>å‹•ç”»å㯠120 文字以内ã§ãªãã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
1926 <context-group name="null"> 5695 <context-group name="null">
1927 <context context-type="linenumber">1</context> 5696 <context context-type="linenumber">1</context>
1928 </context-group> 5697 </context-group>
1929 </trans-unit> 5698 </trans-unit>
1930 <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4"> 5699 <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4">
1931 <source>Video privacy is required.</source> 5700 <source>Video privacy is required.</source>
1932 <target>ビデオã®ãƒ—ライãƒã‚·ãƒ¼ãŒå¿…è¦ã§ã™ã€‚</target> 5701 <target>å‹•ç”»ã®ãƒ—ライãƒã‚·ãƒ¼ã¯å¿…é ˆã§ã™ã€‚</target>
1933 <context-group name="null"> 5702 <context-group name="null">
1934 <context context-type="linenumber">1</context> 5703 <context context-type="linenumber">1</context>
1935 </context-group> 5704 </context-group>
1936 </trans-unit> 5705 </trans-unit>
1937 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16"> 5706 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16">
1938 <source>Video channel is required.</source> 5707 <source>Video channel is required.</source>
1939 <target>ビデオãƒãƒ£ãƒ³ãƒãƒ«ãŒå¿…è¦ã§ã™ã€‚</target> 5708 <target>å‹•ç”»ã®ãƒãƒ£ãƒ³ãƒãƒ«ã¯å¿…é ˆã§ã™ã€‚</target>
1940 <context-group name="null"> 5709 <context-group name="null">
1941 <context context-type="linenumber">1</context> 5710 <context context-type="linenumber">1</context>
1942 </context-group> 5711 </context-group>
1943 </trans-unit> 5712 </trans-unit>
1944 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef"> 5713 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef">
1945 <source>Video description must be at least 3 characters long.</source> 5714 <source>Video description must be at least 3 characters long.</source>
1946 <target>å‹•ç”»ã®èª¬æ˜Žã¯3文字以上ã§ãªã‘ãŒã°ãªã‚Šã¾ãん。</target> 5715 <target>å‹•ç”»ã®èª¬æ˜Žã¯ 3 文字以上ã«ãã‚‹å¿…è¦ãŒãã‚Šã¾ã。</target>
1947 <context-group name="null"> 5716 <context-group name="null">
1948 <context context-type="linenumber">1</context> 5717 <context context-type="linenumber">1</context>
1949 </context-group> 5718 </context-group>
1950 </trans-unit> 5719 </trans-unit>
1951 <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906"> 5720 <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906">
1952 <source>Video description cannot be more than 10000 characters long.</source> 5721 <source>Video description cannot be more than 10000 characters long.</source>
1953 <target>å‹•ç”»ã®èª¬æ˜Žã¯ 10000 文字を超ãˆã¦ã¯ã„ã‘ã¾ã›ã‚“。</target> 5722 <target>å‹•ç”»ã®èª¬æ˜Žã¯ 10,000 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5723 <context-group name="null">
5724 <context context-type="linenumber">1</context>
5725 </context-group>
5726 </trans-unit>
5727 <trans-unit id="f1cffdc2e156716cd9880201d65ba457d11464f8">
5728 <source>A tag should be more than 2 characters long.</source>
5729 <target>タグ㯠2 文字以上ã«ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5730 <context-group name="null">
5731 <context context-type="linenumber">1</context>
5732 </context-group>
5733 </trans-unit>
5734 <trans-unit id="34a0811f9a2a7366cc9efcdad52ea59b105326ea">
5735 <source>A tag should be less than 30 characters long.</source>
5736 <target>タグ㯠30 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5737 <context-group name="null">
5738 <context context-type="linenumber">1</context>
5739 </context-group>
5740 </trans-unit>
5741 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6">
5742 <source>Video support must be at least 3 characters long.</source>
5743 <target>å‹•ç”»ã®æ”¯æŒã¯ 3 文字以上ã«ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚</target>
5744 <context-group name="null">
5745 <context context-type="linenumber">1</context>
5746 </context-group>
5747 </trans-unit>
5748 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad">
5749 <source>Video support cannot be more than 1000 characters long.</source>
5750 <target>å‹•ç”»ã®æ”¯æŒã¯ 1,000 文字以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。</target>
5751 <context-group name="null">
5752 <context context-type="linenumber">1</context>
5753 </context-group>
5754 </trans-unit>
5755 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0">
5756 <source>A date is required to schedule video update.</source>
5757 <target>å‹•ç”»ã®æ›´æ–°ã‚’スケジュールã™ã‚‹ã«ã¯æ—¥ä»˜ãŒå¿…è¦ã§ã™ã€‚</target>
1954 <context-group name="null"> 5758 <context-group name="null">
1955 <context context-type="linenumber">1</context> 5759 <context context-type="linenumber">1</context>
1956 </context-group> 5760 </context-group>
@@ -1962,9 +5766,16 @@
1962 <context context-type="linenumber">1</context> 5766 <context context-type="linenumber">1</context>
1963 </context-group> 5767 </context-group>
1964 </trans-unit> 5768 </trans-unit>
1965 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01"> 5769 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
1966 <source>Warning</source> 5770 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
1967 <target>警告</target> 5771 <target>PeerTube ã§ã¯ã€ã“ã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚’処ç†ã§ãã¾ã›ã‚“。 処ç†ã§ãã‚‹æ‹¡å¼µå­ã¯ <x id="INTERPOLATION" equiv-text="{{extensions}}"/> ã§ã™ã€‚</target>
5772 <context-group name="null">
5773 <context context-type="linenumber">1</context>
5774 </context-group>
5775 </trans-unit>
5776 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4">
5777 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
5778 <target>ä¿å­˜ã—ã¦ã„ãªã„データã¯ã™ã¹ã¦å¤±ã‚ã‚Œã¾ã™ã€‚ã“ã®ãƒšãƒ¼ã‚¸ã‹ã‚‰ç§»å‹•ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹?</target>
1968 <context-group name="null"> 5779 <context-group name="null">
1969 <context context-type="linenumber">1</context> 5780 <context context-type="linenumber">1</context>
1970 </context-group> 5781 </context-group>
@@ -1978,7 +5789,7 @@
1978 </trans-unit> 5789 </trans-unit>
1979 <trans-unit id="a43c57a7cbebf57eb33a2eae5e994c91d9887596"> 5790 <trans-unit id="a43c57a7cbebf57eb33a2eae5e994c91d9887596">
1980 <source>Monday</source> 5791 <source>Monday</source>
1981 <target>月曜</target> 5792 <target>月曜日</target>
1982 <context-group name="null"> 5793 <context-group name="null">
1983 <context context-type="linenumber">1</context> 5794 <context context-type="linenumber">1</context>
1984 </context-group> 5795 </context-group>
@@ -2020,98 +5831,98 @@
2020 </trans-unit> 5831 </trans-unit>
2021 <trans-unit id="6549890cd0d6b59fb0e1aa383b00483a68a55eef"> 5832 <trans-unit id="6549890cd0d6b59fb0e1aa383b00483a68a55eef">
2022 <source>Sun</source> 5833 <source>Sun</source>
2023 <target>日曜日</target> 5834 <target>(日)</target>
2024 <context-group name="null"> 5835 <context-group name="null">
2025 <context context-type="linenumber">1</context> 5836 <context context-type="linenumber">1</context>
2026 </context-group> 5837 </context-group>
2027 </trans-unit> 5838 </trans-unit>
2028 <trans-unit id="3382aa5d7f520e197fb59a4995fe1beffca2d0ff"> 5839 <trans-unit id="3382aa5d7f520e197fb59a4995fe1beffca2d0ff">
2029 <source>Mon</source> 5840 <source>Mon</source>
2030 <target>月曜日</target> 5841 <target>(月)</target>
2031 <context-group name="null"> 5842 <context-group name="null">
2032 <context context-type="linenumber">1</context> 5843 <context context-type="linenumber">1</context>
2033 </context-group> 5844 </context-group>
2034 </trans-unit> 5845 </trans-unit>
2035 <trans-unit id="f883ec926274974df0fc46c037cbffd6a863ebc9"> 5846 <trans-unit id="f883ec926274974df0fc46c037cbffd6a863ebc9">
2036 <source>Tue</source> 5847 <source>Tue</source>
2037 <target>ç«æ›œæ—¥</target> 5848 <target>(ç«)</target>
2038 <context-group name="null"> 5849 <context-group name="null">
2039 <context context-type="linenumber">1</context> 5850 <context context-type="linenumber">1</context>
2040 </context-group> 5851 </context-group>
2041 </trans-unit> 5852 </trans-unit>
2042 <trans-unit id="242b4f4b5651e24f9a9007ef153a57981e4b989d"> 5853 <trans-unit id="242b4f4b5651e24f9a9007ef153a57981e4b989d">
2043 <source>Wed</source> 5854 <source>Wed</source>
2044 <target>水曜日</target> 5855 <target>(水)</target>
2045 <context-group name="null"> 5856 <context-group name="null">
2046 <context context-type="linenumber">1</context> 5857 <context context-type="linenumber">1</context>
2047 </context-group> 5858 </context-group>
2048 </trans-unit> 5859 </trans-unit>
2049 <trans-unit id="5a2c39d56b8f00a6a4670a63b53caacbda953be6"> 5860 <trans-unit id="5a2c39d56b8f00a6a4670a63b53caacbda953be6">
2050 <source>Thu</source> 5861 <source>Thu</source>
2051 <target>木曜日</target> 5862 <target>(木)</target>
2052 <context-group name="null"> 5863 <context-group name="null">
2053 <context context-type="linenumber">1</context> 5864 <context context-type="linenumber">1</context>
2054 </context-group> 5865 </context-group>
2055 </trans-unit> 5866 </trans-unit>
2056 <trans-unit id="4cdf23d523a0e52e0dec9cd650ffd9bd6952792c"> 5867 <trans-unit id="4cdf23d523a0e52e0dec9cd650ffd9bd6952792c">
2057 <source>Fri</source> 5868 <source>Fri</source>
2058 <target>金曜日</target> 5869 <target>(金)</target>
2059 <context-group name="null"> 5870 <context-group name="null">
2060 <context context-type="linenumber">1</context> 5871 <context context-type="linenumber">1</context>
2061 </context-group> 5872 </context-group>
2062 </trans-unit> 5873 </trans-unit>
2063 <trans-unit id="1283d165a942d7f4c469ba34f99dbb9e927d0261"> 5874 <trans-unit id="1283d165a942d7f4c469ba34f99dbb9e927d0261">
2064 <source>Sat</source> 5875 <source>Sat</source>
2065 <target>土曜日</target> 5876 <target>(土)</target>
2066 <context-group name="null"> 5877 <context-group name="null">
2067 <context context-type="linenumber">1</context> 5878 <context context-type="linenumber">1</context>
2068 </context-group> 5879 </context-group>
2069 </trans-unit> 5880 </trans-unit>
2070 <trans-unit id="2fba8448ff13105c57665a9a6ffcfe9615d855dd"> 5881 <trans-unit id="2fba8448ff13105c57665a9a6ffcfe9615d855dd">
2071 <source>Su</source> 5882 <source>Su</source>
2072 <target>æ—¥.</target> 5883 <target>(æ—¥)</target>
2073 <context-group name="null"> 5884 <context-group name="null">
2074 <context context-type="linenumber">1</context> 5885 <context context-type="linenumber">1</context>
2075 </context-group> 5886 </context-group>
2076 </trans-unit> 5887 </trans-unit>
2077 <trans-unit id="388144af7ac7651d2615b9be0e84f43ae71d9fb3"> 5888 <trans-unit id="388144af7ac7651d2615b9be0e84f43ae71d9fb3">
2078 <source>Mo</source> 5889 <source>Mo</source>
2079 <target>月.</target> 5890 <target>(月)</target>
2080 <context-group name="null"> 5891 <context-group name="null">
2081 <context context-type="linenumber">1</context> 5892 <context context-type="linenumber">1</context>
2082 </context-group> 5893 </context-group>
2083 </trans-unit> 5894 </trans-unit>
2084 <trans-unit id="d96313e42b5f0751ce2676a31d309b4d322ab462"> 5895 <trans-unit id="d96313e42b5f0751ce2676a31d309b4d322ab462">
2085 <source>Tu</source> 5896 <source>Tu</source>
2086 <target>ç«.</target> 5897 <target>(ç«)</target>
2087 <context-group name="null"> 5898 <context-group name="null">
2088 <context context-type="linenumber">1</context> 5899 <context context-type="linenumber">1</context>
2089 </context-group> 5900 </context-group>
2090 </trans-unit> 5901 </trans-unit>
2091 <trans-unit id="06cc3d39f78c0615b707cef39cd4875599611fef"> 5902 <trans-unit id="06cc3d39f78c0615b707cef39cd4875599611fef">
2092 <source>We</source> 5903 <source>We</source>
2093 <target>æ°´.</target> 5904 <target>(æ°´)</target>
2094 <context-group name="null"> 5905 <context-group name="null">
2095 <context context-type="linenumber">1</context> 5906 <context context-type="linenumber">1</context>
2096 </context-group> 5907 </context-group>
2097 </trans-unit> 5908 </trans-unit>
2098 <trans-unit id="790894436cca9d675d59be9a8aafd58acccde2cd"> 5909 <trans-unit id="790894436cca9d675d59be9a8aafd58acccde2cd">
2099 <source>Th</source> 5910 <source>Th</source>
2100 <target>木.</target> 5911 <target>(木)</target>
2101 <context-group name="null"> 5912 <context-group name="null">
2102 <context context-type="linenumber">1</context> 5913 <context context-type="linenumber">1</context>
2103 </context-group> 5914 </context-group>
2104 </trans-unit> 5915 </trans-unit>
2105 <trans-unit id="42dfe37169f8471367c31489155229bbe1747ea5"> 5916 <trans-unit id="42dfe37169f8471367c31489155229bbe1747ea5">
2106 <source>Fr</source> 5917 <source>Fr</source>
2107 <target>金.</target> 5918 <target>(金)</target>
2108 <context-group name="null"> 5919 <context-group name="null">
2109 <context context-type="linenumber">1</context> 5920 <context context-type="linenumber">1</context>
2110 </context-group> 5921 </context-group>
2111 </trans-unit> 5922 </trans-unit>
2112 <trans-unit id="1b64ea3e04ceeb512e8974eb0019dee4f211c7a0"> 5923 <trans-unit id="1b64ea3e04ceeb512e8974eb0019dee4f211c7a0">
2113 <source>Sa</source> 5924 <source>Sa</source>
2114 <target>土.</target> 5925 <target>(土)</target>
2115 <context-group name="null"> 5926 <context-group name="null">
2116 <context context-type="linenumber">1</context> 5927 <context context-type="linenumber">1</context>
2117 </context-group> 5928 </context-group>
@@ -2291,16 +6102,58 @@
2291 <context context-type="linenumber">1</context> 6102 <context context-type="linenumber">1</context>
2292 </context-group> 6103 </context-group>
2293 </trans-unit> 6104 </trans-unit>
6105 <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24">
6106 <source>Hidden</source>
6107 <target>表示ã—ãªã„</target>
6108 <context-group name="null">
6109 <context context-type="linenumber">1</context>
6110 </context-group>
6111 </trans-unit>
6112 <trans-unit id="75cc14815746a90d424157080fc7efd3e2631654">
6113 <source>Blurred with confirmation request</source>
6114 <target>サムãƒã‚¤ãƒ«ã‚’ã¼ã‹ã—ã€è¦–è´æ™‚ã«ç¢ºèªã‚’è¦æ±‚ã™ã‚‹</target>
6115 <context-group name="null">
6116 <context context-type="linenumber">1</context>
6117 </context-group>
6118 </trans-unit>
6119 <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105">
6120 <source>Displayed</source>
6121 <target>表示ã™ã‚‹</target>
6122 <context-group name="null">
6123 <context context-type="linenumber">1</context>
6124 </context-group>
6125 </trans-unit>
6126 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c">
6127 <source>User registration allowed</source>
6128 <target>ユーザーã®ç™»éŒ²ã‚’許å¯ã™ã‚‹</target>
6129 <context-group name="null">
6130 <context context-type="linenumber">1</context>
6131 </context-group>
6132 </trans-unit>
6133 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411">
6134 <source>Transcode your videos in multiple resolutions</source>
6135 <target>動画を複数ã®è§£åƒåº¦ã§ãƒˆãƒ©ãƒ³ã‚¹ã‚³ãƒ¼ãƒ‰ã™ã‚‹</target>
6136 <context-group name="null">
6137 <context context-type="linenumber">1</context>
6138 </context-group>
6139 </trans-unit>
2294 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 6140 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
2295 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 6141 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
2296 <target>HTTPã§ã®å‹•ç”»ã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ</target> 6142 <target>HTTP ã§ã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ (YouTubeã€Vimeoã€ãƒ€ã‚¤ãƒ¬ã‚¯ãƒˆURLãªã©)</target>
2297 <context-group name="null"> 6143 <context-group name="null">
2298 <context context-type="linenumber">1</context> 6144 <context context-type="linenumber">1</context>
2299 </context-group> 6145 </context-group>
2300 </trans-unit> 6146 </trans-unit>
2301 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a"> 6147 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a">
2302 <source>Torrent import</source> 6148 <source>Torrent import</source>
2303 <target>Torrent をインãƒãƒ¼ãƒˆã™ã‚‹</target> 6149 <target>Torrent ã§ã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ</target>
6150 <context-group name="null">
6151 <context context-type="linenumber">1</context>
6152 </context-group>
6153 </trans-unit>
6154 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
6155 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
6156 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target>
2304 <context-group name="null"> 6157 <context-group name="null">
2305 <context context-type="linenumber">1</context> 6158 <context context-type="linenumber">1</context>
2306 </context-group> 6159 </context-group>
@@ -2312,6 +6165,34 @@
2312 <context context-type="linenumber">1</context> 6165 <context context-type="linenumber">1</context>
2313 </context-group> 6166 </context-group>
2314 </trans-unit> 6167 </trans-unit>
6168 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86">
6169 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source>
6170 <target>フルHD動画: <x id="INTERPOLATION" equiv-text="{{seconds}}"/></target>
6171 <context-group name="null">
6172 <context context-type="linenumber">1</context>
6173 </context-group>
6174 </trans-unit>
6175 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8">
6176 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source>
6177 <target>HDå‹•ç”»: <x id="INTERPOLATION" equiv-text="{{seconds}}"/></target>
6178 <context-group name="null">
6179 <context context-type="linenumber">1</context>
6180 </context-group>
6181 </trans-unit>
6182 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5">
6183 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source>
6184 <target>å¹³å‡çš„ãªå“質ã®å‹•ç”»: <x id="INTERPOLATION" equiv-text="{{seconds}}"/></target>
6185 <context-group name="null">
6186 <context context-type="linenumber">1</context>
6187 </context-group>
6188 </trans-unit>
6189 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
6190 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
6191 <target>以下㮠<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 互æ›ã‚’サãƒãƒ¼ãƒˆã—ã¦ã„ã¾ã™:</target>
6192 <context-group name="null">
6193 <context context-type="linenumber">1</context>
6194 </context-group>
6195 </trans-unit>
2315 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980"> 6196 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980">
2316 <source>Emphasis</source> 6197 <source>Emphasis</source>
2317 <target>強調</target> 6198 <target>強調</target>
@@ -2347,121 +6228,534 @@
2347 <context context-type="linenumber">1</context> 6228 <context context-type="linenumber">1</context>
2348 </context-group> 6229 </context-group>
2349 </trans-unit> 6230 </trans-unit>
6231 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681">
6232 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source>
6233 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> ユーザーãŒBANã—ã¾ã—ãŸã€‚</target>
6234 <context-group name="null">
6235 <context context-type="linenumber">1</context>
6236 </context-group>
6237 </trans-unit>
6238 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd">
6239 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source>
6240 <target>ユーザー <x id="INTERPOLATION" equiv-text="{{username}}"/> ã‚’BANã—ã¾ã—ãŸã€‚</target>
6241 <context-group name="null">
6242 <context context-type="linenumber">1</context>
6243 </context-group>
6244 </trans-unit>
6245 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734">
6246 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source>
6247 <target>本当㫠<x id="INTERPOLATION" equiv-text="{{username}}"/> ã®BANを解除ã—ã¾ã™ã‹?</target>
6248 <context-group name="null">
6249 <context context-type="linenumber">1</context>
6250 </context-group>
6251 </trans-unit>
6252 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd">
6253 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source>
6254 <target>ユーザー <x id="INTERPOLATION" equiv-text="{{username}}"/> ã®BANを解除ã—ã¾ã—ãŸã€‚</target>
6255 <context-group name="null">
6256 <context context-type="linenumber">1</context>
6257 </context-group>
6258 </trans-unit>
6259 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603">
6260 <source>If you remove this user, you will not be able to create another with the same username!</source>
6261 <target>ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’削除ã™ã‚‹ã¨ã€åŒã˜ãƒ¦ãƒ¼ã‚¶ãƒ¼åã§å†åº¦ç™»éŒ²ã™ã‚‹ã“ã¨ã¯ã§ããªããªã‚Šã¾ã™ã€‚</target>
6262 <context-group name="null">
6263 <context context-type="linenumber">1</context>
6264 </context-group>
6265 </trans-unit>
6266 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a">
6267 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source>
6268 <target>ユーザー <x id="INTERPOLATION" equiv-text="{{username}}"/> を削除ã—ã¾ã—ãŸã€‚</target>
6269 <context-group name="null">
6270 <context context-type="linenumber">1</context>
6271 </context-group>
6272 </trans-unit>
6273 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096">
6274 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source>
6275 <target>ユーザー <x id="INTERPOLATION" equiv-text="{{username}}"/> ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ãŒç¢ºèªã•ã‚Œã¾ã—ãŸã€‚</target>
6276 <context-group name="null">
6277 <context context-type="linenumber">1</context>
6278 </context-group>
6279 </trans-unit>
6280 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249">
6281 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source>
6282 <target>アカウント <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> ãŒãƒŸãƒ¥ãƒ¼ãƒˆã•ã‚Œã¾ã—ãŸã€‚</target>
6283 <context-group name="null">
6284 <context context-type="linenumber">1</context>
6285 </context-group>
6286 </trans-unit>
6287 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6">
6288 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source>
6289 <target>インスタンス <x id="INTERPOLATION" equiv-text="{{host}}"/> ãŒãƒŸãƒ¥ãƒ¼ãƒˆã•ã‚Œã¾ã—ãŸã€‚</target>
6290 <context-group name="null">
6291 <context context-type="linenumber">1</context>
6292 </context-group>
6293 </trans-unit>
6294 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499">
6295 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
6296 <target>アカウント <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> ãŒã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ä¸Šã‹ã‚‰ãƒŸãƒ¥ãƒ¼ãƒˆã•ã‚Œã¾ã—ãŸã€‚</target>
6297 <context-group name="null">
6298 <context context-type="linenumber">1</context>
6299 </context-group>
6300 </trans-unit>
6301 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
6302 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
6303 <target>ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ä¸Šã‹ã‚‰ã‚¢ã‚«ã‚¦ãƒ³ãƒˆ <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> ã®ãƒŸãƒ¥ãƒ¼ãƒˆãŒè§£é™¤ã•ã‚Œã¾ã—ãŸã€‚</target>
6304 <context-group name="null">
6305 <context context-type="linenumber">1</context>
6306 </context-group>
6307 </trans-unit>
6308 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830">
6309 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
6310 <target>インスタンス <x id="INTERPOLATION" equiv-text="{{host}}"/> ãŒã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ä¸Šã‹ã‚‰ãƒŸãƒ¥ãƒ¼ãƒˆã•ã‚Œã¾ã—ãŸã€‚</target>
6311 <context-group name="null">
6312 <context context-type="linenumber">1</context>
6313 </context-group>
6314 </trans-unit>
6315 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f">
6316 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source>
6317 <target>ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ä¸Šã‹ã‚‰ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ <x id="INTERPOLATION" equiv-text="{{host}}"/> ã®ãƒŸãƒ¥ãƒ¼ãƒˆãŒè§£é™¤ã•ã‚Œã¾ã—ãŸã€‚</target>
6318 <context-group name="null">
6319 <context context-type="linenumber">1</context>
6320 </context-group>
6321 </trans-unit>
6322 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc">
6323 <source>Mute this account</source>
6324 <target>ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’ミュート</target>
6325 <context-group name="null">
6326 <context context-type="linenumber">1</context>
6327 </context-group>
6328 </trans-unit>
6329 <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952">
6330 <source>Unmute this account</source>
6331 <target>ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®ãƒŸãƒ¥ãƒ¼ãƒˆã‚’解除</target>
6332 <context-group name="null">
6333 <context context-type="linenumber">1</context>
6334 </context-group>
6335 </trans-unit>
6336 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d">
6337 <source>Mute the instance</source>
6338 <target>インスタンスをミュート</target>
6339 <context-group name="null">
6340 <context context-type="linenumber">1</context>
6341 </context-group>
6342 </trans-unit>
6343 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9">
6344 <source>Unmute the instance</source>
6345 <target>インスタンスã®ãƒŸãƒ¥ãƒ¼ãƒˆã‚’解除</target>
6346 <context-group name="null">
6347 <context context-type="linenumber">1</context>
6348 </context-group>
6349 </trans-unit>
6350 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
6351 <source>Mute this account by your instance</source>
6352 <target>ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ä¸Šã‹ã‚‰ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’ミュート</target>
6353 <context-group name="null">
6354 <context context-type="linenumber">1</context>
6355 </context-group>
6356 </trans-unit>
6357 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957">
6358 <source>Unmute this account by your instance</source>
6359 <target>ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ä¸Šã‹ã‚‰ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®ãƒŸãƒ¥ãƒ¼ãƒˆã‚’解除</target>
6360 <context-group name="null">
6361 <context context-type="linenumber">1</context>
6362 </context-group>
6363 </trans-unit>
6364 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178">
6365 <source>Mute the instance by your instance</source>
6366 <target>ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ä¸Šã‹ã‚‰ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã‚’ミュート</target>
6367 <context-group name="null">
6368 <context context-type="linenumber">1</context>
6369 </context-group>
6370 </trans-unit>
6371 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a">
6372 <source>Unmute the instance by your instance</source>
6373 <target>ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ä¸Šã‹ã‚‰ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã®ãƒŸãƒ¥ãƒ¼ãƒˆã‚’解除</target>
6374 <context-group name="null">
6375 <context context-type="linenumber">1</context>
6376 </context-group>
6377 </trans-unit>
2350 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 6378 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
2351 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 6379 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
2352 <target>è¦æ±‚ãŒã‚µãƒ¼ãƒãƒ¼ã«ã¨ã£ã¦å¤§ãã™ãŽã¾ã™ã€‚ 制é™ã‚µã‚¤ã‚ºã‚’拡大ã™ã‚‹å ´åˆã¯ã€ç®¡ç†è€…ã«é€£çµ¡ã—ã¦ä¸‹ã•ã„。</target> 6380 <target>サーãƒãƒ¼ã«å¯¾ã—ã¦è¦æ±‚ãŒå¤§ãã™ãŽã¾ã™ã€‚ サイズã®åˆ¶é™ã‚’増やã—ãŸã„å ´åˆã¯ã€ç®¡ç†è€…ã«é€£çµ¡ã‚’ã—ã¦ãã ã•ã„。</target>
2353 <context-group name="null"> 6381 <context-group name="null">
2354 <context context-type="linenumber">1</context> 6382 <context context-type="linenumber">1</context>
2355 </context-group> 6383 </context-group>
2356 </trans-unit> 6384 </trans-unit>
2357 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b"> 6385 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b">
2358 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source> 6386 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source>
2359 <target>試行回数ãŒå¤šã™ãŽã‚‹å ´åˆã¯ã€<x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> 分後ã«ã‚‚ã†ä¸€åº¦è©¦ã—ã¦ä¸‹ã•ã„。</target> 6387 <target>試行回数ãŒå¤šã™ãŽã¾ã™ã€‚<x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> 分後ã«ã‚‚ã†ä¸€åº¦ãŠè©¦ã—ãã ã•ã„。</target>
2360 <context-group name="null"> 6388 <context-group name="null">
2361 <context context-type="linenumber">1</context> 6389 <context context-type="linenumber">1</context>
2362 </context-group> 6390 </context-group>
2363 </trans-unit> 6391 </trans-unit>
2364 <trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d"> 6392 <trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d">
2365 <source>Too many attempts, please try again later.</source> 6393 <source>Too many attempts, please try again later.</source>
2366 <target>試行回数ãŒå¤šã™ãŽã‚‹å ´åˆã¯ã€å¾Œã§ã‚ã‚Šç›´ã—ã¦ä¸ã•ã„。</target> 6394 <target>試行回数ãŒå¤šã™ãŽã¾ã。ãã°ã‚ãã—ã¦ã‹ã‚‰ã‚‚ã†ä¸€åº¦ãŠè©¦ã—ãã ã•ã„。</target>
2367 <context-group name="null"> 6395 <context-group name="null">
2368 <context context-type="linenumber">1</context> 6396 <context context-type="linenumber">1</context>
2369 </context-group> 6397 </context-group>
2370 </trans-unit> 6398 </trans-unit>
2371 <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc"> 6399 <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc">
2372 <source>Server error. Please retry later.</source> 6400 <source>Server error. Please retry later.</source>
2373 <target>サーãƒãƒ¼ã‚¨ãƒ©ãƒ¼ã§ã™ã€‚ãã¨ã§å試行ã—ã¦ä¸‹ã•ã„。</target> 6401 <target>サーãƒãƒ¼ã‚¨ãƒ©ãƒ¼ã§ã™ã€‚ 後ã§ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。</target>
2374 <context-group name="null"> 6402 <context-group name="null">
2375 <context context-type="linenumber">1</context> 6403 <context context-type="linenumber">1</context>
2376 </context-group> 6404 </context-group>
2377 </trans-unit> 6405 </trans-unit>
2378 <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded"> 6406 <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded">
2379 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source> 6407 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
2380 <target><x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> ã®ç™»éŒ²ãŒå®Œäº†ã—ã¾ã—ãŸã€‚</target> 6408 <target><x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> ã®è³¼èª­ãŒå®Œäº†ã—ã¾ã—ãŸã€‚</target>
2381 <context-group name="null"> 6409 <context-group name="null">
2382 <context context-type="linenumber">1</context> 6410 <context context-type="linenumber">1</context>
2383 </context-group> 6411 </context-group>
2384 </trans-unit> 6412 </trans-unit>
2385 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 6413 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
2386 <source>Subscribed</source> 6414 <source>Subscribed</source>
2387 <target>購読ã™ã‚‹</target> 6415 <target>購読ãŒå®Œäº†ã—ã¾ã—ãŸ</target>
6416 <context-group name="null">
6417 <context context-type="linenumber">1</context>
6418 </context-group>
6419 </trans-unit>
6420 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26">
6421 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
6422 <target><x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> ã®è³¼èª­ã‚’解除ã—ã¾ã—ãŸã€‚</target>
2388 <context-group name="null"> 6423 <context-group name="null">
2389 <context context-type="linenumber">1</context> 6424 <context context-type="linenumber">1</context>
2390 </context-group> 6425 </context-group>
2391 </trans-unit> 6426 </trans-unit>
2392 <trans-unit id="294395337b767af84f952ac28d58d54a13a11471"> 6427 <trans-unit id="294395337b767af84f952ac28d58d54a13a11471">
2393 <source>Unsubscribed</source> 6428 <source>Unsubscribed</source>
2394 <target>退会ã™ã‚‹</target> 6429 <target>購読を解除ã—ã¾ã—ãŸ</target>
6430 <context-group name="null">
6431 <context context-type="linenumber">1</context>
6432 </context-group>
6433 </trans-unit>
6434 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf">
6435 <source>Moderator</source>
6436 <target>モデレーター</target>
6437 <context-group name="null">
6438 <context context-type="linenumber">1</context>
6439 </context-group>
6440 </trans-unit>
6441 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78">
6442 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source>
6443 <target>動画㯠<x id="INTERPOLATION" equiv-text="{{name}}"/> ã«ã‚ˆã£ã¦å‰Šé™¤ã•ã‚Œã¾ã—ãŸã€‚</target>
6444 <context-group name="null">
6445 <context context-type="linenumber">1</context>
6446 </context-group>
6447 </trans-unit>
6448 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de">
6449 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source>
6450 <target>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target>
6451 <context-group name="null">
6452 <context context-type="linenumber">1</context>
6453 </context-group>
6454 </trans-unit>
6455 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f">
6456 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source>
6457 <target>å‹•ç”» <x id="INTERPOLATION" equiv-text="{{n}}"/> ã¯è¿½åŠ ã•ã‚Œã¾ã—ãŸã€‚</target>
6458 <context-group name="null">
6459 <context context-type="linenumber">1</context>
6460 </context-group>
6461 </trans-unit>
6462 <trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8">
6463 <source>Timestamps updated</source>
6464 <target>タイムスタンプãŒæ›´æ–°ã•ã‚Œã¾ã—ãŸ</target>
6465 <context-group name="null">
6466 <context context-type="linenumber">1</context>
6467 </context-group>
6468 </trans-unit>
6469 <trans-unit id="28d23ed47149ffd34c2ebd58bfeb4601649c784f">
6470 <source>Starts at </source>
6471 <target>Starts at </target>
6472 <context-group name="null">
6473 <context context-type="linenumber">1</context>
6474 </context-group>
6475 </trans-unit>
6476 <trans-unit id="1e40e4317900075588705bc4084fda4b2ddb3372">
6477 <source>Stops at </source>
6478 <target>Stops at </target>
6479 <context-group name="null">
6480 <context context-type="linenumber">1</context>
6481 </context-group>
6482 </trans-unit>
6483 <trans-unit id="1b8201c470a1635cc9beab9adb90eabd19fc9691">
6484 <source> and stops at </source>
6485 <target> and stops at </target>
6486 <context-group name="null">
6487 <context context-type="linenumber">1</context>
6488 </context-group>
6489 </trans-unit>
6490 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
6491 <source>Video blacklisted.</source>
6492 <target>å‹•ç”»ãŒãƒ–ラックリストã«ç™»éŒ²ã•ã‚Œã¾ã—ãŸã€‚</target>
6493 <context-group name="null">
6494 <context context-type="linenumber">1</context>
6495 </context-group>
6496 </trans-unit>
6497 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
6498 <source>Copied</source>
6499 <target>コピーã—ã¾ã—ãŸã€‚</target>
6500 <context-group name="null">
6501 <context context-type="linenumber">1</context>
6502 </context-group>
6503 </trans-unit>
6504 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
6505 <source>Video reported.</source>
6506 <target>動画を報告ã—ã¾ã—ãŸã€‚</target>
6507 <context-group name="null">
6508 <context context-type="linenumber">1</context>
6509 </context-group>
6510 </trans-unit>
6511 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
6512 <source>Do you really want to delete this video?</source>
6513 <target>本当ã«ã“ã®å‹•ç”»ã‚’削除ã—ã¾ã™ã‹?</target>
6514 <context-group name="null">
6515 <context context-type="linenumber">1</context>
6516 </context-group>
6517 </trans-unit>
6518 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
6519 <source>Blacklist</source>
6520 <target>ブラックリスト</target>
6521 <context-group name="null">
6522 <context context-type="linenumber">1</context>
6523 </context-group>
6524 </trans-unit>
6525 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
6526 <source>Report</source>
6527 <target>報告</target>
6528 <context-group name="null">
6529 <context context-type="linenumber">1</context>
6530 </context-group>
6531 </trans-unit>
6532 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
6533 <source>Published</source>
6534 <target>公開済</target>
6535 <context-group name="null">
6536 <context context-type="linenumber">1</context>
6537 </context-group>
6538 </trans-unit>
6539 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
6540 <source>Publication scheduled on </source>
6541 <target>公開予定日</target>
6542 <context-group name="null">
6543 <context context-type="linenumber">1</context>
6544 </context-group>
6545 </trans-unit>
6546 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
6547 <source>Waiting transcoding</source>
6548 <target>トランスコードを待機中</target>
6549 <context-group name="null">
6550 <context context-type="linenumber">1</context>
6551 </context-group>
6552 </trans-unit>
6553 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
6554 <source>To transcode</source>
6555 <target>トランスコードã™ã‚‹</target>
6556 <context-group name="null">
6557 <context context-type="linenumber">1</context>
6558 </context-group>
6559 </trans-unit>
6560 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
6561 <source>To import</source>
6562 <target>インãƒãƒ¼ãƒˆã™ã‚‹</target>
2395 <context-group name="null"> 6563 <context-group name="null">
2396 <context context-type="linenumber">1</context> 6564 <context context-type="linenumber">1</context>
2397 </context-group> 6565 </context-group>
2398 </trans-unit> 6566 </trans-unit>
2399 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 6567 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
2400 <source>Only I can see this video</source> 6568 <source>Only I can see this video</source>
2401 <target>ç§ã ã‘ã¯ã“ã®ãƒ“デãªã‚’見ãˆã¾ã™</target> 6569 <target>自分ã ã‘ãŒã“ã®å‹•ç”»ã‚’視è´ã™ã‚‹ãã¨ãŒã§ãã¾ã™</target>
2402 <context-group name="null"> 6570 <context-group name="null">
2403 <context context-type="linenumber">1</context> 6571 <context context-type="linenumber">1</context>
2404 </context-group> 6572 </context-group>
2405 </trans-unit> 6573 </trans-unit>
2406 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70"> 6574 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70">
2407 <source>Only people with the private link can see this video</source> 6575 <source>Only people with the private link can see this video</source>
2408 <target>プライベートリンクをæŒã¤ãƒ¦ãƒ¼ã‚ーã®ã¿ãŒã“ã®ãƒ“デãªã‚’è¦ãˆã¾ã™</target> 6576 <target>リンクを知ã£ã¦ãる人ã®ã¿ãŒã“ã®å‹•ç”»ã‚’視è´ã§ãã¾ã™</target>
2409 <context-group name="null"> 6577 <context-group name="null">
2410 <context context-type="linenumber">1</context> 6578 <context context-type="linenumber">1</context>
2411 </context-group> 6579 </context-group>
2412 </trans-unit> 6580 </trans-unit>
2413 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b"> 6581 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b">
2414 <source>Anyone can see this video</source> 6582 <source>Anyone can see this video</source>
2415 <target>ã“ã®ãƒ“デオã«ã¯ã€èª°ã§ã‚‚見ãˆã¾ã™</target> 6583 <target>誰ã§ã‚‚ã“ã®å‹•ç”»ã‚’視è´ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™</target>
6584 <context-group name="null">
6585 <context context-type="linenumber">1</context>
6586 </context-group>
6587 </trans-unit>
6588 <trans-unit id="21565881ad1dff3c98738b9535b3515cec140609">
6589 <source>Welcome! Now please check your emails to verify your account and complete signup.</source>
6590 <target>よã†ã“ã! メールを確èªã—ã€ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®ç™»éŒ²ã‚’完了ã—ã¦ãã ã•ã„。</target>
6591 <context-group name="null">
6592 <context context-type="linenumber">1</context>
6593 </context-group>
6594 </trans-unit>
6595 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6">
6596 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source>
6597 <target>ã‚ãªãŸã¯ <x id="INTERPOLATION" equiv-text="{{username}}"/> ã¨ã—ã¦ãƒ­ã‚°ã‚¤ãƒ³ã—ã¦ã„ã¾ã™!</target>
6598 <context-group name="null">
6599 <context context-type="linenumber">1</context>
6600 </context-group>
6601 </trans-unit>
6602 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb">
6603 <source>Video to import updated.</source>
6604 <target>å‹•ç”»ã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆãŒå®Œäº†ã—ã¾ã—ãŸã€‚</target>
6605 <context-group name="null">
6606 <context context-type="linenumber">1</context>
6607 </context-group>
6608 </trans-unit>
6609 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c">
6610 <source>Your video was uploaded to your account and is private.</source>
6611 <target>å‹•ç”»ã¯ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã«éžå…¬é–‹ã§ã‚¢ãƒƒãƒ—ロードã•ã‚Œã¦ã„ã¾ã™ã€‚</target>
6612 <context-group name="null">
6613 <context context-type="linenumber">1</context>
6614 </context-group>
6615 </trans-unit>
6616 <trans-unit id="24840228f2826b66252cfcaab9820b1c7e0da264">
6617 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
6618 <target>関連ã™ã‚‹ãƒ‡ãƒ¼ã‚¿ (ã‚¿ã‚°ã€èª¬æ˜Žãªã©) ã¯å¤±ã‚ã‚Œã¾ã™ã€‚ã“ã®ãƒšãƒ¼ã‚¸ã‹ã‚‰ç§»å‹•ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹?</target>
6619 <context-group name="null">
6620 <context context-type="linenumber">1</context>
6621 </context-group>
6622 </trans-unit>
6623 <trans-unit id="5af84926d631326e548573ebf0f6dff07845aeb4">
6624 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
6625 <target>å‹•ç”»ã¯ã¾ã ã‚¢ãƒƒãƒ—ロードã•ã‚Œã¦ã„ã¾ã›ã‚“。ã“ã®ãƒšãƒ¼ã‚¸ã‹ã‚‰ç§»å‹•ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹?</target>
2416 <context-group name="null"> 6626 <context-group name="null">
2417 <context context-type="linenumber">1</context> 6627 <context context-type="linenumber">1</context>
2418 </context-group> 6628 </context-group>
2419 </trans-unit> 6629 </trans-unit>
2420 <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9"> 6630 <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9">
2421 <source>Upload cancelled</source> 6631 <source>Upload cancelled</source>
2422 <target>アップロードã®ã‚­ãƒ£ãƒ³ã‚»ãƒ«</target> 6632 <target>アップロードãŒã‚­ãƒ£ãƒ³ã‚»ãƒ«ã•ã‚Œã¾ã—ãŸã€‚</target>
6633 <context-group name="null">
6634 <context context-type="linenumber">1</context>
6635 </context-group>
6636 </trans-unit>
6637 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee">
6638 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source>
6639 <target>アカウントã«å‰²ã‚Šå½“ã¦ã‚‰ã‚ŒãŸå®¹é‡åˆ¶é™ã‚’超ãˆã¦ã„ã¾ã™ã€‚(動画サイズ: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, 使用済: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, 割り当ã¦: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target>
6640 <context-group name="null">
6641 <context context-type="linenumber">1</context>
6642 </context-group>
6643 </trans-unit>
6644 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd">
6645 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source>
6646 <target>1æ—¥ã‚ãŸã‚Šã®ã‚¢ãƒƒãƒ—ロード容é‡åˆ¶é™ã‚’超ãˆã¦ã„ã¾ã™ã€‚(動画サイズ: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, 使用済: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, 割り当ã¦: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target>
2423 <context-group name="null"> 6647 <context-group name="null">
2424 <context context-type="linenumber">1</context> 6648 <context context-type="linenumber">1</context>
2425 </context-group> 6649 </context-group>
2426 </trans-unit> 6650 </trans-unit>
2427 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce"> 6651 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce">
2428 <source>Video published.</source> 6652 <source>Video published.</source>
2429 <target>ビデオãŒå…¬é–‹ã•ã‚Œã¾ã—ãŸã€‚</target> 6653 <target>å‹•ç”»ãŒå…¬é–‹ã•ã‚Œã¾ã—ãŸã€‚</target>
6654 <context-group name="null">
6655 <context context-type="linenumber">1</context>
6656 </context-group>
6657 </trans-unit>
6658 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
6659 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
6660 <target>ä¿å­˜ã—ã¦ã„ãªã„変更ãŒã‚ã‚Šã¾ã™ã€‚ ページを移動ã™ã‚‹ã¨ã€å¤‰æ›´ã—ãŸå†…容ã¯å¤±ã‚ã‚Œã¾ã™ã€‚</target>
2430 <context-group name="null"> 6661 <context-group name="null">
2431 <context context-type="linenumber">1</context> 6662 <context context-type="linenumber">1</context>
2432 </context-group> 6663 </context-group>
2433 </trans-unit> 6664 </trans-unit>
2434 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187"> 6665 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
2435 <source>Video updated.</source> 6666 <source>Video updated.</source>
2436 <target>ビデオãŒæ›´æ–°ã•ã‚Œã¾ã—ãŸã€‚</target> 6667 <target>å‹•ç”»ãŒæ›´æ–°ã•ã‚Œã¾ã—ãŸã€‚</target>
2437 <context-group name="null"> 6668 <context-group name="null">
2438 <context context-type="linenumber">1</context> 6669 <context context-type="linenumber">1</context>
2439 </context-group> 6670 </context-group>
2440 </trans-unit> 6671 </trans-unit>
2441 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5"> 6672 <trans-unit id="aeb61b334cac080733c3e03766165a346bbf42fd">
2442 <source>Copied</source> 6673 <source> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</source>
2443 <target>コピーã•ã‚ŒãŸ</target> 6674 <target> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> ã®è¿ä¿¡ã‚‚削除ã•ã‚Œã¾ã™ã€‚</target>
2444 <context-group name="null"> 6675 <context-group name="null">
2445 <context context-type="linenumber">1</context> 6676 <context context-type="linenumber">1</context>
2446 </context-group> 6677 </context-group>
2447 </trans-unit> 6678 </trans-unit>
2448 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95"> 6679 <trans-unit id="f18ffad7896788364e69a9ac6a376c84f54c58f7">
2449 <source>Do you really want to delete this video?</source> 6680 <source> The deletion will be sent to remote instances so they remove the comment too.</source>
2450 <target>ã‚ãªãŸã¯æœ¬å½“ã«ã“ã®ãƒ“デオを削除ã—ã¾ã™ã‹ï¼Ÿ</target> 6681 <target> 削除ã¯ãƒªãƒ¢ãƒ¼ãƒˆã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã«ã‚‚é€ä¿¡ã•ã‚Œã‚‹ã®ã§ã€ãƒªãƒ¢ãƒ¼ãƒˆã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã«æŽ²è¼‰ã•ã‚Œã¦ã„るコメントも削除ã•ã‚Œã¾ã™ã€‚</target>
6682 <context-group name="null">
6683 <context context-type="linenumber">1</context>
6684 </context-group>
6685 </trans-unit>
6686 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
6687 <source> It is a remote comment, so the deletion will only be effective on your instance.</source>
6688 <target> ã“ã‚Œã¯ãƒªãƒ¢ãƒ¼ãƒˆã®ã‚³ãƒ¡ãƒ³ãƒˆãªã®ã§ã€å‰Šé™¤ã¯ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã«ã®ã¿æœ‰åŠ¹ã§ã™ã€‚</target>
6689 <context-group name="null">
6690 <context context-type="linenumber">1</context>
6691 </context-group>
6692 </trans-unit>
6693 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
6694 <source>Like the video</source>
6695 <target>高ã評価</target>
6696 <context-group name="null">
6697 <context context-type="linenumber">1</context>
6698 </context-group>
6699 </trans-unit>
6700 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8">
6701 <source>Dislike the video</source>
6702 <target>低ã評価</target>
6703 <context-group name="null">
6704 <context context-type="linenumber">1</context>
6705 </context-group>
6706 </trans-unit>
6707 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
6708 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
6709 <target>高評価: <x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> / 低評価: <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/></target>
6710 <context-group name="null">
6711 <context context-type="linenumber">1</context>
6712 </context-group>
6713 </trans-unit>
6714 <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71">
6715 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
6716 <target>ã“ã®å‹•ç”»ã«ã¯æˆäººå‘ã‘コンテンツã¾ãŸã¯éœ²éª¨ãªã‚³ãƒ³ãƒ†ãƒ³ãƒ„ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚表示ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹?</target>
2451 <context-group name="null"> 6717 <context-group name="null">
2452 <context context-type="linenumber">1</context> 6718 <context context-type="linenumber">1</context>
2453 </context-group> 6719 </context-group>
2454 </trans-unit> 6720 </trans-unit>
2455 <trans-unit id="5ba3d522e4146eefcbd5c222247c1e2423d27cd8"> 6721 <trans-unit id="5ba3d522e4146eefcbd5c222247c1e2423d27cd8">
2456 <source>Mature or explicit content</source> 6722 <source>Mature or explicit content</source>
2457 <target>æˆäººå‘ã‘ã¾ãŸã¯æ˜Žç¤ºçš„ãªã‚³ãƒ³ãƒ†ãƒ³ãƒ„</target> 6723 <target>æˆäººå‘ã‘コンテンツã¾ãŸã¯éœ²éª¨ãªã‚³ãƒ³ãƒ†ãƒ³ãƒ„</target>
6724 <context-group name="null">
6725 <context context-type="linenumber">1</context>
6726 </context-group>
6727 </trans-unit>
6728 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
6729 <source>Trending for the last 24 hours</source>
6730 <target>éŽåŽ» 24 時間ã®ãƒˆãƒ¬ãƒ³ãƒ‰</target>
6731 <context-group name="null">
6732 <context context-type="linenumber">1</context>
6733 </context-group>
6734 </trans-unit>
6735 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e">
6736 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source>
6737 <target>トレンドã®å‹•ç”»ã¯ã€éŽåŽ» 24 時間ã®é›†è¨ˆã§æœ€ã‚‚多ã視è´ã•ã‚ŒãŸå‹•ç”»ã§ã™ã€‚</target>
6738 <context-group name="null">
6739 <context context-type="linenumber">1</context>
6740 </context-group>
6741 </trans-unit>
6742 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6743 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6744 <target>éŽåŽ» <x id="INTERPOLATION" equiv-text="{{days}}"/> 日間ã®ãƒˆãƒ¬ãƒ³ãƒ‰</target>
6745 <context-group name="null">
6746 <context context-type="linenumber">1</context>
6747 </context-group>
6748 </trans-unit>
6749 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509">
6750 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6751 <target>トレンドã®å‹•ç”»ã¯ã€éŽåŽ» <x id="INTERPOLATION" equiv-text="{{days}}"/> 日間ã®é›†è¨ˆã§æœ€ã‚‚多ã視è´ã•ã‚ŒãŸå‹•ç”»ã§ã™ã€‚</target>
2458 <context-group name="null"> 6752 <context-group name="null">
2459 <context context-type="linenumber">1</context> 6753 <context context-type="linenumber">1</context>
2460 </context-group> 6754 </context-group>
2461 </trans-unit> 6755 </trans-unit>
2462 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 6756 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
2463 <source>Videos from your subscriptions</source> 6757 <source>Videos from your subscriptions</source>
2464 <target>ã‚ãªãŸã®è³¼èª­ãらã®ãƒ“デオ</target> 6758 <target>購読ããŸå‹•ç”»</target>
2465 <context-group name="null"> 6759 <context-group name="null">
2466 <context context-type="linenumber">1</context> 6760 <context context-type="linenumber">1</context>
2467 </context-group> 6761 </context-group>
diff --git a/client/src/locale/target/angular_jbo.xml b/client/src/locale/target/angular_jbo.xml
index 6478b002c..f4a953601 100644
--- a/client/src/locale/target/angular_jbo.xml
+++ b/client/src/locale/target/angular_jbo.xml
@@ -54,50 +54,50 @@
54 </trans-unit> 54 </trans-unit>
55 <trans-unit id="ngb.pagination.first"> 55 <trans-unit id="ngb.pagination.first">
56 <source>««</source><target>««</target><context-group name="null"> 56 <source>««</source><target>««</target><context-group name="null">
57 <context context-type="linenumber">7</context> 57 <context context-type="linenumber">2</context>
58 </context-group>
59 </trans-unit>
60 <trans-unit id="ngb.pagination.previous">
61 <source>«</source><target>«</target><context-group name="null">
62 <context context-type="linenumber">3</context>
63 </context-group>
64 </trans-unit>
65 <trans-unit id="ngb.pagination.next">
66 <source>»</source><target>»</target><context-group name="null">
67 <context context-type="linenumber">4</context>
68 </context-group>
69 </trans-unit>
70 <trans-unit id="ngb.pagination.last">
71 <source>»»</source><target>»»</target><context-group name="null">
72 <context context-type="linenumber">5</context>
58 </context-group> 73 </context-group>
59 </trans-unit> 74 </trans-unit>
60 <trans-unit id="ngb.pagination.first-aria"> 75 <trans-unit id="ngb.pagination.first-aria">
61 <source>First</source> 76 <source>First</source>
62 <target>lo pa moi</target> 77 <target>lo pa moi</target>
63 <context-group name="null"> 78 <context-group name="null">
64 <context context-type="linenumber">5</context> 79 <context context-type="linenumber">14</context>
65 </context-group>
66 </trans-unit>
67 <trans-unit id="ngb.pagination.previous">
68 <source>«</source><target>«</target><context-group name="null">
69 <context context-type="linenumber">15</context>
70 </context-group> 80 </context-group>
71 </trans-unit> 81 </trans-unit>
72 <trans-unit id="ngb.pagination.previous-aria"> 82 <trans-unit id="ngb.pagination.previous-aria">
73 <source>Previous</source> 83 <source>Previous</source>
74 <target>lo prula'i</target> 84 <target>lo prula'i</target>
75 <context-group name="null"> 85 <context-group name="null">
76 <context context-type="linenumber">13</context> 86 <context context-type="linenumber">23</context>
77 </context-group>
78 </trans-unit>
79 <trans-unit id="ngb.pagination.next">
80 <source>»</source><target>»</target><context-group name="null">
81 <context context-type="linenumber">29</context>
82 </context-group> 87 </context-group>
83 </trans-unit> 88 </trans-unit>
84 <trans-unit id="ngb.pagination.next-aria"> 89 <trans-unit id="ngb.pagination.next-aria">
85 <source>Next</source> 90 <source>Next</source>
86 <target>lo bavla'i</target> 91 <target>lo bavla'i</target>
87 <context-group name="null"> 92 <context-group name="null">
88 <context context-type="linenumber">27</context> 93 <context context-type="linenumber">41</context>
89 </context-group>
90 </trans-unit>
91 <trans-unit id="ngb.pagination.last">
92 <source>»»</source><target>»»</target><context-group name="null">
93 <context context-type="linenumber">36</context>
94 </context-group> 94 </context-group>
95 </trans-unit> 95 </trans-unit>
96 <trans-unit id="ngb.pagination.last-aria"> 96 <trans-unit id="ngb.pagination.last-aria">
97 <source>Last</source> 97 <source>Last</source>
98 <target>lo ro moi</target> 98 <target>lo ro moi</target>
99 <context-group name="null"> 99 <context-group name="null">
100 <context context-type="linenumber">34</context> 100 <context context-type="linenumber">49</context>
101 </context-group> 101 </context-group>
102 </trans-unit> 102 </trans-unit>
103 <trans-unit id="ngb.progressbar.value"> 103 <trans-unit id="ngb.progressbar.value">
@@ -125,70 +125,112 @@
125 <source>Decrement hours</source> 125 <source>Decrement hours</source>
126 <target>jdika lo se cacra</target> 126 <target>jdika lo se cacra</target>
127 <context-group name="null"> 127 <context-group name="null">
128 <context context-type="linenumber">19</context> 128 <context context-type="linenumber">20</context>
129 </context-group> 129 </context-group>
130 </trans-unit> 130 </trans-unit>
131 <trans-unit id="ngb.timepicker.increment-minutes"> 131 <trans-unit id="ngb.timepicker.increment-minutes">
132 <source>Increment minutes</source> 132 <source>Increment minutes</source>
133 <target>zenba lo se mentu</target> 133 <target>zenba lo se mentu</target>
134 <context-group name="null"> 134 <context-group name="null">
135 <context context-type="linenumber">28</context> 135 <context context-type="linenumber">29</context>
136 </context-group> 136 </context-group>
137 </trans-unit> 137 </trans-unit>
138 <trans-unit id="ngb.timepicker.minutes"> 138 <trans-unit id="ngb.timepicker.minutes">
139 <source>Minutes</source> 139 <source>Minutes</source>
140 <target>lo se mentu</target> 140 <target>lo se mentu</target>
141 <context-group name="null"> 141 <context-group name="null">
142 <context context-type="linenumber">33</context> 142 <context context-type="linenumber">34</context>
143 </context-group> 143 </context-group>
144 </trans-unit> 144 </trans-unit>
145 <trans-unit id="ngb.timepicker.decrement-minutes"> 145 <trans-unit id="ngb.timepicker.decrement-minutes">
146 <source>Decrement minutes</source> 146 <source>Decrement minutes</source>
147 <target>jdika lo se mentu</target> 147 <target>jdika lo se mentu</target>
148 <context-group name="null"> 148 <context-group name="null">
149 <context context-type="linenumber">38</context> 149 <context context-type="linenumber">40</context>
150 </context-group> 150 </context-group>
151 </trans-unit> 151 </trans-unit>
152 <trans-unit id="ngb.timepicker.increment-seconds"> 152 <trans-unit id="ngb.timepicker.increment-seconds">
153 <source>Increment seconds</source> 153 <source>Increment seconds</source>
154 <target>zenba lo se snidu</target> 154 <target>zenba lo se snidu</target>
155 <context-group name="null"> 155 <context-group name="null">
156 <context context-type="linenumber">47</context> 156 <context context-type="linenumber">49</context>
157 </context-group> 157 </context-group>
158 </trans-unit> 158 </trans-unit>
159 <trans-unit id="ngb.timepicker.seconds"> 159 <trans-unit id="ngb.timepicker.seconds">
160 <source>Seconds</source> 160 <source>Seconds</source>
161 <target>lo se snidu</target> 161 <target>lo se snidu</target>
162 <context-group name="null"> 162 <context-group name="null">
163 <context context-type="linenumber">52</context> 163 <context context-type="linenumber">54</context>
164 </context-group> 164 </context-group>
165 </trans-unit> 165 </trans-unit>
166 <trans-unit id="ngb.timepicker.decrement-seconds"> 166 <trans-unit id="ngb.timepicker.decrement-seconds">
167 <source>Decrement seconds</source> 167 <source>Decrement seconds</source>
168 <target>jdika lo se snidu</target> 168 <target>jdika lo se snidu</target>
169 <context-group name="null"> 169 <context-group name="null">
170 <context context-type="linenumber">57</context> 170 <context context-type="linenumber">60</context>
171 </context-group> 171 </context-group>
172 </trans-unit> 172 </trans-unit>
173 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7"> 173 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
174 <source>Cancel</source> 174 <source>Display name</source>
175 <target>sisti</target> 175 <target>lo cmene</target>
176 <context-group name="null"> 176 <context-group name="null">
177 <context context-type="linenumber">10</context> 177 <context context-type="linenumber">6</context>
178 </context-group>
179 </trans-unit>
180 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
181 <source>Create</source>
182 <target>zbasu</target>
183 <context-group name="null">
184 <context context-type="linenumber">74</context>
185 </context-group>
186 </trans-unit>
187 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
188 <source>Download video</source>
189 <target>kibycpa le vidvi</target>
190 <context-group name="null">
191 <context context-type="linenumber">3</context>
192 </context-group>
193 </trans-unit>
194 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
195 <source>Direct download</source>
196 <target>sirji kibycpa</target>
197 <context-group name="null">
198 <context context-type="linenumber">27</context>
199 </context-group>
200 </trans-unit>
201 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
202 <source>Download</source>
203 <target>kibycpa</target>
204 <context-group name="null">
205 <context context-type="linenumber">48</context>
178 </context-group> 206 </context-group>
179 </trans-unit> 207 </trans-unit>
180 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 208 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
181 <source>Unlisted</source> 209 <source>Unlisted</source>
182 <target>lo na'e se liste</target> 210 <target>lo na'e se liste</target>
183 <context-group name="null"> 211 <context-group name="null">
184 <context context-type="linenumber">10</context> 212 <context context-type="linenumber">17</context>
185 </context-group> 213 </context-group>
186 </trans-unit> 214 </trans-unit>
187 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 215 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
188 <source>Private</source> 216 <source>Private</source>
189 <target>lo sivni</target> 217 <target>lo sivni</target>
190 <context-group name="null"> 218 <context-group name="null">
191 <context context-type="linenumber">11</context> 219 <context context-type="linenumber">18</context>
220 </context-group>
221 </trans-unit>
222 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
223 <source>Save</source>
224 <target>vreji</target>
225 <context-group name="null">
226 <context context-type="linenumber">117</context>
227 </context-group>
228 </trans-unit>
229 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
230 <source>No results.</source>
231 <target>.i facki fi no da</target>
232 <context-group name="null">
233 <context context-type="linenumber">20</context>
192 </context-group> 234 </context-group>
193 </trans-unit> 235 </trans-unit>
194 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 236 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -222,6 +264,13 @@ sisti lo nu jersi pe'a</target>
222 <context context-type="linenumber">18</context> 264 <context context-type="linenumber">18</context>
223 </context-group> 265 </context-group>
224 </trans-unit> 266 </trans-unit>
267 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
268 <source>Cancel</source>
269 <target>sisti</target>
270 <context-group name="null">
271 <context context-type="linenumber">10</context>
272 </context-group>
273 </trans-unit>
225 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 274 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
226 <source>User</source> 275 <source>User</source>
227 <target>lo pilno</target> 276 <target>lo pilno</target>
@@ -254,7 +303,7 @@ sisti lo nu jersi pe'a</target>
254 <source>Login</source> 303 <source>Login</source>
255 <target>co'a cmisau</target> 304 <target>co'a cmisau</target>
256 <context-group name="null"> 305 <context-group name="null">
257 <context context-type="linenumber">36</context> 306 <context context-type="linenumber">32</context>
258 </context-group> 307 </context-group>
259 </trans-unit> 308 </trans-unit>
260 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 309 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -282,7 +331,7 @@ sisti lo nu jersi pe'a</target>
282 <source>Send me an email to reset my password</source> 331 <source>Send me an email to reset my password</source>
283 <target>samymri fi mi te zu'e lo nu galfi le mi japyvla</target> 332 <target>samymri fi mi te zu'e lo nu galfi le mi japyvla</target>
284 <context-group name="null"> 333 <context-group name="null">
285 <context context-type="linenumber">80</context> 334 <context context-type="linenumber">81</context>
286 </context-group> 335 </context-group>
287 </trans-unit> 336 </trans-unit>
288 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 337 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -337,7 +386,7 @@ zbasu lo pilno</target>
337 <source>Signup</source> 386 <source>Signup</source>
338 <target>cmiveigau</target> 387 <target>cmiveigau</target>
339 <context-group name="null"> 388 <context-group name="null">
340 <context context-type="linenumber">78</context> 389 <context context-type="linenumber">88</context>
341 </context-group> 390 </context-group>
342 </trans-unit> 391 </trans-unit>
343 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a"> 392 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
@@ -368,44 +417,14 @@ zbasu lo pilno</target>
368 <source>Change the language</source> 417 <source>Change the language</source>
369 <target>galfi lo bangu</target> 418 <target>galfi lo bangu</target>
370 <context-group name="null"> 419 <context-group name="null">
371 <context context-type="linenumber">86</context> 420 <context context-type="linenumber">102</context>
372 </context-group>
373 </trans-unit>
374 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
375 <source>
376 My public profile
377 </source>
378 <target>
379lo predatni be mi be'o poi gubni</target>
380 <context-group name="null">
381 <context context-type="linenumber">16</context>
382 </context-group>
383 </trans-unit>
384 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
385 <source>
386 My account
387 </source>
388 <target>
389lo mi pilno</target>
390 <context-group name="null">
391 <context context-type="linenumber">20</context>
392 </context-group>
393 </trans-unit>
394 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
395 <source>
396 My videos
397 </source>
398 <target>
399lo mi vidvi</target>
400 <context-group name="null">
401 <context context-type="linenumber">24</context>
402 </context-group> 421 </context-group>
403 </trans-unit> 422 </trans-unit>
404 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 423 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
405 <source>Create an account</source> 424 <source>Create an account</source>
406 <target>zbasu lo pilno</target> 425 <target>zbasu lo pilno</target>
407 <context-group name="null"> 426 <context-group name="null">
408 <context context-type="linenumber">37</context> 427 <context context-type="linenumber">33</context>
409 </context-group> 428 </context-group>
410 </trans-unit> 429 </trans-unit>
411 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 430 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
@@ -419,35 +438,35 @@ lo mi vidvi</target>
419 <source>Subscriptions</source> 438 <source>Subscriptions</source>
420 <target>lo se jersi pe'a</target> 439 <target>lo se jersi pe'a</target>
421 <context-group name="null"> 440 <context-group name="null">
422 <context context-type="linenumber">45</context> 441 <context context-type="linenumber">51</context>
423 </context-group> 442 </context-group>
424 </trans-unit> 443 </trans-unit>
425 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 444 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
426 <source>Trending</source> 445 <source>Trending</source>
427 <target>lo cabna misno</target> 446 <target>lo cabna misno</target>
428 <context-group name="null"> 447 <context-group name="null">
429 <context context-type="linenumber">55</context> 448 <context context-type="linenumber">71</context>
430 </context-group> 449 </context-group>
431 </trans-unit> 450 </trans-unit>
432 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 451 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
433 <source>Local</source> 452 <source>Local</source>
434 <target>lo diklo</target> 453 <target>lo diklo</target>
435 <context-group name="null"> 454 <context-group name="null">
436 <context context-type="linenumber">65</context> 455 <context context-type="linenumber">81</context>
437 </context-group> 456 </context-group>
438 </trans-unit> 457 </trans-unit>
439 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 458 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
440 <source>More</source> 459 <source>More</source>
441 <target>lo drata</target> 460 <target>lo drata</target>
442 <context-group name="null"> 461 <context-group name="null">
443 <context context-type="linenumber">70</context> 462 <context context-type="linenumber">86</context>
444 </context-group> 463 </context-group>
445 </trans-unit> 464 </trans-unit>
446 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 465 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
447 <source>About</source> 466 <source>About</source>
448 <target>lo datni</target> 467 <target>lo datni</target>
449 <context-group name="null"> 468 <context-group name="null">
450 <context context-type="linenumber">25</context> 469 <context context-type="linenumber">26</context>
451 </context-group> 470 </context-group>
452 </trans-unit> 471 </trans-unit>
453 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 472 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -482,42 +501,35 @@ lo mi vidvi</target>
482 <source>Duration</source> 501 <source>Duration</source>
483 <target>lo temci</target> 502 <target>lo temci</target>
484 <context-group name="null"> 503 <context-group name="null">
485 <context context-type="linenumber">24</context> 504 <context context-type="linenumber">45</context>
486 </context-group> 505 </context-group>
487 </trans-unit> 506 </trans-unit>
488 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 507 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
489 <source>Display sensitive content</source> 508 <source>Display sensitive content</source>
490 <target>viska lo ganvi poi te kajde</target> 509 <target>viska lo ganvi poi te kajde</target>
491 <context-group name="null"> 510 <context-group name="null">
492 <context context-type="linenumber">33</context> 511 <context context-type="linenumber">54</context>
493 </context-group> 512 </context-group>
494 </trans-unit> 513 </trans-unit>
495 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 514 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
496 <source>Category</source> 515 <source>Category</source>
497 <target>lo klesi</target> 516 <target>lo klesi</target>
498 <context-group name="null"> 517 <context-group name="null">
499 <context context-type="linenumber">164</context> 518 <context context-type="linenumber">189</context>
500 </context-group> 519 </context-group>
501 </trans-unit> 520 </trans-unit>
502 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 521 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
503 <source>Language</source> 522 <source>Language</source>
504 <target>lo bangu</target> 523 <target>lo bangu</target>
505 <context-group name="null"> 524 <context-group name="null">
506 <context context-type="linenumber">182</context> 525 <context context-type="linenumber">207</context>
507 </context-group> 526 </context-group>
508 </trans-unit> 527 </trans-unit>
509 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 528 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
510 <source>Filter</source> 529 <source>Filter</source>
511 <target>cuxselgre</target> 530 <target>cuxselgre</target>
512 <context-group name="null"> 531 <context-group name="null">
513 <context context-type="linenumber">94</context> 532 <context context-type="linenumber">115</context>
514 </context-group>
515 </trans-unit>
516 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
517 <source>No results.</source>
518 <target>.i facki fi no da</target>
519 <context-group name="null">
520 <context context-type="linenumber">20</context>
521 </context-group> 533 </context-group>
522 </trans-unit> 534 </trans-unit>
523 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 535 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
@@ -666,21 +678,21 @@ lo mi vidvi</target>
666 <source>Local videos</source> 678 <source>Local videos</source>
667 <target>lo diklo vidvi</target> 679 <target>lo diklo vidvi</target>
668 <context-group name="null"> 680 <context-group name="null">
669 <context context-type="linenumber">54</context> 681 <context context-type="linenumber">63</context>
670 </context-group> 682 </context-group>
671 </trans-unit> 683 </trans-unit>
672 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 684 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
673 <source>Policy on videos containing sensitive content</source> 685 <source>Policy on videos containing sensitive content</source>
674 <target>loi javni be tu'a lo vidvi poi vasru lo ganvi poi te kajde</target> 686 <target>loi javni be tu'a lo vidvi poi vasru lo ganvi poi te kajde</target>
675 <context-group name="null"> 687 <context-group name="null">
676 <context context-type="linenumber">61</context> 688 <context context-type="linenumber">70</context>
677 </context-group> 689 </context-group>
678 </trans-unit> 690 </trans-unit>
679 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 691 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
680 <source>JavaScript</source> 692 <source>JavaScript</source>
681 <target>la .djavascript.</target> 693 <target>la .djavascript.</target>
682 <context-group name="null"> 694 <context-group name="null">
683 <context context-type="linenumber">294</context> 695 <context context-type="linenumber">347</context>
684 </context-group> 696 </context-group>
685 </trans-unit> 697 </trans-unit>
686 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 698 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -721,13 +733,6 @@ lo pilno</target>
721 <context context-type="linenumber">16</context> 733 <context context-type="linenumber">16</context>
722 </context-group> 734 </context-group>
723 </trans-unit> 735 </trans-unit>
724 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
725 <source>Create another video channel</source>
726 <target>zbasu lo drata ke vidvi te tivni</target>
727 <context-group name="null">
728 <context context-type="linenumber">4</context>
729 </context-group>
730 </trans-unit>
731 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 736 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
732 <source>Go to the channel</source> 737 <source>Go to the channel</source>
733 <target>klama le te tivni</target> 738 <target>klama le te tivni</target>
@@ -749,13 +754,6 @@ lo pilno</target>
749 <context context-type="linenumber">15</context> 754 <context context-type="linenumber">15</context>
750 </context-group> 755 </context-group>
751 </trans-unit> 756 </trans-unit>
752 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
753 <source>Display name</source>
754 <target>lo cmene</target>
755 <context-group name="null">
756 <context context-type="linenumber">6</context>
757 </context-group>
758 </trans-unit>
759 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a"> 757 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a">
760 <source>You don't have any subscriptions yet.</source> 758 <source>You don't have any subscriptions yet.</source>
761 <target>.i do ca jersi pe'a no da</target> 759 <target>.i do ca jersi pe'a no da</target>
@@ -763,6 +761,13 @@ lo pilno</target>
763 <context context-type="linenumber">1</context> 761 <context context-type="linenumber">1</context>
764 </context-group> 762 </context-group>
765 </trans-unit> 763 </trans-unit>
764 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
765 <source>Channel</source>
766 <target>lo te tivni</target>
767 <context-group name="null">
768 <context context-type="linenumber">39</context>
769 </context-group>
770 </trans-unit>
766 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 771 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
767 <source>Change password</source> 772 <source>Change password</source>
768 <target>galfi lo japyvla</target> 773 <target>galfi lo japyvla</target>
@@ -805,13 +810,6 @@ lo pilno</target>
805 <context context-type="linenumber">21</context> 810 <context context-type="linenumber">21</context>
806 </context-group> 811 </context-group>
807 </trans-unit> 812 </trans-unit>
808 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
809 <source>Save</source>
810 <target>vreji</target>
811 <context-group name="null">
812 <context context-type="linenumber">32</context>
813 </context-group>
814 </trans-unit>
815 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 813 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
816 <source>Update my profile</source> 814 <source>Update my profile</source>
817 <target>galfi le predatni be mi</target> 815 <target>galfi le predatni be mi</target>
@@ -858,14 +856,7 @@ lo pilno</target>
858 <source>URL</source> 856 <source>URL</source>
859 <target>lo urli</target> 857 <target>lo urli</target>
860 <context-group name="null"> 858 <context-group name="null">
861 <context context-type="linenumber">17</context> 859 <context context-type="linenumber">25</context>
862 </context-group>
863 </trans-unit>
864 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
865 <source>Channel</source>
866 <target>lo te tivni</target>
867 <context-group name="null">
868 <context context-type="linenumber">39</context>
869 </context-group> 860 </context-group>
870 </trans-unit> 861 </trans-unit>
871 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3"> 862 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3">
@@ -893,7 +884,7 @@ lo pilno</target>
893 <source>Tags</source> 884 <source>Tags</source>
894 <target>lo tcita</target> 885 <target>lo tcita</target>
895 <context-group name="null"> 886 <context-group name="null">
896 <context context-type="linenumber">191</context> 887 <context context-type="linenumber">216</context>
897 </context-group> 888 </context-group>
898 </trans-unit> 889 </trans-unit>
899 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 890 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -917,123 +908,88 @@ lo pilno</target>
917 <context context-type="linenumber">119</context> 908 <context context-type="linenumber">119</context>
918 </context-group> 909 </context-group>
919 </trans-unit> 910 </trans-unit>
920 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
921 <source>Enable video comments</source>
922 <target>lo nu pinka le vidvi cu cumki</target>
923 <context-group name="null">
924 <context context-type="linenumber">125</context>
925 </context-group>
926 </trans-unit>
927 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9"> 911 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
928 <source>Cancel create</source> 912 <source>Cancel create</source>
929 <target>co'u zbasu</target> 913 <target>co'u zbasu</target>
930 <context-group name="null"> 914 <context-group name="null">
931 <context context-type="linenumber">170</context> 915 <context context-type="linenumber">165</context>
932 </context-group> 916 </context-group>
933 </trans-unit> 917 </trans-unit>
934 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 918 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
935 <source>Cancel deletion</source> 919 <source>Cancel deletion</source>
936 <target>co'u vimcu</target> 920 <target>co'u vimcu</target>
937 <context-group name="null"> 921 <context-group name="null">
938 <context context-type="linenumber">178</context> 922 <context context-type="linenumber">173</context>
939 </context-group> 923 </context-group>
940 </trans-unit> 924 </trans-unit>
941 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 925 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
942 <source>Support</source> 926 <source>Support</source>
943 <target>rupsra</target> 927 <target>rupsra</target>
944 <context-group name="null"> 928 <context-group name="null">
945 <context context-type="linenumber">69</context> 929 <context context-type="linenumber">103</context>
946 </context-group>
947 </trans-unit>
948 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
949 <source>Advanced settings</source>
950 <target>lo certu se cuxna</target>
951 <context-group name="null">
952 <context context-type="linenumber">191</context>
953 </context-group>
954 </trans-unit>
955 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
956 <source>Download video</source>
957 <target>kibycpa le vidvi</target>
958 <context-group name="null">
959 <context context-type="linenumber">3</context>
960 </context-group> 930 </context-group>
961 </trans-unit> 931 </trans-unit>
962 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 932 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
963 <source>Direct download</source> 933 <source>Enable video comments</source>
964 <target>sirji kibycpa</target> 934 <target>lo nu pinka le vidvi cu cumki</target>
965 <context-group name="null"> 935 <context-group name="null">
966 <context context-type="linenumber">27</context> 936 <context context-type="linenumber">234</context>
967 </context-group> 937 </context-group>
968 </trans-unit> 938 </trans-unit>
969 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 939 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
970 <source>Download</source> 940 <source>Advanced settings</source>
971 <target>kibycpa</target> 941 <target>lo certu se cuxna</target>
972 <context-group name="null"> 942 <context-group name="null">
973 <context context-type="linenumber">84</context> 943 <context context-type="linenumber">186</context>
974 </context-group> 944 </context-group>
975 </trans-unit> 945 </trans-unit>
976 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 946 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
977 <source>Share</source> 947 <source>Share</source>
978 <target>fatri</target> 948 <target>fatri</target>
979 <context-group name="null"> 949 <context-group name="null">
980 <context context-type="linenumber">74</context> 950 <context context-type="linenumber">108</context>
981 </context-group> 951 </context-group>
982 </trans-unit> 952 </trans-unit>
983 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 953 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
984 <source>Close</source> 954 <source>Close</source>
985 <target>mipri</target> 955 <target>mipri</target>
986 <context-group name="null"> 956 <context-group name="null">
987 <context context-type="linenumber">51</context> 957 <context context-type="linenumber">59</context>
988 </context-group> 958 </context-group>
989 </trans-unit> 959 </trans-unit>
990 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 960 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
991 <source>Like this video</source> 961 <source>Like this video</source>
992 <target>zanru le vi vidvi</target> 962 <target>zanru le vi vidvi</target>
993 <context-group name="null"> 963 <context-group name="null">
994 <context context-type="linenumber">57</context> 964 <context context-type="linenumber">88</context>
995 </context-group> 965 </context-group>
996 </trans-unit> 966 </trans-unit>
997 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 967 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
998 <source>Dislike this video</source> 968 <source>Dislike this video</source>
999 <target>to'e zanru le vi vidvi</target> 969 <target>to'e zanru le vi vidvi</target>
1000 <context-group name="null"> 970 <context-group name="null">
1001 <context context-type="linenumber">64</context> 971 <context context-type="linenumber">96</context>
1002 </context-group>
1003 </trans-unit>
1004 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
1005 <source>Download the video</source>
1006 <target>kibycpa le vidvi</target>
1007 <context-group name="null">
1008 <context context-type="linenumber">83</context>
1009 </context-group>
1010 </trans-unit>
1011 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
1012 <source>Delete this video</source>
1013 <target>vimcu le vi vidvi</target>
1014 <context-group name="null">
1015 <context context-type="linenumber">103</context>
1016 </context-group> 972 </context-group>
1017 </trans-unit> 973 </trans-unit>
1018 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 974 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
1019 <source>Go the channel page</source> 975 <source>Go the channel page</source>
1020 <target>klama le papri pe le te tivni</target> 976 <target>klama le papri pe le te tivni</target>
1021 <context-group name="null"> 977 <context-group name="null">
1022 <context context-type="linenumber">123</context> 978 <context context-type="linenumber">143</context>
1023 </context-group> 979 </context-group>
1024 </trans-unit> 980 </trans-unit>
1025 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 981 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
1026 <source>Show more</source> 982 <source>Show more</source>
1027 <target>viska lo zmadu</target> 983 <target>viska lo zmadu</target>
1028 <context-group name="null"> 984 <context-group name="null">
1029 <context context-type="linenumber">146</context> 985 <context context-type="linenumber">166</context>
1030 </context-group> 986 </context-group>
1031 </trans-unit> 987 </trans-unit>
1032 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 988 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
1033 <source>Show less</source> 989 <source>Show less</source>
1034 <target>viska lo mleca</target> 990 <target>viska lo mleca</target>
1035 <context-group name="null"> 991 <context-group name="null">
1036 <context context-type="linenumber">152</context> 992 <context context-type="linenumber">172</context>
1037 </context-group> 993 </context-group>
1038 </trans-unit> 994 </trans-unit>
1039 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 995 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
@@ -1195,6 +1151,13 @@ lo pilno</target>
1195 <context context-type="linenumber">1</context> 1151 <context context-type="linenumber">1</context>
1196 </context-group> 1152 </context-group>
1197 </trans-unit> 1153 </trans-unit>
1154 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
1155 <source>Error</source>
1156 <target>.i srera</target>
1157 <context-group name="null">
1158 <context context-type="linenumber">1</context>
1159 </context-group>
1160 </trans-unit>
1198 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc"> 1161 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc">
1199 <source>Password updated.</source> 1162 <source>Password updated.</source>
1200 <target>.i mo'u galfi lo japyvla</target> 1163 <target>.i mo'u galfi lo japyvla</target>
@@ -1251,13 +1214,6 @@ lo pilno</target>
1251 <context context-type="linenumber">1</context> 1214 <context context-type="linenumber">1</context>
1252 </context-group> 1215 </context-group>
1253 </trans-unit> 1216 </trans-unit>
1254 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
1255 <source>Create</source>
1256 <target>zbasu</target>
1257 <context-group name="null">
1258 <context context-type="linenumber">1</context>
1259 </context-group>
1260 </trans-unit>
1261 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 1217 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
1262 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 1218 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
1263 <target>.i mo'u galfi la'o ly. <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> .ly. noi vidvi te tivni</target> 1219 <target>.i mo'u galfi la'o ly. <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> .ly. noi vidvi te tivni</target>
@@ -1356,13 +1312,6 @@ lo pilno</target>
1356 <context context-type="linenumber">1</context> 1312 <context context-type="linenumber">1</context>
1357 </context-group> 1313 </context-group>
1358 </trans-unit> 1314 </trans-unit>
1359 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
1360 <source>Error</source>
1361 <target>.i srera</target>
1362 <context-group name="null">
1363 <context context-type="linenumber">1</context>
1364 </context-group>
1365 </trans-unit>
1366 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 1315 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
1367 <source>Your password has been successfully reset!</source> 1316 <source>Your password has been successfully reset!</source>
1368 <target>.i snada lo nu mo'u galfi le do japyvla</target> 1317 <target>.i snada lo nu mo'u galfi le do japyvla</target>
diff --git a/client/src/locale/target/angular_nl_NL.xml b/client/src/locale/target/angular_nl_NL.xml
index 7e7a6abdd..6512936a3 100644
--- a/client/src/locale/target/angular_nl_NL.xml
+++ b/client/src/locale/target/angular_nl_NL.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Eerste</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Eerste</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Vorige</target> 92 <target>Vorige</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Volgende</target> 99 <target>Volgende</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Laatste</target> 106 <target>Laatste</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,84 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Verlaag uren</target> 141 <target>Verlaag uren</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Verhoog minuten</target> 148 <target>Verhoog minuten</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minuten</target> 162 <target>Minuten</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Verlaag minuten</target> 169 <target>Verlaag minuten</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Verhoog seconden</target> 176 <target>Verhoog seconden</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Seconden</target> 190 <target>Seconden</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Verlaag seconden</target> 197 <target>Verlaag seconden</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>PM</target> 204 <target>PM</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>AM</target> 211 <target>AM</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
217 <source>Cancel</source>
218 <target>Annuleren</target>
219 <context-group name="null">
220 <context context-type="linenumber">10</context>
221 </context-group> 214 </context-group>
222 </trans-unit> 215 </trans-unit>
223 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -227,25 +220,503 @@
227 <context context-type="linenumber">11</context> 220 <context context-type="linenumber">11</context>
228 </context-group> 221 </context-group>
229 </trans-unit> 222 </trans-unit>
223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
224 <source>You don't have notifications.</source>
225 <target>Je hebt geen notifcaties.</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publiceerde een <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>nieuwe video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is van de zwarte lijst gehaald
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is op de zwarte lijst gezet
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Een nieuw video misbruik<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is gemaakt op video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="3442afd9696d6abcd9210b2cb3cdfb969667ca01">
307 <source>
308 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 De recent toegevoegde video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>automatisch op de zwarte lijst gezet<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">39</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
326 <source>
327 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> heeft een reactie op jouw video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">47</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
345 <source>
346 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
349 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is gepubliceerd
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">55</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
364 <source>
365 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Jouw video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> is geslaagd
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">63</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
383 <source>
384 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Jouw video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> is mislukt
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">71</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
402 <source>
403 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
407 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
408 </source>
409 <target>
410 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
411
412 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
413 Gebruiker <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> heeft zich ingeschreven<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> op jouw instantie
414 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
415 </target>
416 <context-group name="null">
417 <context context-type="linenumber">79</context>
418 </context-group>
419 </trans-unit>
420 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
421 <source>
422 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
423
424 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
425 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
426
427 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
428 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
429 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
430 </source>
431 <target>
432 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
433
434 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
435 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> volgt
436
437 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>jouw kanaal <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
438 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>jouw account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">87</context>
443 </context-group>
444 </trans-unit>
445 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
446 <source>
447 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
448
449 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
450 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
451 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
452 </source>
453 <target>
454 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
455
456 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
457 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> heeft je vermeld op <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
458 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
459 </target>
460 <context-group name="null">
461 <context context-type="linenumber">98</context>
462 </context-group>
463 </trans-unit>
464 <trans-unit id="e3f47a553df834db218dd456c462c29f14ece449">
465 <source>
466 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
467
468 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
469 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.host }}"/>)
470 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
471 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
472 </source>
473 <target>
474 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
475
476 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
477 Jouw instantie heeft <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>een nieuwe volger<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.host }}"/>)
478 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> wacht op jouw toestemming<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
479 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
480 </target>
481 <context-group name="null">
482 <context context-type="linenumber">106</context>
483 </context-group>
484 </trans-unit>
485 <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566">
486 <source>Save to</source>
487 <target>Opslaan in</target>
488 <context-group name="null">
489 <context context-type="linenumber">4</context>
490 </context-group>
491 </trans-unit>
492 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f">
493 <source>Options</source>
494 <target>Opties</target>
495 <context-group name="null">
496 <context context-type="linenumber">9</context>
497 </context-group>
498 </trans-unit>
499 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
500 <source>Start at</source>
501 <target>Beginnen bij</target>
502 <context-group name="null">
503 <context context-type="linenumber">12</context>
504 </context-group>
505 </trans-unit>
506 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
507 <source>Stop at</source>
508 <target>Stoppen bij</target>
509 <context-group name="null">
510 <context context-type="linenumber">54</context>
511 </context-group>
512 </trans-unit>
513 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
514 <source>Display name</source>
515 <target>Weergavenaam</target>
516 <context-group name="null">
517 <context context-type="linenumber">6</context>
518 </context-group>
519 </trans-unit>
520 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
521 <source>Create</source>
522 <target>Creeër</target>
523 <context-group name="null">
524 <context context-type="linenumber">74</context>
525 </context-group>
526 </trans-unit>
527 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
528 <source>Download video</source>
529 <target>Download video</target>
530 <context-group name="null">
531 <context context-type="linenumber">3</context>
532 </context-group>
533 </trans-unit>
534 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
535 <source>Direct download</source>
536 <target>Directe download</target>
537 <context-group name="null">
538 <context context-type="linenumber">27</context>
539 </context-group>
540 </trans-unit>
541 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
542 <source>Torrent (.torrent file)</source>
543 <target>Torrent (.torrent bestand)</target>
544 <context-group name="null">
545 <context context-type="linenumber">32</context>
546 </context-group>
547 </trans-unit>
548 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
549 <source>Torrent (magnet link)</source>
550 <target>Torrent (magnet link)</target>
551 <context-group name="null">
552 <context context-type="linenumber">37</context>
553 </context-group>
554 </trans-unit>
555 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
556 <source>
557 Cancel
558 </source>
559 <target>
560Annuleren</target>
561 <context-group name="null">
562 <context context-type="linenumber">47</context>
563 </context-group>
564 </trans-unit>
565 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
566 <source>Download</source>
567 <target>Downloaden</target>
568 <context-group name="null">
569 <context context-type="linenumber">48</context>
570 </context-group>
571 </trans-unit>
572 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
573 <source>Report video</source>
574 <target>Rapporteer video</target>
575 <context-group name="null">
576 <context context-type="linenumber">3</context>
577 </context-group>
578 </trans-unit>
579 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
580 <source>
581 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
582 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
583 </source>
584 <target>
585 Je rapport wordt verzonden naar moderators van <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
586 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> Het wordt ook doorgestuurd naar de oorspronkelijke instantie <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
587 </target>
588 <context-group name="null">
589 <context context-type="linenumber">9</context>
590 </context-group>
591 </trans-unit>
592 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
593 <source>Reason...</source>
594 <target>Reden...</target>
595 <context-group name="null">
596 <context context-type="linenumber">11</context>
597 </context-group>
598 </trans-unit>
599 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
600 <source>
601 Cancel
602 </source>
603 <target>
604Annuleer</target>
605 <context-group name="null">
606 <context context-type="linenumber">38</context>
607 </context-group>
608 </trans-unit>
609 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
610 <source>Submit</source>
611 <target>Voorleggen</target>
612 <context-group name="null">
613 <context context-type="linenumber">29</context>
614 </context-group>
615 </trans-unit>
616 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
617 <source>Blacklist video</source>
618 <target>Video op de zwarte lijst zetten</target>
619 <context-group name="null">
620 <context context-type="linenumber">3</context>
621 </context-group>
622 </trans-unit>
623 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
624 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
625 <target>De video uit federatie halen (vraag om verwijdering van de video in de externe instanties)</target>
626 <context-group name="null">
627 <context context-type="linenumber">21</context>
628 </context-group>
629 </trans-unit>
230 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 630 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
231 <source>Unlisted</source> 631 <source>Unlisted</source>
232 <target>Onvermeld</target> 632 <target>Onvermeld</target>
233 <context-group name="null"> 633 <context-group name="null">
234 <context context-type="linenumber">10</context> 634 <context context-type="linenumber">17</context>
235 </context-group> 635 </context-group>
236 </trans-unit> 636 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 637 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 638 <source>Private</source>
239 <target>Privé</target> 639 <target>Privé</target>
240 <context-group name="null"> 640 <context-group name="null">
241 <context context-type="linenumber">11</context> 641 <context context-type="linenumber">18</context>
242 </context-group> 642 </context-group>
243 </trans-unit> 643 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 644 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
245 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 645 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
246 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> keer bekeken</target> 646 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> keer bekeken</target>
247 <context-group name="null"> 647 <context-group name="null">
248 <context context-type="linenumber">16</context> 648 <context context-type="linenumber">22</context>
649 </context-group>
650 </trans-unit>
651 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
652 <source>Blacklisted</source>
653 <target>Op de zwarte lijst</target>
654 <context-group name="null">
655 <context context-type="linenumber">39</context>
656 </context-group>
657 </trans-unit>
658 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
659 <source>
660 Sensitive
661 </source>
662 <target>
663 Gevoelig
664 </target>
665 <context-group name="null">
666 <context context-type="linenumber">43</context>
667 </context-group>
668 </trans-unit>
669 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
670 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
671 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
672 <context-group name="null">
673 <context context-type="linenumber">9</context>
674 </context-group>
675 </trans-unit>
676 <trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582">
677 <source>
678 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
679 </source>
680 <target>
681 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
682 </target>
683 <context-group name="null">
684 <context context-type="linenumber">22</context>
685 </context-group>
686 </trans-unit>
687 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
688 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
689 <target>Bijgewerkt <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target>
690 <context-group name="null">
691 <context context-type="linenumber">29</context>
692 </context-group>
693 </trans-unit>
694 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
695 <source>Edit starts/stops at</source>
696 <target>Bewerk beginnen/stoppen bij</target>
697 <context-group name="null">
698 <context context-type="linenumber">33</context>
699 </context-group>
700 </trans-unit>
701 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
702 <source>Save</source>
703 <target>Opslaan</target>
704 <context-group name="null">
705 <context context-type="linenumber">117</context>
706 </context-group>
707 </trans-unit>
708 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
709 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
710 <target>Verwijderen van <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
711 <context-group name="null">
712 <context context-type="linenumber">69</context>
713 </context-group>
714 </trans-unit>
715 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
716 <source>No results.</source>
717 <target>Geen resultaten.</target>
718 <context-group name="null">
719 <context context-type="linenumber">20</context>
249 </context-group> 720 </context-group>
250 </trans-unit> 721 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 722 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -382,6 +853,13 @@ Abonnement opzeggen</target>
382 <context context-type="linenumber">22</context> 853 <context context-type="linenumber">22</context>
383 </context-group> 854 </context-group>
384 </trans-unit> 855 </trans-unit>
856 <trans-unit id="2350869d835dfca2643c32e0ef1f5e35dc64f64b">
857 <source>Default NSFW/sensitive videos policy (can be redefined by the users)</source>
858 <target>Standaardbeleid voor video's met gevoelige inhoud (kan geherdefinieerd worden door de gebruikers)</target>
859 <context-group name="null">
860 <context context-type="linenumber">5</context>
861 </context-group>
862 </trans-unit>
385 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b"> 863 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
386 <source>Video quota</source> 864 <source>Video quota</source>
387 <target>Videoquotum</target> 865 <target>Videoquotum</target>
@@ -397,7 +875,7 @@ Abonnement opzeggen</target>
397Oneindig <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per dag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 875Oneindig <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per dag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
398 </target> 876 </target>
399 <context-group name="null"> 877 <context-group name="null">
400 <context context-type="linenumber">14</context> 878 <context context-type="linenumber">28</context>
401 </context-group> 879 </context-group>
402 </trans-unit> 880 </trans-unit>
403 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 881 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -407,13 +885,6 @@ Oneindig <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;n
407 <context context-type="linenumber">3</context> 885 <context context-type="linenumber">3</context>
408 </context-group> 886 </context-group>
409 </trans-unit> 887 </trans-unit>
410 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
411 <source>Reason...</source>
412 <target>Reden...</target>
413 <context-group name="null">
414 <context context-type="linenumber">11</context>
415 </context-group>
416 </trans-unit>
417 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251"> 888 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
418 <source> 889 <source>
419 A banned user will no longer be able to login. 890 A banned user will no longer be able to login.
@@ -421,14 +892,28 @@ Oneindig <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;n
421 <target> 892 <target>
422Een verbannen gebruiker kan niet langer inloggen.</target> 893Een verbannen gebruiker kan niet langer inloggen.</target>
423 <context-group name="null"> 894 <context-group name="null">
424 <context context-type="linenumber">17</context> 895 <context context-type="linenumber">18</context>
896 </context-group>
897 </trans-unit>
898 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
899 <source>Cancel</source>
900 <target>Annuleren</target>
901 <context-group name="null">
902 <context context-type="linenumber">10</context>
425 </context-group> 903 </context-group>
426 </trans-unit> 904 </trans-unit>
427 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 905 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
428 <source>Ban this user</source> 906 <source>Ban this user</source>
429 <target>Verban deze gebruiker</target> 907 <target>Verban deze gebruiker</target>
430 <context-group name="null"> 908 <context-group name="null">
431 <context context-type="linenumber">25</context> 909 <context context-type="linenumber">26</context>
910 </context-group>
911 </trans-unit>
912 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
913 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
914 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
915 <context-group name="null">
916 <context context-type="linenumber">11</context>
432 </context-group> 917 </context-group>
433 </trans-unit> 918 </trans-unit>
434 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 919 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
@@ -507,7 +992,7 @@ of maak een account aan op een andere instantie</target>
507 <source>Login</source> 992 <source>Login</source>
508 <target>Aanmelden</target> 993 <target>Aanmelden</target>
509 <context-group name="null"> 994 <context-group name="null">
510 <context context-type="linenumber">36</context> 995 <context context-type="linenumber">32</context>
511 </context-group> 996 </context-group>
512 </trans-unit> 997 </trans-unit>
513 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 998 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -517,6 +1002,17 @@ of maak een account aan op een andere instantie</target>
517 <context context-type="linenumber">57</context> 1002 <context context-type="linenumber">57</context>
518 </context-group> 1003 </context-group>
519 </trans-unit> 1004 </trans-unit>
1005 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
1006 <source>
1007 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
1008 </source>
1009 <target>
1010 Het spijt ons, je kunt je wachtwoord niet achterhalen omdat de beheerder van jouw instantie het PeerTube e-mail systeem niet heeft geconfigureerd.
1011 </target>
1012 <context-group name="null">
1013 <context context-type="linenumber">64</context>
1014 </context-group>
1015 </trans-unit>
520 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1016 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
521 <source>Email</source> 1017 <source>Email</source>
522 <target>E-mail</target> 1018 <target>E-mail</target>
@@ -535,7 +1031,7 @@ of maak een account aan op een andere instantie</target>
535 <source>Send me an email to reset my password</source> 1031 <source>Send me an email to reset my password</source>
536 <target>Zend me een e-mail om een nieuw wachtwoord in te stellen</target> 1032 <target>Zend me een e-mail om een nieuw wachtwoord in te stellen</target>
537 <context-group name="null"> 1033 <context-group name="null">
538 <context context-type="linenumber">80</context> 1034 <context context-type="linenumber">81</context>
539 </context-group> 1035 </context-group>
540 </trans-unit> 1036 </trans-unit>
541 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1037 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -604,7 +1100,7 @@ Account aanmaken</target>
604 <source>Signup</source> 1100 <source>Signup</source>
605 <target>Registratie</target> 1101 <target>Registratie</target>
606 <context-group name="null"> 1102 <context-group name="null">
607 <context context-type="linenumber">78</context> 1103 <context context-type="linenumber">88</context>
608 </context-group> 1104 </context-group>
609 </trans-unit> 1105 </trans-unit>
610 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 1106 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -660,64 +1156,56 @@ Geen resultaten gevonden</target>
660 <context context-type="linenumber">44</context> 1156 <context context-type="linenumber">44</context>
661 </context-group> 1157 </context-group>
662 </trans-unit> 1158 </trans-unit>
663 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
664 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
665 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> weergaven</target>
666 <context-group name="null">
667 <context context-type="linenumber">55</context>
668 </context-group>
669 </trans-unit>
670 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 1159 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
671 <source>Change the language</source> 1160 <source>Change the language</source>
672 <target>Taal veranderen</target> 1161 <target>Taal veranderen</target>
673 <context-group name="null"> 1162 <context-group name="null">
674 <context context-type="linenumber">86</context> 1163 <context context-type="linenumber">102</context>
675 </context-group> 1164 </context-group>
676 </trans-unit> 1165 </trans-unit>
677 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6"> 1166 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
678 <source> 1167 <source>
679 My public profile 1168 Help to translate PeerTube!
680 </source> 1169 </source>
681 <target> 1170 <target>
682Mijn openbare profiel</target> 1171 Help PeerTube te vertalen!
1172 </target>
683 <context-group name="null"> 1173 <context-group name="null">
684 <context context-type="linenumber">16</context> 1174 <context context-type="linenumber">8</context>
685 </context-group> 1175 </context-group>
686 </trans-unit> 1176 </trans-unit>
687 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb"> 1177 <trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a">
688 <source> 1178 <source>My public profile</source>
689 My account 1179 <target>Mijn openbare profiel</target>
690 </source>
691 <target>
692Mijn account</target>
693 <context-group name="null"> 1180 <context-group name="null">
694 <context context-type="linenumber">20</context> 1181 <context context-type="linenumber">17</context>
695 </context-group> 1182 </context-group>
696 </trans-unit> 1183 </trans-unit>
697 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10"> 1184 <trans-unit id="e4825b5d86d89ae0f4c797ba256f66fd8abd4ee6">
698 <source> 1185 <source>My account</source>
699 My videos 1186 <target>Mijn account</target>
700 </source>
701 <target>
702Mijn video's</target>
703 <context-group name="null"> 1187 <context-group name="null">
704 <context context-type="linenumber">24</context> 1188 <context context-type="linenumber">21</context>
705 </context-group> 1189 </context-group>
706 </trans-unit> 1190 </trans-unit>
707 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1"> 1191 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
708 <source> 1192 <source>Log out</source>
709 Log out 1193 <target>Uitloggen</target>
710 </source>
711 <target>
712Uitloggen</target>
713 <context-group name="null"> 1194 <context-group name="null">
714 <context context-type="linenumber">28</context> 1195 <context context-type="linenumber">25</context>
715 </context-group> 1196 </context-group>
716 </trans-unit> 1197 </trans-unit>
717 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1198 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
718 <source>Create an account</source> 1199 <source>Create an account</source>
719 <target>Account maken</target> 1200 <target>Account maken</target>
720 <context-group name="null"> 1201 <context-group name="null">
1202 <context context-type="linenumber">33</context>
1203 </context-group>
1204 </trans-unit>
1205 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1206 <source>My library</source>
1207 <target>Mijn bibliotheek</target>
1208 <context-group name="null">
721 <context context-type="linenumber">37</context> 1209 <context context-type="linenumber">37</context>
722 </context-group> 1210 </context-group>
723 </trans-unit> 1211 </trans-unit>
@@ -728,74 +1216,116 @@ Uitloggen</target>
728 <context context-type="linenumber">24</context> 1216 <context context-type="linenumber">24</context>
729 </context-group> 1217 </context-group>
730 </trans-unit> 1218 </trans-unit>
1219 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1220 <source>Playlists</source>
1221 <target>Afspeellijsten</target>
1222 <context-group name="null">
1223 <context context-type="linenumber">46</context>
1224 </context-group>
1225 </trans-unit>
731 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1226 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
732 <source>Subscriptions</source> 1227 <source>Subscriptions</source>
733 <target>Abonnementen</target> 1228 <target>Abonnementen</target>
734 <context-group name="null"> 1229 <context-group name="null">
735 <context context-type="linenumber">45</context> 1230 <context context-type="linenumber">51</context>
1231 </context-group>
1232 </trans-unit>
1233 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1234 <source>History</source>
1235 <target>Geschiedenis</target>
1236 <context-group name="null">
1237 <context context-type="linenumber">56</context>
736 </context-group> 1238 </context-group>
737 </trans-unit> 1239 </trans-unit>
738 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 1240 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
739 <source>Overview</source> 1241 <source>Overview</source>
740 <target>Overzicht</target> 1242 <target>Overzicht</target>
741 <context-group name="null"> 1243 <context-group name="null">
742 <context context-type="linenumber">50</context> 1244 <context context-type="linenumber">66</context>
743 </context-group> 1245 </context-group>
744 </trans-unit> 1246 </trans-unit>
745 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1247 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
746 <source>Trending</source> 1248 <source>Trending</source>
747 <target>Populair</target> 1249 <target>Populair</target>
748 <context-group name="null"> 1250 <context-group name="null">
749 <context context-type="linenumber">55</context> 1251 <context context-type="linenumber">71</context>
750 </context-group> 1252 </context-group>
751 </trans-unit> 1253 </trans-unit>
752 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1254 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
753 <source>Recently added</source> 1255 <source>Recently added</source>
754 <target>Recent toegevoegd</target> 1256 <target>Recent toegevoegd</target>
755 <context-group name="null"> 1257 <context-group name="null">
756 <context context-type="linenumber">60</context> 1258 <context context-type="linenumber">76</context>
757 </context-group> 1259 </context-group>
758 </trans-unit> 1260 </trans-unit>
759 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1261 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
760 <source>Local</source> 1262 <source>Local</source>
761 <target>Lokaal</target> 1263 <target>Lokaal</target>
762 <context-group name="null"> 1264 <context-group name="null">
763 <context context-type="linenumber">65</context> 1265 <context context-type="linenumber">81</context>
764 </context-group> 1266 </context-group>
765 </trans-unit> 1267 </trans-unit>
766 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1268 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
767 <source>More</source> 1269 <source>More</source>
768 <target>Meer</target> 1270 <target>Meer</target>
769 <context-group name="null"> 1271 <context-group name="null">
770 <context context-type="linenumber">70</context> 1272 <context context-type="linenumber">86</context>
771 </context-group> 1273 </context-group>
772 </trans-unit> 1274 </trans-unit>
773 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1275 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
774 <source>Administration</source> 1276 <source>Administration</source>
775 <target>Administratie</target> 1277 <target>Administratie</target>
776 <context-group name="null"> 1278 <context-group name="null">
777 <context context-type="linenumber">74</context> 1279 <context context-type="linenumber">90</context>
778 </context-group> 1280 </context-group>
779 </trans-unit> 1281 </trans-unit>
780 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1282 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
781 <source>About</source> 1283 <source>About</source>
782 <target>Over</target> 1284 <target>Over</target>
783 <context-group name="null"> 1285 <context-group name="null">
784 <context context-type="linenumber">25</context> 1286 <context context-type="linenumber">26</context>
785 </context-group> 1287 </context-group>
786 </trans-unit> 1288 </trans-unit>
787 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1289 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
788 <source>Show keyboard shortcuts</source> 1290 <source>Show keyboard shortcuts</source>
789 <target>Laat keyboard shortcuts zien</target> 1291 <target>Laat keyboard shortcuts zien</target>
790 <context-group name="null"> 1292 <context-group name="null">
791 <context context-type="linenumber">89</context> 1293 <context context-type="linenumber">105</context>
792 </context-group> 1294 </context-group>
793 </trans-unit> 1295 </trans-unit>
794 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 1296 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
795 <source>Toggle dark interface</source> 1297 <source>Toggle dark interface</source>
796 <target>Schakel donkere interface aan of uit</target> 1298 <target>Schakel donkere interface aan of uit</target>
797 <context-group name="null"> 1299 <context-group name="null">
798 <context context-type="linenumber">92</context> 1300 <context context-type="linenumber">108</context>
1301 </context-group>
1302 </trans-unit>
1303 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1304 <source>View your notifications</source>
1305 <target>Bekijk jouw notificaties.</target>
1306 <context-group name="null">
1307 <context context-type="linenumber">3</context>
1308 </context-group>
1309 </trans-unit>
1310 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
1311 <source>Notifications</source>
1312 <target>Notificaties</target>
1313 <context-group name="null">
1314 <context context-type="linenumber">10</context>
1315 </context-group>
1316 </trans-unit>
1317 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1318 <source>Update your notification preferences</source>
1319 <target>Update je notificatie voorkeuren</target>
1320 <context-group name="null">
1321 <context context-type="linenumber">16</context>
1322 </context-group>
1323 </trans-unit>
1324 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
1325 <source>See all your notifications</source>
1326 <target>Bekijk al jouw notificaties</target>
1327 <context-group name="null">
1328 <context context-type="linenumber">30</context>
799 </context-group> 1329 </context-group>
800 </trans-unit> 1330 </trans-unit>
801 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1331 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -826,74 +1356,95 @@ Uitloggen</target>
826 <context context-type="linenumber">15</context> 1356 <context context-type="linenumber">15</context>
827 </context-group> 1357 </context-group>
828 </trans-unit> 1358 </trans-unit>
1359 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1360 <source>Original publication year</source>
1361 <target>Origineel publicatie jaar</target>
1362 <context-group name="null">
1363 <context context-type="linenumber">24</context>
1364 </context-group>
1365 </trans-unit>
1366 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1367 <source>After...</source>
1368 <target>Na...</target>
1369 <context-group name="null">
1370 <context context-type="linenumber">30</context>
1371 </context-group>
1372 </trans-unit>
1373 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1374 <source>Before...</source>
1375 <target>Voor...</target>
1376 <context-group name="null">
1377 <context context-type="linenumber">37</context>
1378 </context-group>
1379 </trans-unit>
829 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1380 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
830 <source>Duration</source> 1381 <source>Duration</source>
831 <target>Duratie</target> 1382 <target>Duratie</target>
832 <context-group name="null"> 1383 <context-group name="null">
833 <context context-type="linenumber">24</context> 1384 <context context-type="linenumber">45</context>
834 </context-group> 1385 </context-group>
835 </trans-unit> 1386 </trans-unit>
836 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1387 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
837 <source>Display sensitive content</source> 1388 <source>Display sensitive content</source>
838 <target>Laat gevoelige inhoud zien</target> 1389 <target>Laat gevoelige inhoud zien</target>
839 <context-group name="null"> 1390 <context-group name="null">
840 <context context-type="linenumber">33</context> 1391 <context context-type="linenumber">54</context>
841 </context-group> 1392 </context-group>
842 </trans-unit> 1393 </trans-unit>
843 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 1394 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
844 <source>Yes</source> 1395 <source>Yes</source>
845 <target>Ja</target> 1396 <target>Ja</target>
846 <context-group name="null"> 1397 <context-group name="null">
847 <context context-type="linenumber">37</context> 1398 <context context-type="linenumber">58</context>
848 </context-group> 1399 </context-group>
849 </trans-unit> 1400 </trans-unit>
850 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 1401 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
851 <source>No</source> 1402 <source>No</source>
852 <target>Nee</target> 1403 <target>Nee</target>
853 <context-group name="null"> 1404 <context-group name="null">
854 <context context-type="linenumber">42</context> 1405 <context context-type="linenumber">63</context>
855 </context-group> 1406 </context-group>
856 </trans-unit> 1407 </trans-unit>
857 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 1408 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
858 <source>Category</source> 1409 <source>Category</source>
859 <target>Categorie</target> 1410 <target>Categorie</target>
860 <context-group name="null"> 1411 <context-group name="null">
861 <context context-type="linenumber">164</context> 1412 <context context-type="linenumber">189</context>
862 </context-group> 1413 </context-group>
863 </trans-unit> 1414 </trans-unit>
864 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1415 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
865 <source>Licence</source> 1416 <source>Licence</source>
866 <target>Licentie</target> 1417 <target>Licentie</target>
867 <context-group name="null"> 1418 <context-group name="null">
868 <context context-type="linenumber">173</context> 1419 <context context-type="linenumber">198</context>
869 </context-group> 1420 </context-group>
870 </trans-unit> 1421 </trans-unit>
871 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1422 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
872 <source>Language</source> 1423 <source>Language</source>
873 <target>Taal</target> 1424 <target>Taal</target>
874 <context-group name="null"> 1425 <context-group name="null">
875 <context context-type="linenumber">182</context> 1426 <context context-type="linenumber">207</context>
876 </context-group> 1427 </context-group>
877 </trans-unit> 1428 </trans-unit>
878 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1429 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
879 <source>All of these tags</source> 1430 <source>All of these tags</source>
880 <target>Al deze tags</target> 1431 <target>Al deze tags</target>
881 <context-group name="null"> 1432 <context-group name="null">
882 <context context-type="linenumber">82</context> 1433 <context context-type="linenumber">103</context>
883 </context-group> 1434 </context-group>
884 </trans-unit> 1435 </trans-unit>
885 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 1436 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
886 <source>One of these tags</source> 1437 <source>One of these tags</source>
887 <target>Een van deze tags</target> 1438 <target>Een van deze tags</target>
888 <context-group name="null"> 1439 <context-group name="null">
889 <context context-type="linenumber">87</context> 1440 <context context-type="linenumber">108</context>
890 </context-group> 1441 </context-group>
891 </trans-unit> 1442 </trans-unit>
892 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 1443 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
893 <source>Filter</source> 1444 <source>Filter</source>
894 <target>Filter</target> 1445 <target>Filter</target>
895 <context-group name="null"> 1446 <context-group name="null">
896 <context context-type="linenumber">94</context> 1447 <context context-type="linenumber">115</context>
897 </context-group> 1448 </context-group>
898 </trans-unit> 1449 </trans-unit>
899 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1450 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
@@ -903,13 +1454,6 @@ Uitloggen</target>
903 <context context-type="linenumber">14</context> 1454 <context context-type="linenumber">14</context>
904 </context-group> 1455 </context-group>
905 </trans-unit> 1456 </trans-unit>
906 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
907 <source>No results.</source>
908 <target>Geen resultaten.</target>
909 <context-group name="null">
910 <context context-type="linenumber">20</context>
911 </context-group>
912 </trans-unit>
913 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6"> 1457 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
914 <source> 1458 <source>
915 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1459 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
@@ -962,21 +1506,46 @@ Uitloggen</target>
962 <context context-type="linenumber">7</context> 1506 <context context-type="linenumber">7</context>
963 </context-group> 1507 </context-group>
964 </trans-unit> 1508 </trans-unit>
965 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb"> 1509 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
966 <source> 1510 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
967 Cancel 1511 <target>Neem contact op met <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> beheerder</target>
968 </source>
969 <target>
970Annuleer</target>
971 <context-group name="null"> 1512 <context-group name="null">
972 <context context-type="linenumber">26</context> 1513 <context context-type="linenumber">3</context>
973 </context-group> 1514 </context-group>
974 </trans-unit> 1515 </trans-unit>
975 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd"> 1516 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
976 <source>Submit</source> 1517 <source>Your name</source>
977 <target>Voorleggen</target> 1518 <target>Jouw naam</target>
978 <context-group name="null"> 1519 <context-group name="null">
979 <context context-type="linenumber">31</context> 1520 <context context-type="linenumber">11</context>
1521 </context-group>
1522 </trans-unit>
1523 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
1524 <source>Your email</source>
1525 <target>Jouw e-mail</target>
1526 <context-group name="null">
1527 <context context-type="linenumber">20</context>
1528 </context-group>
1529 </trans-unit>
1530 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
1531 <source>Your message</source>
1532 <target>Jouw bericht</target>
1533 <context-group name="null">
1534 <context context-type="linenumber">29</context>
1535 </context-group>
1536 </trans-unit>
1537 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1538 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1539 <target>Over <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instantie</target>
1540 <context-group name="null">
1541 <context context-type="linenumber">4</context>
1542 </context-group>
1543 </trans-unit>
1544 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1545 <source>Contact administrator</source>
1546 <target>Neem contact op met beheerder</target>
1547 <context-group name="null">
1548 <context context-type="linenumber">6</context>
980 </context-group> 1549 </context-group>
981 </trans-unit> 1550 </trans-unit>
982 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 1551 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
@@ -993,13 +1562,6 @@ Annuleer</target>
993 <context context-type="linenumber">39</context> 1562 <context context-type="linenumber">39</context>
994 </context-group> 1563 </context-group>
995 </trans-unit> 1564 </trans-unit>
996 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
997 <source>User registration is allowed and</source>
998 <target>Een account aanmaken is mogelijk en</target>
999 <context-group name="null">
1000 <context context-type="linenumber">29</context>
1001 </context-group>
1002 </trans-unit>
1003 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1565 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1004 <source> 1566 <source>
1005 About PeerTube 1567 About PeerTube
@@ -1340,46 +1902,62 @@ Ondertussen willen we verschillende ideeën testen die gerelateerd zijn aan dit
1340 <context context-type="linenumber">21</context> 1902 <context context-type="linenumber">21</context>
1341 </context-group> 1903 </context-group>
1342 </trans-unit> 1904 </trans-unit>
1905 <trans-unit id="8ae5153c547e445a293ee6ef9adfbf4107aa0772">
1906 <source>Dedicated to sensitive or NSFW content</source>
1907 <target>Gewijd aan gevoelige of NSFW inhoud</target>
1908 <context-group name="null">
1909 <context context-type="linenumber">50</context>
1910 </context-group>
1911 </trans-unit>
1912 <trans-unit id="c9a1f510f6a1365c5bc5615661f8505792889347">
1913 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.&lt;br /&gt;&lt;br /&gt;
1914 Moreover, the NSFW checkbox on video upload will be automatically checked by default.</source>
1915 <target>Als u dit inschakelt, kunnen andere beheerders weten dat u voornamelijk gevoelige inhoud federeert.&lt;br /&gt;&lt;br /&gt;
1916 Bovendien wordt het selectievakje NSFW bij het uploaden van video's standaard automatisch aangevinkt.</target>
1917 <context-group name="null">
1918 <context context-type="linenumber">51</context>
1919 </context-group>
1920 </trans-unit>
1343 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003"> 1921 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
1344 <source>Default client route</source> 1922 <source>Default client route</source>
1345 <target>Startpagina</target> 1923 <target>Startpagina</target>
1346 <context-group name="null"> 1924 <context-group name="null">
1347 <context context-type="linenumber">48</context> 1925 <context context-type="linenumber">57</context>
1348 </context-group> 1926 </context-group>
1349 </trans-unit> 1927 </trans-unit>
1350 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1928 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1351 <source>Videos Overview</source> 1929 <source>Videos Overview</source>
1352 <target>Video-overzicht</target> 1930 <target>Video-overzicht</target>
1353 <context-group name="null"> 1931 <context-group name="null">
1354 <context context-type="linenumber">51</context> 1932 <context context-type="linenumber">60</context>
1355 </context-group> 1933 </context-group>
1356 </trans-unit> 1934 </trans-unit>
1357 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1935 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1358 <source>Videos Trending</source> 1936 <source>Videos Trending</source>
1359 <target>Populaire video's</target> 1937 <target>Populaire video's</target>
1360 <context-group name="null"> 1938 <context-group name="null">
1361 <context context-type="linenumber">52</context> 1939 <context context-type="linenumber">61</context>
1362 </context-group> 1940 </context-group>
1363 </trans-unit> 1941 </trans-unit>
1364 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1942 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1365 <source>Videos Recently Added</source> 1943 <source>Videos Recently Added</source>
1366 <target>Recent toegevoegde video's</target> 1944 <target>Recent toegevoegde video's</target>
1367 <context-group name="null"> 1945 <context-group name="null">
1368 <context context-type="linenumber">53</context> 1946 <context context-type="linenumber">62</context>
1369 </context-group> 1947 </context-group>
1370 </trans-unit> 1948 </trans-unit>
1371 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1949 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1372 <source>Local videos</source> 1950 <source>Local videos</source>
1373 <target>Video's op deze instantie</target> 1951 <target>Video's op deze instantie</target>
1374 <context-group name="null"> 1952 <context-group name="null">
1375 <context context-type="linenumber">54</context> 1953 <context context-type="linenumber">63</context>
1376 </context-group> 1954 </context-group>
1377 </trans-unit> 1955 </trans-unit>
1378 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1956 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1379 <source>Policy on videos containing sensitive content</source> 1957 <source>Policy on videos containing sensitive content</source>
1380 <target>Beleid rond video's met gevoelige inhoud</target> 1958 <target>Beleid rond video's met gevoelige inhoud</target>
1381 <context-group name="null"> 1959 <context-group name="null">
1382 <context context-type="linenumber">61</context> 1960 <context context-type="linenumber">70</context>
1383 </context-group> 1961 </context-group>
1384 </trans-unit> 1962 </trans-unit>
1385 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1963 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1414,42 +1992,42 @@ Ondertussen willen we verschillende ideeën testen die gerelateerd zijn aan dit
1414 <source>Signup enabled</source> 1992 <source>Signup enabled</source>
1415 <target>Registratie mogelijk</target> 1993 <target>Registratie mogelijk</target>
1416 <context-group name="null"> 1994 <context-group name="null">
1417 <context context-type="linenumber">84</context> 1995 <context context-type="linenumber">94</context>
1418 </context-group> 1996 </context-group>
1419 </trans-unit> 1997 </trans-unit>
1420 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1998 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1421 <source>Signup requires email verification</source> 1999 <source>Signup requires email verification</source>
1422 <target>E-mailverificatie nodig bij registratie</target> 2000 <target>E-mailverificatie nodig bij registratie</target>
1423 <context-group name="null"> 2001 <context-group name="null">
1424 <context context-type="linenumber">91</context> 2002 <context context-type="linenumber">101</context>
1425 </context-group> 2003 </context-group>
1426 </trans-unit> 2004 </trans-unit>
1427 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 2005 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1428 <source>Signup limit</source> 2006 <source>Signup limit</source>
1429 <target>Registratielimiet</target> 2007 <target>Registratielimiet</target>
1430 <context-group name="null"> 2008 <context-group name="null">
1431 <context context-type="linenumber">96</context> 2009 <context context-type="linenumber">106</context>
1432 </context-group> 2010 </context-group>
1433 </trans-unit> 2011 </trans-unit>
1434 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 2012 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1435 <source>Users</source> 2013 <source>Users</source>
1436 <target>Gebruikers</target> 2014 <target>Gebruikers</target>
1437 <context-group name="null"> 2015 <context-group name="null">
1438 <context context-type="linenumber">105</context> 2016 <context context-type="linenumber">116</context>
1439 </context-group> 2017 </context-group>
1440 </trans-unit> 2018 </trans-unit>
1441 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 2019 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1442 <source>User default video quota</source> 2020 <source>User default video quota</source>
1443 <target>Standaard video-quotum voor gebruikers</target> 2021 <target>Standaard video-quotum voor gebruikers</target>
1444 <context-group name="null"> 2022 <context-group name="null">
1445 <context context-type="linenumber">109</context> 2023 <context context-type="linenumber">120</context>
1446 </context-group> 2024 </context-group>
1447 </trans-unit> 2025 </trans-unit>
1448 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 2026 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1449 <source>User default daily upload limit</source> 2027 <source>User default daily upload limit</source>
1450 <target>Standaard dagelijks video-quotum voor gebruikers</target> 2028 <target>Standaard dagelijks video-quotum voor gebruikers</target>
1451 <context-group name="null"> 2029 <context-group name="null">
1452 <context context-type="linenumber">121</context> 2030 <context context-type="linenumber">132</context>
1453 </context-group> 2031 </context-group>
1454 </trans-unit> 2032 </trans-unit>
1455 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 2033 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1463,28 +2041,70 @@ Ondertussen willen we verschillende ideeën testen die gerelateerd zijn aan dit
1463 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 2041 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1464 <target>Video-import met HTTP URL (d.w.z. YouTube) ingeschakeld</target> 2042 <target>Video-import met HTTP URL (d.w.z. YouTube) ingeschakeld</target>
1465 <context-group name="null"> 2043 <context-group name="null">
1466 <context context-type="linenumber">141</context> 2044 <context context-type="linenumber">153</context>
1467 </context-group> 2045 </context-group>
1468 </trans-unit> 2046 </trans-unit>
1469 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 2047 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1470 <source>Video import with a torrent file or a magnet URI enabled</source> 2048 <source>Video import with a torrent file or a magnet URI enabled</source>
1471 <target>Video-import met een torrentbestand of een magnet URL ingeschakeld</target> 2049 <target>Video-import met een torrentbestand of een magnet URL ingeschakeld</target>
1472 <context-group name="null"> 2050 <context-group name="null">
1473 <context context-type="linenumber">148</context> 2051 <context context-type="linenumber">160</context>
2052 </context-group>
2053 </trans-unit>
2054 <trans-unit id="51ee3dafebdb4c05d300b18bb4a997c10b1d7891">
2055 <source>Auto-blacklist</source>
2056 <target>Automatisch op zwarte lijst zetten</target>
2057 <context-group name="null">
2058 <context context-type="linenumber">168</context>
2059 </context-group>
2060 </trans-unit>
2061 <trans-unit id="b78d9ff04931504a241a6c6fc394d677c7a0946c">
2062 <source>New videos of users automatically blacklisted enabled</source>
2063 <target>Nieuwe video's van gebruikers automatisch op de zwarte lijst ingeschakeld</target>
2064 <context-group name="null">
2065 <context context-type="linenumber">177</context>
2066 </context-group>
2067 </trans-unit>
2068 <trans-unit id="2c2af9710d6f6c3ab117c3a74f5aa9d40710f5b9">
2069 <source>Instance followers</source>
2070 <target>Instantie volgers</target>
2071 <context-group name="null">
2072 <context context-type="linenumber">186</context>
2073 </context-group>
2074 </trans-unit>
2075 <trans-unit id="fda0a09374e5d89c25522b7c49cf8f440cfb9db8">
2076 <source>Other instances can follow your instance</source>
2077 <target>Andere instanties kunnen jouw instantie volgen</target>
2078 <context-group name="null">
2079 <context context-type="linenumber">194</context>
2080 </context-group>
2081 </trans-unit>
2082 <trans-unit id="1df9e784f36295ebd75a87980873e5bce62e8cd9">
2083 <source>Manually approve new instance follower</source>
2084 <target>Handmatig nieuwe instantie volger goedkeuren</target>
2085 <context-group name="null">
2086 <context context-type="linenumber">201</context>
1474 </context-group> 2087 </context-group>
1475 </trans-unit> 2088 </trans-unit>
1476 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 2089 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1477 <source>Administrator</source> 2090 <source>Administrator</source>
1478 <target>Administrator</target> 2091 <target>Administrator</target>
1479 <context-group name="null"> 2092 <context-group name="null">
1480 <context context-type="linenumber">155</context> 2093 <context context-type="linenumber">208</context>
1481 </context-group> 2094 </context-group>
1482 </trans-unit> 2095 </trans-unit>
1483 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 2096 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1484 <source>Admin email</source> 2097 <source>Admin email</source>
1485 <target>E-mail van administrator</target> 2098 <target>E-mail van administrator</target>
1486 <context-group name="null"> 2099 <context-group name="null">
1487 <context context-type="linenumber">158</context> 2100 <context context-type="linenumber">211</context>
2101 </context-group>
2102 </trans-unit>
2103 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
2104 <source>Enable contact form</source>
2105 <target>Schakel contactformulier in</target>
2106 <context-group name="null">
2107 <context context-type="linenumber">222</context>
1488 </context-group> 2108 </context-group>
1489 </trans-unit> 2109 </trans-unit>
1490 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 2110 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1498,70 +2118,95 @@ Ondertussen willen we verschillende ideeën testen die gerelateerd zijn aan dit
1498 <source>Twitter</source> 2118 <source>Twitter</source>
1499 <target>Twitter</target> 2119 <target>Twitter</target>
1500 <context-group name="null"> 2120 <context-group name="null">
1501 <context context-type="linenumber">178</context> 2121 <context context-type="linenumber">231</context>
1502 </context-group> 2122 </context-group>
1503 </trans-unit> 2123 </trans-unit>
1504 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 2124 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1505 <source>Your Twitter username</source> 2125 <source>Your Twitter username</source>
1506 <target>Je Twitter-gebruikersnaam</target> 2126 <target>Je Twitter-gebruikersnaam</target>
1507 <context-group name="null"> 2127 <context-group name="null">
1508 <context context-type="linenumber">184</context> 2128 <context context-type="linenumber">237</context>
1509 </context-group> 2129 </context-group>
1510 </trans-unit> 2130 </trans-unit>
1511 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 2131 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1512 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 2132 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1513 <target>Geeft het Twitter-account aan voor de website of het platform waarop de inhoud gepubliceerd werd.</target> 2133 <target>Geeft het Twitter-account aan voor de website of het platform waarop de inhoud gepubliceerd werd.</target>
1514 <context-group name="null"> 2134 <context-group name="null">
1515 <context context-type="linenumber">187</context> 2135 <context context-type="linenumber">240</context>
1516 </context-group> 2136 </context-group>
1517 </trans-unit> 2137 </trans-unit>
1518 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 2138 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1519 <source>Instance whitelisted by Twitter</source> 2139 <source>Instance whitelisted by Twitter</source>
1520 <target>Instantie gewhitelist door Twitter</target> 2140 <target>Instantie gewhitelist door Twitter</target>
1521 <context-group name="null"> 2141 <context-group name="null">
1522 <context context-type="linenumber">199</context> 2142 <context context-type="linenumber">252</context>
2143 </context-group>
2144 </trans-unit>
2145 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
2146 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
2147 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
2148 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
2149 <target>Als je instantie op de witte lijst wordt gezet door Twitter, wordt een videospeler ingebed in de Twitter feed bij het delen van een PeerTube video.&lt;br /&gt;
2150 Als de instantie niet op de witte lijst staat, gebruiken we een image link card die omleidt naar jouw PeerTube instantie.&lt;br /&gt;&lt;br /&gt;
2151 Vink dit selectievakje aan, sla de configuratie op en test met een video-URL van je instantie (https://example.com/videos/watch/blabla) op &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; om te zien of je instantie op de witte lijst staat.</target>
2152 <context-group name="null">
2153 <context context-type="linenumber">253</context>
1523 </context-group> 2154 </context-group>
1524 </trans-unit> 2155 </trans-unit>
1525 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 2156 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1526 <source>Services</source> 2157 <source>Services</source>
1527 <target>Diensten</target> 2158 <target>Diensten</target>
1528 <context-group name="null"> 2159 <context-group name="null">
1529 <context context-type="linenumber">176</context> 2160 <context context-type="linenumber">229</context>
1530 </context-group> 2161 </context-group>
1531 </trans-unit> 2162 </trans-unit>
1532 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 2163 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1533 <source>Transcoding</source> 2164 <source>Transcoding</source>
1534 <target>Transcoding</target> 2165 <target>Transcoding</target>
1535 <context-group name="null"> 2166 <context-group name="null">
1536 <context context-type="linenumber">215</context> 2167 <context context-type="linenumber">268</context>
1537 </context-group> 2168 </context-group>
1538 </trans-unit> 2169 </trans-unit>
1539 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 2170 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1540 <source>Transcoding enabled</source> 2171 <source>Transcoding enabled</source>
1541 <target>Transcoding ingeschakeld</target> 2172 <target>Transcoding ingeschakeld</target>
1542 <context-group name="null"> 2173 <context-group name="null">
1543 <context context-type="linenumber">221</context> 2174 <context context-type="linenumber">274</context>
1544 </context-group> 2175 </context-group>
1545 </trans-unit> 2176 </trans-unit>
1546 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 2177 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1547 <source>If you disable transcoding, many videos from your users will not work!</source> 2178 <source>If you disable transcoding, many videos from your users will not work!</source>
1548 <target>Als je transcoding niet inschakelt, zullen veel video's die je gebruikers uploaden niet werken!</target> 2179 <target>Als je transcoding niet inschakelt, zullen veel video's die je gebruikers uploaden niet werken!</target>
1549 <context-group name="null"> 2180 <context-group name="null">
1550 <context context-type="linenumber">222</context> 2181 <context context-type="linenumber">275</context>
2182 </context-group>
2183 </trans-unit>
2184 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
2185 <source>Allow additional extensions</source>
2186 <target>Sta extra bestandsextensies toe</target>
2187 <context-group name="null">
2188 <context context-type="linenumber">284</context>
2189 </context-group>
2190 </trans-unit>
2191 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
2192 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
2193 <target>Sta uw gebruikers toe om .mkv, .mov, .avi, .flv video's te uploaden</target>
2194 <context-group name="null">
2195 <context context-type="linenumber">285</context>
1551 </context-group> 2196 </context-group>
1552 </trans-unit> 2197 </trans-unit>
1553 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 2198 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1554 <source>Transcoding threads</source> 2199 <source>Transcoding threads</source>
1555 <target>Threads gebruikt voor transcoding</target> 2200 <target>Threads gebruikt voor transcoding</target>
1556 <context-group name="null"> 2201 <context-group name="null">
1557 <context context-type="linenumber">237</context> 2202 <context context-type="linenumber">290</context>
1558 </context-group> 2203 </context-group>
1559 </trans-unit> 2204 </trans-unit>
1560 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 2205 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1561 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 2206 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1562 <target>Resolutie <x id="INTERPOLATION" equiv-text="{{resolution}}"/> ingeschakeld</target> 2207 <target>Resolutie <x id="INTERPOLATION" equiv-text="{{resolution}}"/> ingeschakeld</target>
1563 <context-group name="null"> 2208 <context-group name="null">
1564 <context context-type="linenumber">252</context> 2209 <context context-type="linenumber">305</context>
1565 </context-group> 2210 </context-group>
1566 </trans-unit> 2211 </trans-unit>
1567 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 2212 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1575,70 +2220,105 @@ Cache
1575 2220
1576 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/></target> 2221 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/></target>
1577 <context-group name="null"> 2222 <context-group name="null">
1578 <context context-type="linenumber">260</context> 2223 <context context-type="linenumber">313</context>
1579 </context-group> 2224 </context-group>
1580 </trans-unit> 2225 </trans-unit>
1581 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 2226 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1582 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 2227 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1583 <target>Sommige bestanden zijn niet federaal (voorbeelden, ondertitelingen). We verkrijgen ze direct van hun afkomstige instantie en cachen ze.</target> 2228 <target>Sommige bestanden zijn niet federaal (voorbeelden, ondertitelingen). We verkrijgen ze direct van hun afkomstige instantie en cachen ze.</target>
1584 <context-group name="null"> 2229 <context-group name="null">
1585 <context context-type="linenumber">265</context> 2230 <context context-type="linenumber">318</context>
1586 </context-group> 2231 </context-group>
1587 </trans-unit> 2232 </trans-unit>
1588 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 2233 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1589 <source>Previews cache size</source> 2234 <source>Previews cache size</source>
1590 <target>Cachegrootte voor previews</target> 2235 <target>Cachegrootte voor previews</target>
1591 <context-group name="null"> 2236 <context-group name="null">
1592 <context context-type="linenumber">271</context> 2237 <context context-type="linenumber">324</context>
1593 </context-group> 2238 </context-group>
1594 </trans-unit> 2239 </trans-unit>
1595 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 2240 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1596 <source>Video captions cache size</source> 2241 <source>Video captions cache size</source>
1597 <target>Cachegrootte van video-ondertiteling</target> 2242 <target>Cachegrootte van video-ondertiteling</target>
1598 <context-group name="null"> 2243 <context-group name="null">
1599 <context context-type="linenumber">280</context> 2244 <context context-type="linenumber">333</context>
1600 </context-group> 2245 </context-group>
1601 </trans-unit> 2246 </trans-unit>
1602 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 2247 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1603 <source>Customizations</source> 2248 <source>Customizations</source>
1604 <target>Aanpassingen</target> 2249 <target>Aanpassingen</target>
1605 <context-group name="null"> 2250 <context-group name="null">
1606 <context context-type="linenumber">289</context> 2251 <context context-type="linenumber">342</context>
1607 </context-group> 2252 </context-group>
1608 </trans-unit> 2253 </trans-unit>
1609 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 2254 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1610 <source>JavaScript</source> 2255 <source>JavaScript</source>
1611 <target>JavaScript</target> 2256 <target>JavaScript</target>
1612 <context-group name="null"> 2257 <context-group name="null">
1613 <context context-type="linenumber">294</context> 2258 <context context-type="linenumber">347</context>
1614 </context-group> 2259 </context-group>
1615 </trans-unit> 2260 </trans-unit>
1616 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 2261 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1617 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 2262 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1618 <target>Schrijf direct JavaScriptcode.&lt;br /&gt;Bijvoorbeeld: &lt;pre&gt;console.log('mijn instantie is fantastisch');&lt;/pre&gt;</target> 2263 <target>Schrijf direct JavaScriptcode.&lt;br /&gt;Bijvoorbeeld: &lt;pre&gt;console.log('mijn instantie is fantastisch');&lt;/pre&gt;</target>
1619 <context-group name="null"> 2264 <context-group name="null">
1620 <context context-type="linenumber">297</context> 2265 <context context-type="linenumber">350</context>
2266 </context-group>
2267 </trans-unit>
2268 <trans-unit id="d90e081933221a99c87e2ad9769afb6be6ff6fc4">
2269 <source>
2270 Write directly CSS code. Example:&lt;br /&gt;&lt;br /&gt;
2271 &lt;pre&gt;
2272 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2273 color: red;
2274 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2275 &lt;/pre&gt;
2276
2277 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:&lt;br /&gt;&lt;br /&gt;
2278 &lt;pre&gt;
2279 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2280 color: red;
2281 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2282 &lt;/pre&gt;
2283 </source>
2284 <target>
2285 Schrijf rechtstreeks CSS-code. Voorbeeld:&lt;br /&gt;&lt;br /&gt;
2286 &lt;pre&gt;
2287 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2288 color: red;
2289 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2290 &lt;/pre&gt;
2291
2292 Voorafzetten met &lt;em&gt;#custom-css&lt;/em&gt; om stijlen te overschrijven. Voorbeeld:&lt;br /&gt;&lt;br /&gt;
2293 &lt;pre&gt;
2294 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2295 color: red;
2296 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2297 &lt;/pre&gt;
2298 </target>
2299 <context-group name="null">
2300 <context context-type="linenumber">364</context>
1621 </context-group> 2301 </context-group>
1622 </trans-unit> 2302 </trans-unit>
1623 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 2303 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1624 <source>Advanced configuration</source> 2304 <source>Advanced configuration</source>
1625 <target>Geavanceerde configuratie</target> 2305 <target>Geavanceerde configuratie</target>
1626 <context-group name="null"> 2306 <context-group name="null">
1627 <context context-type="linenumber">212</context> 2307 <context context-type="linenumber">265</context>
1628 </context-group> 2308 </context-group>
1629 </trans-unit> 2309 </trans-unit>
1630 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 2310 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1631 <source>Update configuration</source> 2311 <source>Update configuration</source>
1632 <target>Bijwerkingsconfiguratie</target> 2312 <target>Bijwerkingsconfiguratie</target>
1633 <context-group name="null"> 2313 <context-group name="null">
1634 <context context-type="linenumber">340</context> 2314 <context context-type="linenumber">393</context>
1635 </context-group> 2315 </context-group>
1636 </trans-unit> 2316 </trans-unit>
1637 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 2317 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1638 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2318 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1639 <target>Het lijkt erop dat de configuratie invalide is. Zoek alstublieft potentiële foutmeldingen op in andere tabbladen.</target> 2319 <target>Het lijkt erop dat de configuratie invalide is. Zoek alstublieft potentiële foutmeldingen op in andere tabbladen.</target>
1640 <context-group name="null"> 2320 <context-group name="null">
1641 <context context-type="linenumber">341</context> 2321 <context context-type="linenumber">394</context>
1642 </context-group> 2322 </context-group>
1643 </trans-unit> 2323 </trans-unit>
1644 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2324 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1671,22 +2351,23 @@ Moderatie</target>
1671 <context context-type="linenumber">11</context> 2351 <context context-type="linenumber">11</context>
1672 </context-group> 2352 </context-group>
1673 </trans-unit> 2353 </trans-unit>
1674 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368"> 2354 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1675 <source> 2355 <source>
1676 Jobs 2356 Configuration
1677 </source> 2357 </source>
1678 <target> 2358 <target>
1679Banen</target> 2359Configuratie</target>
1680 <context-group name="null"> 2360 <context-group name="null">
1681 <context context-type="linenumber">15</context> 2361 <context context-type="linenumber">15</context>
1682 </context-group> 2362 </context-group>
1683 </trans-unit> 2363 </trans-unit>
1684 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 2364 <trans-unit id="638b9df143315199c73f6c82d9754307d4b9f01c">
1685 <source> 2365 <source>
1686 Configuration 2366 System
1687 </source> 2367 </source>
1688 <target> 2368 <target>
1689Configuratie</target> 2369 Systeem
2370 </target>
1690 <context-group name="null"> 2371 <context-group name="null">
1691 <context context-type="linenumber">19</context> 2372 <context context-type="linenumber">19</context>
1692 </context-group> 2373 </context-group>
@@ -1729,20 +2410,13 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
1729 <context context-type="linenumber">18</context> 2410 <context context-type="linenumber">18</context>
1730 </context-group> 2411 </context-group>
1731 </trans-unit> 2412 </trans-unit>
1732 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25"> 2413 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb">
1733 <source>Score</source> 2414 <source>Follower handle</source>
1734 <target>Score</target> 2415 <target>Volger naam</target>
1735 <context-group name="null"> 2416 <context-group name="null">
1736 <context context-type="linenumber">17</context> 2417 <context context-type="linenumber">17</context>
1737 </context-group> 2418 </context-group>
1738 </trans-unit> 2419 </trans-unit>
1739 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1740 <source>Host</source>
1741 <target>Host</target>
1742 <context-group name="null">
1743 <context context-type="linenumber">19</context>
1744 </context-group>
1745 </trans-unit>
1746 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2420 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
1747 <source>State</source> 2421 <source>State</source>
1748 <target>Status</target> 2422 <target>Status</target>
@@ -1750,6 +2424,13 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
1750 <context context-type="linenumber">10</context> 2424 <context context-type="linenumber">10</context>
1751 </context-group> 2425 </context-group>
1752 </trans-unit> 2426 </trans-unit>
2427 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
2428 <source>Score</source>
2429 <target>Score</target>
2430 <context-group name="null">
2431 <context context-type="linenumber">19</context>
2432 </context-group>
2433 </trans-unit>
1753 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2434 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1754 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2435 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1755 <target>Gemaakt op <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2436 <target>Gemaakt op <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -1771,6 +2452,27 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
1771 <context context-type="linenumber">33</context> 2452 <context context-type="linenumber">33</context>
1772 </context-group> 2453 </context-group>
1773 </trans-unit> 2454 </trans-unit>
2455 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
2456 <source>Accept</source>
2457 <target>Accepteren</target>
2458 <context-group name="null">
2459 <context context-type="linenumber">41</context>
2460 </context-group>
2461 </trans-unit>
2462 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2463 <source>Refuse</source>
2464 <target>Weigeren</target>
2465 <context-group name="null">
2466 <context context-type="linenumber">42</context>
2467 </context-group>
2468 </trans-unit>
2469 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
2470 <source>Host</source>
2471 <target>Host</target>
2472 <context-group name="null">
2473 <context context-type="linenumber">19</context>
2474 </context-group>
2475 </trans-unit>
1774 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8"> 2476 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
1775 <source>Redundancy allowed</source> 2477 <source>Redundancy allowed</source>
1776 <target>Overtolligheid toegelaten</target> 2478 <target>Overtolligheid toegelaten</target>
@@ -1806,34 +2508,6 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
1806 <context context-type="linenumber">9</context> 2508 <context context-type="linenumber">9</context>
1807 </context-group> 2509 </context-group>
1808 </trans-unit> 2510 </trans-unit>
1809 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1810 <source>Jobs list</source>
1811 <target>Banenlijst</target>
1812 <context-group name="null">
1813 <context context-type="linenumber">2</context>
1814 </context-group>
1815 </trans-unit>
1816 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1817 <source>Type</source>
1818 <target>Type</target>
1819 <context-group name="null">
1820 <context context-type="linenumber">19</context>
1821 </context-group>
1822 </trans-unit>
1823 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
1824 <source>Processed on</source>
1825 <target>Behandeld op</target>
1826 <context-group name="null">
1827 <context context-type="linenumber">22</context>
1828 </context-group>
1829 </trans-unit>
1830 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
1831 <source>Finished on</source>
1832 <target>Voltooid op</target>
1833 <context-group name="null">
1834 <context context-type="linenumber">23</context>
1835 </context-group>
1836 </trans-unit>
1837 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 2511 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1838 <source>Create user</source> 2512 <source>Create user</source>
1839 <target>Gebruiker aanmaken</target> 2513 <target>Gebruiker aanmaken</target>
@@ -1889,6 +2563,55 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
1889 <context context-type="linenumber">72</context> 2563 <context context-type="linenumber">72</context>
1890 </context-group> 2564 </context-group>
1891 </trans-unit> 2565 </trans-unit>
2566 <trans-unit id="021ae82dcaddcb3e8d1c5e9645952b7c7e772fe1">
2567 <source>Bypass video auto blacklist</source>
2568 <target>Omzeil automatisch op zwarte lijst zetten van video </target>
2569 <context-group name="null">
2570 <context context-type="linenumber">85</context>
2571 </context-group>
2572 </trans-unit>
2573 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2574 <source>Danger Zone</source>
2575 <target>Gevarenzone</target>
2576 <context-group name="null">
2577 <context context-type="linenumber">93</context>
2578 </context-group>
2579 </trans-unit>
2580 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2581 <source>Send a link to reset the password by email to the user</source>
2582 <target>Stuur een link per e-mail naar de gebruiker om het wachtwoord te resetten</target>
2583 <context-group name="null">
2584 <context context-type="linenumber">96</context>
2585 </context-group>
2586 </trans-unit>
2587 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2588 <source>Ask for new password</source>
2589 <target>Vraag om een nieuw wachtwoord</target>
2590 <context-group name="null">
2591 <context context-type="linenumber">97</context>
2592 </context-group>
2593 </trans-unit>
2594 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2595 <source>Manually set the user password</source>
2596 <target>Stel het gebruikerswachtwoord handmatig in</target>
2597 <context-group name="null">
2598 <context context-type="linenumber">101</context>
2599 </context-group>
2600 </trans-unit>
2601 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2602 <source>Show</source>
2603 <target>Tonen</target>
2604 <context-group name="null">
2605 <context context-type="linenumber">10</context>
2606 </context-group>
2607 </trans-unit>
2608 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2609 <source>Hide</source>
2610 <target>Verbergen</target>
2611 <context-group name="null">
2612 <context context-type="linenumber">11</context>
2613 </context-group>
2614 </trans-unit>
1892 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2615 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
1893 <source>Users list</source> 2616 <source>Users list</source>
1894 <target>Gebruikerslijst</target> 2617 <target>Gebruikerslijst</target>
@@ -1921,7 +2644,7 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
1921 <source>Go to the account page</source> 2644 <source>Go to the account page</source>
1922 <target>Ga naar accountpagina</target> 2645 <target>Ga naar accountpagina</target>
1923 <context-group name="null"> 2646 <context-group name="null">
1924 <context context-type="linenumber">133</context> 2647 <context context-type="linenumber">153</context>
1925 </context-group> 2648 </context-group>
1926 </trans-unit> 2649 </trans-unit>
1927 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2650 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -1947,7 +2670,7 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
1947 </trans-unit> 2670 </trans-unit>
1948 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 2671 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
1949 <source>Moderation comment</source> 2672 <source>Moderation comment</source>
1950 <target>Beheerdersopmerking</target> 2673 <target>Beheer reactie</target>
1951 <context-group name="null"> 2674 <context-group name="null">
1952 <context context-type="linenumber">3</context> 2675 <context context-type="linenumber">3</context>
1953 </context-group> 2676 </context-group>
@@ -1957,16 +2680,17 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
1957 This comment can only be seen by you or the other moderators. 2680 This comment can only be seen by you or the other moderators.
1958 </source> 2681 </source>
1959 <target> 2682 <target>
1960Deze opmerking kan alleen door jou en andere beheerders gezien worden.</target> 2683 Deze reactie kan alleen door jou of andere beheerders gezien worden.
2684 </target>
1961 <context-group name="null"> 2685 <context-group name="null">
1962 <context context-type="linenumber">17</context> 2686 <context context-type="linenumber">18</context>
1963 </context-group> 2687 </context-group>
1964 </trans-unit> 2688 </trans-unit>
1965 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 2689 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
1966 <source>Update this comment</source> 2690 <source>Update this comment</source>
1967 <target>Werk deze comment bij</target> 2691 <target>Werk deze comment bij</target>
1968 <context-group name="null"> 2692 <context-group name="null">
1969 <context context-type="linenumber">25</context> 2693 <context context-type="linenumber">26</context>
1970 </context-group> 2694 </context-group>
1971 </trans-unit> 2695 </trans-unit>
1972 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 2696 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -2020,7 +2744,7 @@ Deze opmerking kan alleen door jou en andere beheerders gezien worden.</target>
2020 </trans-unit> 2744 </trans-unit>
2021 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 2745 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638">
2022 <source>Moderation comment:</source> 2746 <source>Moderation comment:</source>
2023 <target>Beheerderopmerking:</target> 2747 <target>Beheer reactie:</target>
2024 <context-group name="null"> 2748 <context-group name="null">
2025 <context context-type="linenumber">57</context> 2749 <context context-type="linenumber">57</context>
2026 </context-group> 2750 </context-group>
@@ -2039,6 +2763,13 @@ Deze opmerking kan alleen door jou en andere beheerders gezien worden.</target>
2039 <context context-type="linenumber">9</context> 2763 <context context-type="linenumber">9</context>
2040 </context-group> 2764 </context-group>
2041 </trans-unit> 2765 </trans-unit>
2766 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2767 <source>Unfederated</source>
2768 <target>Niet gefedereerd</target>
2769 <context-group name="null">
2770 <context context-type="linenumber">10</context>
2771 </context-group>
2772 </trans-unit>
2042 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 2773 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
2043 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2774 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2044 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2775 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -2053,6 +2784,13 @@ Deze opmerking kan alleen door jou en andere beheerders gezien worden.</target>
2053 <context context-type="linenumber">43</context> 2784 <context context-type="linenumber">43</context>
2054 </context-group> 2785 </context-group>
2055 </trans-unit> 2786 </trans-unit>
2787 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2788 <source>Unblacklist</source>
2789 <target>Van zwarte lijst halen</target>
2790 <context-group name="null">
2791 <context context-type="linenumber">16</context>
2792 </context-group>
2793 </trans-unit>
2056 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2794 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2057 <source>Moderation</source> 2795 <source>Moderation</source>
2058 <target>Beheer</target> 2796 <target>Beheer</target>
@@ -2062,18 +2800,25 @@ Deze opmerking kan alleen door jou en andere beheerders gezien worden.</target>
2062 </trans-unit> 2800 </trans-unit>
2063 <trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e"> 2801 <trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e">
2064 <source>Video abuses</source> 2802 <source>Video abuses</source>
2065 <target>Videomisbruik</target> 2803 <target>Video misbruik</target>
2066 <context-group name="null"> 2804 <context-group name="null">
2067 <context context-type="linenumber">5</context> 2805 <context context-type="linenumber">5</context>
2068 </context-group> 2806 </context-group>
2069 </trans-unit> 2807 </trans-unit>
2070 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1"> 2808 <trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9">
2071 <source>Blacklisted videos</source> 2809 <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source>
2072 <target>Video's op zwarte lijst</target> 2810 <target><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Handmatig op zwarte lijst gezette videos' : 'Op zwarte lijst gezette videos' }}"/></target>
2073 <context-group name="null"> 2811 <context-group name="null">
2074 <context context-type="linenumber">7</context> 2812 <context context-type="linenumber">7</context>
2075 </context-group> 2813 </context-group>
2076 </trans-unit> 2814 </trans-unit>
2815 <trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45">
2816 <source>Auto-blacklisted videos</source>
2817 <target>Video's die automatisch op de zwarte lijst zijn gezet</target>
2818 <context-group name="null">
2819 <context context-type="linenumber">9</context>
2820 </context-group>
2821 </trans-unit>
2077 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2822 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2078 <source>Muted accounts</source> 2823 <source>Muted accounts</source>
2079 <target>Gedempte accounts</target> 2824 <target>Gedempte accounts</target>
@@ -2085,7 +2830,7 @@ Deze opmerking kan alleen door jou en andere beheerders gezien worden.</target>
2085 <source>Muted servers</source> 2830 <source>Muted servers</source>
2086 <target>Gedempte servers</target> 2831 <target>Gedempte servers</target>
2087 <context-group name="null"> 2832 <context-group name="null">
2088 <context context-type="linenumber">11</context> 2833 <context context-type="linenumber">13</context>
2089 </context-group> 2834 </context-group>
2090 </trans-unit> 2835 </trans-unit>
2091 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2836 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2109,6 +2854,69 @@ Deze opmerking kan alleen door jou en andere beheerders gezien worden.</target>
2109 <context context-type="linenumber">23</context> 2854 <context context-type="linenumber">23</context>
2110 </context-group> 2855 </context-group>
2111 </trans-unit> 2856 </trans-unit>
2857 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2858 <source>Jobs list</source>
2859 <target>Banenlijst</target>
2860 <context-group name="null">
2861 <context context-type="linenumber">2</context>
2862 </context-group>
2863 </trans-unit>
2864 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2865 <source>Type</source>
2866 <target>Type</target>
2867 <context-group name="null">
2868 <context context-type="linenumber">19</context>
2869 </context-group>
2870 </trans-unit>
2871 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2872 <source>Processed on</source>
2873 <target>Behandeld op</target>
2874 <context-group name="null">
2875 <context context-type="linenumber">22</context>
2876 </context-group>
2877 </trans-unit>
2878 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2879 <source>Finished on</source>
2880 <target>Voltooid op</target>
2881 <context-group name="null">
2882 <context context-type="linenumber">23</context>
2883 </context-group>
2884 </trans-unit>
2885 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
2886 <source>Refresh</source>
2887 <target>Verversen</target>
2888 <context-group name="null">
2889 <context context-type="linenumber">14</context>
2890 </context-group>
2891 </trans-unit>
2892 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd">
2893 <source>System</source>
2894 <target>Systeem</target>
2895 <context-group name="null">
2896 <context context-type="linenumber">2</context>
2897 </context-group>
2898 </trans-unit>
2899 <trans-unit id="43f1cc191ebc0b8ce89f6916aa634f5a57158798">
2900 <source>Jobs</source>
2901 <target>Taken</target>
2902 <context-group name="null">
2903 <context context-type="linenumber">5</context>
2904 </context-group>
2905 </trans-unit>
2906 <trans-unit id="eb3d5aefff38a814b76da74371cbf02c0789a1ef">
2907 <source>Logs</source>
2908 <target>Logs</target>
2909 <context-group name="null">
2910 <context context-type="linenumber">7</context>
2911 </context-group>
2912 </trans-unit>
2913 <trans-unit id="dcfc990a822e11feb00eb91d9cf4d6ec0ed37dd0">
2914 <source>Debug</source>
2915 <target>Debug</target>
2916 <context-group name="null">
2917 <context context-type="linenumber">9</context>
2918 </context-group>
2919 </trans-unit>
2112 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 2920 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
2113 <source>Video quota:</source> 2921 <source>Video quota:</source>
2114 <target>Videoquotum:</target> 2922 <target>Videoquotum:</target>
@@ -2141,14 +2949,14 @@ Deze opmerking kan alleen door jou en andere beheerders gezien worden.</target>
2141 <source>Change ownership</source> 2949 <source>Change ownership</source>
2142 <target>Verander eigenaar</target> 2950 <target>Verander eigenaar</target>
2143 <context-group name="null"> 2951 <context-group name="null">
2144 <context context-type="linenumber">46</context> 2952 <context context-type="linenumber">21</context>
2145 </context-group> 2953 </context-group>
2146 </trans-unit> 2954 </trans-unit>
2147 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2955 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
2148 <source>Select the next owner</source> 2956 <source>Select the next owner</source>
2149 <target>Selecteer de volgende eigenaar</target> 2957 <target>Selecteer de volgende eigenaar</target>
2150 <context-group name="null"> 2958 <context-group name="null">
2151 <context context-type="linenumber">9</context> 2959 <context context-type="linenumber">10</context>
2152 </context-group> 2960 </context-group>
2153 </trans-unit> 2961 </trans-unit>
2154 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8"> 2962 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
@@ -2161,32 +2969,8 @@ Annuleren</target>
2161 <context context-type="linenumber">35</context> 2969 <context context-type="linenumber">35</context>
2162 </context-group> 2970 </context-group>
2163 </trans-unit> 2971 </trans-unit>
2164 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79"> 2972 <trans-unit id="16f3de2dba2a3461d7f7a36157d22e6898bb3244">
2165 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2973 <source>Create a new video channel</source>
2166 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> weergaven</target>
2167 <context-group name="null">
2168 <context context-type="linenumber">19</context>
2169 </context-group>
2170 </trans-unit>
2171 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2172 <source>Blacklisted</source>
2173 <target>Op de zwarte lijst</target>
2174 <context-group name="null">
2175 <context context-type="linenumber">22</context>
2176 </context-group>
2177 </trans-unit>
2178 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2179 <source>
2180 Cancel
2181 </source>
2182 <target>
2183Annuleren</target>
2184 <context-group name="null">
2185 <context context-type="linenumber">30</context>
2186 </context-group>
2187 </trans-unit>
2188 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2189 <source>Create another video channel</source>
2190 <target>Nieuw videokanaal maken</target> 2974 <target>Nieuw videokanaal maken</target>
2191 <context-group name="null"> 2975 <context-group name="null">
2192 <context context-type="linenumber">4</context> 2976 <context context-type="linenumber">4</context>
@@ -2213,13 +2997,6 @@ Annuleren</target>
2213 <context context-type="linenumber">15</context> 2997 <context context-type="linenumber">15</context>
2214 </context-group> 2998 </context-group>
2215 </trans-unit> 2999 </trans-unit>
2216 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2217 <source>Display name</source>
2218 <target>Weergavenaam</target>
2219 <context-group name="null">
2220 <context context-type="linenumber">6</context>
2221 </context-group>
2222 </trans-unit>
2223 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 3000 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2224 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 3001 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2225When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 3002When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2268,7 +3045,7 @@ Als je een video uploadt op dit kanaal, wordt deze tekst ingevuld in het "onders
2268 <source>Select the target channel</source> 3045 <source>Select the target channel</source>
2269 <target>Selecteer het doelwitkanaal</target> 3046 <target>Selecteer het doelwitkanaal</target>
2270 <context-group name="null"> 3047 <context-group name="null">
2271 <context context-type="linenumber">9</context> 3048 <context context-type="linenumber">10</context>
2272 </context-group> 3049 </context-group>
2273 </trans-unit> 3050 </trans-unit>
2274 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740"> 3051 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
@@ -2309,14 +3086,7 @@ Als je een video uploadt op dit kanaal, wordt deze tekst ingevuld in het "onders
2309 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source> 3086 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
2310 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target> 3087 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
2311 <context-group name="null"> 3088 <context-group name="null">
2312 <context context-type="linenumber">39</context> 3089 <context context-type="linenumber">38</context>
2313 </context-group>
2314 </trans-unit>
2315 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2316 <source>Refuse</source>
2317 <target>Weigeren</target>
2318 <context-group name="null">
2319 <context context-type="linenumber">47</context>
2320 </context-group> 3090 </context-group>
2321 </trans-unit> 3091 </trans-unit>
2322 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e"> 3092 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
@@ -2326,6 +3096,94 @@ Als je een video uploadt op dit kanaal, wordt deze tekst ingevuld in het "onders
2326 <context context-type="linenumber">2</context> 3096 <context context-type="linenumber">2</context>
2327 </context-group> 3097 </context-group>
2328 </trans-unit> 3098 </trans-unit>
3099 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
3100 <source>History enabled</source>
3101 <target>Geschiedenis ingeschakeld</target>
3102 <context-group name="null">
3103 <context context-type="linenumber">4</context>
3104 </context-group>
3105 </trans-unit>
3106 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
3107 <source>
3108 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3109 Delete history
3110 </source>
3111 <target>
3112 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3113 Verwijder geschiedenis
3114 </target>
3115 <context-group name="null">
3116 <context context-type="linenumber">7</context>
3117 </context-group>
3118 </trans-unit>
3119 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
3120 <source>You don't have videos history yet.</source>
3121 <target>Je hebt nog geen geschiedenis van video's.</target>
3122 <context-group name="null">
3123 <context context-type="linenumber">14</context>
3124 </context-group>
3125 </trans-unit>
3126 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
3127 <source>
3128 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3129 Notification preferences
3130 </source>
3131 <target>
3132 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3133 Notificatie voorkeuren
3134 </target>
3135 <context-group name="null">
3136 <context context-type="linenumber">2</context>
3137 </context-group>
3138 </trans-unit>
3139 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
3140 <source>
3141 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3142 Mark all as read
3143 </source>
3144 <target>
3145 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3146 Markeer alles als gelezen
3147 </target>
3148 <context-group name="null">
3149 <context context-type="linenumber">7</context>
3150 </context-group>
3151 </trans-unit>
3152 <trans-unit id="be746a6e47e3388c7cf793aef8d7b44b86cc94f2">
3153 <source>Create a new playlist</source>
3154 <target>Nieuwe afspeellijst maken</target>
3155 <context-group name="null">
3156 <context context-type="linenumber">1</context>
3157 </context-group>
3158 </trans-unit>
3159 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
3160 <source>Privacy</source>
3161 <target>Privacy</target>
3162 <context-group name="null">
3163 <context context-type="linenumber">179</context>
3164 </context-group>
3165 </trans-unit>
3166 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
3167 <source>Channel</source>
3168 <target>Kanaal</target>
3169 <context-group name="null">
3170 <context context-type="linenumber">39</context>
3171 </context-group>
3172 </trans-unit>
3173 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
3174 <source>Upload thumbnail</source>
3175 <target>Thumbnail uploaden</target>
3176 <context-group name="null">
3177 <context context-type="linenumber">192</context>
3178 </context-group>
3179 </trans-unit>
3180 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861">
3181 <source>No videos in this playlist.</source>
3182 <target>Geen video's in deze afspeellijst.</target>
3183 <context-group name="null">
3184 <context context-type="linenumber">11</context>
3185 </context-group>
3186 </trans-unit>
2329 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 3187 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2330 <source>Change password</source> 3188 <source>Change password</source>
2331 <target>Wachtwoord veranderen</target> 3189 <target>Wachtwoord veranderen</target>
@@ -2375,13 +3233,6 @@ Als je een video uploadt op dit kanaal, wordt deze tekst ingevuld in het "onders
2375 <context context-type="linenumber">28</context> 3233 <context context-type="linenumber">28</context>
2376 </context-group> 3234 </context-group>
2377 </trans-unit> 3235 </trans-unit>
2378 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2379 <source>Save</source>
2380 <target>Opslaan</target>
2381 <context-group name="null">
2382 <context context-type="linenumber">32</context>
2383 </context-group>
2384 </trans-unit>
2385 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 3236 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2386 <source>Update my profile</source> 3237 <source>Update my profile</source>
2387 <target>Werk mijn profiel bij</target> 3238 <target>Werk mijn profiel bij</target>
@@ -2425,6 +3276,20 @@ Wees alstublieft zeker.</target>
2425 <context context-type="linenumber">4</context> 3276 <context context-type="linenumber">4</context>
2426 </context-group> 3277 </context-group>
2427 </trans-unit> 3278 </trans-unit>
3279 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
3280 <source>Activities</source>
3281 <target>Activiteiten</target>
3282 <context-group name="null">
3283 <context context-type="linenumber">2</context>
3284 </context-group>
3285 </trans-unit>
3286 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
3287 <source>Web</source>
3288 <target>Web</target>
3289 <context-group name="null">
3290 <context context-type="linenumber">3</context>
3291 </context-group>
3292 </trans-unit>
2428 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd"> 3293 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd">
2429 <source> 3294 <source>
2430 Sorry, but we couldn't find the page you were looking for. 3295 Sorry, but we couldn't find the page you were looking for.
@@ -2488,6 +3353,13 @@ Vraag e-mail voor accountverificatie aan</target>
2488 <context context-type="linenumber">20</context> 3353 <context context-type="linenumber">20</context>
2489 </context-group> 3354 </context-group>
2490 </trans-unit> 3355 </trans-unit>
3356 <trans-unit id="b207b668dc1d056cd7557ffa3b41f1fd0865f93d">
3357 <source>Video playlists</source>
3358 <target>Video afspeellijsten</target>
3359 <context-group name="null">
3360 <context context-type="linenumber">25</context>
3361 </context-group>
3362 </trans-unit>
2491 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8"> 3363 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
2492 <source>Support this channel</source> 3364 <source>Support this channel</source>
2493 <target>Ondersteun dit kanaal</target> 3365 <target>Ondersteun dit kanaal</target>
@@ -2502,11 +3374,29 @@ Vraag e-mail voor accountverificatie aan</target>
2502 <context context-type="linenumber">17</context> 3374 <context context-type="linenumber">17</context>
2503 </context-group> 3375 </context-group>
2504 </trans-unit> 3376 </trans-unit>
3377 <trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e">
3378 <source>
3379 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
3380</source>
3381 <target>
3382 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> afspeellijsten gemaakt
3383</target>
3384 <context-group name="null">
3385 <context context-type="linenumber">1</context>
3386 </context-group>
3387 </trans-unit>
3388 <trans-unit id="fbbe62dee434f0521e0dfb8e3957d92fc5fcd76f">
3389 <source>This channel does not have playlists.</source>
3390 <target>Dit kanaal heeft geen afspeellijsten.</target>
3391 <context-group name="null">
3392 <context context-type="linenumber">5</context>
3393 </context-group>
3394 </trans-unit>
2505 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6"> 3395 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
2506 <source>URL</source> 3396 <source>URL</source>
2507 <target>URL</target> 3397 <target>URL</target>
2508 <context-group name="null"> 3398 <context-group name="null">
2509 <context context-type="linenumber">17</context> 3399 <context context-type="linenumber">25</context>
2510 </context-group> 3400 </context-group>
2511 </trans-unit> 3401 </trans-unit>
2512 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 3402 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2516,20 +3406,6 @@ Vraag e-mail voor accountverificatie aan</target>
2516 <context context-type="linenumber">9</context> 3406 <context context-type="linenumber">9</context>
2517 </context-group> 3407 </context-group>
2518 </trans-unit> 3408 </trans-unit>
2519 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2520 <source>Channel</source>
2521 <target>Kanaal</target>
2522 <context-group name="null">
2523 <context context-type="linenumber">39</context>
2524 </context-group>
2525 </trans-unit>
2526 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2527 <source>Privacy</source>
2528 <target>Privacy</target>
2529 <context-group name="null">
2530 <context context-type="linenumber">159</context>
2531 </context-group>
2532 </trans-unit>
2533 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 3409 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2534 <source>Sorry, but something went wrong</source> 3410 <source>Sorry, but something went wrong</source>
2535 <target>Sorry, er is iets fout gegaan</target> 3411 <target>Sorry, er is iets fout gegaan</target>
@@ -2553,7 +3429,7 @@ Gefeliciteerd, de video achter<x id="INTERPOLATION" equiv-text="{{ targetUrl }}"
2553 <source>Update</source> 3429 <source>Update</source>
2554 <target>Bijwerken</target> 3430 <target>Bijwerken</target>
2555 <context-group name="null"> 3431 <context-group name="null">
2556 <context context-type="linenumber">92</context> 3432 <context context-type="linenumber">17</context>
2557 </context-group> 3433 </context-group>
2558 </trans-unit> 3434 </trans-unit>
2559 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 3435 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2570,6 +3446,17 @@ Gefeliciteerd, de video achter<x id="INTERPOLATION" equiv-text="{{ targetUrl }}"
2570 <context context-type="linenumber">25</context> 3446 <context context-type="linenumber">25</context>
2571 </context-group> 3447 </context-group>
2572 </trans-unit> 3448 </trans-unit>
3449 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
3450 <source>
3451 Congratulations! Your video is now available in your private library.
3452</source>
3453 <target>
3454 Gefeliciteerd! Jouw video is nu beschikbaar in je privébibliotheek.
3455</target>
3456 <context-group name="null">
3457 <context context-type="linenumber">45</context>
3458 </context-group>
3459 </trans-unit>
2573 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 3460 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2574 <source>Publish will be available when upload is finished</source> 3461 <source>Publish will be available when upload is finished</source>
2575 <target>Publiceren is mogelijk wanneer de upload voltooid is</target> 3462 <target>Publiceren is mogelijk wanneer de upload voltooid is</target>
@@ -2702,7 +3589,7 @@ Dit zal een bestaande ondertiteling vervangen!</target>
2702 <source>Tags</source> 3589 <source>Tags</source>
2703 <target>Tags</target> 3590 <target>Tags</target>
2704 <context-group name="null"> 3591 <context-group name="null">
2705 <context context-type="linenumber">191</context> 3592 <context context-type="linenumber">216</context>
2706 </context-group> 3593 </context-group>
2707 </trans-unit> 3594 </trans-unit>
2708 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 3595 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -2754,25 +3641,18 @@ Dit zal een bestaande ondertiteling vervangen!</target>
2754 <context context-type="linenumber">120</context> 3641 <context context-type="linenumber">120</context>
2755 </context-group> 3642 </context-group>
2756 </trans-unit> 3643 </trans-unit>
2757 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2758 <source>Enable video comments</source>
2759 <target>Videoreacties inschakelen</target>
2760 <context-group name="null">
2761 <context context-type="linenumber">125</context>
2762 </context-group>
2763 </trans-unit>
2764 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 3644 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
2765 <source>Wait transcoding before publishing the video</source> 3645 <source>Wait transcoding before publishing the video</source>
2766 <target>Wacht tot het transcoderen voltooid is om de video te publiceren</target> 3646 <target>Wacht tot het transcoderen voltooid is om de video te publiceren</target>
2767 <context-group name="null"> 3647 <context-group name="null">
2768 <context context-type="linenumber">131</context> 3648 <context context-type="linenumber">126</context>
2769 </context-group> 3649 </context-group>
2770 </trans-unit> 3650 </trans-unit>
2771 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63"> 3651 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
2772 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source> 3652 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
2773 <target>Als je beslist om niet te wachten totdat de transcoding compleet is voordat je de video publiceert, kan de video onspeelbaar zijn totdat de transcoding eindigt.</target> 3653 <target>Als je beslist om niet te wachten totdat de transcoding compleet is voordat je de video publiceert, kan de video onspeelbaar zijn totdat de transcoding eindigt.</target>
2774 <context-group name="null"> 3654 <context-group name="null">
2775 <context context-type="linenumber">132</context> 3655 <context context-type="linenumber">127</context>
2776 </context-group> 3656 </context-group>
2777 </trans-unit> 3657 </trans-unit>
2778 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 3658 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
@@ -2786,49 +3666,49 @@ Dit zal een bestaande ondertiteling vervangen!</target>
2786 <source>Add another caption</source> 3666 <source>Add another caption</source>
2787 <target>Voeg nog een ondertiteling toe</target> 3667 <target>Voeg nog een ondertiteling toe</target>
2788 <context-group name="null"> 3668 <context-group name="null">
2789 <context context-type="linenumber">147</context> 3669 <context context-type="linenumber">142</context>
2790 </context-group> 3670 </context-group>
2791 </trans-unit> 3671 </trans-unit>
2792 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed"> 3672 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
2793 <source>See the subtitle file</source> 3673 <source>See the subtitle file</source>
2794 <target>Zie het ondertitelingsbestand</target> 3674 <target>Zie het ondertitelingsbestand</target>
2795 <context-group name="null"> 3675 <context-group name="null">
2796 <context context-type="linenumber">156</context> 3676 <context context-type="linenumber">151</context>
2797 </context-group> 3677 </context-group>
2798 </trans-unit> 3678 </trans-unit>
2799 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 3679 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2800 <source>Already uploaded ✔</source> 3680 <source>Already uploaded ✔</source>
2801 <target>Al geupload ✔</target> 3681 <target>Al geupload ✔</target>
2802 <context-group name="null"> 3682 <context-group name="null">
2803 <context context-type="linenumber">160</context> 3683 <context context-type="linenumber">155</context>
2804 </context-group> 3684 </context-group>
2805 </trans-unit> 3685 </trans-unit>
2806 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad"> 3686 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
2807 <source>Will be created on update</source> 3687 <source>Will be created on update</source>
2808 <target>Wordt gecreëerd bij bijwerking</target> 3688 <target>Wordt gecreëerd bij bijwerking</target>
2809 <context-group name="null"> 3689 <context-group name="null">
2810 <context context-type="linenumber">168</context> 3690 <context context-type="linenumber">163</context>
2811 </context-group> 3691 </context-group>
2812 </trans-unit> 3692 </trans-unit>
2813 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9"> 3693 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
2814 <source>Cancel create</source> 3694 <source>Cancel create</source>
2815 <target>Annuleer creatie</target> 3695 <target>Annuleer creatie</target>
2816 <context-group name="null"> 3696 <context-group name="null">
2817 <context context-type="linenumber">170</context> 3697 <context context-type="linenumber">165</context>
2818 </context-group> 3698 </context-group>
2819 </trans-unit> 3699 </trans-unit>
2820 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393"> 3700 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
2821 <source>Will be deleted on update</source> 3701 <source>Will be deleted on update</source>
2822 <target>Wordt verwijdert bij bijwerking</target> 3702 <target>Wordt verwijdert bij bijwerking</target>
2823 <context-group name="null"> 3703 <context-group name="null">
2824 <context context-type="linenumber">176</context> 3704 <context context-type="linenumber">171</context>
2825 </context-group> 3705 </context-group>
2826 </trans-unit> 3706 </trans-unit>
2827 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 3707 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
2828 <source>Cancel deletion</source> 3708 <source>Cancel deletion</source>
2829 <target>Annuleer verwijdering</target> 3709 <target>Annuleer verwijdering</target>
2830 <context-group name="null"> 3710 <context-group name="null">
2831 <context context-type="linenumber">178</context> 3711 <context context-type="linenumber">173</context>
2832 </context-group> 3712 </context-group>
2833 </trans-unit> 3713 </trans-unit>
2834 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0"> 3714 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
@@ -2838,132 +3718,101 @@ Dit zal een bestaande ondertiteling vervangen!</target>
2838 <target> 3718 <target>
2839Geen ondertiteling voor nu.</target> 3719Geen ondertiteling voor nu.</target>
2840 <context-group name="null"> 3720 <context-group name="null">
2841 <context context-type="linenumber">183</context> 3721 <context context-type="linenumber">178</context>
2842 </context-group> 3722 </context-group>
2843 </trans-unit> 3723 </trans-unit>
2844 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93"> 3724 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
2845 <source>Captions</source> 3725 <source>Captions</source>
2846 <target>Ondertiteling</target> 3726 <target>Ondertiteling</target>
2847 <context-group name="null"> 3727 <context-group name="null">
2848 <context context-type="linenumber">140</context> 3728 <context context-type="linenumber">135</context>
2849 </context-group>
2850 </trans-unit>
2851 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2852 <source>Upload thumbnail</source>
2853 <target>Thumbnail uploaden</target>
2854 <context-group name="null">
2855 <context context-type="linenumber">196</context>
2856 </context-group> 3729 </context-group>
2857 </trans-unit> 3730 </trans-unit>
2858 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3731 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2859 <source>Upload preview</source> 3732 <source>Upload preview</source>
2860 <target>Voorvertoning uploaden</target> 3733 <target>Voorvertoning uploaden</target>
2861 <context-group name="null"> 3734 <context-group name="null">
2862 <context context-type="linenumber">203</context> 3735 <context context-type="linenumber">199</context>
2863 </context-group> 3736 </context-group>
2864 </trans-unit> 3737 </trans-unit>
2865 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 3738 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
2866 <source>Support</source> 3739 <source>Support</source>
2867 <target>Ondersteun</target> 3740 <target>Ondersteun</target>
2868 <context-group name="null"> 3741 <context-group name="null">
2869 <context context-type="linenumber">69</context> 3742 <context context-type="linenumber">103</context>
2870 </context-group> 3743 </context-group>
2871 </trans-unit> 3744 </trans-unit>
2872 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3745 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
2873 <source>Short text to tell people how they can support you (membership platform...).</source> 3746 <source>Short text to tell people how they can support you (membership platform...).</source>
2874 <target>Korte tekst om mensen te vertellen hoe ze je kanaal kunnen ondersteunen (lidmaatschapsplatforms...).</target> 3747 <target>Korte tekst om mensen te vertellen hoe ze je kanaal kunnen ondersteunen (lidmaatschapsplatforms...).</target>
2875 <context-group name="null"> 3748 <context-group name="null">
2876 <context context-type="linenumber">210</context> 3749 <context context-type="linenumber">206</context>
2877 </context-group>
2878 </trans-unit>
2879 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2880 <source>Advanced settings</source>
2881 <target>Geavanceerde instellingen</target>
2882 <context-group name="null">
2883 <context context-type="linenumber">191</context>
2884 </context-group> 3750 </context-group>
2885 </trans-unit> 3751 </trans-unit>
2886 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0"> 3752 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
2887 <source> 3753 <source>Original publication date</source>
2888 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> 3754 <target>Oorspronkelijke publicatiedatum</target>
2889 </source>
2890 <target>
2891<x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> updaten</target>
2892 <context-group name="null"> 3755 <context-group name="null">
2893 <context context-type="linenumber">2</context> 3756 <context context-type="linenumber">219</context>
2894 </context-group> 3757 </context-group>
2895 </trans-unit> 3758 </trans-unit>
2896 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 3759 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
2897 <source>Download video</source> 3760 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
2898 <target>Download video</target> 3761 <target>Dit is de datum waarop de inhoud oorspronkelijk werd gepubliceerd (bijv. de releasedatum voor een film)</target>
2899 <context-group name="null"> 3762 <context-group name="null">
2900 <context context-type="linenumber">3</context> 3763 <context context-type="linenumber">220</context>
2901 </context-group> 3764 </context-group>
2902 </trans-unit> 3765 </trans-unit>
2903 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 3766 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2904 <source>Direct download</source> 3767 <source>Enable video comments</source>
2905 <target>Directe download</target> 3768 <target>Videoreacties inschakelen</target>
2906 <context-group name="null"> 3769 <context-group name="null">
2907 <context context-type="linenumber">27</context> 3770 <context context-type="linenumber">234</context>
2908 </context-group> 3771 </context-group>
2909 </trans-unit> 3772 </trans-unit>
2910 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 3773 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
2911 <source>Torrent (.torrent file)</source> 3774 <source>Enable download</source>
2912 <target>Torrent (.torrent bestand)</target> 3775 <target>Schakel download in</target>
2913 <context-group name="null"> 3776 <context-group name="null">
2914 <context context-type="linenumber">32</context> 3777 <context context-type="linenumber">239</context>
2915 </context-group> 3778 </context-group>
2916 </trans-unit> 3779 </trans-unit>
2917 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f"> 3780 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2918 <source>Torrent (magnet link)</source> 3781 <source>Advanced settings</source>
2919 <target>Torrent (magnet link)</target> 3782 <target>Geavanceerde instellingen</target>
2920 <context-group name="null"> 3783 <context-group name="null">
2921 <context context-type="linenumber">37</context> 3784 <context context-type="linenumber">186</context>
2922 </context-group> 3785 </context-group>
2923 </trans-unit> 3786 </trans-unit>
2924 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 3787 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
2925 <source> 3788 <source>
2926 Cancel 3789 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2927 </source> 3790 </source>
2928 <target> 3791 <target>
2929Annuleren</target> 3792<x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> updaten</target>
2930 <context-group name="null">
2931 <context context-type="linenumber">47</context>
2932 </context-group>
2933 </trans-unit>
2934 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
2935 <source>Download</source>
2936 <target>Downloaden</target>
2937 <context-group name="null">
2938 <context context-type="linenumber">84</context>
2939 </context-group>
2940 </trans-unit>
2941 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
2942 <source>Report video</source>
2943 <target>Rapporteer video</target>
2944 <context-group name="null"> 3793 <context-group name="null">
2945 <context context-type="linenumber">3</context> 3794 <context context-type="linenumber">2</context>
2946 </context-group> 3795 </context-group>
2947 </trans-unit> 3796 </trans-unit>
2948 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 3797 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2949 <source>Share</source> 3798 <source>Share</source>
2950 <target>Deel</target> 3799 <target>Deel</target>
2951 <context-group name="null"> 3800 <context-group name="null">
2952 <context context-type="linenumber">74</context> 3801 <context context-type="linenumber">108</context>
2953 </context-group> 3802 </context-group>
2954 </trans-unit> 3803 </trans-unit>
2955 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3804 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2956 <source>QR-Code</source> 3805 <source>QR-Code</source>
2957 <target>QR-Code</target> 3806 <target>QR-Code</target>
2958 <context-group name="null"> 3807 <context-group name="null">
2959 <context context-type="linenumber">29</context> 3808 <context context-type="linenumber">37</context>
2960 </context-group> 3809 </context-group>
2961 </trans-unit> 3810 </trans-unit>
2962 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3811 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2963 <source>Embed</source> 3812 <source>Embed</source>
2964 <target>Inbedden</target> 3813 <target>Inbedden</target>
2965 <context-group name="null"> 3814 <context-group name="null">
2966 <context context-type="linenumber">34</context> 3815 <context context-type="linenumber">42</context>
2967 </context-group> 3816 </context-group>
2968 </trans-unit> 3817 </trans-unit>
2969 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3818 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -2973,190 +3822,149 @@ Annuleren</target>
2973 <target> 3822 <target>
2974Deze url is niet beveiligd (geen HTTPS), dus de ingebedde video werkt niet op HTTPS websites (web browsers blokkeren onbeveiligde HTTP verzoeken op HTTPS websites).</target> 3823Deze url is niet beveiligd (geen HTTPS), dus de ingebedde video werkt niet op HTTPS websites (web browsers blokkeren onbeveiligde HTTP verzoeken op HTTPS websites).</target>
2975 <context-group name="null"> 3824 <context-group name="null">
2976 <context context-type="linenumber">45</context> 3825 <context context-type="linenumber">53</context>
2977 </context-group> 3826 </context-group>
2978 </trans-unit> 3827 </trans-unit>
2979 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3828 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
2980 <source>Close</source> 3829 <source>Close</source>
2981 <target>Sluiten</target> 3830 <target>Sluiten</target>
2982 <context-group name="null"> 3831 <context-group name="null">
2983 <context context-type="linenumber">51</context> 3832 <context context-type="linenumber">59</context>
2984 </context-group> 3833 </context-group>
2985 </trans-unit> 3834 </trans-unit>
2986 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 3835 <trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99">
2987 <source>Blacklist video</source> 3836 <source>Public</source>
2988 <target>Video op de zwarte lijst zetten</target> 3837 <target>Openbaar</target>
2989 <context-group name="null"> 3838 <context-group name="null">
2990 <context context-type="linenumber">3</context> 3839 <context context-type="linenumber">19</context>
2991 </context-group> 3840 </context-group>
2992 </trans-unit> 3841 </trans-unit>
2993 <trans-unit id="7584313e33a66811eb10646627914a01fff0347d"> 3842 <trans-unit id="38e66e2d779d6d819cd7703ab73ab1bab75f8614">
2994 <source> 3843 <source>
2995 The video is being imported, it will be available when the import is finished. 3844 The video is being imported, it will be available when the import is finished.
2996 </source> 3845 </source>
2997 <target> 3846 <target>
2998De video wordt geimporteerd, hij zal beschikbaar worden wanneer de import klaar is.</target> 3847 De video wordt geïmporteerd en is beschikbaar wanneer het importeren is voltooid.
3848 </target>
2999 <context-group name="null"> 3849 <context-group name="null">
3000 <context context-type="linenumber">11</context> 3850 <context context-type="linenumber">40</context>
3001 </context-group> 3851 </context-group>
3002 </trans-unit> 3852 </trans-unit>
3003 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 3853 <trans-unit id="d2a8e8e4e5345201c07ba03a7fafe8b663230246">
3004 <source> 3854 <source>
3005 The video is being transcoded, it may not work properly. 3855 The video is being transcoded, it may not work properly.
3006 </source> 3856 </source>
3007 <target> 3857 <target>
3008De video wordt getranscode, hij kan misschien niet naar behoren werken.</target> 3858 De video wordt getranscodeerd, deze werkt mogelijk niet correct.
3859 </target>
3009 <context-group name="null"> 3860 <context-group name="null">
3010 <context context-type="linenumber">15</context> 3861 <context context-type="linenumber">44</context>
3011 </context-group> 3862 </context-group>
3012 </trans-unit> 3863 </trans-unit>
3013 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 3864 <trans-unit id="2dd4add38e83d8ec58e37735e76090e9738c974a">
3014 <source> 3865 <source>
3015 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 3866 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3016 </source> 3867 </source>
3017 <target> 3868 <target>
3018Deze video wordt gepubliceerd op <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.</target> 3869 Deze video wordt gepubliceerd op <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3870 </target>
3019 <context-group name="null"> 3871 <context-group name="null">
3020 <context context-type="linenumber">19</context> 3872 <context context-type="linenumber">48</context>
3873 </context-group>
3874 </trans-unit>
3875 <trans-unit id="f52722430ddd59507177f005a357bfd335ffa7fd">
3876 <source>
3877 This playlist does not have videos.
3878 </source>
3879 <target>
3880 Deze afspeellijst heeft geen video's.
3881 </target>
3882 <context-group name="null">
3883 <context context-type="linenumber">52</context>
3021 </context-group> 3884 </context-group>
3022 </trans-unit> 3885 </trans-unit>
3023 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3886 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3024 <source>This video is blacklisted.</source> 3887 <source>This video is blacklisted.</source>
3025 <target>Deze video staat op de zwarte lijst.</target> 3888 <target>Deze video staat op de zwarte lijst.</target>
3026 <context-group name="null"> 3889 <context-group name="null">
3027 <context context-type="linenumber">24</context> 3890 <context context-type="linenumber">57</context>
3028 </context-group> 3891 </context-group>
3029 </trans-unit> 3892 </trans-unit>
3030 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3893 <trans-unit id="99686034581579c92a971f4eeebd2c072c812e2d">
3031 <source> 3894 <source>
3032 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views 3895 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3033 </source> 3896 </source>
3034 <target> 3897 <target>
3035Gepubliceerde <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> weergaven</target> 3898 Gepubliceerd <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> keer bekeken
3899 </target>
3036 <context-group name="null"> 3900 <context-group name="null">
3037 <context context-type="linenumber">37</context> 3901 <context context-type="linenumber">69</context>
3038 </context-group> 3902 </context-group>
3039 </trans-unit> 3903 </trans-unit>
3040 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95"> 3904 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
3041 <source> 3905 <source>
3042 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views 3906 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3043 </source> 3907 </source>
3044 <target> 3908 <target>
3045Gepubliceerde <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> weergaven</target> 3909Gepubliceerde <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> weergaven</target>
3046 <context-group name="null"> 3910 <context-group name="null">
3047 <context context-type="linenumber">46</context> 3911 <context context-type="linenumber">78</context>
3048 </context-group> 3912 </context-group>
3049 </trans-unit> 3913 </trans-unit>
3050 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3914 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3051 <source>Like this video</source> 3915 <source>Like this video</source>
3052 <target>Like deze video</target> 3916 <target>Like deze video</target>
3053 <context-group name="null"> 3917 <context-group name="null">
3054 <context context-type="linenumber">57</context> 3918 <context context-type="linenumber">88</context>
3055 </context-group> 3919 </context-group>
3056 </trans-unit> 3920 </trans-unit>
3057 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3921 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3058 <source>Dislike this video</source> 3922 <source>Dislike this video</source>
3059 <target>Dislike deze video</target> 3923 <target>Dislike deze video</target>
3060 <context-group name="null"> 3924 <context-group name="null">
3061 <context context-type="linenumber">64</context>
3062 </context-group>
3063 </trans-unit>
3064 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3065 <source>Download the video</source>
3066 <target>Download de video</target>
3067 <context-group name="null">
3068 <context context-type="linenumber">83</context>
3069 </context-group>
3070 </trans-unit>
3071 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3072 <source>Report</source>
3073 <target>Rapporteer</target>
3074 <context-group name="null">
3075 <context context-type="linenumber">88</context>
3076 </context-group>
3077 </trans-unit>
3078 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3079 <source>Report this video</source>
3080 <target>Rapporteer deze video</target>
3081 <context-group name="null">
3082 <context context-type="linenumber">87</context>
3083 </context-group>
3084 </trans-unit>
3085 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3086 <source>Update this video</source>
3087 <target>Werk deze video bij</target>
3088 <context-group name="null">
3089 <context context-type="linenumber">91</context>
3090 </context-group>
3091 </trans-unit>
3092 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3093 <source>Blacklist</source>
3094 <target>Zet op de zwarte lijst</target>
3095 <context-group name="null">
3096 <context context-type="linenumber">96</context> 3925 <context context-type="linenumber">96</context>
3097 </context-group> 3926 </context-group>
3098 </trans-unit> 3927 </trans-unit>
3099 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3100 <source>Blacklist this video</source>
3101 <target>Zet deze video op de zwarte lijst</target>
3102 <context-group name="null">
3103 <context context-type="linenumber">95</context>
3104 </context-group>
3105 </trans-unit>
3106 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3107 <source>Unblacklist</source>
3108 <target>Van zwarte lijst halen</target>
3109 <context-group name="null">
3110 <context context-type="linenumber">100</context>
3111 </context-group>
3112 </trans-unit>
3113 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3114 <source>Unblacklist this video</source>
3115 <target>Haal deze video van de zwarte lijst</target>
3116 <context-group name="null">
3117 <context context-type="linenumber">99</context>
3118 </context-group>
3119 </trans-unit>
3120 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3121 <source>Delete this video</source>
3122 <target>Verwijder deze video</target>
3123 <context-group name="null">
3124 <context context-type="linenumber">103</context>
3125 </context-group>
3126 </trans-unit>
3127 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3928 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3128 <source>Go the channel page</source> 3929 <source>Go the channel page</source>
3129 <target>Ga naar kanaalpagina</target> 3930 <target>Ga naar kanaalpagina</target>
3130 <context-group name="null"> 3931 <context-group name="null">
3131 <context context-type="linenumber">123</context> 3932 <context context-type="linenumber">143</context>
3132 </context-group> 3933 </context-group>
3133 </trans-unit> 3934 </trans-unit>
3134 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3935 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3135 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3936 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3136 <target>Door <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3937 <target>Door <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3137 <context-group name="null"> 3938 <context-group name="null">
3138 <context context-type="linenumber">134</context> 3939 <context context-type="linenumber">154</context>
3139 </context-group> 3940 </context-group>
3140 </trans-unit> 3941 </trans-unit>
3141 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3942 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3142 <source>Show more</source> 3943 <source>Show more</source>
3143 <target>Laat meer zien</target> 3944 <target>Laat meer zien</target>
3144 <context-group name="null"> 3945 <context-group name="null">
3145 <context context-type="linenumber">146</context> 3946 <context context-type="linenumber">166</context>
3146 </context-group> 3947 </context-group>
3147 </trans-unit> 3948 </trans-unit>
3148 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3949 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3149 <source>Show less</source> 3950 <source>Show less</source>
3150 <target>Laat minder zien</target> 3951 <target>Laat minder zien</target>
3151 <context-group name="null"> 3952 <context-group name="null">
3152 <context context-type="linenumber">152</context> 3953 <context context-type="linenumber">172</context>
3954 </context-group>
3955 </trans-unit>
3956 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3957 <source>Originally published</source>
3958 <target>Oorspronkelijk gepubliceerd</target>
3959 <context-group name="null">
3960 <context context-type="linenumber">184</context>
3153 </context-group> 3961 </context-group>
3154 </trans-unit> 3962 </trans-unit>
3155 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3963 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3156 <source>Friendly Reminder: </source> 3964 <source>Friendly Reminder: </source>
3157 <target>Vriendelijke Herinnering:</target> 3965 <target>Vriendelijke Herinnering:</target>
3158 <context-group name="null"> 3966 <context-group name="null">
3159 <context context-type="linenumber">208</context> 3967 <context context-type="linenumber">232</context>
3160 </context-group> 3968 </context-group>
3161 </trans-unit> 3969 </trans-unit>
3162 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3970 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3167,21 +3975,21 @@ Gepubliceerde <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow
3167 Uit het deelsysteem gebruikt voor deze video blijkt het dat sommige technische informatie over jouw systeem (zoals een openbaar IP adres) verstuurd kan worden naar andere peers. 3975 Uit het deelsysteem gebruikt voor deze video blijkt het dat sommige technische informatie over jouw systeem (zoals een openbaar IP adres) verstuurd kan worden naar andere peers.
3168 </target> 3976 </target>
3169 <context-group name="null"> 3977 <context-group name="null">
3170 <context context-type="linenumber">209</context> 3978 <context context-type="linenumber">233</context>
3171 </context-group> 3979 </context-group>
3172 </trans-unit> 3980 </trans-unit>
3173 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3981 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3174 <source>More information</source> 3982 <source>More information</source>
3175 <target>Meer informatie</target> 3983 <target>Meer informatie</target>
3176 <context-group name="null"> 3984 <context-group name="null">
3177 <context context-type="linenumber">212</context> 3985 <context context-type="linenumber">236</context>
3178 </context-group> 3986 </context-group>
3179 </trans-unit> 3987 </trans-unit>
3180 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3988 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3181 <source>Get more information</source> 3989 <source>Get more information</source>
3182 <target>Krijg meer informatie</target> 3990 <target>Krijg meer informatie</target>
3183 <context-group name="null"> 3991 <context-group name="null">
3184 <context context-type="linenumber">212</context> 3992 <context context-type="linenumber">236</context>
3185 </context-group> 3993 </context-group>
3186 </trans-unit> 3994 </trans-unit>
3187 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3995 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3192,7 +4000,7 @@ Gepubliceerde <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow
3192 OK 4000 OK
3193 </target> 4001 </target>
3194 <context-group name="null"> 4002 <context-group name="null">
3195 <context context-type="linenumber">215</context> 4003 <context context-type="linenumber">239</context>
3196 </context-group> 4004 </context-group>
3197 </trans-unit> 4005 </trans-unit>
3198 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 4006 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -3322,6 +4130,27 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3322 <context context-type="linenumber">14</context> 4130 <context context-type="linenumber">14</context>
3323 </context-group> 4131 </context-group>
3324 </trans-unit> 4132 </trans-unit>
4133 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
4134 <source>Cannot get about information from server</source>
4135 <target>Kan geen informatie over de server verkrijgen</target>
4136 <context-group name="null">
4137 <context context-type="linenumber">1</context>
4138 </context-group>
4139 </trans-unit>
4140 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
4141 <source>Your message has been sent.</source>
4142 <target>Jouw bericht is verstuurd.</target>
4143 <context-group name="null">
4144 <context context-type="linenumber">1</context>
4145 </context-group>
4146 </trans-unit>
4147 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
4148 <source>You already sent this form recently</source>
4149 <target>U hebt dit formulier onlangs al verzonden</target>
4150 <context-group name="null">
4151 <context context-type="linenumber">1</context>
4152 </context-group>
4153 </trans-unit>
3325 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968"> 4154 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
3326 <source>No description</source> 4155 <source>No description</source>
3327 <target>Geen beschrijving</target> 4156 <target>Geen beschrijving</target>
@@ -3462,6 +4291,48 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3462 <context context-type="linenumber">1</context> 4291 <context context-type="linenumber">1</context>
3463 </context-group> 4292 </context-group>
3464 </trans-unit> 4293 </trans-unit>
4294 <trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b">
4295 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</source>
4296 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> geaccepteerd in instantie volgers</target>
4297 <context-group name="null">
4298 <context context-type="linenumber">1</context>
4299 </context-group>
4300 </trans-unit>
4301 <trans-unit id="3d8e85e3f78a29db7959c495e74cc9af90838430">
4302 <source>Do you really want to reject this follower?</source>
4303 <target>Wil je echt deze volger afkeuren?</target>
4304 <context-group name="null">
4305 <context context-type="linenumber">1</context>
4306 </context-group>
4307 </trans-unit>
4308 <trans-unit id="20c3d69c0b67a74df0aa3920485016b2080578f6">
4309 <source>Reject</source>
4310 <target>Afkeuren</target>
4311 <context-group name="null">
4312 <context context-type="linenumber">1</context>
4313 </context-group>
4314 </trans-unit>
4315 <trans-unit id="7faa627518f768d9ea813d018c121608af5cbd79">
4316 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</source>
4317 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> afgekeurd in instantie volgers</target>
4318 <context-group name="null">
4319 <context context-type="linenumber">1</context>
4320 </context-group>
4321 </trans-unit>
4322 <trans-unit id="150d48f01a24d84c2bfffb2761419b9482074b61">
4323 <source>Do you really want to delete this follower?</source>
4324 <target>Wil je echt deze volger verwijderen?</target>
4325 <context-group name="null">
4326 <context context-type="linenumber">1</context>
4327 </context-group>
4328 </trans-unit>
4329 <trans-unit id="53fb638407fb04c8b403fa392cc628a699e2c0bc">
4330 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</source>
4331 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> verwijderd van instantie volgers</target>
4332 <context-group name="null">
4333 <context context-type="linenumber">1</context>
4334 </context-group>
4335 </trans-unit>
3465 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84"> 4336 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84">
3466 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 4337 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
3467 <target><x id="INTERPOLATION" equiv-text="{{host}}"/> is niet valide</target> 4338 <target><x id="INTERPOLATION" equiv-text="{{host}}"/> is niet valide</target>
@@ -3609,6 +4480,34 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3609 <context context-type="linenumber">1</context> 4480 <context context-type="linenumber">1</context>
3610 </context-group> 4481 </context-group>
3611 </trans-unit> 4482 </trans-unit>
4483 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611">
4484 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source>
4485 <target>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> verwijderd van de zwarte lijst.</target>
4486 <context-group name="null">
4487 <context context-type="linenumber">1</context>
4488 </context-group>
4489 </trans-unit>
4490 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5">
4491 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source>
4492 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> videos verwijderd van de zwarte lijst.</target>
4493 <context-group name="null">
4494 <context context-type="linenumber">1</context>
4495 </context-group>
4496 </trans-unit>
4497 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
4498 <source>yes</source>
4499 <target>ja</target>
4500 <context-group name="null">
4501 <context context-type="linenumber">1</context>
4502 </context-group>
4503 </trans-unit>
4504 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
4505 <source>no</source>
4506 <target>nee</target>
4507 <context-group name="null">
4508 <context context-type="linenumber">1</context>
4509 </context-group>
4510 </trans-unit>
3612 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223"> 4511 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
3613 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source> 4512 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
3614 <target>Wil je deze video echt verwijderen van je zwarte lijst? Hij zal weer beschikbaar zijn in de videolijst.</target> 4513 <target>Wil je deze video echt verwijderen van je zwarte lijst? Hij zal weer beschikbaar zijn in de videolijst.</target>
@@ -3623,6 +4522,48 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3623 <context context-type="linenumber">1</context> 4522 <context context-type="linenumber">1</context>
3624 </context-group> 4523 </context-group>
3625 </trans-unit> 4524 </trans-unit>
4525 <trans-unit id="3c91a10e15c752aaaf92c736b380efc5ba160b8f">
4526 <source>Last week</source>
4527 <target>Laatste week</target>
4528 <context-group name="null">
4529 <context context-type="linenumber">1</context>
4530 </context-group>
4531 </trans-unit>
4532 <trans-unit id="76f7f502edd5c7a38bbf2a262db38f90cc440441">
4533 <source>Last day</source>
4534 <target>Laatste dag</target>
4535 <context-group name="null">
4536 <context context-type="linenumber">1</context>
4537 </context-group>
4538 </trans-unit>
4539 <trans-unit id="9c152780247b402c410b861e521967dca7d9fd10">
4540 <source>Last hour</source>
4541 <target>Laatste uur</target>
4542 <context-group name="null">
4543 <context context-type="linenumber">1</context>
4544 </context-group>
4545 </trans-unit>
4546 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4547 <source>Info</source>
4548 <target>Info</target>
4549 <context-group name="null">
4550 <context context-type="linenumber">1</context>
4551 </context-group>
4552 </trans-unit>
4553 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
4554 <source>Warning</source>
4555 <target>Waarschuwing</target>
4556 <context-group name="null">
4557 <context context-type="linenumber">1</context>
4558 </context-group>
4559 </trans-unit>
4560 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4561 <source>Error</source>
4562 <target>Fout</target>
4563 <context-group name="null">
4564 <context context-type="linenumber">1</context>
4565 </context-group>
4566 </trans-unit>
3626 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 4567 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
3627 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 4568 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
3628 <target>Gebruiker <x id="INTERPOLATION" equiv-text="{{username}}"/> verwijdert.</target> 4569 <target>Gebruiker <x id="INTERPOLATION" equiv-text="{{username}}"/> verwijdert.</target>
@@ -3630,6 +4571,20 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3630 <context context-type="linenumber">1</context> 4571 <context context-type="linenumber">1</context>
3631 </context-group> 4572 </context-group>
3632 </trans-unit> 4573 </trans-unit>
4574 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
4575 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4576 <target>Wachtwoord aangepast voor gebruiker <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4577 <context-group name="null">
4578 <context context-type="linenumber">1</context>
4579 </context-group>
4580 </trans-unit>
4581 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
4582 <source>Update user password</source>
4583 <target>Update gebruikerswachtwoord</target>
4584 <context-group name="null">
4585 <context context-type="linenumber">1</context>
4586 </context-group>
4587 </trans-unit>
3633 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 4588 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
3634 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 4589 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
3635 <target>Gebruiker <x id="INTERPOLATION" equiv-text="{{username}}"/> bijgewerkt.</target> 4590 <target>Gebruiker <x id="INTERPOLATION" equiv-text="{{username}}"/> bijgewerkt.</target>
@@ -3644,6 +4599,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3644 <context context-type="linenumber">1</context> 4599 <context context-type="linenumber">1</context>
3645 </context-group> 4600 </context-group>
3646 </trans-unit> 4601 </trans-unit>
4602 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
4603 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4604 <target>Een e-mail met het verzoek om opnieuw instellen van het wachtwoord is verzonden naar <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4605 <context-group name="null">
4606 <context context-type="linenumber">1</context>
4607 </context-group>
4608 </trans-unit>
3647 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8"> 4609 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
3648 <source>Unban</source> 4610 <source>Unban</source>
3649 <target>Onverban</target> 4611 <target>Onverban</target>
@@ -3721,6 +4683,48 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3721 <context context-type="linenumber">1</context> 4683 <context context-type="linenumber">1</context>
3722 </context-group> 4684 </context-group>
3723 </trans-unit> 4685 </trans-unit>
4686 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
4687 <source>My videos history</source>
4688 <target>Mijn video's geschiedenis</target>
4689 <context-group name="null">
4690 <context context-type="linenumber">1</context>
4691 </context-group>
4692 </trans-unit>
4693 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
4694 <source>Videos history is enabled</source>
4695 <target>Video's geschiedenis is ingeschakeld</target>
4696 <context-group name="null">
4697 <context context-type="linenumber">1</context>
4698 </context-group>
4699 </trans-unit>
4700 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
4701 <source>Videos history is disabled</source>
4702 <target>Video's geschiedenis is uitgeschakeld</target>
4703 <context-group name="null">
4704 <context context-type="linenumber">1</context>
4705 </context-group>
4706 </trans-unit>
4707 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
4708 <source>Delete videos history</source>
4709 <target>Verwijder video's geschiedenis</target>
4710 <context-group name="null">
4711 <context context-type="linenumber">1</context>
4712 </context-group>
4713 </trans-unit>
4714 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
4715 <source>Are you sure you want to delete all your videos history?</source>
4716 <target>Weet je zeker dat je al je video's geschiedenis wilt verwijderen?</target>
4717 <context-group name="null">
4718 <context context-type="linenumber">1</context>
4719 </context-group>
4720 </trans-unit>
4721 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
4722 <source>Videos history deleted</source>
4723 <target>Video's geschiedenis verwijderd</target>
4724 <context-group name="null">
4725 <context context-type="linenumber">1</context>
4726 </context-group>
4727 </trans-unit>
3724 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e"> 4728 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e">
3725 <source>Ownership accepted</source> 4729 <source>Ownership accepted</source>
3726 <target>Eigendom geaccepteerd</target> 4730 <target>Eigendom geaccepteerd</target>
@@ -3770,6 +4774,90 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3770 <context context-type="linenumber">1</context> 4774 <context context-type="linenumber">1</context>
3771 </context-group> 4775 </context-group>
3772 </trans-unit> 4776 </trans-unit>
4777 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
4778 <source>New video from your subscriptions</source>
4779 <target>Nieuwe video van je abonnementen</target>
4780 <context-group name="null">
4781 <context context-type="linenumber">1</context>
4782 </context-group>
4783 </trans-unit>
4784 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
4785 <source>New comment on your video</source>
4786 <target>Nieuwe reactie op je video</target>
4787 <context-group name="null">
4788 <context context-type="linenumber">1</context>
4789 </context-group>
4790 </trans-unit>
4791 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8">
4792 <source>New video abuse</source>
4793 <target>Nieuw video misbruik</target>
4794 <context-group name="null">
4795 <context context-type="linenumber">1</context>
4796 </context-group>
4797 </trans-unit>
4798 <trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47">
4799 <source>Video auto-blacklisted waiting review</source>
4800 <target>Video die automatisch op de zwarte lijst is gezet wacht op beoordeling</target>
4801 <context-group name="null">
4802 <context context-type="linenumber">1</context>
4803 </context-group>
4804 </trans-unit>
4805 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4806 <source>One of your video is blacklisted/unblacklisted</source>
4807 <target>Eén van je video's is op de zwarte lijst gezet/verwijderd</target>
4808 <context-group name="null">
4809 <context context-type="linenumber">1</context>
4810 </context-group>
4811 </trans-unit>
4812 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
4813 <source>Video published (after transcoding/scheduled update)</source>
4814 <target>Video gepubliceerd (na transcodering / geplande update)</target>
4815 <context-group name="null">
4816 <context context-type="linenumber">1</context>
4817 </context-group>
4818 </trans-unit>
4819 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
4820 <source>Video import finished</source>
4821 <target>Video-import voltooid</target>
4822 <context-group name="null">
4823 <context context-type="linenumber">1</context>
4824 </context-group>
4825 </trans-unit>
4826 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
4827 <source>A new user registered on your instance</source>
4828 <target>Een nieuwe gebruiker heeft zich geregistreerd op je instantie</target>
4829 <context-group name="null">
4830 <context context-type="linenumber">1</context>
4831 </context-group>
4832 </trans-unit>
4833 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2">
4834 <source>You or your channel(s) has a new follower</source>
4835 <target>Jij of jouw kanaal/kanalen heeft een nieuwe volger</target>
4836 <context-group name="null">
4837 <context context-type="linenumber">1</context>
4838 </context-group>
4839 </trans-unit>
4840 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
4841 <source>Someone mentioned you in video comments</source>
4842 <target>Iemand heeft je genoemd in videoreacties</target>
4843 <context-group name="null">
4844 <context context-type="linenumber">1</context>
4845 </context-group>
4846 </trans-unit>
4847 <trans-unit id="f4bb57154f8b6b30f3272f340dc40e143af8607f">
4848 <source>Your instance has a new follower</source>
4849 <target>Jouw instantie heeft een nieuwe volger</target>
4850 <context-group name="null">
4851 <context context-type="linenumber">1</context>
4852 </context-group>
4853 </trans-unit>
4854 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
4855 <source>Preferences saved</source>
4856 <target>Voorkeuren opgeslagen</target>
4857 <context-group name="null">
4858 <context context-type="linenumber">1</context>
4859 </context-group>
4860 </trans-unit>
3773 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b"> 4861 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b">
3774 <source>Profile updated.</source> 4862 <source>Profile updated.</source>
3775 <target>Profiel bijgewerkt.</target> 4863 <target>Profiel bijgewerkt.</target>
@@ -3805,93 +4893,93 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3805 <context context-type="linenumber">1</context> 4893 <context context-type="linenumber">1</context>
3806 </context-group> 4894 </context-group>
3807 </trans-unit> 4895 </trans-unit>
3808 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795"> 4896 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
3809 <source>Create</source> 4897 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
3810 <target>Creeër</target> 4898 <target>Videokanaal <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> bijgewerkt.</target>
3811 <context-group name="null"> 4899 <context-group name="null">
3812 <context context-type="linenumber">1</context> 4900 <context context-type="linenumber">1</context>
3813 </context-group> 4901 </context-group>
3814 </trans-unit> 4902 </trans-unit>
3815 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4903 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791">
3816 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4904 <source>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}}"/>)!</source>
3817 <target>Videokanaal <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> bijgewerkt.</target> 4905 <target>Wil je echt <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/> verwijderen? Alle videos die in dit kanaal zijn geüpload, worden verwijderd en u kunt geen ander kanaal met dezelfde naam maken (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</target>
3818 <context-group name="null"> 4906 <context-group name="null">
3819 <context context-type="linenumber">1</context> 4907 <context context-type="linenumber">1</context>
3820 </context-group> 4908 </context-group>
3821 </trans-unit> 4909 </trans-unit>
3822 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2"> 4910 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
3823 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source> 4911 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
3824 <target>Videokanaal <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> verwijdert.</target> 4912 <target>Typ de weergavenaam van het videokanaal (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) om te bevestigen</target>
3825 <context-group name="null"> 4913 <context-group name="null">
3826 <context context-type="linenumber">1</context> 4914 <context context-type="linenumber">1</context>
3827 </context-group> 4915 </context-group>
3828 </trans-unit> 4916 </trans-unit>
3829 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894"> 4917 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
3830 <source>My videos</source> 4918 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
3831 <target>Mijn video's</target> 4919 <target>Videokanaal <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> verwijdert.</target>
3832 <context-group name="null"> 4920 <context-group name="null">
3833 <context context-type="linenumber">1</context> 4921 <context context-type="linenumber">1</context>
3834 </context-group> 4922 </context-group>
3835 </trans-unit> 4923 </trans-unit>
3836 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd"> 4924 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d">
3837 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source> 4925 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source>
3838 <target>Wil jij echt <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos verwijderen?</target> 4926 <target>Afspeellijst <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> gemaakt.</target>
3839 <context-group name="null"> 4927 <context-group name="null">
3840 <context context-type="linenumber">1</context> 4928 <context context-type="linenumber">1</context>
3841 </context-group> 4929 </context-group>
3842 </trans-unit> 4930 </trans-unit>
3843 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83"> 4931 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d">
3844 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source> 4932 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source>
3845 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos verwijdert.</target> 4933 <target>Afspeellijst <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> bijgewerkt.</target>
3846 <context-group name="null"> 4934 <context-group name="null">
3847 <context context-type="linenumber">1</context> 4935 <context context-type="linenumber">1</context>
3848 </context-group> 4936 </context-group>
3849 </trans-unit> 4937 </trans-unit>
3850 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7"> 4938 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783">
3851 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source> 4939 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source>
3852 <target>Weet jij zeker dat je<x id="INTERPOLATION" equiv-text="{{videoName}}"/> wilt verwijderen?</target> 4940 <target>Wil je echt <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> verwijderen?</target>
3853 <context-group name="null"> 4941 <context-group name="null">
3854 <context context-type="linenumber">1</context> 4942 <context context-type="linenumber">1</context>
3855 </context-group> 4943 </context-group>
3856 </trans-unit> 4944 </trans-unit>
3857 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118"> 4945 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86">
3858 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source> 4946 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source>
3859 <target>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> verwijdert.</target> 4947 <target>Afspeellijst <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> verwijderd.</target>
3860 <context-group name="null"> 4948 <context-group name="null">
3861 <context context-type="linenumber">1</context> 4949 <context context-type="linenumber">1</context>
3862 </context-group> 4950 </context-group>
3863 </trans-unit> 4951 </trans-unit>
3864 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 4952 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
3865 <source>Published</source> 4953 <source>My videos</source>
3866 <target>Gepubliceerd</target> 4954 <target>Mijn video's</target>
3867 <context-group name="null"> 4955 <context-group name="null">
3868 <context context-type="linenumber">1</context> 4956 <context context-type="linenumber">1</context>
3869 </context-group> 4957 </context-group>
3870 </trans-unit> 4958 </trans-unit>
3871 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2"> 4959 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd">
3872 <source>Publication scheduled on </source> 4960 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source>
3873 <target>Publicatie uitgesteld tot</target> 4961 <target>Wil jij echt <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos verwijderen?</target>
3874 <context-group name="null"> 4962 <context-group name="null">
3875 <context context-type="linenumber">1</context> 4963 <context context-type="linenumber">1</context>
3876 </context-group> 4964 </context-group>
3877 </trans-unit> 4965 </trans-unit>
3878 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02"> 4966 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83">
3879 <source>Waiting transcoding</source> 4967 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source>
3880 <target>Wachten op transcoding</target> 4968 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos verwijdert.</target>
3881 <context-group name="null"> 4969 <context-group name="null">
3882 <context context-type="linenumber">1</context> 4970 <context context-type="linenumber">1</context>
3883 </context-group> 4971 </context-group>
3884 </trans-unit> 4972 </trans-unit>
3885 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a"> 4973 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7">
3886 <source>To transcode</source> 4974 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source>
3887 <target>Om te transcoden</target> 4975 <target>Weet jij zeker dat je<x id="INTERPOLATION" equiv-text="{{videoName}}"/> wilt verwijderen?</target>
3888 <context-group name="null"> 4976 <context-group name="null">
3889 <context context-type="linenumber">1</context> 4977 <context context-type="linenumber">1</context>
3890 </context-group> 4978 </context-group>
3891 </trans-unit> 4979 </trans-unit>
3892 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392"> 4980 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118">
3893 <source>To import</source> 4981 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source>
3894 <target>Om te importeren</target> 4982 <target>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> verwijdert.</target>
3895 <context-group name="null"> 4983 <context-group name="null">
3896 <context context-type="linenumber">1</context> 4984 <context context-type="linenumber">1</context>
3897 </context-group> 4985 </context-group>
@@ -3903,16 +4991,16 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3903 <context context-type="linenumber">1</context> 4991 <context context-type="linenumber">1</context>
3904 </context-group> 4992 </context-group>
3905 </trans-unit> 4993 </trans-unit>
3906 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 4994 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
3907 <source>My library</source> 4995 <source>My channels</source>
3908 <target>Mijn bibliotheek</target> 4996 <target>Mijn kanalen</target>
3909 <context-group name="null"> 4997 <context-group name="null">
3910 <context context-type="linenumber">1</context> 4998 <context context-type="linenumber">1</context>
3911 </context-group> 4999 </context-group>
3912 </trans-unit> 5000 </trans-unit>
3913 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 5001 <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2">
3914 <source>My channels</source> 5002 <source>My playlists</source>
3915 <target>Mijn kanalen</target> 5003 <target>Mijn afspeellijsten</target>
3916 <context-group name="null"> 5004 <context-group name="null">
3917 <context context-type="linenumber">1</context> 5005 <context context-type="linenumber">1</context>
3918 </context-group> 5006 </context-group>
@@ -3924,6 +5012,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3924 <context context-type="linenumber">1</context> 5012 <context context-type="linenumber">1</context>
3925 </context-group> 5013 </context-group>
3926 </trans-unit> 5014 </trans-unit>
5015 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
5016 <source>My history</source>
5017 <target>Mijn geschiedenis</target>
5018 <context-group name="null">
5019 <context context-type="linenumber">1</context>
5020 </context-group>
5021 </trans-unit>
3927 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029"> 5022 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
3928 <source>Misc</source> 5023 <source>Misc</source>
3929 <target>Varia</target> 5024 <target>Varia</target>
@@ -3945,6 +5040,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3945 <context context-type="linenumber">1</context> 5040 <context context-type="linenumber">1</context>
3946 </context-group> 5041 </context-group>
3947 </trans-unit> 5042 </trans-unit>
5043 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
5044 <source>My notifications</source>
5045 <target>Mijn notificaties</target>
5046 <context-group name="null">
5047 <context context-type="linenumber">1</context>
5048 </context-group>
5049 </trans-unit>
3948 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706"> 5050 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706">
3949 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source> 5051 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
3950 <target>Een e-mail met verificatielink wordt verstuurd naar <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target> 5052 <target>Een e-mail met verificatielink wordt verstuurd naar <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
@@ -4066,13 +5168,6 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4066 <context context-type="linenumber">1</context> 5168 <context context-type="linenumber">1</context>
4067 </context-group> 5169 </context-group>
4068 </trans-unit> 5170 </trans-unit>
4069 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4070 <source>Error</source>
4071 <target>Fout</target>
4072 <context-group name="null">
4073 <context context-type="linenumber">1</context>
4074 </context-group>
4075 </trans-unit>
4076 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 5171 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
4077 <source>You need to reconnect.</source> 5172 <source>You need to reconnect.</source>
4078 <target>Je moet opnieuw verbinden.</target> 5173 <target>Je moet opnieuw verbinden.</target>
@@ -4080,13 +5175,6 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4080 <context context-type="linenumber">1</context> 5175 <context context-type="linenumber">1</context>
4081 </context-group> 5176 </context-group>
4082 </trans-unit> 5177 </trans-unit>
4083 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4084 <source>Confirm</source>
4085 <target>Bevestigen</target>
4086 <context-group name="null">
4087 <context context-type="linenumber">1</context>
4088 </context-group>
4089 </trans-unit>
4090 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452"> 5178 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
4091 <source>Keyboard Shortcuts:</source> 5179 <source>Keyboard Shortcuts:</source>
4092 <target>Keyboard Shortcuts:</target> 5180 <target>Keyboard Shortcuts:</target>
@@ -4094,13 +5182,6 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4094 <context context-type="linenumber">1</context> 5182 <context context-type="linenumber">1</context>
4095 </context-group> 5183 </context-group>
4096 </trans-unit> 5184 </trans-unit>
4097 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4098 <source>Info</source>
4099 <target>Info</target>
4100 <context-group name="null">
4101 <context context-type="linenumber">1</context>
4102 </context-group>
4103 </trans-unit>
4104 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba"> 5185 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
4105 <source>Success</source> 5186 <source>Success</source>
4106 <target>Success</target> 5187 <target>Success</target>
@@ -4213,6 +5294,90 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4213 <context context-type="linenumber">1</context> 5294 <context context-type="linenumber">1</context>
4214 </context-group> 5295 </context-group>
4215 </trans-unit> 5296 </trans-unit>
5297 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
5298 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
5299 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> jaar geleden</target>
5300 <context-group name="null">
5301 <context context-type="linenumber">1</context>
5302 </context-group>
5303 </trans-unit>
5304 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
5305 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
5306 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> maanden geleden</target>
5307 <context-group name="null">
5308 <context context-type="linenumber">1</context>
5309 </context-group>
5310 </trans-unit>
5311 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
5312 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
5313 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> maand geleden</target>
5314 <context-group name="null">
5315 <context context-type="linenumber">1</context>
5316 </context-group>
5317 </trans-unit>
5318 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
5319 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
5320 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> weken geleden</target>
5321 <context-group name="null">
5322 <context context-type="linenumber">1</context>
5323 </context-group>
5324 </trans-unit>
5325 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
5326 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
5327 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> week geleden</target>
5328 <context-group name="null">
5329 <context context-type="linenumber">1</context>
5330 </context-group>
5331 </trans-unit>
5332 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
5333 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
5334 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dagen geleden</target>
5335 <context-group name="null">
5336 <context context-type="linenumber">1</context>
5337 </context-group>
5338 </trans-unit>
5339 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
5340 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
5341 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dag geleden</target>
5342 <context-group name="null">
5343 <context context-type="linenumber">1</context>
5344 </context-group>
5345 </trans-unit>
5346 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
5347 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
5348 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> uren geleden</target>
5349 <context-group name="null">
5350 <context context-type="linenumber">1</context>
5351 </context-group>
5352 </trans-unit>
5353 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
5354 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
5355 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> uur geleden</target>
5356 <context-group name="null">
5357 <context context-type="linenumber">1</context>
5358 </context-group>
5359 </trans-unit>
5360 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
5361 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
5362 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> min geleden</target>
5363 <context-group name="null">
5364 <context context-type="linenumber">1</context>
5365 </context-group>
5366 </trans-unit>
5367 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
5368 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
5369 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec geleden</target>
5370 <context-group name="null">
5371 <context context-type="linenumber">1</context>
5372 </context-group>
5373 </trans-unit>
5374 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
5375 <source>Confirm</source>
5376 <target>Bevestigen</target>
5377 <context-group name="null">
5378 <context context-type="linenumber">1</context>
5379 </context-group>
5380 </trans-unit>
4216 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 5381 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
4217 <source>Instance name is required.</source> 5382 <source>Instance name is required.</source>
4218 <target>Instantienaam is vereist.</target> 5383 <target>Instantienaam is vereist.</target>
@@ -4339,6 +5504,48 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4339 <context context-type="linenumber">1</context> 5504 <context context-type="linenumber">1</context>
4340 </context-group> 5505 </context-group>
4341 </trans-unit> 5506 </trans-unit>
5507 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33">
5508 <source>Your name is required.</source>
5509 <target>Je naam is verplicht.</target>
5510 <context-group name="null">
5511 <context context-type="linenumber">1</context>
5512 </context-group>
5513 </trans-unit>
5514 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a">
5515 <source>Your name must be at least 1 character long.</source>
5516 <target>Je naam moet minimaal 1 teken lang zijn.</target>
5517 <context-group name="null">
5518 <context context-type="linenumber">1</context>
5519 </context-group>
5520 </trans-unit>
5521 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b">
5522 <source>Your name cannot be more than 120 characters long.</source>
5523 <target>Je naam mag niet langer zijn dan 120 tekens.</target>
5524 <context-group name="null">
5525 <context context-type="linenumber">1</context>
5526 </context-group>
5527 </trans-unit>
5528 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2">
5529 <source>A message is required.</source>
5530 <target>Een bericht is vereist.</target>
5531 <context-group name="null">
5532 <context context-type="linenumber">1</context>
5533 </context-group>
5534 </trans-unit>
5535 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64">
5536 <source>The message must be at least 3 characters long.</source>
5537 <target>Het bericht moet minimaal 3 tekens lang zijn.</target>
5538 <context-group name="null">
5539 <context context-type="linenumber">1</context>
5540 </context-group>
5541 </trans-unit>
5542 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60">
5543 <source>The message cannot be more than 5000 characters long.</source>
5544 <target>Het bericht mag niet langer zijn dan 5000 tekens.</target>
5545 <context-group name="null">
5546 <context context-type="linenumber">1</context>
5547 </context-group>
5548 </trans-unit>
4342 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149"> 5549 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149">
4343 <source>Username is required.</source> 5550 <source>Username is required.</source>
4344 <target>Gebruikersnaam is vereist.</target> 5551 <target>Gebruikersnaam is vereist.</target>
@@ -4360,6 +5567,27 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4360 <context context-type="linenumber">1</context> 5567 <context context-type="linenumber">1</context>
4361 </context-group> 5568 </context-group>
4362 </trans-unit> 5569 </trans-unit>
5570 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a">
5571 <source>Username must be at least 1 character long.</source>
5572 <target>Gebruikersnaam moet minimaal 1 teken lang zijn.</target>
5573 <context-group name="null">
5574 <context context-type="linenumber">1</context>
5575 </context-group>
5576 </trans-unit>
5577 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a">
5578 <source>Username cannot be more than 50 characters long.</source>
5579 <target>Gebruikersnaam mag niet meer dan 50 tekens lang zijn.</target>
5580 <context-group name="null">
5581 <context context-type="linenumber">1</context>
5582 </context-group>
5583 </trans-unit>
5584 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
5585 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
5586 <target>Gebruikersnaam moet alfanumeriek zijn in kleine letters; stippen en underscores zijn toegestaan.</target>
5587 <context-group name="null">
5588 <context context-type="linenumber">1</context>
5589 </context-group>
5590 </trans-unit>
4363 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0"> 5591 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
4364 <source>Password must be at least 6 characters long.</source> 5592 <source>Password must be at least 6 characters long.</source>
4365 <target>Wachtwoord moet minstens 6 karakters lang zijn.</target> 5593 <target>Wachtwoord moet minstens 6 karakters lang zijn.</target>
@@ -4423,6 +5651,20 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4423 <context context-type="linenumber">1</context> 5651 <context context-type="linenumber">1</context>
4424 </context-group> 5652 </context-group>
4425 </trans-unit> 5653 </trans-unit>
5654 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c">
5655 <source>Display name must be at least 1 character long.</source>
5656 <target>De weergavenaam moet minimaal 1 teken lang zijn.</target>
5657 <context-group name="null">
5658 <context context-type="linenumber">1</context>
5659 </context-group>
5660 </trans-unit>
5661 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1">
5662 <source>Display name cannot be more than 50 characters long.</source>
5663 <target>De weergavenaam mag niet langer zijn dan 50 tekens.</target>
5664 <context-group name="null">
5665 <context context-type="linenumber">1</context>
5666 </context-group>
5667 </trans-unit>
4426 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae"> 5668 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae">
4427 <source>Description must be at least 3 characters long.</source> 5669 <source>Description must be at least 3 characters long.</source>
4428 <target>Beschrijvingen moeten minstens 3 karakters lang zijn.</target> 5670 <target>Beschrijvingen moeten minstens 3 karakters lang zijn.</target>
@@ -4472,6 +5714,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4472 <context context-type="linenumber">1</context> 5714 <context context-type="linenumber">1</context>
4473 </context-group> 5715 </context-group>
4474 </trans-unit> 5716 </trans-unit>
5717 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
5718 <source>Report reason cannot be more than 3000 characters long.</source>
5719 <target>De reden van het rapport mag niet meer dan 3000 tekens lang zijn.</target>
5720 <context-group name="null">
5721 <context context-type="linenumber">1</context>
5722 </context-group>
5723 </trans-unit>
4475 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118"> 5724 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118">
4476 <source>Moderation comment is required.</source> 5725 <source>Moderation comment is required.</source>
4477 <target>Beheersreactie is vereist.</target> 5726 <target>Beheersreactie is vereist.</target>
@@ -4486,6 +5735,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4486 <context context-type="linenumber">1</context> 5735 <context context-type="linenumber">1</context>
4487 </context-group> 5736 </context-group>
4488 </trans-unit> 5737 </trans-unit>
5738 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
5739 <source>Moderation comment cannot be more than 3000 characters long.</source>
5740 <target>Reactie moderatie mag niet langer zijn dan 3000 tekens.</target>
5741 <context-group name="null">
5742 <context context-type="linenumber">1</context>
5743 </context-group>
5744 </trans-unit>
4489 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6"> 5745 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6">
4490 <source>The channel is required.</source> 5746 <source>The channel is required.</source>
4491 <target>Het kanaal is vereist.</target> 5747 <target>Het kanaal is vereist.</target>
@@ -4542,6 +5798,27 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4542 <context context-type="linenumber">1</context> 5798 <context context-type="linenumber">1</context>
4543 </context-group> 5799 </context-group>
4544 </trans-unit> 5800 </trans-unit>
5801 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76">
5802 <source>Name must be at least 1 character long.</source>
5803 <target>De naam moet minimaal 1 teken lang zijn.</target>
5804 <context-group name="null">
5805 <context context-type="linenumber">1</context>
5806 </context-group>
5807 </trans-unit>
5808 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d">
5809 <source>Name cannot be more than 50 characters long.</source>
5810 <target>Naam mag niet langer zijn dan 50 tekens.</target>
5811 <context-group name="null">
5812 <context context-type="linenumber">1</context>
5813 </context-group>
5814 </trans-unit>
5815 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18">
5816 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
5817 <target>Naam moet alfanumeriek zijn in kleine letters; stippen en underscores zijn toegestaan.</target>
5818 <context-group name="null">
5819 <context context-type="linenumber">1</context>
5820 </context-group>
5821 </trans-unit>
4545 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b"> 5822 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
4546 <source>Support text must be at least 3 characters long.</source> 5823 <source>Support text must be at least 3 characters long.</source>
4547 <target>Supporttekst moet minstens 3 karakters zijn.</target> 5824 <target>Supporttekst moet minstens 3 karakters zijn.</target>
@@ -4577,6 +5854,27 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4577 <context context-type="linenumber">1</context> 5854 <context context-type="linenumber">1</context>
4578 </context-group> 5855 </context-group>
4579 </trans-unit> 5856 </trans-unit>
5857 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5858 <source>Display name cannot be more than 120 characters long.</source>
5859 <target>Je weergavenaam kan niet langer dan 120 tekens zijn.</target>
5860 <context-group name="null">
5861 <context context-type="linenumber">1</context>
5862 </context-group>
5863 </trans-unit>
5864 <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c">
5865 <source>Privacy is required.</source>
5866 <target>Privacy is vereist.</target>
5867 <context-group name="null">
5868 <context context-type="linenumber">1</context>
5869 </context-group>
5870 </trans-unit>
5871 <trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c">
5872 <source>The channel is required when the playlist is public.</source>
5873 <target>Het kanaal is vereist als de afspeellijst openbaar is.</target>
5874 <context-group name="null">
5875 <context context-type="linenumber">1</context>
5876 </context-group>
5877 </trans-unit>
4580 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 5878 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
4581 <source>Video name is required.</source> 5879 <source>Video name is required.</source>
4582 <target>Videonaam is vereist.</target> 5880 <target>Videonaam is vereist.</target>
@@ -4668,16 +5966,16 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4668 <context context-type="linenumber">1</context> 5966 <context context-type="linenumber">1</context>
4669 </context-group> 5967 </context-group>
4670 </trans-unit> 5968 </trans-unit>
4671 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4"> 5969 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
4672 <source>All unsaved data will be lost, are you sure you want to leave this page?</source> 5970 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
4673 <target>Alle onopgeslagen data zal verloren worden, weet je zeker dat je deze pagina wil verlaten?</target> 5971 <target>PeerTube kan dit soort bestanden niet aan. Geaccepteerde extensies zijn <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target>
4674 <context-group name="null"> 5972 <context-group name="null">
4675 <context context-type="linenumber">1</context> 5973 <context context-type="linenumber">1</context>
4676 </context-group> 5974 </context-group>
4677 </trans-unit> 5975 </trans-unit>
4678 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01"> 5976 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4">
4679 <source>Warning</source> 5977 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
4680 <target>Waarschuwing</target> 5978 <target>Alle onopgeslagen data zal verloren worden, weet je zeker dat je deze pagina wil verlaten?</target>
4681 <context-group name="null"> 5979 <context-group name="null">
4682 <context context-type="linenumber">1</context> 5980 <context context-type="linenumber">1</context>
4683 </context-group> 5981 </context-group>
@@ -5004,135 +6302,100 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5004 <context context-type="linenumber">1</context> 6302 <context context-type="linenumber">1</context>
5005 </context-group> 6303 </context-group>
5006 </trans-unit> 6304 </trans-unit>
5007 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411"> 6305 <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24">
5008 <source>Transcode your videos in multiple resolutions</source> 6306 <source>Hidden</source>
5009 <target>Transcodeer je videos in meerdere resoluties</target> 6307 <target>Verborgen</target>
5010 <context-group name="null">
5011 <context context-type="linenumber">1</context>
5012 </context-group>
5013 </trans-unit>
5014 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
5015 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
5016 <target>HTTP import(Youtube, Vimeo, directe URL...)</target>
5017 <context-group name="null"> 6308 <context-group name="null">
5018 <context context-type="linenumber">1</context> 6309 <context context-type="linenumber">1</context>
5019 </context-group> 6310 </context-group>
5020 </trans-unit> 6311 </trans-unit>
5021 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a"> 6312 <trans-unit id="75cc14815746a90d424157080fc7efd3e2631654">
5022 <source>Torrent import</source> 6313 <source>Blurred with confirmation request</source>
5023 <target>Torrentimport</target> 6314 <target>Afgeschermd met bevestigingsverzoek</target>
5024 <context-group name="null"> 6315 <context-group name="null">
5025 <context context-type="linenumber">1</context> 6316 <context context-type="linenumber">1</context>
5026 </context-group> 6317 </context-group>
5027 </trans-unit> 6318 </trans-unit>
5028 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba"> 6319 <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105">
5029 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source> 6320 <source>Displayed</source>
5030 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target> 6321 <target>Weergegeven</target>
5031 <context-group name="null"> 6322 <context-group name="null">
5032 <context context-type="linenumber">1</context> 6323 <context context-type="linenumber">1</context>
5033 </context-group> 6324 </context-group>
5034 </trans-unit> 6325 </trans-unit>
5035 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24"> 6326 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c">
5036 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source> 6327 <source>User registration allowed</source>
5037 <target>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</target> 6328 <target>Gebruikersregistratie toegestaan</target>
5038 <context-group name="null"> 6329 <context-group name="null">
5039 <context context-type="linenumber">1</context> 6330 <context context-type="linenumber">1</context>
5040 </context-group> 6331 </context-group>
5041 </trans-unit> 6332 </trans-unit>
5042 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86"> 6333 <trans-unit id="55e17373c208e821dbb43ed4f6da7d0c5b800cab">
5043 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source> 6334 <source>Video uploads require manual validation by moderators</source>
5044 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> aan full HD videos</target> 6335 <target>Video-uploads vereisen handmatige validatie door beheerders</target>
5045 <context-group name="null"> 6336 <context-group name="null">
5046 <context context-type="linenumber">1</context> 6337 <context context-type="linenumber">1</context>
5047 </context-group> 6338 </context-group>
5048 </trans-unit> 6339 </trans-unit>
5049 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8"> 6340 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411">
5050 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source> 6341 <source>Transcode your videos in multiple resolutions</source>
5051 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> aan HD videos</target> 6342 <target>Transcodeer je videos in meerdere resoluties</target>
5052 <context-group name="null">
5053 <context context-type="linenumber">1</context>
5054 </context-group>
5055 </trans-unit>
5056 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5">
5057 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source>
5058 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> aan gemiddelde kwaliteit videos</target>
5059 <context-group name="null">
5060 <context context-type="linenumber">1</context>
5061 </context-group>
5062 </trans-unit>
5063 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
5064 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
5065 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> jaar geleden</target>
5066 <context-group name="null">
5067 <context context-type="linenumber">1</context>
5068 </context-group>
5069 </trans-unit>
5070 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
5071 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
5072 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> maanden geleden</target>
5073 <context-group name="null">
5074 <context context-type="linenumber">1</context>
5075 </context-group>
5076 </trans-unit>
5077 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
5078 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
5079 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> maand geleden</target>
5080 <context-group name="null"> 6343 <context-group name="null">
5081 <context context-type="linenumber">1</context> 6344 <context context-type="linenumber">1</context>
5082 </context-group> 6345 </context-group>
5083 </trans-unit> 6346 </trans-unit>
5084 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1"> 6347 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
5085 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source> 6348 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
5086 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> weken geleden</target> 6349 <target>HTTP import(Youtube, Vimeo, directe URL...)</target>
5087 <context-group name="null"> 6350 <context-group name="null">
5088 <context context-type="linenumber">1</context> 6351 <context context-type="linenumber">1</context>
5089 </context-group> 6352 </context-group>
5090 </trans-unit> 6353 </trans-unit>
5091 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e"> 6354 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a">
5092 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source> 6355 <source>Torrent import</source>
5093 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> week geleden</target> 6356 <target>Torrentimport</target>
5094 <context-group name="null"> 6357 <context-group name="null">
5095 <context context-type="linenumber">1</context> 6358 <context context-type="linenumber">1</context>
5096 </context-group> 6359 </context-group>
5097 </trans-unit> 6360 </trans-unit>
5098 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7"> 6361 <trans-unit id="af80f4182e09341958e8706bd2b47ece61233eb5">
5099 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source> 6362 <source>P2P enabled</source>
5100 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dagen geleden</target> 6363 <target>P2P ingeschakeld</target>
5101 <context-group name="null"> 6364 <context-group name="null">
5102 <context context-type="linenumber">1</context> 6365 <context context-type="linenumber">1</context>
5103 </context-group> 6366 </context-group>
5104 </trans-unit> 6367 </trans-unit>
5105 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1"> 6368 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
5106 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source> 6369 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
5107 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dag geleden</target> 6370 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target>
5108 <context-group name="null"> 6371 <context-group name="null">
5109 <context context-type="linenumber">1</context> 6372 <context context-type="linenumber">1</context>
5110 </context-group> 6373 </context-group>
5111 </trans-unit> 6374 </trans-unit>
5112 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84"> 6375 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24">
5113 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source> 6376 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source>
5114 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> uren geleden</target> 6377 <target>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</target>
5115 <context-group name="null"> 6378 <context-group name="null">
5116 <context context-type="linenumber">1</context> 6379 <context context-type="linenumber">1</context>
5117 </context-group> 6380 </context-group>
5118 </trans-unit> 6381 </trans-unit>
5119 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d"> 6382 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86">
5120 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source> 6383 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source>
5121 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> uur geleden</target> 6384 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> aan full HD videos</target>
5122 <context-group name="null"> 6385 <context-group name="null">
5123 <context context-type="linenumber">1</context> 6386 <context context-type="linenumber">1</context>
5124 </context-group> 6387 </context-group>
5125 </trans-unit> 6388 </trans-unit>
5126 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a"> 6389 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8">
5127 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source> 6390 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source>
5128 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> min geleden</target> 6391 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> aan HD videos</target>
5129 <context-group name="null"> 6392 <context-group name="null">
5130 <context context-type="linenumber">1</context> 6393 <context context-type="linenumber">1</context>
5131 </context-group> 6394 </context-group>
5132 </trans-unit> 6395 </trans-unit>
5133 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 6396 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5">
5134 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 6397 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source>
5135 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec geleden</target> 6398 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> aan gemiddelde kwaliteit videos</target>
5136 <context-group name="null"> 6399 <context-group name="null">
5137 <context context-type="linenumber">1</context> 6400 <context context-type="linenumber">1</context>
5138 </context-group> 6401 </context-group>
@@ -5389,6 +6652,139 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5389 <context context-type="linenumber">1</context> 6652 <context context-type="linenumber">1</context>
5390 </context-group> 6653 </context-group>
5391 </trans-unit> 6654 </trans-unit>
6655 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78">
6656 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source>
6657 <target>Video verwijderd van <x id="INTERPOLATION" equiv-text="{{name}}"/></target>
6658 <context-group name="null">
6659 <context context-type="linenumber">1</context>
6660 </context-group>
6661 </trans-unit>
6662 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de">
6663 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source>
6664 <target>Video toegevoegd in <x id="INTERPOLATION" equiv-text="{{n}}"/> op tijdstempels <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target>
6665 <context-group name="null">
6666 <context context-type="linenumber">1</context>
6667 </context-group>
6668 </trans-unit>
6669 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f">
6670 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source>
6671 <target>Video toegevoegd in <x id="INTERPOLATION" equiv-text="{{n}}"/></target>
6672 <context-group name="null">
6673 <context context-type="linenumber">1</context>
6674 </context-group>
6675 </trans-unit>
6676 <trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8">
6677 <source>Timestamps updated</source>
6678 <target>Tijdstempels bijgewerkt</target>
6679 <context-group name="null">
6680 <context context-type="linenumber">1</context>
6681 </context-group>
6682 </trans-unit>
6683 <trans-unit id="28d23ed47149ffd34c2ebd58bfeb4601649c784f">
6684 <source>Starts at </source>
6685 <target>Begint bij</target>
6686 <context-group name="null">
6687 <context context-type="linenumber">1</context>
6688 </context-group>
6689 </trans-unit>
6690 <trans-unit id="1e40e4317900075588705bc4084fda4b2ddb3372">
6691 <source>Stops at </source>
6692 <target>Stopt bij</target>
6693 <context-group name="null">
6694 <context context-type="linenumber">1</context>
6695 </context-group>
6696 </trans-unit>
6697 <trans-unit id="1b8201c470a1635cc9beab9adb90eabd19fc9691">
6698 <source> and stops at </source>
6699 <target>en stopt bij</target>
6700 <context-group name="null">
6701 <context context-type="linenumber">1</context>
6702 </context-group>
6703 </trans-unit>
6704 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
6705 <source>Video blacklisted.</source>
6706 <target>Video op de zwarte lijst.</target>
6707 <context-group name="null">
6708 <context context-type="linenumber">1</context>
6709 </context-group>
6710 </trans-unit>
6711 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
6712 <source>Copied</source>
6713 <target>Gekopieerd</target>
6714 <context-group name="null">
6715 <context context-type="linenumber">1</context>
6716 </context-group>
6717 </trans-unit>
6718 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
6719 <source>Video reported.</source>
6720 <target>Video gerapporteerd.</target>
6721 <context-group name="null">
6722 <context context-type="linenumber">1</context>
6723 </context-group>
6724 </trans-unit>
6725 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
6726 <source>Do you really want to delete this video?</source>
6727 <target>Weet je zeker dat je de video wil verwijderen?</target>
6728 <context-group name="null">
6729 <context context-type="linenumber">1</context>
6730 </context-group>
6731 </trans-unit>
6732 <trans-unit id="0f829293d953936450158c2dd7b483d6b960ed2b">
6733 <source>Save to playlist</source>
6734 <target>Opslaan in afspeellijst</target>
6735 <context-group name="null">
6736 <context context-type="linenumber">1</context>
6737 </context-group>
6738 </trans-unit>
6739 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
6740 <source>Blacklist</source>
6741 <target>Zet op de zwarte lijst</target>
6742 <context-group name="null">
6743 <context context-type="linenumber">1</context>
6744 </context-group>
6745 </trans-unit>
6746 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
6747 <source>Report</source>
6748 <target>Rapporteer</target>
6749 <context-group name="null">
6750 <context context-type="linenumber">1</context>
6751 </context-group>
6752 </trans-unit>
6753 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
6754 <source>Published</source>
6755 <target>Gepubliceerd</target>
6756 <context-group name="null">
6757 <context context-type="linenumber">1</context>
6758 </context-group>
6759 </trans-unit>
6760 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
6761 <source>Publication scheduled on </source>
6762 <target>Publicatie uitgesteld tot</target>
6763 <context-group name="null">
6764 <context context-type="linenumber">1</context>
6765 </context-group>
6766 </trans-unit>
6767 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
6768 <source>Waiting transcoding</source>
6769 <target>Wachten op transcoding</target>
6770 <context-group name="null">
6771 <context context-type="linenumber">1</context>
6772 </context-group>
6773 </trans-unit>
6774 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
6775 <source>To transcode</source>
6776 <target>Om te transcoden</target>
6777 <context-group name="null">
6778 <context context-type="linenumber">1</context>
6779 </context-group>
6780 </trans-unit>
6781 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
6782 <source>To import</source>
6783 <target>Om te importeren</target>
6784 <context-group name="null">
6785 <context context-type="linenumber">1</context>
6786 </context-group>
6787 </trans-unit>
5392 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 6788 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
5393 <source>Only I can see this video</source> 6789 <source>Only I can see this video</source>
5394 <target>Ik kan deze video alleen zien</target> 6790 <target>Ik kan deze video alleen zien</target>
@@ -5481,6 +6877,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5481 <context context-type="linenumber">1</context> 6877 <context context-type="linenumber">1</context>
5482 </context-group> 6878 </context-group>
5483 </trans-unit> 6879 </trans-unit>
6880 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
6881 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
6882 <target>Je hebt niet-opgeslagen wijzigingen! Als je vertrekt, gaan je wijzigingen verloren.</target>
6883 <context-group name="null">
6884 <context context-type="linenumber">1</context>
6885 </context-group>
6886 </trans-unit>
5484 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187"> 6887 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
5485 <source>Video updated.</source> 6888 <source>Video updated.</source>
5486 <target>Video geupdate.</target> 6889 <target>Video geupdate.</target>
@@ -5495,30 +6898,16 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5495 <context context-type="linenumber">1</context> 6898 <context context-type="linenumber">1</context>
5496 </context-group> 6899 </context-group>
5497 </trans-unit> 6900 </trans-unit>
5498 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3"> 6901 <trans-unit id="f18ffad7896788364e69a9ac6a376c84f54c58f7">
5499 <source>Video blacklisted.</source> 6902 <source> The deletion will be sent to remote instances so they remove the comment too.</source>
5500 <target>Video op de zwarte lijst.</target> 6903 <target> De verwijdering wordt naar externe instanties verzonden, zodat ook zij de reactie verwijderen.</target>
5501 <context-group name="null"> 6904 <context-group name="null">
5502 <context context-type="linenumber">1</context> 6905 <context context-type="linenumber">1</context>
5503 </context-group> 6906 </context-group>
5504 </trans-unit> 6907 </trans-unit>
5505 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5"> 6908 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
5506 <source>Copied</source> 6909 <source> It is a remote comment, so the deletion will only be effective on your instance.</source>
5507 <target>Gekopieerd</target> 6910 <target> Het is een externe reactie, dus de verwijdering zal alleen op jouw instantie effectief zijn.</target>
5508 <context-group name="null">
5509 <context context-type="linenumber">1</context>
5510 </context-group>
5511 </trans-unit>
5512 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
5513 <source>Video reported.</source>
5514 <target>Video gerapporteerd.</target>
5515 <context-group name="null">
5516 <context context-type="linenumber">1</context>
5517 </context-group>
5518 </trans-unit>
5519 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
5520 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
5521 <target>Start op <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
5522 <context-group name="null"> 6911 <context-group name="null">
5523 <context context-type="linenumber">1</context> 6912 <context context-type="linenumber">1</context>
5524 </context-group> 6913 </context-group>
@@ -5537,13 +6926,6 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5537 <context context-type="linenumber">1</context> 6926 <context context-type="linenumber">1</context>
5538 </context-group> 6927 </context-group>
5539 </trans-unit> 6928 </trans-unit>
5540 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
5541 <source>Do you really want to delete this video?</source>
5542 <target>Weet je zeker dat je de video wil verwijderen?</target>
5543 <context-group name="null">
5544 <context context-type="linenumber">1</context>
5545 </context-group>
5546 </trans-unit>
5547 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 6929 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
5548 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source> 6930 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
5549 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</target> 6931 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</target>
@@ -5565,6 +6947,34 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5565 <context context-type="linenumber">1</context> 6947 <context context-type="linenumber">1</context>
5566 </context-group> 6948 </context-group>
5567 </trans-unit> 6949 </trans-unit>
6950 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
6951 <source>Trending for the last 24 hours</source>
6952 <target>Trending voor de laatste 24 uur</target>
6953 <context-group name="null">
6954 <context context-type="linenumber">1</context>
6955 </context-group>
6956 </trans-unit>
6957 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e">
6958 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source>
6959 <target>Trending video's zijn die met het grootste aantal weergaven in de afgelopen 24 uur</target>
6960 <context-group name="null">
6961 <context context-type="linenumber">1</context>
6962 </context-group>
6963 </trans-unit>
6964 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6965 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6966 <target>Trending voor de laatste <x id="INTERPOLATION" equiv-text="{{days}}"/> dagen</target>
6967 <context-group name="null">
6968 <context context-type="linenumber">1</context>
6969 </context-group>
6970 </trans-unit>
6971 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509">
6972 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6973 <target>Trending-video's zijn de video's die het grootste aantal weergaven totaliseren tijdens de laatste <x id="INTERPOLATION" equiv-text="{{days}}"/> dagen</target>
6974 <context-group name="null">
6975 <context context-type="linenumber">1</context>
6976 </context-group>
6977 </trans-unit>
5568 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 6978 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
5569 <source>Videos from your subscriptions</source> 6979 <source>Videos from your subscriptions</source>
5570 <target>Videos van jou abonnementen</target> 6980 <target>Videos van jou abonnementen</target>
diff --git a/client/src/locale/target/angular_oc.xml b/client/src/locale/target/angular_oc.xml
index 106de7d5e..7c1667a1f 100644
--- a/client/src/locale/target/angular_oc.xml
+++ b/client/src/locale/target/angular_oc.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Primier</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Primier</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Precedent</target> 92 <target>Precedent</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Seguent</target> 99 <target>Seguent</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Darrièr</target> 106 <target>Darrièr</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,84 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Demenir las oras</target> 141 <target>Demenir las oras</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Aumentar las minutas</target> 148 <target>Aumentar las minutas</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minutas</target> 162 <target>Minutas</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Demenir las minutas</target> 169 <target>Demenir las minutas</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Aumentar las segondas</target> 176 <target>Aumentar las segondas</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Segondas</target> 190 <target>Segondas</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Demenir las segondas</target> 197 <target>Demenir las segondas</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>PM</target> 204 <target>PM</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>AM</target> 211 <target>AM</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
217 <source>Cancel</source>
218 <target>Anullar</target>
219 <context-group name="null">
220 <context context-type="linenumber">10</context>
221 </context-group> 214 </context-group>
222 </trans-unit> 215 </trans-unit>
223 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -234,69 +227,422 @@
234 <context context-type="linenumber">1</context> 227 <context context-type="linenumber">1</context>
235 </context-group> 228 </context-group>
236 </trans-unit> 229 </trans-unit>
237 <trans-unit id="f79d1d9ecaab3deb3d44e23017f8283a04d2a0f3"> 230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
238 <source> 231 <source>
239 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
240 </source> 237 </source>
241 <target> 238 <target>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publicat una <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>nòva vidèo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publicat una <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>nòva vidèo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
243 </target> 244 </target>
244 <context-group name="null"> 245 <context-group name="null">
245 <context context-type="linenumber">7</context> 246 <context context-type="linenumber">7</context>
246 </context-group> 247 </context-group>
247 </trans-unit> 248 </trans-unit>
248 <trans-unit id="23b7d6f08c5c3b8722ecd627c3d54f4950923156"> 249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 Vòstra vidèo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> es pas mai en lista negra
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
249 <source> 269 <source>
250 <x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/> commented your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 270 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
251 </source> 275 </source>
252 <target> 276 <target>
253 <x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/> a comentat vòstra vidèo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 277 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 Vòstra vidèo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> es estada plaçada en lista negra
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
254 </target> 282 </target>
255 <context-group name="null"> 283 <context-group name="null">
256 <context context-type="linenumber">23</context> 284 <context context-type="linenumber">23</context>
257 </context-group> 285 </context-group>
258 </trans-unit> 286 </trans-unit>
259 <trans-unit id="2d0ee93317d4daa301eee7fec775c21c2f7b5a4b"> 287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Un novèl senhalament de vidèo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> es estat creat per la vidèo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
260 <source> 307 <source>
261 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published 308 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
262 </source> 313 </source>
263 <target> 314 <target>
264 Vòstra vidèo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> es publicada 315 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a comentat vòstra vidèo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">47</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
326 <source>
327 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> es estada publicada
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">55</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
345 <source>
346 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
349 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Vòstra importacion vidèo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a reüssit
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">63</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
364 <source>
365 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Vòstra importacion vidèo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a fracassat
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">71</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
383 <source>
384 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> se's marcat<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> sus vòstra instància
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
265 </target> 396 </target>
266 <context-group name="null"> 397 <context-group name="null">
398 <context context-type="linenumber">79</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
402 <source>
403 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
407
408 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
409 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
410 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
411 </source>
412 <target>
413 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
414
415 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
416 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> sèc
417
418 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>vòstra cadena <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
419 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>vòstre compte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
420 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
421 </target>
422 <context-group name="null">
423 <context context-type="linenumber">87</context>
424 </context-group>
425 </trans-unit>
426 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
427 <source>
428 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
429
430 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
431 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
432 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
433 </source>
434 <target>
435 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
436
437 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
438 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> vos a mencionat sus una <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>vidèo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">98</context>
443 </context-group>
444 </trans-unit>
445 <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566">
446 <source>Save to</source>
447 <target>Enregistrar a</target>
448 <context-group name="null">
449 <context context-type="linenumber">4</context>
450 </context-group>
451 </trans-unit>
452 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f">
453 <source>Options</source>
454 <target>Opcions</target>
455 <context-group name="null">
456 <context context-type="linenumber">9</context>
457 </context-group>
458 </trans-unit>
459 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
460 <source>Start at</source>
461 <target>Debuta a</target>
462 <context-group name="null">
463 <context context-type="linenumber">12</context>
464 </context-group>
465 </trans-unit>
466 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
467 <source>Stop at</source>
468 <target>Arrèsta a</target>
469 <context-group name="null">
470 <context context-type="linenumber">54</context>
471 </context-group>
472 </trans-unit>
473 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
474 <source>Display name</source>
475 <target>Escais-nom</target>
476 <context-group name="null">
477 <context context-type="linenumber">6</context>
478 </context-group>
479 </trans-unit>
480 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
481 <source>Create</source>
482 <target>Crear</target>
483 <context-group name="null">
484 <context context-type="linenumber">74</context>
485 </context-group>
486 </trans-unit>
487 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
488 <source>Download video</source>
489 <target>Telecargar la vidèo</target>
490 <context-group name="null">
491 <context context-type="linenumber">3</context>
492 </context-group>
493 </trans-unit>
494 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
495 <source>Direct download</source>
496 <target>Telecargament dirècte</target>
497 <context-group name="null">
267 <context context-type="linenumber">27</context> 498 <context context-type="linenumber">27</context>
268 </context-group> 499 </context-group>
269 </trans-unit> 500 </trans-unit>
270 <trans-unit id="473117e02024f603dc2dbd24a0bf81f8722cf8dc"> 501 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
502 <source>Torrent (.torrent file)</source>
503 <target>Torrent (fichièr .torrent)</target>
504 <context-group name="null">
505 <context context-type="linenumber">32</context>
506 </context-group>
507 </trans-unit>
508 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
509 <source>Torrent (magnet link)</source>
510 <target>Torrent (ligam magnet)</target>
511 <context-group name="null">
512 <context context-type="linenumber">37</context>
513 </context-group>
514 </trans-unit>
515 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
271 <source> 516 <source>
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 517 Cancel
273 </source> 518 </source>
274 <target> 519 <target>
275 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 520 Anullar
276 </target> 521 </target>
277 <context-group name="null"> 522 <context-group name="null">
278 <context context-type="linenumber">57</context> 523 <context context-type="linenumber">47</context>
524 </context-group>
525 </trans-unit>
526 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
527 <source>Download</source>
528 <target>Telecargar</target>
529 <context-group name="null">
530 <context context-type="linenumber">48</context>
531 </context-group>
532 </trans-unit>
533 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
534 <source>Report video</source>
535 <target>Senhalar la vidèo</target>
536 <context-group name="null">
537 <context context-type="linenumber">3</context>
538 </context-group>
539 </trans-unit>
540 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
541 <source>
542 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
543 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
544 </source>
545 <target>
546 Lo senhalament serà enviat als moderators de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
547 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> Serà trasferit a la prima instància It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> tanben.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
548 </target>
549 <context-group name="null">
550 <context context-type="linenumber">9</context>
551 </context-group>
552 </trans-unit>
553 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
554 <source>Reason...</source>
555 <target>Rason...</target>
556 <context-group name="null">
557 <context context-type="linenumber">11</context>
558 </context-group>
559 </trans-unit>
560 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
561 <source>
562 Cancel
563 </source>
564 <target>
565 Anullar
566 </target>
567 <context-group name="null">
568 <context context-type="linenumber">38</context>
569 </context-group>
570 </trans-unit>
571 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
572 <source>Submit</source>
573 <target>Mandar</target>
574 <context-group name="null">
575 <context context-type="linenumber">29</context>
576 </context-group>
577 </trans-unit>
578 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
579 <source>Blacklist video</source>
580 <target>Botar en lista negra</target>
581 <context-group name="null">
582 <context context-type="linenumber">3</context>
583 </context-group>
584 </trans-unit>
585 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
586 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
587 <target>Levar la vidèo de la federacion (demanda sa supression de las instàncias alonhadas)</target>
588 <context-group name="null">
589 <context context-type="linenumber">21</context>
279 </context-group> 590 </context-group>
280 </trans-unit> 591 </trans-unit>
281 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 592 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
282 <source>Unlisted</source> 593 <source>Unlisted</source>
283 <target>Pas listada</target> 594 <target>Pas listada</target>
284 <context-group name="null"> 595 <context-group name="null">
285 <context context-type="linenumber">10</context> 596 <context context-type="linenumber">17</context>
286 </context-group> 597 </context-group>
287 </trans-unit> 598 </trans-unit>
288 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 599 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
289 <source>Private</source> 600 <source>Private</source>
290 <target>Privada</target> 601 <target>Privada</target>
291 <context-group name="null"> 602 <context-group name="null">
292 <context context-type="linenumber">11</context> 603 <context context-type="linenumber">18</context>
293 </context-group> 604 </context-group>
294 </trans-unit> 605 </trans-unit>
295 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 606 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
296 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 607 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
297 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizacions</target> 608 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizacions</target>
298 <context-group name="null"> 609 <context-group name="null">
299 <context context-type="linenumber">16</context> 610 <context context-type="linenumber">22</context>
611 </context-group>
612 </trans-unit>
613 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
614 <source>Blacklisted</source>
615 <target>En lista negra</target>
616 <context-group name="null">
617 <context context-type="linenumber">39</context>
618 </context-group>
619 </trans-unit>
620 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
621 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
622 <target>Actualizada <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target>
623 <context-group name="null">
624 <context context-type="linenumber">29</context>
625 </context-group>
626 </trans-unit>
627 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
628 <source>Save</source>
629 <target>Salvagardar</target>
630 <context-group name="null">
631 <context context-type="linenumber">117</context>
632 </context-group>
633 </trans-unit>
634 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
635 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
636 <target>Suprimir de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
637 <context-group name="null">
638 <context context-type="linenumber">69</context>
639 </context-group>
640 </trans-unit>
641 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
642 <source>No results.</source>
643 <target>Cap de resultat</target>
644 <context-group name="null">
645 <context context-type="linenumber">20</context>
300 </context-group> 646 </context-group>
301 </trans-unit> 647 </trans-unit>
302 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 648 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -450,7 +796,7 @@
450 Illimitat <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per jorn)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 796 Illimitat <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per jorn)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
451 </target> 797 </target>
452 <context-group name="null"> 798 <context-group name="null">
453 <context context-type="linenumber">14</context> 799 <context context-type="linenumber">28</context>
454 </context-group> 800 </context-group>
455 </trans-unit> 801 </trans-unit>
456 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 802 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -460,13 +806,6 @@
460 <context context-type="linenumber">3</context> 806 <context context-type="linenumber">3</context>
461 </context-group> 807 </context-group>
462 </trans-unit> 808 </trans-unit>
463 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
464 <source>Reason...</source>
465 <target>Rason...</target>
466 <context-group name="null">
467 <context context-type="linenumber">11</context>
468 </context-group>
469 </trans-unit>
470 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251"> 809 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
471 <source> 810 <source>
472 A banned user will no longer be able to login. 811 A banned user will no longer be able to login.
@@ -475,14 +814,21 @@
475 Un utilizaire fòrabandit poirà pas mai se connectar. 814 Un utilizaire fòrabandit poirà pas mai se connectar.
476 </target> 815 </target>
477 <context-group name="null"> 816 <context-group name="null">
478 <context context-type="linenumber">17</context> 817 <context context-type="linenumber">18</context>
818 </context-group>
819 </trans-unit>
820 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
821 <source>Cancel</source>
822 <target>Anullar</target>
823 <context-group name="null">
824 <context context-type="linenumber">10</context>
479 </context-group> 825 </context-group>
480 </trans-unit> 826 </trans-unit>
481 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 827 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
482 <source>Ban this user</source> 828 <source>Ban this user</source>
483 <target>Fòrabandir aqueste utilizaire</target> 829 <target>Fòrabandir aqueste utilizaire</target>
484 <context-group name="null"> 830 <context-group name="null">
485 <context context-type="linenumber">25</context> 831 <context context-type="linenumber">26</context>
486 </context-group> 832 </context-group>
487 </trans-unit> 833 </trans-unit>
488 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7"> 834 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
@@ -571,7 +917,7 @@
571 <source>Login</source> 917 <source>Login</source>
572 <target>Connexion</target> 918 <target>Connexion</target>
573 <context-group name="null"> 919 <context-group name="null">
574 <context context-type="linenumber">36</context> 920 <context context-type="linenumber">32</context>
575 </context-group> 921 </context-group>
576 </trans-unit> 922 </trans-unit>
577 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 923 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -581,6 +927,17 @@
581 <context context-type="linenumber">57</context> 927 <context context-type="linenumber">57</context>
582 </context-group> 928 </context-group>
583 </trans-unit> 929 </trans-unit>
930 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
931 <source>
932 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
933 </source>
934 <target>
935 O planhèm, podètz pas recuperar lo senhal perque l’administrator de vòstra instància a configurèt pas lo sistèm de corrièl de PeerTube.
936 </target>
937 <context-group name="null">
938 <context context-type="linenumber">64</context>
939 </context-group>
940 </trans-unit>
584 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 941 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
585 <source>Email</source> 942 <source>Email</source>
586 <target>Corrièl</target> 943 <target>Corrièl</target>
@@ -599,7 +956,7 @@
599 <source>Send me an email to reset my password</source> 956 <source>Send me an email to reset my password</source>
600 <target>Me mandar un corrièl per reïnicializar lo senhal</target> 957 <target>Me mandar un corrièl per reïnicializar lo senhal</target>
601 <context-group name="null"> 958 <context-group name="null">
602 <context context-type="linenumber">80</context> 959 <context context-type="linenumber">81</context>
603 </context-group> 960 </context-group>
604 </trans-unit> 961 </trans-unit>
605 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 962 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -668,7 +1025,7 @@
668 <source>Signup</source> 1025 <source>Signup</source>
669 <target>Inscripcion</target> 1026 <target>Inscripcion</target>
670 <context-group name="null"> 1027 <context-group name="null">
671 <context context-type="linenumber">78</context> 1028 <context context-type="linenumber">88</context>
672 </context-group> 1029 </context-group>
673 </trans-unit> 1030 </trans-unit>
674 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 1031 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -727,18 +1084,11 @@
727 <context context-type="linenumber">44</context> 1084 <context context-type="linenumber">44</context>
728 </context-group> 1085 </context-group>
729 </trans-unit> 1086 </trans-unit>
730 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
731 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
732 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> visualizacions</target>
733 <context-group name="null">
734 <context context-type="linenumber">55</context>
735 </context-group>
736 </trans-unit>
737 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 1087 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
738 <source>Change the language</source> 1088 <source>Change the language</source>
739 <target>Cambiar la lenga</target> 1089 <target>Cambiar la lenga</target>
740 <context-group name="null"> 1090 <context-group name="null">
741 <context context-type="linenumber">86</context> 1091 <context context-type="linenumber">102</context>
742 </context-group> 1092 </context-group>
743 </trans-unit> 1093 </trans-unit>
744 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1094 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
@@ -752,54 +1102,38 @@
752 <context context-type="linenumber">8</context> 1102 <context context-type="linenumber">8</context>
753 </context-group> 1103 </context-group>
754 </trans-unit> 1104 </trans-unit>
755 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6"> 1105 <trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a">
756 <source> 1106 <source>My public profile</source>
757 My public profile 1107 <target>Mon perfil public</target>
758 </source>
759 <target>
760 Mon perfil public
761 </target>
762 <context-group name="null">
763 <context context-type="linenumber">16</context>
764 </context-group>
765 </trans-unit>
766 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
767 <source>
768 My account
769 </source>
770 <target>
771 Mon compte
772 </target>
773 <context-group name="null"> 1108 <context-group name="null">
774 <context context-type="linenumber">20</context> 1109 <context context-type="linenumber">17</context>
775 </context-group> 1110 </context-group>
776 </trans-unit> 1111 </trans-unit>
777 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10"> 1112 <trans-unit id="e4825b5d86d89ae0f4c797ba256f66fd8abd4ee6">
778 <source> 1113 <source>My account</source>
779 My videos 1114 <target>Mon compte</target>
780 </source>
781 <target>
782 Mas vidèos
783 </target>
784 <context-group name="null"> 1115 <context-group name="null">
785 <context context-type="linenumber">24</context> 1116 <context context-type="linenumber">21</context>
786 </context-group> 1117 </context-group>
787 </trans-unit> 1118 </trans-unit>
788 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1"> 1119 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
789 <source> 1120 <source>Log out</source>
790 Log out 1121 <target>Desconnexion</target>
791 </source>
792 <target>
793 Desconnexion
794 </target>
795 <context-group name="null"> 1122 <context-group name="null">
796 <context context-type="linenumber">28</context> 1123 <context context-type="linenumber">25</context>
797 </context-group> 1124 </context-group>
798 </trans-unit> 1125 </trans-unit>
799 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1126 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
800 <source>Create an account</source> 1127 <source>Create an account</source>
801 <target>Crear un compte</target> 1128 <target>Crear un compte</target>
802 <context-group name="null"> 1129 <context-group name="null">
1130 <context context-type="linenumber">33</context>
1131 </context-group>
1132 </trans-unit>
1133 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1134 <source>My library</source>
1135 <target>Ma bibliotèca</target>
1136 <context-group name="null">
803 <context context-type="linenumber">37</context> 1137 <context context-type="linenumber">37</context>
804 </context-group> 1138 </context-group>
805 </trans-unit> 1139 </trans-unit>
@@ -810,74 +1144,88 @@
810 <context context-type="linenumber">24</context> 1144 <context context-type="linenumber">24</context>
811 </context-group> 1145 </context-group>
812 </trans-unit> 1146 </trans-unit>
1147 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1148 <source>Playlists</source>
1149 <target>Lista de lectura</target>
1150 <context-group name="null">
1151 <context context-type="linenumber">46</context>
1152 </context-group>
1153 </trans-unit>
813 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1154 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
814 <source>Subscriptions</source> 1155 <source>Subscriptions</source>
815 <target>Abonaments</target> 1156 <target>Abonaments</target>
816 <context-group name="null"> 1157 <context-group name="null">
817 <context context-type="linenumber">45</context> 1158 <context context-type="linenumber">51</context>
1159 </context-group>
1160 </trans-unit>
1161 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1162 <source>History</source>
1163 <target>Istoric</target>
1164 <context-group name="null">
1165 <context context-type="linenumber">56</context>
818 </context-group> 1166 </context-group>
819 </trans-unit> 1167 </trans-unit>
820 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 1168 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
821 <source>Overview</source> 1169 <source>Overview</source>
822 <target>Apercebut</target> 1170 <target>Apercebut</target>
823 <context-group name="null"> 1171 <context-group name="null">
824 <context context-type="linenumber">50</context> 1172 <context context-type="linenumber">66</context>
825 </context-group> 1173 </context-group>
826 </trans-unit> 1174 </trans-unit>
827 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1175 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
828 <source>Trending</source> 1176 <source>Trending</source>
829 <target>Tendéncias</target> 1177 <target>Tendéncias</target>
830 <context-group name="null"> 1178 <context-group name="null">
831 <context context-type="linenumber">55</context> 1179 <context context-type="linenumber">71</context>
832 </context-group> 1180 </context-group>
833 </trans-unit> 1181 </trans-unit>
834 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1182 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
835 <source>Recently added</source> 1183 <source>Recently added</source>
836 <target>Apondons recents</target> 1184 <target>Apondons recents</target>
837 <context-group name="null"> 1185 <context-group name="null">
838 <context context-type="linenumber">60</context> 1186 <context context-type="linenumber">76</context>
839 </context-group> 1187 </context-group>
840 </trans-unit> 1188 </trans-unit>
841 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1189 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
842 <source>Local</source> 1190 <source>Local</source>
843 <target>Localas</target> 1191 <target>Localas</target>
844 <context-group name="null"> 1192 <context-group name="null">
845 <context context-type="linenumber">65</context> 1193 <context context-type="linenumber">81</context>
846 </context-group> 1194 </context-group>
847 </trans-unit> 1195 </trans-unit>
848 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1196 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
849 <source>More</source> 1197 <source>More</source>
850 <target>Mai</target> 1198 <target>Mai</target>
851 <context-group name="null"> 1199 <context-group name="null">
852 <context context-type="linenumber">70</context> 1200 <context context-type="linenumber">86</context>
853 </context-group> 1201 </context-group>
854 </trans-unit> 1202 </trans-unit>
855 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1203 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
856 <source>Administration</source> 1204 <source>Administration</source>
857 <target>Administracion</target> 1205 <target>Administracion</target>
858 <context-group name="null"> 1206 <context-group name="null">
859 <context context-type="linenumber">74</context> 1207 <context context-type="linenumber">90</context>
860 </context-group> 1208 </context-group>
861 </trans-unit> 1209 </trans-unit>
862 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1210 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
863 <source>About</source> 1211 <source>About</source>
864 <target>A prepaus</target> 1212 <target>A prepaus</target>
865 <context-group name="null"> 1213 <context-group name="null">
866 <context context-type="linenumber">25</context> 1214 <context context-type="linenumber">26</context>
867 </context-group> 1215 </context-group>
868 </trans-unit> 1216 </trans-unit>
869 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1217 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
870 <source>Show keyboard shortcuts</source> 1218 <source>Show keyboard shortcuts</source>
871 <target>Mostrar los acorchis clavièr</target> 1219 <target>Mostrar los acorchis clavièr</target>
872 <context-group name="null"> 1220 <context-group name="null">
873 <context context-type="linenumber">89</context> 1221 <context context-type="linenumber">105</context>
874 </context-group> 1222 </context-group>
875 </trans-unit> 1223 </trans-unit>
876 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 1224 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
877 <source>Toggle dark interface</source> 1225 <source>Toggle dark interface</source>
878 <target>Passar a l’interfàcia escura</target> 1226 <target>Passar a l’interfàcia escura</target>
879 <context-group name="null"> 1227 <context-group name="null">
880 <context context-type="linenumber">92</context> 1228 <context context-type="linenumber">108</context>
881 </context-group> 1229 </context-group>
882 </trans-unit> 1230 </trans-unit>
883 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1231 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
@@ -898,14 +1246,14 @@
898 <source>Update your notification preferences</source> 1246 <source>Update your notification preferences</source>
899 <target>Actualizar vòstras preferéncias de notificacion</target> 1247 <target>Actualizar vòstras preferéncias de notificacion</target>
900 <context-group name="null"> 1248 <context-group name="null">
901 <context context-type="linenumber">15</context> 1249 <context context-type="linenumber">16</context>
902 </context-group> 1250 </context-group>
903 </trans-unit> 1251 </trans-unit>
904 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5"> 1252 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
905 <source>See all your notifications</source> 1253 <source>See all your notifications</source>
906 <target>Veire totas vòstras notificacions</target> 1254 <target>Veire totas vòstras notificacions</target>
907 <context-group name="null"> 1255 <context-group name="null">
908 <context context-type="linenumber">22</context> 1256 <context context-type="linenumber">30</context>
909 </context-group> 1257 </context-group>
910 </trans-unit> 1258 </trans-unit>
911 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1259 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -936,74 +1284,95 @@
936 <context context-type="linenumber">15</context> 1284 <context context-type="linenumber">15</context>
937 </context-group> 1285 </context-group>
938 </trans-unit> 1286 </trans-unit>
1287 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1288 <source>Original publication year</source>
1289 <target>Annada de publicacion originala</target>
1290 <context-group name="null">
1291 <context context-type="linenumber">24</context>
1292 </context-group>
1293 </trans-unit>
1294 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1295 <source>After...</source>
1296 <target>Aprèp...</target>
1297 <context-group name="null">
1298 <context context-type="linenumber">30</context>
1299 </context-group>
1300 </trans-unit>
1301 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1302 <source>Before...</source>
1303 <target>Abans...</target>
1304 <context-group name="null">
1305 <context context-type="linenumber">37</context>
1306 </context-group>
1307 </trans-unit>
939 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1308 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
940 <source>Duration</source> 1309 <source>Duration</source>
941 <target>Durada</target> 1310 <target>Durada</target>
942 <context-group name="null"> 1311 <context-group name="null">
943 <context context-type="linenumber">24</context> 1312 <context context-type="linenumber">45</context>
944 </context-group> 1313 </context-group>
945 </trans-unit> 1314 </trans-unit>
946 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1315 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
947 <source>Display sensitive content</source> 1316 <source>Display sensitive content</source>
948 <target>Mostrar lo contengut sensible</target> 1317 <target>Mostrar lo contengut sensible</target>
949 <context-group name="null"> 1318 <context-group name="null">
950 <context context-type="linenumber">33</context> 1319 <context context-type="linenumber">54</context>
951 </context-group> 1320 </context-group>
952 </trans-unit> 1321 </trans-unit>
953 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 1322 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
954 <source>Yes</source> 1323 <source>Yes</source>
955 <target>Ã’c</target> 1324 <target>Ã’c</target>
956 <context-group name="null"> 1325 <context-group name="null">
957 <context context-type="linenumber">37</context> 1326 <context context-type="linenumber">58</context>
958 </context-group> 1327 </context-group>
959 </trans-unit> 1328 </trans-unit>
960 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 1329 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
961 <source>No</source> 1330 <source>No</source>
962 <target>Non</target> 1331 <target>Non</target>
963 <context-group name="null"> 1332 <context-group name="null">
964 <context context-type="linenumber">42</context> 1333 <context context-type="linenumber">63</context>
965 </context-group> 1334 </context-group>
966 </trans-unit> 1335 </trans-unit>
967 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 1336 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
968 <source>Category</source> 1337 <source>Category</source>
969 <target>Categoria</target> 1338 <target>Categoria</target>
970 <context-group name="null"> 1339 <context-group name="null">
971 <context context-type="linenumber">164</context> 1340 <context context-type="linenumber">189</context>
972 </context-group> 1341 </context-group>
973 </trans-unit> 1342 </trans-unit>
974 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1343 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
975 <source>Licence</source> 1344 <source>Licence</source>
976 <target>Licéncia</target> 1345 <target>Licéncia</target>
977 <context-group name="null"> 1346 <context-group name="null">
978 <context context-type="linenumber">173</context> 1347 <context context-type="linenumber">198</context>
979 </context-group> 1348 </context-group>
980 </trans-unit> 1349 </trans-unit>
981 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1350 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
982 <source>Language</source> 1351 <source>Language</source>
983 <target>Lenga</target> 1352 <target>Lenga</target>
984 <context-group name="null"> 1353 <context-group name="null">
985 <context context-type="linenumber">182</context> 1354 <context context-type="linenumber">207</context>
986 </context-group> 1355 </context-group>
987 </trans-unit> 1356 </trans-unit>
988 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1357 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
989 <source>All of these tags</source> 1358 <source>All of these tags</source>
990 <target>Totas aquestas etiquetas</target> 1359 <target>Totas aquestas etiquetas</target>
991 <context-group name="null"> 1360 <context-group name="null">
992 <context context-type="linenumber">82</context> 1361 <context context-type="linenumber">103</context>
993 </context-group> 1362 </context-group>
994 </trans-unit> 1363 </trans-unit>
995 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 1364 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
996 <source>One of these tags</source> 1365 <source>One of these tags</source>
997 <target>Una d’aquestas etiquetas</target> 1366 <target>Una d’aquestas etiquetas</target>
998 <context-group name="null"> 1367 <context-group name="null">
999 <context context-type="linenumber">87</context> 1368 <context context-type="linenumber">108</context>
1000 </context-group> 1369 </context-group>
1001 </trans-unit> 1370 </trans-unit>
1002 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 1371 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
1003 <source>Filter</source> 1372 <source>Filter</source>
1004 <target>Filtrar</target> 1373 <target>Filtrar</target>
1005 <context-group name="null"> 1374 <context-group name="null">
1006 <context context-type="linenumber">94</context> 1375 <context context-type="linenumber">115</context>
1007 </context-group> 1376 </context-group>
1008 </trans-unit> 1377 </trans-unit>
1009 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1378 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
@@ -1013,13 +1382,6 @@
1013 <context context-type="linenumber">14</context> 1382 <context context-type="linenumber">14</context>
1014 </context-group> 1383 </context-group>
1015 </trans-unit> 1384 </trans-unit>
1016 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
1017 <source>No results.</source>
1018 <target>Cap de resultat</target>
1019 <context-group name="null">
1020 <context context-type="linenumber">20</context>
1021 </context-group>
1022 </trans-unit>
1023 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6"> 1385 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
1024 <source> 1386 <source>
1025 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1387 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
@@ -1103,24 +1465,6 @@
1103 <context context-type="linenumber">29</context> 1465 <context context-type="linenumber">29</context>
1104 </context-group> 1466 </context-group>
1105 </trans-unit> 1467 </trans-unit>
1106 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
1107 <source>
1108 Cancel
1109 </source>
1110 <target>
1111 Anullar
1112 </target>
1113 <context-group name="null">
1114 <context context-type="linenumber">26</context>
1115 </context-group>
1116 </trans-unit>
1117 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
1118 <source>Submit</source>
1119 <target>Mandar</target>
1120 <context-group name="null">
1121 <context context-type="linenumber">31</context>
1122 </context-group>
1123 </trans-unit>
1124 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07"> 1468 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1125 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source> 1469 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1126 <target>A prepaus de l’instància <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target> 1470 <target>A prepaus de l’instància <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
@@ -1128,6 +1472,13 @@
1128 <context context-type="linenumber">4</context> 1472 <context context-type="linenumber">4</context>
1129 </context-group> 1473 </context-group>
1130 </trans-unit> 1474 </trans-unit>
1475 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1476 <source>Contact administrator</source>
1477 <target>Contactar l’administrator</target>
1478 <context-group name="null">
1479 <context context-type="linenumber">6</context>
1480 </context-group>
1481 </trans-unit>
1131 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 1482 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
1132 <source>Description</source> 1483 <source>Description</source>
1133 <target>Descripcion</target> 1484 <target>Descripcion</target>
@@ -1142,13 +1493,6 @@
1142 <context context-type="linenumber">39</context> 1493 <context context-type="linenumber">39</context>
1143 </context-group> 1494 </context-group>
1144 </trans-unit> 1495 </trans-unit>
1145 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1146 <source>User registration is allowed and</source>
1147 <target>Las inscripcions son autorizadas e</target>
1148 <context-group name="null">
1149 <context context-type="linenumber">29</context>
1150 </context-group>
1151 </trans-unit>
1152 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1496 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1153 <source> 1497 <source>
1154 About PeerTube 1498 About PeerTube
@@ -1508,42 +1852,42 @@
1508 <source>Default client route</source> 1852 <source>Default client route</source>
1509 <target>Rota del client per defaut</target> 1853 <target>Rota del client per defaut</target>
1510 <context-group name="null"> 1854 <context-group name="null">
1511 <context context-type="linenumber">48</context> 1855 <context context-type="linenumber">57</context>
1512 </context-group> 1856 </context-group>
1513 </trans-unit> 1857 </trans-unit>
1514 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1858 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1515 <source>Videos Overview</source> 1859 <source>Videos Overview</source>
1516 <target>Apercebuts de las vidèos</target> 1860 <target>Apercebuts de las vidèos</target>
1517 <context-group name="null"> 1861 <context-group name="null">
1518 <context context-type="linenumber">51</context> 1862 <context context-type="linenumber">60</context>
1519 </context-group> 1863 </context-group>
1520 </trans-unit> 1864 </trans-unit>
1521 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1865 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1522 <source>Videos Trending</source> 1866 <source>Videos Trending</source>
1523 <target>Vidèos a la mòda </target> 1867 <target>Vidèos a la mòda </target>
1524 <context-group name="null"> 1868 <context-group name="null">
1525 <context context-type="linenumber">52</context> 1869 <context context-type="linenumber">61</context>
1526 </context-group> 1870 </context-group>
1527 </trans-unit> 1871 </trans-unit>
1528 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1872 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1529 <source>Videos Recently Added</source> 1873 <source>Videos Recently Added</source>
1530 <target>Vidèos ajustadas recentament</target> 1874 <target>Vidèos ajustadas recentament</target>
1531 <context-group name="null"> 1875 <context-group name="null">
1532 <context context-type="linenumber">53</context> 1876 <context context-type="linenumber">62</context>
1533 </context-group> 1877 </context-group>
1534 </trans-unit> 1878 </trans-unit>
1535 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1879 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1536 <source>Local videos</source> 1880 <source>Local videos</source>
1537 <target>Vidèos localas</target> 1881 <target>Vidèos localas</target>
1538 <context-group name="null"> 1882 <context-group name="null">
1539 <context context-type="linenumber">54</context> 1883 <context context-type="linenumber">63</context>
1540 </context-group> 1884 </context-group>
1541 </trans-unit> 1885 </trans-unit>
1542 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1886 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1543 <source>Policy on videos containing sensitive content</source> 1887 <source>Policy on videos containing sensitive content</source>
1544 <target>Politica tocant las vidèos amb de contengut sensible</target> 1888 <target>Politica tocant las vidèos amb de contengut sensible</target>
1545 <context-group name="null"> 1889 <context-group name="null">
1546 <context context-type="linenumber">61</context> 1890 <context context-type="linenumber">70</context>
1547 </context-group> 1891 </context-group>
1548 </trans-unit> 1892 </trans-unit>
1549 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1893 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1578,42 +1922,42 @@
1578 <source>Signup enabled</source> 1922 <source>Signup enabled</source>
1579 <target>Inscripcions activadas</target> 1923 <target>Inscripcions activadas</target>
1580 <context-group name="null"> 1924 <context-group name="null">
1581 <context context-type="linenumber">84</context> 1925 <context context-type="linenumber">94</context>
1582 </context-group> 1926 </context-group>
1583 </trans-unit> 1927 </trans-unit>
1584 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1928 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1585 <source>Signup requires email verification</source> 1929 <source>Signup requires email verification</source>
1586 <target>L’inscripcion demanda una verificacion d’adreça electronica</target> 1930 <target>L’inscripcion demanda una verificacion d’adreça electronica</target>
1587 <context-group name="null"> 1931 <context-group name="null">
1588 <context context-type="linenumber">91</context> 1932 <context context-type="linenumber">101</context>
1589 </context-group> 1933 </context-group>
1590 </trans-unit> 1934 </trans-unit>
1591 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1935 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1592 <source>Signup limit</source> 1936 <source>Signup limit</source>
1593 <target>Limit d’inscripcions</target> 1937 <target>Limit d’inscripcions</target>
1594 <context-group name="null"> 1938 <context-group name="null">
1595 <context context-type="linenumber">96</context> 1939 <context context-type="linenumber">106</context>
1596 </context-group> 1940 </context-group>
1597 </trans-unit> 1941 </trans-unit>
1598 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1942 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1599 <source>Users</source> 1943 <source>Users</source>
1600 <target>Utilizaires</target> 1944 <target>Utilizaires</target>
1601 <context-group name="null"> 1945 <context-group name="null">
1602 <context context-type="linenumber">105</context> 1946 <context context-type="linenumber">116</context>
1603 </context-group> 1947 </context-group>
1604 </trans-unit> 1948 </trans-unit>
1605 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1949 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1606 <source>User default video quota</source> 1950 <source>User default video quota</source>
1607 <target>Quòta per defaut per utilizaire</target> 1951 <target>Quòta per defaut per utilizaire</target>
1608 <context-group name="null"> 1952 <context-group name="null">
1609 <context context-type="linenumber">109</context> 1953 <context context-type="linenumber">120</context>
1610 </context-group> 1954 </context-group>
1611 </trans-unit> 1955 </trans-unit>
1612 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1956 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1613 <source>User default daily upload limit</source> 1957 <source>User default daily upload limit</source>
1614 <target>Quòta jornalièr de mandadís per defaut dels utilizaires </target> 1958 <target>Quòta jornalièr de mandadís per defaut dels utilizaires </target>
1615 <context-group name="null"> 1959 <context-group name="null">
1616 <context context-type="linenumber">121</context> 1960 <context context-type="linenumber">132</context>
1617 </context-group> 1961 </context-group>
1618 </trans-unit> 1962 </trans-unit>
1619 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1963 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1627,28 +1971,35 @@
1627 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1971 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1628 <target>Import vidèo amb URL HTTP (per exemple YouTube) activat</target> 1972 <target>Import vidèo amb URL HTTP (per exemple YouTube) activat</target>
1629 <context-group name="null"> 1973 <context-group name="null">
1630 <context context-type="linenumber">141</context> 1974 <context context-type="linenumber">153</context>
1631 </context-group> 1975 </context-group>
1632 </trans-unit> 1976 </trans-unit>
1633 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1977 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1634 <source>Video import with a torrent file or a magnet URI enabled</source> 1978 <source>Video import with a torrent file or a magnet URI enabled</source>
1635 <target>Import de vidèos via un fichièr torretn o un magnet URI activat</target> 1979 <target>Import de vidèos via un fichièr torretn o un magnet URI activat</target>
1636 <context-group name="null"> 1980 <context-group name="null">
1637 <context context-type="linenumber">148</context> 1981 <context context-type="linenumber">160</context>
1638 </context-group> 1982 </context-group>
1639 </trans-unit> 1983 </trans-unit>
1640 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1984 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1641 <source>Administrator</source> 1985 <source>Administrator</source>
1642 <target>Administrator</target> 1986 <target>Administrator</target>
1643 <context-group name="null"> 1987 <context-group name="null">
1644 <context context-type="linenumber">155</context> 1988 <context context-type="linenumber">208</context>
1645 </context-group> 1989 </context-group>
1646 </trans-unit> 1990 </trans-unit>
1647 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1991 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1648 <source>Admin email</source> 1992 <source>Admin email</source>
1649 <target>Adreça de l’admin</target> 1993 <target>Adreça de l’admin</target>
1650 <context-group name="null"> 1994 <context-group name="null">
1651 <context context-type="linenumber">158</context> 1995 <context context-type="linenumber">211</context>
1996 </context-group>
1997 </trans-unit>
1998 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1999 <source>Enable contact form</source>
2000 <target>Activar lo formulari de contacte</target>
2001 <context-group name="null">
2002 <context context-type="linenumber">222</context>
1652 </context-group> 2003 </context-group>
1653 </trans-unit> 2004 </trans-unit>
1654 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 2005 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1662,70 +2013,95 @@
1662 <source>Twitter</source> 2013 <source>Twitter</source>
1663 <target>Twitter</target> 2014 <target>Twitter</target>
1664 <context-group name="null"> 2015 <context-group name="null">
1665 <context context-type="linenumber">178</context> 2016 <context context-type="linenumber">231</context>
1666 </context-group> 2017 </context-group>
1667 </trans-unit> 2018 </trans-unit>
1668 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 2019 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1669 <source>Your Twitter username</source> 2020 <source>Your Twitter username</source>
1670 <target>Vòstre nom d’utilizaire Twitter</target> 2021 <target>Vòstre nom d’utilizaire Twitter</target>
1671 <context-group name="null"> 2022 <context-group name="null">
1672 <context context-type="linenumber">184</context> 2023 <context context-type="linenumber">237</context>
1673 </context-group> 2024 </context-group>
1674 </trans-unit> 2025 </trans-unit>
1675 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 2026 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1676 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 2027 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1677 <target>Indica lo compte Twitter del site o de la plataforma ont lo contengut foguèt publicat.</target> 2028 <target>Indica lo compte Twitter del site o de la plataforma ont lo contengut foguèt publicat.</target>
1678 <context-group name="null"> 2029 <context-group name="null">
1679 <context context-type="linenumber">187</context> 2030 <context context-type="linenumber">240</context>
1680 </context-group> 2031 </context-group>
1681 </trans-unit> 2032 </trans-unit>
1682 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 2033 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1683 <source>Instance whitelisted by Twitter</source> 2034 <source>Instance whitelisted by Twitter</source>
1684 <target>Instàncias en lista blanca per Twitter</target> 2035 <target>Instàncias en lista blanca per Twitter</target>
1685 <context-group name="null"> 2036 <context-group name="null">
1686 <context context-type="linenumber">199</context> 2037 <context context-type="linenumber">252</context>
2038 </context-group>
2039 </trans-unit>
2040 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
2041 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
2042 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
2043 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
2044 <target>Se vòstra instància es mesa en lista blanca per Twitter, un lector vidèo serà integrat pel fil Twitter sul partatge d’una vidèo PeerTube.&lt;br /&gt;
2045 Se l’instància es pas en lista blanca, utilizam un imatge amb un ligam que mena a l’instància PeerTube.&lt;br /&gt;&lt;br /&gt;
2046 Clicatz aquesta bóstia, salvagardatz la configuracion e ensajatz amb l’URL d’una vidèo de vòstra instància (https://exemple.com/videos/watch/blabla) sus &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; per veire se vòstra instància es en lista blanca.</target>
2047 <context-group name="null">
2048 <context context-type="linenumber">253</context>
1687 </context-group> 2049 </context-group>
1688 </trans-unit> 2050 </trans-unit>
1689 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 2051 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1690 <source>Services</source> 2052 <source>Services</source>
1691 <target>Servicis</target> 2053 <target>Servicis</target>
1692 <context-group name="null"> 2054 <context-group name="null">
1693 <context context-type="linenumber">176</context> 2055 <context context-type="linenumber">229</context>
1694 </context-group> 2056 </context-group>
1695 </trans-unit> 2057 </trans-unit>
1696 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 2058 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1697 <source>Transcoding</source> 2059 <source>Transcoding</source>
1698 <target>Transcodatge</target> 2060 <target>Transcodatge</target>
1699 <context-group name="null"> 2061 <context-group name="null">
1700 <context context-type="linenumber">215</context> 2062 <context context-type="linenumber">268</context>
1701 </context-group> 2063 </context-group>
1702 </trans-unit> 2064 </trans-unit>
1703 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 2065 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1704 <source>Transcoding enabled</source> 2066 <source>Transcoding enabled</source>
1705 <target>Transcodatge activat</target> 2067 <target>Transcodatge activat</target>
1706 <context-group name="null"> 2068 <context-group name="null">
1707 <context context-type="linenumber">221</context> 2069 <context context-type="linenumber">274</context>
1708 </context-group> 2070 </context-group>
1709 </trans-unit> 2071 </trans-unit>
1710 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 2072 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1711 <source>If you disable transcoding, many videos from your users will not work!</source> 2073 <source>If you disable transcoding, many videos from your users will not work!</source>
1712 <target>Se desactivatz lo transcodatge, un fum de vidèos de vòstres utilizaires foncionaràn pas !</target> 2074 <target>Se desactivatz lo transcodatge, un fum de vidèos de vòstres utilizaires foncionaràn pas !</target>
1713 <context-group name="null"> 2075 <context-group name="null">
1714 <context context-type="linenumber">222</context> 2076 <context context-type="linenumber">275</context>
2077 </context-group>
2078 </trans-unit>
2079 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
2080 <source>Allow additional extensions</source>
2081 <target>Permetre mai d’extensions</target>
2082 <context-group name="null">
2083 <context context-type="linenumber">284</context>
2084 </context-group>
2085 </trans-unit>
2086 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
2087 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
2088 <target>Permetre a vòstres utilizaire d’enviar de vidèos .mkv, .mov, .avi, .flv</target>
2089 <context-group name="null">
2090 <context context-type="linenumber">285</context>
1715 </context-group> 2091 </context-group>
1716 </trans-unit> 2092 </trans-unit>
1717 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 2093 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1718 <source>Transcoding threads</source> 2094 <source>Transcoding threads</source>
1719 <target>Transcodatge dels threads</target> 2095 <target>Transcodatge dels threads</target>
1720 <context-group name="null"> 2096 <context-group name="null">
1721 <context context-type="linenumber">237</context> 2097 <context context-type="linenumber">290</context>
1722 </context-group> 2098 </context-group>
1723 </trans-unit> 2099 </trans-unit>
1724 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 2100 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1725 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 2101 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1726 <target>Resolucion <x id="INTERPOLATION" equiv-text="{{resolution}}"/> activada</target> 2102 <target>Resolucion <x id="INTERPOLATION" equiv-text="{{resolution}}"/> activada</target>
1727 <context-group name="null"> 2103 <context-group name="null">
1728 <context context-type="linenumber">252</context> 2104 <context context-type="linenumber">305</context>
1729 </context-group> 2105 </context-group>
1730 </trans-unit> 2106 </trans-unit>
1731 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 2107 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1740,70 +2116,70 @@
1740 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 2116 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1741 </target> 2117 </target>
1742 <context-group name="null"> 2118 <context-group name="null">
1743 <context context-type="linenumber">260</context> 2119 <context context-type="linenumber">313</context>
1744 </context-group> 2120 </context-group>
1745 </trans-unit> 2121 </trans-unit>
1746 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 2122 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1747 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 2123 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1748 <target>Qualques fichièrs son pas federats (apercebuts, legendas). Los recuperam de l’instància d’origina estant e los metèm en cache.</target> 2124 <target>Qualques fichièrs son pas federats (apercebuts, legendas). Los recuperam de l’instància d’origina estant e los metèm en cache.</target>
1749 <context-group name="null"> 2125 <context-group name="null">
1750 <context context-type="linenumber">265</context> 2126 <context context-type="linenumber">318</context>
1751 </context-group> 2127 </context-group>
1752 </trans-unit> 2128 </trans-unit>
1753 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 2129 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1754 <source>Previews cache size</source> 2130 <source>Previews cache size</source>
1755 <target>Talha del cache d’apercebut</target> 2131 <target>Talha del cache d’apercebut</target>
1756 <context-group name="null"> 2132 <context-group name="null">
1757 <context context-type="linenumber">271</context> 2133 <context context-type="linenumber">324</context>
1758 </context-group> 2134 </context-group>
1759 </trans-unit> 2135 </trans-unit>
1760 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 2136 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1761 <source>Video captions cache size</source> 2137 <source>Video captions cache size</source>
1762 <target>Talha del cache per las legendas de las vidèos</target> 2138 <target>Talha del cache per las legendas de las vidèos</target>
1763 <context-group name="null"> 2139 <context-group name="null">
1764 <context context-type="linenumber">280</context> 2140 <context context-type="linenumber">333</context>
1765 </context-group> 2141 </context-group>
1766 </trans-unit> 2142 </trans-unit>
1767 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 2143 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1768 <source>Customizations</source> 2144 <source>Customizations</source>
1769 <target>Personalizacions</target> 2145 <target>Personalizacions</target>
1770 <context-group name="null"> 2146 <context-group name="null">
1771 <context context-type="linenumber">289</context> 2147 <context context-type="linenumber">342</context>
1772 </context-group> 2148 </context-group>
1773 </trans-unit> 2149 </trans-unit>
1774 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 2150 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1775 <source>JavaScript</source> 2151 <source>JavaScript</source>
1776 <target>JavaScript</target> 2152 <target>JavaScript</target>
1777 <context-group name="null"> 2153 <context-group name="null">
1778 <context context-type="linenumber">294</context> 2154 <context context-type="linenumber">347</context>
1779 </context-group> 2155 </context-group>
1780 </trans-unit> 2156 </trans-unit>
1781 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 2157 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1782 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 2158 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1783 <target>Escrivètz dirèctament de JavaScript còdi.&lt;br /&gt;Exemple : &lt;pre&gt;console.log('mon instància es tròp crana');&lt;/pre&gt;</target> 2159 <target>Escrivètz dirèctament de JavaScript còdi.&lt;br /&gt;Exemple : &lt;pre&gt;console.log('mon instància es tròp crana');&lt;/pre&gt;</target>
1784 <context-group name="null"> 2160 <context-group name="null">
1785 <context context-type="linenumber">297</context> 2161 <context context-type="linenumber">350</context>
1786 </context-group> 2162 </context-group>
1787 </trans-unit> 2163 </trans-unit>
1788 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 2164 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1789 <source>Advanced configuration</source> 2165 <source>Advanced configuration</source>
1790 <target>Configuracion avançada</target> 2166 <target>Configuracion avançada</target>
1791 <context-group name="null"> 2167 <context-group name="null">
1792 <context context-type="linenumber">212</context> 2168 <context context-type="linenumber">265</context>
1793 </context-group> 2169 </context-group>
1794 </trans-unit> 2170 </trans-unit>
1795 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 2171 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1796 <source>Update configuration</source> 2172 <source>Update configuration</source>
1797 <target>Actualizar la configuracion</target> 2173 <target>Actualizar la configuracion</target>
1798 <context-group name="null"> 2174 <context-group name="null">
1799 <context context-type="linenumber">340</context> 2175 <context context-type="linenumber">393</context>
1800 </context-group> 2176 </context-group>
1801 </trans-unit> 2177 </trans-unit>
1802 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 2178 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1803 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2179 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1804 <target>Sembla que la configuracion es invalida. Mercés de cercar d’errors possiblas pels diferents onglets.</target> 2180 <target>Sembla que la configuracion es invalida. Mercés de cercar d’errors possiblas pels diferents onglets.</target>
1805 <context-group name="null"> 2181 <context-group name="null">
1806 <context context-type="linenumber">341</context> 2182 <context context-type="linenumber">394</context>
1807 </context-group> 2183 </context-group>
1808 </trans-unit> 2184 </trans-unit>
1809 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2185 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1839,17 +2215,6 @@
1839 <context context-type="linenumber">11</context> 2215 <context context-type="linenumber">11</context>
1840 </context-group> 2216 </context-group>
1841 </trans-unit> 2217 </trans-unit>
1842 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368">
1843 <source>
1844 Jobs
1845 </source>
1846 <target>
1847 Trabalhs
1848 </target>
1849 <context-group name="null">
1850 <context context-type="linenumber">15</context>
1851 </context-group>
1852 </trans-unit>
1853 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 2218 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1854 <source> 2219 <source>
1855 Configuration 2220 Configuration
@@ -1858,7 +2223,7 @@
1858 Configuracion 2223 Configuracion
1859 </target> 2224 </target>
1860 <context-group name="null"> 2225 <context-group name="null">
1861 <context context-type="linenumber">19</context> 2226 <context context-type="linenumber">15</context>
1862 </context-group> 2227 </context-group>
1863 </trans-unit> 2228 </trans-unit>
1864 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 2229 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
@@ -1900,20 +2265,6 @@
1900 <context context-type="linenumber">18</context> 2265 <context context-type="linenumber">18</context>
1901 </context-group> 2266 </context-group>
1902 </trans-unit> 2267 </trans-unit>
1903 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1904 <source>Score</source>
1905 <target>Marca</target>
1906 <context-group name="null">
1907 <context context-type="linenumber">17</context>
1908 </context-group>
1909 </trans-unit>
1910 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1911 <source>Host</source>
1912 <target>Ã’st</target>
1913 <context-group name="null">
1914 <context context-type="linenumber">19</context>
1915 </context-group>
1916 </trans-unit>
1917 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2268 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
1918 <source>State</source> 2269 <source>State</source>
1919 <target>Estatisticas</target> 2270 <target>Estatisticas</target>
@@ -1921,6 +2272,13 @@
1921 <context context-type="linenumber">10</context> 2272 <context context-type="linenumber">10</context>
1922 </context-group> 2273 </context-group>
1923 </trans-unit> 2274 </trans-unit>
2275 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
2276 <source>Score</source>
2277 <target>Marca</target>
2278 <context-group name="null">
2279 <context context-type="linenumber">19</context>
2280 </context-group>
2281 </trans-unit>
1924 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2282 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1925 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2283 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1926 <target>Creat <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2284 <target>Creat <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -1942,6 +2300,20 @@
1942 <context context-type="linenumber">33</context> 2300 <context context-type="linenumber">33</context>
1943 </context-group> 2301 </context-group>
1944 </trans-unit> 2302 </trans-unit>
2303 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2304 <source>Refuse</source>
2305 <target>Refusar</target>
2306 <context-group name="null">
2307 <context context-type="linenumber">42</context>
2308 </context-group>
2309 </trans-unit>
2310 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
2311 <source>Host</source>
2312 <target>Ã’st</target>
2313 <context-group name="null">
2314 <context context-type="linenumber">19</context>
2315 </context-group>
2316 </trans-unit>
1945 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8"> 2317 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
1946 <source>Redundancy allowed</source> 2318 <source>Redundancy allowed</source>
1947 <target>Redondància autorizada</target> 2319 <target>Redondància autorizada</target>
@@ -1977,34 +2349,6 @@
1977 <context context-type="linenumber">9</context> 2349 <context context-type="linenumber">9</context>
1978 </context-group> 2350 </context-group>
1979 </trans-unit> 2351 </trans-unit>
1980 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1981 <source>Jobs list</source>
1982 <target>Lista de trabalhs</target>
1983 <context-group name="null">
1984 <context context-type="linenumber">2</context>
1985 </context-group>
1986 </trans-unit>
1987 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1988 <source>Type</source>
1989 <target>Tipe</target>
1990 <context-group name="null">
1991 <context context-type="linenumber">19</context>
1992 </context-group>
1993 </trans-unit>
1994 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
1995 <source>Processed on</source>
1996 <target>Tractat lo</target>
1997 <context-group name="null">
1998 <context context-type="linenumber">22</context>
1999 </context-group>
2000 </trans-unit>
2001 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2002 <source>Finished on</source>
2003 <target>Acabat lo</target>
2004 <context-group name="null">
2005 <context context-type="linenumber">23</context>
2006 </context-group>
2007 </trans-unit>
2008 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 2352 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
2009 <source>Create user</source> 2353 <source>Create user</source>
2010 <target>Crear un utilizaire</target> 2354 <target>Crear un utilizaire</target>
@@ -2060,6 +2404,48 @@
2060 <context context-type="linenumber">72</context> 2404 <context context-type="linenumber">72</context>
2061 </context-group> 2405 </context-group>
2062 </trans-unit> 2406 </trans-unit>
2407 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2408 <source>Danger Zone</source>
2409 <target>Zòna perilhosa</target>
2410 <context-group name="null">
2411 <context context-type="linenumber">93</context>
2412 </context-group>
2413 </trans-unit>
2414 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2415 <source>Send a link to reset the password by email to the user</source>
2416 <target>Enviar un ligam per reïnicializar lo senhal a l’utilizaire</target>
2417 <context-group name="null">
2418 <context context-type="linenumber">96</context>
2419 </context-group>
2420 </trans-unit>
2421 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2422 <source>Ask for new password</source>
2423 <target>Demandar un nòu senhal</target>
2424 <context-group name="null">
2425 <context context-type="linenumber">97</context>
2426 </context-group>
2427 </trans-unit>
2428 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2429 <source>Manually set the user password</source>
2430 <target>Definir manualament lo senhal de l’utilizaire</target>
2431 <context-group name="null">
2432 <context context-type="linenumber">101</context>
2433 </context-group>
2434 </trans-unit>
2435 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2436 <source>Show</source>
2437 <target>Mostrar</target>
2438 <context-group name="null">
2439 <context context-type="linenumber">10</context>
2440 </context-group>
2441 </trans-unit>
2442 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2443 <source>Hide</source>
2444 <target>Amagar</target>
2445 <context-group name="null">
2446 <context context-type="linenumber">11</context>
2447 </context-group>
2448 </trans-unit>
2063 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2449 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
2064 <source>Users list</source> 2450 <source>Users list</source>
2065 <target>Lista d’utilizaires</target> 2451 <target>Lista d’utilizaires</target>
@@ -2092,7 +2478,7 @@
2092 <source>Go to the account page</source> 2478 <source>Go to the account page</source>
2093 <target>Anar a la pagina del compte</target> 2479 <target>Anar a la pagina del compte</target>
2094 <context-group name="null"> 2480 <context-group name="null">
2095 <context context-type="linenumber">133</context> 2481 <context context-type="linenumber">153</context>
2096 </context-group> 2482 </context-group>
2097 </trans-unit> 2483 </trans-unit>
2098 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2484 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -2131,14 +2517,14 @@
2131 Aqueste comentari serà pas vist que per vos o los autres moderators. 2517 Aqueste comentari serà pas vist que per vos o los autres moderators.
2132 </target> 2518 </target>
2133 <context-group name="null"> 2519 <context-group name="null">
2134 <context context-type="linenumber">17</context> 2520 <context context-type="linenumber">18</context>
2135 </context-group> 2521 </context-group>
2136 </trans-unit> 2522 </trans-unit>
2137 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 2523 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
2138 <source>Update this comment</source> 2524 <source>Update this comment</source>
2139 <target>Actualizar aqueste comentari</target> 2525 <target>Actualizar aqueste comentari</target>
2140 <context-group name="null"> 2526 <context-group name="null">
2141 <context context-type="linenumber">25</context> 2527 <context context-type="linenumber">26</context>
2142 </context-group> 2528 </context-group>
2143 </trans-unit> 2529 </trans-unit>
2144 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 2530 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -2211,6 +2597,13 @@
2211 <context context-type="linenumber">9</context> 2597 <context context-type="linenumber">9</context>
2212 </context-group> 2598 </context-group>
2213 </trans-unit> 2599 </trans-unit>
2600 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2601 <source>Unfederated</source>
2602 <target>Pas federada</target>
2603 <context-group name="null">
2604 <context context-type="linenumber">10</context>
2605 </context-group>
2606 </trans-unit>
2214 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 2607 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
2215 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2608 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2216 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2609 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -2225,6 +2618,13 @@
2225 <context context-type="linenumber">43</context> 2618 <context context-type="linenumber">43</context>
2226 </context-group> 2619 </context-group>
2227 </trans-unit> 2620 </trans-unit>
2621 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2622 <source>Unblacklist</source>
2623 <target>Tirar de la lista nègra</target>
2624 <context-group name="null">
2625 <context context-type="linenumber">16</context>
2626 </context-group>
2627 </trans-unit>
2228 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2628 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2229 <source>Moderation</source> 2629 <source>Moderation</source>
2230 <target>Moderacion</target> 2630 <target>Moderacion</target>
@@ -2239,9 +2639,9 @@
2239 <context context-type="linenumber">5</context> 2639 <context context-type="linenumber">5</context>
2240 </context-group> 2640 </context-group>
2241 </trans-unit> 2641 </trans-unit>
2242 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1"> 2642 <trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9">
2243 <source>Blacklisted videos</source> 2643 <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source>
2244 <target>Vidèos en lista nègra</target> 2644 <target><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></target>
2245 <context-group name="null"> 2645 <context-group name="null">
2246 <context context-type="linenumber">7</context> 2646 <context context-type="linenumber">7</context>
2247 </context-group> 2647 </context-group>
@@ -2257,7 +2657,7 @@
2257 <source>Muted servers</source> 2657 <source>Muted servers</source>
2258 <target>Servidors muts</target> 2658 <target>Servidors muts</target>
2259 <context-group name="null"> 2659 <context-group name="null">
2260 <context context-type="linenumber">11</context> 2660 <context context-type="linenumber">13</context>
2261 </context-group> 2661 </context-group>
2262 </trans-unit> 2662 </trans-unit>
2263 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2663 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2281,6 +2681,34 @@
2281 <context context-type="linenumber">23</context> 2681 <context context-type="linenumber">23</context>
2282 </context-group> 2682 </context-group>
2283 </trans-unit> 2683 </trans-unit>
2684 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2685 <source>Jobs list</source>
2686 <target>Lista de trabalhs</target>
2687 <context-group name="null">
2688 <context context-type="linenumber">2</context>
2689 </context-group>
2690 </trans-unit>
2691 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2692 <source>Type</source>
2693 <target>Tipe</target>
2694 <context-group name="null">
2695 <context context-type="linenumber">19</context>
2696 </context-group>
2697 </trans-unit>
2698 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2699 <source>Processed on</source>
2700 <target>Tractat lo</target>
2701 <context-group name="null">
2702 <context context-type="linenumber">22</context>
2703 </context-group>
2704 </trans-unit>
2705 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2706 <source>Finished on</source>
2707 <target>Acabat lo</target>
2708 <context-group name="null">
2709 <context context-type="linenumber">23</context>
2710 </context-group>
2711 </trans-unit>
2284 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 2712 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
2285 <source>Video quota:</source> 2713 <source>Video quota:</source>
2286 <target>Quòta vidèo :</target> 2714 <target>Quòta vidèo :</target>
@@ -2313,14 +2741,14 @@
2313 <source>Change ownership</source> 2741 <source>Change ownership</source>
2314 <target>Cambiar la proprietat</target> 2742 <target>Cambiar la proprietat</target>
2315 <context-group name="null"> 2743 <context-group name="null">
2316 <context context-type="linenumber">46</context> 2744 <context context-type="linenumber">21</context>
2317 </context-group> 2745 </context-group>
2318 </trans-unit> 2746 </trans-unit>
2319 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2747 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
2320 <source>Select the next owner</source> 2748 <source>Select the next owner</source>
2321 <target>Seleccionatz lo novèl proprietari</target> 2749 <target>Seleccionatz lo novèl proprietari</target>
2322 <context-group name="null"> 2750 <context-group name="null">
2323 <context context-type="linenumber">9</context> 2751 <context context-type="linenumber">10</context>
2324 </context-group> 2752 </context-group>
2325 </trans-unit> 2753 </trans-unit>
2326 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8"> 2754 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
@@ -2334,33 +2762,9 @@
2334 <context context-type="linenumber">35</context> 2762 <context context-type="linenumber">35</context>
2335 </context-group> 2763 </context-group>
2336 </trans-unit> 2764 </trans-unit>
2337 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79"> 2765 <trans-unit id="16f3de2dba2a3461d7f7a36157d22e6898bb3244">
2338 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2766 <source>Create a new video channel</source>
2339 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas</target> 2767 <target>Crear una nòva cadena vidèo</target>
2340 <context-group name="null">
2341 <context context-type="linenumber">19</context>
2342 </context-group>
2343 </trans-unit>
2344 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2345 <source>Blacklisted</source>
2346 <target>En lista negra</target>
2347 <context-group name="null">
2348 <context context-type="linenumber">22</context>
2349 </context-group>
2350 </trans-unit>
2351 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2352 <source>
2353 Cancel
2354 </source>
2355 <target>
2356 Anullar </target>
2357 <context-group name="null">
2358 <context context-type="linenumber">30</context>
2359 </context-group>
2360 </trans-unit>
2361 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2362 <source>Create another video channel</source>
2363 <target>Crear una autra cadena vidèo</target>
2364 <context-group name="null"> 2768 <context-group name="null">
2365 <context context-type="linenumber">4</context> 2769 <context context-type="linenumber">4</context>
2366 </context-group> 2770 </context-group>
@@ -2386,13 +2790,6 @@
2386 <context context-type="linenumber">15</context> 2790 <context context-type="linenumber">15</context>
2387 </context-group> 2791 </context-group>
2388 </trans-unit> 2792 </trans-unit>
2389 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2390 <source>Display name</source>
2391 <target>Escais-nom</target>
2392 <context-group name="null">
2393 <context context-type="linenumber">6</context>
2394 </context-group>
2395 </trans-unit>
2396 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2793 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2397 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2794 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2398When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2795When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2441,7 +2838,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2441 <source>Select the target channel</source> 2838 <source>Select the target channel</source>
2442 <target>Seleccionatz la cadena cibla</target> 2839 <target>Seleccionatz la cadena cibla</target>
2443 <context-group name="null"> 2840 <context-group name="null">
2444 <context context-type="linenumber">9</context> 2841 <context context-type="linenumber">10</context>
2445 </context-group> 2842 </context-group>
2446 </trans-unit> 2843 </trans-unit>
2447 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740"> 2844 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
@@ -2482,14 +2879,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2482 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source> 2879 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
2483 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target> 2880 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
2484 <context-group name="null"> 2881 <context-group name="null">
2485 <context context-type="linenumber">39</context> 2882 <context context-type="linenumber">38</context>
2486 </context-group>
2487 </trans-unit>
2488 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2489 <source>Refuse</source>
2490 <target>Refusar</target>
2491 <context-group name="null">
2492 <context context-type="linenumber">47</context>
2493 </context-group> 2883 </context-group>
2494 </trans-unit> 2884 </trans-unit>
2495 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e"> 2885 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
@@ -2499,6 +2889,81 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2499 <context context-type="linenumber">2</context> 2889 <context context-type="linenumber">2</context>
2500 </context-group> 2890 </context-group>
2501 </trans-unit> 2891 </trans-unit>
2892 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
2893 <source>History enabled</source>
2894 <target>L’istoric es activat</target>
2895 <context-group name="null">
2896 <context context-type="linenumber">4</context>
2897 </context-group>
2898 </trans-unit>
2899 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2900 <source>You don't have videos history yet.</source>
2901 <target>Avètz pas encara d’istoric.</target>
2902 <context-group name="null">
2903 <context context-type="linenumber">14</context>
2904 </context-group>
2905 </trans-unit>
2906 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
2907 <source>
2908 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2909 Notification preferences
2910 </source>
2911 <target>
2912 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2913 Preferéncias de notificacion
2914 </target>
2915 <context-group name="null">
2916 <context context-type="linenumber">2</context>
2917 </context-group>
2918 </trans-unit>
2919 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
2920 <source>
2921 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2922 Mark all as read
2923 </source>
2924 <target>
2925 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2926 Las marcar totas coma legidas
2927 </target>
2928 <context-group name="null">
2929 <context context-type="linenumber">7</context>
2930 </context-group>
2931 </trans-unit>
2932 <trans-unit id="be746a6e47e3388c7cf793aef8d7b44b86cc94f2">
2933 <source>Create a new playlist</source>
2934 <target>Crear una nòva lista de lectura</target>
2935 <context-group name="null">
2936 <context context-type="linenumber">1</context>
2937 </context-group>
2938 </trans-unit>
2939 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2940 <source>Privacy</source>
2941 <target>Confidencialitat</target>
2942 <context-group name="null">
2943 <context context-type="linenumber">179</context>
2944 </context-group>
2945 </trans-unit>
2946 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2947 <source>Channel</source>
2948 <target>Cadena</target>
2949 <context-group name="null">
2950 <context context-type="linenumber">39</context>
2951 </context-group>
2952 </trans-unit>
2953 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2954 <source>Upload thumbnail</source>
2955 <target>Enviar una vinheta d’apercebut</target>
2956 <context-group name="null">
2957 <context context-type="linenumber">192</context>
2958 </context-group>
2959 </trans-unit>
2960 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861">
2961 <source>No videos in this playlist.</source>
2962 <target>Cap de vidèo dins aquesta lista de lectura</target>
2963 <context-group name="null">
2964 <context context-type="linenumber">11</context>
2965 </context-group>
2966 </trans-unit>
2502 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2967 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2503 <source>Change password</source> 2968 <source>Change password</source>
2504 <target>Cambiar lo senhal</target> 2969 <target>Cambiar lo senhal</target>
@@ -2548,13 +3013,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2548 <context context-type="linenumber">28</context> 3013 <context context-type="linenumber">28</context>
2549 </context-group> 3014 </context-group>
2550 </trans-unit> 3015 </trans-unit>
2551 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2552 <source>Save</source>
2553 <target>Salvagardar</target>
2554 <context-group name="null">
2555 <context context-type="linenumber">32</context>
2556 </context-group>
2557 </trans-unit>
2558 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 3016 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2559 <source>Update my profile</source> 3017 <source>Update my profile</source>
2560 <target>Actualizar mon perfil</target> 3018 <target>Actualizar mon perfil</target>
@@ -2597,6 +3055,13 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2597 <context context-type="linenumber">4</context> 3055 <context context-type="linenumber">4</context>
2598 </context-group> 3056 </context-group>
2599 </trans-unit> 3057 </trans-unit>
3058 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
3059 <source>Activities</source>
3060 <target>Activitats</target>
3061 <context-group name="null">
3062 <context context-type="linenumber">2</context>
3063 </context-group>
3064 </trans-unit>
2600 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355"> 3065 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
2601 <source>Web</source> 3066 <source>Web</source>
2602 <target>Site web</target> 3067 <target>Site web</target>
@@ -2669,6 +3134,13 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2669 <context context-type="linenumber">20</context> 3134 <context context-type="linenumber">20</context>
2670 </context-group> 3135 </context-group>
2671 </trans-unit> 3136 </trans-unit>
3137 <trans-unit id="b207b668dc1d056cd7557ffa3b41f1fd0865f93d">
3138 <source>Video playlists</source>
3139 <target>Lista de lectura vidèo</target>
3140 <context-group name="null">
3141 <context context-type="linenumber">25</context>
3142 </context-group>
3143 </trans-unit>
2672 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8"> 3144 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
2673 <source>Support this channel</source> 3145 <source>Support this channel</source>
2674 <target>Sosténer la cadena</target> 3146 <target>Sosténer la cadena</target>
@@ -2683,11 +3155,18 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2683 <context context-type="linenumber">17</context> 3155 <context context-type="linenumber">17</context>
2684 </context-group> 3156 </context-group>
2685 </trans-unit> 3157 </trans-unit>
3158 <trans-unit id="fbbe62dee434f0521e0dfb8e3957d92fc5fcd76f">
3159 <source>This channel does not have playlists.</source>
3160 <target>Aquesta cadena a pas cap de lista de lectura.</target>
3161 <context-group name="null">
3162 <context context-type="linenumber">5</context>
3163 </context-group>
3164 </trans-unit>
2686 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6"> 3165 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
2687 <source>URL</source> 3166 <source>URL</source>
2688 <target>URL</target> 3167 <target>URL</target>
2689 <context-group name="null"> 3168 <context-group name="null">
2690 <context context-type="linenumber">17</context> 3169 <context context-type="linenumber">25</context>
2691 </context-group> 3170 </context-group>
2692 </trans-unit> 3171 </trans-unit>
2693 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 3172 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2697,20 +3176,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2697 <context context-type="linenumber">9</context> 3176 <context context-type="linenumber">9</context>
2698 </context-group> 3177 </context-group>
2699 </trans-unit> 3178 </trans-unit>
2700 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2701 <source>Channel</source>
2702 <target>Cadena</target>
2703 <context-group name="null">
2704 <context context-type="linenumber">39</context>
2705 </context-group>
2706 </trans-unit>
2707 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2708 <source>Privacy</source>
2709 <target>Confidencialitat</target>
2710 <context-group name="null">
2711 <context context-type="linenumber">159</context>
2712 </context-group>
2713 </trans-unit>
2714 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 3179 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2715 <source>Sorry, but something went wrong</source> 3180 <source>Sorry, but something went wrong</source>
2716 <target>O planhèm, quicòm a trucat</target> 3181 <target>O planhèm, quicòm a trucat</target>
@@ -2733,7 +3198,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2733 <source>Update</source> 3198 <source>Update</source>
2734 <target>Mandadís</target> 3199 <target>Mandadís</target>
2735 <context-group name="null"> 3200 <context-group name="null">
2736 <context context-type="linenumber">92</context> 3201 <context context-type="linenumber">17</context>
2737 </context-group> 3202 </context-group>
2738 </trans-unit> 3203 </trans-unit>
2739 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 3204 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2750,6 +3215,17 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2750 <context context-type="linenumber">25</context> 3215 <context context-type="linenumber">25</context>
2751 </context-group> 3216 </context-group>
2752 </trans-unit> 3217 </trans-unit>
3218 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
3219 <source>
3220 Congratulations! Your video is now available in your private library.
3221</source>
3222 <target>
3223 Felicitacions ! La vidèo es ara disponibla dins vòstra bibliotèca privada.
3224</target>
3225 <context-group name="null">
3226 <context context-type="linenumber">45</context>
3227 </context-group>
3228 </trans-unit>
2753 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 3229 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2754 <source>Publish will be available when upload is finished</source> 3230 <source>Publish will be available when upload is finished</source>
2755 <target>La publicacion serà possibla un còp lo mandadís acabat</target> 3231 <target>La publicacion serà possibla un còp lo mandadís acabat</target>
@@ -2881,7 +3357,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2881 <source>Tags</source> 3357 <source>Tags</source>
2882 <target>Etiquetas</target> 3358 <target>Etiquetas</target>
2883 <context-group name="null"> 3359 <context-group name="null">
2884 <context context-type="linenumber">191</context> 3360 <context context-type="linenumber">216</context>
2885 </context-group> 3361 </context-group>
2886 </trans-unit> 3362 </trans-unit>
2887 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 3363 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -2933,25 +3409,18 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2933 <context context-type="linenumber">120</context> 3409 <context context-type="linenumber">120</context>
2934 </context-group> 3410 </context-group>
2935 </trans-unit> 3411 </trans-unit>
2936 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2937 <source>Enable video comments</source>
2938 <target>Activar los comentaris</target>
2939 <context-group name="null">
2940 <context context-type="linenumber">125</context>
2941 </context-group>
2942 </trans-unit>
2943 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 3412 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
2944 <source>Wait transcoding before publishing the video</source> 3413 <source>Wait transcoding before publishing the video</source>
2945 <target>Esperar lo transcodatge abans de publicar la vidèo</target> 3414 <target>Esperar lo transcodatge abans de publicar la vidèo</target>
2946 <context-group name="null"> 3415 <context-group name="null">
2947 <context context-type="linenumber">131</context> 3416 <context context-type="linenumber">126</context>
2948 </context-group> 3417 </context-group>
2949 </trans-unit> 3418 </trans-unit>
2950 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63"> 3419 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
2951 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source> 3420 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
2952 <target>Se decidissètz d’esperar pas lo transcodatge abans de publicar la vidèo, serà pas legibla fins a la fin del transcodatge.</target> 3421 <target>Se decidissètz d’esperar pas lo transcodatge abans de publicar la vidèo, serà pas legibla fins a la fin del transcodatge.</target>
2953 <context-group name="null"> 3422 <context-group name="null">
2954 <context context-type="linenumber">132</context> 3423 <context context-type="linenumber">127</context>
2955 </context-group> 3424 </context-group>
2956 </trans-unit> 3425 </trans-unit>
2957 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 3426 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
@@ -2965,49 +3434,49 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2965 <source>Add another caption</source> 3434 <source>Add another caption</source>
2966 <target>Ajustar una legenda mai</target> 3435 <target>Ajustar una legenda mai</target>
2967 <context-group name="null"> 3436 <context-group name="null">
2968 <context context-type="linenumber">147</context> 3437 <context context-type="linenumber">142</context>
2969 </context-group> 3438 </context-group>
2970 </trans-unit> 3439 </trans-unit>
2971 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed"> 3440 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
2972 <source>See the subtitle file</source> 3441 <source>See the subtitle file</source>
2973 <target>Veire lo fichièr de sostítols</target> 3442 <target>Veire lo fichièr de sostítols</target>
2974 <context-group name="null"> 3443 <context-group name="null">
2975 <context context-type="linenumber">156</context> 3444 <context context-type="linenumber">151</context>
2976 </context-group> 3445 </context-group>
2977 </trans-unit> 3446 </trans-unit>
2978 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 3447 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2979 <source>Already uploaded ✔</source> 3448 <source>Already uploaded ✔</source>
2980 <target>Ja enviada ✔</target> 3449 <target>Ja enviada ✔</target>
2981 <context-group name="null"> 3450 <context-group name="null">
2982 <context context-type="linenumber">160</context> 3451 <context context-type="linenumber">155</context>
2983 </context-group> 3452 </context-group>
2984 </trans-unit> 3453 </trans-unit>
2985 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad"> 3454 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
2986 <source>Will be created on update</source> 3455 <source>Will be created on update</source>
2987 <target>Serà creada en actualizar</target> 3456 <target>Serà creada en actualizar</target>
2988 <context-group name="null"> 3457 <context-group name="null">
2989 <context context-type="linenumber">168</context> 3458 <context context-type="linenumber">163</context>
2990 </context-group> 3459 </context-group>
2991 </trans-unit> 3460 </trans-unit>
2992 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9"> 3461 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
2993 <source>Cancel create</source> 3462 <source>Cancel create</source>
2994 <target>Anullar la creacion</target> 3463 <target>Anullar la creacion</target>
2995 <context-group name="null"> 3464 <context-group name="null">
2996 <context context-type="linenumber">170</context> 3465 <context context-type="linenumber">165</context>
2997 </context-group> 3466 </context-group>
2998 </trans-unit> 3467 </trans-unit>
2999 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393"> 3468 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
3000 <source>Will be deleted on update</source> 3469 <source>Will be deleted on update</source>
3001 <target>Serà suprimida en actualizar</target> 3470 <target>Serà suprimida en actualizar</target>
3002 <context-group name="null"> 3471 <context-group name="null">
3003 <context context-type="linenumber">176</context> 3472 <context context-type="linenumber">171</context>
3004 </context-group> 3473 </context-group>
3005 </trans-unit> 3474 </trans-unit>
3006 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 3475 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
3007 <source>Cancel deletion</source> 3476 <source>Cancel deletion</source>
3008 <target>Anullar la supression</target> 3477 <target>Anullar la supression</target>
3009 <context-group name="null"> 3478 <context-group name="null">
3010 <context context-type="linenumber">178</context> 3479 <context context-type="linenumber">173</context>
3011 </context-group> 3480 </context-group>
3012 </trans-unit> 3481 </trans-unit>
3013 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0"> 3482 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
@@ -3018,134 +3487,102 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3018 Encara cap de legendas. 3487 Encara cap de legendas.
3019 </target> 3488 </target>
3020 <context-group name="null"> 3489 <context-group name="null">
3021 <context context-type="linenumber">183</context> 3490 <context context-type="linenumber">178</context>
3022 </context-group> 3491 </context-group>
3023 </trans-unit> 3492 </trans-unit>
3024 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93"> 3493 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
3025 <source>Captions</source> 3494 <source>Captions</source>
3026 <target>Legendas</target> 3495 <target>Legendas</target>
3027 <context-group name="null"> 3496 <context-group name="null">
3028 <context context-type="linenumber">140</context> 3497 <context context-type="linenumber">135</context>
3029 </context-group>
3030 </trans-unit>
3031 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
3032 <source>Upload thumbnail</source>
3033 <target>Enviar una vinheta d’apercebut</target>
3034 <context-group name="null">
3035 <context context-type="linenumber">196</context>
3036 </context-group> 3498 </context-group>
3037 </trans-unit> 3499 </trans-unit>
3038 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3500 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
3039 <source>Upload preview</source> 3501 <source>Upload preview</source>
3040 <target>Enviar un apercebut</target> 3502 <target>Enviar un apercebut</target>
3041 <context-group name="null"> 3503 <context-group name="null">
3042 <context context-type="linenumber">203</context> 3504 <context context-type="linenumber">199</context>
3043 </context-group> 3505 </context-group>
3044 </trans-unit> 3506 </trans-unit>
3045 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 3507 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
3046 <source>Support</source> 3508 <source>Support</source>
3047 <target>Sosten</target> 3509 <target>Sosténer</target>
3048 <context-group name="null"> 3510 <context-group name="null">
3049 <context context-type="linenumber">69</context> 3511 <context context-type="linenumber">103</context>
3050 </context-group> 3512 </context-group>
3051 </trans-unit> 3513 </trans-unit>
3052 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3514 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
3053 <source>Short text to tell people how they can support you (membership platform...).</source> 3515 <source>Short text to tell people how they can support you (membership platform...).</source>
3054 <target>Pichon tèxte per explicar al monde cossí pòdon vos sosténer (plataforma pels sòcis...).</target> 3516 <target>Pichon tèxte per explicar al monde cossí pòdon vos sosténer (plataforma pels sòcis...).</target>
3055 <context-group name="null"> 3517 <context-group name="null">
3056 <context context-type="linenumber">210</context> 3518 <context context-type="linenumber">206</context>
3057 </context-group> 3519 </context-group>
3058 </trans-unit> 3520 </trans-unit>
3059 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3521 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
3060 <source>Advanced settings</source> 3522 <source>Original publication date</source>
3061 <target>Paramètres avançats</target> 3523 <target>Data de publicacion originala</target>
3062 <context-group name="null"> 3524 <context-group name="null">
3063 <context context-type="linenumber">191</context> 3525 <context context-type="linenumber">219</context>
3064 </context-group> 3526 </context-group>
3065 </trans-unit> 3527 </trans-unit>
3066 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0"> 3528 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
3067 <source> 3529 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
3068 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> 3530 <target>Es la data que lo contengut foguèt publicat a l’origina (ex. la data de sortida per un film)</target>
3069 </source>
3070 <target>
3071 Modificar <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
3072 </target>
3073 <context-group name="null"> 3531 <context-group name="null">
3074 <context context-type="linenumber">2</context> 3532 <context context-type="linenumber">220</context>
3075 </context-group> 3533 </context-group>
3076 </trans-unit> 3534 </trans-unit>
3077 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 3535 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3078 <source>Download video</source> 3536 <source>Enable video comments</source>
3079 <target>Telecargar la vidèo</target> 3537 <target>Activar los comentaris</target>
3080 <context-group name="null">
3081 <context context-type="linenumber">3</context>
3082 </context-group>
3083 </trans-unit>
3084 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
3085 <source>Direct download</source>
3086 <target>Telecargament dirècte</target>
3087 <context-group name="null"> 3538 <context-group name="null">
3088 <context context-type="linenumber">27</context> 3539 <context context-type="linenumber">234</context>
3089 </context-group> 3540 </context-group>
3090 </trans-unit> 3541 </trans-unit>
3091 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 3542 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
3092 <source>Torrent (.torrent file)</source> 3543 <source>Enable download</source>
3093 <target>Torrent (fichièr .torrent)</target> 3544 <target>Activar lo telecargament</target>
3094 <context-group name="null"> 3545 <context-group name="null">
3095 <context context-type="linenumber">32</context> 3546 <context context-type="linenumber">239</context>
3096 </context-group> 3547 </context-group>
3097 </trans-unit> 3548 </trans-unit>
3098 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f"> 3549 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
3099 <source>Torrent (magnet link)</source> 3550 <source>Advanced settings</source>
3100 <target>Torrent (ligam magnet)</target> 3551 <target>Paramètres avançats</target>
3101 <context-group name="null"> 3552 <context-group name="null">
3102 <context context-type="linenumber">37</context> 3553 <context context-type="linenumber">186</context>
3103 </context-group> 3554 </context-group>
3104 </trans-unit> 3555 </trans-unit>
3105 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 3556 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
3106 <source> 3557 <source>
3107 Cancel 3558 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
3108 </source> 3559 </source>
3109 <target> 3560 <target>
3110 Anullar 3561 Modificar <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
3111 </target> 3562 </target>
3112 <context-group name="null">
3113 <context context-type="linenumber">47</context>
3114 </context-group>
3115 </trans-unit>
3116 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
3117 <source>Download</source>
3118 <target>Telecargar</target>
3119 <context-group name="null">
3120 <context context-type="linenumber">84</context>
3121 </context-group>
3122 </trans-unit>
3123 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
3124 <source>Report video</source>
3125 <target>Senhalar la vidèo</target>
3126 <context-group name="null"> 3563 <context-group name="null">
3127 <context context-type="linenumber">3</context> 3564 <context context-type="linenumber">2</context>
3128 </context-group> 3565 </context-group>
3129 </trans-unit> 3566 </trans-unit>
3130 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 3567 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
3131 <source>Share</source> 3568 <source>Share</source>
3132 <target>Partejar</target> 3569 <target>Partejar</target>
3133 <context-group name="null"> 3570 <context-group name="null">
3134 <context context-type="linenumber">74</context> 3571 <context context-type="linenumber">108</context>
3135 </context-group> 3572 </context-group>
3136 </trans-unit> 3573 </trans-unit>
3137 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3574 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
3138 <source>QR-Code</source> 3575 <source>QR-Code</source>
3139 <target>QR-Còdi</target> 3576 <target>QR-Còdi</target>
3140 <context-group name="null"> 3577 <context-group name="null">
3141 <context context-type="linenumber">29</context> 3578 <context context-type="linenumber">37</context>
3142 </context-group> 3579 </context-group>
3143 </trans-unit> 3580 </trans-unit>
3144 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3581 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3145 <source>Embed</source> 3582 <source>Embed</source>
3146 <target>Embarcar</target> 3583 <target>Embarcar</target>
3147 <context-group name="null"> 3584 <context-group name="null">
3148 <context context-type="linenumber">34</context> 3585 <context context-type="linenumber">42</context>
3149 </context-group> 3586 </context-group>
3150 </trans-unit> 3587 </trans-unit>
3151 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3588 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3156,52 +3593,19 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3156 L’URL es pas segura (cap d’HTTPS), la vidèo embarcada foncionarà pas suls sites HTTPS alara (los navigadors web blocan las requèstas HTTP suls sites HTTPS). 3593 L’URL es pas segura (cap d’HTTPS), la vidèo embarcada foncionarà pas suls sites HTTPS alara (los navigadors web blocan las requèstas HTTP suls sites HTTPS).
3157 </target> 3594 </target>
3158 <context-group name="null"> 3595 <context-group name="null">
3159 <context context-type="linenumber">45</context> 3596 <context context-type="linenumber">53</context>
3160 </context-group> 3597 </context-group>
3161 </trans-unit> 3598 </trans-unit>
3162 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3599 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3163 <source>Close</source> 3600 <source>Close</source>
3164 <target>Tampar</target> 3601 <target>Tampar</target>
3165 <context-group name="null"> 3602 <context-group name="null">
3166 <context context-type="linenumber">51</context> 3603 <context context-type="linenumber">59</context>
3167 </context-group> 3604 </context-group>
3168 </trans-unit> 3605 </trans-unit>
3169 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 3606 <trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99">
3170 <source>Blacklist video</source> 3607 <source>Public</source>
3171 <target>Botar en lista negra</target> 3608 <target>Publica</target>
3172 <context-group name="null">
3173 <context context-type="linenumber">3</context>
3174 </context-group>
3175 </trans-unit>
3176 <trans-unit id="7584313e33a66811eb10646627914a01fff0347d">
3177 <source>
3178 The video is being imported, it will be available when the import is finished.
3179 </source>
3180 <target>
3181 La vidèo es en cors d’import, serà disponibla un còp acabat.
3182 </target>
3183 <context-group name="null">
3184 <context context-type="linenumber">11</context>
3185 </context-group>
3186 </trans-unit>
3187 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
3188 <source>
3189 The video is being transcoded, it may not work properly.
3190 </source>
3191 <target>
3192 La vidèo es en transcodatge, pòt arribar que foncione pas coma cal.
3193 </target>
3194 <context-group name="null">
3195 <context context-type="linenumber">15</context>
3196 </context-group>
3197 </trans-unit>
3198 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
3199 <source>
3200 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3201 </source>
3202 <target>
3203 Aquesta vidèo serà publicada lo <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3204 </target>
3205 <context-group name="null"> 3609 <context-group name="null">
3206 <context context-type="linenumber">19</context> 3610 <context context-type="linenumber">19</context>
3207 </context-group> 3611 </context-group>
@@ -3210,7 +3614,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3210 <source>This video is blacklisted.</source> 3614 <source>This video is blacklisted.</source>
3211 <target>Aquesta vidèo es en lista negra.</target> 3615 <target>Aquesta vidèo es en lista negra.</target>
3212 <context-group name="null"> 3616 <context-group name="null">
3213 <context context-type="linenumber">24</context> 3617 <context context-type="linenumber">57</context>
3214 </context-group> 3618 </context-group>
3215 </trans-unit> 3619 </trans-unit>
3216 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3620 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3221,130 +3625,63 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3221 Publicada <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizacions 3625 Publicada <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizacions
3222 </target> 3626 </target>
3223 <context-group name="null"> 3627 <context-group name="null">
3224 <context context-type="linenumber">37</context> 3628 <context context-type="linenumber">78</context>
3225 </context-group>
3226 </trans-unit>
3227 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3228 <source>
3229 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3230 </source>
3231 <target>
3232 Publicada <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizacions
3233 </target>
3234 <context-group name="null">
3235 <context context-type="linenumber">46</context>
3236 </context-group> 3629 </context-group>
3237 </trans-unit> 3630 </trans-unit>
3238 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3631 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3239 <source>Like this video</source> 3632 <source>Like this video</source>
3240 <target>Aimar la vidèo</target> 3633 <target>Aimar la vidèo</target>
3241 <context-group name="null"> 3634 <context-group name="null">
3242 <context context-type="linenumber">57</context> 3635 <context context-type="linenumber">88</context>
3243 </context-group> 3636 </context-group>
3244 </trans-unit> 3637 </trans-unit>
3245 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3638 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3246 <source>Dislike this video</source> 3639 <source>Dislike this video</source>
3247 <target>Aimar pas mai la vidèo</target> 3640 <target>Aimar pas mai la vidèo</target>
3248 <context-group name="null"> 3641 <context-group name="null">
3249 <context context-type="linenumber">64</context>
3250 </context-group>
3251 </trans-unit>
3252 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3253 <source>Download the video</source>
3254 <target>Telecargar aquesta vidèo</target>
3255 <context-group name="null">
3256 <context context-type="linenumber">83</context>
3257 </context-group>
3258 </trans-unit>
3259 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3260 <source>Report</source>
3261 <target>Senhalar</target>
3262 <context-group name="null">
3263 <context context-type="linenumber">88</context>
3264 </context-group>
3265 </trans-unit>
3266 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3267 <source>Report this video</source>
3268 <target>Senhalar aquesta vidèo</target>
3269 <context-group name="null">
3270 <context context-type="linenumber">87</context>
3271 </context-group>
3272 </trans-unit>
3273 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3274 <source>Update this video</source>
3275 <target>Modificar aquesta vidèo</target>
3276 <context-group name="null">
3277 <context context-type="linenumber">91</context>
3278 </context-group>
3279 </trans-unit>
3280 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3281 <source>Blacklist</source>
3282 <target>Lista nègra</target>
3283 <context-group name="null">
3284 <context context-type="linenumber">96</context> 3642 <context context-type="linenumber">96</context>
3285 </context-group> 3643 </context-group>
3286 </trans-unit> 3644 </trans-unit>
3287 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3288 <source>Blacklist this video</source>
3289 <target>Metre en lista nègra</target>
3290 <context-group name="null">
3291 <context context-type="linenumber">95</context>
3292 </context-group>
3293 </trans-unit>
3294 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3295 <source>Unblacklist</source>
3296 <target>Tirar de la lista nègra</target>
3297 <context-group name="null">
3298 <context context-type="linenumber">100</context>
3299 </context-group>
3300 </trans-unit>
3301 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3302 <source>Unblacklist this video</source>
3303 <target>Tirar de la lista negra aquesta vidèo</target>
3304 <context-group name="null">
3305 <context context-type="linenumber">99</context>
3306 </context-group>
3307 </trans-unit>
3308 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3309 <source>Delete this video</source>
3310 <target>Suprimir aquesta vidèo</target>
3311 <context-group name="null">
3312 <context context-type="linenumber">103</context>
3313 </context-group>
3314 </trans-unit>
3315 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3645 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3316 <source>Go the channel page</source> 3646 <source>Go the channel page</source>
3317 <target>Anar la pagina de la cadena</target> 3647 <target>Anar la pagina de la cadena</target>
3318 <context-group name="null"> 3648 <context-group name="null">
3319 <context context-type="linenumber">123</context> 3649 <context context-type="linenumber">143</context>
3320 </context-group> 3650 </context-group>
3321 </trans-unit> 3651 </trans-unit>
3322 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3652 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3323 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3653 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3324 <target>Per <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3654 <target>Per <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3325 <context-group name="null"> 3655 <context-group name="null">
3326 <context context-type="linenumber">134</context> 3656 <context context-type="linenumber">154</context>
3327 </context-group> 3657 </context-group>
3328 </trans-unit> 3658 </trans-unit>
3329 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3659 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3330 <source>Show more</source> 3660 <source>Show more</source>
3331 <target>Ne veire mai</target> 3661 <target>Ne veire mai</target>
3332 <context-group name="null"> 3662 <context-group name="null">
3333 <context context-type="linenumber">146</context> 3663 <context context-type="linenumber">166</context>
3334 </context-group> 3664 </context-group>
3335 </trans-unit> 3665 </trans-unit>
3336 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3666 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3337 <source>Show less</source> 3667 <source>Show less</source>
3338 <target>Ne veire mens</target> 3668 <target>Ne veire mens</target>
3339 <context-group name="null"> 3669 <context-group name="null">
3340 <context context-type="linenumber">152</context> 3670 <context context-type="linenumber">172</context>
3671 </context-group>
3672 </trans-unit>
3673 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3674 <source>Originally published</source>
3675 <target>Prima publicacion</target>
3676 <context-group name="null">
3677 <context context-type="linenumber">184</context>
3341 </context-group> 3678 </context-group>
3342 </trans-unit> 3679 </trans-unit>
3343 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3680 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3344 <source>Friendly Reminder: </source> 3681 <source>Friendly Reminder: </source>
3345 <target>Recòrd amistós :</target> 3682 <target>Recòrd amistós :</target>
3346 <context-group name="null"> 3683 <context-group name="null">
3347 <context context-type="linenumber">208</context> 3684 <context context-type="linenumber">232</context>
3348 </context-group> 3685 </context-group>
3349 </trans-unit> 3686 </trans-unit>
3350 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3687 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3355,21 +3692,21 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3355 Lo sistèma de partatge utilizat per aquesta vidèo implica que d’informacions tocant vòstre sistèma (tal coma vòstra adreça IP publica) sián enviadas als autres pars. 3692 Lo sistèma de partatge utilizat per aquesta vidèo implica que d’informacions tocant vòstre sistèma (tal coma vòstra adreça IP publica) sián enviadas als autres pars.
3356 </target> 3693 </target>
3357 <context-group name="null"> 3694 <context-group name="null">
3358 <context context-type="linenumber">209</context> 3695 <context context-type="linenumber">233</context>
3359 </context-group> 3696 </context-group>
3360 </trans-unit> 3697 </trans-unit>
3361 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3698 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3362 <source>More information</source> 3699 <source>More information</source>
3363 <target>Mai d’informacions</target> 3700 <target>Mai d’informacions</target>
3364 <context-group name="null"> 3701 <context-group name="null">
3365 <context context-type="linenumber">212</context> 3702 <context context-type="linenumber">236</context>
3366 </context-group> 3703 </context-group>
3367 </trans-unit> 3704 </trans-unit>
3368 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3705 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3369 <source>Get more information</source> 3706 <source>Get more information</source>
3370 <target>Obténer mai d’informacions</target> 3707 <target>Obténer mai d’informacions</target>
3371 <context-group name="null"> 3708 <context-group name="null">
3372 <context context-type="linenumber">212</context> 3709 <context context-type="linenumber">236</context>
3373 </context-group> 3710 </context-group>
3374 </trans-unit> 3711 </trans-unit>
3375 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3712 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3380,7 +3717,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3380 D’acòrdi 3717 D’acòrdi
3381 </target> 3718 </target>
3382 <context-group name="null"> 3719 <context-group name="null">
3383 <context context-type="linenumber">215</context> 3720 <context context-type="linenumber">239</context>
3384 </context-group> 3721 </context-group>
3385 </trans-unit> 3722 </trans-unit>
3386 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3723 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -3513,6 +3850,27 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3513 <context context-type="linenumber">14</context> 3850 <context context-type="linenumber">14</context>
3514 </context-group> 3851 </context-group>
3515 </trans-unit> 3852 </trans-unit>
3853 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
3854 <source>Cannot get about information from server</source>
3855 <target>Recuperacion de las informacions del servidor impossibla</target>
3856 <context-group name="null">
3857 <context context-type="linenumber">1</context>
3858 </context-group>
3859 </trans-unit>
3860 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
3861 <source>Your message has been sent.</source>
3862 <target>Messatge enviat.</target>
3863 <context-group name="null">
3864 <context context-type="linenumber">1</context>
3865 </context-group>
3866 </trans-unit>
3867 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
3868 <source>You already sent this form recently</source>
3869 <target>Avètz ja enviat aqueste formulari fa pas gaire</target>
3870 <context-group name="null">
3871 <context context-type="linenumber">1</context>
3872 </context-group>
3873 </trans-unit>
3516 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968"> 3874 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
3517 <source>No description</source> 3875 <source>No description</source>
3518 <target>Cap de descripcion</target> 3876 <target>Cap de descripcion</target>
@@ -3800,6 +4158,20 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3800 <context context-type="linenumber">1</context> 4158 <context context-type="linenumber">1</context>
3801 </context-group> 4159 </context-group>
3802 </trans-unit> 4160 </trans-unit>
4161 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
4162 <source>yes</source>
4163 <target>òc</target>
4164 <context-group name="null">
4165 <context context-type="linenumber">1</context>
4166 </context-group>
4167 </trans-unit>
4168 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
4169 <source>no</source>
4170 <target>non</target>
4171 <context-group name="null">
4172 <context context-type="linenumber">1</context>
4173 </context-group>
4174 </trans-unit>
3803 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223"> 4175 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
3804 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source> 4176 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
3805 <target>Volètz vertadièrament levar aquesta vidèo de la lista negra ? Serà disponibla tornamai dins la lista de las vidèo.</target> 4177 <target>Volètz vertadièrament levar aquesta vidèo de la lista negra ? Serà disponibla tornamai dins la lista de las vidèo.</target>
@@ -3814,6 +4186,27 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3814 <context context-type="linenumber">1</context> 4186 <context context-type="linenumber">1</context>
3815 </context-group> 4187 </context-group>
3816 </trans-unit> 4188 </trans-unit>
4189 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4190 <source>Info</source>
4191 <target>Info</target>
4192 <context-group name="null">
4193 <context context-type="linenumber">1</context>
4194 </context-group>
4195 </trans-unit>
4196 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
4197 <source>Warning</source>
4198 <target>Avís</target>
4199 <context-group name="null">
4200 <context context-type="linenumber">1</context>
4201 </context-group>
4202 </trans-unit>
4203 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4204 <source>Error</source>
4205 <target>Error</target>
4206 <context-group name="null">
4207 <context context-type="linenumber">1</context>
4208 </context-group>
4209 </trans-unit>
3817 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 4210 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
3818 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 4211 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
3819 <target>Utilizaire <x id="INTERPOLATION" equiv-text="{{username}}"/> creat.</target> 4212 <target>Utilizaire <x id="INTERPOLATION" equiv-text="{{username}}"/> creat.</target>
@@ -3821,6 +4214,20 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3821 <context context-type="linenumber">1</context> 4214 <context context-type="linenumber">1</context>
3822 </context-group> 4215 </context-group>
3823 </trans-unit> 4216 </trans-unit>
4217 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
4218 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4219 <target>Senhal cambiat per l’utilizaire <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4220 <context-group name="null">
4221 <context context-type="linenumber">1</context>
4222 </context-group>
4223 </trans-unit>
4224 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
4225 <source>Update user password</source>
4226 <target>Actualizar lo senhal de l’utilizaire</target>
4227 <context-group name="null">
4228 <context context-type="linenumber">1</context>
4229 </context-group>
4230 </trans-unit>
3824 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 4231 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
3825 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 4232 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
3826 <target>Utilizaire <x id="INTERPOLATION" equiv-text="{{username}}"/> actualizat.</target> 4233 <target>Utilizaire <x id="INTERPOLATION" equiv-text="{{username}}"/> actualizat.</target>
@@ -3835,6 +4242,13 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3835 <context context-type="linenumber">1</context> 4242 <context context-type="linenumber">1</context>
3836 </context-group> 4243 </context-group>
3837 </trans-unit> 4244 </trans-unit>
4245 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
4246 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4247 <target>Un corrièl de reïnicializacion de senhal es estat enviat a <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4248 <context-group name="null">
4249 <context context-type="linenumber">1</context>
4250 </context-group>
4251 </trans-unit>
3838 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8"> 4252 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
3839 <source>Unban</source> 4253 <source>Unban</source>
3840 <target>Reabilitar</target> 4254 <target>Reabilitar</target>
@@ -3912,6 +4326,48 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3912 <context context-type="linenumber">1</context> 4326 <context context-type="linenumber">1</context>
3913 </context-group> 4327 </context-group>
3914 </trans-unit> 4328 </trans-unit>
4329 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
4330 <source>My videos history</source>
4331 <target>Mon istoric de vidèos</target>
4332 <context-group name="null">
4333 <context context-type="linenumber">1</context>
4334 </context-group>
4335 </trans-unit>
4336 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
4337 <source>Videos history is enabled</source>
4338 <target>L’istoric de vidèos es activat</target>
4339 <context-group name="null">
4340 <context context-type="linenumber">1</context>
4341 </context-group>
4342 </trans-unit>
4343 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
4344 <source>Videos history is disabled</source>
4345 <target>L’istoric de vidèos es desactivat</target>
4346 <context-group name="null">
4347 <context context-type="linenumber">1</context>
4348 </context-group>
4349 </trans-unit>
4350 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
4351 <source>Delete videos history</source>
4352 <target>Suprimir l’istoric de vidèos</target>
4353 <context-group name="null">
4354 <context context-type="linenumber">1</context>
4355 </context-group>
4356 </trans-unit>
4357 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
4358 <source>Are you sure you want to delete all your videos history?</source>
4359 <target>Volètz vertadièrament suprimir tot vòstre istoric de vidèos ?</target>
4360 <context-group name="null">
4361 <context context-type="linenumber">1</context>
4362 </context-group>
4363 </trans-unit>
4364 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
4365 <source>Videos history deleted</source>
4366 <target>Istoric de vidèos suprimit</target>
4367 <context-group name="null">
4368 <context context-type="linenumber">1</context>
4369 </context-group>
4370 </trans-unit>
3915 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e"> 4371 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e">
3916 <source>Ownership accepted</source> 4372 <source>Ownership accepted</source>
3917 <target>Proprietat acceptada</target> 4373 <target>Proprietat acceptada</target>
@@ -3961,6 +4417,69 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3961 <context context-type="linenumber">1</context> 4417 <context context-type="linenumber">1</context>
3962 </context-group> 4418 </context-group>
3963 </trans-unit> 4419 </trans-unit>
4420 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
4421 <source>New video from your subscriptions</source>
4422 <target>Nòvas vidèos de vòstres abonaments</target>
4423 <context-group name="null">
4424 <context context-type="linenumber">1</context>
4425 </context-group>
4426 </trans-unit>
4427 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
4428 <source>New comment on your video</source>
4429 <target>Nòus comentaris sus vòstra vidèo</target>
4430 <context-group name="null">
4431 <context context-type="linenumber">1</context>
4432 </context-group>
4433 </trans-unit>
4434 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8">
4435 <source>New video abuse</source>
4436 <target>Nòu senhalament vidèo</target>
4437 <context-group name="null">
4438 <context context-type="linenumber">1</context>
4439 </context-group>
4440 </trans-unit>
4441 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4442 <source>One of your video is blacklisted/unblacklisted</source>
4443 <target>Una de vòstras vidèos es o es pas mai en lista negra</target>
4444 <context-group name="null">
4445 <context context-type="linenumber">1</context>
4446 </context-group>
4447 </trans-unit>
4448 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
4449 <source>Video published (after transcoding/scheduled update)</source>
4450 <target>Vidèo publicada (aprèp transcodatge/publicacion programada)</target>
4451 <context-group name="null">
4452 <context context-type="linenumber">1</context>
4453 </context-group>
4454 </trans-unit>
4455 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
4456 <source>Video import finished</source>
4457 <target>Import de vidèo acabat</target>
4458 <context-group name="null">
4459 <context context-type="linenumber">1</context>
4460 </context-group>
4461 </trans-unit>
4462 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
4463 <source>A new user registered on your instance</source>
4464 <target>Un nòu utilizaire es marcat sus vòstra instància</target>
4465 <context-group name="null">
4466 <context context-type="linenumber">1</context>
4467 </context-group>
4468 </trans-unit>
4469 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2">
4470 <source>You or your channel(s) has a new follower</source>
4471 <target>Vos o vòstra cadena a un nòu seguidor</target>
4472 <context-group name="null">
4473 <context context-type="linenumber">1</context>
4474 </context-group>
4475 </trans-unit>
4476 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
4477 <source>Someone mentioned you in video comments</source>
4478 <target>Qualqu’un vos a mencionat pels comentaris</target>
4479 <context-group name="null">
4480 <context context-type="linenumber">1</context>
4481 </context-group>
4482 </trans-unit>
3964 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401"> 4483 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
3965 <source>Preferences saved</source> 4484 <source>Preferences saved</source>
3966 <target>Preferéncias salvagardadas</target> 4485 <target>Preferéncias salvagardadas</target>
@@ -4003,13 +4522,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4003 <context context-type="linenumber">1</context> 4522 <context context-type="linenumber">1</context>
4004 </context-group> 4523 </context-group>
4005 </trans-unit> 4524 </trans-unit>
4006 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
4007 <source>Create</source>
4008 <target>Crear</target>
4009 <context-group name="null">
4010 <context context-type="linenumber">1</context>
4011 </context-group>
4012 </trans-unit>
4013 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4525 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
4014 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4526 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
4015 <target>Cadena vidèo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> actualizada.</target> 4527 <target>Cadena vidèo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> actualizada.</target>
@@ -4017,79 +4529,79 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4017 <context context-type="linenumber">1</context> 4529 <context context-type="linenumber">1</context>
4018 </context-group> 4530 </context-group>
4019 </trans-unit> 4531 </trans-unit>
4020 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2"> 4532 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
4021 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source> 4533 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
4022 <target>Cadena vidèo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> suprimida.</target> 4534 <target>Volgatz ben picar lo nom public de la cadena vidèo (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) per dire de confirmar</target>
4023 <context-group name="null"> 4535 <context-group name="null">
4024 <context context-type="linenumber">1</context> 4536 <context context-type="linenumber">1</context>
4025 </context-group> 4537 </context-group>
4026 </trans-unit> 4538 </trans-unit>
4027 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894"> 4539 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
4028 <source>My videos</source> 4540 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
4029 <target>Mas vidèos</target> 4541 <target>Cadena vidèo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> suprimida.</target>
4030 <context-group name="null"> 4542 <context-group name="null">
4031 <context context-type="linenumber">1</context> 4543 <context context-type="linenumber">1</context>
4032 </context-group> 4544 </context-group>
4033 </trans-unit> 4545 </trans-unit>
4034 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd"> 4546 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d">
4035 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source> 4547 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source>
4036 <target>Volètz vertadièrament suprimir <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vidèos ?</target> 4548 <target>Lista de lectura <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> creada.</target>
4037 <context-group name="null"> 4549 <context-group name="null">
4038 <context context-type="linenumber">1</context> 4550 <context context-type="linenumber">1</context>
4039 </context-group> 4551 </context-group>
4040 </trans-unit> 4552 </trans-unit>
4041 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83"> 4553 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d">
4042 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source> 4554 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source>
4043 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vidèos suprimidas.</target> 4555 <target>Lista de lectura <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> actualizada.</target>
4044 <context-group name="null"> 4556 <context-group name="null">
4045 <context context-type="linenumber">1</context> 4557 <context context-type="linenumber">1</context>
4046 </context-group> 4558 </context-group>
4047 </trans-unit> 4559 </trans-unit>
4048 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7"> 4560 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783">
4049 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source> 4561 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source>
4050 <target>Volètz vertadièrament suprimir <x id="INTERPOLATION" equiv-text="{{videoName}}"/> ?</target> 4562 <target>Volètz vertadièrament suprimir <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> ?</target>
4051 <context-group name="null"> 4563 <context-group name="null">
4052 <context context-type="linenumber">1</context> 4564 <context context-type="linenumber">1</context>
4053 </context-group> 4565 </context-group>
4054 </trans-unit> 4566 </trans-unit>
4055 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118"> 4567 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86">
4056 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source> 4568 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source>
4057 <target>Vidèo <x id="INTERPOLATION" equiv-text="{{videoName}}"/> suprimida.</target> 4569 <target>Lista de lectura <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> suprimida.</target>
4058 <context-group name="null"> 4570 <context-group name="null">
4059 <context context-type="linenumber">1</context> 4571 <context context-type="linenumber">1</context>
4060 </context-group> 4572 </context-group>
4061 </trans-unit> 4573 </trans-unit>
4062 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 4574 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
4063 <source>Published</source> 4575 <source>My videos</source>
4064 <target>Publicada</target> 4576 <target>Mas vidèos</target>
4065 <context-group name="null"> 4577 <context-group name="null">
4066 <context context-type="linenumber">1</context> 4578 <context context-type="linenumber">1</context>
4067 </context-group> 4579 </context-group>
4068 </trans-unit> 4580 </trans-unit>
4069 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2"> 4581 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd">
4070 <source>Publication scheduled on </source> 4582 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source>
4071 <target>Publicacion programada pel</target> 4583 <target>Volètz vertadièrament suprimir <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vidèos ?</target>
4072 <context-group name="null"> 4584 <context-group name="null">
4073 <context context-type="linenumber">1</context> 4585 <context context-type="linenumber">1</context>
4074 </context-group> 4586 </context-group>
4075 </trans-unit> 4587 </trans-unit>
4076 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02"> 4588 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83">
4077 <source>Waiting transcoding</source> 4589 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source>
4078 <target>En espèra del transcodatge</target> 4590 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vidèos suprimidas.</target>
4079 <context-group name="null"> 4591 <context-group name="null">
4080 <context context-type="linenumber">1</context> 4592 <context context-type="linenumber">1</context>
4081 </context-group> 4593 </context-group>
4082 </trans-unit> 4594 </trans-unit>
4083 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a"> 4595 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7">
4084 <source>To transcode</source> 4596 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source>
4085 <target>De transcodar</target> 4597 <target>Volètz vertadièrament suprimir <x id="INTERPOLATION" equiv-text="{{videoName}}"/> ?</target>
4086 <context-group name="null"> 4598 <context-group name="null">
4087 <context context-type="linenumber">1</context> 4599 <context context-type="linenumber">1</context>
4088 </context-group> 4600 </context-group>
4089 </trans-unit> 4601 </trans-unit>
4090 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392"> 4602 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118">
4091 <source>To import</source> 4603 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source>
4092 <target>D’importar</target> 4604 <target>Vidèo <x id="INTERPOLATION" equiv-text="{{videoName}}"/> suprimida.</target>
4093 <context-group name="null"> 4605 <context-group name="null">
4094 <context context-type="linenumber">1</context> 4606 <context context-type="linenumber">1</context>
4095 </context-group> 4607 </context-group>
@@ -4101,16 +4613,16 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4101 <context context-type="linenumber">1</context> 4613 <context context-type="linenumber">1</context>
4102 </context-group> 4614 </context-group>
4103 </trans-unit> 4615 </trans-unit>
4104 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 4616 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
4105 <source>My library</source> 4617 <source>My channels</source>
4106 <target>Ma bibliotèca</target> 4618 <target>Mas cadenas</target>
4107 <context-group name="null"> 4619 <context-group name="null">
4108 <context context-type="linenumber">1</context> 4620 <context context-type="linenumber">1</context>
4109 </context-group> 4621 </context-group>
4110 </trans-unit> 4622 </trans-unit>
4111 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4623 <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2">
4112 <source>My channels</source> 4624 <source>My playlists</source>
4113 <target>Mas cadenas</target> 4625 <target>Mas listas de lectura</target>
4114 <context-group name="null"> 4626 <context-group name="null">
4115 <context context-type="linenumber">1</context> 4627 <context context-type="linenumber">1</context>
4116 </context-group> 4628 </context-group>
@@ -4278,13 +4790,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4278 <context context-type="linenumber">1</context> 4790 <context context-type="linenumber">1</context>
4279 </context-group> 4791 </context-group>
4280 </trans-unit> 4792 </trans-unit>
4281 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4282 <source>Error</source>
4283 <target>Error</target>
4284 <context-group name="null">
4285 <context context-type="linenumber">1</context>
4286 </context-group>
4287 </trans-unit>
4288 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 4793 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
4289 <source>You need to reconnect.</source> 4794 <source>You need to reconnect.</source>
4290 <target>Vos cal vos reconnectar.</target> 4795 <target>Vos cal vos reconnectar.</target>
@@ -4292,13 +4797,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4292 <context context-type="linenumber">1</context> 4797 <context context-type="linenumber">1</context>
4293 </context-group> 4798 </context-group>
4294 </trans-unit> 4799 </trans-unit>
4295 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4296 <source>Confirm</source>
4297 <target>Confirmar</target>
4298 <context-group name="null">
4299 <context context-type="linenumber">1</context>
4300 </context-group>
4301 </trans-unit>
4302 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452"> 4800 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
4303 <source>Keyboard Shortcuts:</source> 4801 <source>Keyboard Shortcuts:</source>
4304 <target>Acorchis clavièr :</target> 4802 <target>Acorchis clavièr :</target>
@@ -4306,13 +4804,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4306 <context context-type="linenumber">1</context> 4804 <context context-type="linenumber">1</context>
4307 </context-group> 4805 </context-group>
4308 </trans-unit> 4806 </trans-unit>
4309 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4310 <source>Info</source>
4311 <target>Info</target>
4312 <context-group name="null">
4313 <context context-type="linenumber">1</context>
4314 </context-group>
4315 </trans-unit>
4316 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba"> 4807 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
4317 <source>Success</source> 4808 <source>Success</source>
4318 <target>Succès</target> 4809 <target>Succès</target>
@@ -4425,6 +4916,90 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4425 <context context-type="linenumber">1</context> 4916 <context context-type="linenumber">1</context>
4426 </context-group> 4917 </context-group>
4427 </trans-unit> 4918 </trans-unit>
4919 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
4920 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
4921 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> ans</target>
4922 <context-group name="null">
4923 <context context-type="linenumber">1</context>
4924 </context-group>
4925 </trans-unit>
4926 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
4927 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
4928 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> meses</target>
4929 <context-group name="null">
4930 <context context-type="linenumber">1</context>
4931 </context-group>
4932 </trans-unit>
4933 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
4934 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
4935 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> mes</target>
4936 <context-group name="null">
4937 <context context-type="linenumber">1</context>
4938 </context-group>
4939 </trans-unit>
4940 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
4941 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
4942 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> semanas</target>
4943 <context-group name="null">
4944 <context context-type="linenumber">1</context>
4945 </context-group>
4946 </trans-unit>
4947 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
4948 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
4949 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> setmana</target>
4950 <context-group name="null">
4951 <context context-type="linenumber">1</context>
4952 </context-group>
4953 </trans-unit>
4954 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
4955 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
4956 <target>fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> jorns</target>
4957 <context-group name="null">
4958 <context context-type="linenumber">1</context>
4959 </context-group>
4960 </trans-unit>
4961 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
4962 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
4963 <target>fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> jorn</target>
4964 <context-group name="null">
4965 <context context-type="linenumber">1</context>
4966 </context-group>
4967 </trans-unit>
4968 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
4969 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
4970 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> oras</target>
4971 <context-group name="null">
4972 <context context-type="linenumber">1</context>
4973 </context-group>
4974 </trans-unit>
4975 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
4976 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
4977 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> ora</target>
4978 <context-group name="null">
4979 <context context-type="linenumber">1</context>
4980 </context-group>
4981 </trans-unit>
4982 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
4983 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
4984 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> min.</target>
4985 <context-group name="null">
4986 <context context-type="linenumber">1</context>
4987 </context-group>
4988 </trans-unit>
4989 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
4990 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
4991 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> seg.</target>
4992 <context-group name="null">
4993 <context context-type="linenumber">1</context>
4994 </context-group>
4995 </trans-unit>
4996 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4997 <source>Confirm</source>
4998 <target>Confirmar</target>
4999 <context-group name="null">
5000 <context context-type="linenumber">1</context>
5001 </context-group>
5002 </trans-unit>
4428 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 5003 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
4429 <source>Instance name is required.</source> 5004 <source>Instance name is required.</source>
4430 <target>Lo nom de l’instància es requesit.</target> 5005 <target>Lo nom de l’instància es requesit.</target>
@@ -4553,7 +5128,42 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4553 </trans-unit> 5128 </trans-unit>
4554 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33"> 5129 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33">
4555 <source>Your name is required.</source> 5130 <source>Your name is required.</source>
4556 <target>Vòstre nom es requesit</target> 5131 <target>Vòstre nom es requesit.</target>
5132 <context-group name="null">
5133 <context context-type="linenumber">1</context>
5134 </context-group>
5135 </trans-unit>
5136 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a">
5137 <source>Your name must be at least 1 character long.</source>
5138 <target>Vòstre nom deu almens conténer 1 caractèr.</target>
5139 <context-group name="null">
5140 <context context-type="linenumber">1</context>
5141 </context-group>
5142 </trans-unit>
5143 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b">
5144 <source>Your name cannot be more than 120 characters long.</source>
5145 <target>Vòstre nom pòt pas conténer mai de 120 caractèrs.</target>
5146 <context-group name="null">
5147 <context context-type="linenumber">1</context>
5148 </context-group>
5149 </trans-unit>
5150 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2">
5151 <source>A message is required.</source>
5152 <target>Un messatge es requesit.</target>
5153 <context-group name="null">
5154 <context context-type="linenumber">1</context>
5155 </context-group>
5156 </trans-unit>
5157 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64">
5158 <source>The message must be at least 3 characters long.</source>
5159 <target>Lo messatge deu conténer almens 3 caractèrs.</target>
5160 <context-group name="null">
5161 <context context-type="linenumber">1</context>
5162 </context-group>
5163 </trans-unit>
5164 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60">
5165 <source>The message cannot be more than 5000 characters long.</source>
5166 <target>Lo messatge pòt pas conténer mai de 5000 caractèrs.</target>
4557 <context-group name="null"> 5167 <context-group name="null">
4558 <context context-type="linenumber">1</context> 5168 <context context-type="linenumber">1</context>
4559 </context-group> 5169 </context-group>
@@ -4593,6 +5203,13 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4593 <context context-type="linenumber">1</context> 5203 <context context-type="linenumber">1</context>
4594 </context-group> 5204 </context-group>
4595 </trans-unit> 5205 </trans-unit>
5206 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
5207 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
5208 <target>Lo nom d’utilizaire deu èsser alfanumeric e en minuscula : ponches e jonhents bas son autorizats.</target>
5209 <context-group name="null">
5210 <context context-type="linenumber">1</context>
5211 </context-group>
5212 </trans-unit>
4596 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0"> 5213 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
4597 <source>Password must be at least 6 characters long.</source> 5214 <source>Password must be at least 6 characters long.</source>
4598 <target>Lo senhal deu conténer almens 6 caractèrs.</target> 5215 <target>Lo senhal deu conténer almens 6 caractèrs.</target>
@@ -4719,6 +5336,13 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4719 <context context-type="linenumber">1</context> 5336 <context context-type="linenumber">1</context>
4720 </context-group> 5337 </context-group>
4721 </trans-unit> 5338 </trans-unit>
5339 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
5340 <source>Report reason cannot be more than 3000 characters long.</source>
5341 <target>La rason del senhalament pòt pas conténer mai de 3000 caractèrs.</target>
5342 <context-group name="null">
5343 <context context-type="linenumber">1</context>
5344 </context-group>
5345 </trans-unit>
4722 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118"> 5346 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118">
4723 <source>Moderation comment is required.</source> 5347 <source>Moderation comment is required.</source>
4724 <target>Lo comentari de moderacion es requesit.</target> 5348 <target>Lo comentari de moderacion es requesit.</target>
@@ -4733,6 +5357,13 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4733 <context context-type="linenumber">1</context> 5357 <context context-type="linenumber">1</context>
4734 </context-group> 5358 </context-group>
4735 </trans-unit> 5359 </trans-unit>
5360 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
5361 <source>Moderation comment cannot be more than 3000 characters long.</source>
5362 <target>Lo comentari de moderacion pòt pas conténer mai de 3000 caractèrs.</target>
5363 <context-group name="null">
5364 <context context-type="linenumber">1</context>
5365 </context-group>
5366 </trans-unit>
4736 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6"> 5367 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6">
4737 <source>The channel is required.</source> 5368 <source>The channel is required.</source>
4738 <target>La cadena es requesida.</target> 5369 <target>La cadena es requesida.</target>
@@ -4803,6 +5434,13 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4803 <context context-type="linenumber">1</context> 5434 <context context-type="linenumber">1</context>
4804 </context-group> 5435 </context-group>
4805 </trans-unit> 5436 </trans-unit>
5437 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18">
5438 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
5439 <target>Lo nom deu èsser alfanumeric e en minuscula : ponches e jonhents bas son autorizats.</target>
5440 <context-group name="null">
5441 <context context-type="linenumber">1</context>
5442 </context-group>
5443 </trans-unit>
4806 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b"> 5444 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
4807 <source>Support text must be at least 3 characters long.</source> 5445 <source>Support text must be at least 3 characters long.</source>
4808 <target>Lo tèxte de sosten deu almens conténer 3 caractèrs.</target> 5446 <target>Lo tèxte de sosten deu almens conténer 3 caractèrs.</target>
@@ -4838,6 +5476,27 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4838 <context context-type="linenumber">1</context> 5476 <context context-type="linenumber">1</context>
4839 </context-group> 5477 </context-group>
4840 </trans-unit> 5478 </trans-unit>
5479 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5480 <source>Display name cannot be more than 120 characters long.</source>
5481 <target>L’escais-nom pòt pas conténer mai de 120 caractèrs.</target>
5482 <context-group name="null">
5483 <context context-type="linenumber">1</context>
5484 </context-group>
5485 </trans-unit>
5486 <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c">
5487 <source>Privacy is required.</source>
5488 <target>La confidencialitat es requesida.</target>
5489 <context-group name="null">
5490 <context context-type="linenumber">1</context>
5491 </context-group>
5492 </trans-unit>
5493 <trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c">
5494 <source>The channel is required when the playlist is public.</source>
5495 <target>La cadena es requesida quand la lista de lectura es publica.</target>
5496 <context-group name="null">
5497 <context context-type="linenumber">1</context>
5498 </context-group>
5499 </trans-unit>
4841 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 5500 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
4842 <source>Video name is required.</source> 5501 <source>Video name is required.</source>
4843 <target>Lo nom de la vidèo es requesit.</target> 5502 <target>Lo nom de la vidèo es requesit.</target>
@@ -4929,16 +5588,16 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4929 <context context-type="linenumber">1</context> 5588 <context context-type="linenumber">1</context>
4930 </context-group> 5589 </context-group>
4931 </trans-unit> 5590 </trans-unit>
4932 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4"> 5591 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
4933 <source>All unsaved data will be lost, are you sure you want to leave this page?</source> 5592 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
4934 <target>Totas las donadas seràn perdudas, volètz vertadièrament quitar la pagina ?</target> 5593 <target>PeerTube pòt pas gerir aquel tipe de fichièr. Las extensions acceptadas son <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target>
4935 <context-group name="null"> 5594 <context-group name="null">
4936 <context context-type="linenumber">1</context> 5595 <context context-type="linenumber">1</context>
4937 </context-group> 5596 </context-group>
4938 </trans-unit> 5597 </trans-unit>
4939 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01"> 5598 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4">
4940 <source>Warning</source> 5599 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
4941 <target>Avís</target> 5600 <target>Totas las donadas seràn perdudas, volètz vertadièrament quitar la pagina ?</target>
4942 <context-group name="null"> 5601 <context-group name="null">
4943 <context context-type="linenumber">1</context> 5602 <context context-type="linenumber">1</context>
4944 </context-group> 5603 </context-group>
@@ -5265,6 +5924,27 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
5265 <context context-type="linenumber">1</context> 5924 <context context-type="linenumber">1</context>
5266 </context-group> 5925 </context-group>
5267 </trans-unit> 5926 </trans-unit>
5927 <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24">
5928 <source>Hidden</source>
5929 <target>Amagada</target>
5930 <context-group name="null">
5931 <context context-type="linenumber">1</context>
5932 </context-group>
5933 </trans-unit>
5934 <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105">
5935 <source>Displayed</source>
5936 <target>Mostrada</target>
5937 <context-group name="null">
5938 <context context-type="linenumber">1</context>
5939 </context-group>
5940 </trans-unit>
5941 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c">
5942 <source>User registration allowed</source>
5943 <target>Inscripcion autorizada</target>
5944 <context-group name="null">
5945 <context context-type="linenumber">1</context>
5946 </context-group>
5947 </trans-unit>
5268 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411"> 5948 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411">
5269 <source>Transcode your videos in multiple resolutions</source> 5949 <source>Transcode your videos in multiple resolutions</source>
5270 <target>Convertir las vidèos en mantunas resolucions</target> 5950 <target>Convertir las vidèos en mantunas resolucions</target>
@@ -5321,83 +6001,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
5321 <context context-type="linenumber">1</context> 6001 <context context-type="linenumber">1</context>
5322 </context-group> 6002 </context-group>
5323 </trans-unit> 6003 </trans-unit>
5324 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
5325 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
5326 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> ans</target>
5327 <context-group name="null">
5328 <context context-type="linenumber">1</context>
5329 </context-group>
5330 </trans-unit>
5331 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
5332 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
5333 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> meses</target>
5334 <context-group name="null">
5335 <context context-type="linenumber">1</context>
5336 </context-group>
5337 </trans-unit>
5338 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
5339 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
5340 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> mes</target>
5341 <context-group name="null">
5342 <context context-type="linenumber">1</context>
5343 </context-group>
5344 </trans-unit>
5345 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
5346 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
5347 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> semanas</target>
5348 <context-group name="null">
5349 <context context-type="linenumber">1</context>
5350 </context-group>
5351 </trans-unit>
5352 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
5353 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
5354 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> setmana</target>
5355 <context-group name="null">
5356 <context context-type="linenumber">1</context>
5357 </context-group>
5358 </trans-unit>
5359 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
5360 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
5361 <target>fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> jorns</target>
5362 <context-group name="null">
5363 <context context-type="linenumber">1</context>
5364 </context-group>
5365 </trans-unit>
5366 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
5367 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
5368 <target>fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> jorn</target>
5369 <context-group name="null">
5370 <context context-type="linenumber">1</context>
5371 </context-group>
5372 </trans-unit>
5373 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
5374 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
5375 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> oras</target>
5376 <context-group name="null">
5377 <context context-type="linenumber">1</context>
5378 </context-group>
5379 </trans-unit>
5380 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
5381 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
5382 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> ora</target>
5383 <context-group name="null">
5384 <context context-type="linenumber">1</context>
5385 </context-group>
5386 </trans-unit>
5387 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
5388 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
5389 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> min.</target>
5390 <context-group name="null">
5391 <context context-type="linenumber">1</context>
5392 </context-group>
5393 </trans-unit>
5394 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
5395 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
5396 <target>Fa <x id="INTERPOLATION" equiv-text="{{interval}}"/> seg.</target>
5397 <context-group name="null">
5398 <context context-type="linenumber">1</context>
5399 </context-group>
5400 </trans-unit>
5401 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 6004 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
5402 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 6005 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
5403 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Compatibilitat Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> que permet :</target> 6006 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Compatibilitat Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> que permet :</target>
@@ -5650,6 +6253,132 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
5650 <context context-type="linenumber">1</context> 6253 <context context-type="linenumber">1</context>
5651 </context-group> 6254 </context-group>
5652 </trans-unit> 6255 </trans-unit>
6256 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78">
6257 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source>
6258 <target>Vidèo suprimida de <x id="INTERPOLATION" equiv-text="{{name}}"/></target>
6259 <context-group name="null">
6260 <context context-type="linenumber">1</context>
6261 </context-group>
6262 </trans-unit>
6263 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de">
6264 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source>
6265 <target>Vidèo ajustada a <x id="INTERPOLATION" equiv-text="{{n}}"/> amb la data <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target>
6266 <context-group name="null">
6267 <context context-type="linenumber">1</context>
6268 </context-group>
6269 </trans-unit>
6270 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f">
6271 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source>
6272 <target>Vidèo ajustada <x id="INTERPOLATION" equiv-text="{{n}}"/></target>
6273 <context-group name="null">
6274 <context context-type="linenumber">1</context>
6275 </context-group>
6276 </trans-unit>
6277 <trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8">
6278 <source>Timestamps updated</source>
6279 <target>Data actualizada</target>
6280 <context-group name="null">
6281 <context context-type="linenumber">1</context>
6282 </context-group>
6283 </trans-unit>
6284 <trans-unit id="28d23ed47149ffd34c2ebd58bfeb4601649c784f">
6285 <source>Starts at </source>
6286 <target>Comença a</target>
6287 <context-group name="null">
6288 <context context-type="linenumber">1</context>
6289 </context-group>
6290 </trans-unit>
6291 <trans-unit id="1e40e4317900075588705bc4084fda4b2ddb3372">
6292 <source>Stops at </source>
6293 <target>Acaba a</target>
6294 <context-group name="null">
6295 <context context-type="linenumber">1</context>
6296 </context-group>
6297 </trans-unit>
6298 <trans-unit id="1b8201c470a1635cc9beab9adb90eabd19fc9691">
6299 <source> and stops at </source>
6300 <target>e acaba a</target>
6301 <context-group name="null">
6302 <context context-type="linenumber">1</context>
6303 </context-group>
6304 </trans-unit>
6305 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
6306 <source>Video blacklisted.</source>
6307 <target>Vidèo en lista negra.</target>
6308 <context-group name="null">
6309 <context context-type="linenumber">1</context>
6310 </context-group>
6311 </trans-unit>
6312 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
6313 <source>Copied</source>
6314 <target>Copiat</target>
6315 <context-group name="null">
6316 <context context-type="linenumber">1</context>
6317 </context-group>
6318 </trans-unit>
6319 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
6320 <source>Video reported.</source>
6321 <target>Vidèo senhalada.</target>
6322 <context-group name="null">
6323 <context context-type="linenumber">1</context>
6324 </context-group>
6325 </trans-unit>
6326 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
6327 <source>Do you really want to delete this video?</source>
6328 <target>Volètz vertadièrament suprimir aquesta vidèo ?</target>
6329 <context-group name="null">
6330 <context context-type="linenumber">1</context>
6331 </context-group>
6332 </trans-unit>
6333 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
6334 <source>Blacklist</source>
6335 <target>Lista nègra</target>
6336 <context-group name="null">
6337 <context context-type="linenumber">1</context>
6338 </context-group>
6339 </trans-unit>
6340 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
6341 <source>Report</source>
6342 <target>Senhalar</target>
6343 <context-group name="null">
6344 <context context-type="linenumber">1</context>
6345 </context-group>
6346 </trans-unit>
6347 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
6348 <source>Published</source>
6349 <target>Publicada</target>
6350 <context-group name="null">
6351 <context context-type="linenumber">1</context>
6352 </context-group>
6353 </trans-unit>
6354 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
6355 <source>Publication scheduled on </source>
6356 <target>Publicacion programada pel</target>
6357 <context-group name="null">
6358 <context context-type="linenumber">1</context>
6359 </context-group>
6360 </trans-unit>
6361 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
6362 <source>Waiting transcoding</source>
6363 <target>En espèra del transcodatge</target>
6364 <context-group name="null">
6365 <context context-type="linenumber">1</context>
6366 </context-group>
6367 </trans-unit>
6368 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
6369 <source>To transcode</source>
6370 <target>De transcodar</target>
6371 <context-group name="null">
6372 <context context-type="linenumber">1</context>
6373 </context-group>
6374 </trans-unit>
6375 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
6376 <source>To import</source>
6377 <target>D’importar</target>
6378 <context-group name="null">
6379 <context context-type="linenumber">1</context>
6380 </context-group>
6381 </trans-unit>
5653 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 6382 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
5654 <source>Only I can see this video</source> 6383 <source>Only I can see this video</source>
5655 <target>Pas que ieu pòdi veire aquesta vidèo</target> 6384 <target>Pas que ieu pòdi veire aquesta vidèo</target>
@@ -5741,6 +6470,13 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
5741 <context context-type="linenumber">1</context> 6470 <context context-type="linenumber">1</context>
5742 </context-group> 6471 </context-group>
5743 </trans-unit> 6472 </trans-unit>
6473 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
6474 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
6475 <target>Avètz de modificacions pas enregistradas. Se partissètz vòstras modificacions seràn perdudas. </target>
6476 <context-group name="null">
6477 <context context-type="linenumber">1</context>
6478 </context-group>
6479 </trans-unit>
5744 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187"> 6480 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
5745 <source>Video updated.</source> 6481 <source>Video updated.</source>
5746 <target>Vidèo actualizada.</target> 6482 <target>Vidèo actualizada.</target>
@@ -5755,30 +6491,16 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
5755 <context context-type="linenumber">1</context> 6491 <context context-type="linenumber">1</context>
5756 </context-group> 6492 </context-group>
5757 </trans-unit> 6493 </trans-unit>
5758 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3"> 6494 <trans-unit id="f18ffad7896788364e69a9ac6a376c84f54c58f7">
5759 <source>Video blacklisted.</source> 6495 <source> The deletion will be sent to remote instances so they remove the comment too.</source>
5760 <target>Vidèo en lista negra.</target> 6496 <target>La supression serà enviada a las instàncias alonhadas per que suprimiscan lo comentari tanben.</target>
5761 <context-group name="null">
5762 <context context-type="linenumber">1</context>
5763 </context-group>
5764 </trans-unit>
5765 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
5766 <source>Copied</source>
5767 <target>Copiat</target>
5768 <context-group name="null">
5769 <context context-type="linenumber">1</context>
5770 </context-group>
5771 </trans-unit>
5772 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
5773 <source>Video reported.</source>
5774 <target>Vidèo senhalada.</target>
5775 <context-group name="null"> 6497 <context-group name="null">
5776 <context context-type="linenumber">1</context> 6498 <context context-type="linenumber">1</context>
5777 </context-group> 6499 </context-group>
5778 </trans-unit> 6500 </trans-unit>
5779 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f"> 6501 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
5780 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source> 6502 <source> It is a remote comment, so the deletion will only be effective on your instance.</source>
5781 <target>Començar a <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target> 6503 <target>Aquò es un comentari alonhat, doncas la supression serà pas qu’efectiva sus vòstra instància.</target>
5782 <context-group name="null"> 6504 <context-group name="null">
5783 <context context-type="linenumber">1</context> 6505 <context context-type="linenumber">1</context>
5784 </context-group> 6506 </context-group>
@@ -5797,13 +6519,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
5797 <context context-type="linenumber">1</context> 6519 <context context-type="linenumber">1</context>
5798 </context-group> 6520 </context-group>
5799 </trans-unit> 6521 </trans-unit>
5800 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
5801 <source>Do you really want to delete this video?</source>
5802 <target>Volètz vertadièrament suprimir aquesta vidèo ?</target>
5803 <context-group name="null">
5804 <context context-type="linenumber">1</context>
5805 </context-group>
5806 </trans-unit>
5807 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 6522 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
5808 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source> 6523 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
5809 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> aiman / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> aiman pas</target> 6524 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> aiman / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> aiman pas</target>
@@ -5825,6 +6540,34 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
5825 <context context-type="linenumber">1</context> 6540 <context context-type="linenumber">1</context>
5826 </context-group> 6541 </context-group>
5827 </trans-unit> 6542 </trans-unit>
6543 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
6544 <source>Trending for the last 24 hours</source>
6545 <target>Tendéncias de las darrièras 24 oras</target>
6546 <context-group name="null">
6547 <context context-type="linenumber">1</context>
6548 </context-group>
6549 </trans-unit>
6550 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e">
6551 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source>
6552 <target>Las vidèos tendéncia son las qu’an lo nombre de visualizacions mai grand pendent las darrièras 24 oras</target>
6553 <context-group name="null">
6554 <context context-type="linenumber">1</context>
6555 </context-group>
6556 </trans-unit>
6557 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6558 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6559 <target>Tendéncias dels darrièrs <x id="INTERPOLATION" equiv-text="{{days}}"/> jorns</target>
6560 <context-group name="null">
6561 <context context-type="linenumber">1</context>
6562 </context-group>
6563 </trans-unit>
6564 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509">
6565 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6566 <target>Las vidèos tendéncia son las qu’an lo nombre de visualizacions mai grand pendent los darrièrs <x id="INTERPOLATION" equiv-text="{{days}}"/> jorns</target>
6567 <context-group name="null">
6568 <context context-type="linenumber">1</context>
6569 </context-group>
6570 </trans-unit>
5828 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 6571 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
5829 <source>Videos from your subscriptions</source> 6572 <source>Videos from your subscriptions</source>
5830 <target>Vidèos de vòstres abonaments</target> 6573 <target>Vidèos de vòstres abonaments</target>
diff --git a/client/src/locale/target/angular_pl_PL.xml b/client/src/locale/target/angular_pl_PL.xml
index 6d5a06e53..94aabb429 100644
--- a/client/src/locale/target/angular_pl_PL.xml
+++ b/client/src/locale/target/angular_pl_PL.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Pierwszy</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Pierwszy</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Poprzedni</target> 92 <target>Poprzedni</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Następny</target> 99 <target>Następny</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Ostatni</target> 106 <target>Ostatni</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -129,60 +129,208 @@
129 <context context-type="linenumber">14</context> 129 <context context-type="linenumber">14</context>
130 </context-group> 130 </context-group>
131 </trans-unit> 131 </trans-unit>
132 <trans-unit id="ngb.timepicker.decrement-hours">
133 <source>Decrement hours</source>
134 <target>Godziny_dekrementacyjne</target>
135 <context-group name="null">
136 <context context-type="linenumber">20</context>
137 </context-group>
138 </trans-unit>
139 <trans-unit id="ngb.timepicker.increment-minutes">
140 <source>Increment minutes</source>
141 <target>Minuty_inkrementacyjne</target>
142 <context-group name="null">
143 <context context-type="linenumber">29</context>
144 </context-group>
145 </trans-unit>
132 <trans-unit id="ngb.timepicker.MM"> 146 <trans-unit id="ngb.timepicker.MM">
133 <source>MM</source> 147 <source>MM</source>
134 <target>MM</target> 148 <target>MM</target>
135 <context-group name="null"> 149 <context-group name="null">
136 <context context-type="linenumber">31</context> 150 <context context-type="linenumber">32</context>
137 </context-group> 151 </context-group>
138 </trans-unit> 152 </trans-unit>
139 <trans-unit id="ngb.timepicker.minutes"> 153 <trans-unit id="ngb.timepicker.minutes">
140 <source>Minutes</source> 154 <source>Minutes</source>
141 <target>Minuty</target> 155 <target>Minuty</target>
142 <context-group name="null"> 156 <context-group name="null">
143 <context context-type="linenumber">33</context> 157 <context context-type="linenumber">34</context>
158 </context-group>
159 </trans-unit>
160 <trans-unit id="ngb.timepicker.decrement-minutes">
161 <source>Decrement minutes</source>
162 <target>Minuty_incrementacyjne</target>
163 <context-group name="null">
164 <context context-type="linenumber">40</context>
165 </context-group>
166 </trans-unit>
167 <trans-unit id="ngb.timepicker.increment-seconds">
168 <source>Increment seconds</source>
169 <target>Sekundy_inkrementacyjne</target>
170 <context-group name="null">
171 <context context-type="linenumber">49</context>
144 </context-group> 172 </context-group>
145 </trans-unit> 173 </trans-unit>
146 <trans-unit id="ngb.timepicker.SS"> 174 <trans-unit id="ngb.timepicker.SS">
147 <source>SS</source> 175 <source>SS</source>
148 <target>SS</target> 176 <target>SS</target>
149 <context-group name="null"> 177 <context-group name="null">
150 <context context-type="linenumber">50</context> 178 <context context-type="linenumber">52</context>
151 </context-group> 179 </context-group>
152 </trans-unit> 180 </trans-unit>
153 <trans-unit id="ngb.timepicker.seconds"> 181 <trans-unit id="ngb.timepicker.seconds">
154 <source>Seconds</source> 182 <source>Seconds</source>
155 <target>Sekundy</target> 183 <target>Sekundy</target>
156 <context-group name="null"> 184 <context-group name="null">
157 <context context-type="linenumber">52</context> 185 <context context-type="linenumber">54</context>
186 </context-group>
187 </trans-unit>
188 <trans-unit id="ngb.timepicker.decrement-seconds">
189 <source>Decrement seconds</source>
190 <target>Sekundy_inkrementacyjne</target>
191 <context-group name="null">
192 <context context-type="linenumber">60</context>
158 </context-group> 193 </context-group>
159 </trans-unit> 194 </trans-unit>
160 <trans-unit id="ngb.timepicker.PM"> 195 <trans-unit id="ngb.timepicker.PM">
161 <source>PM</source> 196 <source>PM</source>
162 <target>PM</target> 197 <target>PM</target>
163 <context-group name="null"> 198 <context-group name="null">
164 <context context-type="linenumber">65</context> 199 <context context-type="linenumber">68</context>
165 </context-group> 200 </context-group>
166 </trans-unit> 201 </trans-unit>
167 <trans-unit id="ngb.timepicker.AM"> 202 <trans-unit id="ngb.timepicker.AM">
168 <source>AM</source> 203 <source>AM</source>
169 <target>AM</target> 204 <target>AM</target>
170 <context-group name="null"> 205 <context-group name="null">
171 <context context-type="linenumber">66</context> 206 <context context-type="linenumber">69</context>
172 </context-group> 207 </context-group>
173 </trans-unit> 208 </trans-unit>
174 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7"> 209 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
175 <source>Cancel</source> 210 <source>You don't have notifications.</source>
176 <target>Anuluj</target> 211 <target>Nie masz powiadomień</target>
177 <context-group name="null"> 212 <context-group name="null">
178 <context context-type="linenumber">10</context> 213 <context context-type="linenumber">1</context>
179 </context-group> 214 </context-group>
180 </trans-unit> 215 </trans-unit>
181 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 216 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
182 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 217 <source>Display name</source>
183 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> wyświetleń</target> 218 <target>Nazwa wyświetlana</target>
184 <context-group name="null"> 219 <context-group name="null">
185 <context context-type="linenumber">16</context> 220 <context context-type="linenumber">6</context>
221 </context-group>
222 </trans-unit>
223 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
224 <source>Create</source>
225 <target>Utwórz</target>
226 <context-group name="null">
227 <context context-type="linenumber">74</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
231 <source>Download video</source>
232 <target>Pobierz film</target>
233 <context-group name="null">
234 <context context-type="linenumber">3</context>
235 </context-group>
236 </trans-unit>
237 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
238 <source>Direct download</source>
239 <target>Pobieranie bezpośrednie</target>
240 <context-group name="null">
241 <context context-type="linenumber">27</context>
242 </context-group>
243 </trans-unit>
244 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
245 <source>Torrent (.torrent file)</source>
246 <target>Torrent (plik .torrent)</target>
247 <context-group name="null">
248 <context context-type="linenumber">32</context>
249 </context-group>
250 </trans-unit>
251 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
252 <source>Torrent (magnet link)</source>
253 <target>Torrent (link magnet)</target>
254 <context-group name="null">
255 <context context-type="linenumber">37</context>
256 </context-group>
257 </trans-unit>
258 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
259 <source>
260 Cancel
261 </source>
262 <target>
263 Anuluj
264 </target>
265 <context-group name="null">
266 <context context-type="linenumber">47</context>
267 </context-group>
268 </trans-unit>
269 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
270 <source>Download</source>
271 <target>Pobierz</target>
272 <context-group name="null">
273 <context context-type="linenumber">48</context>
274 </context-group>
275 </trans-unit>
276 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
277 <source>Report video</source>
278 <target>Zgłoś film</target>
279 <context-group name="null">
280 <context context-type="linenumber">3</context>
281 </context-group>
282 </trans-unit>
283 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
284 <source>Reason...</source>
285 <target>Przyczyna…</target>
286 <context-group name="null">
287 <context context-type="linenumber">11</context>
288 </context-group>
289 </trans-unit>
290 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
291 <source>
292 Cancel
293 </source>
294 <target>
295 Anuluj
296 </target>
297 <context-group name="null">
298 <context context-type="linenumber">38</context>
299 </context-group>
300 </trans-unit>
301 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
302 <source>Submit</source>
303 <target>Wyślij</target>
304 <context-group name="null">
305 <context context-type="linenumber">29</context>
306 </context-group>
307 </trans-unit>
308 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
309 <source>Blacklist video</source>
310 <target>Dodaj film na czarnÄ… listÄ™</target>
311 <context-group name="null">
312 <context context-type="linenumber">3</context>
313 </context-group>
314 </trans-unit>
315 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
316 <source>Private</source>
317 <target>Prywatne</target>
318 <context-group name="null">
319 <context context-type="linenumber">18</context>
320 </context-group>
321 </trans-unit>
322 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
323 <source>Save</source>
324 <target>Zapisz</target>
325 <context-group name="null">
326 <context context-type="linenumber">117</context>
327 </context-group>
328 </trans-unit>
329 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
330 <source>No results.</source>
331 <target>Brak wyników.</target>
332 <context-group name="null">
333 <context context-type="linenumber">20</context>
186 </context-group> 334 </context-group>
187 </trans-unit> 335 </trans-unit>
188 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 336 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -252,6 +400,41 @@
252 <context context-type="linenumber">18</context> 400 <context context-type="linenumber">18</context>
253 </context-group> 401 </context-group>
254 </trans-unit> 402 </trans-unit>
403 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
404 <source>Using an ActivityPub account</source>
405 <target>Używając konta ActivityPub</target>
406 <context-group name="null">
407 <context context-type="linenumber">36</context>
408 </context-group>
409 </trans-unit>
410 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
411 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
412 <target>Subskrybuj_używając_konta_na<x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
413 <context-group name="null">
414 <context context-type="linenumber">39</context>
415 </context-group>
416 </trans-unit>
417 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
418 <source>Subscribe with your local account</source>
419 <target>Subskrybuj_używając_swojego_lokalnego_konta</target>
420 <context-group name="null">
421 <context context-type="linenumber">40</context>
422 </context-group>
423 </trans-unit>
424 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
425 <source>Subscribe with a Mastodon account:</source>
426 <target>Subskrybuj_używając_konto_Mastodon:</target>
427 <context-group name="null">
428 <context context-type="linenumber">43</context>
429 </context-group>
430 </trans-unit>
431 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
432 <source>Using a syndication feed</source>
433 <target>Używając_kanału_syndykacyjnego</target>
434 <context-group name="null">
435 <context context-type="linenumber">48</context>
436 </context-group>
437 </trans-unit>
255 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a"> 438 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
256 <source>Subscribe via RSS</source> 439 <source>Subscribe via RSS</source>
257 <target>Subskrybuj przez RSS</target> 440 <target>Subskrybuj przez RSS</target>
@@ -259,6 +442,13 @@
259 <context context-type="linenumber">49</context> 442 <context context-type="linenumber">49</context>
260 </context-group> 443 </context-group>
261 </trans-unit> 444 </trans-unit>
445 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
446 <source>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.</source>
447 <target>Możesz zasubskrybować konto na każdej instancji należącej do Fediwersum obsługującej ActivityPub. Na przykład, na Mastodonie lub Pleromie możesz wprowadzić w pole wyszukiwania kanał URL i tam zasubskrybować.</target>
448 <context-group name="null">
449 <context context-type="linenumber">17</context>
450 </context-group>
451 </trans-unit>
262 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b"> 452 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
263 <source>Video quota</source> 453 <source>Video quota</source>
264 <target>Powierzchnia na filmy</target> 454 <target>Powierzchnia na filmy</target>
@@ -274,14 +464,19 @@
274 Nieograniczony <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 464 Nieograniczony <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
275 </target> 465 </target>
276 <context-group name="null"> 466 <context-group name="null">
277 <context context-type="linenumber">14</context> 467 <context context-type="linenumber">28</context>
278 </context-group> 468 </context-group>
279 </trans-unit> 469 </trans-unit>
280 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125"> 470 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
281 <source>Reason...</source> 471 <source>Ban</source><target>Ban</target><context-group name="null">
282 <target>Przyczyna…</target> 472 <context context-type="linenumber">3</context>
473 </context-group>
474 </trans-unit>
475 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
476 <source>Cancel</source>
477 <target>Anuluj</target>
283 <context-group name="null"> 478 <context-group name="null">
284 <context context-type="linenumber">11</context> 479 <context context-type="linenumber">10</context>
285 </context-group> 480 </context-group>
286 </trans-unit> 481 </trans-unit>
287 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 482 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
@@ -356,7 +551,7 @@
356 <source>Login</source> 551 <source>Login</source>
357 <target>Zaloguj siÄ™</target> 552 <target>Zaloguj siÄ™</target>
358 <context-group name="null"> 553 <context-group name="null">
359 <context context-type="linenumber">36</context> 554 <context context-type="linenumber">32</context>
360 </context-group> 555 </context-group>
361 </trans-unit> 556 </trans-unit>
362 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 557 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -384,7 +579,7 @@
384 <source>Send me an email to reset my password</source> 579 <source>Send me an email to reset my password</source>
385 <target>Wyślij mi wiadomość e-mail przywracającą hasło</target> 580 <target>Wyślij mi wiadomość e-mail przywracającą hasło</target>
386 <context-group name="null"> 581 <context-group name="null">
387 <context context-type="linenumber">80</context> 582 <context context-type="linenumber">81</context>
388 </context-group> 583 </context-group>
389 </trans-unit> 584 </trans-unit>
390 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 585 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -448,7 +643,7 @@
448 <source>Signup</source> 643 <source>Signup</source>
449 <target>Zarejestruj siÄ™</target> 644 <target>Zarejestruj siÄ™</target>
450 <context-group name="null"> 645 <context-group name="null">
451 <context context-type="linenumber">78</context> 646 <context context-type="linenumber">88</context>
452 </context-group> 647 </context-group>
453 </trans-unit> 648 </trans-unit>
454 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a"> 649 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
@@ -487,68 +682,24 @@
487 <context context-type="linenumber">44</context> 682 <context context-type="linenumber">44</context>
488 </context-group> 683 </context-group>
489 </trans-unit> 684 </trans-unit>
490 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
491 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
492 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> wyświetleń</target>
493 <context-group name="null">
494 <context context-type="linenumber">55</context>
495 </context-group>
496 </trans-unit>
497 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 685 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
498 <source>Change the language</source> 686 <source>Change the language</source>
499 <target>Zmień język</target> 687 <target>Zmień język</target>
500 <context-group name="null"> 688 <context-group name="null">
501 <context context-type="linenumber">86</context> 689 <context context-type="linenumber">102</context>
502 </context-group>
503 </trans-unit>
504 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
505 <source>
506 My public profile
507 </source>
508 <target>
509 Mój profil publiczny
510 </target>
511 <context-group name="null">
512 <context context-type="linenumber">16</context>
513 </context-group>
514 </trans-unit>
515 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
516 <source>
517 My account
518 </source>
519 <target>
520 Moje konto
521 </target>
522 <context-group name="null">
523 <context context-type="linenumber">20</context>
524 </context-group>
525 </trans-unit>
526 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
527 <source>
528 My videos
529 </source>
530 <target>
531 Moje filmy
532 </target>
533 <context-group name="null">
534 <context context-type="linenumber">24</context>
535 </context-group>
536 </trans-unit>
537 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
538 <source>
539 Log out
540 </source>
541 <target>
542 Wyloguj siÄ™
543 </target>
544 <context-group name="null">
545 <context context-type="linenumber">28</context>
546 </context-group> 690 </context-group>
547 </trans-unit> 691 </trans-unit>
548 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 692 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
549 <source>Create an account</source> 693 <source>Create an account</source>
550 <target>Utwórz konto</target> 694 <target>Utwórz konto</target>
551 <context-group name="null"> 695 <context-group name="null">
696 <context context-type="linenumber">33</context>
697 </context-group>
698 </trans-unit>
699 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
700 <source>My library</source>
701 <target>Moja biblioteka</target>
702 <context-group name="null">
552 <context context-type="linenumber">37</context> 703 <context context-type="linenumber">37</context>
553 </context-group> 704 </context-group>
554 </trans-unit> 705 </trans-unit>
@@ -563,63 +714,63 @@
563 <source>Subscriptions</source> 714 <source>Subscriptions</source>
564 <target>Subskrybcje</target> 715 <target>Subskrybcje</target>
565 <context-group name="null"> 716 <context-group name="null">
566 <context context-type="linenumber">45</context> 717 <context context-type="linenumber">51</context>
567 </context-group> 718 </context-group>
568 </trans-unit> 719 </trans-unit>
569 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 720 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
570 <source>Overview</source> 721 <source>Overview</source>
571 <target>PrzeglÄ…d</target> 722 <target>PrzeglÄ…d</target>
572 <context-group name="null"> 723 <context-group name="null">
573 <context context-type="linenumber">50</context> 724 <context context-type="linenumber">66</context>
574 </context-group> 725 </context-group>
575 </trans-unit> 726 </trans-unit>
576 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 727 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
577 <source>Trending</source> 728 <source>Trending</source>
578 <target>Na czasie</target> 729 <target>Na czasie</target>
579 <context-group name="null"> 730 <context-group name="null">
580 <context context-type="linenumber">55</context> 731 <context context-type="linenumber">71</context>
581 </context-group> 732 </context-group>
582 </trans-unit> 733 </trans-unit>
583 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 734 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
584 <source>Recently added</source> 735 <source>Recently added</source>
585 <target>Ostatnio dodane</target> 736 <target>Ostatnio dodane</target>
586 <context-group name="null"> 737 <context-group name="null">
587 <context context-type="linenumber">60</context> 738 <context context-type="linenumber">76</context>
588 </context-group> 739 </context-group>
589 </trans-unit> 740 </trans-unit>
590 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 741 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
591 <source>Local</source> 742 <source>Local</source>
592 <target>Lokalne</target> 743 <target>Lokalne</target>
593 <context-group name="null"> 744 <context-group name="null">
594 <context context-type="linenumber">65</context> 745 <context context-type="linenumber">81</context>
595 </context-group> 746 </context-group>
596 </trans-unit> 747 </trans-unit>
597 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 748 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
598 <source>More</source> 749 <source>More</source>
599 <target>Więcej</target> 750 <target>Więcej</target>
600 <context-group name="null"> 751 <context-group name="null">
601 <context context-type="linenumber">70</context> 752 <context context-type="linenumber">86</context>
602 </context-group> 753 </context-group>
603 </trans-unit> 754 </trans-unit>
604 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 755 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
605 <source>Administration</source> 756 <source>Administration</source>
606 <target>Administracja</target> 757 <target>Administracja</target>
607 <context-group name="null"> 758 <context-group name="null">
608 <context context-type="linenumber">74</context> 759 <context context-type="linenumber">90</context>
609 </context-group> 760 </context-group>
610 </trans-unit> 761 </trans-unit>
611 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 762 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
612 <source>About</source> 763 <source>About</source>
613 <target>O nas</target> 764 <target>O nas</target>
614 <context-group name="null"> 765 <context-group name="null">
615 <context context-type="linenumber">25</context> 766 <context context-type="linenumber">26</context>
616 </context-group> 767 </context-group>
617 </trans-unit> 768 </trans-unit>
618 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 769 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
619 <source>Toggle dark interface</source> 770 <source>Toggle dark interface</source>
620 <target>Przełącz ciemny interfejs</target> 771 <target>Przełącz ciemny interfejs</target>
621 <context-group name="null"> 772 <context-group name="null">
622 <context context-type="linenumber">92</context> 773 <context context-type="linenumber">108</context>
623 </context-group> 774 </context-group>
624 </trans-unit> 775 </trans-unit>
625 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 776 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -654,77 +805,70 @@
654 <source>Duration</source> 805 <source>Duration</source>
655 <target>Czas trwania</target> 806 <target>Czas trwania</target>
656 <context-group name="null"> 807 <context-group name="null">
657 <context context-type="linenumber">24</context> 808 <context context-type="linenumber">45</context>
658 </context-group> 809 </context-group>
659 </trans-unit> 810 </trans-unit>
660 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 811 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
661 <source>Display sensitive content</source> 812 <source>Display sensitive content</source>
662 <target>Pokaż wrażliwą treść</target> 813 <target>Pokaż wrażliwą treść</target>
663 <context-group name="null"> 814 <context-group name="null">
664 <context context-type="linenumber">33</context> 815 <context context-type="linenumber">54</context>
665 </context-group> 816 </context-group>
666 </trans-unit> 817 </trans-unit>
667 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 818 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
668 <source>Yes</source> 819 <source>Yes</source>
669 <target>Tak</target> 820 <target>Tak</target>
670 <context-group name="null"> 821 <context-group name="null">
671 <context context-type="linenumber">37</context> 822 <context context-type="linenumber">58</context>
672 </context-group> 823 </context-group>
673 </trans-unit> 824 </trans-unit>
674 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 825 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
675 <source>No</source> 826 <source>No</source>
676 <target>Nie</target> 827 <target>Nie</target>
677 <context-group name="null"> 828 <context-group name="null">
678 <context context-type="linenumber">42</context> 829 <context context-type="linenumber">63</context>
679 </context-group> 830 </context-group>
680 </trans-unit> 831 </trans-unit>
681 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 832 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
682 <source>Category</source> 833 <source>Category</source>
683 <target>Kategoria</target> 834 <target>Kategoria</target>
684 <context-group name="null"> 835 <context-group name="null">
685 <context context-type="linenumber">164</context> 836 <context context-type="linenumber">189</context>
686 </context-group> 837 </context-group>
687 </trans-unit> 838 </trans-unit>
688 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 839 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
689 <source>Licence</source> 840 <source>Licence</source>
690 <target>Licencja</target> 841 <target>Licencja</target>
691 <context-group name="null"> 842 <context-group name="null">
692 <context context-type="linenumber">173</context> 843 <context context-type="linenumber">198</context>
693 </context-group> 844 </context-group>
694 </trans-unit> 845 </trans-unit>
695 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 846 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
696 <source>Language</source> 847 <source>Language</source>
697 <target>Język</target> 848 <target>Język</target>
698 <context-group name="null"> 849 <context-group name="null">
699 <context context-type="linenumber">182</context> 850 <context context-type="linenumber">207</context>
700 </context-group> 851 </context-group>
701 </trans-unit> 852 </trans-unit>
702 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 853 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
703 <source>All of these tags</source> 854 <source>All of these tags</source>
704 <target>Wszystkie z tych tagów</target> 855 <target>Wszystkie z tych tagów</target>
705 <context-group name="null"> 856 <context-group name="null">
706 <context context-type="linenumber">82</context> 857 <context context-type="linenumber">103</context>
707 </context-group> 858 </context-group>
708 </trans-unit> 859 </trans-unit>
709 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 860 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
710 <source>One of these tags</source> 861 <source>One of these tags</source>
711 <target>Jeden z tych tagów</target> 862 <target>Jeden z tych tagów</target>
712 <context-group name="null"> 863 <context-group name="null">
713 <context context-type="linenumber">87</context> 864 <context context-type="linenumber">108</context>
714 </context-group> 865 </context-group>
715 </trans-unit> 866 </trans-unit>
716 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 867 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
717 <source>Filter</source> 868 <source>Filter</source>
718 <target>Filtr</target> 869 <target>Filtr</target>
719 <context-group name="null"> 870 <context-group name="null">
720 <context context-type="linenumber">94</context> 871 <context context-type="linenumber">115</context>
721 </context-group>
722 </trans-unit>
723 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
724 <source>No results.</source>
725 <target>Brak wyników.</target>
726 <context-group name="null">
727 <context context-type="linenumber">20</context>
728 </context-group> 872 </context-group>
729 </trans-unit> 873 </trans-unit>
730 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6"> 874 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
@@ -771,22 +915,32 @@
771 <context context-type="linenumber">7</context> 915 <context context-type="linenumber">7</context>
772 </context-group> 916 </context-group>
773 </trans-unit> 917 </trans-unit>
774 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb"> 918 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
775 <source> 919 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
776 Cancel 920 <target>Kontakt z administratorem <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> </target>
777 </source>
778 <target>
779 Anuluj
780 </target>
781 <context-group name="null"> 921 <context-group name="null">
782 <context context-type="linenumber">26</context> 922 <context context-type="linenumber">3</context>
783 </context-group> 923 </context-group>
784 </trans-unit> 924 </trans-unit>
785 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd"> 925 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
786 <source>Submit</source> 926 <source>Your email</source>
787 <target>Wyślij</target> 927 <target>Twój e-mail</target>
788 <context-group name="null"> 928 <context-group name="null">
789 <context context-type="linenumber">31</context> 929 <context context-type="linenumber">20</context>
930 </context-group>
931 </trans-unit>
932 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
933 <source>Your message</source>
934 <target>Twoja wiadomość</target>
935 <context-group name="null">
936 <context context-type="linenumber">29</context>
937 </context-group>
938 </trans-unit>
939 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
940 <source>Contact administrator</source>
941 <target>Skontaktuj siÄ™ z administratorem</target>
942 <context-group name="null">
943 <context context-type="linenumber">6</context>
790 </context-group> 944 </context-group>
791 </trans-unit> 945 </trans-unit>
792 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 946 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
@@ -803,13 +957,6 @@
803 <context context-type="linenumber">39</context> 957 <context context-type="linenumber">39</context>
804 </context-group> 958 </context-group>
805 </trans-unit> 959 </trans-unit>
806 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
807 <source>User registration is allowed and</source>
808 <target>Rejestracja użytkowników jest dozwolona i</target>
809 <context-group name="null">
810 <context context-type="linenumber">29</context>
811 </context-group>
812 </trans-unit>
813 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 960 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
814 <source> 961 <source>
815 About PeerTube 962 About PeerTube
@@ -1062,7 +1209,7 @@
1062 </trans-unit> 1209 </trans-unit>
1063 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 1210 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
1064 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 1211 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
1065 <target>Dołączył <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 1212 <target>Dołączył(a) <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
1066 <context-group name="null"> 1213 <context-group name="null">
1067 <context context-type="linenumber">10</context> 1214 <context context-type="linenumber">10</context>
1068 </context-group> 1215 </context-group>
@@ -1097,42 +1244,42 @@
1097 </trans-unit> 1244 </trans-unit>
1098 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003"> 1245 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
1099 <source>Default client route</source><target>Default client route</target><context-group name="null"> 1246 <source>Default client route</source><target>Default client route</target><context-group name="null">
1100 <context context-type="linenumber">48</context> 1247 <context context-type="linenumber">57</context>
1101 </context-group> 1248 </context-group>
1102 </trans-unit> 1249 </trans-unit>
1103 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1250 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1104 <source>Videos Overview</source> 1251 <source>Videos Overview</source>
1105 <target>Przegląd Filmów</target> 1252 <target>Przegląd Filmów</target>
1106 <context-group name="null"> 1253 <context-group name="null">
1107 <context context-type="linenumber">51</context> 1254 <context context-type="linenumber">60</context>
1108 </context-group> 1255 </context-group>
1109 </trans-unit> 1256 </trans-unit>
1110 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1257 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1111 <source>Videos Trending</source> 1258 <source>Videos Trending</source>
1112 <target>Filmy na czasie</target> 1259 <target>Filmy na czasie</target>
1113 <context-group name="null"> 1260 <context-group name="null">
1114 <context context-type="linenumber">52</context> 1261 <context context-type="linenumber">61</context>
1115 </context-group> 1262 </context-group>
1116 </trans-unit> 1263 </trans-unit>
1117 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1264 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1118 <source>Videos Recently Added</source> 1265 <source>Videos Recently Added</source>
1119 <target>Ostatnio dodane filmy</target> 1266 <target>Ostatnio dodane filmy</target>
1120 <context-group name="null"> 1267 <context-group name="null">
1121 <context context-type="linenumber">53</context> 1268 <context context-type="linenumber">62</context>
1122 </context-group> 1269 </context-group>
1123 </trans-unit> 1270 </trans-unit>
1124 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1271 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1125 <source>Local videos</source> 1272 <source>Local videos</source>
1126 <target>Lokalne filmy</target> 1273 <target>Lokalne filmy</target>
1127 <context-group name="null"> 1274 <context-group name="null">
1128 <context context-type="linenumber">54</context> 1275 <context context-type="linenumber">63</context>
1129 </context-group> 1276 </context-group>
1130 </trans-unit> 1277 </trans-unit>
1131 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1278 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1132 <source>Policy on videos containing sensitive content</source> 1279 <source>Policy on videos containing sensitive content</source>
1133 <target>Polityka dotycząca filmów zawierających wrażliwą zawartość</target> 1280 <target>Polityka dotycząca filmów zawierających wrażliwą zawartość</target>
1134 <context-group name="null"> 1281 <context-group name="null">
1135 <context context-type="linenumber">61</context> 1282 <context context-type="linenumber">70</context>
1136 </context-group> 1283 </context-group>
1137 </trans-unit> 1284 </trans-unit>
1138 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1285 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1167,42 +1314,42 @@
1167 <source>Signup enabled</source> 1314 <source>Signup enabled</source>
1168 <target>Wymagana rejestracja</target> 1315 <target>Wymagana rejestracja</target>
1169 <context-group name="null"> 1316 <context-group name="null">
1170 <context context-type="linenumber">84</context> 1317 <context context-type="linenumber">94</context>
1171 </context-group> 1318 </context-group>
1172 </trans-unit> 1319 </trans-unit>
1173 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1320 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1174 <source>Signup requires email verification</source> 1321 <source>Signup requires email verification</source>
1175 <target>Rejestracja wymaga weryfikacji emaila</target> 1322 <target>Rejestracja wymaga weryfikacji emaila</target>
1176 <context-group name="null"> 1323 <context-group name="null">
1177 <context context-type="linenumber">91</context> 1324 <context context-type="linenumber">101</context>
1178 </context-group> 1325 </context-group>
1179 </trans-unit> 1326 </trans-unit>
1180 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1327 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1181 <source>Signup limit</source> 1328 <source>Signup limit</source>
1182 <target>Limit rejestracji</target> 1329 <target>Limit rejestracji</target>
1183 <context-group name="null"> 1330 <context-group name="null">
1184 <context context-type="linenumber">96</context> 1331 <context context-type="linenumber">106</context>
1185 </context-group> 1332 </context-group>
1186 </trans-unit> 1333 </trans-unit>
1187 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1334 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1188 <source>Users</source> 1335 <source>Users</source>
1189 <target>Użytkownicy</target> 1336 <target>Użytkownicy</target>
1190 <context-group name="null"> 1337 <context-group name="null">
1191 <context context-type="linenumber">105</context> 1338 <context context-type="linenumber">116</context>
1192 </context-group> 1339 </context-group>
1193 </trans-unit> 1340 </trans-unit>
1194 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1341 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1195 <source>User default video quota</source> 1342 <source>User default video quota</source>
1196 <target>Domyślna powierzchnia na filmy dla użytkownika</target> 1343 <target>Domyślna powierzchnia na filmy dla użytkownika</target>
1197 <context-group name="null"> 1344 <context-group name="null">
1198 <context context-type="linenumber">109</context> 1345 <context context-type="linenumber">120</context>
1199 </context-group> 1346 </context-group>
1200 </trans-unit> 1347 </trans-unit>
1201 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1348 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1202 <source>User default daily upload limit</source> 1349 <source>User default daily upload limit</source>
1203 <target>Domyślny limit dziennego wysyłania przez użytkownika</target> 1350 <target>Domyślny limit dziennego wysyłania przez użytkownika</target>
1204 <context-group name="null"> 1351 <context-group name="null">
1205 <context context-type="linenumber">121</context> 1352 <context context-type="linenumber">132</context>
1206 </context-group> 1353 </context-group>
1207 </trans-unit> 1354 </trans-unit>
1208 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1355 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1216,14 +1363,14 @@
1216 <source>Administrator</source> 1363 <source>Administrator</source>
1217 <target>Administrator</target> 1364 <target>Administrator</target>
1218 <context-group name="null"> 1365 <context-group name="null">
1219 <context context-type="linenumber">155</context> 1366 <context context-type="linenumber">208</context>
1220 </context-group> 1367 </context-group>
1221 </trans-unit> 1368 </trans-unit>
1222 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1369 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1223 <source>Admin email</source> 1370 <source>Admin email</source>
1224 <target>E-mail administratora</target> 1371 <target>E-mail administratora</target>
1225 <context-group name="null"> 1372 <context-group name="null">
1226 <context context-type="linenumber">158</context> 1373 <context context-type="linenumber">211</context>
1227 </context-group> 1374 </context-group>
1228 </trans-unit> 1375 </trans-unit>
1229 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1376 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1237,70 +1384,70 @@
1237 <source>Twitter</source> 1384 <source>Twitter</source>
1238 <target>Twitter</target> 1385 <target>Twitter</target>
1239 <context-group name="null"> 1386 <context-group name="null">
1240 <context context-type="linenumber">178</context> 1387 <context context-type="linenumber">231</context>
1241 </context-group> 1388 </context-group>
1242 </trans-unit> 1389 </trans-unit>
1243 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1390 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1244 <source>Your Twitter username</source> 1391 <source>Your Twitter username</source>
1245 <target>Twoja nazwa użytkownika na Twitterze</target> 1392 <target>Twoja nazwa użytkownika na Twitterze</target>
1246 <context-group name="null"> 1393 <context-group name="null">
1247 <context context-type="linenumber">184</context> 1394 <context context-type="linenumber">237</context>
1248 </context-group> 1395 </context-group>
1249 </trans-unit> 1396 </trans-unit>
1250 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1397 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1251 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1398 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1252 <target>Oznacza konto Twittera dla strony lub platformy na której została opublikowana zawartość.</target> 1399 <target>Oznacza konto Twittera dla strony lub platformy na której została opublikowana zawartość.</target>
1253 <context-group name="null"> 1400 <context-group name="null">
1254 <context context-type="linenumber">187</context> 1401 <context context-type="linenumber">240</context>
1255 </context-group> 1402 </context-group>
1256 </trans-unit> 1403 </trans-unit>
1257 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1404 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1258 <source>Instance whitelisted by Twitter</source> 1405 <source>Instance whitelisted by Twitter</source>
1259 <target>Instancja jest na białej liście Twittera</target> 1406 <target>Instancja jest na białej liście Twittera</target>
1260 <context-group name="null"> 1407 <context-group name="null">
1261 <context context-type="linenumber">199</context> 1408 <context context-type="linenumber">252</context>
1262 </context-group> 1409 </context-group>
1263 </trans-unit> 1410 </trans-unit>
1264 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1411 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1265 <source>Services</source> 1412 <source>Services</source>
1266 <target>Usługi</target> 1413 <target>Usługi</target>
1267 <context-group name="null"> 1414 <context-group name="null">
1268 <context context-type="linenumber">176</context> 1415 <context context-type="linenumber">229</context>
1269 </context-group> 1416 </context-group>
1270 </trans-unit> 1417 </trans-unit>
1271 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1418 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1272 <source>Transcoding</source> 1419 <source>Transcoding</source>
1273 <target>Transkodowanie</target> 1420 <target>Transkodowanie</target>
1274 <context-group name="null"> 1421 <context-group name="null">
1275 <context context-type="linenumber">215</context> 1422 <context context-type="linenumber">268</context>
1276 </context-group> 1423 </context-group>
1277 </trans-unit> 1424 </trans-unit>
1278 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1425 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1279 <source>Transcoding enabled</source> 1426 <source>Transcoding enabled</source>
1280 <target>Transkodowanie jest włączone</target> 1427 <target>Transkodowanie jest włączone</target>
1281 <context-group name="null"> 1428 <context-group name="null">
1282 <context context-type="linenumber">221</context> 1429 <context context-type="linenumber">274</context>
1283 </context-group> 1430 </context-group>
1284 </trans-unit> 1431 </trans-unit>
1285 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1432 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1286 <source>If you disable transcoding, many videos from your users will not work!</source> 1433 <source>If you disable transcoding, many videos from your users will not work!</source>
1287 <target>Jeżeli wyłączysz transkodowanie, wiele filmów od użytkowników może nie działać!</target> 1434 <target>Jeżeli wyłączysz transkodowanie, wiele filmów od użytkowników może nie działać!</target>
1288 <context-group name="null"> 1435 <context-group name="null">
1289 <context context-type="linenumber">222</context> 1436 <context context-type="linenumber">275</context>
1290 </context-group> 1437 </context-group>
1291 </trans-unit> 1438 </trans-unit>
1292 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1439 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1293 <source>Transcoding threads</source> 1440 <source>Transcoding threads</source>
1294 <target>WÄ…tki transkodowania</target> 1441 <target>WÄ…tki transkodowania</target>
1295 <context-group name="null"> 1442 <context-group name="null">
1296 <context context-type="linenumber">237</context> 1443 <context context-type="linenumber">290</context>
1297 </context-group> 1444 </context-group>
1298 </trans-unit> 1445 </trans-unit>
1299 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1446 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1300 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1447 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1301 <target>Włączono rozdzielczość <x id="INTERPOLATION" equiv-text="{{resolution}}"/></target> 1448 <target>Włączono rozdzielczość <x id="INTERPOLATION" equiv-text="{{resolution}}"/></target>
1302 <context-group name="null"> 1449 <context-group name="null">
1303 <context context-type="linenumber">252</context> 1450 <context context-type="linenumber">305</context>
1304 </context-group> 1451 </context-group>
1305 </trans-unit> 1452 </trans-unit>
1306 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1453 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1315,56 +1462,56 @@
1315 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1462 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1316 </target> 1463 </target>
1317 <context-group name="null"> 1464 <context-group name="null">
1318 <context context-type="linenumber">260</context> 1465 <context context-type="linenumber">313</context>
1319 </context-group> 1466 </context-group>
1320 </trans-unit> 1467 </trans-unit>
1321 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1468 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1322 <source>Previews cache size</source> 1469 <source>Previews cache size</source>
1323 <target>Rozmiar pamięci podręcznej podglądu</target> 1470 <target>Rozmiar pamięci podręcznej podglądu</target>
1324 <context-group name="null"> 1471 <context-group name="null">
1325 <context context-type="linenumber">271</context> 1472 <context context-type="linenumber">324</context>
1326 </context-group> 1473 </context-group>
1327 </trans-unit> 1474 </trans-unit>
1328 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1475 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1329 <source>Customizations</source> 1476 <source>Customizations</source>
1330 <target>Dostosowywanie</target> 1477 <target>Dostosowywanie</target>
1331 <context-group name="null"> 1478 <context-group name="null">
1332 <context context-type="linenumber">289</context> 1479 <context context-type="linenumber">342</context>
1333 </context-group> 1480 </context-group>
1334 </trans-unit> 1481 </trans-unit>
1335 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1482 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1336 <source>JavaScript</source> 1483 <source>JavaScript</source>
1337 <target>JavaScript</target> 1484 <target>JavaScript</target>
1338 <context-group name="null"> 1485 <context-group name="null">
1339 <context context-type="linenumber">294</context> 1486 <context context-type="linenumber">347</context>
1340 </context-group> 1487 </context-group>
1341 </trans-unit> 1488 </trans-unit>
1342 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1489 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1343 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1490 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1344 <target>Wprowadź kod JavaScript.&lt;br /&gt;Przykład: &lt;pre&gt;console.log('moja instancja jest świetna');&lt;/pre&gt;</target> 1491 <target>Wprowadź kod JavaScript.&lt;br /&gt;Przykład: &lt;pre&gt;console.log('moja instancja jest świetna');&lt;/pre&gt;</target>
1345 <context-group name="null"> 1492 <context-group name="null">
1346 <context context-type="linenumber">297</context> 1493 <context context-type="linenumber">350</context>
1347 </context-group> 1494 </context-group>
1348 </trans-unit> 1495 </trans-unit>
1349 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1496 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1350 <source>Advanced configuration</source> 1497 <source>Advanced configuration</source>
1351 <target>Zaawansowana konfiguracja</target> 1498 <target>Zaawansowana konfiguracja</target>
1352 <context-group name="null"> 1499 <context-group name="null">
1353 <context context-type="linenumber">212</context> 1500 <context context-type="linenumber">265</context>
1354 </context-group> 1501 </context-group>
1355 </trans-unit> 1502 </trans-unit>
1356 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1503 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1357 <source>Update configuration</source> 1504 <source>Update configuration</source>
1358 <target>Aktualizuj konfiguracjÄ™</target> 1505 <target>Aktualizuj konfiguracjÄ™</target>
1359 <context-group name="null"> 1506 <context-group name="null">
1360 <context context-type="linenumber">340</context> 1507 <context context-type="linenumber">393</context>
1361 </context-group> 1508 </context-group>
1362 </trans-unit> 1509 </trans-unit>
1363 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1510 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1364 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1511 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1365 <target>Wygląda na to, że konfiguracja jest nieprawidłowa. Poszukaj możliwych błędów w innych kartach.</target> 1512 <target>Wygląda na to, że konfiguracja jest nieprawidłowa. Poszukaj możliwych błędów w innych kartach.</target>
1366 <context-group name="null"> 1513 <context-group name="null">
1367 <context context-type="linenumber">341</context> 1514 <context context-type="linenumber">394</context>
1368 </context-group> 1515 </context-group>
1369 </trans-unit> 1516 </trans-unit>
1370 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1517 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1399,17 +1546,6 @@
1399 <context context-type="linenumber">11</context> 1546 <context context-type="linenumber">11</context>
1400 </context-group> 1547 </context-group>
1401 </trans-unit> 1548 </trans-unit>
1402 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368">
1403 <source>
1404 Jobs
1405 </source>
1406 <target>
1407 Działania
1408 </target>
1409 <context-group name="null">
1410 <context context-type="linenumber">15</context>
1411 </context-group>
1412 </trans-unit>
1413 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 1549 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1414 <source> 1550 <source>
1415 Configuration 1551 Configuration
@@ -1418,7 +1554,7 @@
1418 Konfiguracja 1554 Konfiguracja
1419 </target> 1555 </target>
1420 <context-group name="null"> 1556 <context-group name="null">
1421 <context context-type="linenumber">19</context> 1557 <context context-type="linenumber">15</context>
1422 </context-group> 1558 </context-group>
1423 </trans-unit> 1559 </trans-unit>
1424 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 1560 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
@@ -1453,25 +1589,18 @@
1453 <context context-type="linenumber">18</context> 1589 <context context-type="linenumber">18</context>
1454 </context-group> 1590 </context-group>
1455 </trans-unit> 1591 </trans-unit>
1592 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
1593 <source>State</source><target>State</target><context-group name="null">
1594 <context context-type="linenumber">10</context>
1595 </context-group>
1596 </trans-unit>
1456 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25"> 1597 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1457 <source>Score</source> 1598 <source>Score</source>
1458 <target>Wynik</target> 1599 <target>Wynik</target>
1459 <context-group name="null"> 1600 <context-group name="null">
1460 <context context-type="linenumber">17</context>
1461 </context-group>
1462 </trans-unit>
1463 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1464 <source>Host</source>
1465 <target>Host</target>
1466 <context-group name="null">
1467 <context context-type="linenumber">19</context> 1601 <context context-type="linenumber">19</context>
1468 </context-group> 1602 </context-group>
1469 </trans-unit> 1603 </trans-unit>
1470 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
1471 <source>State</source><target>State</target><context-group name="null">
1472 <context context-type="linenumber">10</context>
1473 </context-group>
1474 </trans-unit>
1475 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 1604 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1476 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 1605 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1477 <target>Utworzono <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 1606 <target>Utworzono <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -1493,6 +1622,13 @@
1493 <context context-type="linenumber">33</context> 1622 <context context-type="linenumber">33</context>
1494 </context-group> 1623 </context-group>
1495 </trans-unit> 1624 </trans-unit>
1625 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1626 <source>Host</source>
1627 <target>Host</target>
1628 <context-group name="null">
1629 <context context-type="linenumber">19</context>
1630 </context-group>
1631 </trans-unit>
1496 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479"> 1632 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479">
1497 <source>Manage follows</source> 1633 <source>Manage follows</source>
1498 <target>Zarządzaj śledzeniem</target> 1634 <target>Zarządzaj śledzeniem</target>
@@ -1521,20 +1657,6 @@
1521 <context context-type="linenumber">9</context> 1657 <context context-type="linenumber">9</context>
1522 </context-group> 1658 </context-group>
1523 </trans-unit> 1659 </trans-unit>
1524 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1525 <source>Jobs list</source>
1526 <target>Lista zadań</target>
1527 <context-group name="null">
1528 <context context-type="linenumber">2</context>
1529 </context-group>
1530 </trans-unit>
1531 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1532 <source>Type</source>
1533 <target>Rodzaj</target>
1534 <context-group name="null">
1535 <context context-type="linenumber">19</context>
1536 </context-group>
1537 </trans-unit>
1538 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 1660 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1539 <source>Create user</source> 1661 <source>Create user</source>
1540 <target>Utwórz użytkownika</target> 1662 <target>Utwórz użytkownika</target>
@@ -1601,14 +1723,14 @@
1601 <source>Go to the account page</source> 1723 <source>Go to the account page</source>
1602 <target>Przejdź na stronę konta</target> 1724 <target>Przejdź na stronę konta</target>
1603 <context-group name="null"> 1725 <context-group name="null">
1604 <context context-type="linenumber">133</context> 1726 <context context-type="linenumber">153</context>
1605 </context-group> 1727 </context-group>
1606 </trans-unit> 1728 </trans-unit>
1607 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 1729 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
1608 <source>Update this comment</source> 1730 <source>Update this comment</source>
1609 <target>Zaktualizuj ten komentarz</target> 1731 <target>Zaktualizuj ten komentarz</target>
1610 <context-group name="null"> 1732 <context-group name="null">
1611 <context context-type="linenumber">25</context> 1733 <context context-type="linenumber">26</context>
1612 </context-group> 1734 </context-group>
1613 </trans-unit> 1735 </trans-unit>
1614 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 1736 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -1660,6 +1782,13 @@
1660 <context context-type="linenumber">11</context> 1782 <context context-type="linenumber">11</context>
1661 </context-group> 1783 </context-group>
1662 </trans-unit> 1784 </trans-unit>
1785 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
1786 <source>Unblacklist</source>
1787 <target>Usuń z czarnej listy</target>
1788 <context-group name="null">
1789 <context context-type="linenumber">16</context>
1790 </context-group>
1791 </trans-unit>
1663 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 1792 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
1664 <source>Moderation</source> 1793 <source>Moderation</source>
1665 <target>Moderacja</target> 1794 <target>Moderacja</target>
@@ -1667,11 +1796,18 @@
1667 <context context-type="linenumber">2</context> 1796 <context context-type="linenumber">2</context>
1668 </context-group> 1797 </context-group>
1669 </trans-unit> 1798 </trans-unit>
1670 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1"> 1799 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1671 <source>Blacklisted videos</source> 1800 <source>Jobs list</source>
1672 <target>Filmy na czarnej liÅ›cie</target> 1801 <target>Lista zadaÅ</target>
1673 <context-group name="null"> 1802 <context-group name="null">
1674 <context context-type="linenumber">7</context> 1803 <context context-type="linenumber">2</context>
1804 </context-group>
1805 </trans-unit>
1806 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1807 <source>Type</source>
1808 <target>Rodzaj</target>
1809 <context-group name="null">
1810 <context context-type="linenumber">19</context>
1675 </context-group> 1811 </context-group>
1676 </trans-unit> 1812 </trans-unit>
1677 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 1813 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
@@ -1706,31 +1842,6 @@
1706 <context context-type="linenumber">35</context> 1842 <context context-type="linenumber">35</context>
1707 </context-group> 1843 </context-group>
1708 </trans-unit> 1844 </trans-unit>
1709 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79">
1710 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
1711 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> wyświetlenia</target>
1712 <context-group name="null">
1713 <context context-type="linenumber">19</context>
1714 </context-group>
1715 </trans-unit>
1716 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
1717 <source>
1718 Cancel
1719 </source>
1720 <target>
1721 Anuluj
1722 </target>
1723 <context-group name="null">
1724 <context context-type="linenumber">30</context>
1725 </context-group>
1726 </trans-unit>
1727 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
1728 <source>Create another video channel</source>
1729 <target>Utwórz następny kanał wideo</target>
1730 <context-group name="null">
1731 <context context-type="linenumber">4</context>
1732 </context-group>
1733 </trans-unit>
1734 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 1845 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
1735 <source>Go to the channel</source> 1846 <source>Go to the channel</source>
1736 <target>Przejdź na kanał</target> 1847 <target>Przejdź na kanał</target>
@@ -1752,13 +1863,6 @@
1752 <context context-type="linenumber">15</context> 1863 <context context-type="linenumber">15</context>
1753 </context-group> 1864 </context-group>
1754 </trans-unit> 1865 </trans-unit>
1755 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
1756 <source>Display name</source>
1757 <target>Nazwa wyświetlana</target>
1758 <context-group name="null">
1759 <context context-type="linenumber">6</context>
1760 </context-group>
1761 </trans-unit>
1762 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 1866 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
1763 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 1867 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
1764When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 1868When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -1789,6 +1893,27 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1789 <context context-type="linenumber">19</context> 1893 <context context-type="linenumber">19</context>
1790 </context-group> 1894 </context-group>
1791 </trans-unit> 1895 </trans-unit>
1896 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1897 <source>Privacy</source>
1898 <target>Prywatność</target>
1899 <context-group name="null">
1900 <context context-type="linenumber">179</context>
1901 </context-group>
1902 </trans-unit>
1903 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
1904 <source>Channel</source>
1905 <target>Kanał</target>
1906 <context-group name="null">
1907 <context context-type="linenumber">39</context>
1908 </context-group>
1909 </trans-unit>
1910 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
1911 <source>Upload thumbnail</source>
1912 <target>Wyślij miniaturę</target>
1913 <context-group name="null">
1914 <context context-type="linenumber">192</context>
1915 </context-group>
1916 </trans-unit>
1792 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 1917 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
1793 <source>Change password</source> 1918 <source>Change password</source>
1794 <target>Zmień hasło</target> 1919 <target>Zmień hasło</target>
@@ -1831,13 +1956,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1831 <context context-type="linenumber">28</context> 1956 <context context-type="linenumber">28</context>
1832 </context-group> 1957 </context-group>
1833 </trans-unit> 1958 </trans-unit>
1834 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
1835 <source>Save</source>
1836 <target>Zapisz</target>
1837 <context-group name="null">
1838 <context context-type="linenumber">32</context>
1839 </context-group>
1840 </trans-unit>
1841 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 1959 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
1842 <source>Update my profile</source> 1960 <source>Update my profile</source>
1843 <target>Zaktualizuj mój profil</target> 1961 <target>Zaktualizuj mój profil</target>
@@ -1902,28 +2020,14 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1902 <source>URL</source> 2020 <source>URL</source>
1903 <target>Adres URL</target> 2021 <target>Adres URL</target>
1904 <context-group name="null"> 2022 <context-group name="null">
1905 <context context-type="linenumber">17</context> 2023 <context context-type="linenumber">25</context>
1906 </context-group>
1907 </trans-unit>
1908 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
1909 <source>Channel</source>
1910 <target>Kanał</target>
1911 <context-group name="null">
1912 <context context-type="linenumber">39</context>
1913 </context-group>
1914 </trans-unit>
1915 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1916 <source>Privacy</source>
1917 <target>Prywatność</target>
1918 <context-group name="null">
1919 <context context-type="linenumber">159</context>
1920 </context-group> 2024 </context-group>
1921 </trans-unit> 2025 </trans-unit>
1922 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb"> 2026 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
1923 <source>Update</source> 2027 <source>Update</source>
1924 <target>Aktualizacja</target> 2028 <target>Aktualizacja</target>
1925 <context-group name="null"> 2029 <context-group name="null">
1926 <context context-type="linenumber">92</context> 2030 <context context-type="linenumber">17</context>
1927 </context-group> 2031 </context-group>
1928 </trans-unit> 2032 </trans-unit>
1929 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2033 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2007,7 +2111,7 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2007 <source>Tags</source> 2111 <source>Tags</source>
2008 <target>Tagi</target> 2112 <target>Tagi</target>
2009 <context-group name="null"> 2113 <context-group name="null">
2010 <context context-type="linenumber">191</context> 2114 <context context-type="linenumber">216</context>
2011 </context-group> 2115 </context-group>
2012 </trans-unit> 2116 </trans-unit>
2013 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2117 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2045,18 +2149,11 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2045 <context context-type="linenumber">120</context> 2149 <context context-type="linenumber">120</context>
2046 </context-group> 2150 </context-group>
2047 </trans-unit> 2151 </trans-unit>
2048 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2049 <source>Enable video comments</source>
2050 <target>WÅ‚Ä…cz komentarze do filmu</target>
2051 <context-group name="null">
2052 <context context-type="linenumber">125</context>
2053 </context-group>
2054 </trans-unit>
2055 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 2152 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
2056 <source>Wait transcoding before publishing the video</source> 2153 <source>Wait transcoding before publishing the video</source>
2057 <target>Poczekaj na transkodowanie przed opublikowaniem filmu</target> 2154 <target>Poczekaj na transkodowanie przed opublikowaniem filmu</target>
2058 <context-group name="null"> 2155 <context-group name="null">
2059 <context context-type="linenumber">131</context> 2156 <context context-type="linenumber">126</context>
2060 </context-group> 2157 </context-group>
2061 </trans-unit> 2158 </trans-unit>
2062 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 2159 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
@@ -2066,39 +2163,39 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2066 <context context-type="linenumber">4</context> 2163 <context context-type="linenumber">4</context>
2067 </context-group> 2164 </context-group>
2068 </trans-unit> 2165 </trans-unit>
2069 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2070 <source>Upload thumbnail</source>
2071 <target>Wyślij miniaturę</target>
2072 <context-group name="null">
2073 <context context-type="linenumber">196</context>
2074 </context-group>
2075 </trans-unit>
2076 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 2166 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2077 <source>Upload preview</source> 2167 <source>Upload preview</source>
2078 <target>Podgląd wysyłania</target> 2168 <target>Podgląd wysyłania</target>
2079 <context-group name="null"> 2169 <context-group name="null">
2080 <context context-type="linenumber">203</context> 2170 <context context-type="linenumber">199</context>
2081 </context-group> 2171 </context-group>
2082 </trans-unit> 2172 </trans-unit>
2083 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 2173 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
2084 <source>Support</source> 2174 <source>Support</source>
2085 <target>Wsparcie</target> 2175 <target>Wsparcie</target>
2086 <context-group name="null"> 2176 <context-group name="null">
2087 <context context-type="linenumber">69</context> 2177 <context context-type="linenumber">103</context>
2088 </context-group> 2178 </context-group>
2089 </trans-unit> 2179 </trans-unit>
2090 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 2180 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
2091 <source>Short text to tell people how they can support you (membership platform...).</source> 2181 <source>Short text to tell people how they can support you (membership platform...).</source>
2092 <target>Krótki tekst informujący innych, jak mogą Cię wesprzeć (platforma członkowska…).</target> 2182 <target>Krótki tekst informujący innych, jak mogą Cię wesprzeć (platforma członkowska…).</target>
2093 <context-group name="null"> 2183 <context-group name="null">
2094 <context context-type="linenumber">210</context> 2184 <context context-type="linenumber">206</context>
2185 </context-group>
2186 </trans-unit>
2187 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2188 <source>Enable video comments</source>
2189 <target>WÅ‚Ä…cz komentarze do filmu</target>
2190 <context-group name="null">
2191 <context context-type="linenumber">234</context>
2095 </context-group> 2192 </context-group>
2096 </trans-unit> 2193 </trans-unit>
2097 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 2194 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2098 <source>Advanced settings</source> 2195 <source>Advanced settings</source>
2099 <target>Ustawienia zaawansowane</target> 2196 <target>Ustawienia zaawansowane</target>
2100 <context-group name="null"> 2197 <context-group name="null">
2101 <context context-type="linenumber">191</context> 2198 <context context-type="linenumber">186</context>
2102 </context-group> 2199 </context-group>
2103 </trans-unit> 2200 </trans-unit>
2104 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0"> 2201 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
@@ -2112,103 +2209,32 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2112 <context context-type="linenumber">2</context> 2209 <context context-type="linenumber">2</context>
2113 </context-group> 2210 </context-group>
2114 </trans-unit> 2211 </trans-unit>
2115 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
2116 <source>Download video</source>
2117 <target>Pobierz film</target>
2118 <context-group name="null">
2119 <context context-type="linenumber">3</context>
2120 </context-group>
2121 </trans-unit>
2122 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
2123 <source>Direct download</source>
2124 <target>Pobieranie bezpośrednie</target>
2125 <context-group name="null">
2126 <context context-type="linenumber">27</context>
2127 </context-group>
2128 </trans-unit>
2129 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
2130 <source>Torrent (.torrent file)</source>
2131 <target>Torrent (plik .torrent)</target>
2132 <context-group name="null">
2133 <context context-type="linenumber">32</context>
2134 </context-group>
2135 </trans-unit>
2136 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
2137 <source>Torrent (magnet link)</source>
2138 <target>Torrent (link magnet)</target>
2139 <context-group name="null">
2140 <context context-type="linenumber">37</context>
2141 </context-group>
2142 </trans-unit>
2143 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
2144 <source>
2145 Cancel
2146 </source>
2147 <target>
2148 Anuluj
2149 </target>
2150 <context-group name="null">
2151 <context context-type="linenumber">47</context>
2152 </context-group>
2153 </trans-unit>
2154 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
2155 <source>Download</source>
2156 <target>Pobierz</target>
2157 <context-group name="null">
2158 <context context-type="linenumber">84</context>
2159 </context-group>
2160 </trans-unit>
2161 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
2162 <source>Report video</source>
2163 <target>Zgłoś film</target>
2164 <context-group name="null">
2165 <context context-type="linenumber">3</context>
2166 </context-group>
2167 </trans-unit>
2168 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 2212 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2169 <source>Share</source> 2213 <source>Share</source>
2170 <target>Udostępnij</target> 2214 <target>Udostępnij</target>
2171 <context-group name="null"> 2215 <context-group name="null">
2172 <context context-type="linenumber">74</context> 2216 <context context-type="linenumber">108</context>
2173 </context-group> 2217 </context-group>
2174 </trans-unit> 2218 </trans-unit>
2175 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 2219 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2176 <source>QR-Code</source> 2220 <source>QR-Code</source>
2177 <target>Kod QR</target> 2221 <target>Kod QR</target>
2178 <context-group name="null"> 2222 <context-group name="null">
2179 <context context-type="linenumber">29</context> 2223 <context context-type="linenumber">37</context>
2180 </context-group> 2224 </context-group>
2181 </trans-unit> 2225 </trans-unit>
2182 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 2226 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2183 <source>Embed</source> 2227 <source>Embed</source>
2184 <target>Umieść</target> 2228 <target>Umieść</target>
2185 <context-group name="null"> 2229 <context-group name="null">
2186 <context context-type="linenumber">34</context> 2230 <context context-type="linenumber">42</context>
2187 </context-group> 2231 </context-group>
2188 </trans-unit> 2232 </trans-unit>
2189 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 2233 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
2190 <source>Close</source> 2234 <source>Close</source>
2191 <target>Zamknij</target> 2235 <target>Zamknij</target>
2192 <context-group name="null"> 2236 <context-group name="null">
2193 <context context-type="linenumber">51</context> 2237 <context context-type="linenumber">59</context>
2194 </context-group>
2195 </trans-unit>
2196 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
2197 <source>Blacklist video</source>
2198 <target>Dodaj film na czarnÄ… listÄ™</target>
2199 <context-group name="null">
2200 <context context-type="linenumber">3</context>
2201 </context-group>
2202 </trans-unit>
2203 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
2204 <source>
2205 The video is being transcoded, it may not work properly.
2206 </source>
2207 <target>
2208 Film jest w trakcie transkodowania, może nie działać prawidłowo.
2209 </target>
2210 <context-group name="null">
2211 <context context-type="linenumber">15</context>
2212 </context-group> 2238 </context-group>
2213 </trans-unit> 2239 </trans-unit>
2214 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 2240 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -2219,135 +2245,68 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2219 Opublikowano <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> wyświetleń 2245 Opublikowano <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> wyświetleń
2220 </target> 2246 </target>
2221 <context-group name="null"> 2247 <context-group name="null">
2222 <context context-type="linenumber">37</context> 2248 <context context-type="linenumber">78</context>
2223 </context-group>
2224 </trans-unit>
2225 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
2226 <source>
2227 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
2228 </source>
2229 <target>
2230 Opublikowano <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> wyświetleń
2231 </target>
2232 <context-group name="null">
2233 <context context-type="linenumber">46</context>
2234 </context-group> 2249 </context-group>
2235 </trans-unit> 2250 </trans-unit>
2236 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 2251 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
2237 <source>Like this video</source> 2252 <source>Like this video</source>
2238 <target>Polub ten film</target> 2253 <target>Polub ten film</target>
2239 <context-group name="null"> 2254 <context-group name="null">
2240 <context context-type="linenumber">57</context> 2255 <context context-type="linenumber">88</context>
2241 </context-group> 2256 </context-group>
2242 </trans-unit> 2257 </trans-unit>
2243 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 2258 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
2244 <source>Dislike this video</source><target>Dislike this video</target><context-group name="null"> 2259 <source>Dislike this video</source><target>Dislike this video</target><context-group name="null">
2245 <context context-type="linenumber">64</context>
2246 </context-group>
2247 </trans-unit>
2248 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
2249 <source>Download the video</source>
2250 <target>Pobierz ten film</target>
2251 <context-group name="null">
2252 <context context-type="linenumber">83</context>
2253 </context-group>
2254 </trans-unit>
2255 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
2256 <source>Report</source>
2257 <target>Zgłoś</target>
2258 <context-group name="null">
2259 <context context-type="linenumber">88</context>
2260 </context-group>
2261 </trans-unit>
2262 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
2263 <source>Report this video</source>
2264 <target>Zgłoś ten film</target>
2265 <context-group name="null">
2266 <context context-type="linenumber">87</context>
2267 </context-group>
2268 </trans-unit>
2269 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
2270 <source>Update this video</source>
2271 <target>Zaktualizuj ten film</target>
2272 <context-group name="null">
2273 <context context-type="linenumber">91</context>
2274 </context-group>
2275 </trans-unit>
2276 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
2277 <source>Blacklist</source>
2278 <target>Czarna lista</target>
2279 <context-group name="null">
2280 <context context-type="linenumber">96</context> 2260 <context context-type="linenumber">96</context>
2281 </context-group> 2261 </context-group>
2282 </trans-unit> 2262 </trans-unit>
2283 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
2284 <source>Blacklist this video</source>
2285 <target>Dodaj ten film na czarnÄ… listÄ™</target>
2286 <context-group name="null">
2287 <context context-type="linenumber">95</context>
2288 </context-group>
2289 </trans-unit>
2290 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2291 <source>Unblacklist</source>
2292 <target>Usuń z czarnej listy</target>
2293 <context-group name="null">
2294 <context context-type="linenumber">100</context>
2295 </context-group>
2296 </trans-unit>
2297 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
2298 <source>Delete this video</source>
2299 <target>Usuń ten film</target>
2300 <context-group name="null">
2301 <context context-type="linenumber">103</context>
2302 </context-group>
2303 </trans-unit>
2304 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 2263 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
2305 <source>Go the channel page</source> 2264 <source>Go the channel page</source>
2306 <target>Przejdź na stronę kanału</target> 2265 <target>Przejdź na stronę kanału</target>
2307 <context-group name="null"> 2266 <context-group name="null">
2308 <context context-type="linenumber">123</context> 2267 <context context-type="linenumber">143</context>
2309 </context-group> 2268 </context-group>
2310 </trans-unit> 2269 </trans-unit>
2311 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 2270 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
2312 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 2271 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
2313 <target>Od <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 2272 <target>Od <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
2314 <context-group name="null"> 2273 <context-group name="null">
2315 <context context-type="linenumber">134</context> 2274 <context context-type="linenumber">154</context>
2316 </context-group> 2275 </context-group>
2317 </trans-unit> 2276 </trans-unit>
2318 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 2277 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
2319 <source>Show more</source> 2278 <source>Show more</source>
2320 <target>Pokaż więcej</target> 2279 <target>Pokaż więcej</target>
2321 <context-group name="null"> 2280 <context-group name="null">
2322 <context context-type="linenumber">146</context> 2281 <context context-type="linenumber">166</context>
2323 </context-group> 2282 </context-group>
2324 </trans-unit> 2283 </trans-unit>
2325 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 2284 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
2326 <source>Show less</source> 2285 <source>Show less</source>
2327 <target>Pokaż mniej</target> 2286 <target>Pokaż mniej</target>
2328 <context-group name="null"> 2287 <context-group name="null">
2329 <context context-type="linenumber">152</context> 2288 <context context-type="linenumber">172</context>
2330 </context-group> 2289 </context-group>
2331 </trans-unit> 2290 </trans-unit>
2332 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 2291 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
2333 <source>Friendly Reminder: </source> 2292 <source>Friendly Reminder: </source>
2334 <target>Przypomnienie:</target> 2293 <target>Przypomnienie:</target>
2335 <context-group name="null"> 2294 <context-group name="null">
2336 <context context-type="linenumber">208</context> 2295 <context context-type="linenumber">232</context>
2337 </context-group> 2296 </context-group>
2338 </trans-unit> 2297 </trans-unit>
2339 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2298 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2340 <source>More information</source> 2299 <source>More information</source>
2341 <target>Więcej informacji</target> 2300 <target>Więcej informacji</target>
2342 <context-group name="null"> 2301 <context-group name="null">
2343 <context context-type="linenumber">212</context> 2302 <context context-type="linenumber">236</context>
2344 </context-group> 2303 </context-group>
2345 </trans-unit> 2304 </trans-unit>
2346 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2305 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2347 <source>Get more information</source> 2306 <source>Get more information</source>
2348 <target>Uzyskaj więcej informacji</target> 2307 <target>Uzyskaj więcej informacji</target>
2349 <context-group name="null"> 2308 <context-group name="null">
2350 <context context-type="linenumber">212</context> 2309 <context context-type="linenumber">236</context>
2351 </context-group> 2310 </context-group>
2352 </trans-unit> 2311 </trans-unit>
2353 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2312 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -2358,7 +2317,7 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2358 OK 2317 OK
2359 </target> 2318 </target>
2360 <context-group name="null"> 2319 <context-group name="null">
2361 <context context-type="linenumber">215</context> 2320 <context context-type="linenumber">239</context>
2362 </context-group> 2321 </context-group>
2363 </trans-unit> 2322 </trans-unit>
2364 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 2323 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -2440,6 +2399,13 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2440 <context context-type="linenumber">14</context> 2399 <context context-type="linenumber">14</context>
2441 </context-group> 2400 </context-group>
2442 </trans-unit> 2401 </trans-unit>
2402 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
2403 <source>Your message has been sent.</source>
2404 <target>Twoja wiadomość została wysłana.</target>
2405 <context-group name="null">
2406 <context context-type="linenumber">1</context>
2407 </context-group>
2408 </trans-unit>
2443 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968"> 2409 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
2444 <source>No description</source> 2410 <source>No description</source>
2445 <target>Brak opisu</target> 2411 <target>Brak opisu</target>
@@ -2650,6 +2616,27 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2650 <context context-type="linenumber">1</context> 2616 <context context-type="linenumber">1</context>
2651 </context-group> 2617 </context-group>
2652 </trans-unit> 2618 </trans-unit>
2619 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
2620 <source>Info</source>
2621 <target>Informacja</target>
2622 <context-group name="null">
2623 <context context-type="linenumber">1</context>
2624 </context-group>
2625 </trans-unit>
2626 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
2627 <source>Warning</source>
2628 <target>Ostrzeżenie</target>
2629 <context-group name="null">
2630 <context context-type="linenumber">1</context>
2631 </context-group>
2632 </trans-unit>
2633 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
2634 <source>Error</source>
2635 <target>BÅ‚Ä…d</target>
2636 <context-group name="null">
2637 <context context-type="linenumber">1</context>
2638 </context-group>
2639 </trans-unit>
2653 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 2640 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
2654 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 2641 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
2655 <target>Utworzono użytkownika <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target> 2642 <target>Utworzono użytkownika <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
@@ -2727,13 +2714,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2727 <context context-type="linenumber">1</context> 2714 <context context-type="linenumber">1</context>
2728 </context-group> 2715 </context-group>
2729 </trans-unit> 2716 </trans-unit>
2730 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
2731 <source>Create</source>
2732 <target>Utwórz</target>
2733 <context-group name="null">
2734 <context context-type="linenumber">1</context>
2735 </context-group>
2736 </trans-unit>
2737 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 2717 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
2738 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 2718 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
2739 <target>Zaktualizowano kanał wideo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/>.</target> 2719 <target>Zaktualizowano kanał wideo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/>.</target>
@@ -2783,41 +2763,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2783 <context context-type="linenumber">1</context> 2763 <context context-type="linenumber">1</context>
2784 </context-group> 2764 </context-group>
2785 </trans-unit> 2765 </trans-unit>
2786 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
2787 <source>Published</source>
2788 <target>Opublikowano</target>
2789 <context-group name="null">
2790 <context context-type="linenumber">1</context>
2791 </context-group>
2792 </trans-unit>
2793 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
2794 <source>Publication scheduled on </source>
2795 <target>Publikacja zaplanowana na </target>
2796 <context-group name="null">
2797 <context context-type="linenumber">1</context>
2798 </context-group>
2799 </trans-unit>
2800 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
2801 <source>Waiting transcoding</source>
2802 <target>Oczekiwanie na transkodowanie</target>
2803 <context-group name="null">
2804 <context context-type="linenumber">1</context>
2805 </context-group>
2806 </trans-unit>
2807 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
2808 <source>To transcode</source>
2809 <target>Do transkodowania</target>
2810 <context-group name="null">
2811 <context context-type="linenumber">1</context>
2812 </context-group>
2813 </trans-unit>
2814 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
2815 <source>My library</source>
2816 <target>Moja biblioteka</target>
2817 <context-group name="null">
2818 <context context-type="linenumber">1</context>
2819 </context-group>
2820 </trans-unit>
2821 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 2766 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
2822 <source>My channels</source> 2767 <source>My channels</source>
2823 <target>Moje kanały</target> 2768 <target>Moje kanały</target>
@@ -2862,13 +2807,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2862 <context context-type="linenumber">1</context> 2807 <context context-type="linenumber">1</context>
2863 </context-group> 2808 </context-group>
2864 </trans-unit> 2809 </trans-unit>
2865 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
2866 <source>Error</source>
2867 <target>BÅ‚Ä…d</target>
2868 <context-group name="null">
2869 <context context-type="linenumber">1</context>
2870 </context-group>
2871 </trans-unit>
2872 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 2810 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
2873 <source>You need to reconnect.</source> 2811 <source>You need to reconnect.</source>
2874 <target>Musisz połączyć się ponownie.</target> 2812 <target>Musisz połączyć się ponownie.</target>
@@ -2876,20 +2814,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2876 <context context-type="linenumber">1</context> 2814 <context context-type="linenumber">1</context>
2877 </context-group> 2815 </context-group>
2878 </trans-unit> 2816 </trans-unit>
2879 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
2880 <source>Confirm</source>
2881 <target>Potwierdź</target>
2882 <context-group name="null">
2883 <context context-type="linenumber">1</context>
2884 </context-group>
2885 </trans-unit>
2886 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
2887 <source>Info</source>
2888 <target>Informacja</target>
2889 <context-group name="null">
2890 <context context-type="linenumber">1</context>
2891 </context-group>
2892 </trans-unit>
2893 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba"> 2817 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
2894 <source>Success</source> 2818 <source>Success</source>
2895 <target>Pomyślnie</target> 2819 <target>Pomyślnie</target>
@@ -2974,6 +2898,90 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2974 <context context-type="linenumber">1</context> 2898 <context context-type="linenumber">1</context>
2975 </context-group> 2899 </context-group>
2976 </trans-unit> 2900 </trans-unit>
2901 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
2902 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
2903 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> lat temu</target>
2904 <context-group name="null">
2905 <context context-type="linenumber">1</context>
2906 </context-group>
2907 </trans-unit>
2908 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
2909 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
2910 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> miesięcy temu</target>
2911 <context-group name="null">
2912 <context context-type="linenumber">1</context>
2913 </context-group>
2914 </trans-unit>
2915 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
2916 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
2917 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> miesiÄ…c temu</target>
2918 <context-group name="null">
2919 <context context-type="linenumber">1</context>
2920 </context-group>
2921 </trans-unit>
2922 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
2923 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
2924 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> tygodnie temu</target>
2925 <context-group name="null">
2926 <context context-type="linenumber">1</context>
2927 </context-group>
2928 </trans-unit>
2929 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
2930 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
2931 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> tydzień temu</target>
2932 <context-group name="null">
2933 <context context-type="linenumber">1</context>
2934 </context-group>
2935 </trans-unit>
2936 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
2937 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
2938 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dni temu</target>
2939 <context-group name="null">
2940 <context context-type="linenumber">1</context>
2941 </context-group>
2942 </trans-unit>
2943 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
2944 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
2945 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dzień temu</target>
2946 <context-group name="null">
2947 <context context-type="linenumber">1</context>
2948 </context-group>
2949 </trans-unit>
2950 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
2951 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
2952 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> godzin temu</target>
2953 <context-group name="null">
2954 <context context-type="linenumber">1</context>
2955 </context-group>
2956 </trans-unit>
2957 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
2958 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
2959 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> godzinÄ™ temu</target>
2960 <context-group name="null">
2961 <context context-type="linenumber">1</context>
2962 </context-group>
2963 </trans-unit>
2964 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
2965 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
2966 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> minut temu</target>
2967 <context-group name="null">
2968 <context context-type="linenumber">1</context>
2969 </context-group>
2970 </trans-unit>
2971 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
2972 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
2973 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> sekund temu</target>
2974 <context-group name="null">
2975 <context context-type="linenumber">1</context>
2976 </context-group>
2977 </trans-unit>
2978 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
2979 <source>Confirm</source>
2980 <target>Potwierdź</target>
2981 <context-group name="null">
2982 <context context-type="linenumber">1</context>
2983 </context-group>
2984 </trans-unit>
2977 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 2985 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
2978 <source>Instance name is required.</source> 2986 <source>Instance name is required.</source>
2979 <target>Nazwa instancji jest wymagana.</target> 2987 <target>Nazwa instancji jest wymagana.</target>
@@ -3205,6 +3213,13 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
3205 <context context-type="linenumber">1</context> 3213 <context context-type="linenumber">1</context>
3206 </context-group> 3214 </context-group>
3207 </trans-unit> 3215 </trans-unit>
3216 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
3217 <source>Display name cannot be more than 120 characters long.</source>
3218 <target>Nazwa wyświetlana nie może zawierać więcej niż 120 znaków.</target>
3219 <context-group name="null">
3220 <context context-type="linenumber">1</context>
3221 </context-group>
3222 </trans-unit>
3208 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 3223 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
3209 <source>Video name is required.</source> 3224 <source>Video name is required.</source>
3210 <target>Nazwa filmu jest wymagana.</target> 3225 <target>Nazwa filmu jest wymagana.</target>
@@ -3294,13 +3309,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
3294 <context context-type="linenumber">1</context> 3309 <context context-type="linenumber">1</context>
3295 </context-group> 3310 </context-group>
3296 </trans-unit> 3311 </trans-unit>
3297 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
3298 <source>Warning</source>
3299 <target>Ostrzeżenie</target>
3300 <context-group name="null">
3301 <context context-type="linenumber">1</context>
3302 </context-group>
3303 </trans-unit>
3304 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf"> 3312 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf">
3305 <source>Sunday</source> 3313 <source>Sunday</source>
3306 <target>Niedziela</target> 3314 <target>Niedziela</target>
@@ -3665,83 +3673,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
3665 <context context-type="linenumber">1</context> 3673 <context context-type="linenumber">1</context>
3666 </context-group> 3674 </context-group>
3667 </trans-unit> 3675 </trans-unit>
3668 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
3669 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
3670 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> lat temu</target>
3671 <context-group name="null">
3672 <context context-type="linenumber">1</context>
3673 </context-group>
3674 </trans-unit>
3675 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
3676 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
3677 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> miesięcy temu</target>
3678 <context-group name="null">
3679 <context context-type="linenumber">1</context>
3680 </context-group>
3681 </trans-unit>
3682 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
3683 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
3684 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> miesiÄ…c temu</target>
3685 <context-group name="null">
3686 <context context-type="linenumber">1</context>
3687 </context-group>
3688 </trans-unit>
3689 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
3690 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
3691 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> tygodnie temu</target>
3692 <context-group name="null">
3693 <context context-type="linenumber">1</context>
3694 </context-group>
3695 </trans-unit>
3696 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
3697 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
3698 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> tydzień temu</target>
3699 <context-group name="null">
3700 <context context-type="linenumber">1</context>
3701 </context-group>
3702 </trans-unit>
3703 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
3704 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
3705 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dni temu</target>
3706 <context-group name="null">
3707 <context context-type="linenumber">1</context>
3708 </context-group>
3709 </trans-unit>
3710 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
3711 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
3712 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dzień temu</target>
3713 <context-group name="null">
3714 <context context-type="linenumber">1</context>
3715 </context-group>
3716 </trans-unit>
3717 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
3718 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
3719 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> godzin temu</target>
3720 <context-group name="null">
3721 <context context-type="linenumber">1</context>
3722 </context-group>
3723 </trans-unit>
3724 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
3725 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
3726 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> godzinÄ™ temu</target>
3727 <context-group name="null">
3728 <context context-type="linenumber">1</context>
3729 </context-group>
3730 </trans-unit>
3731 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
3732 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
3733 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> minut temu</target>
3734 <context-group name="null">
3735 <context context-type="linenumber">1</context>
3736 </context-group>
3737 </trans-unit>
3738 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
3739 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
3740 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> sekund temu</target>
3741 <context-group name="null">
3742 <context context-type="linenumber">1</context>
3743 </context-group>
3744 </trans-unit>
3745 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 3676 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
3746 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 3677 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
3747 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</target> 3678 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</target>
@@ -3833,6 +3764,69 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
3833 <context context-type="linenumber">1</context> 3764 <context context-type="linenumber">1</context>
3834 </context-group> 3765 </context-group>
3835 </trans-unit> 3766 </trans-unit>
3767 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
3768 <source>Copied</source>
3769 <target>Skopiowano</target>
3770 <context-group name="null">
3771 <context context-type="linenumber">1</context>
3772 </context-group>
3773 </trans-unit>
3774 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
3775 <source>Video reported.</source>
3776 <target>Zgłoszono film.</target>
3777 <context-group name="null">
3778 <context context-type="linenumber">1</context>
3779 </context-group>
3780 </trans-unit>
3781 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
3782 <source>Do you really want to delete this video?</source>
3783 <target>Czy na pewno chcesz usunąć ten film?</target>
3784 <context-group name="null">
3785 <context context-type="linenumber">1</context>
3786 </context-group>
3787 </trans-unit>
3788 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3789 <source>Blacklist</source>
3790 <target>Czarna lista</target>
3791 <context-group name="null">
3792 <context context-type="linenumber">1</context>
3793 </context-group>
3794 </trans-unit>
3795 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3796 <source>Report</source>
3797 <target>Zgłoś</target>
3798 <context-group name="null">
3799 <context context-type="linenumber">1</context>
3800 </context-group>
3801 </trans-unit>
3802 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
3803 <source>Published</source>
3804 <target>Opublikowano</target>
3805 <context-group name="null">
3806 <context context-type="linenumber">1</context>
3807 </context-group>
3808 </trans-unit>
3809 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
3810 <source>Publication scheduled on </source>
3811 <target>Publikacja zaplanowana na </target>
3812 <context-group name="null">
3813 <context context-type="linenumber">1</context>
3814 </context-group>
3815 </trans-unit>
3816 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
3817 <source>Waiting transcoding</source>
3818 <target>Oczekiwanie na transkodowanie</target>
3819 <context-group name="null">
3820 <context context-type="linenumber">1</context>
3821 </context-group>
3822 </trans-unit>
3823 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
3824 <source>To transcode</source>
3825 <target>Do transkodowania</target>
3826 <context-group name="null">
3827 <context context-type="linenumber">1</context>
3828 </context-group>
3829 </trans-unit>
3836 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 3830 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
3837 <source>Only I can see this video</source> 3831 <source>Only I can see this video</source>
3838 <target>Tylko ja mogę zobaczyć ten film</target> 3832 <target>Tylko ja mogę zobaczyć ten film</target>
@@ -3896,34 +3890,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
3896 <context context-type="linenumber">1</context> 3890 <context context-type="linenumber">1</context>
3897 </context-group> 3891 </context-group>
3898 </trans-unit> 3892 </trans-unit>
3899 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
3900 <source>Copied</source>
3901 <target>Skopiowano</target>
3902 <context-group name="null">
3903 <context context-type="linenumber">1</context>
3904 </context-group>
3905 </trans-unit>
3906 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
3907 <source>Video reported.</source>
3908 <target>Zgłoszono film.</target>
3909 <context-group name="null">
3910 <context context-type="linenumber">1</context>
3911 </context-group>
3912 </trans-unit>
3913 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
3914 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
3915 <target>Zacznij od <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
3916 <context-group name="null">
3917 <context context-type="linenumber">1</context>
3918 </context-group>
3919 </trans-unit>
3920 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
3921 <source>Do you really want to delete this video?</source>
3922 <target>Czy na pewno chcesz usunąć ten film?</target>
3923 <context-group name="null">
3924 <context context-type="linenumber">1</context>
3925 </context-group>
3926 </trans-unit>
3927 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 3893 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
3928 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source><target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</target><context-group name="null"> 3894 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source><target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</target><context-group name="null">
3929 <context context-type="linenumber">1</context> 3895 <context context-type="linenumber">1</context>
diff --git a/client/src/locale/target/angular_pt_BR.xml b/client/src/locale/target/angular_pt_BR.xml
index 0227115e3..54eaec73f 100644
--- a/client/src/locale/target/angular_pt_BR.xml
+++ b/client/src/locale/target/angular_pt_BR.xml
@@ -38,60 +38,74 @@
38 <context context-type="linenumber">27</context> 38 <context context-type="linenumber">27</context>
39 </context-group> 39 </context-group>
40 </trans-unit> 40 </trans-unit>
41 <trans-unit id="ngb.pagination.first"> 41 <trans-unit id="ngb.datepicker.select-month">
42 <source>««</source> 42 <source>Select month</source>
43 <target>««</target> 43 <target>Selecione o mês</target>
44 <context-group name="null"> 44 <context-group name="null">
45 <context context-type="linenumber">7</context> 45 <context context-type="linenumber">7</context>
46 </context-group> 46 </context-group>
47 </trans-unit> 47 </trans-unit>
48 <trans-unit id="ngb.pagination.first-aria"> 48 <trans-unit id="ngb.datepicker.select-year">
49 <source>First</source> 49 <source>Select year</source>
50 <target>Primeiro</target> 50 <target>Selecione o ano</target>
51 <context-group name="null"> 51 <context-group name="null">
52 <context context-type="linenumber">5</context> 52 <context context-type="linenumber">16</context>
53 </context-group> 53 </context-group>
54 </trans-unit> 54 </trans-unit>
55 <trans-unit id="ngb.pagination.previous"> 55 <trans-unit id="ngb.pagination.first">
56 <source>«</source> 56 <source>««</source>
57 <target>«</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">15</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.previous-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>Previous</source> 63 <source>«</source>
64 <target>Anterior</target> 64 <target>«</target>
65 <context-group name="null"> 65 <context-group name="null">
66 <context context-type="linenumber">13</context> 66 <context context-type="linenumber">3</context>
67 </context-group> 67 </context-group>
68 </trans-unit> 68 </trans-unit>
69 <trans-unit id="ngb.pagination.next"> 69 <trans-unit id="ngb.pagination.next">
70 <source>»</source> 70 <source>»</source>
71 <target>»</target> 71 <target>»</target>
72 <context-group name="null"> 72 <context-group name="null">
73 <context context-type="linenumber">29</context> 73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.next-aria">
77 <source>Next</source>
78 <target>Próximo</target>
79 <context-group name="null">
80 <context context-type="linenumber">27</context>
81 </context-group> 74 </context-group>
82 </trans-unit> 75 </trans-unit>
83 <trans-unit id="ngb.pagination.last"> 76 <trans-unit id="ngb.pagination.last">
84 <source>»»</source> 77 <source>»»</source>
85 <target>»»</target> 78 <target>»»</target>
86 <context-group name="null"> 79 <context-group name="null">
87 <context context-type="linenumber">36</context> 80 <context context-type="linenumber">5</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.first-aria">
84 <source>First</source>
85 <target>Primeiro</target>
86 <context-group name="null">
87 <context context-type="linenumber">14</context>
88 </context-group>
89 </trans-unit>
90 <trans-unit id="ngb.pagination.previous-aria">
91 <source>Previous</source>
92 <target>Anterior</target>
93 <context-group name="null">
94 <context context-type="linenumber">23</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.next-aria">
98 <source>Next</source>
99 <target>Próximo</target>
100 <context-group name="null">
101 <context context-type="linenumber">41</context>
88 </context-group> 102 </context-group>
89 </trans-unit> 103 </trans-unit>
90 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
91 <source>Last</source> 105 <source>Last</source>
92 <target>Último</target> 106 <target>Último</target>
93 <context-group name="null"> 107 <context-group name="null">
94 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
95 </context-group> 109 </context-group>
96 </trans-unit> 110 </trans-unit>
97 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -126,84 +140,77 @@
126 <source>Decrement hours</source> 140 <source>Decrement hours</source>
127 <target>Reduzir horas</target> 141 <target>Reduzir horas</target>
128 <context-group name="null"> 142 <context-group name="null">
129 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
130 </context-group> 144 </context-group>
131 </trans-unit> 145 </trans-unit>
132 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
133 <source>Increment minutes</source> 147 <source>Increment minutes</source>
134 <target>Aumentar minutos</target> 148 <target>Aumentar minutos</target>
135 <context-group name="null"> 149 <context-group name="null">
136 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
137 </context-group> 151 </context-group>
138 </trans-unit> 152 </trans-unit>
139 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
140 <source>MM</source> 154 <source>MM</source>
141 <target>MM</target> 155 <target>MM</target>
142 <context-group name="null"> 156 <context-group name="null">
143 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
144 </context-group> 158 </context-group>
145 </trans-unit> 159 </trans-unit>
146 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
147 <source>Minutes</source> 161 <source>Minutes</source>
148 <target>Minutos</target> 162 <target>Minutos</target>
149 <context-group name="null"> 163 <context-group name="null">
150 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
151 </context-group> 165 </context-group>
152 </trans-unit> 166 </trans-unit>
153 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
154 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
155 <target>Reduzir minutos</target> 169 <target>Reduzir minutos</target>
156 <context-group name="null"> 170 <context-group name="null">
157 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
158 </context-group> 172 </context-group>
159 </trans-unit> 173 </trans-unit>
160 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
161 <source>Increment seconds</source> 175 <source>Increment seconds</source>
162 <target>Aumentar segundos</target> 176 <target>Aumentar segundos</target>
163 <context-group name="null"> 177 <context-group name="null">
164 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
165 </context-group> 179 </context-group>
166 </trans-unit> 180 </trans-unit>
167 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
168 <source>SS</source> 182 <source>SS</source>
169 <target>SS</target> 183 <target>SS</target>
170 <context-group name="null"> 184 <context-group name="null">
171 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
172 </context-group> 186 </context-group>
173 </trans-unit> 187 </trans-unit>
174 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
175 <source>Seconds</source> 189 <source>Seconds</source>
176 <target>Segundos</target> 190 <target>Segundos</target>
177 <context-group name="null"> 191 <context-group name="null">
178 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
179 </context-group> 193 </context-group>
180 </trans-unit> 194 </trans-unit>
181 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
182 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
183 <target>Reduzir segundos</target> 197 <target>Reduzir segundos</target>
184 <context-group name="null"> 198 <context-group name="null">
185 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
186 </context-group> 200 </context-group>
187 </trans-unit> 201 </trans-unit>
188 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
189 <source>PM</source> 203 <source>PM</source>
190 <target>PM</target> 204 <target>PM</target>
191 <context-group name="null"> 205 <context-group name="null">
192 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
193 </context-group> 207 </context-group>
194 </trans-unit> 208 </trans-unit>
195 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
196 <source>AM</source> 210 <source>AM</source>
197 <target>AM</target> 211 <target>AM</target>
198 <context-group name="null"> 212 <context-group name="null">
199 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
200 </context-group>
201 </trans-unit>
202 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
203 <source>Cancel</source>
204 <target>Cancelar</target>
205 <context-group name="null">
206 <context context-type="linenumber">10</context>
207 </context-group> 214 </context-group>
208 </trans-unit> 215 </trans-unit>
209 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -213,11 +220,172 @@
213 <context context-type="linenumber">11</context> 220 <context context-type="linenumber">11</context>
214 </context-group> 221 </context-group>
215 </trans-unit> 222 </trans-unit>
216 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
217 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 224 <source>You don't have notifications.</source>
218 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações</target> 225 <target>Você não possui notificações.</target>
219 <context-group name="null"> 226 <context-group name="null">
220 <context context-type="linenumber">16</context> 227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
231 <source>Display name</source>
232 <target>Nome de exibição</target>
233 <context-group name="null">
234 <context context-type="linenumber">6</context>
235 </context-group>
236 </trans-unit>
237 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
238 <source>Create</source>
239 <target>Criar</target>
240 <context-group name="null">
241 <context context-type="linenumber">74</context>
242 </context-group>
243 </trans-unit>
244 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
245 <source>Download video</source>
246 <target>Baixar vídeo</target>
247 <context-group name="null">
248 <context context-type="linenumber">3</context>
249 </context-group>
250 </trans-unit>
251 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
252 <source>Direct download</source>
253 <target>Download direto</target>
254 <context-group name="null">
255 <context context-type="linenumber">27</context>
256 </context-group>
257 </trans-unit>
258 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
259 <source>Torrent (.torrent file)</source>
260 <target>Torrent (arquivo .torrent)</target>
261 <context-group name="null">
262 <context context-type="linenumber">32</context>
263 </context-group>
264 </trans-unit>
265 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
266 <source>Torrent (magnet link)</source>
267 <target>Torrent (link magnético)</target>
268 <context-group name="null">
269 <context context-type="linenumber">37</context>
270 </context-group>
271 </trans-unit>
272 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
273 <source>
274 Cancel
275 </source>
276 <target>
277 Cancelar
278 </target>
279 <context-group name="null">
280 <context context-type="linenumber">47</context>
281 </context-group>
282 </trans-unit>
283 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
284 <source>Download</source>
285 <target>Download</target>
286 <context-group name="null">
287 <context context-type="linenumber">48</context>
288 </context-group>
289 </trans-unit>
290 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
291 <source>Report video</source>
292 <target>Denunciar vídeo</target>
293 <context-group name="null">
294 <context context-type="linenumber">3</context>
295 </context-group>
296 </trans-unit>
297 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
298 <source>
299 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
300 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
301 </source>
302 <target>
303 Seu relatório será enviado aos moderadores de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
304 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> Será encaminhado para a instância de origem <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> também.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
305 </target>
306 <context-group name="null">
307 <context context-type="linenumber">9</context>
308 </context-group>
309 </trans-unit>
310 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
311 <source>Reason...</source>
312 <target>Motivo...</target>
313 <context-group name="null">
314 <context context-type="linenumber">11</context>
315 </context-group>
316 </trans-unit>
317 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
318 <source>
319 Cancel
320 </source>
321 <target>
322 Cancelar
323 </target>
324 <context-group name="null">
325 <context context-type="linenumber">38</context>
326 </context-group>
327 </trans-unit>
328 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
329 <source>Submit</source>
330 <target>Enviar</target>
331 <context-group name="null">
332 <context context-type="linenumber">29</context>
333 </context-group>
334 </trans-unit>
335 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
336 <source>Blacklist video</source>
337 <target>Coloque esse vídeo na lista negra</target>
338 <context-group name="null">
339 <context context-type="linenumber">3</context>
340 </context-group>
341 </trans-unit>
342 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
343 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
344 <target>Interromper federação do vídeo (solicitar para ser removido nas instâncias remotas)</target>
345 <context-group name="null">
346 <context context-type="linenumber">21</context>
347 </context-group>
348 </trans-unit>
349 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
350 <source>Unlisted</source>
351 <target>Não listado</target>
352 <context-group name="null">
353 <context context-type="linenumber">17</context>
354 </context-group>
355 </trans-unit>
356 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
357 <source>Private</source>
358 <target>Privado</target>
359 <context-group name="null">
360 <context context-type="linenumber">18</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
364 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
365 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações</target>
366 <context-group name="null">
367 <context context-type="linenumber">22</context>
368 </context-group>
369 </trans-unit>
370 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
371 <source>Blacklisted</source>
372 <target>Na lista negra</target>
373 <context-group name="null">
374 <context context-type="linenumber">39</context>
375 </context-group>
376 </trans-unit>
377 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
378 <source>Save</source>
379 <target>Salvar</target>
380 <context-group name="null">
381 <context context-type="linenumber">117</context>
382 </context-group>
383 </trans-unit>
384 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
385 <source>No results.</source>
386 <target>Nenhum resultado.</target>
387 <context-group name="null">
388 <context context-type="linenumber">20</context>
221 </context-group> 389 </context-group>
222 </trans-unit> 390 </trans-unit>
223 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 391 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -255,6 +423,107 @@
255 <context context-type="linenumber">19</context> 423 <context context-type="linenumber">19</context>
256 </context-group> 424 </context-group>
257 </trans-unit> 425 </trans-unit>
426 <trans-unit id="450025269732888db1f04cfe6033843110ab65ee">
427 <source>
428 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
429 Subscribe
430 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
431 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
432 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
433 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
434 </source>
435 <target>
436 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
437 Se inscrever
438 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
439 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
440 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
441 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
442 </target>
443 <context-group name="null">
444 <context context-type="linenumber">5</context>
445 </context-group>
446 </trans-unit>
447 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
448 <source>
449 Unsubscribe
450 </source>
451 <target>
452 Parar de seguir
453 </target>
454 <context-group name="null">
455 <context context-type="linenumber">18</context>
456 </context-group>
457 </trans-unit>
458 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
459 <source>Using an ActivityPub account</source>
460 <target>Usando uma conta ActivityPub</target>
461 <context-group name="null">
462 <context context-type="linenumber">36</context>
463 </context-group>
464 </trans-unit>
465 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
466 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
467 <target>Se inscreva com uma conta em <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
468 <context-group name="null">
469 <context context-type="linenumber">39</context>
470 </context-group>
471 </trans-unit>
472 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
473 <source>Subscribe with your local account</source>
474 <target>Se inscreva com uma conta local</target>
475 <context-group name="null">
476 <context context-type="linenumber">40</context>
477 </context-group>
478 </trans-unit>
479 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
480 <source>Subscribe with a Mastodon account:</source>
481 <target>Se inscreva com uma conta do Mastodon:</target>
482 <context-group name="null">
483 <context context-type="linenumber">43</context>
484 </context-group>
485 </trans-unit>
486 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
487 <source>Using a syndication feed</source>
488 <target>Usando um feed</target>
489 <context-group name="null">
490 <context context-type="linenumber">48</context>
491 </context-group>
492 </trans-unit>
493 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
494 <source>Subscribe via RSS</source>
495 <target>Se inscreva via RSS</target>
496 <context-group name="null">
497 <context context-type="linenumber">49</context>
498 </context-group>
499 </trans-unit>
500 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
501 <source>
502 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
503 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
504 </source>
505 <target>
506 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Inscrição remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
507 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interação remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
508 </target>
509 <context-group name="null">
510 <context context-type="linenumber">10</context>
511 </context-group>
512 </trans-unit>
513 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
514 <source>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.</source>
515 <target>Você pode se inscrever no canal utilizando qualquer instância do fediverso compatível com o ActivityPub. Em instâncias Mastodon ou Pleroma é possível seguir o canal colocando seu link na área de busca e seguindo-o.</target>
516 <context-group name="null">
517 <context context-type="linenumber">17</context>
518 </context-group>
519 </trans-unit>
520 <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a">
521 <source>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.</source>
522 <target>Você pode interagir utilizando qualquer instância do fediverso compatível com o ActivityPub. Em instâncias Mastodon ou Pleroma é possível interagir com o canal colocando seu link na área de busca.</target>
523 <context-group name="null">
524 <context context-type="linenumber">22</context>
525 </context-group>
526 </trans-unit>
258 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b"> 527 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
259 <source>Video quota</source> 528 <source>Video quota</source>
260 <target>Cota de vídeo</target> 529 <target>Cota de vídeo</target>
@@ -270,7 +539,7 @@
270 Ilimitado <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 539 Ilimitado <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
271 </target> 540 </target>
272 <context-group name="null"> 541 <context-group name="null">
273 <context context-type="linenumber">14</context> 542 <context context-type="linenumber">28</context>
274 </context-group> 543 </context-group>
275 </trans-unit> 544 </trans-unit>
276 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 545 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -280,13 +549,6 @@
280 <context context-type="linenumber">3</context> 549 <context context-type="linenumber">3</context>
281 </context-group> 550 </context-group>
282 </trans-unit> 551 </trans-unit>
283 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
284 <source>Reason...</source>
285 <target>Motivo...</target>
286 <context-group name="null">
287 <context context-type="linenumber">11</context>
288 </context-group>
289 </trans-unit>
290 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251"> 552 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
291 <source> 553 <source>
292 A banned user will no longer be able to login. 554 A banned user will no longer be able to login.
@@ -295,14 +557,28 @@
295 Um usuário banido não conseguirá mais fazer login. 557 Um usuário banido não conseguirá mais fazer login.
296 </target> 558 </target>
297 <context-group name="null"> 559 <context-group name="null">
298 <context context-type="linenumber">17</context> 560 <context context-type="linenumber">18</context>
561 </context-group>
562 </trans-unit>
563 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
564 <source>Cancel</source>
565 <target>Cancelar</target>
566 <context-group name="null">
567 <context context-type="linenumber">10</context>
299 </context-group> 568 </context-group>
300 </trans-unit> 569 </trans-unit>
301 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 570 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
302 <source>Ban this user</source> 571 <source>Ban this user</source>
303 <target>Banir este usuário</target> 572 <target>Banir este usuário</target>
304 <context-group name="null"> 573 <context-group name="null">
305 <context context-type="linenumber">25</context> 574 <context context-type="linenumber">26</context>
575 </context-group>
576 </trans-unit>
577 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
578 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
579 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
580 <context-group name="null">
581 <context context-type="linenumber">11</context>
306 </context-group> 582 </context-group>
307 </trans-unit> 583 </trans-unit>
308 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 584 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
@@ -384,7 +660,7 @@
384 <source>Login</source> 660 <source>Login</source>
385 <target>Entrar</target> 661 <target>Entrar</target>
386 <context-group name="null"> 662 <context-group name="null">
387 <context context-type="linenumber">36</context> 663 <context context-type="linenumber">32</context>
388 </context-group> 664 </context-group>
389 </trans-unit> 665 </trans-unit>
390 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 666 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -394,6 +670,17 @@
394 <context context-type="linenumber">57</context> 670 <context context-type="linenumber">57</context>
395 </context-group> 671 </context-group>
396 </trans-unit> 672 </trans-unit>
673 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
674 <source>
675 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
676 </source>
677 <target>
678 Desculpe-nos, você não pode recuperar sua senha porque o administrador da sua instância não configurou o sistema de email do PeerTube.
679 </target>
680 <context-group name="null">
681 <context context-type="linenumber">64</context>
682 </context-group>
683 </trans-unit>
397 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 684 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
398 <source>Email</source> 685 <source>Email</source>
399 <target>E-mail</target> 686 <target>E-mail</target>
@@ -412,7 +699,7 @@
412 <source>Send me an email to reset my password</source> 699 <source>Send me an email to reset my password</source>
413 <target>Me envie um e-mail para redefinir minha senha</target> 700 <target>Me envie um e-mail para redefinir minha senha</target>
414 <context-group name="null"> 701 <context-group name="null">
415 <context context-type="linenumber">80</context> 702 <context context-type="linenumber">81</context>
416 </context-group> 703 </context-group>
417 </trans-unit> 704 </trans-unit>
418 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 705 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -472,11 +759,18 @@
472 <context context-type="linenumber">17</context> 759 <context context-type="linenumber">17</context>
473 </context-group> 760 </context-group>
474 </trans-unit> 761 </trans-unit>
762 <trans-unit id="7fe213724c4c0a4112c40c673884acb98a0a3b92">
763 <source>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</source>
764 <target>Eu tenho pelo menos 16 anos de idade e concordo com os &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Termos&lt;/a&gt; desta instância</target>
765 <context-group name="null">
766 <context context-type="linenumber">55</context>
767 </context-group>
768 </trans-unit>
475 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4"> 769 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
476 <source>Signup</source> 770 <source>Signup</source>
477 <target>Inscrever-se</target> 771 <target>Inscrever-se</target>
478 <context-group name="null"> 772 <context-group name="null">
479 <context context-type="linenumber">78</context> 773 <context context-type="linenumber">88</context>
480 </context-group> 774 </context-group>
481 </trans-unit> 775 </trans-unit>
482 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 776 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -504,6 +798,19 @@
504 <context context-type="linenumber">6</context> 798 <context context-type="linenumber">6</context>
505 </context-group> 799 </context-group>
506 </trans-unit> 800 </trans-unit>
801 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
802 <source>
803 Filters
804 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
805 </source>
806 <target>
807 Filtros
808 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
809 </target>
810 <context-group name="null">
811 <context context-type="linenumber">16</context>
812 </context-group>
813 </trans-unit>
507 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d"> 814 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
508 <source> 815 <source>
509 No results found 816 No results found
@@ -522,68 +829,35 @@
522 <context context-type="linenumber">44</context> 829 <context context-type="linenumber">44</context>
523 </context-group> 830 </context-group>
524 </trans-unit> 831 </trans-unit>
525 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
526 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
527 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> visualizações</target>
528 <context-group name="null">
529 <context context-type="linenumber">55</context>
530 </context-group>
531 </trans-unit>
532 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 832 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
533 <source>Change the language</source> 833 <source>Change the language</source>
534 <target>Alterar o idioma</target> 834 <target>Alterar o idioma</target>
535 <context-group name="null"> 835 <context-group name="null">
536 <context context-type="linenumber">86</context> 836 <context context-type="linenumber">102</context>
537 </context-group>
538 </trans-unit>
539 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
540 <source>
541 My public profile
542 </source>
543 <target>
544 Meu perfil público
545 </target>
546 <context-group name="null">
547 <context context-type="linenumber">16</context>
548 </context-group>
549 </trans-unit>
550 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
551 <source>
552 My account
553 </source>
554 <target>
555 Minha conta
556 </target>
557 <context-group name="null">
558 <context context-type="linenumber">20</context>
559 </context-group> 837 </context-group>
560 </trans-unit> 838 </trans-unit>
561 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10"> 839 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
562 <source> 840 <source>
563 My videos 841 Help to translate PeerTube!
564 </source> 842 </source>
565 <target>
566 Meus vídeos
567 </target>
568 <context-group name="null">
569 <context context-type="linenumber">24</context>
570 </context-group>
571 </trans-unit>
572 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
573 <source>
574 Log out
575 </source>
576 <target> 843 <target>
577 Sair 844 Ajude a traduzir o PeerTube!
578 </target> 845 </target>
579 <context-group name="null"> 846 <context-group name="null">
580 <context context-type="linenumber">28</context> 847 <context context-type="linenumber">8</context>
581 </context-group> 848 </context-group>
582 </trans-unit> 849 </trans-unit>
583 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 850 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
584 <source>Create an account</source> 851 <source>Create an account</source>
585 <target>Criar uma conta</target> 852 <target>Criar uma conta</target>
586 <context-group name="null"> 853 <context-group name="null">
854 <context context-type="linenumber">33</context>
855 </context-group>
856 </trans-unit>
857 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
858 <source>My library</source>
859 <target>Minha biblioteca</target>
860 <context-group name="null">
587 <context context-type="linenumber">37</context> 861 <context context-type="linenumber">37</context>
588 </context-group> 862 </context-group>
589 </trans-unit> 863 </trans-unit>
@@ -598,63 +872,98 @@
598 <source>Subscriptions</source> 872 <source>Subscriptions</source>
599 <target>Inscrições</target> 873 <target>Inscrições</target>
600 <context-group name="null"> 874 <context-group name="null">
601 <context context-type="linenumber">45</context> 875 <context context-type="linenumber">51</context>
602 </context-group> 876 </context-group>
603 </trans-unit> 877 </trans-unit>
604 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 878 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
605 <source>Overview</source> 879 <source>Overview</source>
606 <target>Visão geral</target> 880 <target>Visão geral</target>
607 <context-group name="null"> 881 <context-group name="null">
608 <context context-type="linenumber">50</context> 882 <context context-type="linenumber">66</context>
609 </context-group> 883 </context-group>
610 </trans-unit> 884 </trans-unit>
611 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 885 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
612 <source>Trending</source> 886 <source>Trending</source>
613 <target>Tendências</target> 887 <target>Tendências</target>
614 <context-group name="null"> 888 <context-group name="null">
615 <context context-type="linenumber">55</context> 889 <context context-type="linenumber">71</context>
616 </context-group> 890 </context-group>
617 </trans-unit> 891 </trans-unit>
618 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 892 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
619 <source>Recently added</source> 893 <source>Recently added</source>
620 <target>Adicionado recentemente</target> 894 <target>Adicionado recentemente</target>
621 <context-group name="null"> 895 <context-group name="null">
622 <context context-type="linenumber">60</context> 896 <context context-type="linenumber">76</context>
623 </context-group> 897 </context-group>
624 </trans-unit> 898 </trans-unit>
625 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 899 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
626 <source>Local</source> 900 <source>Local</source>
627 <target>Local</target> 901 <target>Local</target>
628 <context-group name="null"> 902 <context-group name="null">
629 <context context-type="linenumber">65</context> 903 <context context-type="linenumber">81</context>
630 </context-group> 904 </context-group>
631 </trans-unit> 905 </trans-unit>
632 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 906 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
633 <source>More</source> 907 <source>More</source>
634 <target>Mais</target> 908 <target>Mais</target>
635 <context-group name="null"> 909 <context-group name="null">
636 <context context-type="linenumber">70</context> 910 <context context-type="linenumber">86</context>
637 </context-group> 911 </context-group>
638 </trans-unit> 912 </trans-unit>
639 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 913 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
640 <source>Administration</source> 914 <source>Administration</source>
641 <target>Administração</target> 915 <target>Administração</target>
642 <context-group name="null"> 916 <context-group name="null">
643 <context context-type="linenumber">74</context> 917 <context context-type="linenumber">90</context>
644 </context-group> 918 </context-group>
645 </trans-unit> 919 </trans-unit>
646 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 920 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
647 <source>About</source> 921 <source>About</source>
648 <target>Sobre</target> 922 <target>Sobre</target>
649 <context-group name="null"> 923 <context-group name="null">
650 <context context-type="linenumber">25</context> 924 <context context-type="linenumber">26</context>
925 </context-group>
926 </trans-unit>
927 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
928 <source>Show keyboard shortcuts</source>
929 <target>Exibir atalhos de teclado</target>
930 <context-group name="null">
931 <context context-type="linenumber">105</context>
651 </context-group> 932 </context-group>
652 </trans-unit> 933 </trans-unit>
653 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 934 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
654 <source>Toggle dark interface</source> 935 <source>Toggle dark interface</source>
655 <target>Alternar interface escura</target> 936 <target>Alternar interface escura</target>
656 <context-group name="null"> 937 <context-group name="null">
657 <context context-type="linenumber">92</context> 938 <context context-type="linenumber">108</context>
939 </context-group>
940 </trans-unit>
941 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
942 <source>View your notifications</source>
943 <target>Ver suas notificações</target>
944 <context-group name="null">
945 <context context-type="linenumber">3</context>
946 </context-group>
947 </trans-unit>
948 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
949 <source>Notifications</source>
950 <target>Notificações</target>
951 <context-group name="null">
952 <context context-type="linenumber">10</context>
953 </context-group>
954 </trans-unit>
955 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
956 <source>Update your notification preferences</source>
957 <target>Atualizar suas preferências de notificações</target>
958 <context-group name="null">
959 <context context-type="linenumber">16</context>
960 </context-group>
961 </trans-unit>
962 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
963 <source>See all your notifications</source>
964 <target>Ver todas as suas notificações</target>
965 <context-group name="null">
966 <context context-type="linenumber">30</context>
658 </context-group> 967 </context-group>
659 </trans-unit> 968 </trans-unit>
660 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 969 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -685,81 +994,102 @@
685 <context context-type="linenumber">15</context> 994 <context context-type="linenumber">15</context>
686 </context-group> 995 </context-group>
687 </trans-unit> 996 </trans-unit>
997 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
998 <source>Original publication year</source>
999 <target>Ano de publicação original</target>
1000 <context-group name="null">
1001 <context context-type="linenumber">24</context>
1002 </context-group>
1003 </trans-unit>
1004 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1005 <source>After...</source>
1006 <target>Depois...</target>
1007 <context-group name="null">
1008 <context context-type="linenumber">30</context>
1009 </context-group>
1010 </trans-unit>
1011 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1012 <source>Before...</source>
1013 <target>Antes...</target>
1014 <context-group name="null">
1015 <context context-type="linenumber">37</context>
1016 </context-group>
1017 </trans-unit>
688 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1018 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
689 <source>Duration</source> 1019 <source>Duration</source>
690 <target>Duração</target> 1020 <target>Duração</target>
691 <context-group name="null"> 1021 <context-group name="null">
692 <context context-type="linenumber">24</context> 1022 <context context-type="linenumber">45</context>
693 </context-group> 1023 </context-group>
694 </trans-unit> 1024 </trans-unit>
695 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1025 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
696 <source>Display sensitive content</source> 1026 <source>Display sensitive content</source>
697 <target>Visualizar conteúdo sensível</target> 1027 <target>Visualizar conteúdo sensível</target>
698 <context-group name="null"> 1028 <context-group name="null">
699 <context context-type="linenumber">33</context> 1029 <context context-type="linenumber">54</context>
700 </context-group> 1030 </context-group>
701 </trans-unit> 1031 </trans-unit>
702 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 1032 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
703 <source>Yes</source> 1033 <source>Yes</source>
704 <target>Sim</target> 1034 <target>Sim</target>
705 <context-group name="null"> 1035 <context-group name="null">
706 <context context-type="linenumber">37</context> 1036 <context context-type="linenumber">58</context>
707 </context-group> 1037 </context-group>
708 </trans-unit> 1038 </trans-unit>
709 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 1039 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
710 <source>No</source> 1040 <source>No</source>
711 <target>Não</target> 1041 <target>Não</target>
712 <context-group name="null"> 1042 <context-group name="null">
713 <context context-type="linenumber">42</context> 1043 <context context-type="linenumber">63</context>
714 </context-group> 1044 </context-group>
715 </trans-unit> 1045 </trans-unit>
716 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 1046 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
717 <source>Category</source> 1047 <source>Category</source>
718 <target>Categoria</target> 1048 <target>Categoria</target>
719 <context-group name="null"> 1049 <context-group name="null">
720 <context context-type="linenumber">164</context> 1050 <context context-type="linenumber">189</context>
721 </context-group> 1051 </context-group>
722 </trans-unit> 1052 </trans-unit>
723 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1053 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
724 <source>Licence</source> 1054 <source>Licence</source>
725 <target>Licença</target> 1055 <target>Licença</target>
726 <context-group name="null"> 1056 <context-group name="null">
727 <context context-type="linenumber">173</context> 1057 <context context-type="linenumber">198</context>
728 </context-group> 1058 </context-group>
729 </trans-unit> 1059 </trans-unit>
730 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1060 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
731 <source>Language</source> 1061 <source>Language</source>
732 <target>Idioma</target> 1062 <target>Idioma</target>
733 <context-group name="null"> 1063 <context-group name="null">
734 <context context-type="linenumber">182</context> 1064 <context context-type="linenumber">207</context>
735 </context-group> 1065 </context-group>
736 </trans-unit> 1066 </trans-unit>
737 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1067 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
738 <source>All of these tags</source> 1068 <source>All of these tags</source>
739 <target>Todas estas etiquetas</target> 1069 <target>Todas estas etiquetas</target>
740 <context-group name="null"> 1070 <context-group name="null">
741 <context context-type="linenumber">82</context> 1071 <context context-type="linenumber">103</context>
742 </context-group> 1072 </context-group>
743 </trans-unit> 1073 </trans-unit>
744 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 1074 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
745 <source>One of these tags</source> 1075 <source>One of these tags</source>
746 <target>Uma destas etiquetas</target> 1076 <target>Uma destas etiquetas</target>
747 <context-group name="null"> 1077 <context-group name="null">
748 <context context-type="linenumber">87</context> 1078 <context context-type="linenumber">108</context>
749 </context-group> 1079 </context-group>
750 </trans-unit> 1080 </trans-unit>
751 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 1081 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
752 <source>Filter</source> 1082 <source>Filter</source>
753 <target>Filtro</target> 1083 <target>Filtro</target>
754 <context-group name="null"> 1084 <context-group name="null">
755 <context context-type="linenumber">94</context> 1085 <context context-type="linenumber">115</context>
756 </context-group> 1086 </context-group>
757 </trans-unit> 1087 </trans-unit>
758 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 1088 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
759 <source>No results.</source> 1089 <source>Display unlisted and private videos</source>
760 <target>Nenhum resultado.</target> 1090 <target>Exibir vídeos não listados e privados</target>
761 <context-group name="null"> 1091 <context-group name="null">
762 <context context-type="linenumber">20</context> 1092 <context context-type="linenumber">14</context>
763 </context-group> 1093 </context-group>
764 </trans-unit> 1094 </trans-unit>
765 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6"> 1095 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
@@ -773,6 +1103,17 @@
773 <context context-type="linenumber">6</context> 1103 <context context-type="linenumber">6</context>
774 </context-group> 1104 </context-group>
775 </trans-unit> 1105 </trans-unit>
1106 <trans-unit id="48a5d0af93b94c4575b7f76a47fb3cdee58e6919">
1107 <source>
1108 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1109 </source>
1110 <target>
1111 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1112 </target>
1113 <context-group name="null">
1114 <context context-type="linenumber">14</context>
1115 </context-group>
1116 </trans-unit>
776 <trans-unit id="e093a5a83045ff283f992a93699abb7cb9dd3c1b"> 1117 <trans-unit id="e093a5a83045ff283f992a93699abb7cb9dd3c1b">
777 <source> 1118 <source>
778 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/> 1119 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>
@@ -806,22 +1147,46 @@
806 <context context-type="linenumber">7</context> 1147 <context context-type="linenumber">7</context>
807 </context-group> 1148 </context-group>
808 </trans-unit> 1149 </trans-unit>
809 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb"> 1150 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
810 <source> 1151 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
811 Cancel 1152 <target>Entre em contato com o administrador de <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
812 </source>
813 <target>
814 Cancelar
815 </target>
816 <context-group name="null"> 1153 <context-group name="null">
817 <context context-type="linenumber">26</context> 1154 <context context-type="linenumber">3</context>
818 </context-group> 1155 </context-group>
819 </trans-unit> 1156 </trans-unit>
820 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd"> 1157 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
821 <source>Submit</source> 1158 <source>Your name</source>
822 <target>Enviar</target> 1159 <target>Seu nome</target>
823 <context-group name="null"> 1160 <context-group name="null">
824 <context context-type="linenumber">31</context> 1161 <context context-type="linenumber">11</context>
1162 </context-group>
1163 </trans-unit>
1164 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
1165 <source>Your email</source>
1166 <target>Seu email</target>
1167 <context-group name="null">
1168 <context context-type="linenumber">20</context>
1169 </context-group>
1170 </trans-unit>
1171 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
1172 <source>Your message</source>
1173 <target>Sua mensagem</target>
1174 <context-group name="null">
1175 <context context-type="linenumber">29</context>
1176 </context-group>
1177 </trans-unit>
1178 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1179 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1180 <target>Sobre a <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instância</target>
1181 <context-group name="null">
1182 <context context-type="linenumber">4</context>
1183 </context-group>
1184 </trans-unit>
1185 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1186 <source>Contact administrator</source>
1187 <target>Contatar administrador</target>
1188 <context-group name="null">
1189 <context context-type="linenumber">6</context>
825 </context-group> 1190 </context-group>
826 </trans-unit> 1191 </trans-unit>
827 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 1192 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
@@ -838,13 +1203,6 @@
838 <context context-type="linenumber">39</context> 1203 <context context-type="linenumber">39</context>
839 </context-group> 1204 </context-group>
840 </trans-unit> 1205 </trans-unit>
841 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
842 <source>User registration is allowed and</source>
843 <target>Registro de usuários não está permitida e</target>
844 <context-group name="null">
845 <context context-type="linenumber">29</context>
846 </context-group>
847 </trans-unit>
848 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1206 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
849 <source> 1207 <source>
850 About PeerTube 1208 About PeerTube
@@ -1063,6 +1421,19 @@
1063 <context context-type="linenumber">83</context> 1421 <context context-type="linenumber">83</context>
1064 </context-group> 1422 </context-group>
1065 </trans-unit> 1423 </trans-unit>
1424 <trans-unit id="b1372cb61ca791a0f7f95bf31c86c97df142adc4">
1425 <source>
1426 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
1427 In the meantime, we want to test different ideas related to this issue:
1428 </source>
1429 <target>
1430 O PeerTube está em desenvolvimento e queremos tomar as melhores decisões para o lançamento da versão estável.
1431 Por enquanto queremos testar ideias diferentes relacionadas a este problema:
1432 </target>
1433 <context-group name="null">
1434 <context context-type="linenumber">85</context>
1435 </context-group>
1436 </trans-unit>
1066 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19"> 1437 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19">
1067 <source>Set a limit to the number of peers sent by the tracker</source> 1438 <source>Set a limit to the number of peers sent by the tracker</source>
1068 <target>Defina um limite para o número de pares enviados pelo rastreador</target> 1439 <target>Defina um limite para o número de pares enviados pelo rastreador</target>
@@ -1098,6 +1469,41 @@
1098 <context context-type="linenumber">95</context> 1469 <context context-type="linenumber">95</context>
1099 </context-group> 1470 </context-group>
1100 </trans-unit> 1471 </trans-unit>
1472 <trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605">
1473 <source>Banned</source>
1474 <target>Banido</target>
1475 <context-group name="null">
1476 <context context-type="linenumber">12</context>
1477 </context-group>
1478 </trans-unit>
1479 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809">
1480 <source>Muted</source>
1481 <target>Silenciado</target>
1482 <context-group name="null">
1483 <context context-type="linenumber">13</context>
1484 </context-group>
1485 </trans-unit>
1486 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89">
1487 <source>Muted by your instance</source>
1488 <target>Silenciado por sua instância</target>
1489 <context-group name="null">
1490 <context context-type="linenumber">14</context>
1491 </context-group>
1492 </trans-unit>
1493 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a">
1494 <source>Instance muted</source>
1495 <target>Instância silenciada</target>
1496 <context-group name="null">
1497 <context context-type="linenumber">15</context>
1498 </context-group>
1499 </trans-unit>
1500 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1">
1501 <source>Instance muted by your instance</source>
1502 <target>Instância silenciada pela sua.</target>
1503 <context-group name="null">
1504 <context context-type="linenumber">16</context>
1505 </context-group>
1506 </trans-unit>
1101 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578"> 1507 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
1102 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source> 1508 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
1103 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> inscritos</target> 1509 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> inscritos</target>
@@ -1158,42 +1564,42 @@
1158 <source>Default client route</source> 1564 <source>Default client route</source>
1159 <target>Rota padrão do cliente</target> 1565 <target>Rota padrão do cliente</target>
1160 <context-group name="null"> 1566 <context-group name="null">
1161 <context context-type="linenumber">48</context> 1567 <context context-type="linenumber">57</context>
1162 </context-group> 1568 </context-group>
1163 </trans-unit> 1569 </trans-unit>
1164 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1570 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1165 <source>Videos Overview</source> 1571 <source>Videos Overview</source>
1166 <target>Visão geral dos vídeos</target> 1572 <target>Visão geral dos vídeos</target>
1167 <context-group name="null"> 1573 <context-group name="null">
1168 <context context-type="linenumber">51</context> 1574 <context context-type="linenumber">60</context>
1169 </context-group> 1575 </context-group>
1170 </trans-unit> 1576 </trans-unit>
1171 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1577 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1172 <source>Videos Trending</source> 1578 <source>Videos Trending</source>
1173 <target>Vídeos em Tendência</target> 1579 <target>Vídeos em Tendência</target>
1174 <context-group name="null"> 1580 <context-group name="null">
1175 <context context-type="linenumber">52</context> 1581 <context context-type="linenumber">61</context>
1176 </context-group> 1582 </context-group>
1177 </trans-unit> 1583 </trans-unit>
1178 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1584 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1179 <source>Videos Recently Added</source> 1585 <source>Videos Recently Added</source>
1180 <target>Vídeos Adicionados Recentemente</target> 1586 <target>Vídeos Adicionados Recentemente</target>
1181 <context-group name="null"> 1587 <context-group name="null">
1182 <context context-type="linenumber">53</context> 1588 <context context-type="linenumber">62</context>
1183 </context-group> 1589 </context-group>
1184 </trans-unit> 1590 </trans-unit>
1185 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1591 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1186 <source>Local videos</source> 1592 <source>Local videos</source>
1187 <target>Vídeos locais</target> 1593 <target>Vídeos locais</target>
1188 <context-group name="null"> 1594 <context-group name="null">
1189 <context context-type="linenumber">54</context> 1595 <context context-type="linenumber">63</context>
1190 </context-group> 1596 </context-group>
1191 </trans-unit> 1597 </trans-unit>
1192 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1598 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1193 <source>Policy on videos containing sensitive content</source> 1599 <source>Policy on videos containing sensitive content</source>
1194 <target>Política sobre vídeos que possuem conteúdo sensível</target> 1600 <target>Política sobre vídeos que possuem conteúdo sensível</target>
1195 <context-group name="null"> 1601 <context-group name="null">
1196 <context context-type="linenumber">61</context> 1602 <context context-type="linenumber">70</context>
1197 </context-group> 1603 </context-group>
1198 </trans-unit> 1604 </trans-unit>
1199 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1605 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1228,42 +1634,42 @@
1228 <source>Signup enabled</source> 1634 <source>Signup enabled</source>
1229 <target>Inscrição permitida</target> 1635 <target>Inscrição permitida</target>
1230 <context-group name="null"> 1636 <context-group name="null">
1231 <context context-type="linenumber">84</context> 1637 <context context-type="linenumber">94</context>
1232 </context-group> 1638 </context-group>
1233 </trans-unit> 1639 </trans-unit>
1234 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1640 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1235 <source>Signup requires email verification</source> 1641 <source>Signup requires email verification</source>
1236 <target>Inscrição requer verificação de email</target> 1642 <target>Inscrição requer verificação de email</target>
1237 <context-group name="null"> 1643 <context-group name="null">
1238 <context context-type="linenumber">91</context> 1644 <context context-type="linenumber">101</context>
1239 </context-group> 1645 </context-group>
1240 </trans-unit> 1646 </trans-unit>
1241 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1647 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1242 <source>Signup limit</source> 1648 <source>Signup limit</source>
1243 <target>Limite de inscrições</target> 1649 <target>Limite de inscrições</target>
1244 <context-group name="null"> 1650 <context-group name="null">
1245 <context context-type="linenumber">96</context> 1651 <context context-type="linenumber">106</context>
1246 </context-group> 1652 </context-group>
1247 </trans-unit> 1653 </trans-unit>
1248 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1654 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1249 <source>Users</source> 1655 <source>Users</source>
1250 <target>Usuários</target> 1656 <target>Usuários</target>
1251 <context-group name="null"> 1657 <context-group name="null">
1252 <context context-type="linenumber">105</context> 1658 <context context-type="linenumber">116</context>
1253 </context-group> 1659 </context-group>
1254 </trans-unit> 1660 </trans-unit>
1255 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1661 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1256 <source>User default video quota</source> 1662 <source>User default video quota</source>
1257 <target>Cota padrão de vídeos do usuário</target> 1663 <target>Cota padrão de vídeos do usuário</target>
1258 <context-group name="null"> 1664 <context-group name="null">
1259 <context context-type="linenumber">109</context> 1665 <context context-type="linenumber">120</context>
1260 </context-group> 1666 </context-group>
1261 </trans-unit> 1667 </trans-unit>
1262 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1668 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1263 <source>User default daily upload limit</source> 1669 <source>User default daily upload limit</source>
1264 <target>Padrão de limite diário de upload</target> 1670 <target>Padrão de limite diário de upload</target>
1265 <context-group name="null"> 1671 <context-group name="null">
1266 <context context-type="linenumber">121</context> 1672 <context context-type="linenumber">132</context>
1267 </context-group> 1673 </context-group>
1268 </trans-unit> 1674 </trans-unit>
1269 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1675 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1273,25 +1679,39 @@
1273 <context context-type="linenumber">42</context> 1679 <context context-type="linenumber">42</context>
1274 </context-group> 1680 </context-group>
1275 </trans-unit> 1681 </trans-unit>
1682 <trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e">
1683 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1684 <target>Importação de vídeo com URL HTTP (ex. Youtube) habilitada.</target>
1685 <context-group name="null">
1686 <context context-type="linenumber">153</context>
1687 </context-group>
1688 </trans-unit>
1276 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1689 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1277 <source>Video import with a torrent file or a magnet URI enabled</source> 1690 <source>Video import with a torrent file or a magnet URI enabled</source>
1278 <target>Importação de vídeo com um arquivo torrent ou URI magnética habilitada</target> 1691 <target>Importação de vídeo com um arquivo torrent ou URI magnética habilitada</target>
1279 <context-group name="null"> 1692 <context-group name="null">
1280 <context context-type="linenumber">148</context> 1693 <context context-type="linenumber">160</context>
1281 </context-group> 1694 </context-group>
1282 </trans-unit> 1695 </trans-unit>
1283 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1696 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1284 <source>Administrator</source> 1697 <source>Administrator</source>
1285 <target>Administrador</target> 1698 <target>Administrador</target>
1286 <context-group name="null"> 1699 <context-group name="null">
1287 <context context-type="linenumber">155</context> 1700 <context context-type="linenumber">208</context>
1288 </context-group> 1701 </context-group>
1289 </trans-unit> 1702 </trans-unit>
1290 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1703 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1291 <source>Admin email</source> 1704 <source>Admin email</source>
1292 <target>Email de administrador</target> 1705 <target>Email de administrador</target>
1293 <context-group name="null"> 1706 <context-group name="null">
1294 <context context-type="linenumber">158</context> 1707 <context context-type="linenumber">211</context>
1708 </context-group>
1709 </trans-unit>
1710 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1711 <source>Enable contact form</source>
1712 <target>Habilitar formulário de contato</target>
1713 <context-group name="null">
1714 <context context-type="linenumber">222</context>
1295 </context-group> 1715 </context-group>
1296 </trans-unit> 1716 </trans-unit>
1297 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1717 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1305,70 +1725,95 @@
1305 <source>Twitter</source> 1725 <source>Twitter</source>
1306 <target>Twitter</target> 1726 <target>Twitter</target>
1307 <context-group name="null"> 1727 <context-group name="null">
1308 <context context-type="linenumber">178</context> 1728 <context context-type="linenumber">231</context>
1309 </context-group> 1729 </context-group>
1310 </trans-unit> 1730 </trans-unit>
1311 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1731 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1312 <source>Your Twitter username</source> 1732 <source>Your Twitter username</source>
1313 <target>Seu nome de usuário no Twitter</target> 1733 <target>Seu nome de usuário no Twitter</target>
1314 <context-group name="null"> 1734 <context-group name="null">
1315 <context context-type="linenumber">184</context> 1735 <context context-type="linenumber">237</context>
1316 </context-group> 1736 </context-group>
1317 </trans-unit> 1737 </trans-unit>
1318 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1738 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1319 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1739 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1320 <target>Indica a conta Twitter do sítio web ou plataforma em que o conteúdo foi publicado.</target> 1740 <target>Indica a conta Twitter do sítio web ou plataforma em que o conteúdo foi publicado.</target>
1321 <context-group name="null"> 1741 <context-group name="null">
1322 <context context-type="linenumber">187</context> 1742 <context context-type="linenumber">240</context>
1323 </context-group> 1743 </context-group>
1324 </trans-unit> 1744 </trans-unit>
1325 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1745 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1326 <source>Instance whitelisted by Twitter</source> 1746 <source>Instance whitelisted by Twitter</source>
1327 <target>Instância listada como permitida pelo Twitter</target> 1747 <target>Instância listada como permitida pelo Twitter</target>
1328 <context-group name="null"> 1748 <context-group name="null">
1329 <context context-type="linenumber">199</context> 1749 <context context-type="linenumber">252</context>
1750 </context-group>
1751 </trans-unit>
1752 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
1753 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
1754 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
1755 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
1756 <target>Se sua instância não for bloqueada pelo Twitter, um player de vídeo será integrado ao feed do Twitter no compartilhamento do PeerTube.&lt;br /&gt;
1757 Se sua instância for bloqueada, usaremos uma imagem com link que redirecionará a sua instância do Peertube.&lt;br /&gt;&lt;br /&gt;
1758 Marque este campo, salve a configuração e teste com uma URL de vídeo de sua instância (https://examplo.com/videos/watch/blabla) em &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; para ver se sua instância não está bloqueada.</target>
1759 <context-group name="null">
1760 <context context-type="linenumber">253</context>
1330 </context-group> 1761 </context-group>
1331 </trans-unit> 1762 </trans-unit>
1332 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1763 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1333 <source>Services</source> 1764 <source>Services</source>
1334 <target>Serviços</target> 1765 <target>Serviços</target>
1335 <context-group name="null"> 1766 <context-group name="null">
1336 <context context-type="linenumber">176</context> 1767 <context context-type="linenumber">229</context>
1337 </context-group> 1768 </context-group>
1338 </trans-unit> 1769 </trans-unit>
1339 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1770 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1340 <source>Transcoding</source> 1771 <source>Transcoding</source>
1341 <target>Transcodificação</target> 1772 <target>Transcodificação</target>
1342 <context-group name="null"> 1773 <context-group name="null">
1343 <context context-type="linenumber">215</context> 1774 <context context-type="linenumber">268</context>
1344 </context-group> 1775 </context-group>
1345 </trans-unit> 1776 </trans-unit>
1346 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1777 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1347 <source>Transcoding enabled</source> 1778 <source>Transcoding enabled</source>
1348 <target>Transcodificação ativada</target> 1779 <target>Transcodificação ativada</target>
1349 <context-group name="null"> 1780 <context-group name="null">
1350 <context context-type="linenumber">221</context> 1781 <context context-type="linenumber">274</context>
1351 </context-group> 1782 </context-group>
1352 </trans-unit> 1783 </trans-unit>
1353 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1784 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1354 <source>If you disable transcoding, many videos from your users will not work!</source> 1785 <source>If you disable transcoding, many videos from your users will not work!</source>
1355 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target> 1786 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target>
1356 <context-group name="null"> 1787 <context-group name="null">
1357 <context context-type="linenumber">222</context> 1788 <context context-type="linenumber">275</context>
1789 </context-group>
1790 </trans-unit>
1791 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1792 <source>Allow additional extensions</source>
1793 <target>Permitir extensões adicionais</target>
1794 <context-group name="null">
1795 <context context-type="linenumber">284</context>
1796 </context-group>
1797 </trans-unit>
1798 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1799 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
1800 <target>Permitir aos usuários o upload de vídeos .mkv, .mov, .avi e .flv</target>
1801 <context-group name="null">
1802 <context context-type="linenumber">285</context>
1358 </context-group> 1803 </context-group>
1359 </trans-unit> 1804 </trans-unit>
1360 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1805 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1361 <source>Transcoding threads</source> 1806 <source>Transcoding threads</source>
1362 <target>Threads de transcodificação</target> 1807 <target>Threads de transcodificação</target>
1363 <context-group name="null"> 1808 <context-group name="null">
1364 <context context-type="linenumber">237</context> 1809 <context context-type="linenumber">290</context>
1365 </context-group> 1810 </context-group>
1366 </trans-unit> 1811 </trans-unit>
1367 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1812 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1368 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1813 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1369 <target>Resolução <x id="INTERPOLATION" equiv-text="{{resolution}}"/> habilitada</target> 1814 <target>Resolução <x id="INTERPOLATION" equiv-text="{{resolution}}"/> habilitada</target>
1370 <context-group name="null"> 1815 <context-group name="null">
1371 <context context-type="linenumber">252</context> 1816 <context context-type="linenumber">305</context>
1372 </context-group> 1817 </context-group>
1373 </trans-unit> 1818 </trans-unit>
1374 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1819 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1383,70 +1828,70 @@
1383 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1828 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1384 </target> 1829 </target>
1385 <context-group name="null"> 1830 <context-group name="null">
1386 <context context-type="linenumber">260</context> 1831 <context context-type="linenumber">313</context>
1387 </context-group> 1832 </context-group>
1388 </trans-unit> 1833 </trans-unit>
1389 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1834 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1390 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1835 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1391 <target>Alguns arquivos não são federados (pré-visualizações, legendas ocultas). Nós as obtivemos diretamente da instância de origem e a colocamos em cache.</target> 1836 <target>Alguns arquivos não são federados (pré-visualizações, legendas ocultas). Nós as obtivemos diretamente da instância de origem e a colocamos em cache.</target>
1392 <context-group name="null"> 1837 <context-group name="null">
1393 <context context-type="linenumber">265</context> 1838 <context context-type="linenumber">318</context>
1394 </context-group> 1839 </context-group>
1395 </trans-unit> 1840 </trans-unit>
1396 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1841 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1397 <source>Previews cache size</source> 1842 <source>Previews cache size</source>
1398 <target>Tamanho do cache de pré-visualizações</target> 1843 <target>Tamanho do cache de pré-visualizações</target>
1399 <context-group name="null"> 1844 <context-group name="null">
1400 <context context-type="linenumber">271</context> 1845 <context context-type="linenumber">324</context>
1401 </context-group> 1846 </context-group>
1402 </trans-unit> 1847 </trans-unit>
1403 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1848 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1404 <source>Video captions cache size</source> 1849 <source>Video captions cache size</source>
1405 <target>Tamanho do cache de legendas ocultas de vídeos</target> 1850 <target>Tamanho do cache de legendas ocultas de vídeos</target>
1406 <context-group name="null"> 1851 <context-group name="null">
1407 <context context-type="linenumber">280</context> 1852 <context context-type="linenumber">333</context>
1408 </context-group> 1853 </context-group>
1409 </trans-unit> 1854 </trans-unit>
1410 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1855 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1411 <source>Customizations</source> 1856 <source>Customizations</source>
1412 <target>Personalizações</target> 1857 <target>Personalizações</target>
1413 <context-group name="null"> 1858 <context-group name="null">
1414 <context context-type="linenumber">289</context> 1859 <context context-type="linenumber">342</context>
1415 </context-group> 1860 </context-group>
1416 </trans-unit> 1861 </trans-unit>
1417 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1862 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1418 <source>JavaScript</source> 1863 <source>JavaScript</source>
1419 <target>JavaScript</target> 1864 <target>JavaScript</target>
1420 <context-group name="null"> 1865 <context-group name="null">
1421 <context context-type="linenumber">294</context> 1866 <context context-type="linenumber">347</context>
1422 </context-group> 1867 </context-group>
1423 </trans-unit> 1868 </trans-unit>
1424 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1869 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1425 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1870 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1426 <target>Escreva diretamente código JavaScript.&lt;br /&gt;Exemplo: &lt;pre&gt;console.log('minha instância é demais');&lt;/pre&gt;</target> 1871 <target>Escreva diretamente código JavaScript.&lt;br /&gt;Exemplo: &lt;pre&gt;console.log('minha instância é demais');&lt;/pre&gt;</target>
1427 <context-group name="null"> 1872 <context-group name="null">
1428 <context context-type="linenumber">297</context> 1873 <context context-type="linenumber">350</context>
1429 </context-group> 1874 </context-group>
1430 </trans-unit> 1875 </trans-unit>
1431 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1876 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1432 <source>Advanced configuration</source> 1877 <source>Advanced configuration</source>
1433 <target>Configurações avançadas</target> 1878 <target>Configurações avançadas</target>
1434 <context-group name="null"> 1879 <context-group name="null">
1435 <context context-type="linenumber">212</context> 1880 <context context-type="linenumber">265</context>
1436 </context-group> 1881 </context-group>
1437 </trans-unit> 1882 </trans-unit>
1438 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1883 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1439 <source>Update configuration</source> 1884 <source>Update configuration</source>
1440 <target>Atualizar configuração</target> 1885 <target>Atualizar configuração</target>
1441 <context-group name="null"> 1886 <context-group name="null">
1442 <context context-type="linenumber">340</context> 1887 <context context-type="linenumber">393</context>
1443 </context-group> 1888 </context-group>
1444 </trans-unit> 1889 </trans-unit>
1445 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1890 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1446 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1891 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1447 <target>Aparentemente a configuração está valida. Por favor procure potenciais erros nas diferentes abas.</target> 1892 <target>Aparentemente a configuração está valida. Por favor procure potenciais erros nas diferentes abas.</target>
1448 <context-group name="null"> 1893 <context-group name="null">
1449 <context context-type="linenumber">341</context> 1894 <context context-type="linenumber">394</context>
1450 </context-group> 1895 </context-group>
1451 </trans-unit> 1896 </trans-unit>
1452 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1897 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1482,17 +1927,6 @@
1482 <context context-type="linenumber">11</context> 1927 <context context-type="linenumber">11</context>
1483 </context-group> 1928 </context-group>
1484 </trans-unit> 1929 </trans-unit>
1485 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368">
1486 <source>
1487 Jobs
1488 </source>
1489 <target>
1490 Empregos
1491 </target>
1492 <context-group name="null">
1493 <context context-type="linenumber">15</context>
1494 </context-group>
1495 </trans-unit>
1496 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 1930 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1497 <source> 1931 <source>
1498 Configuration 1932 Configuration
@@ -1501,7 +1935,7 @@
1501 Configurações 1935 Configurações
1502 </target> 1936 </target>
1503 <context-group name="null"> 1937 <context-group name="null">
1504 <context context-type="linenumber">19</context> 1938 <context context-type="linenumber">15</context>
1505 </context-group> 1939 </context-group>
1506 </trans-unit> 1940 </trans-unit>
1507 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 1941 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
@@ -1529,6 +1963,13 @@
1529 <context context-type="linenumber">21</context> 1963 <context context-type="linenumber">21</context>
1530 </context-group> 1964 </context-group>
1531 </trans-unit> 1965 </trans-unit>
1966 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
1967 <source>Filter...</source>
1968 <target>Filtrar...</target>
1969 <context-group name="null">
1970 <context context-type="linenumber">27</context>
1971 </context-group>
1972 </trans-unit>
1532 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 1973 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
1533 <source>ID</source> 1974 <source>ID</source>
1534 <target>ID</target> 1975 <target>ID</target>
@@ -1536,11 +1977,46 @@
1536 <context context-type="linenumber">18</context> 1977 <context context-type="linenumber">18</context>
1537 </context-group> 1978 </context-group>
1538 </trans-unit> 1979 </trans-unit>
1980 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
1981 <source>State</source>
1982 <target>Estado</target>
1983 <context-group name="null">
1984 <context context-type="linenumber">10</context>
1985 </context-group>
1986 </trans-unit>
1539 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25"> 1987 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1540 <source>Score</source> 1988 <source>Score</source>
1541 <target>Pontuação</target> 1989 <target>Pontuação</target>
1542 <context-group name="null"> 1990 <context-group name="null">
1543 <context context-type="linenumber">17</context> 1991 <context context-type="linenumber">19</context>
1992 </context-group>
1993 </trans-unit>
1994 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1995 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1996 <target>Criado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
1997 <context-group name="null">
1998 <context context-type="linenumber">11</context>
1999 </context-group>
2000 </trans-unit>
2001 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2002 <source>Accepted</source>
2003 <target>Aceito</target>
2004 <context-group name="null">
2005 <context context-type="linenumber">32</context>
2006 </context-group>
2007 </trans-unit>
2008 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
2009 <source>Pending</source>
2010 <target>Pendente</target>
2011 <context-group name="null">
2012 <context context-type="linenumber">33</context>
2013 </context-group>
2014 </trans-unit>
2015 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2016 <source>Refuse</source>
2017 <target>Recusar</target>
2018 <context-group name="null">
2019 <context context-type="linenumber">42</context>
1544 </context-group> 2020 </context-group>
1545 </trans-unit> 2021 </trans-unit>
1546 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 2022 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
@@ -1550,18 +2026,11 @@
1550 <context context-type="linenumber">19</context> 2026 <context context-type="linenumber">19</context>
1551 </context-group> 2027 </context-group>
1552 </trans-unit> 2028 </trans-unit>
1553 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2029 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
1554 <source>State</source> 2030 <source>Redundancy allowed</source>
1555 <target>Estado</target> 2031 <target>Redundância permitida</target>
1556 <context-group name="null">
1557 <context context-type="linenumber">10</context>
1558 </context-group>
1559 </trans-unit>
1560 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1561 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1562 <target>Criado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
1563 <context-group name="null"> 2032 <context-group name="null">
1564 <context context-type="linenumber">11</context> 2033 <context context-type="linenumber">22</context>
1565 </context-group> 2034 </context-group>
1566 </trans-unit> 2035 </trans-unit>
1567 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479"> 2036 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479">
@@ -1592,34 +2061,6 @@
1592 <context context-type="linenumber">9</context> 2061 <context context-type="linenumber">9</context>
1593 </context-group> 2062 </context-group>
1594 </trans-unit> 2063 </trans-unit>
1595 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1596 <source>Jobs list</source>
1597 <target>Lista de trabalhos</target>
1598 <context-group name="null">
1599 <context context-type="linenumber">2</context>
1600 </context-group>
1601 </trans-unit>
1602 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1603 <source>Type</source>
1604 <target>Tipo</target>
1605 <context-group name="null">
1606 <context context-type="linenumber">19</context>
1607 </context-group>
1608 </trans-unit>
1609 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
1610 <source>Processed on</source>
1611 <target>Processado em</target>
1612 <context-group name="null">
1613 <context context-type="linenumber">22</context>
1614 </context-group>
1615 </trans-unit>
1616 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
1617 <source>Finished on</source>
1618 <target>Finalizado em</target>
1619 <context-group name="null">
1620 <context context-type="linenumber">23</context>
1621 </context-group>
1622 </trans-unit>
1623 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 2064 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1624 <source>Create user</source> 2065 <source>Create user</source>
1625 <target>Usuário criador</target> 2066 <target>Usuário criador</target>
@@ -1675,6 +2116,48 @@
1675 <context context-type="linenumber">72</context> 2116 <context context-type="linenumber">72</context>
1676 </context-group> 2117 </context-group>
1677 </trans-unit> 2118 </trans-unit>
2119 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2120 <source>Danger Zone</source>
2121 <target>Zona de Perigo</target>
2122 <context-group name="null">
2123 <context context-type="linenumber">93</context>
2124 </context-group>
2125 </trans-unit>
2126 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2127 <source>Send a link to reset the password by email to the user</source>
2128 <target>Enviar um link por email para redefinir a senha para o usuário</target>
2129 <context-group name="null">
2130 <context context-type="linenumber">96</context>
2131 </context-group>
2132 </trans-unit>
2133 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2134 <source>Ask for new password</source>
2135 <target>Pedir uma nova senha</target>
2136 <context-group name="null">
2137 <context context-type="linenumber">97</context>
2138 </context-group>
2139 </trans-unit>
2140 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2141 <source>Manually set the user password</source>
2142 <target>Definir manualmente a senha de usuário</target>
2143 <context-group name="null">
2144 <context context-type="linenumber">101</context>
2145 </context-group>
2146 </trans-unit>
2147 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2148 <source>Show</source>
2149 <target>Exibir</target>
2150 <context-group name="null">
2151 <context context-type="linenumber">10</context>
2152 </context-group>
2153 </trans-unit>
2154 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2155 <source>Hide</source>
2156 <target>Ocultar</target>
2157 <context-group name="null">
2158 <context context-type="linenumber">11</context>
2159 </context-group>
2160 </trans-unit>
1678 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2161 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
1679 <source>Users list</source> 2162 <source>Users list</source>
1680 <target>Lista de usuários</target> 2163 <target>Lista de usuários</target>
@@ -1682,6 +2165,13 @@
1682 <context context-type="linenumber">2</context> 2165 <context context-type="linenumber">2</context>
1683 </context-group> 2166 </context-group>
1684 </trans-unit> 2167 </trans-unit>
2168 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4">
2169 <source>Batch actions</source>
2170 <target>Ações em massa</target>
2171 <context-group name="null">
2172 <context context-type="linenumber">19</context>
2173 </context-group>
2174 </trans-unit>
1685 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 2175 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
1686 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2176 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1687 <target>Nome de usuário <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2177 <target>Nome de usuário <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -1689,11 +2179,32 @@
1689 <context context-type="linenumber">40</context> 2179 <context context-type="linenumber">40</context>
1690 </context-group> 2180 </context-group>
1691 </trans-unit> 2181 </trans-unit>
2182 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
2183 <source>(banned)</source>
2184 <target>(banido)</target>
2185 <context-group name="null">
2186 <context context-type="linenumber">65</context>
2187 </context-group>
2188 </trans-unit>
1692 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c"> 2189 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
1693 <source>Go to the account page</source> 2190 <source>Go to the account page</source>
1694 <target>Ir para a página da conta</target> 2191 <target>Ir para a página da conta</target>
1695 <context-group name="null"> 2192 <context-group name="null">
1696 <context context-type="linenumber">133</context> 2193 <context context-type="linenumber">153</context>
2194 </context-group>
2195 </trans-unit>
2196 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
2197 <source>User's email must be verified to login</source>
2198 <target>O email do usuário deve ter sido confirmado para entrar</target>
2199 <context-group name="null">
2200 <context context-type="linenumber">72</context>
2201 </context-group>
2202 </trans-unit>
2203 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
2204 <source>User's email is verified / User can login without email verification</source>
2205 <target>O email do usuário foi confirmado / O usuário pode entrar sem a confirmação do email</target>
2206 <context-group name="null">
2207 <context context-type="linenumber">76</context>
1697 </context-group> 2208 </context-group>
1698 </trans-unit> 2209 </trans-unit>
1699 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 2210 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
@@ -1718,14 +2229,14 @@
1718 Este comentário só pode ser visto por você ou outros moderadores. 2229 Este comentário só pode ser visto por você ou outros moderadores.
1719 </target> 2230 </target>
1720 <context-group name="null"> 2231 <context-group name="null">
1721 <context context-type="linenumber">17</context> 2232 <context context-type="linenumber">18</context>
1722 </context-group> 2233 </context-group>
1723 </trans-unit> 2234 </trans-unit>
1724 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 2235 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
1725 <source>Update this comment</source> 2236 <source>Update this comment</source>
1726 <target>Atualizar este comentário</target> 2237 <target>Atualizar este comentário</target>
1727 <context-group name="null"> 2238 <context-group name="null">
1728 <context context-type="linenumber">25</context> 2239 <context context-type="linenumber">26</context>
1729 </context-group> 2240 </context-group>
1730 </trans-unit> 2241 </trans-unit>
1731 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 2242 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -1798,6 +2309,13 @@
1798 <context context-type="linenumber">9</context> 2309 <context context-type="linenumber">9</context>
1799 </context-group> 2310 </context-group>
1800 </trans-unit> 2311 </trans-unit>
2312 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2313 <source>Unfederated</source>
2314 <target>Não federado</target>
2315 <context-group name="null">
2316 <context context-type="linenumber">10</context>
2317 </context-group>
2318 </trans-unit>
1801 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 2319 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
1802 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2320 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1803 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2321 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -1812,6 +2330,13 @@
1812 <context context-type="linenumber">43</context> 2330 <context context-type="linenumber">43</context>
1813 </context-group> 2331 </context-group>
1814 </trans-unit> 2332 </trans-unit>
2333 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2334 <source>Unblacklist</source>
2335 <target>Retirar da lista negra</target>
2336 <context-group name="null">
2337 <context context-type="linenumber">16</context>
2338 </context-group>
2339 </trans-unit>
1815 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2340 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
1816 <source>Moderation</source> 2341 <source>Moderation</source>
1817 <target>Moderação</target> 2342 <target>Moderação</target>
@@ -1826,11 +2351,67 @@
1826 <context context-type="linenumber">5</context> 2351 <context context-type="linenumber">5</context>
1827 </context-group> 2352 </context-group>
1828 </trans-unit> 2353 </trans-unit>
1829 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1"> 2354 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
1830 <source>Blacklisted videos</source> 2355 <source>Muted accounts</source>
1831 <target>Vídeos na lista negra</target> 2356 <target>Contas silenciadas</target>
1832 <context-group name="null"> 2357 <context-group name="null">
1833 <context context-type="linenumber">7</context> 2358 <context context-type="linenumber">2</context>
2359 </context-group>
2360 </trans-unit>
2361 <trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2">
2362 <source>Muted servers</source>
2363 <target>Servidores silenciados</target>
2364 <context-group name="null">
2365 <context context-type="linenumber">13</context>
2366 </context-group>
2367 </trans-unit>
2368 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
2369 <source>Account</source>
2370 <target>Conta</target>
2371 <context-group name="null">
2372 <context context-type="linenumber">12</context>
2373 </context-group>
2374 </trans-unit>
2375 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
2376 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2377 <target>Silenciado em <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2378 <context-group name="null">
2379 <context context-type="linenumber">13</context>
2380 </context-group>
2381 </trans-unit>
2382 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
2383 <source>Unmute</source>
2384 <target>Remover silêncio</target>
2385 <context-group name="null">
2386 <context context-type="linenumber">23</context>
2387 </context-group>
2388 </trans-unit>
2389 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2390 <source>Jobs list</source>
2391 <target>Lista de trabalhos</target>
2392 <context-group name="null">
2393 <context context-type="linenumber">2</context>
2394 </context-group>
2395 </trans-unit>
2396 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2397 <source>Type</source>
2398 <target>Tipo</target>
2399 <context-group name="null">
2400 <context context-type="linenumber">19</context>
2401 </context-group>
2402 </trans-unit>
2403 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2404 <source>Processed on</source>
2405 <target>Processado em</target>
2406 <context-group name="null">
2407 <context context-type="linenumber">22</context>
2408 </context-group>
2409 </trans-unit>
2410 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2411 <source>Finished on</source>
2412 <target>Finalizado em</target>
2413 <context-group name="null">
2414 <context context-type="linenumber">23</context>
1834 </context-group> 2415 </context-group>
1835 </trans-unit> 2416 </trans-unit>
1836 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 2417 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
@@ -1865,14 +2446,14 @@
1865 <source>Change ownership</source> 2446 <source>Change ownership</source>
1866 <target>Mudar dono</target> 2447 <target>Mudar dono</target>
1867 <context-group name="null"> 2448 <context-group name="null">
1868 <context context-type="linenumber">46</context> 2449 <context context-type="linenumber">21</context>
1869 </context-group> 2450 </context-group>
1870 </trans-unit> 2451 </trans-unit>
1871 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2452 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
1872 <source>Select the next owner</source> 2453 <source>Select the next owner</source>
1873 <target>Selecione o próximo dono</target> 2454 <target>Selecione o próximo dono</target>
1874 <context-group name="null"> 2455 <context-group name="null">
1875 <context context-type="linenumber">9</context> 2456 <context context-type="linenumber">10</context>
1876 </context-group> 2457 </context-group>
1877 </trans-unit> 2458 </trans-unit>
1878 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8"> 2459 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
@@ -1886,38 +2467,6 @@
1886 <context context-type="linenumber">35</context> 2467 <context context-type="linenumber">35</context>
1887 </context-group> 2468 </context-group>
1888 </trans-unit> 2469 </trans-unit>
1889 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79">
1890 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
1891 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações</target>
1892 <context-group name="null">
1893 <context context-type="linenumber">19</context>
1894 </context-group>
1895 </trans-unit>
1896 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
1897 <source>Blacklisted</source>
1898 <target>Na lista negra</target>
1899 <context-group name="null">
1900 <context context-type="linenumber">22</context>
1901 </context-group>
1902 </trans-unit>
1903 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
1904 <source>
1905 Cancel
1906 </source>
1907 <target>
1908 Cancelar
1909 </target>
1910 <context-group name="null">
1911 <context context-type="linenumber">30</context>
1912 </context-group>
1913 </trans-unit>
1914 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
1915 <source>Create another video channel</source>
1916 <target>Criar outro canal de vídeo</target>
1917 <context-group name="null">
1918 <context context-type="linenumber">4</context>
1919 </context-group>
1920 </trans-unit>
1921 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2470 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
1922 <source>Go to the channel</source> 2471 <source>Go to the channel</source>
1923 <target>Ir para o canal</target> 2472 <target>Ir para o canal</target>
@@ -1939,13 +2488,6 @@
1939 <context context-type="linenumber">15</context> 2488 <context context-type="linenumber">15</context>
1940 </context-group> 2489 </context-group>
1941 </trans-unit> 2490 </trans-unit>
1942 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
1943 <source>Display name</source>
1944 <target>Nome de exibição</target>
1945 <context-group name="null">
1946 <context context-type="linenumber">6</context>
1947 </context-group>
1948 </trans-unit>
1949 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2491 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
1950 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2492 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
1951When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2493When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -1962,6 +2504,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
1962 <context context-type="linenumber">8</context> 2504 <context context-type="linenumber">8</context>
1963 </context-group> 2505 </context-group>
1964 </trans-unit> 2506 </trans-unit>
2507 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a">
2508 <source>You don't have any subscriptions yet.</source>
2509 <target>Você ainda não se inscreveu em nenhum canal.</target>
2510 <context-group name="null">
2511 <context context-type="linenumber">1</context>
2512 </context-group>
2513 </trans-unit>
1965 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add"> 2514 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add">
1966 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source> 2515 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
1967 <target>Criado por <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target> 2516 <target>Criado por <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target>
@@ -1987,7 +2536,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
1987 <source>Select the target channel</source> 2536 <source>Select the target channel</source>
1988 <target>Selecione o canal alvo</target> 2537 <target>Selecione o canal alvo</target>
1989 <context-group name="null"> 2538 <context-group name="null">
1990 <context context-type="linenumber">9</context> 2539 <context context-type="linenumber">10</context>
1991 </context-group> 2540 </context-group>
1992 </trans-unit> 2541 </trans-unit>
1993 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740"> 2542 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
@@ -2028,14 +2577,49 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2028 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source> 2577 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
2029 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target> 2578 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
2030 <context-group name="null"> 2579 <context-group name="null">
2580 <context context-type="linenumber">38</context>
2581 </context-group>
2582 </trans-unit>
2583 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
2584 <source>Muted instances</source>
2585 <target>Instâncias silenciadas</target>
2586 <context-group name="null">
2587 <context context-type="linenumber">2</context>
2588 </context-group>
2589 </trans-unit>
2590 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
2591 <source>History enabled</source>
2592 <target>Histórico habilitado</target>
2593 <context-group name="null">
2594 <context context-type="linenumber">4</context>
2595 </context-group>
2596 </trans-unit>
2597 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2598 <source>You don't have videos history yet.</source>
2599 <target>Você ainda não tem um histórico de vídeos.</target>
2600 <context-group name="null">
2601 <context context-type="linenumber">14</context>
2602 </context-group>
2603 </trans-unit>
2604 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2605 <source>Privacy</source>
2606 <target>Privacidade</target>
2607 <context-group name="null">
2608 <context context-type="linenumber">179</context>
2609 </context-group>
2610 </trans-unit>
2611 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2612 <source>Channel</source>
2613 <target>Canal</target>
2614 <context-group name="null">
2031 <context context-type="linenumber">39</context> 2615 <context context-type="linenumber">39</context>
2032 </context-group> 2616 </context-group>
2033 </trans-unit> 2617 </trans-unit>
2034 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 2618 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2035 <source>Refuse</source> 2619 <source>Upload thumbnail</source>
2036 <target>Recusar</target> 2620 <target>Enviar miniatura</target>
2037 <context-group name="null"> 2621 <context-group name="null">
2038 <context context-type="linenumber">47</context> 2622 <context context-type="linenumber">192</context>
2039 </context-group> 2623 </context-group>
2040 </trans-unit> 2624 </trans-unit>
2041 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2625 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
@@ -2073,6 +2657,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2073 <context context-type="linenumber">3</context> 2657 <context context-type="linenumber">3</context>
2074 </context-group> 2658 </context-group>
2075 </trans-unit> 2659 </trans-unit>
2660 <trans-unit id="d044c51156e295824813a866dba9545bdb59466b">
2661 <source>Use WebTorrent to exchange parts of the video with others</source>
2662 <target>Usar WebTorrent para trocar partes do vídeo com outros</target>
2663 <context-group name="null">
2664 <context context-type="linenumber">21</context>
2665 </context-group>
2666 </trans-unit>
2076 <trans-unit id="fb17c44abac2d1ed2a54cdd28bae289dc0b9a1c2"> 2667 <trans-unit id="fb17c44abac2d1ed2a54cdd28bae289dc0b9a1c2">
2077 <source>Automatically plays video</source> 2668 <source>Automatically plays video</source>
2078 <target>Reproduzir vídeo automaticamente</target> 2669 <target>Reproduzir vídeo automaticamente</target>
@@ -2080,13 +2671,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2080 <context context-type="linenumber">28</context> 2671 <context context-type="linenumber">28</context>
2081 </context-group> 2672 </context-group>
2082 </trans-unit> 2673 </trans-unit>
2083 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2084 <source>Save</source>
2085 <target>Salvar</target>
2086 <context-group name="null">
2087 <context context-type="linenumber">32</context>
2088 </context-group>
2089 </trans-unit>
2090 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2674 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2091 <source>Update my profile</source> 2675 <source>Update my profile</source>
2092 <target>Atualizar meu perfil</target> 2676 <target>Atualizar meu perfil</target>
@@ -2115,6 +2699,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2115 <context context-type="linenumber">18</context> 2699 <context context-type="linenumber">18</context>
2116 </context-group> 2700 </context-group>
2117 </trans-unit> 2701 </trans-unit>
2702 <trans-unit id="d1a04ba05116499d4cf59a48a282a8bcbf5b622d">
2703 <source>Once you delete your account, there is no going back. Please be certain.</source>
2704 <target>Se deletar sua conta, a ação não poderá ser desfeita. Esteja certo disso.</target>
2705 <context-group name="null">
2706 <context context-type="linenumber">2</context>
2707 </context-group>
2708 </trans-unit>
2118 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45"> 2709 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45">
2119 <source>Delete your account</source> 2710 <source>Delete your account</source>
2120 <target>Excluir sua conta</target> 2711 <target>Excluir sua conta</target>
@@ -2122,6 +2713,20 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2122 <context context-type="linenumber">4</context> 2713 <context context-type="linenumber">4</context>
2123 </context-group> 2714 </context-group>
2124 </trans-unit> 2715 </trans-unit>
2716 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
2717 <source>Activities</source>
2718 <target>Atividades</target>
2719 <context-group name="null">
2720 <context context-type="linenumber">2</context>
2721 </context-group>
2722 </trans-unit>
2723 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
2724 <source>Web</source>
2725 <target>Web</target>
2726 <context-group name="null">
2727 <context context-type="linenumber">3</context>
2728 </context-group>
2729 </trans-unit>
2125 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd"> 2730 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd">
2126 <source> 2731 <source>
2127 Sorry, but we couldn't find the page you were looking for. 2732 Sorry, but we couldn't find the page you were looking for.
@@ -2205,7 +2810,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2205 <source>URL</source> 2810 <source>URL</source>
2206 <target>URL</target> 2811 <target>URL</target>
2207 <context-group name="null"> 2812 <context-group name="null">
2208 <context context-type="linenumber">17</context> 2813 <context context-type="linenumber">25</context>
2209 </context-group> 2814 </context-group>
2210 </trans-unit> 2815 </trans-unit>
2211 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 2816 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2215,18 +2820,11 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2215 <context context-type="linenumber">9</context> 2820 <context context-type="linenumber">9</context>
2216 </context-group> 2821 </context-group>
2217 </trans-unit> 2822 </trans-unit>
2218 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071"> 2823 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2219 <source>Channel</source> 2824 <source>Sorry, but something went wrong</source>
2220 <target>Canal</target> 2825 <target>Desculpe, algo deu errado</target>
2221 <context-group name="null"> 2826 <context-group name="null">
2222 <context context-type="linenumber">39</context> 2827 <context context-type="linenumber">49</context>
2223 </context-group>
2224 </trans-unit>
2225 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2226 <source>Privacy</source>
2227 <target>Privacidade</target>
2228 <context-group name="null">
2229 <context context-type="linenumber">159</context>
2230 </context-group> 2828 </context-group>
2231 </trans-unit> 2829 </trans-unit>
2232 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2830 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
@@ -2244,7 +2842,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2244 <source>Update</source> 2842 <source>Update</source>
2245 <target>Atualizar</target> 2843 <target>Atualizar</target>
2246 <context-group name="null"> 2844 <context-group name="null">
2247 <context context-type="linenumber">92</context> 2845 <context context-type="linenumber">17</context>
2248 </context-group> 2846 </context-group>
2249 </trans-unit> 2847 </trans-unit>
2250 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2848 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2254,6 +2852,24 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2254 <context context-type="linenumber">6</context> 2852 <context context-type="linenumber">6</context>
2255 </context-group> 2853 </context-group>
2256 </trans-unit> 2854 </trans-unit>
2855 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb">
2856 <source>Scheduled</source>
2857 <target>Programado</target>
2858 <context-group name="null">
2859 <context context-type="linenumber">25</context>
2860 </context-group>
2861 </trans-unit>
2862 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2863 <source>
2864 Congratulations! Your video is now available in your private library.
2865</source>
2866 <target>
2867 Parabéns! O vídeo já está disponível em sua biblioteca particular.
2868</target>
2869 <context-group name="null">
2870 <context context-type="linenumber">45</context>
2871 </context-group>
2872 </trans-unit>
2257 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2873 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2258 <source>Publish will be available when upload is finished</source> 2874 <source>Publish will be available when upload is finished</source>
2259 <target>A publicação estará disponível quando o envio terminar</target> 2875 <target>A publicação estará disponível quando o envio terminar</target>
@@ -2275,6 +2891,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2275 <context context-type="linenumber">6</context> 2891 <context context-type="linenumber">6</context>
2276 </context-group> 2892 </context-group>
2277 </trans-unit> 2893 </trans-unit>
2894 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc">
2895 <source>Or</source>
2896 <target>Ou</target>
2897 <context-group name="null">
2898 <context context-type="linenumber">11</context>
2899 </context-group>
2900 </trans-unit>
2278 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2901 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2279 <source>Paste magnet URI</source> 2902 <source>Paste magnet URI</source>
2280 <target>Colar URI magnética</target> 2903 <target>Colar URI magnética</target>
@@ -2378,7 +3001,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2378 <source>Tags</source> 3001 <source>Tags</source>
2379 <target>Tags</target> 3002 <target>Tags</target>
2380 <context-group name="null"> 3003 <context-group name="null">
2381 <context context-type="linenumber">191</context> 3004 <context context-type="linenumber">216</context>
2382 </context-group> 3005 </context-group>
2383 </trans-unit> 3006 </trans-unit>
2384 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 3007 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -2388,6 +3011,20 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2388 <context context-type="linenumber">18</context> 3011 <context context-type="linenumber">18</context>
2389 </context-group> 3012 </context-group>
2390 </trans-unit> 3013 </trans-unit>
3014 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
3015 <source>+ Tag</source>
3016 <target>+ Tag</target>
3017 <context-group name="null">
3018 <context context-type="linenumber">21</context>
3019 </context-group>
3020 </trans-unit>
3021 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
3022 <source>Enter a new tag</source>
3023 <target>Adicione uma nova tag</target>
3024 <context-group name="null">
3025 <context context-type="linenumber">21</context>
3026 </context-group>
3027 </trans-unit>
2391 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e"> 3028 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e">
2392 <source>Video descriptions are truncated by default and require manual action to expand them.</source> 3029 <source>Video descriptions are truncated by default and require manual action to expand them.</source>
2393 <target>Descrições de vídeo são truncadas por padrão e exigem ação manual para expandi-las.</target> 3030 <target>Descrições de vídeo são truncadas por padrão e exigem ação manual para expandi-las.</target>
@@ -2416,25 +3053,18 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2416 <context context-type="linenumber">120</context> 3053 <context context-type="linenumber">120</context>
2417 </context-group> 3054 </context-group>
2418 </trans-unit> 3055 </trans-unit>
2419 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2420 <source>Enable video comments</source>
2421 <target>Habilitar comentários de vídeos</target>
2422 <context-group name="null">
2423 <context context-type="linenumber">125</context>
2424 </context-group>
2425 </trans-unit>
2426 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 3056 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
2427 <source>Wait transcoding before publishing the video</source> 3057 <source>Wait transcoding before publishing the video</source>
2428 <target>Aguarde a transcodificação antes de publicar o vídeo</target> 3058 <target>Aguarde a transcodificação antes de publicar o vídeo</target>
2429 <context-group name="null"> 3059 <context-group name="null">
2430 <context context-type="linenumber">131</context> 3060 <context context-type="linenumber">126</context>
2431 </context-group> 3061 </context-group>
2432 </trans-unit> 3062 </trans-unit>
2433 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63"> 3063 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
2434 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source> 3064 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
2435 <target>Se você decidir não aguardar a transcodificação antes de publicar o vídeo, ele poderá não ser reproduzido até que a transcodificação termine.</target> 3065 <target>Se você decidir não aguardar a transcodificação antes de publicar o vídeo, ele poderá não ser reproduzido até que a transcodificação termine.</target>
2436 <context-group name="null"> 3066 <context-group name="null">
2437 <context context-type="linenumber">132</context> 3067 <context context-type="linenumber">127</context>
2438 </context-group> 3068 </context-group>
2439 </trans-unit> 3069 </trans-unit>
2440 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 3070 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
@@ -2448,27 +3078,59 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2448 <source>Add another caption</source> 3078 <source>Add another caption</source>
2449 <target>Adicionar outra legenda oculta</target> 3079 <target>Adicionar outra legenda oculta</target>
2450 <context-group name="null"> 3080 <context-group name="null">
2451 <context context-type="linenumber">147</context> 3081 <context context-type="linenumber">142</context>
2452 </context-group> 3082 </context-group>
2453 </trans-unit> 3083 </trans-unit>
2454 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed"> 3084 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
2455 <source>See the subtitle file</source> 3085 <source>See the subtitle file</source>
2456 <target>Veja o arquivo de legenda</target> 3086 <target>Veja o arquivo de legenda</target>
2457 <context-group name="null"> 3087 <context-group name="null">
2458 <context context-type="linenumber">156</context> 3088 <context context-type="linenumber">151</context>
3089 </context-group>
3090 </trans-unit>
3091 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
3092 <source>Already uploaded ✔</source>
3093 <target>Arquivo já existente ✔</target>
3094 <context-group name="null">
3095 <context context-type="linenumber">155</context>
3096 </context-group>
3097 </trans-unit>
3098 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
3099 <source>Will be created on update</source>
3100 <target>Será criado na atualização</target>
3101 <context-group name="null">
3102 <context context-type="linenumber">163</context>
2459 </context-group> 3103 </context-group>
2460 </trans-unit> 3104 </trans-unit>
2461 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9"> 3105 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
2462 <source>Cancel create</source> 3106 <source>Cancel create</source>
2463 <target>Cancelar criação</target> 3107 <target>Cancelar criação</target>
2464 <context-group name="null"> 3108 <context-group name="null">
2465 <context context-type="linenumber">170</context> 3109 <context context-type="linenumber">165</context>
3110 </context-group>
3111 </trans-unit>
3112 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
3113 <source>Will be deleted on update</source>
3114 <target>Será deletado na atualização</target>
3115 <context-group name="null">
3116 <context context-type="linenumber">171</context>
2466 </context-group> 3117 </context-group>
2467 </trans-unit> 3118 </trans-unit>
2468 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 3119 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
2469 <source>Cancel deletion</source> 3120 <source>Cancel deletion</source>
2470 <target>Cancelar exclusão</target> 3121 <target>Cancelar exclusão</target>
2471 <context-group name="null"> 3122 <context-group name="null">
3123 <context context-type="linenumber">173</context>
3124 </context-group>
3125 </trans-unit>
3126 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
3127 <source>
3128 No captions for now.
3129 </source>
3130 <target>
3131 Sem legendas por enquanto.
3132 </target>
3133 <context-group name="null">
2472 <context context-type="linenumber">178</context> 3134 <context context-type="linenumber">178</context>
2473 </context-group> 3135 </context-group>
2474 </trans-unit> 3136 </trans-unit>
@@ -2476,127 +3138,95 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2476 <source>Captions</source> 3138 <source>Captions</source>
2477 <target>Legendas ocultas</target> 3139 <target>Legendas ocultas</target>
2478 <context-group name="null"> 3140 <context-group name="null">
2479 <context context-type="linenumber">140</context> 3141 <context context-type="linenumber">135</context>
2480 </context-group>
2481 </trans-unit>
2482 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2483 <source>Upload thumbnail</source>
2484 <target>Enviar miniatura</target>
2485 <context-group name="null">
2486 <context context-type="linenumber">196</context>
2487 </context-group> 3142 </context-group>
2488 </trans-unit> 3143 </trans-unit>
2489 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3144 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2490 <source>Upload preview</source> 3145 <source>Upload preview</source>
2491 <target>Enviar pré-visualização</target> 3146 <target>Enviar pré-visualização</target>
2492 <context-group name="null"> 3147 <context-group name="null">
2493 <context context-type="linenumber">203</context> 3148 <context context-type="linenumber">199</context>
2494 </context-group> 3149 </context-group>
2495 </trans-unit> 3150 </trans-unit>
2496 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 3151 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
2497 <source>Support</source> 3152 <source>Support</source>
2498 <target>Apoiar</target> 3153 <target>Apoiar</target>
2499 <context-group name="null"> 3154 <context-group name="null">
2500 <context context-type="linenumber">69</context> 3155 <context context-type="linenumber">103</context>
2501 </context-group> 3156 </context-group>
2502 </trans-unit> 3157 </trans-unit>
2503 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3158 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
2504 <source>Short text to tell people how they can support you (membership platform...).</source> 3159 <source>Short text to tell people how they can support you (membership platform...).</source>
2505 <target>Texto curto para dizer às pessoas como elas podem apoiar você (plataforma de membros, etc.).</target> 3160 <target>Texto curto para dizer às pessoas como elas podem apoiar você (plataforma de membros, etc.).</target>
2506 <context-group name="null"> 3161 <context-group name="null">
2507 <context context-type="linenumber">210</context> 3162 <context context-type="linenumber">206</context>
2508 </context-group> 3163 </context-group>
2509 </trans-unit> 3164 </trans-unit>
2510 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3165 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
2511 <source>Advanced settings</source> 3166 <source>Original publication date</source>
2512 <target>Configurações avançadas</target> 3167 <target>Data original de publicação</target>
2513 <context-group name="null"> 3168 <context-group name="null">
2514 <context context-type="linenumber">191</context> 3169 <context context-type="linenumber">219</context>
2515 </context-group> 3170 </context-group>
2516 </trans-unit> 3171 </trans-unit>
2517 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0"> 3172 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
2518 <source> 3173 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
2519 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> 3174 <target>Esta é a data em que o conteúdo foi publicado originalmente (por exemplo, a data de lançamento para um filme)</target>
2520 </source>
2521 <target>
2522 Atualizar <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2523 </target>
2524 <context-group name="null">
2525 <context context-type="linenumber">2</context>
2526 </context-group>
2527 </trans-unit>
2528 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
2529 <source>Download video</source>
2530 <target>Baixar vídeo</target>
2531 <context-group name="null"> 3175 <context-group name="null">
2532 <context context-type="linenumber">3</context> 3176 <context context-type="linenumber">220</context>
2533 </context-group> 3177 </context-group>
2534 </trans-unit> 3178 </trans-unit>
2535 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 3179 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2536 <source>Direct download</source> 3180 <source>Enable video comments</source>
2537 <target>Download direto</target> 3181 <target>Habilitar comentários de vídeos</target>
2538 <context-group name="null"> 3182 <context-group name="null">
2539 <context context-type="linenumber">27</context> 3183 <context context-type="linenumber">234</context>
2540 </context-group> 3184 </context-group>
2541 </trans-unit> 3185 </trans-unit>
2542 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 3186 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
2543 <source>Torrent (.torrent file)</source> 3187 <source>Enable download</source>
2544 <target>Torrent (arquivo .torrent)</target> 3188 <target>Habilitar downloads</target>
2545 <context-group name="null"> 3189 <context-group name="null">
2546 <context context-type="linenumber">32</context> 3190 <context context-type="linenumber">239</context>
2547 </context-group> 3191 </context-group>
2548 </trans-unit> 3192 </trans-unit>
2549 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f"> 3193 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2550 <source>Torrent (magnet link)</source> 3194 <source>Advanced settings</source>
2551 <target>Torrent (link mag©tico)</target> 3195 <target>Configurações ava§adas</target>
2552 <context-group name="null"> 3196 <context-group name="null">
2553 <context context-type="linenumber">37</context> 3197 <context context-type="linenumber">186</context>
2554 </context-group> 3198 </context-group>
2555 </trans-unit> 3199 </trans-unit>
2556 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 3200 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
2557 <source> 3201 <source>
2558 Cancel 3202 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2559 </source> 3203 </source>
2560 <target> 3204 <target>
2561 Cancelar 3205 Atualizar <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2562 </target> 3206 </target>
2563 <context-group name="null">
2564 <context context-type="linenumber">47</context>
2565 </context-group>
2566 </trans-unit>
2567 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
2568 <source>Download</source>
2569 <target>Download</target>
2570 <context-group name="null">
2571 <context context-type="linenumber">84</context>
2572 </context-group>
2573 </trans-unit>
2574 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
2575 <source>Report video</source>
2576 <target>Denunciar vídeo</target>
2577 <context-group name="null"> 3207 <context-group name="null">
2578 <context context-type="linenumber">3</context> 3208 <context context-type="linenumber">2</context>
2579 </context-group> 3209 </context-group>
2580 </trans-unit> 3210 </trans-unit>
2581 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 3211 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2582 <source>Share</source> 3212 <source>Share</source>
2583 <target>Compartilhar</target> 3213 <target>Compartilhar</target>
2584 <context-group name="null"> 3214 <context-group name="null">
2585 <context context-type="linenumber">74</context> 3215 <context context-type="linenumber">108</context>
2586 </context-group> 3216 </context-group>
2587 </trans-unit> 3217 </trans-unit>
2588 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3218 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2589 <source>QR-Code</source> 3219 <source>QR-Code</source>
2590 <target>Código QR</target> 3220 <target>Código QR</target>
2591 <context-group name="null"> 3221 <context-group name="null">
2592 <context context-type="linenumber">29</context> 3222 <context context-type="linenumber">37</context>
2593 </context-group> 3223 </context-group>
2594 </trans-unit> 3224 </trans-unit>
2595 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3225 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2596 <source>Embed</source> 3226 <source>Embed</source>
2597 <target>Embutir</target> 3227 <target>Embutir</target>
2598 <context-group name="null"> 3228 <context-group name="null">
2599 <context context-type="linenumber">34</context> 3229 <context context-type="linenumber">42</context>
2600 </context-group> 3230 </context-group>
2601 </trans-unit> 3231 </trans-unit>
2602 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3232 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -2607,61 +3237,21 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2607 A url não é segura (sem HTTPS), então o vídeo embutido não funcionará em websites HTTPS (navegadores de internet bloqueiam conexões HTTP inseguras em websites HTTPS). 3237 A url não é segura (sem HTTPS), então o vídeo embutido não funcionará em websites HTTPS (navegadores de internet bloqueiam conexões HTTP inseguras em websites HTTPS).
2608 </target> 3238 </target>
2609 <context-group name="null"> 3239 <context-group name="null">
2610 <context context-type="linenumber">45</context> 3240 <context context-type="linenumber">53</context>
2611 </context-group> 3241 </context-group>
2612 </trans-unit> 3242 </trans-unit>
2613 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3243 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
2614 <source>Close</source> 3244 <source>Close</source>
2615 <target>Fechar</target> 3245 <target>Fechar</target>
2616 <context-group name="null"> 3246 <context-group name="null">
2617 <context context-type="linenumber">51</context> 3247 <context context-type="linenumber">59</context>
2618 </context-group>
2619 </trans-unit>
2620 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
2621 <source>Blacklist video</source>
2622 <target>Coloque esse vídeo na lista negra</target>
2623 <context-group name="null">
2624 <context context-type="linenumber">3</context>
2625 </context-group>
2626 </trans-unit>
2627 <trans-unit id="7584313e33a66811eb10646627914a01fff0347d">
2628 <source>
2629 The video is being imported, it will be available when the import is finished.
2630 </source>
2631 <target>
2632 O vídeo está sendo importado e estará disponível quando a importação estiver concluída.
2633 </target>
2634 <context-group name="null">
2635 <context context-type="linenumber">11</context>
2636 </context-group>
2637 </trans-unit>
2638 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
2639 <source>
2640 The video is being transcoded, it may not work properly.
2641 </source>
2642 <target>
2643 O vídeo está sendo transcodificado, pode não funcionar corretamente.
2644 </target>
2645 <context-group name="null">
2646 <context context-type="linenumber">15</context>
2647 </context-group>
2648 </trans-unit>
2649 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
2650 <source>
2651 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
2652 </source>
2653 <target>
2654 Este vídeo será publicado em <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
2655 </target>
2656 <context-group name="null">
2657 <context context-type="linenumber">19</context>
2658 </context-group> 3248 </context-group>
2659 </trans-unit> 3249 </trans-unit>
2660 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3250 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
2661 <source>This video is blacklisted.</source> 3251 <source>This video is blacklisted.</source>
2662 <target>Este vídeo está na lista negra.</target> 3252 <target>Este vídeo está na lista negra.</target>
2663 <context-group name="null"> 3253 <context-group name="null">
2664 <context context-type="linenumber">24</context> 3254 <context context-type="linenumber">57</context>
2665 </context-group> 3255 </context-group>
2666 </trans-unit> 3256 </trans-unit>
2667 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3257 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -2672,130 +3262,56 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2672 Publicado em <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações 3262 Publicado em <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações
2673 </target> 3263 </target>
2674 <context-group name="null"> 3264 <context-group name="null">
2675 <context context-type="linenumber">37</context> 3265 <context context-type="linenumber">78</context>
2676 </context-group>
2677 </trans-unit>
2678 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
2679 <source>
2680 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
2681 </source>
2682 <target>
2683 Publicado em <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações
2684 </target>
2685 <context-group name="null">
2686 <context context-type="linenumber">46</context>
2687 </context-group> 3266 </context-group>
2688 </trans-unit> 3267 </trans-unit>
2689 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3268 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
2690 <source>Like this video</source> 3269 <source>Like this video</source>
2691 <target>Curtir esse vídeo</target> 3270 <target>Curtir este vídeo</target>
2692 <context-group name="null"> 3271 <context-group name="null">
2693 <context context-type="linenumber">57</context> 3272 <context context-type="linenumber">88</context>
2694 </context-group> 3273 </context-group>
2695 </trans-unit> 3274 </trans-unit>
2696 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3275 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
2697 <source>Dislike this video</source> 3276 <source>Dislike this video</source>
2698 <target>Descurtir esse vídeo</target> 3277 <target>Descurtir este vídeo</target>
2699 <context-group name="null">
2700 <context context-type="linenumber">64</context>
2701 </context-group>
2702 </trans-unit>
2703 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
2704 <source>Download the video</source>
2705 <target>Baixar o vídeo</target>
2706 <context-group name="null">
2707 <context context-type="linenumber">83</context>
2708 </context-group>
2709 </trans-unit>
2710 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
2711 <source>Report</source>
2712 <target>Denunciar</target>
2713 <context-group name="null">
2714 <context context-type="linenumber">88</context>
2715 </context-group>
2716 </trans-unit>
2717 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
2718 <source>Report this video</source>
2719 <target>Denuncie esse vídeo</target>
2720 <context-group name="null">
2721 <context context-type="linenumber">87</context>
2722 </context-group>
2723 </trans-unit>
2724 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
2725 <source>Update this video</source>
2726 <target>Atualizar esse vídeo</target>
2727 <context-group name="null">
2728 <context context-type="linenumber">91</context>
2729 </context-group>
2730 </trans-unit>
2731 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
2732 <source>Blacklist</source>
2733 <target>Lista negra</target>
2734 <context-group name="null"> 3278 <context-group name="null">
2735 <context context-type="linenumber">96</context> 3279 <context context-type="linenumber">96</context>
2736 </context-group> 3280 </context-group>
2737 </trans-unit> 3281 </trans-unit>
2738 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
2739 <source>Blacklist this video</source>
2740 <target>Coloque esse vídeo na lista negra</target>
2741 <context-group name="null">
2742 <context context-type="linenumber">95</context>
2743 </context-group>
2744 </trans-unit>
2745 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2746 <source>Unblacklist</source>
2747 <target>Retirar da lista negra</target>
2748 <context-group name="null">
2749 <context context-type="linenumber">100</context>
2750 </context-group>
2751 </trans-unit>
2752 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
2753 <source>Unblacklist this video</source>
2754 <target>Remover este vídeo da lista negra</target>
2755 <context-group name="null">
2756 <context context-type="linenumber">99</context>
2757 </context-group>
2758 </trans-unit>
2759 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
2760 <source>Delete this video</source>
2761 <target>Excluir esse vídeo</target>
2762 <context-group name="null">
2763 <context context-type="linenumber">103</context>
2764 </context-group>
2765 </trans-unit>
2766 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3282 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
2767 <source>Go the channel page</source> 3283 <source>Go the channel page</source>
2768 <target>Ir para a página do canal</target> 3284 <target>Ir para a página do canal</target>
2769 <context-group name="null"> 3285 <context-group name="null">
2770 <context context-type="linenumber">123</context> 3286 <context context-type="linenumber">143</context>
2771 </context-group> 3287 </context-group>
2772 </trans-unit> 3288 </trans-unit>
2773 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3289 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
2774 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3290 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
2775 <target>Por <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3291 <target>Por <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
2776 <context-group name="null"> 3292 <context-group name="null">
2777 <context context-type="linenumber">134</context> 3293 <context context-type="linenumber">154</context>
2778 </context-group> 3294 </context-group>
2779 </trans-unit> 3295 </trans-unit>
2780 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3296 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
2781 <source>Show more</source> 3297 <source>Show more</source>
2782 <target>Mostrar mais</target> 3298 <target>Mostrar mais</target>
2783 <context-group name="null"> 3299 <context-group name="null">
2784 <context context-type="linenumber">146</context> 3300 <context context-type="linenumber">166</context>
2785 </context-group> 3301 </context-group>
2786 </trans-unit> 3302 </trans-unit>
2787 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3303 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
2788 <source>Show less</source> 3304 <source>Show less</source>
2789 <target>Mostrar menos</target> 3305 <target>Mostrar menos</target>
2790 <context-group name="null"> 3306 <context-group name="null">
2791 <context context-type="linenumber">152</context> 3307 <context context-type="linenumber">172</context>
2792 </context-group> 3308 </context-group>
2793 </trans-unit> 3309 </trans-unit>
2794 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3310 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
2795 <source>Friendly Reminder: </source> 3311 <source>Friendly Reminder: </source>
2796 <target>Lembrete amigável:</target> 3312 <target>Lembrete amigável:</target>
2797 <context-group name="null"> 3313 <context-group name="null">
2798 <context context-type="linenumber">208</context> 3314 <context context-type="linenumber">232</context>
2799 </context-group> 3315 </context-group>
2800 </trans-unit> 3316 </trans-unit>
2801 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3317 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -2806,21 +3322,21 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2806 o sistema de compartilhamento utilizado neste vídeo implica que algumas informações técnicas sobre o seu sistema (como o seu endereço IP público) podem ser enviadas para outros peers. 3322 o sistema de compartilhamento utilizado neste vídeo implica que algumas informações técnicas sobre o seu sistema (como o seu endereço IP público) podem ser enviadas para outros peers.
2807 </target> 3323 </target>
2808 <context-group name="null"> 3324 <context-group name="null">
2809 <context context-type="linenumber">209</context> 3325 <context context-type="linenumber">233</context>
2810 </context-group> 3326 </context-group>
2811 </trans-unit> 3327 </trans-unit>
2812 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3328 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2813 <source>More information</source> 3329 <source>More information</source>
2814 <target>Mais informações</target> 3330 <target>Mais informações</target>
2815 <context-group name="null"> 3331 <context-group name="null">
2816 <context context-type="linenumber">212</context> 3332 <context context-type="linenumber">236</context>
2817 </context-group> 3333 </context-group>
2818 </trans-unit> 3334 </trans-unit>
2819 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3335 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2820 <source>Get more information</source> 3336 <source>Get more information</source>
2821 <target>Obtenha mais informações</target> 3337 <target>Obtenha mais informações</target>
2822 <context-group name="null"> 3338 <context-group name="null">
2823 <context context-type="linenumber">212</context> 3339 <context context-type="linenumber">236</context>
2824 </context-group> 3340 </context-group>
2825 </trans-unit> 3341 </trans-unit>
2826 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3342 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -2831,7 +3347,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2831 OK 3347 OK
2832 </target> 3348 </target>
2833 <context-group name="null"> 3349 <context-group name="null">
2834 <context context-type="linenumber">215</context> 3350 <context context-type="linenumber">239</context>
2835 </context-group> 3351 </context-group>
2836 </trans-unit> 3352 </trans-unit>
2837 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3353 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -2899,9 +3415,60 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2899 <context context-type="linenumber">20</context> 3415 <context context-type="linenumber">20</context>
2900 </context-group> 3416 </context-group>
2901 </trans-unit> 3417 </trans-unit>
3418 <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135">
3419 <source>You are one step away from commenting</source>
3420 <target>Você está a um passo de comentar</target>
3421 <context-group name="null">
3422 <context context-type="linenumber">28</context>
3423 </context-group>
3424 </trans-unit>
3425 <trans-unit id="7984a44ce86b961f4f18c9a58c638f5e8f07a225">
3426 <source>
3427 If you have an account on this instance, you can login:
3428 </source>
3429 <target>
3430 Se você tem uma conta nesta instância, você pode entrar:
3431 </target>
3432 <context-group name="null">
3433 <context context-type="linenumber">32</context>
3434 </context-group>
3435 </trans-unit>
3436 <trans-unit id="afe0ad39fee662489f1033e53aea3e16a7e89228">
3437 <source>login to comment</source>
3438 <target>entre para comentar</target>
3439 <context-group name="null">
3440 <context context-type="linenumber">35</context>
3441 </context-group>
3442 </trans-unit>
3443 <trans-unit id="a5a3f17c9b4876952d78363834d57280c8684e7c">
3444 <source>
3445 Otherwise you can comment using an account on any ActivityPub-compatible instance.
3446 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3447 from within the software's interface.
3448 </source>
3449 <target>
3450 Você também pode comentar utilizando uma conta em qualquer serviço compatível com o ActivityPub.
3451 Na maioria das plataformas, você pode encontrar o vídeo digitando seu endereço na barra de pesquisa e
3452 comentá-lo na própria inferface.
3453 </target>
3454 <context-group name="null">
3455 <context context-type="linenumber">36</context>
3456 </context-group>
3457 </trans-unit>
3458 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb">
3459 <source>
3460 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
3461 </source>
3462 <target>
3463 Se já tem uma conta no Mastodon ou Pleroma você pode abri-la diretamente nesta interface:
3464 </target>
3465 <context-group name="null">
3466 <context context-type="linenumber">41</context>
3467 </context-group>
3468 </trans-unit>
2902 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285"> 3469 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285">
2903 <source>Highlighted comment</source> 3470 <source>Highlighted comment</source>
2904 <target>Comentário realçado</target> 3471 <target>Comentário destacado</target>
2905 <context-group name="null"> 3472 <context-group name="null">
2906 <context context-type="linenumber">5</context> 3473 <context context-type="linenumber">5</context>
2907 </context-group> 3474 </context-group>
@@ -2913,6 +3480,27 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2913 <context context-type="linenumber">14</context> 3480 <context context-type="linenumber">14</context>
2914 </context-group> 3481 </context-group>
2915 </trans-unit> 3482 </trans-unit>
3483 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
3484 <source>Cannot get about information from server</source>
3485 <target>Não foi possível obter informações sobre o servidor</target>
3486 <context-group name="null">
3487 <context context-type="linenumber">1</context>
3488 </context-group>
3489 </trans-unit>
3490 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
3491 <source>Your message has been sent.</source>
3492 <target>Sua mensagem foi enviada.</target>
3493 <context-group name="null">
3494 <context context-type="linenumber">1</context>
3495 </context-group>
3496 </trans-unit>
3497 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
3498 <source>You already sent this form recently</source>
3499 <target>Você já enviou este formulário recentemente</target>
3500 <context-group name="null">
3501 <context context-type="linenumber">1</context>
3502 </context-group>
3503 </trans-unit>
2916 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968"> 3504 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
2917 <source>No description</source> 3505 <source>No description</source>
2918 <target>Nenhuma descrição</target> 3506 <target>Nenhuma descrição</target>
@@ -2934,6 +3522,48 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2934 <context context-type="linenumber">1</context> 3522 <context context-type="linenumber">1</context>
2935 </context-group> 3523 </context-group>
2936 </trans-unit> 3524 </trans-unit>
3525 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
3526 <source>240p</source>
3527 <target>240p</target>
3528 <context-group name="null">
3529 <context context-type="linenumber">1</context>
3530 </context-group>
3531 </trans-unit>
3532 <trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e">
3533 <source>360p</source>
3534 <target>360p</target>
3535 <context-group name="null">
3536 <context context-type="linenumber">1</context>
3537 </context-group>
3538 </trans-unit>
3539 <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5">
3540 <source>480p</source>
3541 <target>480p</target>
3542 <context-group name="null">
3543 <context context-type="linenumber">1</context>
3544 </context-group>
3545 </trans-unit>
3546 <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2">
3547 <source>720p</source>
3548 <target>720p</target>
3549 <context-group name="null">
3550 <context context-type="linenumber">1</context>
3551 </context-group>
3552 </trans-unit>
3553 <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9">
3554 <source>1080p</source>
3555 <target>1080p</target>
3556 <context-group name="null">
3557 <context context-type="linenumber">1</context>
3558 </context-group>
3559 </trans-unit>
3560 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111">
3561 <source>Auto (via ffmpeg)</source>
3562 <target>Automático (via ffmpeg)</target>
3563 <context-group name="null">
3564 <context context-type="linenumber">1</context>
3565 </context-group>
3566 </trans-unit>
2937 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048"> 3567 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048">
2938 <source>Configuration updated.</source> 3568 <source>Configuration updated.</source>
2939 <target>Configuração atualizada.</target> 3569 <target>Configuração atualizada.</target>
@@ -2948,6 +3578,69 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2948 <context context-type="linenumber">1</context> 3578 <context context-type="linenumber">1</context>
2949 </context-group> 3579 </context-group>
2950 </trans-unit> 3580 </trans-unit>
3581 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
3582 <source>100MB</source>
3583 <target>100MB</target>
3584 <context-group name="null">
3585 <context context-type="linenumber">1</context>
3586 </context-group>
3587 </trans-unit>
3588 <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174">
3589 <source>500MB</source>
3590 <target>500MB</target>
3591 <context-group name="null">
3592 <context context-type="linenumber">1</context>
3593 </context-group>
3594 </trans-unit>
3595 <trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b">
3596 <source>1GB</source>
3597 <target>1GB</target>
3598 <context-group name="null">
3599 <context context-type="linenumber">1</context>
3600 </context-group>
3601 </trans-unit>
3602 <trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8">
3603 <source>5GB</source>
3604 <target>5GB</target>
3605 <context-group name="null">
3606 <context context-type="linenumber">1</context>
3607 </context-group>
3608 </trans-unit>
3609 <trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae">
3610 <source>20GB</source>
3611 <target>20GB</target>
3612 <context-group name="null">
3613 <context context-type="linenumber">1</context>
3614 </context-group>
3615 </trans-unit>
3616 <trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e">
3617 <source>50GB</source>
3618 <target>50GB</target>
3619 <context-group name="null">
3620 <context context-type="linenumber">1</context>
3621 </context-group>
3622 </trans-unit>
3623 <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d">
3624 <source>10MB</source>
3625 <target>10MB</target>
3626 <context-group name="null">
3627 <context context-type="linenumber">1</context>
3628 </context-group>
3629 </trans-unit>
3630 <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af">
3631 <source>50MB</source>
3632 <target>50MB</target>
3633 <context-group name="null">
3634 <context context-type="linenumber">1</context>
3635 </context-group>
3636 </trans-unit>
3637 <trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a">
3638 <source>2GB</source>
3639 <target>2GB</target>
3640 <context-group name="null">
3641 <context context-type="linenumber">1</context>
3642 </context-group>
3643 </trans-unit>
2951 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84"> 3644 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84">
2952 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 3645 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
2953 <target><x id="INTERPOLATION" equiv-text="{{host}}"/> não é válido</target> 3646 <target><x id="INTERPOLATION" equiv-text="{{host}}"/> não é válido</target>
@@ -3011,6 +3704,41 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3011 <context context-type="linenumber">1</context> 3704 <context context-type="linenumber">1</context>
3012 </context-group> 3705 </context-group>
3013 </trans-unit> 3706 </trans-unit>
3707 <trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246">
3708 <source>enabled</source>
3709 <target>habilitado</target>
3710 <context-group name="null">
3711 <context context-type="linenumber">1</context>
3712 </context-group>
3713 </trans-unit>
3714 <trans-unit id="795733aac948794cadeb3be6386882efac2c38ad">
3715 <source>disabled</source>
3716 <target>desabilitado</target>
3717 <context-group name="null">
3718 <context context-type="linenumber">1</context>
3719 </context-group>
3720 </trans-unit>
3721 <trans-unit id="1123807fc813c816404598147173403d00117557">
3722 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source>
3723 <target>A redundância de <x id="INTERPOLATION" equiv-text="{{host}}"/> é <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target>
3724 <context-group name="null">
3725 <context context-type="linenumber">1</context>
3726 </context-group>
3727 </trans-unit>
3728 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da">
3729 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source>
3730 <target>Conta <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> teve seu silêncio removido por sua instância.</target>
3731 <context-group name="null">
3732 <context context-type="linenumber">1</context>
3733 </context-group>
3734 </trans-unit>
3735 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330">
3736 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source>
3737 <target>Instância <x id="INTERPOLATION" equiv-text="{{host}}"/> teve seu silêncio removido por sua instância.</target>
3738 <context-group name="null">
3739 <context context-type="linenumber">1</context>
3740 </context-group>
3741 </trans-unit>
3014 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6"> 3742 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
3015 <source>Comment updated.</source> 3743 <source>Comment updated.</source>
3016 <target>Comentário atualizado.</target> 3744 <target>Comentário atualizado.</target>
@@ -3018,6 +3746,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3018 <context context-type="linenumber">1</context> 3746 <context context-type="linenumber">1</context>
3019 </context-group> 3747 </context-group>
3020 </trans-unit> 3748 </trans-unit>
3749 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978">
3750 <source>Delete this report</source>
3751 <target>Deletar a denúncia</target>
3752 <context-group name="null">
3753 <context context-type="linenumber">1</context>
3754 </context-group>
3755 </trans-unit>
3021 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321"> 3756 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321">
3022 <source>Update moderation comment</source> 3757 <source>Update moderation comment</source>
3023 <target>Atualizar comentário de moderação</target> 3758 <target>Atualizar comentário de moderação</target>
@@ -3039,6 +3774,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3039 <context context-type="linenumber">1</context> 3774 <context context-type="linenumber">1</context>
3040 </context-group> 3775 </context-group>
3041 </trans-unit> 3776 </trans-unit>
3777 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
3778 <source>Do you really want to delete this abuse report?</source>
3779 <target>Você realmente quer deletar esta denúncia?</target>
3780 <context-group name="null">
3781 <context context-type="linenumber">1</context>
3782 </context-group>
3783 </trans-unit>
3042 <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9"> 3784 <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9">
3043 <source>Abuse deleted.</source> 3785 <source>Abuse deleted.</source>
3044 <target>Abuso deletado.</target> 3786 <target>Abuso deletado.</target>
@@ -3046,6 +3788,20 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3046 <context context-type="linenumber">1</context> 3788 <context context-type="linenumber">1</context>
3047 </context-group> 3789 </context-group>
3048 </trans-unit> 3790 </trans-unit>
3791 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
3792 <source>yes</source>
3793 <target>sim</target>
3794 <context-group name="null">
3795 <context context-type="linenumber">1</context>
3796 </context-group>
3797 </trans-unit>
3798 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
3799 <source>no</source>
3800 <target>não</target>
3801 <context-group name="null">
3802 <context context-type="linenumber">1</context>
3803 </context-group>
3804 </trans-unit>
3049 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223"> 3805 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
3050 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source> 3806 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
3051 <target>Você realmente quer remover este vídeo da lista negra? Ele estará disponível novamente na lista de vídeos.</target> 3807 <target>Você realmente quer remover este vídeo da lista negra? Ele estará disponível novamente na lista de vídeos.</target>
@@ -3060,6 +3816,27 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3060 <context context-type="linenumber">1</context> 3816 <context context-type="linenumber">1</context>
3061 </context-group> 3817 </context-group>
3062 </trans-unit> 3818 </trans-unit>
3819 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
3820 <source>Info</source>
3821 <target>Info</target>
3822 <context-group name="null">
3823 <context context-type="linenumber">1</context>
3824 </context-group>
3825 </trans-unit>
3826 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
3827 <source>Warning</source>
3828 <target>Aviso</target>
3829 <context-group name="null">
3830 <context context-type="linenumber">1</context>
3831 </context-group>
3832 </trans-unit>
3833 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
3834 <source>Error</source>
3835 <target>Erro</target>
3836 <context-group name="null">
3837 <context context-type="linenumber">1</context>
3838 </context-group>
3839 </trans-unit>
3063 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 3840 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
3064 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 3841 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
3065 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> criado.</target> 3842 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> criado.</target>
@@ -3067,6 +3844,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3067 <context context-type="linenumber">1</context> 3844 <context context-type="linenumber">1</context>
3068 </context-group> 3845 </context-group>
3069 </trans-unit> 3846 </trans-unit>
3847 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
3848 <source>Update user password</source>
3849 <target>Atualizar senha do usuário</target>
3850 <context-group name="null">
3851 <context context-type="linenumber">1</context>
3852 </context-group>
3853 </trans-unit>
3070 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 3854 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
3071 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 3855 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
3072 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> atualizado.</target> 3856 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> atualizado.</target>
@@ -3081,6 +3865,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3081 <context context-type="linenumber">1</context> 3865 <context context-type="linenumber">1</context>
3082 </context-group> 3866 </context-group>
3083 </trans-unit> 3867 </trans-unit>
3868 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
3869 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
3870 <target>Um e-mail pedindo redefinição de senha foi enviado para <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
3871 <context-group name="null">
3872 <context context-type="linenumber">1</context>
3873 </context-group>
3874 </trans-unit>
3084 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8"> 3875 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
3085 <source>Unban</source> 3876 <source>Unban</source>
3086 <target>Desbanir</target> 3877 <target>Desbanir</target>
@@ -3088,6 +3879,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3088 <context context-type="linenumber">1</context> 3879 <context context-type="linenumber">1</context>
3089 </context-group> 3880 </context-group>
3090 </trans-unit> 3881 </trans-unit>
3882 <trans-unit id="910ed85f550272401b134a40d019ab3359fe883f">
3883 <source>Set Email as Verified</source>
3884 <target>Definir Email como Confirmado</target>
3885 <context-group name="null">
3886 <context context-type="linenumber">1</context>
3887 </context-group>
3888 </trans-unit>
3091 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf"> 3889 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf">
3092 <source>You cannot ban root.</source> 3890 <source>You cannot ban root.</source>
3093 <target>Você não pode banir root.</target> 3891 <target>Você não pode banir root.</target>
@@ -3095,6 +3893,20 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3095 <context context-type="linenumber">1</context> 3893 <context context-type="linenumber">1</context>
3096 </context-group> 3894 </context-group>
3097 </trans-unit> 3895 </trans-unit>
3896 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e">
3897 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source>
3898 <target>Você realmente quer reativar <x id="INTERPOLATION" equiv-text="{{num}}"/> usuários?</target>
3899 <context-group name="null">
3900 <context context-type="linenumber">1</context>
3901 </context-group>
3902 </trans-unit>
3903 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd">
3904 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source>
3905 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> usuários reativados.</target>
3906 <context-group name="null">
3907 <context context-type="linenumber">1</context>
3908 </context-group>
3909 </trans-unit>
3098 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11"> 3910 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11">
3099 <source>You cannot delete root.</source> 3911 <source>You cannot delete root.</source>
3100 <target>Você não pode excluir root.</target> 3912 <target>Você não pode excluir root.</target>
@@ -3102,6 +3914,83 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3102 <context context-type="linenumber">1</context> 3914 <context context-type="linenumber">1</context>
3103 </context-group> 3915 </context-group>
3104 </trans-unit> 3916 </trans-unit>
3917 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51">
3918 <source>If you remove these users, you will not be able to create others with the same username!</source>
3919 <target>Se você remover estes usuários, não poderá criar outros com o mesmo nome de usuário!</target>
3920 <context-group name="null">
3921 <context context-type="linenumber">1</context>
3922 </context-group>
3923 </trans-unit>
3924 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329">
3925 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source>
3926 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> usuários deletados.</target>
3927 <context-group name="null">
3928 <context context-type="linenumber">1</context>
3929 </context-group>
3930 </trans-unit>
3931 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650">
3932 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source>
3933 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> emails de usuários definidos como confirmados.</target>
3934 <context-group name="null">
3935 <context context-type="linenumber">1</context>
3936 </context-group>
3937 </trans-unit>
3938 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de">
3939 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source>
3940 <target>A conta <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> não será mais silenciada.</target>
3941 <context-group name="null">
3942 <context context-type="linenumber">1</context>
3943 </context-group>
3944 </trans-unit>
3945 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c">
3946 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source>
3947 <target>A instância <x id="INTERPOLATION" equiv-text="{{host}}"/> não será mais silenciada.</target>
3948 <context-group name="null">
3949 <context context-type="linenumber">1</context>
3950 </context-group>
3951 </trans-unit>
3952 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
3953 <source>My videos history</source>
3954 <target>Meu histórico de vídeos</target>
3955 <context-group name="null">
3956 <context context-type="linenumber">1</context>
3957 </context-group>
3958 </trans-unit>
3959 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
3960 <source>Videos history is enabled</source>
3961 <target>Histórico de vídeos ativado</target>
3962 <context-group name="null">
3963 <context context-type="linenumber">1</context>
3964 </context-group>
3965 </trans-unit>
3966 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
3967 <source>Videos history is disabled</source>
3968 <target>Histórico de vídeos desativado</target>
3969 <context-group name="null">
3970 <context context-type="linenumber">1</context>
3971 </context-group>
3972 </trans-unit>
3973 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
3974 <source>Delete videos history</source>
3975 <target>Deletar histórico de vídeos</target>
3976 <context-group name="null">
3977 <context context-type="linenumber">1</context>
3978 </context-group>
3979 </trans-unit>
3980 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
3981 <source>Are you sure you want to delete all your videos history?</source>
3982 <target>Você tem certeza que quer deletar todo o seu histórico de vídeos?</target>
3983 <context-group name="null">
3984 <context context-type="linenumber">1</context>
3985 </context-group>
3986 </trans-unit>
3987 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
3988 <source>Videos history deleted</source>
3989 <target>Histórico de vídeos deletado</target>
3990 <context-group name="null">
3991 <context context-type="linenumber">1</context>
3992 </context-group>
3993 </trans-unit>
3105 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e"> 3994 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e">
3106 <source>Ownership accepted</source> 3995 <source>Ownership accepted</source>
3107 <target>Propriedade aceita</target> 3996 <target>Propriedade aceita</target>
@@ -3116,6 +4005,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3116 <context context-type="linenumber">1</context> 4005 <context context-type="linenumber">1</context>
3117 </context-group> 4006 </context-group>
3118 </trans-unit> 4007 </trans-unit>
4008 <trans-unit id="466fc8cf56fd4e4e90fec4b900ef083d52bec38c">
4009 <source>You current password is invalid.</source>
4010 <target>A sua senha atual é inválida.</target>
4011 <context-group name="null">
4012 <context context-type="linenumber">1</context>
4013 </context-group>
4014 </trans-unit>
3119 <trans-unit id="ca8e8cf0f1686604db3b6a2ebadab7f7b426a047"> 4015 <trans-unit id="ca8e8cf0f1686604db3b6a2ebadab7f7b426a047">
3120 <source>Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.</source> 4016 <source>Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.</source>
3121 <target>Tem certeza de que deseja excluir sua conta? Isso excluirá todos os seus dados, incluindo canais, vídeos etc.</target> 4017 <target>Tem certeza de que deseja excluir sua conta? Isso excluirá todos os seus dados, incluindo canais, vídeos etc.</target>
@@ -3144,6 +4040,69 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3144 <context context-type="linenumber">1</context> 4040 <context context-type="linenumber">1</context>
3145 </context-group> 4041 </context-group>
3146 </trans-unit> 4042 </trans-unit>
4043 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
4044 <source>New video from your subscriptions</source>
4045 <target>Novo vídeo de suas inscrições</target>
4046 <context-group name="null">
4047 <context context-type="linenumber">1</context>
4048 </context-group>
4049 </trans-unit>
4050 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
4051 <source>New comment on your video</source>
4052 <target>Novo comentário em seu vídeo</target>
4053 <context-group name="null">
4054 <context context-type="linenumber">1</context>
4055 </context-group>
4056 </trans-unit>
4057 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4058 <source>One of your video is blacklisted/unblacklisted</source>
4059 <target>Um de seus vídeos está na lista negra/foi removido da lista</target>
4060 <context-group name="null">
4061 <context context-type="linenumber">1</context>
4062 </context-group>
4063 </trans-unit>
4064 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
4065 <source>Video published (after transcoding/scheduled update)</source>
4066 <target>Vídeo publicado (após transcodificação/atualização programada)</target>
4067 <context-group name="null">
4068 <context context-type="linenumber">1</context>
4069 </context-group>
4070 </trans-unit>
4071 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
4072 <source>Video import finished</source>
4073 <target>Importação de vídeo finalizada</target>
4074 <context-group name="null">
4075 <context context-type="linenumber">1</context>
4076 </context-group>
4077 </trans-unit>
4078 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
4079 <source>A new user registered on your instance</source>
4080 <target>Um novo usuário se registrou em sua instância</target>
4081 <context-group name="null">
4082 <context context-type="linenumber">1</context>
4083 </context-group>
4084 </trans-unit>
4085 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2">
4086 <source>You or your channel(s) has a new follower</source>
4087 <target>Você ou um de seus canais tem um novo seguidor</target>
4088 <context-group name="null">
4089 <context context-type="linenumber">1</context>
4090 </context-group>
4091 </trans-unit>
4092 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
4093 <source>Someone mentioned you in video comments</source>
4094 <target>Alguém mencionou você em um comentário</target>
4095 <context-group name="null">
4096 <context context-type="linenumber">1</context>
4097 </context-group>
4098 </trans-unit>
4099 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
4100 <source>Preferences saved</source>
4101 <target>Preferências salvas</target>
4102 <context-group name="null">
4103 <context context-type="linenumber">1</context>
4104 </context-group>
4105 </trans-unit>
3147 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b"> 4106 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b">
3148 <source>Profile updated.</source> 4107 <source>Profile updated.</source>
3149 <target>Perfil atualizado.</target> 4108 <target>Perfil atualizado.</target>
@@ -3172,9 +4131,9 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3172 <context context-type="linenumber">1</context> 4131 <context context-type="linenumber">1</context>
3173 </context-group> 4132 </context-group>
3174 </trans-unit> 4133 </trans-unit>
3175 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795"> 4134 <trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47">
3176 <source>Create</source> 4135 <source>This name already exists on this instance.</source>
3177 <target>Criar</target> 4136 <target>Este nome já existe nesta instância.</target>
3178 <context-group name="null"> 4137 <context-group name="null">
3179 <context context-type="linenumber">1</context> 4138 <context context-type="linenumber">1</context>
3180 </context-group> 4139 </context-group>
@@ -3186,6 +4145,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3186 <context context-type="linenumber">1</context> 4145 <context context-type="linenumber">1</context>
3187 </context-group> 4146 </context-group>
3188 </trans-unit> 4147 </trans-unit>
4148 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
4149 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
4150 <target>Por favor, digite o nome de exibição do canal (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) para confirmar</target>
4151 <context-group name="null">
4152 <context context-type="linenumber">1</context>
4153 </context-group>
4154 </trans-unit>
3189 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2"> 4155 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
3190 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source> 4156 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
3191 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> excluído.</target> 4157 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> excluído.</target>
@@ -3228,93 +4194,163 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3228 <context context-type="linenumber">1</context> 4194 <context context-type="linenumber">1</context>
3229 </context-group> 4195 </context-group>
3230 </trans-unit> 4196 </trans-unit>
3231 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 4197 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd">
3232 <source>Published</source> 4198 <source>Ownership change request sent.</source>
3233 <target>Publicado</target> 4199 <target>Solicitação para mudar dono enviada.</target>
3234 <context-group name="null"> 4200 <context-group name="null">
3235 <context context-type="linenumber">1</context> 4201 <context context-type="linenumber">1</context>
3236 </context-group> 4202 </context-group>
3237 </trans-unit> 4203 </trans-unit>
3238 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2"> 4204 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
3239 <source>Publication scheduled on </source> 4205 <source>My channels</source>
3240 <target>Publicação agendada em </target> 4206 <target>Meus canais</target>
3241 <context-group name="null"> 4207 <context-group name="null">
3242 <context context-type="linenumber">1</context> 4208 <context context-type="linenumber">1</context>
3243 </context-group> 4209 </context-group>
3244 </trans-unit> 4210 </trans-unit>
3245 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02"> 4211 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9">
3246 <source>Waiting transcoding</source> 4212 <source>My subscriptions</source>
3247 <target>Aguardando transcodificação</target> 4213 <target>Minhas inscrições</target>
3248 <context-group name="null"> 4214 <context-group name="null">
3249 <context context-type="linenumber">1</context> 4215 <context context-type="linenumber">1</context>
3250 </context-group> 4216 </context-group>
3251 </trans-unit> 4217 </trans-unit>
3252 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a"> 4218 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
3253 <source>To transcode</source> 4219 <source>My history</source>
3254 <target>Para transcodificar</target> 4220 <target>Meu histórico</target>
3255 <context-group name="null"> 4221 <context-group name="null">
3256 <context context-type="linenumber">1</context> 4222 <context context-type="linenumber">1</context>
3257 </context-group> 4223 </context-group>
3258 </trans-unit> 4224 </trans-unit>
3259 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392"> 4225 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
3260 <source>To import</source> 4226 <source>Misc</source>
3261 <target>Para importar</target> 4227 <target>Gerais</target>
3262 <context-group name="null"> 4228 <context-group name="null">
3263 <context context-type="linenumber">1</context> 4229 <context context-type="linenumber">1</context>
3264 </context-group> 4230 </context-group>
3265 </trans-unit> 4231 </trans-unit>
3266 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd"> 4232 <trans-unit id="73022f1676784c4f9b8cdbb322e52b02ccc800b7">
3267 <source>Ownership change request sent.</source> 4233 <source>Ownership changes</source>
3268 <target>Solicitação para mudar dono enviada.</target> 4234 <target>Mudanças de dono</target>
3269 <context-group name="null"> 4235 <context-group name="null">
3270 <context context-type="linenumber">1</context> 4236 <context context-type="linenumber">1</context>
3271 </context-group> 4237 </context-group>
3272 </trans-unit> 4238 </trans-unit>
3273 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 4239 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6">
3274 <source>My library</source> 4240 <source>My settings</source>
3275 <target>Minha biblioteca</target> 4241 <target>Minhas configurações</target>
3276 <context-group name="null"> 4242 <context-group name="null">
3277 <context context-type="linenumber">1</context> 4243 <context context-type="linenumber">1</context>
3278 </context-group> 4244 </context-group>
3279 </trans-unit> 4245 </trans-unit>
3280 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4246 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
3281 <source>My channels</source> 4247 <source>My notifications</source>
3282 <target>Meus canais</target> 4248 <target>Minhas notificações</target>
3283 <context-group name="null"> 4249 <context-group name="null">
3284 <context context-type="linenumber">1</context> 4250 <context context-type="linenumber">1</context>
3285 </context-group> 4251 </context-group>
3286 </trans-unit> 4252 </trans-unit>
3287 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9"> 4253 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706">
3288 <source>My subscriptions</source> 4254 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
3289 <target>Minhas inscrições</target> 4255 <target>Um email com um link de verificação será enviado para <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
3290 <context-group name="null"> 4256 <context-group name="null">
3291 <context context-type="linenumber">1</context> 4257 <context context-type="linenumber">1</context>
3292 </context-group> 4258 </context-group>
3293 </trans-unit> 4259 </trans-unit>
3294 <trans-unit id="73022f1676784c4f9b8cdbb322e52b02ccc800b7"> 4260 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752">
3295 <source>Ownership changes</source> 4261 <source>Unable to find user id or verification string.</source>
3296 <target>Mudanças de dono</target> 4262 <target>Não foi possível localizar o id de usuário ou string de verificação.</target>
3297 <context-group name="null"> 4263 <context-group name="null">
3298 <context context-type="linenumber">1</context> 4264 <context context-type="linenumber">1</context>
3299 </context-group> 4265 </context-group>
3300 </trans-unit> 4266 </trans-unit>
3301 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6"> 4267 <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598">
3302 <source>My settings</source> 4268 <source>Subscribe to the account</source>
3303 <target>Minhas configurações</target> 4269 <target>Inscreva-se na conta</target>
3304 <context-group name="null"> 4270 <context-group name="null">
3305 <context context-type="linenumber">1</context> 4271 <context context-type="linenumber">1</context>
3306 </context-group> 4272 </context-group>
3307 </trans-unit> 4273 </trans-unit>
3308 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706"> 4274 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013">
3309 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source> 4275 <source>Focus the search bar</source>
3310 <target>Um email com um link de verificação vai ser enviado para <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target> 4276 <target>Focar na barra de busca</target>
3311 <context-group name="null"> 4277 <context-group name="null">
3312 <context context-type="linenumber">1</context> 4278 <context context-type="linenumber">1</context>
3313 </context-group> 4279 </context-group>
3314 </trans-unit> 4280 </trans-unit>
3315 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752"> 4281 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099">
3316 <source>Unable to find user id or verification string.</source> 4282 <source>Toggle the left menu</source>
3317 <target>Não foi possível localizar o id de usuário ou string de verificação.</target> 4283 <target>Esconder o menu lateral esquerdo</target>
4284 <context-group name="null">
4285 <context context-type="linenumber">1</context>
4286 </context-group>
4287 </trans-unit>
4288 <trans-unit id="b54759e30f7c1983940cdacb8eb03f102a869084">
4289 <source>Go to the videos overview page</source>
4290 <target>Ir à página de geral dos vídeos</target>
4291 <context-group name="null">
4292 <context context-type="linenumber">1</context>
4293 </context-group>
4294 </trans-unit>
4295 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0">
4296 <source>Go to the trending videos page</source>
4297 <target>Ir à página dos vídeos em alta</target>
4298 <context-group name="null">
4299 <context context-type="linenumber">1</context>
4300 </context-group>
4301 </trans-unit>
4302 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d">
4303 <source>Go to the recently added videos page</source>
4304 <target>Ir à página dos vídeos recentes</target>
4305 <context-group name="null">
4306 <context context-type="linenumber">1</context>
4307 </context-group>
4308 </trans-unit>
4309 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5">
4310 <source>Go to the local videos page</source>
4311 <target>Ir à página dos vídeos locais</target>
4312 <context-group name="null">
4313 <context context-type="linenumber">1</context>
4314 </context-group>
4315 </trans-unit>
4316 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba">
4317 <source>Go to the videos upload page</source>
4318 <target>Ir à página de envio de vídeos</target>
4319 <context-group name="null">
4320 <context context-type="linenumber">1</context>
4321 </context-group>
4322 </trans-unit>
4323 <trans-unit id="0ed7b40c11da9d4565af9c041df20c15bc6be97e">
4324 <source>Toggle Dark theme</source>
4325 <target>Esconder tema Escuro</target>
4326 <context-group name="null">
4327 <context context-type="linenumber">1</context>
4328 </context-group>
4329 </trans-unit>
4330 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2">
4331 <source>Go to my subscriptions</source>
4332 <target>Ir às minhas inscrições</target>
4333 <context-group name="null">
4334 <context context-type="linenumber">1</context>
4335 </context-group>
4336 </trans-unit>
4337 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1">
4338 <source>Go to my videos</source>
4339 <target>Ir aos meus vídeos</target>
4340 <context-group name="null">
4341 <context context-type="linenumber">1</context>
4342 </context-group>
4343 </trans-unit>
4344 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7">
4345 <source>Go to my imports</source>
4346 <target>Ir às minhas importações</target>
4347 <context-group name="null">
4348 <context context-type="linenumber">1</context>
4349 </context-group>
4350 </trans-unit>
4351 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390">
4352 <source>Go to my channels</source>
4353 <target>Ir aos meus canais</target>
3318 <context-group name="null"> 4354 <context-group name="null">
3319 <context context-type="linenumber">1</context> 4355 <context context-type="linenumber">1</context>
3320 </context-group> 4356 </context-group>
@@ -3335,13 +4371,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3335 <context context-type="linenumber">1</context> 4371 <context context-type="linenumber">1</context>
3336 </context-group> 4372 </context-group>
3337 </trans-unit> 4373 </trans-unit>
3338 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
3339 <source>Error</source>
3340 <target>Erro</target>
3341 <context-group name="null">
3342 <context context-type="linenumber">1</context>
3343 </context-group>
3344 </trans-unit>
3345 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 4374 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
3346 <source>You need to reconnect.</source> 4375 <source>You need to reconnect.</source>
3347 <target>você precisa se reconectar.</target> 4376 <target>você precisa se reconectar.</target>
@@ -3349,16 +4378,9 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3349 <context context-type="linenumber">1</context> 4378 <context context-type="linenumber">1</context>
3350 </context-group> 4379 </context-group>
3351 </trans-unit> 4380 </trans-unit>
3352 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da"> 4381 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
3353 <source>Confirm</source> 4382 <source>Keyboard Shortcuts:</source>
3354 <target>Confirmar</target> 4383 <target>Atalhos de teclado:</target>
3355 <context-group name="null">
3356 <context context-type="linenumber">1</context>
3357 </context-group>
3358 </trans-unit>
3359 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
3360 <source>Info</source>
3361 <target>Info</target>
3362 <context-group name="null"> 4384 <context-group name="null">
3363 <context context-type="linenumber">1</context> 4385 <context context-type="linenumber">1</context>
3364 </context-group> 4386 </context-group>
@@ -3475,6 +4497,90 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3475 <context context-type="linenumber">1</context> 4497 <context context-type="linenumber">1</context>
3476 </context-group> 4498 </context-group>
3477 </trans-unit> 4499 </trans-unit>
4500 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
4501 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
4502 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> anos atrás</target>
4503 <context-group name="null">
4504 <context context-type="linenumber">1</context>
4505 </context-group>
4506 </trans-unit>
4507 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
4508 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
4509 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> meses atrás</target>
4510 <context-group name="null">
4511 <context context-type="linenumber">1</context>
4512 </context-group>
4513 </trans-unit>
4514 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
4515 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
4516 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> mês atrás</target>
4517 <context-group name="null">
4518 <context context-type="linenumber">1</context>
4519 </context-group>
4520 </trans-unit>
4521 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
4522 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
4523 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> semanas atrás</target>
4524 <context-group name="null">
4525 <context context-type="linenumber">1</context>
4526 </context-group>
4527 </trans-unit>
4528 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
4529 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
4530 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> semana atrás</target>
4531 <context-group name="null">
4532 <context context-type="linenumber">1</context>
4533 </context-group>
4534 </trans-unit>
4535 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
4536 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
4537 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dias atrás</target>
4538 <context-group name="null">
4539 <context context-type="linenumber">1</context>
4540 </context-group>
4541 </trans-unit>
4542 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
4543 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
4544 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dia atrás</target>
4545 <context-group name="null">
4546 <context context-type="linenumber">1</context>
4547 </context-group>
4548 </trans-unit>
4549 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
4550 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
4551 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> horas atrás</target>
4552 <context-group name="null">
4553 <context context-type="linenumber">1</context>
4554 </context-group>
4555 </trans-unit>
4556 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
4557 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
4558 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> hora atrás</target>
4559 <context-group name="null">
4560 <context context-type="linenumber">1</context>
4561 </context-group>
4562 </trans-unit>
4563 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
4564 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
4565 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> minutos atrás</target>
4566 <context-group name="null">
4567 <context context-type="linenumber">1</context>
4568 </context-group>
4569 </trans-unit>
4570 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
4571 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
4572 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> segundos atrás</target>
4573 <context-group name="null">
4574 <context context-type="linenumber">1</context>
4575 </context-group>
4576 </trans-unit>
4577 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4578 <source>Confirm</source>
4579 <target>Confirmar</target>
4580 <context-group name="null">
4581 <context context-type="linenumber">1</context>
4582 </context-group>
4583 </trans-unit>
3478 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 4584 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
3479 <source>Instance name is required.</source> 4585 <source>Instance name is required.</source>
3480 <target>Nome da instância é necessário.</target> 4586 <target>Nome da instância é necessário.</target>
@@ -3601,6 +4707,48 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3601 <context context-type="linenumber">1</context> 4707 <context context-type="linenumber">1</context>
3602 </context-group> 4708 </context-group>
3603 </trans-unit> 4709 </trans-unit>
4710 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33">
4711 <source>Your name is required.</source>
4712 <target>Seu nome é obrigatório.</target>
4713 <context-group name="null">
4714 <context context-type="linenumber">1</context>
4715 </context-group>
4716 </trans-unit>
4717 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a">
4718 <source>Your name must be at least 1 character long.</source>
4719 <target>Seu nome deve ter ao menos 1 caractere.</target>
4720 <context-group name="null">
4721 <context context-type="linenumber">1</context>
4722 </context-group>
4723 </trans-unit>
4724 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b">
4725 <source>Your name cannot be more than 120 characters long.</source>
4726 <target>Seu nome não pode conter mais de 120 caracteres.</target>
4727 <context-group name="null">
4728 <context context-type="linenumber">1</context>
4729 </context-group>
4730 </trans-unit>
4731 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2">
4732 <source>A message is required.</source>
4733 <target>A mensagem é obrigatória.</target>
4734 <context-group name="null">
4735 <context context-type="linenumber">1</context>
4736 </context-group>
4737 </trans-unit>
4738 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64">
4739 <source>The message must be at least 3 characters long.</source>
4740 <target>A mensagem deve ter no mínimo 3 caracteres.</target>
4741 <context-group name="null">
4742 <context context-type="linenumber">1</context>
4743 </context-group>
4744 </trans-unit>
4745 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60">
4746 <source>The message cannot be more than 5000 characters long.</source>
4747 <target>A mensagem não pode ter mais que 5000 caracteres.</target>
4748 <context-group name="null">
4749 <context context-type="linenumber">1</context>
4750 </context-group>
4751 </trans-unit>
3604 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149"> 4752 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149">
3605 <source>Username is required.</source> 4753 <source>Username is required.</source>
3606 <target>Nome de usuário é necessário.</target> 4754 <target>Nome de usuário é necessário.</target>
@@ -3622,6 +4770,27 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3622 <context context-type="linenumber">1</context> 4770 <context context-type="linenumber">1</context>
3623 </context-group> 4771 </context-group>
3624 </trans-unit> 4772 </trans-unit>
4773 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a">
4774 <source>Username must be at least 1 character long.</source>
4775 <target>O nome de usuário deve ter ao menos 1 caractere.</target>
4776 <context-group name="null">
4777 <context context-type="linenumber">1</context>
4778 </context-group>
4779 </trans-unit>
4780 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a">
4781 <source>Username cannot be more than 50 characters long.</source>
4782 <target>O nome de usuário não pode ter mais que 50 caracteres.</target>
4783 <context-group name="null">
4784 <context context-type="linenumber">1</context>
4785 </context-group>
4786 </trans-unit>
4787 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
4788 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
4789 <target>O nome de usuário deve ser alfanumérico e em caixa baixa; pontos finais e underlines são permitidos.</target>
4790 <context-group name="null">
4791 <context context-type="linenumber">1</context>
4792 </context-group>
4793 </trans-unit>
3625 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0"> 4794 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
3626 <source>Password must be at least 6 characters long.</source> 4795 <source>Password must be at least 6 characters long.</source>
3627 <target>Senha deve ter pelo menos 6 caracteres.</target> 4796 <target>Senha deve ter pelo menos 6 caracteres.</target>
@@ -3685,9 +4854,30 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3685 <context context-type="linenumber">1</context> 4854 <context context-type="linenumber">1</context>
3686 </context-group> 4855 </context-group>
3687 </trans-unit> 4856 </trans-unit>
4857 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c">
4858 <source>Display name must be at least 1 character long.</source>
4859 <target>O nome de exibição deve ter no mínimo 1 caractere.</target>
4860 <context-group name="null">
4861 <context context-type="linenumber">1</context>
4862 </context-group>
4863 </trans-unit>
4864 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1">
4865 <source>Display name cannot be more than 50 characters long.</source>
4866 <target>O nome de exibição não pode ter mais que 50 caracteres.</target>
4867 <context-group name="null">
4868 <context context-type="linenumber">1</context>
4869 </context-group>
4870 </trans-unit>
3688 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae"> 4871 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae">
3689 <source>Description must be at least 3 characters long.</source> 4872 <source>Description must be at least 3 characters long.</source>
3690 <target>Descrição deve ter pelo menos 3 caracteres.</target> 4873 <target>A descrição deve ter pelo menos 3 caracteres.</target>
4874 <context-group name="null">
4875 <context context-type="linenumber">1</context>
4876 </context-group>
4877 </trans-unit>
4878 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0">
4879 <source>Description cannot be more than 1000 characters long.</source>
4880 <target>A descrição não pode ter mais que 1000 caracteres.</target>
3691 <context-group name="null"> 4881 <context-group name="null">
3692 <context context-type="linenumber">1</context> 4882 <context context-type="linenumber">1</context>
3693 </context-group> 4883 </context-group>
@@ -3701,14 +4891,14 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3701 </trans-unit> 4891 </trans-unit>
3702 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00"> 4892 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00">
3703 <source>Ban reason must be at least 3 characters long.</source> 4893 <source>Ban reason must be at least 3 characters long.</source>
3704 <target>Motivo do banimento deve ter pelo menos 3 caracteres.</target> 4894 <target>O motivo do banimento deve ter pelo menos 3 caracteres.</target>
3705 <context-group name="null"> 4895 <context-group name="null">
3706 <context context-type="linenumber">1</context> 4896 <context context-type="linenumber">1</context>
3707 </context-group> 4897 </context-group>
3708 </trans-unit> 4898 </trans-unit>
3709 <trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd"> 4899 <trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd">
3710 <source>Ban reason cannot be more than 250 characters long.</source> 4900 <source>Ban reason cannot be more than 250 characters long.</source>
3711 <target>Motivo do banimento não pode ter mais de 250 caracteres.</target> 4901 <target>O motivo do banimento não pode ter mais que 250 caracteres.</target>
3712 <context-group name="null"> 4902 <context-group name="null">
3713 <context context-type="linenumber">1</context> 4903 <context context-type="linenumber">1</context>
3714 </context-group> 4904 </context-group>
@@ -3727,16 +4917,30 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3727 <context context-type="linenumber">1</context> 4917 <context context-type="linenumber">1</context>
3728 </context-group> 4918 </context-group>
3729 </trans-unit> 4919 </trans-unit>
4920 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
4921 <source>Report reason cannot be more than 3000 characters long.</source>
4922 <target>O motivo da denúncia não pode ter mais que 3000 caracteres.</target>
4923 <context-group name="null">
4924 <context context-type="linenumber">1</context>
4925 </context-group>
4926 </trans-unit>
3730 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118"> 4927 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118">
3731 <source>Moderation comment is required.</source> 4928 <source>Moderation comment is required.</source>
3732 <target>Comentário de moderação é obrigatório.</target> 4929 <target>O comentário de moderação é obrigatório.</target>
3733 <context-group name="null"> 4930 <context-group name="null">
3734 <context context-type="linenumber">1</context> 4931 <context context-type="linenumber">1</context>
3735 </context-group> 4932 </context-group>
3736 </trans-unit> 4933 </trans-unit>
3737 <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2"> 4934 <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2">
3738 <source>Moderation comment must be at least 2 characters long.</source> 4935 <source>Moderation comment must be at least 2 characters long.</source>
3739 <target>Comentário de moderação deve ter pelo menos 2 caracteres.</target> 4936 <target>O comentário de moderação deve ter pelo menos 2 caracteres.</target>
4937 <context-group name="null">
4938 <context context-type="linenumber">1</context>
4939 </context-group>
4940 </trans-unit>
4941 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
4942 <source>Moderation comment cannot be more than 3000 characters long.</source>
4943 <target>O comentário de moderação não pode ter mais que 3000 caracteres.</target>
3740 <context-group name="null"> 4944 <context-group name="null">
3741 <context context-type="linenumber">1</context> 4945 <context context-type="linenumber">1</context>
3742 </context-group> 4946 </context-group>
@@ -3750,28 +4954,28 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3750 </trans-unit> 4954 </trans-unit>
3751 <trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca"> 4955 <trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca">
3752 <source>Blacklist reason must be at least 2 characters long.</source> 4956 <source>Blacklist reason must be at least 2 characters long.</source>
3753 <target>Motivo da lista negra deve ter pelo menos 2 caracteres.</target> 4957 <target>O motivo de inserção na lista negra deve ter pelo menos 2 caracteres.</target>
3754 <context-group name="null"> 4958 <context-group name="null">
3755 <context context-type="linenumber">1</context> 4959 <context context-type="linenumber">1</context>
3756 </context-group> 4960 </context-group>
3757 </trans-unit> 4961 </trans-unit>
3758 <trans-unit id="5009443905b0b152915247799492bf5e164e7626"> 4962 <trans-unit id="5009443905b0b152915247799492bf5e164e7626">
3759 <source>Blacklist reason cannot be more than 300 characters long.</source> 4963 <source>Blacklist reason cannot be more than 300 characters long.</source>
3760 <target>Motivo da lista negra não pode ter mais de 300 caracteres.</target> 4964 <target>Motivo de inserção na lista negra não pode ter mais que 300 caracteres.</target>
3761 <context-group name="null"> 4965 <context-group name="null">
3762 <context context-type="linenumber">1</context> 4966 <context context-type="linenumber">1</context>
3763 </context-group> 4967 </context-group>
3764 </trans-unit> 4968 </trans-unit>
3765 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e"> 4969 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e">
3766 <source>Video caption language is required.</source> 4970 <source>Video caption language is required.</source>
3767 <target>Idioma da legenda oculta de vídeo é necessário.</target> 4971 <target>O idioma da legenda de vídeo oculta é obrigatório.</target>
3768 <context-group name="null"> 4972 <context-group name="null">
3769 <context context-type="linenumber">1</context> 4973 <context context-type="linenumber">1</context>
3770 </context-group> 4974 </context-group>
3771 </trans-unit> 4975 </trans-unit>
3772 <trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963"> 4976 <trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963">
3773 <source>Video caption file is required.</source> 4977 <source>Video caption file is required.</source>
3774 <target>Arquivo de legenda oculta de vídeo é necessário.</target> 4978 <target>O arquivo de legenda de vídeo oculta é obrigatório.</target>
3775 <context-group name="null"> 4979 <context-group name="null">
3776 <context context-type="linenumber">1</context> 4980 <context context-type="linenumber">1</context>
3777 </context-group> 4981 </context-group>
@@ -3783,16 +4987,51 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3783 <context context-type="linenumber">1</context> 4987 <context context-type="linenumber">1</context>
3784 </context-group> 4988 </context-group>
3785 </trans-unit> 4989 </trans-unit>
4990 <trans-unit id="c8465c3773699dd075e0147e264d2e232f605803">
4991 <source>You can only transfer ownership to a local account</source>
4992 <target>Você só pode transferir a propriedade para uma conta local</target>
4993 <context-group name="null">
4994 <context context-type="linenumber">1</context>
4995 </context-group>
4996 </trans-unit>
3786 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33"> 4997 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33">
3787 <source>Name is required.</source> 4998 <source>Name is required.</source>
3788 <target>Nome é obrigatório.</target> 4999 <target>O nome é obrigatório.</target>
5000 <context-group name="null">
5001 <context context-type="linenumber">1</context>
5002 </context-group>
5003 </trans-unit>
5004 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76">
5005 <source>Name must be at least 1 character long.</source>
5006 <target>O nome deve ter pelo menos 1 caractere.</target>
5007 <context-group name="null">
5008 <context context-type="linenumber">1</context>
5009 </context-group>
5010 </trans-unit>
5011 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d">
5012 <source>Name cannot be more than 50 characters long.</source>
5013 <target>O nome não pode ter mais que 50 caracteres.</target>
5014 <context-group name="null">
5015 <context context-type="linenumber">1</context>
5016 </context-group>
5017 </trans-unit>
5018 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18">
5019 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
5020 <target>O nome deve ser alfanumérico e em caixa baixa; pontos finais e underlines são permitidos.</target>
3789 <context-group name="null"> 5021 <context-group name="null">
3790 <context context-type="linenumber">1</context> 5022 <context context-type="linenumber">1</context>
3791 </context-group> 5023 </context-group>
3792 </trans-unit> 5024 </trans-unit>
3793 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b"> 5025 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
3794 <source>Support text must be at least 3 characters long.</source> 5026 <source>Support text must be at least 3 characters long.</source>
3795 <target>Texto de apoio deve ter pelo menos 3 caracteres.</target> 5027 <target>O texto de apoio deve ter pelo menos 3 caracteres.</target>
5028 <context-group name="null">
5029 <context context-type="linenumber">1</context>
5030 </context-group>
5031 </trans-unit>
5032 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85">
5033 <source>Support text cannot be more than 1000 characters long.</source>
5034 <target>O texto de apoio não pode ter mais que 1000 caracteres.</target>
3796 <context-group name="null"> 5035 <context-group name="null">
3797 <context context-type="linenumber">1</context> 5036 <context context-type="linenumber">1</context>
3798 </context-group> 5037 </context-group>
@@ -3818,6 +5057,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3818 <context context-type="linenumber">1</context> 5057 <context context-type="linenumber">1</context>
3819 </context-group> 5058 </context-group>
3820 </trans-unit> 5059 </trans-unit>
5060 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5061 <source>Display name cannot be more than 120 characters long.</source>
5062 <target>Nome de exibição não pode ter mais que 120 caracteres.</target>
5063 <context-group name="null">
5064 <context context-type="linenumber">1</context>
5065 </context-group>
5066 </trans-unit>
3821 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 5067 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
3822 <source>Video name is required.</source> 5068 <source>Video name is required.</source>
3823 <target>Nome do vídeo é necessário.</target> 5069 <target>Nome do vídeo é necessário.</target>
@@ -3841,49 +5087,56 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3841 </trans-unit> 5087 </trans-unit>
3842 <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4"> 5088 <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4">
3843 <source>Video privacy is required.</source> 5089 <source>Video privacy is required.</source>
3844 <target>Privacidade do vídeo é necessária.</target> 5090 <target>A pivacidade do vídeo é obrigatório.</target>
3845 <context-group name="null"> 5091 <context-group name="null">
3846 <context context-type="linenumber">1</context> 5092 <context context-type="linenumber">1</context>
3847 </context-group> 5093 </context-group>
3848 </trans-unit> 5094 </trans-unit>
3849 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16"> 5095 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16">
3850 <source>Video channel is required.</source> 5096 <source>Video channel is required.</source>
3851 <target>Canal do vídeo é necessário.</target> 5097 <target>O canal do vídeo é obrigatório.</target>
3852 <context-group name="null"> 5098 <context-group name="null">
3853 <context context-type="linenumber">1</context> 5099 <context context-type="linenumber">1</context>
3854 </context-group> 5100 </context-group>
3855 </trans-unit> 5101 </trans-unit>
3856 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef"> 5102 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef">
3857 <source>Video description must be at least 3 characters long.</source> 5103 <source>Video description must be at least 3 characters long.</source>
3858 <target>Descrição do vídeo deve ter pelo menos 3 caracteres.</target> 5104 <target>A descrição do vídeo deve ter pelo menos 3 caracteres.</target>
3859 <context-group name="null"> 5105 <context-group name="null">
3860 <context context-type="linenumber">1</context> 5106 <context context-type="linenumber">1</context>
3861 </context-group> 5107 </context-group>
3862 </trans-unit> 5108 </trans-unit>
3863 <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906"> 5109 <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906">
3864 <source>Video description cannot be more than 10000 characters long.</source> 5110 <source>Video description cannot be more than 10000 characters long.</source>
3865 <target>Descrição do vídeo não pode ter mais que 10000 caracteres.</target> 5111 <target>A descrição do vídeo não pode ter mais que 10000 caracteres.</target>
3866 <context-group name="null"> 5112 <context-group name="null">
3867 <context context-type="linenumber">1</context> 5113 <context context-type="linenumber">1</context>
3868 </context-group> 5114 </context-group>
3869 </trans-unit> 5115 </trans-unit>
3870 <trans-unit id="f1cffdc2e156716cd9880201d65ba457d11464f8"> 5116 <trans-unit id="f1cffdc2e156716cd9880201d65ba457d11464f8">
3871 <source>A tag should be more than 2 characters long.</source> 5117 <source>A tag should be more than 2 characters long.</source>
3872 <target>Uma tag deve ter mais de 2 caracteres.</target> 5118 <target>Uma tag deve ter mais que 2 caracteres.</target>
3873 <context-group name="null"> 5119 <context-group name="null">
3874 <context context-type="linenumber">1</context> 5120 <context context-type="linenumber">1</context>
3875 </context-group> 5121 </context-group>
3876 </trans-unit> 5122 </trans-unit>
3877 <trans-unit id="34a0811f9a2a7366cc9efcdad52ea59b105326ea"> 5123 <trans-unit id="34a0811f9a2a7366cc9efcdad52ea59b105326ea">
3878 <source>A tag should be less than 30 characters long.</source> 5124 <source>A tag should be less than 30 characters long.</source>
3879 <target>Uma tag deve ter menos de 30 caracteres.</target> 5125 <target>Uma tag deve ter menos que 30 caracteres.</target>
3880 <context-group name="null"> 5126 <context-group name="null">
3881 <context context-type="linenumber">1</context> 5127 <context context-type="linenumber">1</context>
3882 </context-group> 5128 </context-group>
3883 </trans-unit> 5129 </trans-unit>
3884 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6"> 5130 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6">
3885 <source>Video support must be at least 3 characters long.</source> 5131 <source>Video support must be at least 3 characters long.</source>
3886 <target>Apoio ao vídeo deve ter pelo menos 3 caracteres.</target> 5132 <target>O suporte do vídeo deve ter pelo menos 3 caracteres.</target>
5133 <context-group name="null">
5134 <context context-type="linenumber">1</context>
5135 </context-group>
5136 </trans-unit>
5137 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad">
5138 <source>Video support cannot be more than 1000 characters long.</source>
5139 <target>O suporte do vídeo não pode ter mais que 1000 caracteres.</target>
3887 <context-group name="null"> 5140 <context-group name="null">
3888 <context context-type="linenumber">1</context> 5141 <context context-type="linenumber">1</context>
3889 </context-group> 5142 </context-group>
@@ -3902,16 +5155,16 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3902 <context context-type="linenumber">1</context> 5155 <context context-type="linenumber">1</context>
3903 </context-group> 5156 </context-group>
3904 </trans-unit> 5157 </trans-unit>
3905 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4"> 5158 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
3906 <source>All unsaved data will be lost, are you sure you want to leave this page?</source> 5159 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
3907 <target>Todos os dados não salvos serão perdidos, você tem certeza que deseja sair dessa página?</target> 5160 <target>O PeerTube não pode trabalhar com este tipo de arquivo. As extensões aceitas são <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target>
3908 <context-group name="null"> 5161 <context-group name="null">
3909 <context context-type="linenumber">1</context> 5162 <context context-type="linenumber">1</context>
3910 </context-group> 5163 </context-group>
3911 </trans-unit> 5164 </trans-unit>
3912 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01"> 5165 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4">
3913 <source>Warning</source> 5166 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
3914 <target>Aviso</target> 5167 <target>Todos os dados não salvos serão perdidos; você tem certeza que deseja sair dessa página?</target>
3915 <context-group name="null"> 5168 <context-group name="null">
3916 <context context-type="linenumber">1</context> 5169 <context context-type="linenumber">1</context>
3917 </context-group> 5170 </context-group>
@@ -4294,149 +5547,191 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4294 <context context-type="linenumber">1</context> 5547 <context context-type="linenumber">1</context>
4295 </context-group> 5548 </context-group>
4296 </trans-unit> 5549 </trans-unit>
4297 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d"> 5550 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
4298 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source> 5551 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
4299 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> anos atrás</target> 5552 <target>Compatível com <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> que têm suporte a:</target>
4300 <context-group name="null"> 5553 <context-group name="null">
4301 <context context-type="linenumber">1</context> 5554 <context context-type="linenumber">1</context>
4302 </context-group> 5555 </context-group>
4303 </trans-unit> 5556 </trans-unit>
4304 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 5557 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980">
4305 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 5558 <source>Emphasis</source>
4306 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> meses atrás</target> 5559 <target>Ênfase</target>
4307 <context-group name="null"> 5560 <context-group name="null">
4308 <context context-type="linenumber">1</context> 5561 <context context-type="linenumber">1</context>
4309 </context-group> 5562 </context-group>
4310 </trans-unit> 5563 </trans-unit>
4311 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b"> 5564 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0">
4312 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source> 5565 <source>Links</source>
4313 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> mês atrás</target> 5566 <target>Links</target>
4314 <context-group name="null"> 5567 <context-group name="null">
4315 <context context-type="linenumber">1</context> 5568 <context context-type="linenumber">1</context>
4316 </context-group> 5569 </context-group>
4317 </trans-unit> 5570 </trans-unit>
4318 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1"> 5571 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a">
4319 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source> 5572 <source>New lines</source>
4320 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> semanas atrás</target> 5573 <target>Novas linhas</target>
4321 <context-group name="null"> 5574 <context-group name="null">
4322 <context context-type="linenumber">1</context> 5575 <context context-type="linenumber">1</context>
4323 </context-group> 5576 </context-group>
4324 </trans-unit> 5577 </trans-unit>
4325 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e"> 5578 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1">
4326 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source> 5579 <source>Lists</source>
4327 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> semana atrás</target> 5580 <target>Listas</target>
4328 <context-group name="null"> 5581 <context-group name="null">
4329 <context context-type="linenumber">1</context> 5582 <context context-type="linenumber">1</context>
4330 </context-group> 5583 </context-group>
4331 </trans-unit> 5584 </trans-unit>
4332 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7"> 5585 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
4333 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source> 5586 <source>Images</source>
4334 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dias atrás</target> 5587 <target>Imagens</target>
4335 <context-group name="null"> 5588 <context-group name="null">
4336 <context context-type="linenumber">1</context> 5589 <context context-type="linenumber">1</context>
4337 </context-group> 5590 </context-group>
4338 </trans-unit> 5591 </trans-unit>
4339 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1"> 5592 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681">
4340 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source> 5593 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source>
4341 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dia atrás</target> 5594 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> usuários banidos.</target>
4342 <context-group name="null"> 5595 <context-group name="null">
4343 <context context-type="linenumber">1</context> 5596 <context context-type="linenumber">1</context>
4344 </context-group> 5597 </context-group>
4345 </trans-unit> 5598 </trans-unit>
4346 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84"> 5599 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd">
4347 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source> 5600 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source>
4348 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> horas atrás</target> 5601 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> banido.</target>
4349 <context-group name="null"> 5602 <context-group name="null">
4350 <context context-type="linenumber">1</context> 5603 <context context-type="linenumber">1</context>
4351 </context-group> 5604 </context-group>
4352 </trans-unit> 5605 </trans-unit>
4353 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d"> 5606 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734">
4354 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source> 5607 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source>
4355 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> hora atrás</target> 5608 <target>Você realmente quer desbanir <x id="INTERPOLATION" equiv-text="{{username}}"/>?</target>
4356 <context-group name="null"> 5609 <context-group name="null">
4357 <context context-type="linenumber">1</context> 5610 <context context-type="linenumber">1</context>
4358 </context-group> 5611 </context-group>
4359 </trans-unit> 5612 </trans-unit>
4360 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a"> 5613 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd">
4361 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source> 5614 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source>
4362 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> minutos atrás</target> 5615 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> foi desbanido.</target>
4363 <context-group name="null"> 5616 <context-group name="null">
4364 <context context-type="linenumber">1</context> 5617 <context context-type="linenumber">1</context>
4365 </context-group> 5618 </context-group>
4366 </trans-unit> 5619 </trans-unit>
4367 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 5620 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603">
4368 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 5621 <source>If you remove this user, you will not be able to create another with the same username!</source>
4369 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> segundos atrás</target> 5622 <target>Se remover este usuário, você não poderá criar outro com o mesmo nome de usuário.</target>
4370 <context-group name="null"> 5623 <context-group name="null">
4371 <context context-type="linenumber">1</context> 5624 <context context-type="linenumber">1</context>
4372 </context-group> 5625 </context-group>
4373 </trans-unit> 5626 </trans-unit>
4374 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 5627 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a">
4375 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 5628 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source>
4376 <target>Compatível com <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> que têm suporte a:</target> 5629 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> excluído.</target>
4377 <context-group name="null"> 5630 <context-group name="null">
4378 <context context-type="linenumber">1</context> 5631 <context context-type="linenumber">1</context>
4379 </context-group> 5632 </context-group>
4380 </trans-unit> 5633 </trans-unit>
4381 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980"> 5634 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096">
4382 <source>Emphasis</source> 5635 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source>
4383 <target>Ênfase</target> 5636 <target>Email do usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> confirmado</target>
4384 <context-group name="null"> 5637 <context-group name="null">
4385 <context context-type="linenumber">1</context> 5638 <context context-type="linenumber">1</context>
4386 </context-group> 5639 </context-group>
4387 </trans-unit> 5640 </trans-unit>
4388 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0"> 5641 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249">
4389 <source>Links</source> 5642 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source>
4390 <target>Links</target> 5643 <target>Conta <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> silenciada.</target>
4391 <context-group name="null"> 5644 <context-group name="null">
4392 <context context-type="linenumber">1</context> 5645 <context context-type="linenumber">1</context>
4393 </context-group> 5646 </context-group>
4394 </trans-unit> 5647 </trans-unit>
4395 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a"> 5648 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6">
4396 <source>New lines</source> 5649 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source>
4397 <target>Novas linhas</target> 5650 <target>Instância <x id="INTERPOLATION" equiv-text="{{host}}"/> silenciada.</target>
4398 <context-group name="null"> 5651 <context-group name="null">
4399 <context context-type="linenumber">1</context> 5652 <context context-type="linenumber">1</context>
4400 </context-group> 5653 </context-group>
4401 </trans-unit> 5654 </trans-unit>
4402 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1"> 5655 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499">
4403 <source>Lists</source> 5656 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
4404 <target>Listas</target> 5657 <target>Conta <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> silenciada pela instância.</target>
4405 <context-group name="null"> 5658 <context-group name="null">
4406 <context context-type="linenumber">1</context> 5659 <context context-type="linenumber">1</context>
4407 </context-group> 5660 </context-group>
4408 </trans-unit> 5661 </trans-unit>
4409 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866"> 5662 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
4410 <source>Images</source> 5663 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
4411 <target>Imagens</target> 5664 <target>Conta <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> não será mais silenciada pela instância.</target>
4412 <context-group name="null"> 5665 <context-group name="null">
4413 <context context-type="linenumber">1</context> 5666 <context context-type="linenumber">1</context>
4414 </context-group> 5667 </context-group>
4415 </trans-unit> 5668 </trans-unit>
4416 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd"> 5669 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830">
4417 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source> 5670 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
4418 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> banido.</target> 5671 <target>Instância <x id="INTERPOLATION" equiv-text="{{host}}"/> silenciada pela instância.</target>
4419 <context-group name="null"> 5672 <context-group name="null">
4420 <context context-type="linenumber">1</context> 5673 <context context-type="linenumber">1</context>
4421 </context-group> 5674 </context-group>
4422 </trans-unit> 5675 </trans-unit>
4423 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734"> 5676 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f">
4424 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source> 5677 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source>
4425 <target>Você realmente quer desbanir <x id="INTERPOLATION" equiv-text="{{username}}"/>?</target> 5678 <target>Conta <x id="INTERPOLATION" equiv-text="{{host}}"/> não será mais silenciada pela instância.</target>
4426 <context-group name="null"> 5679 <context-group name="null">
4427 <context context-type="linenumber">1</context> 5680 <context context-type="linenumber">1</context>
4428 </context-group> 5681 </context-group>
4429 </trans-unit> 5682 </trans-unit>
4430 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd"> 5683 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc">
4431 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source> 5684 <source>Mute this account</source>
4432 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> foi desbanido.</target> 5685 <target>Silencia esta conta</target>
4433 <context-group name="null"> 5686 <context-group name="null">
4434 <context context-type="linenumber">1</context> 5687 <context context-type="linenumber">1</context>
4435 </context-group> 5688 </context-group>
4436 </trans-unit> 5689 </trans-unit>
4437 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a"> 5690 <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952">
4438 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source> 5691 <source>Unmute this account</source>
4439 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> excluído.</target> 5692 <target>Remover silêncio</target>
5693 <context-group name="null">
5694 <context context-type="linenumber">1</context>
5695 </context-group>
5696 </trans-unit>
5697 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d">
5698 <source>Mute the instance</source>
5699 <target>Silenciar esta instância</target>
5700 <context-group name="null">
5701 <context context-type="linenumber">1</context>
5702 </context-group>
5703 </trans-unit>
5704 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9">
5705 <source>Unmute the instance</source>
5706 <target>Remover silêncio desta instância</target>
5707 <context-group name="null">
5708 <context context-type="linenumber">1</context>
5709 </context-group>
5710 </trans-unit>
5711 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
5712 <source>Mute this account by your instance</source>
5713 <target>Silenciar esta conta em sua instância</target>
5714 <context-group name="null">
5715 <context context-type="linenumber">1</context>
5716 </context-group>
5717 </trans-unit>
5718 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957">
5719 <source>Unmute this account by your instance</source>
5720 <target>Remover silêncio desta conta em sua instância</target>
5721 <context-group name="null">
5722 <context context-type="linenumber">1</context>
5723 </context-group>
5724 </trans-unit>
5725 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178">
5726 <source>Mute the instance by your instance</source>
5727 <target>Silenciar a instância em sua instância.</target>
5728 <context-group name="null">
5729 <context context-type="linenumber">1</context>
5730 </context-group>
5731 </trans-unit>
5732 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a">
5733 <source>Unmute the instance by your instance</source>
5734 <target>Remover silêncio da instância em sua instância.</target>
4440 <context-group name="null"> 5735 <context-group name="null">
4441 <context context-type="linenumber">1</context> 5736 <context context-type="linenumber">1</context>
4442 </context-group> 5737 </context-group>
@@ -4497,6 +5792,90 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4497 <context context-type="linenumber">1</context> 5792 <context context-type="linenumber">1</context>
4498 </context-group> 5793 </context-group>
4499 </trans-unit> 5794 </trans-unit>
5795 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf">
5796 <source>Moderator</source>
5797 <target>Moderador</target>
5798 <context-group name="null">
5799 <context context-type="linenumber">1</context>
5800 </context-group>
5801 </trans-unit>
5802 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
5803 <source>Video blacklisted.</source>
5804 <target>Vídeo colocado na lista negra.</target>
5805 <context-group name="null">
5806 <context context-type="linenumber">1</context>
5807 </context-group>
5808 </trans-unit>
5809 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
5810 <source>Copied</source>
5811 <target>Copiado</target>
5812 <context-group name="null">
5813 <context context-type="linenumber">1</context>
5814 </context-group>
5815 </trans-unit>
5816 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
5817 <source>Video reported.</source>
5818 <target>Vídeo denunciado.</target>
5819 <context-group name="null">
5820 <context context-type="linenumber">1</context>
5821 </context-group>
5822 </trans-unit>
5823 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
5824 <source>Do you really want to delete this video?</source>
5825 <target>Você realmente deseja excluir esse vídeo?</target>
5826 <context-group name="null">
5827 <context context-type="linenumber">1</context>
5828 </context-group>
5829 </trans-unit>
5830 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
5831 <source>Blacklist</source>
5832 <target>Lista negra</target>
5833 <context-group name="null">
5834 <context context-type="linenumber">1</context>
5835 </context-group>
5836 </trans-unit>
5837 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
5838 <source>Report</source>
5839 <target>Denunciar</target>
5840 <context-group name="null">
5841 <context context-type="linenumber">1</context>
5842 </context-group>
5843 </trans-unit>
5844 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
5845 <source>Published</source>
5846 <target>Publicado</target>
5847 <context-group name="null">
5848 <context context-type="linenumber">1</context>
5849 </context-group>
5850 </trans-unit>
5851 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
5852 <source>Publication scheduled on </source>
5853 <target>Publicação agendada em </target>
5854 <context-group name="null">
5855 <context context-type="linenumber">1</context>
5856 </context-group>
5857 </trans-unit>
5858 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
5859 <source>Waiting transcoding</source>
5860 <target>Aguardando transcodificação</target>
5861 <context-group name="null">
5862 <context context-type="linenumber">1</context>
5863 </context-group>
5864 </trans-unit>
5865 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
5866 <source>To transcode</source>
5867 <target>Para transcodificar</target>
5868 <context-group name="null">
5869 <context context-type="linenumber">1</context>
5870 </context-group>
5871 </trans-unit>
5872 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
5873 <source>To import</source>
5874 <target>Para importar</target>
5875 <context-group name="null">
5876 <context context-type="linenumber">1</context>
5877 </context-group>
5878 </trans-unit>
4500 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 5879 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
4501 <source>Only I can see this video</source> 5880 <source>Only I can see this video</source>
4502 <target>Apenas eu posso ver este vídeo</target> 5881 <target>Apenas eu posso ver este vídeo</target>
@@ -4518,6 +5897,20 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4518 <context context-type="linenumber">1</context> 5897 <context context-type="linenumber">1</context>
4519 </context-group> 5898 </context-group>
4520 </trans-unit> 5899 </trans-unit>
5900 <trans-unit id="21565881ad1dff3c98738b9535b3515cec140609">
5901 <source>Welcome! Now please check your emails to verify your account and complete signup.</source>
5902 <target>Seja bem-vindo! Por favor, verifique seu email para confirmar sua conta e completar o registro.</target>
5903 <context-group name="null">
5904 <context context-type="linenumber">1</context>
5905 </context-group>
5906 </trans-unit>
5907 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6">
5908 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source>
5909 <target>Você está logado como <x id="INTERPOLATION" equiv-text="{{username}}"/>!</target>
5910 <context-group name="null">
5911 <context context-type="linenumber">1</context>
5912 </context-group>
5913 </trans-unit>
4521 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb"> 5914 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb">
4522 <source>Video to import updated.</source> 5915 <source>Video to import updated.</source>
4523 <target>Vídeo para importar atualizado.</target> 5916 <target>Vídeo para importar atualizado.</target>
@@ -4574,6 +5967,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4574 <context context-type="linenumber">1</context> 5967 <context context-type="linenumber">1</context>
4575 </context-group> 5968 </context-group>
4576 </trans-unit> 5969 </trans-unit>
5970 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
5971 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
5972 <target>Você tem modificações não salvas! Se sair desta páginas, as modificações serão perdidas.</target>
5973 <context-group name="null">
5974 <context context-type="linenumber">1</context>
5975 </context-group>
5976 </trans-unit>
4577 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187"> 5977 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
4578 <source>Video updated.</source> 5978 <source>Video updated.</source>
4579 <target>Vídeo atualizado.</target> 5979 <target>Vídeo atualizado.</target>
@@ -4588,37 +5988,16 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4588 <context context-type="linenumber">1</context> 5988 <context context-type="linenumber">1</context>
4589 </context-group> 5989 </context-group>
4590 </trans-unit> 5990 </trans-unit>
4591 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3"> 5991 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
4592 <source>Video blacklisted.</source> 5992 <source>Like the video</source>
4593 <target>Vídeo colocado na lista negra.</target> 5993 <target>Gostar do vídeo</target>
4594 <context-group name="null"> 5994 <context-group name="null">
4595 <context context-type="linenumber">1</context> 5995 <context context-type="linenumber">1</context>
4596 </context-group> 5996 </context-group>
4597 </trans-unit> 5997 </trans-unit>
4598 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5"> 5998 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8">
4599 <source>Copied</source> 5999 <source>Dislike the video</source>
4600 <target>Copiado</target> 6000 <target>Não gostar do vídeo</target>
4601 <context-group name="null">
4602 <context context-type="linenumber">1</context>
4603 </context-group>
4604 </trans-unit>
4605 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
4606 <source>Video reported.</source>
4607 <target>Vídeo denunciado.</target>
4608 <context-group name="null">
4609 <context context-type="linenumber">1</context>
4610 </context-group>
4611 </trans-unit>
4612 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
4613 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
4614 <target>Começar em <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
4615 <context-group name="null">
4616 <context context-type="linenumber">1</context>
4617 </context-group>
4618 </trans-unit>
4619 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
4620 <source>Do you really want to delete this video?</source>
4621 <target>Você realmente deseja excluir esse vídeo?</target>
4622 <context-group name="null"> 6001 <context-group name="null">
4623 <context context-type="linenumber">1</context> 6002 <context context-type="linenumber">1</context>
4624 </context-group> 6003 </context-group>
@@ -4644,6 +6023,20 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4644 <context context-type="linenumber">1</context> 6023 <context context-type="linenumber">1</context>
4645 </context-group> 6024 </context-group>
4646 </trans-unit> 6025 </trans-unit>
6026 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
6027 <source>Trending for the last 24 hours</source>
6028 <target>Em alta nas últimas 24 horas</target>
6029 <context-group name="null">
6030 <context context-type="linenumber">1</context>
6031 </context-group>
6032 </trans-unit>
6033 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6034 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6035 <target>Em alta nos últimos <x id="INTERPOLATION" equiv-text="{{days}}"/> dias</target>
6036 <context-group name="null">
6037 <context context-type="linenumber">1</context>
6038 </context-group>
6039 </trans-unit>
4647 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 6040 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
4648 <source>Videos from your subscriptions</source> 6041 <source>Videos from your subscriptions</source>
4649 <target>Vídeos de suas inscrições</target> 6042 <target>Vídeos de suas inscrições</target>
diff --git a/client/src/locale/target/angular_pt_PT.xml b/client/src/locale/target/angular_pt_PT.xml
new file mode 100644
index 000000000..5a2b7cab9
--- /dev/null
+++ b/client/src/locale/target/angular_pt_PT.xml
@@ -0,0 +1,5543 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="pt-PT">
5 <body>
6 <trans-unit id="ngb.alert.close">
7 <source>Close</source>
8 <target>Fechar</target>
9 <context-group name="null">
10 <context context-type="linenumber">2</context>
11 </context-group>
12 </trans-unit>
13 <trans-unit id="ngb.carousel.previous">
14 <source>Previous</source>
15 <target>Anterior</target>
16 <context-group name="null">
17 <context context-type="linenumber">13</context>
18 </context-group>
19 </trans-unit>
20 <trans-unit id="ngb.carousel.next">
21 <source>Next</source>
22 <target>Próximo</target>
23 <context-group name="null">
24 <context context-type="linenumber">17</context>
25 </context-group>
26 </trans-unit>
27 <trans-unit id="ngb.datepicker.previous-month">
28 <source>Previous month</source>
29 <target>Mês anterior</target>
30 <context-group name="null">
31 <context context-type="linenumber">5</context>
32 </context-group>
33 </trans-unit>
34 <trans-unit id="ngb.datepicker.next-month">
35 <source>Next month</source>
36 <target>Próximo mês</target>
37 <context-group name="null">
38 <context context-type="linenumber">27</context>
39 </context-group>
40 </trans-unit>
41 <trans-unit id="ngb.datepicker.select-month">
42 <source>Select month</source><target>Select month</target><context-group name="null">
43 <context context-type="linenumber">7</context>
44 </context-group>
45 </trans-unit>
46 <trans-unit id="ngb.datepicker.select-year">
47 <source>Select year</source><target>Select year</target><context-group name="null">
48 <context context-type="linenumber">16</context>
49 </context-group>
50 </trans-unit>
51 <trans-unit id="ngb.pagination.first">
52 <source>««</source>
53 <target>««</target>
54 <context-group name="null">
55 <context context-type="linenumber">2</context>
56 </context-group>
57 </trans-unit>
58 <trans-unit id="ngb.pagination.previous">
59 <source>«</source>
60 <target>«</target>
61 <context-group name="null">
62 <context context-type="linenumber">3</context>
63 </context-group>
64 </trans-unit>
65 <trans-unit id="ngb.pagination.next">
66 <source>»</source>
67 <target>»</target>
68 <context-group name="null">
69 <context context-type="linenumber">4</context>
70 </context-group>
71 </trans-unit>
72 <trans-unit id="ngb.pagination.last">
73 <source>»»</source>
74 <target>»»</target>
75 <context-group name="null">
76 <context context-type="linenumber">5</context>
77 </context-group>
78 </trans-unit>
79 <trans-unit id="ngb.pagination.first-aria">
80 <source>First</source>
81 <target>Primeiro</target>
82 <context-group name="null">
83 <context context-type="linenumber">14</context>
84 </context-group>
85 </trans-unit>
86 <trans-unit id="ngb.pagination.previous-aria">
87 <source>Previous</source>
88 <target>Anterior</target>
89 <context-group name="null">
90 <context context-type="linenumber">23</context>
91 </context-group>
92 </trans-unit>
93 <trans-unit id="ngb.pagination.next-aria">
94 <source>Next</source>
95 <target>Próximo</target>
96 <context-group name="null">
97 <context context-type="linenumber">41</context>
98 </context-group>
99 </trans-unit>
100 <trans-unit id="ngb.pagination.last-aria">
101 <source>Last</source>
102 <target>Último</target>
103 <context-group name="null">
104 <context context-type="linenumber">49</context>
105 </context-group>
106 </trans-unit>
107 <trans-unit id="ngb.progressbar.value">
108 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
109 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
110 <context-group name="null">
111 <context context-type="linenumber">6</context>
112 </context-group>
113 </trans-unit>
114 <trans-unit id="ngb.timepicker.increment-hours">
115 <source>Increment hours</source>
116 <target>Aumentar horas</target>
117 <context-group name="null">
118 <context context-type="linenumber">9</context>
119 </context-group>
120 </trans-unit>
121 <trans-unit id="ngb.timepicker.HH">
122 <source>HH</source>
123 <target>HH</target>
124 <context-group name="null">
125 <context context-type="linenumber">12</context>
126 </context-group>
127 </trans-unit>
128 <trans-unit id="ngb.timepicker.hours">
129 <source>Hours</source>
130 <target>Horas</target>
131 <context-group name="null">
132 <context context-type="linenumber">14</context>
133 </context-group>
134 </trans-unit>
135 <trans-unit id="ngb.timepicker.decrement-hours">
136 <source>Decrement hours</source>
137 <target>Reduzir horas</target>
138 <context-group name="null">
139 <context context-type="linenumber">20</context>
140 </context-group>
141 </trans-unit>
142 <trans-unit id="ngb.timepicker.increment-minutes">
143 <source>Increment minutes</source>
144 <target>Aumentar minutos</target>
145 <context-group name="null">
146 <context context-type="linenumber">29</context>
147 </context-group>
148 </trans-unit>
149 <trans-unit id="ngb.timepicker.MM">
150 <source>MM</source>
151 <target>MM</target>
152 <context-group name="null">
153 <context context-type="linenumber">32</context>
154 </context-group>
155 </trans-unit>
156 <trans-unit id="ngb.timepicker.minutes">
157 <source>Minutes</source>
158 <target>Minutos</target>
159 <context-group name="null">
160 <context context-type="linenumber">34</context>
161 </context-group>
162 </trans-unit>
163 <trans-unit id="ngb.timepicker.decrement-minutes">
164 <source>Decrement minutes</source>
165 <target>Reduzir minutos</target>
166 <context-group name="null">
167 <context context-type="linenumber">40</context>
168 </context-group>
169 </trans-unit>
170 <trans-unit id="ngb.timepicker.increment-seconds">
171 <source>Increment seconds</source>
172 <target>Aumentar segundos</target>
173 <context-group name="null">
174 <context context-type="linenumber">49</context>
175 </context-group>
176 </trans-unit>
177 <trans-unit id="ngb.timepicker.SS">
178 <source>SS</source>
179 <target>SS</target>
180 <context-group name="null">
181 <context context-type="linenumber">52</context>
182 </context-group>
183 </trans-unit>
184 <trans-unit id="ngb.timepicker.seconds">
185 <source>Seconds</source>
186 <target>Segundos</target>
187 <context-group name="null">
188 <context context-type="linenumber">54</context>
189 </context-group>
190 </trans-unit>
191 <trans-unit id="ngb.timepicker.decrement-seconds">
192 <source>Decrement seconds</source>
193 <target>Reduzir segundos</target>
194 <context-group name="null">
195 <context context-type="linenumber">60</context>
196 </context-group>
197 </trans-unit>
198 <trans-unit id="ngb.timepicker.PM">
199 <source>PM</source>
200 <target>PM</target>
201 <context-group name="null">
202 <context context-type="linenumber">68</context>
203 </context-group>
204 </trans-unit>
205 <trans-unit id="ngb.timepicker.AM">
206 <source>AM</source>
207 <target>AM</target>
208 <context-group name="null">
209 <context context-type="linenumber">69</context>
210 </context-group>
211 </trans-unit>
212 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
213 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
214 <target>(extensões: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, tamanho máximo: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
215 <context-group name="null">
216 <context context-type="linenumber">11</context>
217 </context-group>
218 </trans-unit>
219 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
220 <source>You don't have notifications.</source><target>You don't have notifications.</target><context-group name="null">
221 <context context-type="linenumber">1</context>
222 </context-group>
223 </trans-unit>
224 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
225 <source>Display name</source>
226 <target>Nome de exibição</target>
227 <context-group name="null">
228 <context context-type="linenumber">6</context>
229 </context-group>
230 </trans-unit>
231 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
232 <source>Create</source>
233 <target>Criar</target>
234 <context-group name="null">
235 <context context-type="linenumber">74</context>
236 </context-group>
237 </trans-unit>
238 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
239 <source>Download video</source>
240 <target>Baixar vídeo</target>
241 <context-group name="null">
242 <context context-type="linenumber">3</context>
243 </context-group>
244 </trans-unit>
245 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
246 <source>Direct download</source>
247 <target>Download direto</target>
248 <context-group name="null">
249 <context context-type="linenumber">27</context>
250 </context-group>
251 </trans-unit>
252 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
253 <source>Torrent (.torrent file)</source>
254 <target>Torrent (arquivo .torrent)</target>
255 <context-group name="null">
256 <context context-type="linenumber">32</context>
257 </context-group>
258 </trans-unit>
259 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
260 <source>Torrent (magnet link)</source>
261 <target>Torrent (link magnético)</target>
262 <context-group name="null">
263 <context context-type="linenumber">37</context>
264 </context-group>
265 </trans-unit>
266 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
267 <source>
268 Cancel
269 </source>
270 <target>
271 Cancelar
272 </target>
273 <context-group name="null">
274 <context context-type="linenumber">47</context>
275 </context-group>
276 </trans-unit>
277 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
278 <source>Download</source>
279 <target>Download</target>
280 <context-group name="null">
281 <context context-type="linenumber">48</context>
282 </context-group>
283 </trans-unit>
284 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
285 <source>Report video</source>
286 <target>Denunciar vídeo</target>
287 <context-group name="null">
288 <context context-type="linenumber">3</context>
289 </context-group>
290 </trans-unit>
291 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
292 <source>
293 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
294 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
295 </source>
296 <target>
297 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
298 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
299 </target>
300 <context-group name="null">
301 <context context-type="linenumber">9</context>
302 </context-group>
303 </trans-unit>
304 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
305 <source>Reason...</source>
306 <target>Motivo...</target>
307 <context-group name="null">
308 <context context-type="linenumber">11</context>
309 </context-group>
310 </trans-unit>
311 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
312 <source>
313 Cancel
314 </source>
315 <target>
316 Cancelar
317 </target>
318 <context-group name="null">
319 <context context-type="linenumber">38</context>
320 </context-group>
321 </trans-unit>
322 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
323 <source>Submit</source>
324 <target>Enviar</target>
325 <context-group name="null">
326 <context context-type="linenumber">29</context>
327 </context-group>
328 </trans-unit>
329 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
330 <source>Blacklist video</source>
331 <target>Coloque esse vídeo na lista negra</target>
332 <context-group name="null">
333 <context context-type="linenumber">3</context>
334 </context-group>
335 </trans-unit>
336 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
337 <source>Unfederate the video (ask for its deletion from the remote instances)</source><target>Unfederate the video (ask for its deletion from the remote instances)</target><context-group name="null">
338 <context context-type="linenumber">21</context>
339 </context-group>
340 </trans-unit>
341 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
342 <source>Unlisted</source><target>Unlisted</target><context-group name="null">
343 <context context-type="linenumber">17</context>
344 </context-group>
345 </trans-unit>
346 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
347 <source>Private</source><target>Private</target><context-group name="null">
348 <context context-type="linenumber">18</context>
349 </context-group>
350 </trans-unit>
351 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
352 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target><context-group name="null">
353 <context context-type="linenumber">22</context>
354 </context-group>
355 </trans-unit>
356 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
357 <source>Blacklisted</source>
358 <target>Na lista negra</target>
359 <context-group name="null">
360 <context context-type="linenumber">39</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
364 <source>Save</source>
365 <target>Salvar</target>
366 <context-group name="null">
367 <context context-type="linenumber">117</context>
368 </context-group>
369 </trans-unit>
370 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
371 <source>No results.</source>
372 <target>Nenhum resultado.</target>
373 <context-group name="null">
374 <context context-type="linenumber">20</context>
375 </context-group>
376 </trans-unit>
377 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
378 <source>Delete</source>
379 <target>Excluir</target>
380 <context-group name="null">
381 <context context-type="linenumber">15</context>
382 </context-group>
383 </trans-unit>
384 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
385 <source>Edit</source>
386 <target>Editar</target>
387 <context-group name="null">
388 <context context-type="linenumber">1</context>
389 </context-group>
390 </trans-unit>
391 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
392 <source>Truncated preview</source>
393 <target>Pré-visualização truncada</target>
394 <context-group name="null">
395 <context context-type="linenumber">9</context>
396 </context-group>
397 </trans-unit>
398 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196">
399 <source>Complete preview</source>
400 <target>Pré-visualização completa</target>
401 <context-group name="null">
402 <context context-type="linenumber">13</context>
403 </context-group>
404 </trans-unit>
405 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f">
406 <source>Get help</source>
407 <target>Obter ajuda</target>
408 <context-group name="null">
409 <context context-type="linenumber">19</context>
410 </context-group>
411 </trans-unit>
412 <trans-unit id="450025269732888db1f04cfe6033843110ab65ee">
413 <source>
414 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
415 Subscribe
416 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
417 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
418 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
419 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
420 </source><target>
421 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
422 Subscribe
423 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
424 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
425 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
426 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
427 </target><context-group name="null">
428 <context context-type="linenumber">5</context>
429 </context-group>
430 </trans-unit>
431 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
432 <source>
433 Unsubscribe
434 </source><target>
435 Unsubscribe
436 </target><context-group name="null">
437 <context context-type="linenumber">18</context>
438 </context-group>
439 </trans-unit>
440 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
441 <source>Using an ActivityPub account</source><target>Using an ActivityPub account</target><context-group name="null">
442 <context context-type="linenumber">36</context>
443 </context-group>
444 </trans-unit>
445 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
446 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source><target>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target><context-group name="null">
447 <context context-type="linenumber">39</context>
448 </context-group>
449 </trans-unit>
450 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
451 <source>Subscribe with your local account</source><target>Subscribe with your local account</target><context-group name="null">
452 <context context-type="linenumber">40</context>
453 </context-group>
454 </trans-unit>
455 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
456 <source>Subscribe with a Mastodon account:</source><target>Subscribe with a Mastodon account:</target><context-group name="null">
457 <context context-type="linenumber">43</context>
458 </context-group>
459 </trans-unit>
460 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
461 <source>Using a syndication feed</source><target>Using a syndication feed</target><context-group name="null">
462 <context context-type="linenumber">48</context>
463 </context-group>
464 </trans-unit>
465 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
466 <source>Subscribe via RSS</source><target>Subscribe via RSS</target><context-group name="null">
467 <context context-type="linenumber">49</context>
468 </context-group>
469 </trans-unit>
470 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
471 <source>
472 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
473 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
474 </source><target>
475 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
476 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
477 </target><context-group name="null">
478 <context context-type="linenumber">10</context>
479 </context-group>
480 </trans-unit>
481 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
482 <source>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.</source><target>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.</target><context-group name="null">
483 <context context-type="linenumber">17</context>
484 </context-group>
485 </trans-unit>
486 <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a">
487 <source>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.</source><target>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.</target><context-group name="null">
488 <context context-type="linenumber">22</context>
489 </context-group>
490 </trans-unit>
491 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
492 <source>Video quota</source>
493 <target>Cota de vídeo</target>
494 <context-group name="null">
495 <context context-type="linenumber">42</context>
496 </context-group>
497 </trans-unit>
498 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
499 <source>
500 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
501 </source>
502 <target>
503 Ilimitado <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
504 </target>
505 <context-group name="null">
506 <context context-type="linenumber">28</context>
507 </context-group>
508 </trans-unit>
509 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
510 <source>Ban</source>
511 <target>Banir</target>
512 <context-group name="null">
513 <context context-type="linenumber">3</context>
514 </context-group>
515 </trans-unit>
516 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
517 <source>
518 A banned user will no longer be able to login.
519 </source>
520 <target>
521 Um usuário banido não conseguirá mais fazer login.
522 </target>
523 <context-group name="null">
524 <context context-type="linenumber">18</context>
525 </context-group>
526 </trans-unit>
527 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
528 <source>Cancel</source>
529 <target>Cancelar</target>
530 <context-group name="null">
531 <context context-type="linenumber">10</context>
532 </context-group>
533 </trans-unit>
534 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
535 <source>Ban this user</source>
536 <target>Banir este usuário</target>
537 <context-group name="null">
538 <context context-type="linenumber">26</context>
539 </context-group>
540 </trans-unit>
541 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
542 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target><context-group name="null">
543 <context context-type="linenumber">11</context>
544 </context-group>
545 </trans-unit>
546 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
547 <source>
548 Login
549 </source>
550 <target>
551 Iniciar sessão
552 </target>
553 <context-group name="null">
554 <context context-type="linenumber">2</context>
555 </context-group>
556 </trans-unit>
557 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
558 <source>Request new verification email.</source>
559 <target>Solicitar novo email de verificação.</target>
560 <context-group name="null">
561 <context context-type="linenumber">12</context>
562 </context-group>
563 </trans-unit>
564 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
565 <source>User</source>
566 <target>Usuário</target>
567 <context-group name="null">
568 <context context-type="linenumber">13</context>
569 </context-group>
570 </trans-unit>
571 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
572 <source>Username or email address</source>
573 <target>Nome de usuário ou endereço de e-mail</target>
574 <context-group name="null">
575 <context context-type="linenumber">15</context>
576 </context-group>
577 </trans-unit>
578 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87">
579 <source>
580 or create an account
581 </source>
582 <target>
583 ou crie uma conta
584 </target>
585 <context-group name="null">
586 <context context-type="linenumber">18</context>
587 </context-group>
588 </trans-unit>
589 <trans-unit id="d6290381021b16febc426d3e3a52dda83991ce0b">
590 <source>
591 or create an account on another instance
592 </source>
593 <target>
594 ou crie uma conta em outra instância
595 </target>
596 <context-group name="null">
597 <context context-type="linenumber">22</context>
598 </context-group>
599 </trans-unit>
600 <trans-unit id="76e1f485e6ead4c84b606f46d413878881d66ad3">
601 <source>User registration is not allowed on this instance, but you can register on many others!</source>
602 <target>Registro de novos usuários não está permitida nesta instância, porém você pode registrar em muitas outras!</target>
603 <context-group name="null">
604 <context context-type="linenumber">28</context>
605 </context-group>
606 </trans-unit>
607 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
608 <source>Password</source>
609 <target>Senha</target>
610 <context-group name="null">
611 <context context-type="linenumber">13</context>
612 </context-group>
613 </trans-unit>
614 <trans-unit id="b87e81682959464211443afc3e23c506865d2eda">
615 <source>I forgot my password</source>
616 <target>Esqueci minha senha</target>
617 <context-group name="null">
618 <context context-type="linenumber">44</context>
619 </context-group>
620 </trans-unit>
621 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
622 <source>Login</source>
623 <target>Entrar</target>
624 <context-group name="null">
625 <context context-type="linenumber">32</context>
626 </context-group>
627 </trans-unit>
628 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
629 <source>Forgot your password</source>
630 <target>Esqueceu sua senha</target>
631 <context-group name="null">
632 <context context-type="linenumber">57</context>
633 </context-group>
634 </trans-unit>
635 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
636 <source>
637 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
638 </source><target>
639 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
640 </target><context-group name="null">
641 <context context-type="linenumber">64</context>
642 </context-group>
643 </trans-unit>
644 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
645 <source>Email</source>
646 <target>E-mail</target>
647 <context-group name="null">
648 <context context-type="linenumber">8</context>
649 </context-group>
650 </trans-unit>
651 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
652 <source>Email address</source>
653 <target>Endereço de e-mail</target>
654 <context-group name="null">
655 <context context-type="linenumber">10</context>
656 </context-group>
657 </trans-unit>
658 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
659 <source>Send me an email to reset my password</source>
660 <target>Me envie um e-mail para redefinir minha senha</target>
661 <context-group name="null">
662 <context context-type="linenumber">81</context>
663 </context-group>
664 </trans-unit>
665 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
666 <source>
667 Reset my password
668 </source>
669 <target>
670 Redefinir minha senha
671 </target>
672 <context-group name="null">
673 <context context-type="linenumber">2</context>
674 </context-group>
675 </trans-unit>
676 <trans-unit id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
677 <source>Confirm password</source>
678 <target>Confirme a senha</target>
679 <context-group name="null">
680 <context context-type="linenumber">19</context>
681 </context-group>
682 </trans-unit>
683 <trans-unit id="3652e5c6e33165264d5271d06cc04ab7123b6df1">
684 <source>Confirmed password</source>
685 <target>Senha confirmada</target>
686 <context-group name="null">
687 <context context-type="linenumber">21</context>
688 </context-group>
689 </trans-unit>
690 <trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3">
691 <source>Reset my password</source>
692 <target>Redefinir minha senha</target>
693 <context-group name="null">
694 <context context-type="linenumber">29</context>
695 </context-group>
696 </trans-unit>
697 <trans-unit id="4499806949402133d08a5029cb5462c5ea25336d">
698 <source>
699 Create an account
700 </source>
701 <target>
702 Criar conta
703 </target>
704 <context-group name="null">
705 <context context-type="linenumber">3</context>
706 </context-group>
707 </trans-unit>
708 <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
709 <source>Username</source>
710 <target>Nome de usuário</target>
711 <context-group name="null">
712 <context context-type="linenumber">8</context>
713 </context-group>
714 </trans-unit>
715 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3">
716 <source>Example: jane_doe</source>
717 <target>Exemplo: jane_doe</target>
718 <context-group name="null">
719 <context context-type="linenumber">17</context>
720 </context-group>
721 </trans-unit>
722 <trans-unit id="7fe213724c4c0a4112c40c673884acb98a0a3b92">
723 <source>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</source><target>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</target><context-group name="null">
724 <context context-type="linenumber">55</context>
725 </context-group>
726 </trans-unit>
727 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
728 <source>Signup</source>
729 <target>Inscrever-se</target>
730 <context-group name="null">
731 <context context-type="linenumber">88</context>
732 </context-group>
733 </trans-unit>
734 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
735 <source>Features found on this instance</source>
736 <target>Recursos disponíveis nesta instância</target>
737 <context-group name="null">
738 <context context-type="linenumber">67</context>
739 </context-group>
740 </trans-unit>
741 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
742 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source>
743 <target><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> resultados</target>
744 <context-group name="null">
745 <context context-type="linenumber">5</context>
746 </context-group>
747 </trans-unit>
748 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
749 <source>
750 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
751 </source>
752 <target>
753 para <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
754 </target>
755 <context-group name="null">
756 <context context-type="linenumber">6</context>
757 </context-group>
758 </trans-unit>
759 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
760 <source>
761 Filters
762 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
763 </source><target>
764 Filters
765 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
766 </target><context-group name="null">
767 <context context-type="linenumber">16</context>
768 </context-group>
769 </trans-unit>
770 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
771 <source>
772 No results found
773 </source>
774 <target>
775 Nenhum resultado encontrado
776 </target>
777 <context-group name="null">
778 <context context-type="linenumber">28</context>
779 </context-group>
780 </trans-unit>
781 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a">
782 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source>
783 <target><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> inscritos</target>
784 <context-group name="null">
785 <context context-type="linenumber">44</context>
786 </context-group>
787 </trans-unit>
788 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
789 <source>Change the language</source>
790 <target>Alterar o idioma</target>
791 <context-group name="null">
792 <context context-type="linenumber">102</context>
793 </context-group>
794 </trans-unit>
795 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
796 <source>
797 Help to translate PeerTube!
798 </source><target>
799 Help to translate PeerTube!
800 </target><context-group name="null">
801 <context context-type="linenumber">8</context>
802 </context-group>
803 </trans-unit>
804 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
805 <source>Create an account</source>
806 <target>Criar uma conta</target>
807 <context-group name="null">
808 <context context-type="linenumber">33</context>
809 </context-group>
810 </trans-unit>
811 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
812 <source>My library</source>
813 <target>Minha biblioteca</target>
814 <context-group name="null">
815 <context context-type="linenumber">37</context>
816 </context-group>
817 </trans-unit>
818 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
819 <source>Videos</source>
820 <target>Vídeos</target>
821 <context-group name="null">
822 <context context-type="linenumber">24</context>
823 </context-group>
824 </trans-unit>
825 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
826 <source>Subscriptions</source>
827 <target>Inscrições</target>
828 <context-group name="null">
829 <context context-type="linenumber">51</context>
830 </context-group>
831 </trans-unit>
832 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
833 <source>Overview</source>
834 <target>Visão geral</target>
835 <context-group name="null">
836 <context context-type="linenumber">66</context>
837 </context-group>
838 </trans-unit>
839 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
840 <source>Trending</source>
841 <target>Tendências</target>
842 <context-group name="null">
843 <context context-type="linenumber">71</context>
844 </context-group>
845 </trans-unit>
846 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
847 <source>Recently added</source>
848 <target>Adicionado recentemente</target>
849 <context-group name="null">
850 <context context-type="linenumber">76</context>
851 </context-group>
852 </trans-unit>
853 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
854 <source>Local</source>
855 <target>Local</target>
856 <context-group name="null">
857 <context context-type="linenumber">81</context>
858 </context-group>
859 </trans-unit>
860 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
861 <source>More</source>
862 <target>Mais</target>
863 <context-group name="null">
864 <context context-type="linenumber">86</context>
865 </context-group>
866 </trans-unit>
867 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
868 <source>Administration</source>
869 <target>Administração</target>
870 <context-group name="null">
871 <context context-type="linenumber">90</context>
872 </context-group>
873 </trans-unit>
874 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
875 <source>About</source>
876 <target>Sobre</target>
877 <context-group name="null">
878 <context context-type="linenumber">26</context>
879 </context-group>
880 </trans-unit>
881 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
882 <source>Show keyboard shortcuts</source><target>Show keyboard shortcuts</target><context-group name="null">
883 <context context-type="linenumber">105</context>
884 </context-group>
885 </trans-unit>
886 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
887 <source>Toggle dark interface</source>
888 <target>Alternar interface escura</target>
889 <context-group name="null">
890 <context context-type="linenumber">108</context>
891 </context-group>
892 </trans-unit>
893 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
894 <source>View your notifications</source><target>View your notifications</target><context-group name="null">
895 <context context-type="linenumber">3</context>
896 </context-group>
897 </trans-unit>
898 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
899 <source>Notifications</source><target>Notifications</target><context-group name="null">
900 <context context-type="linenumber">10</context>
901 </context-group>
902 </trans-unit>
903 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
904 <source>Update your notification preferences</source><target>Update your notification preferences</target><context-group name="null">
905 <context context-type="linenumber">16</context>
906 </context-group>
907 </trans-unit>
908 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
909 <source>See all your notifications</source><target>See all your notifications</target><context-group name="null">
910 <context context-type="linenumber">30</context>
911 </context-group>
912 </trans-unit>
913 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
914 <source>Search...</source>
915 <target>Pesquisar...</target>
916 <context-group name="null">
917 <context context-type="linenumber">2</context>
918 </context-group>
919 </trans-unit>
920 <trans-unit id="4b3972c3e9485218508a95f7a4ce7758e3f09ced">
921 <source>Upload</source>
922 <target>Carregar</target>
923 <context-group name="null">
924 <context context-type="linenumber">9</context>
925 </context-group>
926 </trans-unit>
927 <trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff">
928 <source>Sort</source>
929 <target>Ordenar</target>
930 <context-group name="null">
931 <context context-type="linenumber">6</context>
932 </context-group>
933 </trans-unit>
934 <trans-unit id="98acac685fc4b2d35e5d0cf3cd224d247a756c3e">
935 <source>Published date</source>
936 <target>Data de publicação</target>
937 <context-group name="null">
938 <context context-type="linenumber">15</context>
939 </context-group>
940 </trans-unit>
941 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
942 <source>Duration</source>
943 <target>Duração</target>
944 <context-group name="null">
945 <context context-type="linenumber">45</context>
946 </context-group>
947 </trans-unit>
948 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
949 <source>Display sensitive content</source>
950 <target>Visualizar conteúdo sensível</target>
951 <context-group name="null">
952 <context context-type="linenumber">54</context>
953 </context-group>
954 </trans-unit>
955 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
956 <source>Yes</source>
957 <target>Sim</target>
958 <context-group name="null">
959 <context context-type="linenumber">58</context>
960 </context-group>
961 </trans-unit>
962 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
963 <source>No</source>
964 <target>Não</target>
965 <context-group name="null">
966 <context context-type="linenumber">63</context>
967 </context-group>
968 </trans-unit>
969 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
970 <source>Category</source>
971 <target>Categoria</target>
972 <context-group name="null">
973 <context context-type="linenumber">189</context>
974 </context-group>
975 </trans-unit>
976 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
977 <source>Licence</source>
978 <target>Licença</target>
979 <context-group name="null">
980 <context context-type="linenumber">198</context>
981 </context-group>
982 </trans-unit>
983 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
984 <source>Language</source>
985 <target>Idioma</target>
986 <context-group name="null">
987 <context context-type="linenumber">207</context>
988 </context-group>
989 </trans-unit>
990 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
991 <source>All of these tags</source>
992 <target>Todas estas etiquetas</target>
993 <context-group name="null">
994 <context context-type="linenumber">103</context>
995 </context-group>
996 </trans-unit>
997 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
998 <source>One of these tags</source>
999 <target>Uma destas etiquetas</target>
1000 <context-group name="null">
1001 <context context-type="linenumber">108</context>
1002 </context-group>
1003 </trans-unit>
1004 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
1005 <source>Filter</source>
1006 <target>Filtro</target>
1007 <context-group name="null">
1008 <context context-type="linenumber">115</context>
1009 </context-group>
1010 </trans-unit>
1011 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1012 <source>Display unlisted and private videos</source><target>Display unlisted and private videos</target><context-group name="null">
1013 <context context-type="linenumber">14</context>
1014 </context-group>
1015 </trans-unit>
1016 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
1017 <source>
1018 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1019 </source>
1020 <target>
1021 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1022 </target>
1023 <context-group name="null">
1024 <context context-type="linenumber">6</context>
1025 </context-group>
1026 </trans-unit>
1027 <trans-unit id="48a5d0af93b94c4575b7f76a47fb3cdee58e6919">
1028 <source>
1029 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1030 </source><target>
1031 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1032 </target><context-group name="null">
1033 <context context-type="linenumber">14</context>
1034 </context-group>
1035 </trans-unit>
1036 <trans-unit id="e093a5a83045ff283f992a93699abb7cb9dd3c1b">
1037 <source>
1038 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>
1039 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
1040
1041 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.channel.displayName }}"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
1042 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1043 </source>
1044 <target>
1045 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>
1046 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
1047
1048 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.channel.displayName }}"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
1049 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1050 </target>
1051 <context-group name="null">
1052 <context context-type="linenumber">22</context>
1053 </context-group>
1054 </trans-unit>
1055 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
1056 <source>Instance</source>
1057 <target>Instância</target>
1058 <context-group name="null">
1059 <context context-type="linenumber">12</context>
1060 </context-group>
1061 </trans-unit>
1062 <trans-unit id="6385c357c1de58ce92c0cf618ecf9cf74b917390">
1063 <source>PeerTube</source>
1064 <target>PeerTube</target>
1065 <context-group name="null">
1066 <context context-type="linenumber">7</context>
1067 </context-group>
1068 </trans-unit>
1069 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
1070 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source><target>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</target><context-group name="null">
1071 <context context-type="linenumber">3</context>
1072 </context-group>
1073 </trans-unit>
1074 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
1075 <source>Your name</source><target>Your name</target><context-group name="null">
1076 <context context-type="linenumber">11</context>
1077 </context-group>
1078 </trans-unit>
1079 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
1080 <source>Your email</source><target>Your email</target><context-group name="null">
1081 <context context-type="linenumber">20</context>
1082 </context-group>
1083 </trans-unit>
1084 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
1085 <source>Your message</source><target>Your message</target><context-group name="null">
1086 <context context-type="linenumber">29</context>
1087 </context-group>
1088 </trans-unit>
1089 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1090 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source><target>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</target><context-group name="null">
1091 <context context-type="linenumber">4</context>
1092 </context-group>
1093 </trans-unit>
1094 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1095 <source>Contact administrator</source><target>Contact administrator</target><context-group name="null">
1096 <context context-type="linenumber">6</context>
1097 </context-group>
1098 </trans-unit>
1099 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
1100 <source>Description</source>
1101 <target>Descrição</target>
1102 <context-group name="null">
1103 <context context-type="linenumber">27</context>
1104 </context-group>
1105 </trans-unit>
1106 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
1107 <source>Terms</source>
1108 <target>Termos</target>
1109 <context-group name="null">
1110 <context context-type="linenumber">39</context>
1111 </context-group>
1112 </trans-unit>
1113 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1114 <source>
1115 About PeerTube
1116</source>
1117 <target>
1118 Sobre PeerTube
1119</target>
1120 <context-group name="null">
1121 <context context-type="linenumber">1</context>
1122 </context-group>
1123 </trans-unit>
1124 <trans-unit id="bd29138e1e17572596ce8f2fe61bcea6ac5fb0bf">
1125 <source>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</source>
1126 <target>PeerTube é uma plataforma federada (ActivityPub) de transmissão de vídeo que utiliza P2P (WebTorrent) diretamente no browser.</target>
1127 <context-group name="null">
1128 <context context-type="linenumber">6</context>
1129 </context-group>
1130 </trans-unit>
1131 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5">
1132 <source>
1133 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1134 </source>
1135 <target>
1136 Este é um software livre, sob a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>licença AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1137 </target>
1138 <context-group name="null">
1139 <context context-type="linenumber">8</context>
1140 </context-group>
1141 </trans-unit>
1142 <trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a">
1143 <source>
1144 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1145 </source>
1146 <target>
1147 Para mais informações por favor visite <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1148 </target>
1149 <context-group name="null">
1150 <context context-type="linenumber">12</context>
1151 </context-group>
1152 </trans-unit>
1153 <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1">
1154 <source>P2P &amp; Privacy</source>
1155 <target>P2P &amp; Privacidade</target>
1156 <context-group name="null">
1157 <context context-type="linenumber">18</context>
1158 </context-group>
1159 </trans-unit>
1160 <trans-unit id="cd429d53cb8f4a87879301248e38cb85f07fa9d6">
1161 <source>
1162 PeerTube uses the BitTorrent protocol to share bandwidth between users.
1163 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
1164 </source>
1165 <target>
1166 PeerTube utiliza o protocolo BitTorrent para compartilhar a banda de Internet entre os usuários.
1167 Isso significa que seu endereço IP é armazenado no rastreador BitTorrent da instância enquanto você baixa ou assiste o vídeo.
1168 </target>
1169 <context-group name="null">
1170 <context context-type="linenumber">20</context>
1171 </context-group>
1172 </trans-unit>
1173 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
1174 <source>What are the consequences?</source>
1175 <target>Quais são as consequências?</target>
1176 <context-group name="null">
1177 <context context-type="linenumber">25</context>
1178 </context-group>
1179 </trans-unit>
1180 <trans-unit id="9a612748b059ad246935df17ef4ec4e6afb43a2a">
1181 <source>
1182 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
1183 In practice, this is much more difficult because:
1184 </source>
1185 <target>
1186 Em teoria, alguém com conhecimentos técnicos suficientes poderia criar um script para rastrear qual IP está baixando qual vídeo.
1187 Na prática, isto é muito mais difícil porque:
1188 </target>
1189 <context-group name="null">
1190 <context context-type="linenumber">27</context>
1191 </context-group>
1192 </trans-unit>
1193 <trans-unit id="64f96be62df4a95a0615b6f630ad25d6348a29d3">
1194 <source>
1195 An HTTP request has to be sent on each tracker for each video to spy.
1196 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
1197 </source>
1198 <target>
1199 Uma requisição HTTP precisa ser enviada para cada rastreador de cada vídeo a ser espionado.
1200 Se quisermos espionar todos os vídeos do PeerTube, nós temos que enviar tantas requisições quanto vídeos existentes (então muitas, potencialmente)
1201 </target>
1202 <context-group name="null">
1203 <context context-type="linenumber">33</context>
1204 </context-group>
1205 </trans-unit>
1206 <trans-unit id="dd9a7a4ee66b0ff3fbb43ba8691ffcd042531611">
1207 <source>
1208 For each request sent, the tracker returns random peers at a limited number.
1209 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm
1210 </source>
1211 <target>
1212 Para cada requisição enviada, o rastreador retorna pares aleatórios até um número limite.
1213 Por exemplo, se existem 1000 pares na multidão e o rastreador envia apenas 20 pares para cada requisição, devem existir pelo menos 50 requisições enviadas para conhecer todos os nós na multidão.
1214 </target>
1215 <context-group name="null">
1216 <context context-type="linenumber">38</context>
1217 </context-group>
1218 </trans-unit>
1219 <trans-unit id="694cf53adfc2afe8afabf713ab00fa114d5d2f8e">
1220 <source>
1221 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
1222 </source>
1223 <target>
1224 Aquelas requisições precisam ser enviadas regularmente para saber quem iniciou/parou de assistir um vídeo. É fácil detectar aquele tipo de comportamento
1225 </target>
1226 <context-group name="null">
1227 <context context-type="linenumber">43</context>
1228 </context-group>
1229 </trans-unit>
1230 <trans-unit id="44bbecddbdf2aad1f4bad97cb806560553fb2ab3">
1231 <source>
1232 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video
1233 </source>
1234 <target>
1235 Se um endereço IP é armazenado em um rastreador isto não significa que a pessoa por trás do IP (se esta pessoa existe) assistiu o vídeo
1236 </target>
1237 <context-group name="null">
1238 <context context-type="linenumber">47</context>
1239 </context-group>
1240 </trans-unit>
1241 <trans-unit id="fec3239a860de66c718e3442df836b692b8568c3">
1242 <source>
1243 The IP address is a vague information : usually, it regularly changes and can represent many persons or entities
1244 </source>
1245 <target>
1246 O endereço IP é uma informação vaga : usualmente ele muda e pode representar muitas pessoas ou entidades
1247 </target>
1248 <context-group name="null">
1249 <context context-type="linenumber">51</context>
1250 </context-group>
1251 </trans-unit>
1252 <trans-unit id="b4c2ef0143270626106b26196d40baf3439aa7b0">
1253 <source>
1254 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent.
1255 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to.
1256 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information
1257 </source>
1258 <target>
1259 Os pares da web não estão publicamente acessíveis porque usamos WebRTC dentro do browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>com a biblioteca WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), o protocolo é diferente do BitTorrent clássico.
1260 Quando você está em um browser, você envia um sinal contendo seu endereço IP para o rastreador que vai escolhe aleatoriamente outros pares para encaminhar a informação.
1261 Veja <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>esse documento<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> para mais informações
1262 </target>
1263 <context-group name="null">
1264 <context context-type="linenumber">55</context>
1265 </context-group>
1266 </trans-unit>
1267 <trans-unit id="50d8e8388f5ceab292850ed828f306c9f2cab389">
1268 <source>
1269 The worst-case scenario of an average person spying on their friends is quite unlikely.
1270 There are much more effective ways to get that kind of information.
1271 </source>
1272 <target>
1273 O cenário de pior caso de uma pessoa comum espionando seus amigos é muito improvável.
1274 Existem meios mais efetivos de obtenção daquele tipo de informação.
1275 </target>
1276 <context-group name="null">
1277 <context context-type="linenumber">62</context>
1278 </context-group>
1279 </trans-unit>
1280 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf">
1281 <source>How does PeerTube compare with YouTube?</source>
1282 <target>Como o PeerTube se compara com o YouTube?</target>
1283 <context-group name="null">
1284 <context context-type="linenumber">67</context>
1285 </context-group>
1286 </trans-unit>
1287 <trans-unit id="2432705cbabcb92a8677338901dd5d655383ef4c">
1288 <source>
1289 The threats to privacy in YouTube are different from PeerTube's.
1290 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
1291 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
1292 </source>
1293 <target>
1294 As ameaças à privacidade no YouTube são diferentes às do PeerTube.
1295 No caso do YouTube, a plataforma coleta uma grande quantidade dos seus dados pessoais (não apenas seu IP) para analisá-los e rastrear você.
1296 Além disso, YouTube é propriedade do Google/Alphabet, uma empresa que rastreia você através de muitos sítios (via AdSense ou Google Analytics).
1297 </target>
1298 <context-group name="null">
1299 <context context-type="linenumber">69</context>
1300 </context-group>
1301 </trans-unit>
1302 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99">
1303 <source>What can I do to limit the exposure of my IP address?</source>
1304 <target>O que eu posso fazer para restringir a exposição do meu endereço IP?</target>
1305 <context-group name="null">
1306 <context context-type="linenumber">75</context>
1307 </context-group>
1308 </trans-unit>
1309 <trans-unit id="a545356de272b955258c2a2432b08ec637b65f7e">
1310 <source>
1311 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more.
1312 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
1313 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
1314 </source>
1315 <target>
1316 Seu endereço IP é público por isso toda vez que você consulta um sítio web existe um número de atores (além do sítio web destino) visualizando seu IP nos seus logs de conexão: ISP/roteadores/rastreadores/CDN e outros.
1317 PeerTube é transparente quanto a isso: nós lhe avisamos que se você desejar manter privado o seu endereço IP, você deve utilizar uma VPN ou o Navegador Tor.
1318 Imaginar que removendo o P2P do PeerTube lhe devolverá a anonimidade, não faz sentido.
1319 </target>
1320 <context-group name="null">
1321 <context context-type="linenumber">77</context>
1322 </context-group>
1323 </trans-unit>
1324 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41">
1325 <source>What will be done to mitigate this problem?</source>
1326 <target>O que será feito para mitigar o problema?</target>
1327 <context-group name="null">
1328 <context context-type="linenumber">83</context>
1329 </context-group>
1330 </trans-unit>
1331 <trans-unit id="b1372cb61ca791a0f7f95bf31c86c97df142adc4">
1332 <source>
1333 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
1334 In the meantime, we want to test different ideas related to this issue:
1335 </source><target>
1336 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
1337 In the meantime, we want to test different ideas related to this issue:
1338 </target><context-group name="null">
1339 <context context-type="linenumber">85</context>
1340 </context-group>
1341 </trans-unit>
1342 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19">
1343 <source>Set a limit to the number of peers sent by the tracker</source>
1344 <target>Defina um limite para o número de pares enviados pelo rastreador</target>
1345 <context-group name="null">
1346 <context context-type="linenumber">91</context>
1347 </context-group>
1348 </trans-unit>
1349 <trans-unit id="a6d732b614143f862e69798046dc0868716547e5">
1350 <source>Set a limit on the request frequency received by the tracker (being tested)</source>
1351 <target>Defina um limite para a frequência de requisições recebidas pelo rastreador (sendo testado)</target>
1352 <context-group name="null">
1353 <context context-type="linenumber">92</context>
1354 </context-group>
1355 </trans-unit>
1356 <trans-unit id="ba77e356eaa5c06caaf5c8734c361d1a5415fe1c">
1357 <source>Ring a bell if there are unusual requests (being tested)</source>
1358 <target>Tocar um som se houverem requisições incomuns (em teste)</target>
1359 <context-group name="null">
1360 <context context-type="linenumber">93</context>
1361 </context-group>
1362 </trans-unit>
1363 <trans-unit id="81861ff8a71c8a5881cdf66417f3bddb753f0e18">
1364 <source>Disable P2P from the administration interface</source>
1365 <target>Desabilite P2P a partir da interface de administração</target>
1366 <context-group name="null">
1367 <context context-type="linenumber">94</context>
1368 </context-group>
1369 </trans-unit>
1370 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6">
1371 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source>
1372 <target>Um programa de redundância automática de vídeos: nós não saberíamos se o IP baixou o vídeo de propósito ou se isso foi o programa automatizado</target>
1373 <context-group name="null">
1374 <context context-type="linenumber">95</context>
1375 </context-group>
1376 </trans-unit>
1377 <trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605">
1378 <source>Banned</source><target>Banned</target><context-group name="null">
1379 <context context-type="linenumber">12</context>
1380 </context-group>
1381 </trans-unit>
1382 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809">
1383 <source>Muted</source><target>Muted</target><context-group name="null">
1384 <context context-type="linenumber">13</context>
1385 </context-group>
1386 </trans-unit>
1387 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89">
1388 <source>Muted by your instance</source><target>Muted by your instance</target><context-group name="null">
1389 <context context-type="linenumber">14</context>
1390 </context-group>
1391 </trans-unit>
1392 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a">
1393 <source>Instance muted</source><target>Instance muted</target><context-group name="null">
1394 <context context-type="linenumber">15</context>
1395 </context-group>
1396 </trans-unit>
1397 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1">
1398 <source>Instance muted by your instance</source><target>Instance muted by your instance</target><context-group name="null">
1399 <context context-type="linenumber">16</context>
1400 </context-group>
1401 </trans-unit>
1402 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
1403 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
1404 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> inscritos</target>
1405 <context-group name="null">
1406 <context context-type="linenumber">24</context>
1407 </context-group>
1408 </trans-unit>
1409 <trans-unit id="6f5a458f827503ac7b8697688ecf3e0490818ee8">
1410 <source>Video channels</source>
1411 <target>Canais de vídeo</target>
1412 <context-group name="null">
1413 <context context-type="linenumber">31</context>
1414 </context-group>
1415 </trans-unit>
1416 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a">
1417 <source>Stats</source>
1418 <target>Estatísticas</target>
1419 <context-group name="null">
1420 <context context-type="linenumber">16</context>
1421 </context-group>
1422 </trans-unit>
1423 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
1424 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
1425 <target>Ingressou <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
1426 <context-group name="null">
1427 <context context-type="linenumber">10</context>
1428 </context-group>
1429 </trans-unit>
1430 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3">
1431 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source>
1432 <target><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> inscritos</target>
1433 <context-group name="null">
1434 <context context-type="linenumber">14</context>
1435 </context-group>
1436 </trans-unit>
1437 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f">
1438 <source>See this video channel</source>
1439 <target>Veja este canal de vídeo</target>
1440 <context-group name="null">
1441 <context context-type="linenumber">4</context>
1442 </context-group>
1443 </trans-unit>
1444 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59">
1445 <source>Name</source>
1446 <target>Nome</target>
1447 <context-group name="null">
1448 <context context-type="linenumber">12</context>
1449 </context-group>
1450 </trans-unit>
1451 <trans-unit id="512b045163a7187b2fc5d554e5f59fb3e49e174b">
1452 <source>Short description</source>
1453 <target>Descrição curta</target>
1454 <context-group name="null">
1455 <context context-type="linenumber">21</context>
1456 </context-group>
1457 </trans-unit>
1458 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
1459 <source>Default client route</source>
1460 <target>Rota padrão do cliente</target>
1461 <context-group name="null">
1462 <context context-type="linenumber">57</context>
1463 </context-group>
1464 </trans-unit>
1465 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1466 <source>Videos Overview</source>
1467 <target>Visão geral dos vídeos</target>
1468 <context-group name="null">
1469 <context context-type="linenumber">60</context>
1470 </context-group>
1471 </trans-unit>
1472 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1473 <source>Videos Trending</source>
1474 <target>Vídeos em Tendência</target>
1475 <context-group name="null">
1476 <context context-type="linenumber">61</context>
1477 </context-group>
1478 </trans-unit>
1479 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1480 <source>Videos Recently Added</source>
1481 <target>Vídeos Adicionados Recentemente</target>
1482 <context-group name="null">
1483 <context context-type="linenumber">62</context>
1484 </context-group>
1485 </trans-unit>
1486 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1487 <source>Local videos</source>
1488 <target>Vídeos locais</target>
1489 <context-group name="null">
1490 <context context-type="linenumber">63</context>
1491 </context-group>
1492 </trans-unit>
1493 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1494 <source>Policy on videos containing sensitive content</source>
1495 <target>Política sobre vídeos que possuem conteúdo sensível</target>
1496 <context-group name="null">
1497 <context context-type="linenumber">70</context>
1498 </context-group>
1499 </trans-unit>
1500 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
1501 <source>With &lt;strong&gt;Do not list&lt;/strong&gt; or &lt;strong&gt;Blur thumbnails&lt;/strong&gt;, a confirmation will be requested to watch the video.</source>
1502 <target>Com &lt;strong&gt;Não listar&lt;/strong&gt; ou &lt;strong&gt;Desfocar miniaturas&lt;/strong&gt;, uma confirmação será requisitada para assistir o vídeo.</target>
1503 <context-group name="null">
1504 <context context-type="linenumber">6</context>
1505 </context-group>
1506 </trans-unit>
1507 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
1508 <source>Do not list</source>
1509 <target>Não listar</target>
1510 <context-group name="null">
1511 <context context-type="linenumber">11</context>
1512 </context-group>
1513 </trans-unit>
1514 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
1515 <source>Blur thumbnails</source>
1516 <target>Desfocar miniaturas</target>
1517 <context-group name="null">
1518 <context context-type="linenumber">12</context>
1519 </context-group>
1520 </trans-unit>
1521 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
1522 <source>Display</source>
1523 <target>Exibição</target>
1524 <context-group name="null">
1525 <context context-type="linenumber">13</context>
1526 </context-group>
1527 </trans-unit>
1528 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
1529 <source>Signup enabled</source>
1530 <target>Inscrição permitida</target>
1531 <context-group name="null">
1532 <context context-type="linenumber">94</context>
1533 </context-group>
1534 </trans-unit>
1535 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1536 <source>Signup requires email verification</source>
1537 <target>Inscrição requer verificação de email</target>
1538 <context-group name="null">
1539 <context context-type="linenumber">101</context>
1540 </context-group>
1541 </trans-unit>
1542 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1543 <source>Signup limit</source>
1544 <target>Limite de inscrições</target>
1545 <context-group name="null">
1546 <context context-type="linenumber">106</context>
1547 </context-group>
1548 </trans-unit>
1549 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1550 <source>Users</source>
1551 <target>Usuários</target>
1552 <context-group name="null">
1553 <context context-type="linenumber">116</context>
1554 </context-group>
1555 </trans-unit>
1556 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1557 <source>User default video quota</source>
1558 <target>Cota padrão de vídeos do usuário</target>
1559 <context-group name="null">
1560 <context context-type="linenumber">120</context>
1561 </context-group>
1562 </trans-unit>
1563 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1564 <source>User default daily upload limit</source>
1565 <target>Padrão de limite diário de upload</target>
1566 <context-group name="null">
1567 <context context-type="linenumber">132</context>
1568 </context-group>
1569 </trans-unit>
1570 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
1571 <source>Import</source>
1572 <target>Importar</target>
1573 <context-group name="null">
1574 <context context-type="linenumber">42</context>
1575 </context-group>
1576 </trans-unit>
1577 <trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e">
1578 <source>Video import with HTTP URL (i.e. YouTube) enabled</source><target>Video import with HTTP URL (i.e. YouTube) enabled</target><context-group name="null">
1579 <context context-type="linenumber">153</context>
1580 </context-group>
1581 </trans-unit>
1582 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1583 <source>Video import with a torrent file or a magnet URI enabled</source>
1584 <target>Importação de vídeo com um arquivo torrent ou URI magnética habilitada</target>
1585 <context-group name="null">
1586 <context context-type="linenumber">160</context>
1587 </context-group>
1588 </trans-unit>
1589 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1590 <source>Administrator</source>
1591 <target>Administrador</target>
1592 <context-group name="null">
1593 <context context-type="linenumber">208</context>
1594 </context-group>
1595 </trans-unit>
1596 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1597 <source>Admin email</source>
1598 <target>Email de administrador</target>
1599 <context-group name="null">
1600 <context context-type="linenumber">211</context>
1601 </context-group>
1602 </trans-unit>
1603 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1604 <source>Enable contact form</source><target>Enable contact form</target><context-group name="null">
1605 <context context-type="linenumber">222</context>
1606 </context-group>
1607 </trans-unit>
1608 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
1609 <source>Basic configuration</source>
1610 <target>Configurações básicas</target>
1611 <context-group name="null">
1612 <context context-type="linenumber">5</context>
1613 </context-group>
1614 </trans-unit>
1615 <trans-unit id="99cb827741e93125476a0f5b676372d85d15b5fc">
1616 <source>Twitter</source>
1617 <target>Twitter</target>
1618 <context-group name="null">
1619 <context context-type="linenumber">231</context>
1620 </context-group>
1621 </trans-unit>
1622 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1623 <source>Your Twitter username</source>
1624 <target>Seu nome de usuário no Twitter</target>
1625 <context-group name="null">
1626 <context context-type="linenumber">237</context>
1627 </context-group>
1628 </trans-unit>
1629 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1630 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1631 <target>Indica a conta Twitter do sítio web ou plataforma em que o conteúdo foi publicado.</target>
1632 <context-group name="null">
1633 <context context-type="linenumber">240</context>
1634 </context-group>
1635 </trans-unit>
1636 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1637 <source>Instance whitelisted by Twitter</source>
1638 <target>Instância listada como permitida pelo Twitter</target>
1639 <context-group name="null">
1640 <context context-type="linenumber">252</context>
1641 </context-group>
1642 </trans-unit>
1643 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
1644 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
1645 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
1646 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source><target>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
1647 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
1648 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</target><context-group name="null">
1649 <context context-type="linenumber">253</context>
1650 </context-group>
1651 </trans-unit>
1652 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1653 <source>Services</source>
1654 <target>Serviços</target>
1655 <context-group name="null">
1656 <context context-type="linenumber">229</context>
1657 </context-group>
1658 </trans-unit>
1659 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1660 <source>Transcoding</source>
1661 <target>Transcodificação</target>
1662 <context-group name="null">
1663 <context context-type="linenumber">268</context>
1664 </context-group>
1665 </trans-unit>
1666 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1667 <source>Transcoding enabled</source>
1668 <target>Transcodificação ativada</target>
1669 <context-group name="null">
1670 <context context-type="linenumber">274</context>
1671 </context-group>
1672 </trans-unit>
1673 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1674 <source>If you disable transcoding, many videos from your users will not work!</source>
1675 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target>
1676 <context-group name="null">
1677 <context context-type="linenumber">275</context>
1678 </context-group>
1679 </trans-unit>
1680 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1681 <source>Allow additional extensions</source><target>Allow additional extensions</target><context-group name="null">
1682 <context context-type="linenumber">284</context>
1683 </context-group>
1684 </trans-unit>
1685 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1686 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source><target>Allow your users to upload .mkv, .mov, .avi, .flv videos</target><context-group name="null">
1687 <context context-type="linenumber">285</context>
1688 </context-group>
1689 </trans-unit>
1690 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1691 <source>Transcoding threads</source>
1692 <target>Threads de transcodificação</target>
1693 <context-group name="null">
1694 <context context-type="linenumber">290</context>
1695 </context-group>
1696 </trans-unit>
1697 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1698 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1699 <target>Resolução <x id="INTERPOLATION" equiv-text="{{resolution}}"/> habilitada</target>
1700 <context-group name="null">
1701 <context context-type="linenumber">305</context>
1702 </context-group>
1703 </trans-unit>
1704 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
1705 <source>
1706 Cache
1707
1708 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1709 </source>
1710 <target>
1711 Cache
1712
1713 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1714 </target>
1715 <context-group name="null">
1716 <context context-type="linenumber">313</context>
1717 </context-group>
1718 </trans-unit>
1719 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1720 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1721 <target>Alguns arquivos não são federados (pré-visualizações, legendas ocultas). Nós as obtivemos diretamente da instância de origem e a colocamos em cache.</target>
1722 <context-group name="null">
1723 <context context-type="linenumber">318</context>
1724 </context-group>
1725 </trans-unit>
1726 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1727 <source>Previews cache size</source>
1728 <target>Tamanho do cache de pré-visualizações</target>
1729 <context-group name="null">
1730 <context context-type="linenumber">324</context>
1731 </context-group>
1732 </trans-unit>
1733 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1734 <source>Video captions cache size</source>
1735 <target>Tamanho do cache de legendas ocultas de vídeos</target>
1736 <context-group name="null">
1737 <context context-type="linenumber">333</context>
1738 </context-group>
1739 </trans-unit>
1740 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1741 <source>Customizations</source>
1742 <target>Personalizações</target>
1743 <context-group name="null">
1744 <context context-type="linenumber">342</context>
1745 </context-group>
1746 </trans-unit>
1747 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1748 <source>JavaScript</source>
1749 <target>JavaScript</target>
1750 <context-group name="null">
1751 <context context-type="linenumber">347</context>
1752 </context-group>
1753 </trans-unit>
1754 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1755 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1756 <target>Escreva diretamente código JavaScript.&lt;br /&gt;Exemplo: &lt;pre&gt;console.log('minha instância é demais');&lt;/pre&gt;</target>
1757 <context-group name="null">
1758 <context context-type="linenumber">350</context>
1759 </context-group>
1760 </trans-unit>
1761 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1762 <source>Advanced configuration</source>
1763 <target>Configurações avançadas</target>
1764 <context-group name="null">
1765 <context context-type="linenumber">265</context>
1766 </context-group>
1767 </trans-unit>
1768 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1769 <source>Update configuration</source>
1770 <target>Atualizar configuração</target>
1771 <context-group name="null">
1772 <context context-type="linenumber">393</context>
1773 </context-group>
1774 </trans-unit>
1775 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1776 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1777 <target>Aparentemente a configuração está valida. Por favor procure potenciais erros nas diferentes abas.</target>
1778 <context-group name="null">
1779 <context context-type="linenumber">394</context>
1780 </context-group>
1781 </trans-unit>
1782 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
1783 <source>
1784 Users
1785 </source>
1786 <target>
1787 Usuários
1788 </target>
1789 <context-group name="null">
1790 <context context-type="linenumber">3</context>
1791 </context-group>
1792 </trans-unit>
1793 <trans-unit id="0315abd64e35510ed0534f597130ef781aca175a">
1794 <source>
1795 Manage follows
1796 </source>
1797 <target>
1798 Gerenciar seguidores
1799 </target>
1800 <context-group name="null">
1801 <context context-type="linenumber">7</context>
1802 </context-group>
1803 </trans-unit>
1804 <trans-unit id="1a5c7f9b1bec1463728f44933f0e256de9c45154">
1805 <source>
1806 Moderation
1807 </source>
1808 <target>
1809 Moderação
1810 </target>
1811 <context-group name="null">
1812 <context context-type="linenumber">11</context>
1813 </context-group>
1814 </trans-unit>
1815 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1816 <source>
1817 Configuration
1818 </source>
1819 <target>
1820 Configurações
1821 </target>
1822 <context-group name="null">
1823 <context context-type="linenumber">15</context>
1824 </context-group>
1825 </trans-unit>
1826 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
1827 <source>1 host (without "http://") per line</source>
1828 <target>1 host (sem "http://") por linha</target>
1829 <context-group name="null">
1830 <context context-type="linenumber">5</context>
1831 </context-group>
1832 </trans-unit>
1833 <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507">
1834 <source>
1835 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
1836 </source>
1837 <target>
1838 Aparentemente você não está em um servidor HTTPS. Seu servidor web precisa estar com TLS ativado para possibilitar seguir servidores.
1839 </target>
1840 <context-group name="null">
1841 <context context-type="linenumber">17</context>
1842 </context-group>
1843 </trans-unit>
1844 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
1845 <source>Add following</source>
1846 <target>Adicionar aos seguidos</target>
1847 <context-group name="null">
1848 <context context-type="linenumber">21</context>
1849 </context-group>
1850 </trans-unit>
1851 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
1852 <source>Filter...</source><target>Filter...</target><context-group name="null">
1853 <context context-type="linenumber">27</context>
1854 </context-group>
1855 </trans-unit>
1856 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
1857 <source>ID</source>
1858 <target>ID</target>
1859 <context-group name="null">
1860 <context context-type="linenumber">18</context>
1861 </context-group>
1862 </trans-unit>
1863 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
1864 <source>State</source>
1865 <target>Estado</target>
1866 <context-group name="null">
1867 <context context-type="linenumber">10</context>
1868 </context-group>
1869 </trans-unit>
1870 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1871 <source>Score</source>
1872 <target>Pontuação</target>
1873 <context-group name="null">
1874 <context context-type="linenumber">19</context>
1875 </context-group>
1876 </trans-unit>
1877 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1878 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1879 <target>Criado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
1880 <context-group name="null">
1881 <context context-type="linenumber">11</context>
1882 </context-group>
1883 </trans-unit>
1884 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
1885 <source>Accepted</source><target>Accepted</target><context-group name="null">
1886 <context context-type="linenumber">32</context>
1887 </context-group>
1888 </trans-unit>
1889 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
1890 <source>Pending</source><target>Pending</target><context-group name="null">
1891 <context context-type="linenumber">33</context>
1892 </context-group>
1893 </trans-unit>
1894 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
1895 <source>Refuse</source>
1896 <target>Recusar</target>
1897 <context-group name="null">
1898 <context context-type="linenumber">42</context>
1899 </context-group>
1900 </trans-unit>
1901 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1902 <source>Host</source>
1903 <target>Host</target>
1904 <context-group name="null">
1905 <context context-type="linenumber">19</context>
1906 </context-group>
1907 </trans-unit>
1908 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
1909 <source>Redundancy allowed</source><target>Redundancy allowed</target><context-group name="null">
1910 <context context-type="linenumber">22</context>
1911 </context-group>
1912 </trans-unit>
1913 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479">
1914 <source>Manage follows</source>
1915 <target>Gerenciar seguidas</target>
1916 <context-group name="null">
1917 <context context-type="linenumber">2</context>
1918 </context-group>
1919 </trans-unit>
1920 <trans-unit id="f995df052a1dfc675c2a21926420a707d9601936">
1921 <source>Following</source>
1922 <target>Seguindo</target>
1923 <context-group name="null">
1924 <context context-type="linenumber">5</context>
1925 </context-group>
1926 </trans-unit>
1927 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246">
1928 <source>Follow</source>
1929 <target>Seguir</target>
1930 <context-group name="null">
1931 <context context-type="linenumber">7</context>
1932 </context-group>
1933 </trans-unit>
1934 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
1935 <source>Followers</source>
1936 <target>Seguidores</target>
1937 <context-group name="null">
1938 <context context-type="linenumber">9</context>
1939 </context-group>
1940 </trans-unit>
1941 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1942 <source>Create user</source>
1943 <target>Usuário criador</target>
1944 <context-group name="null">
1945 <context context-type="linenumber">6</context>
1946 </context-group>
1947 </trans-unit>
1948 <trans-unit id="2788d9a67ed2b6f35c85818e6af1871317c57a7e">
1949 <source>Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></source>
1950 <target>Editar usuário <x id="INTERPOLATION" equiv-text="{{ username }}"/></target>
1951 <context-group name="null">
1952 <context context-type="linenumber">2</context>
1953 </context-group>
1954 </trans-unit>
1955 <trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a">
1956 <source>john</source>
1957 <target>joão</target>
1958 <context-group name="null">
1959 <context context-type="linenumber">10</context>
1960 </context-group>
1961 </trans-unit>
1962 <trans-unit id="bb3542ff8e5defa6d0c773799e5c8fe399605d05">
1963 <source>mail@example.com</source>
1964 <target>email@exemplo.com</target>
1965 <context-group name="null">
1966 <context context-type="linenumber">21</context>
1967 </context-group>
1968 </trans-unit>
1969 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46">
1970 <source>Role</source>
1971 <target>Papel</target>
1972 <context-group name="null">
1973 <context context-type="linenumber">43</context>
1974 </context-group>
1975 </trans-unit>
1976 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345">
1977 <source>
1978 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
1979 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
1980 </source>
1981 <target>
1982 Transcodificação está habilitada nesse servidor. A cota de vídeo só leva em conta vídeo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
1983 No máximo, esse usuário poderia usar ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
1984 </target>
1985 <context-group name="null">
1986 <context context-type="linenumber">65</context>
1987 </context-group>
1988 </trans-unit>
1989 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496">
1990 <source>Daily video quota</source>
1991 <target>Quota de vídeo diária</target>
1992 <context-group name="null">
1993 <context context-type="linenumber">72</context>
1994 </context-group>
1995 </trans-unit>
1996 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
1997 <source>Users list</source>
1998 <target>Lista de usuários</target>
1999 <context-group name="null">
2000 <context context-type="linenumber">2</context>
2001 </context-group>
2002 </trans-unit>
2003 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4">
2004 <source>Batch actions</source><target>Batch actions</target><context-group name="null">
2005 <context context-type="linenumber">19</context>
2006 </context-group>
2007 </trans-unit>
2008 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
2009 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2010 <target>Nome de usuário <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2011 <context-group name="null">
2012 <context context-type="linenumber">40</context>
2013 </context-group>
2014 </trans-unit>
2015 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
2016 <source>(banned)</source><target>(banned)</target><context-group name="null">
2017 <context context-type="linenumber">65</context>
2018 </context-group>
2019 </trans-unit>
2020 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
2021 <source>Go to the account page</source>
2022 <target>Ir para a página da conta</target>
2023 <context-group name="null">
2024 <context context-type="linenumber">153</context>
2025 </context-group>
2026 </trans-unit>
2027 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
2028 <source>User's email must be verified to login</source><target>User's email must be verified to login</target><context-group name="null">
2029 <context context-type="linenumber">72</context>
2030 </context-group>
2031 </trans-unit>
2032 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
2033 <source>User's email is verified / User can login without email verification</source><target>User's email is verified / User can login without email verification</target><context-group name="null">
2034 <context context-type="linenumber">76</context>
2035 </context-group>
2036 </trans-unit>
2037 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
2038 <source>Ban reason:</source>
2039 <target>Motivo do banimento:</target>
2040 <context-group name="null">
2041 <context context-type="linenumber">95</context>
2042 </context-group>
2043 </trans-unit>
2044 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
2045 <source>Moderation comment</source>
2046 <target>Comentário de moderação</target>
2047 <context-group name="null">
2048 <context context-type="linenumber">3</context>
2049 </context-group>
2050 </trans-unit>
2051 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964">
2052 <source>
2053 This comment can only be seen by you or the other moderators.
2054 </source>
2055 <target>
2056 Este comentário só pode ser visto por você ou outros moderadores.
2057 </target>
2058 <context-group name="null">
2059 <context context-type="linenumber">18</context>
2060 </context-group>
2061 </trans-unit>
2062 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
2063 <source>Update this comment</source>
2064 <target>Atualizar este comentário</target>
2065 <context-group name="null">
2066 <context context-type="linenumber">26</context>
2067 </context-group>
2068 </trans-unit>
2069 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
2070 <source>Reporter</source>
2071 <target>Denunciante</target>
2072 <context-group name="null">
2073 <context context-type="linenumber">8</context>
2074 </context-group>
2075 </trans-unit>
2076 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
2077 <source>Video</source>
2078 <target>Vídeo</target>
2079 <context-group name="null">
2080 <context context-type="linenumber">14</context>
2081 </context-group>
2082 </trans-unit>
2083 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
2084 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2085 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2086 <context-group name="null">
2087 <context context-type="linenumber">11</context>
2088 </context-group>
2089 </trans-unit>
2090 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
2091 <source>Go to the account</source>
2092 <target>Ir para a conta</target>
2093 <context-group name="null">
2094 <context context-type="linenumber">27</context>
2095 </context-group>
2096 </trans-unit>
2097 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
2098 <source>Go to the video</source>
2099 <target>Ir para o vídeo</target>
2100 <context-group name="null">
2101 <context context-type="linenumber">33</context>
2102 </context-group>
2103 </trans-unit>
2104 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
2105 <source>Actions</source>
2106 <target>Ações</target>
2107 <context-group name="null">
2108 <context context-type="linenumber">35</context>
2109 </context-group>
2110 </trans-unit>
2111 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
2112 <source>Reason:</source>
2113 <target>Motivo:</target>
2114 <context-group name="null">
2115 <context context-type="linenumber">53</context>
2116 </context-group>
2117 </trans-unit>
2118 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638">
2119 <source>Moderation comment:</source>
2120 <target>Comentário de moderação:</target>
2121 <context-group name="null">
2122 <context context-type="linenumber">57</context>
2123 </context-group>
2124 </trans-unit>
2125 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
2126 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2127 <target>Nome do vídeo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2128 <context-group name="null">
2129 <context context-type="linenumber">8</context>
2130 </context-group>
2131 </trans-unit>
2132 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
2133 <source>Sensitive</source>
2134 <target>Sensível</target>
2135 <context-group name="null">
2136 <context context-type="linenumber">9</context>
2137 </context-group>
2138 </trans-unit>
2139 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2140 <source>Unfederated</source><target>Unfederated</target><context-group name="null">
2141 <context context-type="linenumber">10</context>
2142 </context-group>
2143 </trans-unit>
2144 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
2145 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2146 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2147 <context-group name="null">
2148 <context context-type="linenumber">11</context>
2149 </context-group>
2150 </trans-unit>
2151 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
2152 <source>Blacklist reason:</source>
2153 <target>Motivo da lista negra:</target>
2154 <context-group name="null">
2155 <context context-type="linenumber">43</context>
2156 </context-group>
2157 </trans-unit>
2158 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2159 <source>Unblacklist</source>
2160 <target>Retirar da lista negra</target>
2161 <context-group name="null">
2162 <context context-type="linenumber">16</context>
2163 </context-group>
2164 </trans-unit>
2165 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2166 <source>Moderation</source>
2167 <target>Moderação</target>
2168 <context-group name="null">
2169 <context context-type="linenumber">2</context>
2170 </context-group>
2171 </trans-unit>
2172 <trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e">
2173 <source>Video abuses</source>
2174 <target>Abusos de vídeo</target>
2175 <context-group name="null">
2176 <context context-type="linenumber">5</context>
2177 </context-group>
2178 </trans-unit>
2179 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2180 <source>Muted accounts</source><target>Muted accounts</target><context-group name="null">
2181 <context context-type="linenumber">2</context>
2182 </context-group>
2183 </trans-unit>
2184 <trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2">
2185 <source>Muted servers</source><target>Muted servers</target><context-group name="null">
2186 <context context-type="linenumber">13</context>
2187 </context-group>
2188 </trans-unit>
2189 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
2190 <source>Account</source><target>Account</target><context-group name="null">
2191 <context context-type="linenumber">12</context>
2192 </context-group>
2193 </trans-unit>
2194 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
2195 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source><target>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target><context-group name="null">
2196 <context context-type="linenumber">13</context>
2197 </context-group>
2198 </trans-unit>
2199 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
2200 <source>Unmute</source><target>Unmute</target><context-group name="null">
2201 <context context-type="linenumber">23</context>
2202 </context-group>
2203 </trans-unit>
2204 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2205 <source>Jobs list</source>
2206 <target>Lista de trabalhos</target>
2207 <context-group name="null">
2208 <context context-type="linenumber">2</context>
2209 </context-group>
2210 </trans-unit>
2211 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2212 <source>Type</source>
2213 <target>Tipo</target>
2214 <context-group name="null">
2215 <context context-type="linenumber">19</context>
2216 </context-group>
2217 </trans-unit>
2218 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2219 <source>Processed on</source>
2220 <target>Processado em</target>
2221 <context-group name="null">
2222 <context context-type="linenumber">22</context>
2223 </context-group>
2224 </trans-unit>
2225 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2226 <source>Finished on</source>
2227 <target>Finalizado em</target>
2228 <context-group name="null">
2229 <context context-type="linenumber">23</context>
2230 </context-group>
2231 </trans-unit>
2232 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
2233 <source>Video quota:</source>
2234 <target>Cota de vídeo:</target>
2235 <context-group name="null">
2236 <context context-type="linenumber">4</context>
2237 </context-group>
2238 </trans-unit>
2239 <trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8">
2240 <source>Profile</source>
2241 <target>Perfil</target>
2242 <context-group name="null">
2243 <context context-type="linenumber">7</context>
2244 </context-group>
2245 </trans-unit>
2246 <trans-unit id="b5398623f87ee72ed23f5023918db1707771e925">
2247 <source>Video settings</source>
2248 <target>Configurações de vídeo</target>
2249 <context-group name="null">
2250 <context context-type="linenumber">16</context>
2251 </context-group>
2252 </trans-unit>
2253 <trans-unit id="c74e3202d080780c6415d0e9209c1c859438b735">
2254 <source>Danger zone</source>
2255 <target>Zona perigosa</target>
2256 <context-group name="null">
2257 <context context-type="linenumber">19</context>
2258 </context-group>
2259 </trans-unit>
2260 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
2261 <source>Change ownership</source>
2262 <target>Mudar dono</target>
2263 <context-group name="null">
2264 <context context-type="linenumber">21</context>
2265 </context-group>
2266 </trans-unit>
2267 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
2268 <source>Select the next owner</source>
2269 <target>Selecione o próximo dono</target>
2270 <context-group name="null">
2271 <context context-type="linenumber">10</context>
2272 </context-group>
2273 </trans-unit>
2274 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
2275 <source>
2276 Cancel
2277 </source>
2278 <target>
2279 Cancelar
2280 </target>
2281 <context-group name="null">
2282 <context context-type="linenumber">35</context>
2283 </context-group>
2284 </trans-unit>
2285 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
2286 <source>Go to the channel</source>
2287 <target>Ir para o canal</target>
2288 <context-group name="null">
2289 <context context-type="linenumber">10</context>
2290 </context-group>
2291 </trans-unit>
2292 <trans-unit id="9dbe4718a5611fbc611fc6b5e0b27df813372c68">
2293 <source>Create a video channel</source>
2294 <target>Criar um canal de vídeo</target>
2295 <context-group name="null">
2296 <context context-type="linenumber">6</context>
2297 </context-group>
2298 </trans-unit>
2299 <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558">
2300 <source>Example: my_channel</source>
2301 <target>Exemplo: meu_canal</target>
2302 <context-group name="null">
2303 <context context-type="linenumber">15</context>
2304 </context-group>
2305 </trans-unit>
2306 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2307 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2308When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
2309 <target>Texto curto para dizer às pessoas como elas podem apoiar o seu canal (plataforma de membros, etc.).&lt;br /&gt;&lt;br /&gt;
2310Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preenchido automaticamente com esse texto.</target>
2311 <context-group name="null">
2312 <context context-type="linenumber">52</context>
2313 </context-group>
2314 </trans-unit>
2315 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
2316 <source>Target</source>
2317 <target>Alvo</target>
2318 <context-group name="null">
2319 <context context-type="linenumber">8</context>
2320 </context-group>
2321 </trans-unit>
2322 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a">
2323 <source>You don't have any subscriptions yet.</source><target>You don't have any subscriptions yet.</target><context-group name="null">
2324 <context context-type="linenumber">1</context>
2325 </context-group>
2326 </trans-unit>
2327 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add">
2328 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
2329 <target>Criado por <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target>
2330 <context-group name="null">
2331 <context context-type="linenumber">17</context>
2332 </context-group>
2333 </trans-unit>
2334 <trans-unit id="e006ed166ce188cab168e1ca90435b33d042d913">
2335 <source>Go the owner account page</source>
2336 <target>Ir para a página da conta do dono</target>
2337 <context-group name="null">
2338 <context context-type="linenumber">16</context>
2339 </context-group>
2340 </trans-unit>
2341 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804">
2342 <source>Accept ownership</source>
2343 <target>Aceitar ser dono</target>
2344 <context-group name="null">
2345 <context context-type="linenumber">3</context>
2346 </context-group>
2347 </trans-unit>
2348 <trans-unit id="4570c754149df06f31096510abfc925968c35562">
2349 <source>Select the target channel</source>
2350 <target>Selecione o canal alvo</target>
2351 <context-group name="null">
2352 <context context-type="linenumber">10</context>
2353 </context-group>
2354 </trans-unit>
2355 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
2356 <source>Initiator</source>
2357 <target>Iniciador</target>
2358 <context-group name="null">
2359 <context context-type="linenumber">13</context>
2360 </context-group>
2361 </trans-unit>
2362 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
2363 <source>
2364 Created
2365 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
2366 </source>
2367 <target>
2368 Criado
2369 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
2370 </target>
2371 <context-group name="null">
2372 <context context-type="linenumber">15</context>
2373 </context-group>
2374 </trans-unit>
2375 <trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1">
2376 <source>Status</source>
2377 <target>Status</target>
2378 <context-group name="null">
2379 <context context-type="linenumber">19</context>
2380 </context-group>
2381 </trans-unit>
2382 <trans-unit id="1bd5e17c9582661e20763a7634ef07881e33bbd7">
2383 <source>Action</source>
2384 <target>Ação</target>
2385 <context-group name="null">
2386 <context context-type="linenumber">20</context>
2387 </context-group>
2388 </trans-unit>
2389 <trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff">
2390 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
2391 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
2392 <context-group name="null">
2393 <context context-type="linenumber">38</context>
2394 </context-group>
2395 </trans-unit>
2396 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
2397 <source>Muted instances</source><target>Muted instances</target><context-group name="null">
2398 <context context-type="linenumber">2</context>
2399 </context-group>
2400 </trans-unit>
2401 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
2402 <source>History enabled</source><target>History enabled</target><context-group name="null">
2403 <context context-type="linenumber">4</context>
2404 </context-group>
2405 </trans-unit>
2406 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2407 <source>You don't have videos history yet.</source><target>You don't have videos history yet.</target><context-group name="null">
2408 <context context-type="linenumber">14</context>
2409 </context-group>
2410 </trans-unit>
2411 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2412 <source>Privacy</source>
2413 <target>Privacidade</target>
2414 <context-group name="null">
2415 <context context-type="linenumber">179</context>
2416 </context-group>
2417 </trans-unit>
2418 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2419 <source>Channel</source>
2420 <target>Canal</target>
2421 <context-group name="null">
2422 <context context-type="linenumber">39</context>
2423 </context-group>
2424 </trans-unit>
2425 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2426 <source>Upload thumbnail</source>
2427 <target>Enviar miniatura</target>
2428 <context-group name="null">
2429 <context context-type="linenumber">192</context>
2430 </context-group>
2431 </trans-unit>
2432 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2433 <source>Change password</source>
2434 <target>Alterar senha</target>
2435 <context-group name="null">
2436 <context context-type="linenumber">30</context>
2437 </context-group>
2438 </trans-unit>
2439 <trans-unit id="0dd390d056411e1709ec97ec51c46d78600e3f7b">
2440 <source>Current password</source>
2441 <target>Senha atual</target>
2442 <context-group name="null">
2443 <context context-type="linenumber">7</context>
2444 </context-group>
2445 </trans-unit>
2446 <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229">
2447 <source>New password</source>
2448 <target>Nova senha</target>
2449 <context-group name="null">
2450 <context context-type="linenumber">15</context>
2451 </context-group>
2452 </trans-unit>
2453 <trans-unit id="ede41f01c781b168a783cfcefc6fb67d48780d9b">
2454 <source>Confirm new password</source>
2455 <target>Confirmar nova senha</target>
2456 <context-group name="null">
2457 <context context-type="linenumber">23</context>
2458 </context-group>
2459 </trans-unit>
2460 <trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129">
2461 <source>Default policy on videos containing sensitive content</source>
2462 <target>Política padrão sobre vídeos que possuem conteúdo sensível</target>
2463 <context-group name="null">
2464 <context context-type="linenumber">3</context>
2465 </context-group>
2466 </trans-unit>
2467 <trans-unit id="d044c51156e295824813a866dba9545bdb59466b">
2468 <source>Use WebTorrent to exchange parts of the video with others</source><target>Use WebTorrent to exchange parts of the video with others</target><context-group name="null">
2469 <context context-type="linenumber">21</context>
2470 </context-group>
2471 </trans-unit>
2472 <trans-unit id="fb17c44abac2d1ed2a54cdd28bae289dc0b9a1c2">
2473 <source>Automatically plays video</source>
2474 <target>Reproduzir vídeo automaticamente</target>
2475 <context-group name="null">
2476 <context context-type="linenumber">28</context>
2477 </context-group>
2478 </trans-unit>
2479 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2480 <source>Update my profile</source>
2481 <target>Atualizar meu perfil</target>
2482 <context-group name="null">
2483 <context context-type="linenumber">27</context>
2484 </context-group>
2485 </trans-unit>
2486 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503">
2487 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source>
2488 <target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> inscritos</target>
2489 <context-group name="null">
2490 <context context-type="linenumber">10</context>
2491 </context-group>
2492 </trans-unit>
2493 <trans-unit id="c4a959fc6349bd0793e1ad571d492052a07bdab5">
2494 <source>Change the avatar</source>
2495 <target>Alterar o avatar</target>
2496 <context-group name="null">
2497 <context context-type="linenumber">15</context>
2498 </context-group>
2499 </trans-unit>
2500 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9">
2501 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source>
2502 <target>(extensões: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, tamanho máximo: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target>
2503 <context-group name="null">
2504 <context context-type="linenumber">18</context>
2505 </context-group>
2506 </trans-unit>
2507 <trans-unit id="d1a04ba05116499d4cf59a48a282a8bcbf5b622d">
2508 <source>Once you delete your account, there is no going back. Please be certain.</source><target>Once you delete your account, there is no going back. Please be certain.</target><context-group name="null">
2509 <context context-type="linenumber">2</context>
2510 </context-group>
2511 </trans-unit>
2512 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45">
2513 <source>Delete your account</source>
2514 <target>Excluir sua conta</target>
2515 <context-group name="null">
2516 <context context-type="linenumber">4</context>
2517 </context-group>
2518 </trans-unit>
2519 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
2520 <source>Activities</source><target>Activities</target><context-group name="null">
2521 <context context-type="linenumber">2</context>
2522 </context-group>
2523 </trans-unit>
2524 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
2525 <source>Web</source><target>Web</target><context-group name="null">
2526 <context context-type="linenumber">3</context>
2527 </context-group>
2528 </trans-unit>
2529 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd">
2530 <source>
2531 Sorry, but we couldn't find the page you were looking for.
2532</source>
2533 <target>
2534 Sinto muito, mas não pudemos localizar a página que você estava procurando.
2535</target>
2536 <context-group name="null">
2537 <context context-type="linenumber">1</context>
2538 </context-group>
2539 </trans-unit>
2540 <trans-unit id="09a69cde5889927629e2ac9dc63a71b88252b530">
2541 <source>
2542 Verify account email confirmation
2543 </source>
2544 <target>
2545 Verificar email de confirmação de conta
2546 </target>
2547 <context-group name="null">
2548 <context context-type="linenumber">2</context>
2549 </context-group>
2550 </trans-unit>
2551 <trans-unit id="066569dd934e07e4a5f70c415692be17d5715b57">
2552 <source>
2553 Your email has been verified and you may now login. Redirecting...
2554 </source>
2555 <target>
2556 Seu emai foi verificado e agora você poderá fazer login. Redirecionando...
2557 </target>
2558 <context-group name="null">
2559 <context context-type="linenumber">6</context>
2560 </context-group>
2561 </trans-unit>
2562 <trans-unit id="7ee8fad77b2664dabfb90ea03470f75a6f6d1d48">
2563 <source>An error occurred. </source>
2564 <target>Um erro ocorreu.</target>
2565 <context-group name="null">
2566 <context context-type="linenumber">11</context>
2567 </context-group>
2568 </trans-unit>
2569 <trans-unit id="2d02841904de7f5f60e2618670ac1059f3abec97">
2570 <source>
2571 Request email for account verification
2572 </source>
2573 <target>
2574 Solicitar email para verificar conta
2575 </target>
2576 <context-group name="null">
2577 <context context-type="linenumber">2</context>
2578 </context-group>
2579 </trans-unit>
2580 <trans-unit id="eb539ec6941044e284f237f5b40d6a0159afe7af">
2581 <source>Send verification email</source>
2582 <target>Enviar email de verificação</target>
2583 <context-group name="null">
2584 <context context-type="linenumber">17</context>
2585 </context-group>
2586 </trans-unit>
2587 <trans-unit id="a08080316e052053fd20647731a6de826dc8072f">
2588 <source>This instance does not require email verification.</source>
2589 <target>Esta instância não necessita de verificação por email.</target>
2590 <context-group name="null">
2591 <context context-type="linenumber">20</context>
2592 </context-group>
2593 </trans-unit>
2594 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
2595 <source>Support this channel</source>
2596 <target>Apoie esse canal</target>
2597 <context-group name="null">
2598 <context context-type="linenumber">9</context>
2599 </context-group>
2600 </trans-unit>
2601 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40">
2602 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source>
2603 <target>Criado <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target>
2604 <context-group name="null">
2605 <context context-type="linenumber">17</context>
2606 </context-group>
2607 </trans-unit>
2608 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
2609 <source>URL</source>
2610 <target>URL</target>
2611 <context-group name="null">
2612 <context context-type="linenumber">25</context>
2613 </context-group>
2614 </trans-unit>
2615 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
2616 <source>You can import any URL &lt;a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'&gt;supported by youtube-dl&lt;/a&gt; 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.</source>
2617 <target>Você pode importar qualquer URL &lt;a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'&gt;suportada pelo youtube-dl&lt;/a&gt; ou URL que aponta para um arquivo MP4 bruto (não tratado). Você deve se certificar de ter direitos de difusão sobre o conteúdo para o qual ele aponta, caso contrário, pode causar problemas legais para você e sua instância.</target>
2618 <context-group name="null">
2619 <context context-type="linenumber">9</context>
2620 </context-group>
2621 </trans-unit>
2622 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2623 <source>Sorry, but something went wrong</source><target>Sorry, but something went wrong</target><context-group name="null">
2624 <context context-type="linenumber">49</context>
2625 </context-group>
2626 </trans-unit>
2627 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2628 <source>
2629 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
2630</source>
2631 <target>
2632 Meus parabéns! O vídeo sob <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> será importado! Você já pode adicionar informações sobre esse vídeo.
2633</target>
2634 <context-group name="null">
2635 <context context-type="linenumber">46</context>
2636 </context-group>
2637 </trans-unit>
2638 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
2639 <source>Update</source>
2640 <target>Atualizar</target>
2641 <context-group name="null">
2642 <context context-type="linenumber">17</context>
2643 </context-group>
2644 </trans-unit>
2645 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2646 <source>Select the file to upload</source>
2647 <target>Selecione o arquivo para enviar</target>
2648 <context-group name="null">
2649 <context context-type="linenumber">6</context>
2650 </context-group>
2651 </trans-unit>
2652 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb">
2653 <source>Scheduled</source><target>Scheduled</target><context-group name="null">
2654 <context context-type="linenumber">25</context>
2655 </context-group>
2656 </trans-unit>
2657 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2658 <source>
2659 Congratulations! Your video is now available in your private library.
2660</source><target>
2661 Congratulations! Your video is now available in your private library.
2662</target><context-group name="null">
2663 <context context-type="linenumber">45</context>
2664 </context-group>
2665 </trans-unit>
2666 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2667 <source>Publish will be available when upload is finished</source>
2668 <target>A publicação estará disponível quando o envio terminar</target>
2669 <context-group name="null">
2670 <context context-type="linenumber">58</context>
2671 </context-group>
2672 </trans-unit>
2673 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2674 <source>Publish</source>
2675 <target>Publicar</target>
2676 <context-group name="null">
2677 <context context-type="linenumber">65</context>
2678 </context-group>
2679 </trans-unit>
2680 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2681 <source>Select the torrent to import</source>
2682 <target>Selecione o torrent para importar</target>
2683 <context-group name="null">
2684 <context context-type="linenumber">6</context>
2685 </context-group>
2686 </trans-unit>
2687 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc">
2688 <source>Or</source><target>Or</target><context-group name="null">
2689 <context context-type="linenumber">11</context>
2690 </context-group>
2691 </trans-unit>
2692 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2693 <source>Paste magnet URI</source>
2694 <target>Colar URI magnética</target>
2695 <context-group name="null">
2696 <context context-type="linenumber">14</context>
2697 </context-group>
2698 </trans-unit>
2699 <trans-unit id="1ce18c12c809a738f05f2290f46df0677f27ed70">
2700 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source>
2701 <target>Você pode importar qualquer arquivo torrent que aponte para um arquivo mp4. Você deve se certificar de ter direitos de difusão sobre o conteúdo para o qual ele aponta, caso contrário, pode causar problemas legais para você e sua instância.</target>
2702 <context-group name="null">
2703 <context context-type="linenumber">17</context>
2704 </context-group>
2705 </trans-unit>
2706 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2707 <source>
2708 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2709</source>
2710 <target>
2711 Meus parabéns! O vídeo será importado com BitTorrent! Você já pode adicionar informações sobre esse vídeo.
2712</target>
2713 <context-group name="null">
2714 <context context-type="linenumber">53</context>
2715 </context-group>
2716 </trans-unit>
2717 <trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860">
2718 <source>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
2719 <target>Importar <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
2720 <context-group name="null">
2721 <context context-type="linenumber">3</context>
2722 </context-group>
2723 </trans-unit>
2724 <trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5">
2725 <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
2726 <target>Enviar <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
2727 <context-group name="null">
2728 <context context-type="linenumber">4</context>
2729 </context-group>
2730 </trans-unit>
2731 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3">
2732 <source>Upload a file</source>
2733 <target>Enviar um arquivo</target>
2734 <context-group name="null">
2735 <context context-type="linenumber">10</context>
2736 </context-group>
2737 </trans-unit>
2738 <trans-unit id="fc865859d33eab6fa0a8015233e4686cd544d470">
2739 <source>Import with URL</source>
2740 <target>Importar com URL</target>
2741 <context-group name="null">
2742 <context context-type="linenumber">17</context>
2743 </context-group>
2744 </trans-unit>
2745 <trans-unit id="752c401d7dcd708944eef60e411187f71d882340">
2746 <source>Import with torrent</source>
2747 <target>Importar com torrent</target>
2748 <context-group name="null">
2749 <context context-type="linenumber">24</context>
2750 </context-group>
2751 </trans-unit>
2752 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
2753 <source>Add caption</source>
2754 <target>Adicionar legenda oculta</target>
2755 <context-group name="null">
2756 <context context-type="linenumber">5</context>
2757 </context-group>
2758 </trans-unit>
2759 <trans-unit id="6bad752cfcac8f3572bdf2c619daec683d56d1a8">
2760 <source>Select the caption file</source>
2761 <target>Selecionar um arquivo de legenda oculta</target>
2762 <context-group name="null">
2763 <context context-type="linenumber">24</context>
2764 </context-group>
2765 </trans-unit>
2766 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3">
2767 <source>
2768 This will replace an existing caption!
2769 </source>
2770 <target>
2771 Isto vai substituir uma legenda existente!
2772 </target>
2773 <context-group name="null">
2774 <context context-type="linenumber">29</context>
2775 </context-group>
2776 </trans-unit>
2777 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2778 <source>Add this caption</source>
2779 <target>Adicionar essa legenda oculta</target>
2780 <context-group name="null">
2781 <context context-type="linenumber">40</context>
2782 </context-group>
2783 </trans-unit>
2784 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2785 <source>Title</source>
2786 <target>Título</target>
2787 <context-group name="null">
2788 <context context-type="linenumber">9</context>
2789 </context-group>
2790 </trans-unit>
2791 <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b">
2792 <source>Tags</source>
2793 <target>Tags</target>
2794 <context-group name="null">
2795 <context context-type="linenumber">216</context>
2796 </context-group>
2797 </trans-unit>
2798 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
2799 <source>Tags could be used to suggest relevant recommendations.&lt;/br&gt;Press Enter to add a new tag.</source>
2800 <target>Tags podem ser utilizadas para recomendar sugestões relevantes.&lt;/br&gt;Pressione Enter para adicionar uma nova tag.</target>
2801 <context-group name="null">
2802 <context context-type="linenumber">18</context>
2803 </context-group>
2804 </trans-unit>
2805 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
2806 <source>+ Tag</source><target>+ Tag</target><context-group name="null">
2807 <context context-type="linenumber">21</context>
2808 </context-group>
2809 </trans-unit>
2810 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
2811 <source>Enter a new tag</source><target>Enter a new tag</target><context-group name="null">
2812 <context context-type="linenumber">21</context>
2813 </context-group>
2814 </trans-unit>
2815 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e">
2816 <source>Video descriptions are truncated by default and require manual action to expand them.</source>
2817 <target>Descrições de vídeo são truncadas por padrão e exigem ação manual para expandi-las.</target>
2818 <context-group name="null">
2819 <context context-type="linenumber">28</context>
2820 </context-group>
2821 </trans-unit>
2822 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2823 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2824 <target>Agendar publicação (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
2825 <context-group name="null">
2826 <context context-type="linenumber">105</context>
2827 </context-group>
2828 </trans-unit>
2829 <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee">
2830 <source>This video contains mature or explicit content</source>
2831 <target>Esse vídeo contém conteúdo adulto e explícito</target>
2832 <context-group name="null">
2833 <context context-type="linenumber">119</context>
2834 </context-group>
2835 </trans-unit>
2836 <trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644">
2837 <source>Some instances do not list videos containing mature or explicit content by default.</source>
2838 <target>Algumas instâncias não listam vídeos contendo conteúdo adulto e explícito por padrão.</target>
2839 <context-group name="null">
2840 <context context-type="linenumber">120</context>
2841 </context-group>
2842 </trans-unit>
2843 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
2844 <source>Wait transcoding before publishing the video</source>
2845 <target>Aguarde a transcodificação antes de publicar o vídeo</target>
2846 <context-group name="null">
2847 <context context-type="linenumber">126</context>
2848 </context-group>
2849 </trans-unit>
2850 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
2851 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
2852 <target>Se você decidir não aguardar a transcodificação antes de publicar o vídeo, ele poderá não ser reproduzido até que a transcodificação termine.</target>
2853 <context-group name="null">
2854 <context context-type="linenumber">127</context>
2855 </context-group>
2856 </trans-unit>
2857 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
2858 <source>Basic info</source>
2859 <target>Info básica</target>
2860 <context-group name="null">
2861 <context context-type="linenumber">4</context>
2862 </context-group>
2863 </trans-unit>
2864 <trans-unit id="92bcfd1d237a2bfe48dc9f46d074ed26abc8df22">
2865 <source>Add another caption</source>
2866 <target>Adicionar outra legenda oculta</target>
2867 <context-group name="null">
2868 <context context-type="linenumber">142</context>
2869 </context-group>
2870 </trans-unit>
2871 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
2872 <source>See the subtitle file</source>
2873 <target>Veja o arquivo de legenda</target>
2874 <context-group name="null">
2875 <context context-type="linenumber">151</context>
2876 </context-group>
2877 </trans-unit>
2878 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2879 <source>Already uploaded ✔</source><target>Already uploaded ✔</target><context-group name="null">
2880 <context context-type="linenumber">155</context>
2881 </context-group>
2882 </trans-unit>
2883 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
2884 <source>Will be created on update</source><target>Will be created on update</target><context-group name="null">
2885 <context context-type="linenumber">163</context>
2886 </context-group>
2887 </trans-unit>
2888 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
2889 <source>Cancel create</source>
2890 <target>Cancelar criação</target>
2891 <context-group name="null">
2892 <context context-type="linenumber">165</context>
2893 </context-group>
2894 </trans-unit>
2895 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
2896 <source>Will be deleted on update</source><target>Will be deleted on update</target><context-group name="null">
2897 <context context-type="linenumber">171</context>
2898 </context-group>
2899 </trans-unit>
2900 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
2901 <source>Cancel deletion</source>
2902 <target>Cancelar exclusão</target>
2903 <context-group name="null">
2904 <context context-type="linenumber">173</context>
2905 </context-group>
2906 </trans-unit>
2907 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
2908 <source>
2909 No captions for now.
2910 </source><target>
2911 No captions for now.
2912 </target><context-group name="null">
2913 <context context-type="linenumber">178</context>
2914 </context-group>
2915 </trans-unit>
2916 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
2917 <source>Captions</source>
2918 <target>Legendas ocultas</target>
2919 <context-group name="null">
2920 <context context-type="linenumber">135</context>
2921 </context-group>
2922 </trans-unit>
2923 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2924 <source>Upload preview</source>
2925 <target>Enviar pré-visualização</target>
2926 <context-group name="null">
2927 <context context-type="linenumber">199</context>
2928 </context-group>
2929 </trans-unit>
2930 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
2931 <source>Support</source>
2932 <target>Apoiar</target>
2933 <context-group name="null">
2934 <context context-type="linenumber">103</context>
2935 </context-group>
2936 </trans-unit>
2937 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
2938 <source>Short text to tell people how they can support you (membership platform...).</source>
2939 <target>Texto curto para dizer às pessoas como elas podem apoiar você (plataforma de membros, etc.).</target>
2940 <context-group name="null">
2941 <context context-type="linenumber">206</context>
2942 </context-group>
2943 </trans-unit>
2944 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2945 <source>Enable video comments</source>
2946 <target>Habilitar comentários de vídeos</target>
2947 <context-group name="null">
2948 <context context-type="linenumber">234</context>
2949 </context-group>
2950 </trans-unit>
2951 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2952 <source>Advanced settings</source>
2953 <target>Configurações avançadas</target>
2954 <context-group name="null">
2955 <context context-type="linenumber">186</context>
2956 </context-group>
2957 </trans-unit>
2958 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
2959 <source>
2960 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2961 </source>
2962 <target>
2963 Atualizar <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2964 </target>
2965 <context-group name="null">
2966 <context context-type="linenumber">2</context>
2967 </context-group>
2968 </trans-unit>
2969 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2970 <source>Share</source>
2971 <target>Compartilhar</target>
2972 <context-group name="null">
2973 <context context-type="linenumber">108</context>
2974 </context-group>
2975 </trans-unit>
2976 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2977 <source>QR-Code</source>
2978 <target>Código QR</target>
2979 <context-group name="null">
2980 <context context-type="linenumber">37</context>
2981 </context-group>
2982 </trans-unit>
2983 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2984 <source>Embed</source>
2985 <target>Embutir</target>
2986 <context-group name="null">
2987 <context context-type="linenumber">42</context>
2988 </context-group>
2989 </trans-unit>
2990 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
2991 <source>
2992 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).
2993 </source>
2994 <target>
2995 A url não é segura (sem HTTPS), então o vídeo embutido não funcionará em websites HTTPS (navegadores de internet bloqueiam conexões HTTP inseguras em websites HTTPS).
2996 </target>
2997 <context-group name="null">
2998 <context context-type="linenumber">53</context>
2999 </context-group>
3000 </trans-unit>
3001 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3002 <source>Close</source>
3003 <target>Fechar</target>
3004 <context-group name="null">
3005 <context context-type="linenumber">59</context>
3006 </context-group>
3007 </trans-unit>
3008 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3009 <source>This video is blacklisted.</source>
3010 <target>Este vídeo está na lista negra.</target>
3011 <context-group name="null">
3012 <context context-type="linenumber">57</context>
3013 </context-group>
3014 </trans-unit>
3015 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
3016 <source>
3017 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3018 </source>
3019 <target>
3020 Publicado em <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações
3021 </target>
3022 <context-group name="null">
3023 <context context-type="linenumber">78</context>
3024 </context-group>
3025 </trans-unit>
3026 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3027 <source>Like this video</source>
3028 <target>Curtir esse vídeo</target>
3029 <context-group name="null">
3030 <context context-type="linenumber">88</context>
3031 </context-group>
3032 </trans-unit>
3033 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3034 <source>Dislike this video</source>
3035 <target>Descurtir esse vídeo</target>
3036 <context-group name="null">
3037 <context context-type="linenumber">96</context>
3038 </context-group>
3039 </trans-unit>
3040 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3041 <source>Go the channel page</source>
3042 <target>Ir para a página do canal</target>
3043 <context-group name="null">
3044 <context context-type="linenumber">143</context>
3045 </context-group>
3046 </trans-unit>
3047 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3048 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3049 <target>Por <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3050 <context-group name="null">
3051 <context context-type="linenumber">154</context>
3052 </context-group>
3053 </trans-unit>
3054 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3055 <source>Show more</source>
3056 <target>Mostrar mais</target>
3057 <context-group name="null">
3058 <context context-type="linenumber">166</context>
3059 </context-group>
3060 </trans-unit>
3061 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3062 <source>Show less</source>
3063 <target>Mostrar menos</target>
3064 <context-group name="null">
3065 <context context-type="linenumber">172</context>
3066 </context-group>
3067 </trans-unit>
3068 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3069 <source>Friendly Reminder: </source>
3070 <target>Lembrete amigável:</target>
3071 <context-group name="null">
3072 <context context-type="linenumber">232</context>
3073 </context-group>
3074 </trans-unit>
3075 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
3076 <source>
3077 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.
3078 </source>
3079 <target>
3080 o sistema de compartilhamento utilizado neste vídeo implica que algumas informações técnicas sobre o seu sistema (como o seu endereço IP público) podem ser enviadas para outros peers.
3081 </target>
3082 <context-group name="null">
3083 <context context-type="linenumber">233</context>
3084 </context-group>
3085 </trans-unit>
3086 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3087 <source>More information</source>
3088 <target>Mais informações</target>
3089 <context-group name="null">
3090 <context context-type="linenumber">236</context>
3091 </context-group>
3092 </trans-unit>
3093 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3094 <source>Get more information</source>
3095 <target>Obtenha mais informações</target>
3096 <context-group name="null">
3097 <context context-type="linenumber">236</context>
3098 </context-group>
3099 </trans-unit>
3100 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
3101 <source>
3102 OK
3103 </source>
3104 <target>
3105 OK
3106 </target>
3107 <context-group name="null">
3108 <context context-type="linenumber">239</context>
3109 </context-group>
3110 </trans-unit>
3111 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
3112 <source>
3113 Other videos
3114 </source>
3115 <target>
3116 Outros vídeos
3117 </target>
3118 <context-group name="null">
3119 <context context-type="linenumber">2</context>
3120 </context-group>
3121 </trans-unit>
3122 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7">
3123 <source>
3124 Comments
3125 </source>
3126 <target>
3127 Comentários
3128 </target>
3129 <context-group name="null">
3130 <context context-type="linenumber">3</context>
3131 </context-group>
3132 </trans-unit>
3133 <trans-unit id="17810e68b0ba21e62e61eecfaf0a93b2c91033b4">
3134 <source>No comments.</source>
3135 <target>Nenhum comentário.</target>
3136 <context-group name="null">
3137 <context context-type="linenumber">17</context>
3138 </context-group>
3139 </trans-unit>
3140 <trans-unit id="69c081796209e45e26af91152ec9bd0a65ec261e">
3141 <source>View all <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3142 <target>Ver todas as <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> respostas</target>
3143 <context-group name="null">
3144 <context context-type="linenumber">54</context>
3145 </context-group>
3146 </trans-unit>
3147 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3148 <source>
3149 Comments are disabled.
3150 </source>
3151 <target>
3152 Comentários estão desabilitados.
3153 </target>
3154 <context-group name="null">
3155 <context context-type="linenumber">63</context>
3156 </context-group>
3157 </trans-unit>
3158 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3159 <source>Add comment...</source>
3160 <target>Adicionar comentário...</target>
3161 <context-group name="null">
3162 <context context-type="linenumber">6</context>
3163 </context-group>
3164 </trans-unit>
3165 <trans-unit id="26fa50ba8e69b53162b348d98e25f8b76c81343e">
3166 <source>
3167 Post comment
3168 </source>
3169 <target>
3170 Publicar comentário
3171 </target>
3172 <context-group name="null">
3173 <context context-type="linenumber">20</context>
3174 </context-group>
3175 </trans-unit>
3176 <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135">
3177 <source>You are one step away from commenting</source><target>You are one step away from commenting</target><context-group name="null">
3178 <context context-type="linenumber">28</context>
3179 </context-group>
3180 </trans-unit>
3181 <trans-unit id="7984a44ce86b961f4f18c9a58c638f5e8f07a225">
3182 <source>
3183 If you have an account on this instance, you can login:
3184 </source><target>
3185 If you have an account on this instance, you can login:
3186 </target><context-group name="null">
3187 <context context-type="linenumber">32</context>
3188 </context-group>
3189 </trans-unit>
3190 <trans-unit id="afe0ad39fee662489f1033e53aea3e16a7e89228">
3191 <source>login to comment</source><target>login to comment</target><context-group name="null">
3192 <context context-type="linenumber">35</context>
3193 </context-group>
3194 </trans-unit>
3195 <trans-unit id="a5a3f17c9b4876952d78363834d57280c8684e7c">
3196 <source>
3197 Otherwise you can comment using an account on any ActivityPub-compatible instance.
3198 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3199 from within the software's interface.
3200 </source><target>
3201 Otherwise you can comment using an account on any ActivityPub-compatible instance.
3202 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3203 from within the software's interface.
3204 </target><context-group name="null">
3205 <context context-type="linenumber">36</context>
3206 </context-group>
3207 </trans-unit>
3208 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb">
3209 <source>
3210 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
3211 </source><target>
3212 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
3213 </target><context-group name="null">
3214 <context context-type="linenumber">41</context>
3215 </context-group>
3216 </trans-unit>
3217 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285">
3218 <source>Highlighted comment</source>
3219 <target>Comentário realçado</target>
3220 <context-group name="null">
3221 <context context-type="linenumber">5</context>
3222 </context-group>
3223 </trans-unit>
3224 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6">
3225 <source>Reply</source>
3226 <target>Responder</target>
3227 <context-group name="null">
3228 <context context-type="linenumber">14</context>
3229 </context-group>
3230 </trans-unit>
3231 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
3232 <source>Cannot get about information from server</source><target>Cannot get about information from server</target><context-group name="null">
3233 <context context-type="linenumber">1</context>
3234 </context-group>
3235 </trans-unit>
3236 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
3237 <source>Your message has been sent.</source><target>Your message has been sent.</target><context-group name="null">
3238 <context context-type="linenumber">1</context>
3239 </context-group>
3240 </trans-unit>
3241 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
3242 <source>You already sent this form recently</source><target>You already sent this form recently</target><context-group name="null">
3243 <context context-type="linenumber">1</context>
3244 </context-group>
3245 </trans-unit>
3246 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
3247 <source>No description</source>
3248 <target>Nenhuma descrição</target>
3249 <context-group name="null">
3250 <context context-type="linenumber">1</context>
3251 </context-group>
3252 </trans-unit>
3253 <trans-unit id="2f03e577e8f81a9f8be0095f93e1f9376c6eedc9">
3254 <source>Published videos</source>
3255 <target>Vídeos publicados</target>
3256 <context-group name="null">
3257 <context context-type="linenumber">1</context>
3258 </context-group>
3259 </trans-unit>
3260 <trans-unit id="369ef5e9c0dd1251abdbf699a5db408bca10777f">
3261 <source>Published <x id="INTERPOLATION" equiv-text="{{totalVideos}}"/> videos</source>
3262 <target>Publicados <x id="INTERPOLATION" equiv-text="{{totalVideos}}"/> vídeos</target>
3263 <context-group name="null">
3264 <context context-type="linenumber">1</context>
3265 </context-group>
3266 </trans-unit>
3267 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
3268 <source>240p</source><target>240p</target><context-group name="null">
3269 <context context-type="linenumber">1</context>
3270 </context-group>
3271 </trans-unit>
3272 <trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e">
3273 <source>360p</source><target>360p</target><context-group name="null">
3274 <context context-type="linenumber">1</context>
3275 </context-group>
3276 </trans-unit>
3277 <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5">
3278 <source>480p</source><target>480p</target><context-group name="null">
3279 <context context-type="linenumber">1</context>
3280 </context-group>
3281 </trans-unit>
3282 <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2">
3283 <source>720p</source><target>720p</target><context-group name="null">
3284 <context context-type="linenumber">1</context>
3285 </context-group>
3286 </trans-unit>
3287 <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9">
3288 <source>1080p</source><target>1080p</target><context-group name="null">
3289 <context context-type="linenumber">1</context>
3290 </context-group>
3291 </trans-unit>
3292 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111">
3293 <source>Auto (via ffmpeg)</source><target>Auto (via ffmpeg)</target><context-group name="null">
3294 <context context-type="linenumber">1</context>
3295 </context-group>
3296 </trans-unit>
3297 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048">
3298 <source>Configuration updated.</source>
3299 <target>Configuração atualizada.</target>
3300 <context-group name="null">
3301 <context context-type="linenumber">1</context>
3302 </context-group>
3303 </trans-unit>
3304 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
3305 <source>Unlimited</source>
3306 <target>Ilimitado</target>
3307 <context-group name="null">
3308 <context context-type="linenumber">1</context>
3309 </context-group>
3310 </trans-unit>
3311 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
3312 <source>100MB</source><target>100MB</target><context-group name="null">
3313 <context context-type="linenumber">1</context>
3314 </context-group>
3315 </trans-unit>
3316 <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174">
3317 <source>500MB</source><target>500MB</target><context-group name="null">
3318 <context context-type="linenumber">1</context>
3319 </context-group>
3320 </trans-unit>
3321 <trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b">
3322 <source>1GB</source><target>1GB</target><context-group name="null">
3323 <context context-type="linenumber">1</context>
3324 </context-group>
3325 </trans-unit>
3326 <trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8">
3327 <source>5GB</source><target>5GB</target><context-group name="null">
3328 <context context-type="linenumber">1</context>
3329 </context-group>
3330 </trans-unit>
3331 <trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae">
3332 <source>20GB</source><target>20GB</target><context-group name="null">
3333 <context context-type="linenumber">1</context>
3334 </context-group>
3335 </trans-unit>
3336 <trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e">
3337 <source>50GB</source><target>50GB</target><context-group name="null">
3338 <context context-type="linenumber">1</context>
3339 </context-group>
3340 </trans-unit>
3341 <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d">
3342 <source>10MB</source><target>10MB</target><context-group name="null">
3343 <context context-type="linenumber">1</context>
3344 </context-group>
3345 </trans-unit>
3346 <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af">
3347 <source>50MB</source><target>50MB</target><context-group name="null">
3348 <context context-type="linenumber">1</context>
3349 </context-group>
3350 </trans-unit>
3351 <trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a">
3352 <source>2GB</source><target>2GB</target><context-group name="null">
3353 <context context-type="linenumber">1</context>
3354 </context-group>
3355 </trans-unit>
3356 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84">
3357 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
3358 <target><x id="INTERPOLATION" equiv-text="{{host}}"/> não é válido</target>
3359 <context-group name="null">
3360 <context context-type="linenumber">1</context>
3361 </context-group>
3362 </trans-unit>
3363 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df">
3364 <source>You need to specify hosts to follow.</source>
3365 <target>Você precisa especificar hosts para seguir.</target>
3366 <context-group name="null">
3367 <context context-type="linenumber">1</context>
3368 </context-group>
3369 </trans-unit>
3370 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
3371 <source>Hosts need to be unique.</source>
3372 <target>Hosts precisam ser únicos</target>
3373 <context-group name="null">
3374 <context context-type="linenumber">1</context>
3375 </context-group>
3376 </trans-unit>
3377 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
3378 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source>
3379 <target>Se você confirmar, enviará uma solicitação para seguir:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </target>
3380 <context-group name="null">
3381 <context context-type="linenumber">1</context>
3382 </context-group>
3383 </trans-unit>
3384 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
3385 <source>Follow new server(s)</source>
3386 <target>Seguir novo(s) servidor(es)</target>
3387 <context-group name="null">
3388 <context context-type="linenumber">1</context>
3389 </context-group>
3390 </trans-unit>
3391 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
3392 <source>Follow request(s) sent!</source>
3393 <target>Solicitação de seguir(s) enviada!</target>
3394 <context-group name="null">
3395 <context context-type="linenumber">1</context>
3396 </context-group>
3397 </trans-unit>
3398 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
3399 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
3400 <target>Você realmente deseja parar de seguir <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
3401 <context-group name="null">
3402 <context context-type="linenumber">1</context>
3403 </context-group>
3404 </trans-unit>
3405 <trans-unit id="a89875525c82ab81ffe32e481a5475b43d0c2902">
3406 <source>Unfollow</source>
3407 <target>Parar de seguir</target>
3408 <context-group name="null">
3409 <context context-type="linenumber">1</context>
3410 </context-group>
3411 </trans-unit>
3412 <trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0">
3413 <source>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source>
3414 <target>Você não está mais seguindo <x id="INTERPOLATION" equiv-text="{{host}}"/>.</target>
3415 <context-group name="null">
3416 <context context-type="linenumber">1</context>
3417 </context-group>
3418 </trans-unit>
3419 <trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246">
3420 <source>enabled</source><target>enabled</target><context-group name="null">
3421 <context context-type="linenumber">1</context>
3422 </context-group>
3423 </trans-unit>
3424 <trans-unit id="795733aac948794cadeb3be6386882efac2c38ad">
3425 <source>disabled</source><target>disabled</target><context-group name="null">
3426 <context context-type="linenumber">1</context>
3427 </context-group>
3428 </trans-unit>
3429 <trans-unit id="1123807fc813c816404598147173403d00117557">
3430 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source><target>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target><context-group name="null">
3431 <context context-type="linenumber">1</context>
3432 </context-group>
3433 </trans-unit>
3434 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da">
3435 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</target><context-group name="null">
3436 <context context-type="linenumber">1</context>
3437 </context-group>
3438 </trans-unit>
3439 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330">
3440 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</target><context-group name="null">
3441 <context context-type="linenumber">1</context>
3442 </context-group>
3443 </trans-unit>
3444 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
3445 <source>Comment updated.</source>
3446 <target>Comentário atualizado.</target>
3447 <context-group name="null">
3448 <context context-type="linenumber">1</context>
3449 </context-group>
3450 </trans-unit>
3451 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978">
3452 <source>Delete this report</source><target>Delete this report</target><context-group name="null">
3453 <context context-type="linenumber">1</context>
3454 </context-group>
3455 </trans-unit>
3456 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321">
3457 <source>Update moderation comment</source>
3458 <target>Atualizar comentário de moderação</target>
3459 <context-group name="null">
3460 <context context-type="linenumber">1</context>
3461 </context-group>
3462 </trans-unit>
3463 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
3464 <source>Mark as accepted</source>
3465 <target>Marcar como aceito</target>
3466 <context-group name="null">
3467 <context context-type="linenumber">1</context>
3468 </context-group>
3469 </trans-unit>
3470 <trans-unit id="d895b090c054bfc0ad3aba816af0615a1997f5a3">
3471 <source>Mark as rejected</source>
3472 <target>Marcar como rejeitado</target>
3473 <context-group name="null">
3474 <context context-type="linenumber">1</context>
3475 </context-group>
3476 </trans-unit>
3477 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
3478 <source>Do you really want to delete this abuse report?</source><target>Do you really want to delete this abuse report?</target><context-group name="null">
3479 <context context-type="linenumber">1</context>
3480 </context-group>
3481 </trans-unit>
3482 <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9">
3483 <source>Abuse deleted.</source>
3484 <target>Abuso deletado.</target>
3485 <context-group name="null">
3486 <context context-type="linenumber">1</context>
3487 </context-group>
3488 </trans-unit>
3489 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
3490 <source>yes</source><target>yes</target><context-group name="null">
3491 <context context-type="linenumber">1</context>
3492 </context-group>
3493 </trans-unit>
3494 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
3495 <source>no</source><target>no</target><context-group name="null">
3496 <context context-type="linenumber">1</context>
3497 </context-group>
3498 </trans-unit>
3499 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
3500 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
3501 <target>Você realmente quer remover este vídeo da lista negra? Ele estará disponível novamente na lista de vídeos.</target>
3502 <context-group name="null">
3503 <context context-type="linenumber">1</context>
3504 </context-group>
3505 </trans-unit>
3506 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f">
3507 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source>
3508 <target>Vídeo <x id="INTERPOLATION" equiv-text="{{name}}"/> removido da lista negra.</target>
3509 <context-group name="null">
3510 <context context-type="linenumber">1</context>
3511 </context-group>
3512 </trans-unit>
3513 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
3514 <source>Info</source>
3515 <target>Info</target>
3516 <context-group name="null">
3517 <context context-type="linenumber">1</context>
3518 </context-group>
3519 </trans-unit>
3520 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
3521 <source>Warning</source>
3522 <target>Aviso</target>
3523 <context-group name="null">
3524 <context context-type="linenumber">1</context>
3525 </context-group>
3526 </trans-unit>
3527 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
3528 <source>Error</source>
3529 <target>Erro</target>
3530 <context-group name="null">
3531 <context context-type="linenumber">1</context>
3532 </context-group>
3533 </trans-unit>
3534 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
3535 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
3536 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> criado.</target>
3537 <context-group name="null">
3538 <context context-type="linenumber">1</context>
3539 </context-group>
3540 </trans-unit>
3541 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
3542 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
3543 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> atualizado.</target>
3544 <context-group name="null">
3545 <context context-type="linenumber">1</context>
3546 </context-group>
3547 </trans-unit>
3548 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
3549 <source>Update user</source>
3550 <target>Atualizar usuário</target>
3551 <context-group name="null">
3552 <context context-type="linenumber">1</context>
3553 </context-group>
3554 </trans-unit>
3555 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
3556 <source>Unban</source>
3557 <target>Desbanir</target>
3558 <context-group name="null">
3559 <context context-type="linenumber">1</context>
3560 </context-group>
3561 </trans-unit>
3562 <trans-unit id="910ed85f550272401b134a40d019ab3359fe883f">
3563 <source>Set Email as Verified</source><target>Set Email as Verified</target><context-group name="null">
3564 <context context-type="linenumber">1</context>
3565 </context-group>
3566 </trans-unit>
3567 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf">
3568 <source>You cannot ban root.</source>
3569 <target>Você não pode banir root.</target>
3570 <context-group name="null">
3571 <context context-type="linenumber">1</context>
3572 </context-group>
3573 </trans-unit>
3574 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e">
3575 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source><target>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</target><context-group name="null">
3576 <context context-type="linenumber">1</context>
3577 </context-group>
3578 </trans-unit>
3579 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd">
3580 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source><target><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</target><context-group name="null">
3581 <context context-type="linenumber">1</context>
3582 </context-group>
3583 </trans-unit>
3584 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11">
3585 <source>You cannot delete root.</source>
3586 <target>Você não pode excluir root.</target>
3587 <context-group name="null">
3588 <context context-type="linenumber">1</context>
3589 </context-group>
3590 </trans-unit>
3591 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51">
3592 <source>If you remove these users, you will not be able to create others with the same username!</source><target>If you remove these users, you will not be able to create others with the same username!</target><context-group name="null">
3593 <context context-type="linenumber">1</context>
3594 </context-group>
3595 </trans-unit>
3596 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329">
3597 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source><target><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</target><context-group name="null">
3598 <context context-type="linenumber">1</context>
3599 </context-group>
3600 </trans-unit>
3601 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650">
3602 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source><target><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</target><context-group name="null">
3603 <context context-type="linenumber">1</context>
3604 </context-group>
3605 </trans-unit>
3606 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de">
3607 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</target><context-group name="null">
3608 <context context-type="linenumber">1</context>
3609 </context-group>
3610 </trans-unit>
3611 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c">
3612 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</target><context-group name="null">
3613 <context context-type="linenumber">1</context>
3614 </context-group>
3615 </trans-unit>
3616 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
3617 <source>My videos history</source><target>My videos history</target><context-group name="null">
3618 <context context-type="linenumber">1</context>
3619 </context-group>
3620 </trans-unit>
3621 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
3622 <source>Videos history is enabled</source><target>Videos history is enabled</target><context-group name="null">
3623 <context context-type="linenumber">1</context>
3624 </context-group>
3625 </trans-unit>
3626 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
3627 <source>Videos history is disabled</source><target>Videos history is disabled</target><context-group name="null">
3628 <context context-type="linenumber">1</context>
3629 </context-group>
3630 </trans-unit>
3631 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
3632 <source>Delete videos history</source><target>Delete videos history</target><context-group name="null">
3633 <context context-type="linenumber">1</context>
3634 </context-group>
3635 </trans-unit>
3636 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
3637 <source>Are you sure you want to delete all your videos history?</source><target>Are you sure you want to delete all your videos history?</target><context-group name="null">
3638 <context context-type="linenumber">1</context>
3639 </context-group>
3640 </trans-unit>
3641 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
3642 <source>Videos history deleted</source><target>Videos history deleted</target><context-group name="null">
3643 <context context-type="linenumber">1</context>
3644 </context-group>
3645 </trans-unit>
3646 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e">
3647 <source>Ownership accepted</source>
3648 <target>Propriedade aceita</target>
3649 <context-group name="null">
3650 <context context-type="linenumber">1</context>
3651 </context-group>
3652 </trans-unit>
3653 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc">
3654 <source>Password updated.</source>
3655 <target>Senha atualizada.</target>
3656 <context-group name="null">
3657 <context context-type="linenumber">1</context>
3658 </context-group>
3659 </trans-unit>
3660 <trans-unit id="466fc8cf56fd4e4e90fec4b900ef083d52bec38c">
3661 <source>You current password is invalid.</source><target>You current password is invalid.</target><context-group name="null">
3662 <context context-type="linenumber">1</context>
3663 </context-group>
3664 </trans-unit>
3665 <trans-unit id="ca8e8cf0f1686604db3b6a2ebadab7f7b426a047">
3666 <source>Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.</source>
3667 <target>Tem certeza de que deseja excluir sua conta? Isso excluirá todos os seus dados, incluindo canais, vídeos etc.</target>
3668 <context-group name="null">
3669 <context context-type="linenumber">1</context>
3670 </context-group>
3671 </trans-unit>
3672 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311">
3673 <source>Type your username to confirm</source>
3674 <target>Digite seu nome de usuário para confirmar</target>
3675 <context-group name="null">
3676 <context context-type="linenumber">1</context>
3677 </context-group>
3678 </trans-unit>
3679 <trans-unit id="d8a8a7f7160939fb55e82bc01fe9f876f5f2e065">
3680 <source>Delete my account</source>
3681 <target>Excluir minha conta</target>
3682 <context-group name="null">
3683 <context context-type="linenumber">1</context>
3684 </context-group>
3685 </trans-unit>
3686 <trans-unit id="8eb8b1a728159f43c31abf76c28ef3ff6c230af7">
3687 <source>Your account is deleted.</source>
3688 <target>Sua conta foi excluída.</target>
3689 <context-group name="null">
3690 <context context-type="linenumber">1</context>
3691 </context-group>
3692 </trans-unit>
3693 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
3694 <source>New video from your subscriptions</source><target>New video from your subscriptions</target><context-group name="null">
3695 <context context-type="linenumber">1</context>
3696 </context-group>
3697 </trans-unit>
3698 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
3699 <source>New comment on your video</source><target>New comment on your video</target><context-group name="null">
3700 <context context-type="linenumber">1</context>
3701 </context-group>
3702 </trans-unit>
3703 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
3704 <source>One of your video is blacklisted/unblacklisted</source><target>One of your video is blacklisted/unblacklisted</target><context-group name="null">
3705 <context context-type="linenumber">1</context>
3706 </context-group>
3707 </trans-unit>
3708 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
3709 <source>Video published (after transcoding/scheduled update)</source><target>Video published (after transcoding/scheduled update)</target><context-group name="null">
3710 <context context-type="linenumber">1</context>
3711 </context-group>
3712 </trans-unit>
3713 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
3714 <source>Video import finished</source><target>Video import finished</target><context-group name="null">
3715 <context context-type="linenumber">1</context>
3716 </context-group>
3717 </trans-unit>
3718 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
3719 <source>A new user registered on your instance</source><target>A new user registered on your instance</target><context-group name="null">
3720 <context context-type="linenumber">1</context>
3721 </context-group>
3722 </trans-unit>
3723 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2">
3724 <source>You or your channel(s) has a new follower</source><target>You or your channel(s) has a new follower</target><context-group name="null">
3725 <context context-type="linenumber">1</context>
3726 </context-group>
3727 </trans-unit>
3728 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
3729 <source>Someone mentioned you in video comments</source><target>Someone mentioned you in video comments</target><context-group name="null">
3730 <context context-type="linenumber">1</context>
3731 </context-group>
3732 </trans-unit>
3733 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
3734 <source>Preferences saved</source><target>Preferences saved</target><context-group name="null">
3735 <context context-type="linenumber">1</context>
3736 </context-group>
3737 </trans-unit>
3738 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b">
3739 <source>Profile updated.</source>
3740 <target>Perfil atualizado.</target>
3741 <context-group name="null">
3742 <context context-type="linenumber">1</context>
3743 </context-group>
3744 </trans-unit>
3745 <trans-unit id="1e003ad599ef836949b9f4dad3037a58ef3ff8d1">
3746 <source>Avatar changed.</source>
3747 <target>Avatar alterado.</target>
3748 <context-group name="null">
3749 <context context-type="linenumber">1</context>
3750 </context-group>
3751 </trans-unit>
3752 <trans-unit id="214b802dfd6f544003147a7a68938ec1055c8f32">
3753 <source>Information updated.</source>
3754 <target>Informações atualizadas.</target>
3755 <context-group name="null">
3756 <context context-type="linenumber">1</context>
3757 </context-group>
3758 </trans-unit>
3759 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645">
3760 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source>
3761 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> criado.</target>
3762 <context-group name="null">
3763 <context context-type="linenumber">1</context>
3764 </context-group>
3765 </trans-unit>
3766 <trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47">
3767 <source>This name already exists on this instance.</source><target>This name already exists on this instance.</target><context-group name="null">
3768 <context context-type="linenumber">1</context>
3769 </context-group>
3770 </trans-unit>
3771 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
3772 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
3773 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> atualizado.</target>
3774 <context-group name="null">
3775 <context context-type="linenumber">1</context>
3776 </context-group>
3777 </trans-unit>
3778 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
3779 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source><target>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</target><context-group name="null">
3780 <context context-type="linenumber">1</context>
3781 </context-group>
3782 </trans-unit>
3783 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
3784 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
3785 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> excluído.</target>
3786 <context-group name="null">
3787 <context context-type="linenumber">1</context>
3788 </context-group>
3789 </trans-unit>
3790 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
3791 <source>My videos</source>
3792 <target>Meus vídeos</target>
3793 <context-group name="null">
3794 <context context-type="linenumber">1</context>
3795 </context-group>
3796 </trans-unit>
3797 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd">
3798 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source>
3799 <target>Você realmente deseja excluir <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vídeos?</target>
3800 <context-group name="null">
3801 <context context-type="linenumber">1</context>
3802 </context-group>
3803 </trans-unit>
3804 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83">
3805 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source>
3806 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vídeos excluídos.</target>
3807 <context-group name="null">
3808 <context context-type="linenumber">1</context>
3809 </context-group>
3810 </trans-unit>
3811 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7">
3812 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source>
3813 <target>Você realmente deseja excluir <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</target>
3814 <context-group name="null">
3815 <context context-type="linenumber">1</context>
3816 </context-group>
3817 </trans-unit>
3818 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118">
3819 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source>
3820 <target>Vídeo <x id="INTERPOLATION" equiv-text="{{videoName}}"/> excluído.</target>
3821 <context-group name="null">
3822 <context context-type="linenumber">1</context>
3823 </context-group>
3824 </trans-unit>
3825 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd">
3826 <source>Ownership change request sent.</source>
3827 <target>Solicitação para mudar dono enviada.</target>
3828 <context-group name="null">
3829 <context context-type="linenumber">1</context>
3830 </context-group>
3831 </trans-unit>
3832 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
3833 <source>My channels</source>
3834 <target>Meus canais</target>
3835 <context-group name="null">
3836 <context context-type="linenumber">1</context>
3837 </context-group>
3838 </trans-unit>
3839 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9">
3840 <source>My subscriptions</source>
3841 <target>Minhas inscrições</target>
3842 <context-group name="null">
3843 <context context-type="linenumber">1</context>
3844 </context-group>
3845 </trans-unit>
3846 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
3847 <source>My history</source><target>My history</target><context-group name="null">
3848 <context context-type="linenumber">1</context>
3849 </context-group>
3850 </trans-unit>
3851 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
3852 <source>Misc</source><target>Misc</target><context-group name="null">
3853 <context context-type="linenumber">1</context>
3854 </context-group>
3855 </trans-unit>
3856 <trans-unit id="73022f1676784c4f9b8cdbb322e52b02ccc800b7">
3857 <source>Ownership changes</source>
3858 <target>Mudanças de dono</target>
3859 <context-group name="null">
3860 <context context-type="linenumber">1</context>
3861 </context-group>
3862 </trans-unit>
3863 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6">
3864 <source>My settings</source>
3865 <target>Minhas configurações</target>
3866 <context-group name="null">
3867 <context context-type="linenumber">1</context>
3868 </context-group>
3869 </trans-unit>
3870 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
3871 <source>My notifications</source><target>My notifications</target><context-group name="null">
3872 <context context-type="linenumber">1</context>
3873 </context-group>
3874 </trans-unit>
3875 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706">
3876 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
3877 <target>Um email com um link de verificação vai ser enviado para <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
3878 <context-group name="null">
3879 <context context-type="linenumber">1</context>
3880 </context-group>
3881 </trans-unit>
3882 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752">
3883 <source>Unable to find user id or verification string.</source>
3884 <target>Não foi possível localizar o id de usuário ou string de verificação.</target>
3885 <context-group name="null">
3886 <context context-type="linenumber">1</context>
3887 </context-group>
3888 </trans-unit>
3889 <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598">
3890 <source>Subscribe to the account</source><target>Subscribe to the account</target><context-group name="null">
3891 <context context-type="linenumber">1</context>
3892 </context-group>
3893 </trans-unit>
3894 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013">
3895 <source>Focus the search bar</source><target>Focus the search bar</target><context-group name="null">
3896 <context context-type="linenumber">1</context>
3897 </context-group>
3898 </trans-unit>
3899 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099">
3900 <source>Toggle the left menu</source><target>Toggle the left menu</target><context-group name="null">
3901 <context context-type="linenumber">1</context>
3902 </context-group>
3903 </trans-unit>
3904 <trans-unit id="b54759e30f7c1983940cdacb8eb03f102a869084">
3905 <source>Go to the videos overview page</source><target>Go to the videos overview page</target><context-group name="null">
3906 <context context-type="linenumber">1</context>
3907 </context-group>
3908 </trans-unit>
3909 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0">
3910 <source>Go to the trending videos page</source><target>Go to the trending videos page</target><context-group name="null">
3911 <context context-type="linenumber">1</context>
3912 </context-group>
3913 </trans-unit>
3914 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d">
3915 <source>Go to the recently added videos page</source><target>Go to the recently added videos page</target><context-group name="null">
3916 <context context-type="linenumber">1</context>
3917 </context-group>
3918 </trans-unit>
3919 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5">
3920 <source>Go to the local videos page</source><target>Go to the local videos page</target><context-group name="null">
3921 <context context-type="linenumber">1</context>
3922 </context-group>
3923 </trans-unit>
3924 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba">
3925 <source>Go to the videos upload page</source><target>Go to the videos upload page</target><context-group name="null">
3926 <context context-type="linenumber">1</context>
3927 </context-group>
3928 </trans-unit>
3929 <trans-unit id="0ed7b40c11da9d4565af9c041df20c15bc6be97e">
3930 <source>Toggle Dark theme</source><target>Toggle Dark theme</target><context-group name="null">
3931 <context context-type="linenumber">1</context>
3932 </context-group>
3933 </trans-unit>
3934 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2">
3935 <source>Go to my subscriptions</source><target>Go to my subscriptions</target><context-group name="null">
3936 <context context-type="linenumber">1</context>
3937 </context-group>
3938 </trans-unit>
3939 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1">
3940 <source>Go to my videos</source><target>Go to my videos</target><context-group name="null">
3941 <context context-type="linenumber">1</context>
3942 </context-group>
3943 </trans-unit>
3944 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7">
3945 <source>Go to my imports</source><target>Go to my imports</target><context-group name="null">
3946 <context context-type="linenumber">1</context>
3947 </context-group>
3948 </trans-unit>
3949 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390">
3950 <source>Go to my channels</source><target>Go to my channels</target><context-group name="null">
3951 <context context-type="linenumber">1</context>
3952 </context-group>
3953 </trans-unit>
3954 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7">
3955 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
3956</source>
3957 <target>Não foi possível obter credenciais de cliente OAuth: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
3958</target>
3959 <context-group name="null">
3960 <context context-type="linenumber">1</context>
3961 </context-group>
3962 </trans-unit>
3963 <trans-unit id="8d9b4f4b69108c3c9aa0f3b0dbde87786ba9b319">
3964 <source>Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
3965 <target>Certifique-se de ter configurado corretamente o PeerTube (diretório config/), em particular a seção "webserver".</target>
3966 <context-group name="null">
3967 <context context-type="linenumber">1</context>
3968 </context-group>
3969 </trans-unit>
3970 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
3971 <source>You need to reconnect.</source>
3972 <target>você precisa se reconectar.</target>
3973 <context-group name="null">
3974 <context context-type="linenumber">1</context>
3975 </context-group>
3976 </trans-unit>
3977 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
3978 <source>Keyboard Shortcuts:</source><target>Keyboard Shortcuts:</target><context-group name="null">
3979 <context context-type="linenumber">1</context>
3980 </context-group>
3981 </trans-unit>
3982 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
3983 <source>Success</source>
3984 <target>Sucesso</target>
3985 <context-group name="null">
3986 <context context-type="linenumber">1</context>
3987 </context-group>
3988 </trans-unit>
3989 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe">
3990 <source>Incorrect username or password.</source>
3991 <target>Nome de usuário ou senha incorretos.</target>
3992 <context-group name="null">
3993 <context context-type="linenumber">1</context>
3994 </context-group>
3995 </trans-unit>
3996 <trans-unit id="39980cc1cf8df621d43f5480d001bdf5d4139338">
3997 <source>You account is blocked.</source>
3998 <target>Sua conta está bloqueada.</target>
3999 <context-group name="null">
4000 <context context-type="linenumber">1</context>
4001 </context-group>
4002 </trans-unit>
4003 <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1">
4004 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
4005 <target>Um e-amil com as instruções de redefinição de senha serão enviadas para <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
4006 <context-group name="null">
4007 <context context-type="linenumber">1</context>
4008 </context-group>
4009 </trans-unit>
4010 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
4011 <source>Your password has been successfully reset!</source>
4012 <target>Sua senha foi redefinida com sucesso!</target>
4013 <context-group name="null">
4014 <context context-type="linenumber">1</context>
4015 </context-group>
4016 </trans-unit>
4017 <trans-unit id="7fb1099e29660162f9154d5b2feee7743a423df6">
4018 <source>Today</source>
4019 <target>Hoje</target>
4020 <context-group name="null">
4021 <context context-type="linenumber">1</context>
4022 </context-group>
4023 </trans-unit>
4024 <trans-unit id="02e0243b60007368f87dc01e083f232dd025096d">
4025 <source>Last 7 days</source>
4026 <target>Últimos 7 dias</target>
4027 <context-group name="null">
4028 <context context-type="linenumber">1</context>
4029 </context-group>
4030 </trans-unit>
4031 <trans-unit id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8">
4032 <source>Last 30 days</source>
4033 <target>Últimos 30 dias</target>
4034 <context-group name="null">
4035 <context context-type="linenumber">1</context>
4036 </context-group>
4037 </trans-unit>
4038 <trans-unit id="a77b663fd9b94c38bc9c6493a51b5f3acacb9bca">
4039 <source>Last 365 days</source>
4040 <target>Últimos 365 dias</target>
4041 <context-group name="null">
4042 <context context-type="linenumber">1</context>
4043 </context-group>
4044 </trans-unit>
4045 <trans-unit id="d2f3bf121699ff08a25fa4859bfdf3996bf821cc">
4046 <source>Short (&lt; 4 min)</source>
4047 <target>Curto (&lt; 4 min)</target>
4048 <context-group name="null">
4049 <context context-type="linenumber">1</context>
4050 </context-group>
4051 </trans-unit>
4052 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
4053 <source>Long (&gt; 10 min)</source>
4054 <target>Longo (&gt; 10 min)</target>
4055 <context-group name="null">
4056 <context context-type="linenumber">1</context>
4057 </context-group>
4058 </trans-unit>
4059 <trans-unit id="f24d368d6be0fee70fb4503d2ad37a612e1b0889">
4060 <source>Medium (4-10 min)</source>
4061 <target>Médio (4-10 min)</target>
4062 <context-group name="null">
4063 <context context-type="linenumber">1</context>
4064 </context-group>
4065 </trans-unit>
4066 <trans-unit id="ed073fec00d699b7a97bb65b4f3a722b203c5bca">
4067 <source>Relevance</source>
4068 <target>Relevância</target>
4069 <context-group name="null">
4070 <context context-type="linenumber">1</context>
4071 </context-group>
4072 </trans-unit>
4073 <trans-unit id="1aee80ab35aa99508802cdec6306e110b2feaf9e">
4074 <source>Publish date</source>
4075 <target>Data de publicação</target>
4076 <context-group name="null">
4077 <context context-type="linenumber">1</context>
4078 </context-group>
4079 </trans-unit>
4080 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9">
4081 <source>Views</source>
4082 <target>Visualizações</target>
4083 <context-group name="null">
4084 <context context-type="linenumber">1</context>
4085 </context-group>
4086 </trans-unit>
4087 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016">
4088 <source>Search</source>
4089 <target>Pesquisar</target>
4090 <context-group name="null">
4091 <context context-type="linenumber">1</context>
4092 </context-group>
4093 </trans-unit>
4094 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
4095 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
4096 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> anos atrás</target>
4097 <context-group name="null">
4098 <context context-type="linenumber">1</context>
4099 </context-group>
4100 </trans-unit>
4101 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
4102 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
4103 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> meses atrás</target>
4104 <context-group name="null">
4105 <context context-type="linenumber">1</context>
4106 </context-group>
4107 </trans-unit>
4108 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
4109 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
4110 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> mês atrás</target>
4111 <context-group name="null">
4112 <context context-type="linenumber">1</context>
4113 </context-group>
4114 </trans-unit>
4115 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
4116 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
4117 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> semanas atrás</target>
4118 <context-group name="null">
4119 <context context-type="linenumber">1</context>
4120 </context-group>
4121 </trans-unit>
4122 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
4123 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
4124 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> semana atrás</target>
4125 <context-group name="null">
4126 <context context-type="linenumber">1</context>
4127 </context-group>
4128 </trans-unit>
4129 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
4130 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
4131 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dias atrás</target>
4132 <context-group name="null">
4133 <context context-type="linenumber">1</context>
4134 </context-group>
4135 </trans-unit>
4136 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
4137 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
4138 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dia atrás</target>
4139 <context-group name="null">
4140 <context context-type="linenumber">1</context>
4141 </context-group>
4142 </trans-unit>
4143 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
4144 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
4145 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> horas atrás</target>
4146 <context-group name="null">
4147 <context context-type="linenumber">1</context>
4148 </context-group>
4149 </trans-unit>
4150 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
4151 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
4152 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> hora atrás</target>
4153 <context-group name="null">
4154 <context context-type="linenumber">1</context>
4155 </context-group>
4156 </trans-unit>
4157 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
4158 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
4159 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> minutos atrás</target>
4160 <context-group name="null">
4161 <context context-type="linenumber">1</context>
4162 </context-group>
4163 </trans-unit>
4164 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
4165 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
4166 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> segundos atrás</target>
4167 <context-group name="null">
4168 <context context-type="linenumber">1</context>
4169 </context-group>
4170 </trans-unit>
4171 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4172 <source>Confirm</source>
4173 <target>Confirmar</target>
4174 <context-group name="null">
4175 <context context-type="linenumber">1</context>
4176 </context-group>
4177 </trans-unit>
4178 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
4179 <source>Instance name is required.</source>
4180 <target>Nome da instância é necessário.</target>
4181 <context-group name="null">
4182 <context context-type="linenumber">1</context>
4183 </context-group>
4184 </trans-unit>
4185 <trans-unit id="10a248adb1ee12830355a04ac3cde2bad2d41d7d">
4186 <source>Short description should not be longer than 250 characters.</source>
4187 <target>A descrição curta não deve ser maior que 250 caracteres.</target>
4188 <context-group name="null">
4189 <context context-type="linenumber">1</context>
4190 </context-group>
4191 </trans-unit>
4192 <trans-unit id="356e63270712273da168072ec0fc78a969919bf1">
4193 <source>Twitter username is required.</source>
4194 <target>Nome de usuário no Twitter é necessário.</target>
4195 <context-group name="null">
4196 <context context-type="linenumber">1</context>
4197 </context-group>
4198 </trans-unit>
4199 <trans-unit id="dbb2ef02020afc05e146855f2e1dd7c9522d49b6">
4200 <source>Previews cache size is required.</source>
4201 <target>Tamanho de cache de pré-visualizações é necessário.</target>
4202 <context-group name="null">
4203 <context context-type="linenumber">1</context>
4204 </context-group>
4205 </trans-unit>
4206 <trans-unit id="97836c6e698185b4ce357de9d4b2ab3e838f2459">
4207 <source>Previews cache size must be greater than 1.</source>
4208 <target>Tamanho de cache de pré-visualizações deve ser maior que 1.</target>
4209 <context-group name="null">
4210 <context context-type="linenumber">1</context>
4211 </context-group>
4212 </trans-unit>
4213 <trans-unit id="e7393dc4a4aa12d005582eb9e1ddc7e5ca5bebd3">
4214 <source>Previews cache size must be a number.</source>
4215 <target>Tamanho de cache de pré-visualizações deve ser um número.</target>
4216 <context-group name="null">
4217 <context context-type="linenumber">1</context>
4218 </context-group>
4219 </trans-unit>
4220 <trans-unit id="545f5dea553b2d7c4a65920ccdcb1e9dbdc7f4d8">
4221 <source>Captions cache size is required.</source>
4222 <target>Tamanho de cache de legendas ocultas é necessário.</target>
4223 <context-group name="null">
4224 <context context-type="linenumber">1</context>
4225 </context-group>
4226 </trans-unit>
4227 <trans-unit id="a8d7131c0ca1eefe7b058e6081236ca1be364e2c">
4228 <source>Captions cache size must be greater than 1.</source>
4229 <target>Tamanho de cache de legendas ocultas deve ser maior que 1.</target>
4230 <context-group name="null">
4231 <context context-type="linenumber">1</context>
4232 </context-group>
4233 </trans-unit>
4234 <trans-unit id="c3decd47b03cf542df091c1a2fb25b756e59074e">
4235 <source>Captions cache size must be a number.</source>
4236 <target>Tamanho de cache de legendas ocultas deve ser um número.</target>
4237 <context-group name="null">
4238 <context context-type="linenumber">1</context>
4239 </context-group>
4240 </trans-unit>
4241 <trans-unit id="2cdd5a8c604ef16c2f9a17ed81d73f4f9509e828">
4242 <source>Signup limit is required.</source>
4243 <target>Limite de registro é necessário.</target>
4244 <context-group name="null">
4245 <context context-type="linenumber">1</context>
4246 </context-group>
4247 </trans-unit>
4248 <trans-unit id="0ca9f7ec55c9896add6e82d2b52e9217e1140cf7">
4249 <source>Signup limit must be greater than 1.</source>
4250 <target>Limite de registro deve ser maior que 1.</target>
4251 <context-group name="null">
4252 <context context-type="linenumber">1</context>
4253 </context-group>
4254 </trans-unit>
4255 <trans-unit id="58c2f66ba74f1400914031ef4ed635938e9e8ced">
4256 <source>Signup limit must be a number.</source>
4257 <target>Limite de registro deve ser um número.</target>
4258 <context-group name="null">
4259 <context context-type="linenumber">1</context>
4260 </context-group>
4261 </trans-unit>
4262 <trans-unit id="1245841647f9b42d3e7554903c1c50bdd80ab021">
4263 <source>Admin email is required.</source>
4264 <target>E-mail de administração é necessário.</target>
4265 <context-group name="null">
4266 <context context-type="linenumber">1</context>
4267 </context-group>
4268 </trans-unit>
4269 <trans-unit id="3fd2feb77dfe57fe82573e3cdf996105e2fafc66">
4270 <source>Admin email must be valid.</source>
4271 <target>E-mail de administração deve ser válido.</target>
4272 <context-group name="null">
4273 <context context-type="linenumber">1</context>
4274 </context-group>
4275 </trans-unit>
4276 <trans-unit id="f15f2e02b1f6a96553e98ea4a969045d17ec1400">
4277 <source>Transcoding threads is required.</source>
4278 <target>Threads de transcodificação é necessário.</target>
4279 <context-group name="null">
4280 <context context-type="linenumber">1</context>
4281 </context-group>
4282 </trans-unit>
4283 <trans-unit id="4166cc066b963a23829b48a09e394f73b453fabd">
4284 <source>Transcoding threads must be greater or equal to 0.</source>
4285 <target>Threads de transcodificação devem ser maior ou igual a 0.</target>
4286 <context-group name="null">
4287 <context context-type="linenumber">1</context>
4288 </context-group>
4289 </trans-unit>
4290 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0">
4291 <source>Email is required.</source>
4292 <target>E-mail é necessário.</target>
4293 <context-group name="null">
4294 <context context-type="linenumber">1</context>
4295 </context-group>
4296 </trans-unit>
4297 <trans-unit id="bef8a36c3dffff15fb5faf3d20bdbbbc1af824c1">
4298 <source>Email must be valid.</source>
4299 <target>E-mail deve ser válido.</target>
4300 <context-group name="null">
4301 <context context-type="linenumber">1</context>
4302 </context-group>
4303 </trans-unit>
4304 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33">
4305 <source>Your name is required.</source><target>Your name is required.</target><context-group name="null">
4306 <context context-type="linenumber">1</context>
4307 </context-group>
4308 </trans-unit>
4309 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a">
4310 <source>Your name must be at least 1 character long.</source><target>Your name must be at least 1 character long.</target><context-group name="null">
4311 <context context-type="linenumber">1</context>
4312 </context-group>
4313 </trans-unit>
4314 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b">
4315 <source>Your name cannot be more than 120 characters long.</source><target>Your name cannot be more than 120 characters long.</target><context-group name="null">
4316 <context context-type="linenumber">1</context>
4317 </context-group>
4318 </trans-unit>
4319 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2">
4320 <source>A message is required.</source><target>A message is required.</target><context-group name="null">
4321 <context context-type="linenumber">1</context>
4322 </context-group>
4323 </trans-unit>
4324 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64">
4325 <source>The message must be at least 3 characters long.</source><target>The message must be at least 3 characters long.</target><context-group name="null">
4326 <context context-type="linenumber">1</context>
4327 </context-group>
4328 </trans-unit>
4329 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60">
4330 <source>The message cannot be more than 5000 characters long.</source><target>The message cannot be more than 5000 characters long.</target><context-group name="null">
4331 <context context-type="linenumber">1</context>
4332 </context-group>
4333 </trans-unit>
4334 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149">
4335 <source>Username is required.</source>
4336 <target>Nome de usuário é necessário.</target>
4337 <context-group name="null">
4338 <context context-type="linenumber">1</context>
4339 </context-group>
4340 </trans-unit>
4341 <trans-unit id="4eb39d69b74d7a56652ec84fa6826994ee26c0e5">
4342 <source>Password is required.</source>
4343 <target>Senha é necessária.</target>
4344 <context-group name="null">
4345 <context context-type="linenumber">1</context>
4346 </context-group>
4347 </trans-unit>
4348 <trans-unit id="c90872a06666a51c2957c4b29724e68df5c67154">
4349 <source>Confirmation of the password is required.</source>
4350 <target>Confirmação da senha é necessária.</target>
4351 <context-group name="null">
4352 <context context-type="linenumber">1</context>
4353 </context-group>
4354 </trans-unit>
4355 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a">
4356 <source>Username must be at least 1 character long.</source><target>Username must be at least 1 character long.</target><context-group name="null">
4357 <context context-type="linenumber">1</context>
4358 </context-group>
4359 </trans-unit>
4360 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a">
4361 <source>Username cannot be more than 50 characters long.</source><target>Username cannot be more than 50 characters long.</target><context-group name="null">
4362 <context context-type="linenumber">1</context>
4363 </context-group>
4364 </trans-unit>
4365 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
4366 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source><target>Username should be lowercase alphanumeric; dots and underscores are allowed.</target><context-group name="null">
4367 <context context-type="linenumber">1</context>
4368 </context-group>
4369 </trans-unit>
4370 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
4371 <source>Password must be at least 6 characters long.</source>
4372 <target>Senha deve ter pelo menos 6 caracteres.</target>
4373 <context-group name="null">
4374 <context context-type="linenumber">1</context>
4375 </context-group>
4376 </trans-unit>
4377 <trans-unit id="0a154031f3e66985af96d5f903441cf84f0dc75e">
4378 <source>Password cannot be more than 255 characters long.</source>
4379 <target>Senha não pode ter mais que 255 caracteres.</target>
4380 <context-group name="null">
4381 <context context-type="linenumber">1</context>
4382 </context-group>
4383 </trans-unit>
4384 <trans-unit id="2db8f1f93a5485c32267762a3bf4da499832e732">
4385 <source>The new password and the confirmed password do not correspond.</source>
4386 <target>A nova senha e a senha confirmada não são iguais.</target>
4387 <context-group name="null">
4388 <context context-type="linenumber">1</context>
4389 </context-group>
4390 </trans-unit>
4391 <trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf">
4392 <source>Video quota is required.</source>
4393 <target>Cota de vídeo é necessária.</target>
4394 <context-group name="null">
4395 <context context-type="linenumber">1</context>
4396 </context-group>
4397 </trans-unit>
4398 <trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80">
4399 <source>Quota must be greater than -1.</source>
4400 <target>Cota deve ser maior que -1.</target>
4401 <context-group name="null">
4402 <context context-type="linenumber">1</context>
4403 </context-group>
4404 </trans-unit>
4405 <trans-unit id="7e58d1fb4e86af94f5199660ef349d55811888bb">
4406 <source>Daily upload limit is required.</source>
4407 <target>Limite de upload diário é obrigatório.</target>
4408 <context-group name="null">
4409 <context context-type="linenumber">1</context>
4410 </context-group>
4411 </trans-unit>
4412 <trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e">
4413 <source>Daily upload limit must be greater than -1.</source>
4414 <target>Limite de upload diário deve ser maior que -1.</target>
4415 <context-group name="null">
4416 <context context-type="linenumber">1</context>
4417 </context-group>
4418 </trans-unit>
4419 <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85">
4420 <source>User role is required.</source>
4421 <target>Papel de usuário é necessário.</target>
4422 <context-group name="null">
4423 <context context-type="linenumber">1</context>
4424 </context-group>
4425 </trans-unit>
4426 <trans-unit id="1c417b7aef730d6ef5d62fa8a0a7e25e3a2393e4">
4427 <source>Display name is required.</source>
4428 <target>Nome de exibição é necessário.</target>
4429 <context-group name="null">
4430 <context context-type="linenumber">1</context>
4431 </context-group>
4432 </trans-unit>
4433 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c">
4434 <source>Display name must be at least 1 character long.</source><target>Display name must be at least 1 character long.</target><context-group name="null">
4435 <context context-type="linenumber">1</context>
4436 </context-group>
4437 </trans-unit>
4438 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1">
4439 <source>Display name cannot be more than 50 characters long.</source><target>Display name cannot be more than 50 characters long.</target><context-group name="null">
4440 <context context-type="linenumber">1</context>
4441 </context-group>
4442 </trans-unit>
4443 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae">
4444 <source>Description must be at least 3 characters long.</source>
4445 <target>Descrição deve ter pelo menos 3 caracteres.</target>
4446 <context-group name="null">
4447 <context context-type="linenumber">1</context>
4448 </context-group>
4449 </trans-unit>
4450 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0">
4451 <source>Description cannot be more than 1000 characters long.</source><target>Description cannot be more than 1000 characters long.</target><context-group name="null">
4452 <context context-type="linenumber">1</context>
4453 </context-group>
4454 </trans-unit>
4455 <trans-unit id="4a3ebc6ddb6b6677aed7b04eb503f9ddd0cfe561">
4456 <source>You must to agree with the instance terms in order to registering on it.</source>
4457 <target>Você deve concordar com os termos da instância para se registrar nela.</target>
4458 <context-group name="null">
4459 <context context-type="linenumber">1</context>
4460 </context-group>
4461 </trans-unit>
4462 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00">
4463 <source>Ban reason must be at least 3 characters long.</source>
4464 <target>Motivo do banimento deve ter pelo menos 3 caracteres.</target>
4465 <context-group name="null">
4466 <context context-type="linenumber">1</context>
4467 </context-group>
4468 </trans-unit>
4469 <trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd">
4470 <source>Ban reason cannot be more than 250 characters long.</source>
4471 <target>Motivo do banimento não pode ter mais de 250 caracteres.</target>
4472 <context-group name="null">
4473 <context context-type="linenumber">1</context>
4474 </context-group>
4475 </trans-unit>
4476 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6">
4477 <source>Report reason is required.</source>
4478 <target>Motivo da denúncia é necessário.</target>
4479 <context-group name="null">
4480 <context context-type="linenumber">1</context>
4481 </context-group>
4482 </trans-unit>
4483 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e">
4484 <source>Report reason must be at least 2 characters long.</source>
4485 <target>Motivo da denúncia deve ter melhor menos 2 caracteres.</target>
4486 <context-group name="null">
4487 <context context-type="linenumber">1</context>
4488 </context-group>
4489 </trans-unit>
4490 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
4491 <source>Report reason cannot be more than 3000 characters long.</source><target>Report reason cannot be more than 3000 characters long.</target><context-group name="null">
4492 <context context-type="linenumber">1</context>
4493 </context-group>
4494 </trans-unit>
4495 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118">
4496 <source>Moderation comment is required.</source>
4497 <target>Comentário de moderação é obrigatório.</target>
4498 <context-group name="null">
4499 <context context-type="linenumber">1</context>
4500 </context-group>
4501 </trans-unit>
4502 <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2">
4503 <source>Moderation comment must be at least 2 characters long.</source>
4504 <target>Comentário de moderação deve ter pelo menos 2 caracteres.</target>
4505 <context-group name="null">
4506 <context context-type="linenumber">1</context>
4507 </context-group>
4508 </trans-unit>
4509 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
4510 <source>Moderation comment cannot be more than 3000 characters long.</source><target>Moderation comment cannot be more than 3000 characters long.</target><context-group name="null">
4511 <context context-type="linenumber">1</context>
4512 </context-group>
4513 </trans-unit>
4514 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6">
4515 <source>The channel is required.</source>
4516 <target>O canal é obrigatório.</target>
4517 <context-group name="null">
4518 <context context-type="linenumber">1</context>
4519 </context-group>
4520 </trans-unit>
4521 <trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca">
4522 <source>Blacklist reason must be at least 2 characters long.</source>
4523 <target>Motivo da lista negra deve ter pelo menos 2 caracteres.</target>
4524 <context-group name="null">
4525 <context context-type="linenumber">1</context>
4526 </context-group>
4527 </trans-unit>
4528 <trans-unit id="5009443905b0b152915247799492bf5e164e7626">
4529 <source>Blacklist reason cannot be more than 300 characters long.</source>
4530 <target>Motivo da lista negra não pode ter mais de 300 caracteres.</target>
4531 <context-group name="null">
4532 <context context-type="linenumber">1</context>
4533 </context-group>
4534 </trans-unit>
4535 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e">
4536 <source>Video caption language is required.</source>
4537 <target>Idioma da legenda oculta de vídeo é necessário.</target>
4538 <context-group name="null">
4539 <context context-type="linenumber">1</context>
4540 </context-group>
4541 </trans-unit>
4542 <trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963">
4543 <source>Video caption file is required.</source>
4544 <target>Arquivo de legenda oculta de vídeo é necessário.</target>
4545 <context-group name="null">
4546 <context context-type="linenumber">1</context>
4547 </context-group>
4548 </trans-unit>
4549 <trans-unit id="bd7fc070c728dc6dbf3959d49fe5bb27ce15d294">
4550 <source>The username is required.</source>
4551 <target>O nome de usuário é obrigatório.</target>
4552 <context-group name="null">
4553 <context context-type="linenumber">1</context>
4554 </context-group>
4555 </trans-unit>
4556 <trans-unit id="c8465c3773699dd075e0147e264d2e232f605803">
4557 <source>You can only transfer ownership to a local account</source><target>You can only transfer ownership to a local account</target><context-group name="null">
4558 <context context-type="linenumber">1</context>
4559 </context-group>
4560 </trans-unit>
4561 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33">
4562 <source>Name is required.</source>
4563 <target>Nome é obrigatório.</target>
4564 <context-group name="null">
4565 <context context-type="linenumber">1</context>
4566 </context-group>
4567 </trans-unit>
4568 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76">
4569 <source>Name must be at least 1 character long.</source><target>Name must be at least 1 character long.</target><context-group name="null">
4570 <context context-type="linenumber">1</context>
4571 </context-group>
4572 </trans-unit>
4573 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d">
4574 <source>Name cannot be more than 50 characters long.</source><target>Name cannot be more than 50 characters long.</target><context-group name="null">
4575 <context context-type="linenumber">1</context>
4576 </context-group>
4577 </trans-unit>
4578 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18">
4579 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source><target>Name should be lowercase alphanumeric; dots and underscores are allowed.</target><context-group name="null">
4580 <context context-type="linenumber">1</context>
4581 </context-group>
4582 </trans-unit>
4583 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
4584 <source>Support text must be at least 3 characters long.</source>
4585 <target>Texto de apoio deve ter pelo menos 3 caracteres.</target>
4586 <context-group name="null">
4587 <context context-type="linenumber">1</context>
4588 </context-group>
4589 </trans-unit>
4590 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85">
4591 <source>Support text cannot be more than 1000 characters long.</source><target>Support text cannot be more than 1000 characters long.</target><context-group name="null">
4592 <context context-type="linenumber">1</context>
4593 </context-group>
4594 </trans-unit>
4595 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79">
4596 <source>Comment is required.</source>
4597 <target>Comentário é necessário.</target>
4598 <context-group name="null">
4599 <context context-type="linenumber">1</context>
4600 </context-group>
4601 </trans-unit>
4602 <trans-unit id="f5a94cae76685e72f33541b977efdd7845cb0ed6">
4603 <source>Comment must be at least 2 characters long.</source>
4604 <target>Comentário deve ter pelo menos 2 caracteres.</target>
4605 <context-group name="null">
4606 <context context-type="linenumber">1</context>
4607 </context-group>
4608 </trans-unit>
4609 <trans-unit id="7c194080446ee6901fd17a8b8648534ffe98b123">
4610 <source>Comment cannot be more than 3000 characters long.</source>
4611 <target>Comentário não pode ter mais que 3000 caracteres.</target>
4612 <context-group name="null">
4613 <context context-type="linenumber">1</context>
4614 </context-group>
4615 </trans-unit>
4616 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
4617 <source>Video name is required.</source>
4618 <target>Nome do vídeo é necessário.</target>
4619 <context-group name="null">
4620 <context context-type="linenumber">1</context>
4621 </context-group>
4622 </trans-unit>
4623 <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c">
4624 <source>Video name must be at least 3 characters long.</source>
4625 <target>Nome do vídeo deve ter pelo menos 3 caracteres.</target>
4626 <context-group name="null">
4627 <context context-type="linenumber">1</context>
4628 </context-group>
4629 </trans-unit>
4630 <trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695">
4631 <source>Video name cannot be more than 120 characters long.</source>
4632 <target>Nome do vídeo não pode ter mais que 120 caracteres.</target>
4633 <context-group name="null">
4634 <context context-type="linenumber">1</context>
4635 </context-group>
4636 </trans-unit>
4637 <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4">
4638 <source>Video privacy is required.</source>
4639 <target>Privacidade do vídeo é necessária.</target>
4640 <context-group name="null">
4641 <context context-type="linenumber">1</context>
4642 </context-group>
4643 </trans-unit>
4644 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16">
4645 <source>Video channel is required.</source>
4646 <target>Canal do vídeo é necessário.</target>
4647 <context-group name="null">
4648 <context context-type="linenumber">1</context>
4649 </context-group>
4650 </trans-unit>
4651 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef">
4652 <source>Video description must be at least 3 characters long.</source>
4653 <target>Descrição do vídeo deve ter pelo menos 3 caracteres.</target>
4654 <context-group name="null">
4655 <context context-type="linenumber">1</context>
4656 </context-group>
4657 </trans-unit>
4658 <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906">
4659 <source>Video description cannot be more than 10000 characters long.</source>
4660 <target>Descrição do vídeo não pode ter mais que 10000 caracteres.</target>
4661 <context-group name="null">
4662 <context context-type="linenumber">1</context>
4663 </context-group>
4664 </trans-unit>
4665 <trans-unit id="f1cffdc2e156716cd9880201d65ba457d11464f8">
4666 <source>A tag should be more than 2 characters long.</source>
4667 <target>Uma tag deve ter mais de 2 caracteres.</target>
4668 <context-group name="null">
4669 <context context-type="linenumber">1</context>
4670 </context-group>
4671 </trans-unit>
4672 <trans-unit id="34a0811f9a2a7366cc9efcdad52ea59b105326ea">
4673 <source>A tag should be less than 30 characters long.</source>
4674 <target>Uma tag deve ter menos de 30 caracteres.</target>
4675 <context-group name="null">
4676 <context context-type="linenumber">1</context>
4677 </context-group>
4678 </trans-unit>
4679 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6">
4680 <source>Video support must be at least 3 characters long.</source>
4681 <target>Apoio ao vídeo deve ter pelo menos 3 caracteres.</target>
4682 <context-group name="null">
4683 <context context-type="linenumber">1</context>
4684 </context-group>
4685 </trans-unit>
4686 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad">
4687 <source>Video support cannot be more than 1000 characters long.</source><target>Video support cannot be more than 1000 characters long.</target><context-group name="null">
4688 <context context-type="linenumber">1</context>
4689 </context-group>
4690 </trans-unit>
4691 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0">
4692 <source>A date is required to schedule video update.</source>
4693 <target>Uma data é necessária para agendar uma atualização de vídeo.</target>
4694 <context-group name="null">
4695 <context context-type="linenumber">1</context>
4696 </context-group>
4697 </trans-unit>
4698 <trans-unit id="3b7ed22d0730d03b38c254332829d855ee7256c4">
4699 <source>This file is too large.</source>
4700 <target>Esse arquivo é grande demais.</target>
4701 <context-group name="null">
4702 <context context-type="linenumber">1</context>
4703 </context-group>
4704 </trans-unit>
4705 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
4706 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source><target>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target><context-group name="null">
4707 <context context-type="linenumber">1</context>
4708 </context-group>
4709 </trans-unit>
4710 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4">
4711 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
4712 <target>Todos os dados não salvos serão perdidos, você tem certeza que deseja sair dessa página?</target>
4713 <context-group name="null">
4714 <context context-type="linenumber">1</context>
4715 </context-group>
4716 </trans-unit>
4717 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf">
4718 <source>Sunday</source>
4719 <target>domingo</target>
4720 <context-group name="null">
4721 <context context-type="linenumber">1</context>
4722 </context-group>
4723 </trans-unit>
4724 <trans-unit id="a43c57a7cbebf57eb33a2eae5e994c91d9887596">
4725 <source>Monday</source>
4726 <target>segunda-feira</target>
4727 <context-group name="null">
4728 <context context-type="linenumber">1</context>
4729 </context-group>
4730 </trans-unit>
4731 <trans-unit id="48a2a35957ce394eb2c59ae35c99642360af70ee">
4732 <source>Tuesday</source>
4733 <target>terça-feira</target>
4734 <context-group name="null">
4735 <context context-type="linenumber">1</context>
4736 </context-group>
4737 </trans-unit>
4738 <trans-unit id="b0af441f9ba8b82952b9ec10fb8c62e8fec67df9">
4739 <source>Wednesday</source>
4740 <target>quarta-feira</target>
4741 <context-group name="null">
4742 <context context-type="linenumber">1</context>
4743 </context-group>
4744 </trans-unit>
4745 <trans-unit id="55c583b99c809818ec27df065ccf05357a6ac10b">
4746 <source>Thursday</source>
4747 <target>quinta-feira</target>
4748 <context-group name="null">
4749 <context context-type="linenumber">1</context>
4750 </context-group>
4751 </trans-unit>
4752 <trans-unit id="e91b54925dc5f490753f60f53ef6f8b4609e6215">
4753 <source>Friday</source>
4754 <target>sexta-feira</target>
4755 <context-group name="null">
4756 <context context-type="linenumber">1</context>
4757 </context-group>
4758 </trans-unit>
4759 <trans-unit id="c0d2dd391a3eca8e841a5d0e035cd268280eb68e">
4760 <source>Saturday</source>
4761 <target>sábado</target>
4762 <context-group name="null">
4763 <context context-type="linenumber">1</context>
4764 </context-group>
4765 </trans-unit>
4766 <trans-unit id="6549890cd0d6b59fb0e1aa383b00483a68a55eef">
4767 <source>Sun</source>
4768 <target>dom</target>
4769 <context-group name="null">
4770 <context context-type="linenumber">1</context>
4771 </context-group>
4772 </trans-unit>
4773 <trans-unit id="3382aa5d7f520e197fb59a4995fe1beffca2d0ff">
4774 <source>Mon</source>
4775 <target>seg</target>
4776 <context-group name="null">
4777 <context context-type="linenumber">1</context>
4778 </context-group>
4779 </trans-unit>
4780 <trans-unit id="f883ec926274974df0fc46c037cbffd6a863ebc9">
4781 <source>Tue</source>
4782 <target>ter</target>
4783 <context-group name="null">
4784 <context context-type="linenumber">1</context>
4785 </context-group>
4786 </trans-unit>
4787 <trans-unit id="242b4f4b5651e24f9a9007ef153a57981e4b989d">
4788 <source>Wed</source>
4789 <target>qua</target>
4790 <context-group name="null">
4791 <context context-type="linenumber">1</context>
4792 </context-group>
4793 </trans-unit>
4794 <trans-unit id="5a2c39d56b8f00a6a4670a63b53caacbda953be6">
4795 <source>Thu</source>
4796 <target>qui</target>
4797 <context-group name="null">
4798 <context context-type="linenumber">1</context>
4799 </context-group>
4800 </trans-unit>
4801 <trans-unit id="4cdf23d523a0e52e0dec9cd650ffd9bd6952792c">
4802 <source>Fri</source>
4803 <target>sex</target>
4804 <context-group name="null">
4805 <context context-type="linenumber">1</context>
4806 </context-group>
4807 </trans-unit>
4808 <trans-unit id="1283d165a942d7f4c469ba34f99dbb9e927d0261">
4809 <source>Sat</source>
4810 <target>sáb</target>
4811 <context-group name="null">
4812 <context context-type="linenumber">1</context>
4813 </context-group>
4814 </trans-unit>
4815 <trans-unit id="2fba8448ff13105c57665a9a6ffcfe9615d855dd">
4816 <source>Su</source>
4817 <target>D</target>
4818 <context-group name="null">
4819 <context context-type="linenumber">1</context>
4820 </context-group>
4821 </trans-unit>
4822 <trans-unit id="388144af7ac7651d2615b9be0e84f43ae71d9fb3">
4823 <source>Mo</source>
4824 <target>S</target>
4825 <context-group name="null">
4826 <context context-type="linenumber">1</context>
4827 </context-group>
4828 </trans-unit>
4829 <trans-unit id="d96313e42b5f0751ce2676a31d309b4d322ab462">
4830 <source>Tu</source>
4831 <target>T</target>
4832 <context-group name="null">
4833 <context context-type="linenumber">1</context>
4834 </context-group>
4835 </trans-unit>
4836 <trans-unit id="06cc3d39f78c0615b707cef39cd4875599611fef">
4837 <source>We</source>
4838 <target>Q</target>
4839 <context-group name="null">
4840 <context context-type="linenumber">1</context>
4841 </context-group>
4842 </trans-unit>
4843 <trans-unit id="790894436cca9d675d59be9a8aafd58acccde2cd">
4844 <source>Th</source>
4845 <target>Q</target>
4846 <context-group name="null">
4847 <context context-type="linenumber">1</context>
4848 </context-group>
4849 </trans-unit>
4850 <trans-unit id="42dfe37169f8471367c31489155229bbe1747ea5">
4851 <source>Fr</source>
4852 <target>S</target>
4853 <context-group name="null">
4854 <context context-type="linenumber">1</context>
4855 </context-group>
4856 </trans-unit>
4857 <trans-unit id="1b64ea3e04ceeb512e8974eb0019dee4f211c7a0">
4858 <source>Sa</source>
4859 <target>S</target>
4860 <context-group name="null">
4861 <context context-type="linenumber">1</context>
4862 </context-group>
4863 </trans-unit>
4864 <trans-unit id="e7815f1c4a6d3cc157a16407a48865023cc35ec0">
4865 <source>January</source>
4866 <target>janeiro</target>
4867 <context-group name="null">
4868 <context context-type="linenumber">1</context>
4869 </context-group>
4870 </trans-unit>
4871 <trans-unit id="0393a96b58df82af39a2ec83deec624749e42036">
4872 <source>February</source>
4873 <target>fevereiro</target>
4874 <context-group name="null">
4875 <context context-type="linenumber">1</context>
4876 </context-group>
4877 </trans-unit>
4878 <trans-unit id="ea41ee3743ec5bdbbf863ab793bbdd6e6d9af96e">
4879 <source>March</source>
4880 <target>março</target>
4881 <context-group name="null">
4882 <context context-type="linenumber">1</context>
4883 </context-group>
4884 </trans-unit>
4885 <trans-unit id="b87ee784d9e93b5557aca9bdc9464dbd4328920a">
4886 <source>April</source>
4887 <target>abril</target>
4888 <context-group name="null">
4889 <context context-type="linenumber">1</context>
4890 </context-group>
4891 </trans-unit>
4892 <trans-unit id="862da1034ac2707cc44123ed963b2f42109b6b3e">
4893 <source>May</source>
4894 <target>maio</target>
4895 <context-group name="null">
4896 <context context-type="linenumber">1</context>
4897 </context-group>
4898 </trans-unit>
4899 <trans-unit id="2f234249d4c3c39e27c0f05d4a6b73a7959caeb2">
4900 <source>June</source>
4901 <target>junho</target>
4902 <context-group name="null">
4903 <context context-type="linenumber">1</context>
4904 </context-group>
4905 </trans-unit>
4906 <trans-unit id="11447f95e83c8de675ab6c492150f88e4d9bd15e">
4907 <source>July</source>
4908 <target>julho</target>
4909 <context-group name="null">
4910 <context context-type="linenumber">1</context>
4911 </context-group>
4912 </trans-unit>
4913 <trans-unit id="ddd9a3d59a8db4e822e54e9473c05b571aca9829">
4914 <source>August</source>
4915 <target>agosto</target>
4916 <context-group name="null">
4917 <context context-type="linenumber">1</context>
4918 </context-group>
4919 </trans-unit>
4920 <trans-unit id="e21dc41f9b3fdaf35ab6b2d9e2e5e8a926fb1938">
4921 <source>September</source>
4922 <target>setembro</target>
4923 <context-group name="null">
4924 <context context-type="linenumber">1</context>
4925 </context-group>
4926 </trans-unit>
4927 <trans-unit id="71f49c502d13e22079a958a5532afa28dbe98b3b">
4928 <source>October</source>
4929 <target>outubro</target>
4930 <context-group name="null">
4931 <context context-type="linenumber">1</context>
4932 </context-group>
4933 </trans-unit>
4934 <trans-unit id="64b5ce921faa5e3d277d6d528ddcfc8c2bfe9f52">
4935 <source>November</source>
4936 <target>novembro</target>
4937 <context-group name="null">
4938 <context context-type="linenumber">1</context>
4939 </context-group>
4940 </trans-unit>
4941 <trans-unit id="2006e2aabb31714ebc684dc382539649f690ed5c">
4942 <source>December</source>
4943 <target>dezembro</target>
4944 <context-group name="null">
4945 <context context-type="linenumber">1</context>
4946 </context-group>
4947 </trans-unit>
4948 <trans-unit id="8270e687cfb5624b3f6fbb7991a2e916c96464b7">
4949 <source>Jan</source>
4950 <target>jan</target>
4951 <context-group name="null">
4952 <context context-type="linenumber">1</context>
4953 </context-group>
4954 </trans-unit>
4955 <trans-unit id="23544170afbb981dd52750b641576841cf5dcf60">
4956 <source>Feb</source>
4957 <target>fev</target>
4958 <context-group name="null">
4959 <context context-type="linenumber">1</context>
4960 </context-group>
4961 </trans-unit>
4962 <trans-unit id="1f14355742459b7d6a0126a1564e1c18f39f86e7">
4963 <source>Mar</source>
4964 <target>mar</target>
4965 <context-group name="null">
4966 <context context-type="linenumber">1</context>
4967 </context-group>
4968 </trans-unit>
4969 <trans-unit id="964a5f032bc846d32806a4838580a4f81cf14463">
4970 <source>Apr</source>
4971 <target>abr</target>
4972 <context-group name="null">
4973 <context context-type="linenumber">1</context>
4974 </context-group>
4975 </trans-unit>
4976 <trans-unit id="8f7274f606f71d9290ed01c5683092d701632d7f">
4977 <source>Jun</source>
4978 <target>jun</target>
4979 <context-group name="null">
4980 <context context-type="linenumber">1</context>
4981 </context-group>
4982 </trans-unit>
4983 <trans-unit id="7c3d8318d6d8d9920ae0a80350616732c33a3211">
4984 <source>Jul</source>
4985 <target>jul</target>
4986 <context-group name="null">
4987 <context context-type="linenumber">1</context>
4988 </context-group>
4989 </trans-unit>
4990 <trans-unit id="be1335ffd1c606321e2c020b638dd3c84b434212">
4991 <source>Aug</source>
4992 <target>ago</target>
4993 <context-group name="null">
4994 <context context-type="linenumber">1</context>
4995 </context-group>
4996 </trans-unit>
4997 <trans-unit id="4f739d03be1c936c58978739c317d91566348204">
4998 <source>Sep</source>
4999 <target>set</target>
5000 <context-group name="null">
5001 <context context-type="linenumber">1</context>
5002 </context-group>
5003 </trans-unit>
5004 <trans-unit id="6607cacb987a588530a13de7018d959240d19153">
5005 <source>Oct</source>
5006 <target>out</target>
5007 <context-group name="null">
5008 <context context-type="linenumber">1</context>
5009 </context-group>
5010 </trans-unit>
5011 <trans-unit id="e597400ded12a366855615e18fcc8f9ac05b72e0">
5012 <source>Nov</source>
5013 <target>nov</target>
5014 <context-group name="null">
5015 <context context-type="linenumber">1</context>
5016 </context-group>
5017 </trans-unit>
5018 <trans-unit id="adf2dfa2a9cb490d6a4a74510b7b0846b62d429e">
5019 <source>Dec</source>
5020 <target>dez</target>
5021 <context-group name="null">
5022 <context context-type="linenumber">1</context>
5023 </context-group>
5024 </trans-unit>
5025 <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46">
5026 <source>Clear</source>
5027 <target>Limpar</target>
5028 <context-group name="null">
5029 <context context-type="linenumber">1</context>
5030 </context-group>
5031 </trans-unit>
5032 <trans-unit id="8fb519ba47ea7806beeacdcd44829d85a2aa0cc5">
5033 <source>yy-mm-dd </source>
5034 <target>yy-mm-dd </target>
5035 <context-group name="null">
5036 <context context-type="linenumber">1</context>
5037 </context-group>
5038 </trans-unit>
5039 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411">
5040 <source>Transcode your videos in multiple resolutions</source>
5041 <target>Transcodificar seus vídeos em múltiplas resoluções.</target>
5042 <context-group name="null">
5043 <context context-type="linenumber">1</context>
5044 </context-group>
5045 </trans-unit>
5046 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
5047 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
5048 <target>Importação HTTP (YouTube, Vimeo, URL direta...)</target>
5049 <context-group name="null">
5050 <context context-type="linenumber">1</context>
5051 </context-group>
5052 </trans-unit>
5053 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a">
5054 <source>Torrent import</source>
5055 <target>Importação Torrent</target>
5056 <context-group name="null">
5057 <context context-type="linenumber">1</context>
5058 </context-group>
5059 </trans-unit>
5060 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
5061 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
5062 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target>
5063 <context-group name="null">
5064 <context context-type="linenumber">1</context>
5065 </context-group>
5066 </trans-unit>
5067 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24">
5068 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source>
5069 <target>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</target>
5070 <context-group name="null">
5071 <context context-type="linenumber">1</context>
5072 </context-group>
5073 </trans-unit>
5074 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86">
5075 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source>
5076 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vídeos em FullHD</target>
5077 <context-group name="null">
5078 <context context-type="linenumber">1</context>
5079 </context-group>
5080 </trans-unit>
5081 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8">
5082 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source>
5083 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vídeo em HD</target>
5084 <context-group name="null">
5085 <context context-type="linenumber">1</context>
5086 </context-group>
5087 </trans-unit>
5088 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5">
5089 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source>
5090 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vídeos de qualidade média</target>
5091 <context-group name="null">
5092 <context context-type="linenumber">1</context>
5093 </context-group>
5094 </trans-unit>
5095 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
5096 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
5097 <target>Compatível com <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> que têm suporte a:</target>
5098 <context-group name="null">
5099 <context context-type="linenumber">1</context>
5100 </context-group>
5101 </trans-unit>
5102 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980">
5103 <source>Emphasis</source>
5104 <target>Ênfase</target>
5105 <context-group name="null">
5106 <context context-type="linenumber">1</context>
5107 </context-group>
5108 </trans-unit>
5109 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0">
5110 <source>Links</source>
5111 <target>Links</target>
5112 <context-group name="null">
5113 <context context-type="linenumber">1</context>
5114 </context-group>
5115 </trans-unit>
5116 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a">
5117 <source>New lines</source>
5118 <target>Novas linhas</target>
5119 <context-group name="null">
5120 <context context-type="linenumber">1</context>
5121 </context-group>
5122 </trans-unit>
5123 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1">
5124 <source>Lists</source>
5125 <target>Listas</target>
5126 <context-group name="null">
5127 <context context-type="linenumber">1</context>
5128 </context-group>
5129 </trans-unit>
5130 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
5131 <source>Images</source>
5132 <target>Imagens</target>
5133 <context-group name="null">
5134 <context context-type="linenumber">1</context>
5135 </context-group>
5136 </trans-unit>
5137 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681">
5138 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source><target><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</target><context-group name="null">
5139 <context context-type="linenumber">1</context>
5140 </context-group>
5141 </trans-unit>
5142 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd">
5143 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source>
5144 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> banido.</target>
5145 <context-group name="null">
5146 <context context-type="linenumber">1</context>
5147 </context-group>
5148 </trans-unit>
5149 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734">
5150 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source>
5151 <target>Você realmente quer desbanir <x id="INTERPOLATION" equiv-text="{{username}}"/>?</target>
5152 <context-group name="null">
5153 <context context-type="linenumber">1</context>
5154 </context-group>
5155 </trans-unit>
5156 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd">
5157 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source>
5158 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> foi desbanido.</target>
5159 <context-group name="null">
5160 <context context-type="linenumber">1</context>
5161 </context-group>
5162 </trans-unit>
5163 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603">
5164 <source>If you remove this user, you will not be able to create another with the same username!</source><target>If you remove this user, you will not be able to create another with the same username!</target><context-group name="null">
5165 <context context-type="linenumber">1</context>
5166 </context-group>
5167 </trans-unit>
5168 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a">
5169 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source>
5170 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> excluído.</target>
5171 <context-group name="null">
5172 <context context-type="linenumber">1</context>
5173 </context-group>
5174 </trans-unit>
5175 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096">
5176 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source><target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</target><context-group name="null">
5177 <context context-type="linenumber">1</context>
5178 </context-group>
5179 </trans-unit>
5180 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249">
5181 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</target><context-group name="null">
5182 <context context-type="linenumber">1</context>
5183 </context-group>
5184 </trans-unit>
5185 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6">
5186 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</target><context-group name="null">
5187 <context context-type="linenumber">1</context>
5188 </context-group>
5189 </trans-unit>
5190 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499">
5191 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target><context-group name="null">
5192 <context context-type="linenumber">1</context>
5193 </context-group>
5194 </trans-unit>
5195 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
5196 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</target><context-group name="null">
5197 <context context-type="linenumber">1</context>
5198 </context-group>
5199 </trans-unit>
5200 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830">
5201 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target><context-group name="null">
5202 <context context-type="linenumber">1</context>
5203 </context-group>
5204 </trans-unit>
5205 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f">
5206 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</target><context-group name="null">
5207 <context context-type="linenumber">1</context>
5208 </context-group>
5209 </trans-unit>
5210 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc">
5211 <source>Mute this account</source><target>Mute this account</target><context-group name="null">
5212 <context context-type="linenumber">1</context>
5213 </context-group>
5214 </trans-unit>
5215 <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952">
5216 <source>Unmute this account</source><target>Unmute this account</target><context-group name="null">
5217 <context context-type="linenumber">1</context>
5218 </context-group>
5219 </trans-unit>
5220 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d">
5221 <source>Mute the instance</source><target>Mute the instance</target><context-group name="null">
5222 <context context-type="linenumber">1</context>
5223 </context-group>
5224 </trans-unit>
5225 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9">
5226 <source>Unmute the instance</source><target>Unmute the instance</target><context-group name="null">
5227 <context context-type="linenumber">1</context>
5228 </context-group>
5229 </trans-unit>
5230 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
5231 <source>Mute this account by your instance</source><target>Mute this account by your instance</target><context-group name="null">
5232 <context context-type="linenumber">1</context>
5233 </context-group>
5234 </trans-unit>
5235 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957">
5236 <source>Unmute this account by your instance</source><target>Unmute this account by your instance</target><context-group name="null">
5237 <context context-type="linenumber">1</context>
5238 </context-group>
5239 </trans-unit>
5240 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178">
5241 <source>Mute the instance by your instance</source><target>Mute the instance by your instance</target><context-group name="null">
5242 <context context-type="linenumber">1</context>
5243 </context-group>
5244 </trans-unit>
5245 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a">
5246 <source>Unmute the instance by your instance</source><target>Unmute the instance by your instance</target><context-group name="null">
5247 <context context-type="linenumber">1</context>
5248 </context-group>
5249 </trans-unit>
5250 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
5251 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
5252 <target>A solicitação é grande demais para o servidor. Entre em contato com seu administrador se quiser aumentar o tamanho do limite.</target>
5253 <context-group name="null">
5254 <context context-type="linenumber">1</context>
5255 </context-group>
5256 </trans-unit>
5257 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b">
5258 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source>
5259 <target>Muitas tentativas, por favor tente novamente depois de <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutos.</target>
5260 <context-group name="null">
5261 <context context-type="linenumber">1</context>
5262 </context-group>
5263 </trans-unit>
5264 <trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d">
5265 <source>Too many attempts, please try again later.</source>
5266 <target>Muitas tentativas, por favor tente novamente depois.</target>
5267 <context-group name="null">
5268 <context context-type="linenumber">1</context>
5269 </context-group>
5270 </trans-unit>
5271 <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc">
5272 <source>Server error. Please retry later.</source>
5273 <target>Erro de servidor. Por favor, tente novamente depois.</target>
5274 <context-group name="null">
5275 <context context-type="linenumber">1</context>
5276 </context-group>
5277 </trans-unit>
5278 <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded">
5279 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
5280 <target>Inscrito em <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
5281 <context-group name="null">
5282 <context context-type="linenumber">1</context>
5283 </context-group>
5284 </trans-unit>
5285 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
5286 <source>Subscribed</source>
5287 <target>Inscrito</target>
5288 <context-group name="null">
5289 <context context-type="linenumber">1</context>
5290 </context-group>
5291 </trans-unit>
5292 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26">
5293 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
5294 <target>Desinscrito de <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
5295 <context-group name="null">
5296 <context context-type="linenumber">1</context>
5297 </context-group>
5298 </trans-unit>
5299 <trans-unit id="294395337b767af84f952ac28d58d54a13a11471">
5300 <source>Unsubscribed</source>
5301 <target>Desinscrito</target>
5302 <context-group name="null">
5303 <context context-type="linenumber">1</context>
5304 </context-group>
5305 </trans-unit>
5306 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf">
5307 <source>Moderator</source><target>Moderator</target><context-group name="null">
5308 <context context-type="linenumber">1</context>
5309 </context-group>
5310 </trans-unit>
5311 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
5312 <source>Video blacklisted.</source>
5313 <target>Vídeo colocado na lista negra.</target>
5314 <context-group name="null">
5315 <context context-type="linenumber">1</context>
5316 </context-group>
5317 </trans-unit>
5318 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
5319 <source>Copied</source>
5320 <target>Copiado</target>
5321 <context-group name="null">
5322 <context context-type="linenumber">1</context>
5323 </context-group>
5324 </trans-unit>
5325 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
5326 <source>Video reported.</source>
5327 <target>Vídeo denunciado.</target>
5328 <context-group name="null">
5329 <context context-type="linenumber">1</context>
5330 </context-group>
5331 </trans-unit>
5332 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
5333 <source>Do you really want to delete this video?</source>
5334 <target>Você realmente deseja excluir esse vídeo?</target>
5335 <context-group name="null">
5336 <context context-type="linenumber">1</context>
5337 </context-group>
5338 </trans-unit>
5339 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
5340 <source>Blacklist</source>
5341 <target>Lista negra</target>
5342 <context-group name="null">
5343 <context context-type="linenumber">1</context>
5344 </context-group>
5345 </trans-unit>
5346 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
5347 <source>Report</source>
5348 <target>Denunciar</target>
5349 <context-group name="null">
5350 <context context-type="linenumber">1</context>
5351 </context-group>
5352 </trans-unit>
5353 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
5354 <source>Published</source>
5355 <target>Publicado</target>
5356 <context-group name="null">
5357 <context context-type="linenumber">1</context>
5358 </context-group>
5359 </trans-unit>
5360 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
5361 <source>Publication scheduled on </source>
5362 <target>Publicação agendada em </target>
5363 <context-group name="null">
5364 <context context-type="linenumber">1</context>
5365 </context-group>
5366 </trans-unit>
5367 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
5368 <source>Waiting transcoding</source>
5369 <target>Aguardando transcodificação</target>
5370 <context-group name="null">
5371 <context context-type="linenumber">1</context>
5372 </context-group>
5373 </trans-unit>
5374 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
5375 <source>To transcode</source>
5376 <target>Para transcodificar</target>
5377 <context-group name="null">
5378 <context context-type="linenumber">1</context>
5379 </context-group>
5380 </trans-unit>
5381 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
5382 <source>To import</source>
5383 <target>Para importar</target>
5384 <context-group name="null">
5385 <context context-type="linenumber">1</context>
5386 </context-group>
5387 </trans-unit>
5388 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
5389 <source>Only I can see this video</source>
5390 <target>Apenas eu posso ver este vídeo</target>
5391 <context-group name="null">
5392 <context context-type="linenumber">1</context>
5393 </context-group>
5394 </trans-unit>
5395 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70">
5396 <source>Only people with the private link can see this video</source>
5397 <target>Apenas pessoas com o link privado podem ver este vídeo</target>
5398 <context-group name="null">
5399 <context context-type="linenumber">1</context>
5400 </context-group>
5401 </trans-unit>
5402 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b">
5403 <source>Anyone can see this video</source>
5404 <target>Qualquer um pode ver este vídeo</target>
5405 <context-group name="null">
5406 <context context-type="linenumber">1</context>
5407 </context-group>
5408 </trans-unit>
5409 <trans-unit id="21565881ad1dff3c98738b9535b3515cec140609">
5410 <source>Welcome! Now please check your emails to verify your account and complete signup.</source><target>Welcome! Now please check your emails to verify your account and complete signup.</target><context-group name="null">
5411 <context context-type="linenumber">1</context>
5412 </context-group>
5413 </trans-unit>
5414 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6">
5415 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source><target>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</target><context-group name="null">
5416 <context context-type="linenumber">1</context>
5417 </context-group>
5418 </trans-unit>
5419 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb">
5420 <source>Video to import updated.</source>
5421 <target>Vídeo para importar atualizado.</target>
5422 <context-group name="null">
5423 <context context-type="linenumber">1</context>
5424 </context-group>
5425 </trans-unit>
5426 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c">
5427 <source>Your video was uploaded to your account and is private.</source>
5428 <target>Seu vídeo foi enviado para sua conta e é privado.</target>
5429 <context-group name="null">
5430 <context context-type="linenumber">1</context>
5431 </context-group>
5432 </trans-unit>
5433 <trans-unit id="24840228f2826b66252cfcaab9820b1c7e0da264">
5434 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
5435 <target>Mas dados associados (tags, descrição…) serão perdidas, tem certeza que deseja sair dessa página?</target>
5436 <context-group name="null">
5437 <context context-type="linenumber">1</context>
5438 </context-group>
5439 </trans-unit>
5440 <trans-unit id="5af84926d631326e548573ebf0f6dff07845aeb4">
5441 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
5442 <target>Seu vídeo ainda não foi atualizado, você tem certeza que deseja sair dessa página?</target>
5443 <context-group name="null">
5444 <context context-type="linenumber">1</context>
5445 </context-group>
5446 </trans-unit>
5447 <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9">
5448 <source>Upload cancelled</source>
5449 <target>Envio cancelado</target>
5450 <context-group name="null">
5451 <context context-type="linenumber">1</context>
5452 </context-group>
5453 </trans-unit>
5454 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee">
5455 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source>
5456 <target>Sua quota de vídeos é excedida com este vídeo (tamanho do vídeo: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, utilizado: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target>
5457 <context-group name="null">
5458 <context context-type="linenumber">1</context>
5459 </context-group>
5460 </trans-unit>
5461 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd">
5462 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source>
5463 <target>Sua quota diária de vídeos é excedida com este vídeo (tamanho do vídeo: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, utilizado: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target>
5464 <context-group name="null">
5465 <context context-type="linenumber">1</context>
5466 </context-group>
5467 </trans-unit>
5468 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce">
5469 <source>Video published.</source>
5470 <target>Vídeo publicado.</target>
5471 <context-group name="null">
5472 <context context-type="linenumber">1</context>
5473 </context-group>
5474 </trans-unit>
5475 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
5476 <source>You have unsaved changes! If you leave, your changes will be lost.</source><target>You have unsaved changes! If you leave, your changes will be lost.</target><context-group name="null">
5477 <context context-type="linenumber">1</context>
5478 </context-group>
5479 </trans-unit>
5480 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
5481 <source>Video updated.</source>
5482 <target>Vídeo atualizado.</target>
5483 <context-group name="null">
5484 <context context-type="linenumber">1</context>
5485 </context-group>
5486 </trans-unit>
5487 <trans-unit id="aeb61b334cac080733c3e03766165a346bbf42fd">
5488 <source> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</source>
5489 <target> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> respostas serão excluídas também.</target>
5490 <context-group name="null">
5491 <context context-type="linenumber">1</context>
5492 </context-group>
5493 </trans-unit>
5494 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
5495 <source>Like the video</source><target>Like the video</target><context-group name="null">
5496 <context context-type="linenumber">1</context>
5497 </context-group>
5498 </trans-unit>
5499 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8">
5500 <source>Dislike the video</source><target>Dislike the video</target><context-group name="null">
5501 <context context-type="linenumber">1</context>
5502 </context-group>
5503 </trans-unit>
5504 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
5505 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
5506 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> gostei / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> não-gostei</target>
5507 <context-group name="null">
5508 <context context-type="linenumber">1</context>
5509 </context-group>
5510 </trans-unit>
5511 <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71">
5512 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
5513 <target>Este vídeo possui conteúdo adulto ou explícito. Você tem certeza que deseja assisti-lo?</target>
5514 <context-group name="null">
5515 <context context-type="linenumber">1</context>
5516 </context-group>
5517 </trans-unit>
5518 <trans-unit id="5ba3d522e4146eefcbd5c222247c1e2423d27cd8">
5519 <source>Mature or explicit content</source>
5520 <target>Conteúdo adulto ou explícito</target>
5521 <context-group name="null">
5522 <context context-type="linenumber">1</context>
5523 </context-group>
5524 </trans-unit>
5525 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
5526 <source>Trending for the last 24 hours</source><target>Trending for the last 24 hours</target><context-group name="null">
5527 <context context-type="linenumber">1</context>
5528 </context-group>
5529 </trans-unit>
5530 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
5531 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source><target>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target><context-group name="null">
5532 <context context-type="linenumber">1</context>
5533 </context-group>
5534 </trans-unit>
5535 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
5536 <source>Videos from your subscriptions</source>
5537 <target>Vídeos de suas inscrições</target>
5538 <context-group name="null">
5539 <context context-type="linenumber">1</context>
5540 </context-group>
5541 </trans-unit>
5542 </body>
5543 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_ru_RU.xml b/client/src/locale/target/angular_ru_RU.xml
index b3e2afb96..d45a754aa 100644
--- a/client/src/locale/target/angular_ru_RU.xml
+++ b/client/src/locale/target/angular_ru_RU.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group>
61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria">
63 <source>First</source>
64 <target>Первый</target>
65 <context-group name="null">
66 <context context-type="linenumber">5</context>
67 </context-group> 60 </context-group>
68 </trans-unit> 61 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 62 <trans-unit id="ngb.pagination.previous">
70 <source>«</source> 63 <source>«</source>
71 <target>«</target> 64 <target>«</target>
72 <context-group name="null"> 65 <context-group name="null">
73 <context context-type="linenumber">15</context> 66 <context context-type="linenumber">3</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source>
78 <target>Предыдущий</target>
79 <context-group name="null">
80 <context context-type="linenumber">13</context>
81 </context-group> 67 </context-group>
82 </trans-unit> 68 </trans-unit>
83 <trans-unit id="ngb.pagination.next"> 69 <trans-unit id="ngb.pagination.next">
84 <source>»</source> 70 <source>»</source>
85 <target>»</target> 71 <target>»</target>
86 <context-group name="null"> 72 <context-group name="null">
87 <context context-type="linenumber">29</context> 73 <context context-type="linenumber">4</context>
88 </context-group>
89 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source>
92 <target>Далее</target>
93 <context-group name="null">
94 <context context-type="linenumber">27</context>
95 </context-group> 74 </context-group>
96 </trans-unit> 75 </trans-unit>
97 <trans-unit id="ngb.pagination.last"> 76 <trans-unit id="ngb.pagination.last">
98 <source>»»</source> 77 <source>»»</source>
99 <target>»»</target> 78 <target>»»</target>
100 <context-group name="null"> 79 <context-group name="null">
101 <context context-type="linenumber">36</context> 80 <context context-type="linenumber">5</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.first-aria">
84 <source>First</source>
85 <target>Первый</target>
86 <context-group name="null">
87 <context context-type="linenumber">14</context>
88 </context-group>
89 </trans-unit>
90 <trans-unit id="ngb.pagination.previous-aria">
91 <source>Previous</source>
92 <target>Ðазад</target>
93 <context-group name="null">
94 <context context-type="linenumber">23</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.next-aria">
98 <source>Next</source>
99 <target>Далее</target>
100 <context-group name="null">
101 <context context-type="linenumber">41</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Прошлый</target> 106 <target>ПоÑледний</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -117,7 +117,7 @@
117 </trans-unit> 117 </trans-unit>
118 <trans-unit id="ngb.timepicker.increment-hours"> 118 <trans-unit id="ngb.timepicker.increment-hours">
119 <source>Increment hours</source> 119 <source>Increment hours</source>
120 <target>УвелиÑение чаÑob</target> 120 <target>ПÑироÑÑ‚ чаÑов</target>
121 <context-group name="null"> 121 <context-group name="null">
122 <context context-type="linenumber">9</context> 122 <context context-type="linenumber">9</context>
123 </context-group> 123 </context-group>
@@ -138,93 +138,542 @@
138 </trans-unit> 138 </trans-unit>
139 <trans-unit id="ngb.timepicker.decrement-hours"> 139 <trans-unit id="ngb.timepicker.decrement-hours">
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Сокращение чаÑов</target> 141 <target>СниÐение чаÑов</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>УвелиÑение минут</target> 148 <target>ПÑироÑÑ‚ минут</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Минуты</target> 162 <target>Минуты</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Сокращение минут</target> 169 <target>СниÐение минут</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>УвелиÑение Ñекунд</target> 176 <target>ПÑироÑÑ‚ Ñекунд</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Секунды</target> 190 <target>Секунды</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group>
194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source>
197 <target>Снижение Ñекунд</target>
198 <context-group name="null">
199 <context context-type="linenumber">60</context>
193 </context-group> 200 </context-group>
194 </trans-unit> 201 </trans-unit>
195 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
196 <source>PM</source> 203 <source>PM</source>
197 <target>Вечера</target> 204 <target>Вечера</target>
198 <context-group name="null"> 205 <context-group name="null">
199 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
200 </context-group> 207 </context-group>
201 </trans-unit> 208 </trans-unit>
202 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
203 <source>AM</source> 210 <source>AM</source>
204 <target>Утра</target> 211 <target>Утра</target>
205 <context-group name="null"> 212 <context-group name="null">
206 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
207 </context-group> 214 </context-group>
208 </trans-unit> 215 </trans-unit>
209 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
210 <source>Cancel</source> 217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
211 <target>Отменить</target> 218 <target>(раÑширениÑ: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, макÑимальный размер: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
212 <context-group name="null"> 219 <context-group name="null">
213 <context context-type="linenumber">10</context> 220 <context context-type="linenumber">11</context>
214 </context-group> 221 </context-group>
215 </trans-unit> 222 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source> 224 <source>You don't have notifications.</source>
218 <target>(раÑширение: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, макÑимальный веÑ: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target> 225 <target>Ðет уведомлений.</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> опубликовал (-а) <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>новое видео<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 Ваше видео <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> было разблокировано
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 Ваше видео <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> было заблокировано
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="3442afd9696d6abcd9210b2cb3cdfb969667ca01">
307 <source>
308 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 Ðедавно опубликованное видео <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>было заблокировано автоматичеÑки<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">39</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
326 <source>
327 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> прокомментировал (-а) ваше видео <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">47</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
345 <source>
346 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
349 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 Ваше видео <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> было опубликовано
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">55</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
364 <source>
365 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Импортирование вашего видео<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> прошло уÑпешно
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">63</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
383 <source>
384 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Импортирование вашего видео<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> прошло неуÑпешно
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">71</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
402 <source>
403 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
407 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
408 </source>
409 <target>
410 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
411
412 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
413 Пользователь <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> зарегиÑтрировалÑÑ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> на вашем Ñервере
414 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
415 </target>
416 <context-group name="null">
417 <context context-type="linenumber">79</context>
418 </context-group>
419 </trans-unit>
420 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
421 <source>
422 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
423
424 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
425 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
426
427 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
428 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
429 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
430 </source>
431 <target>
432 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
433
434 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
435 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> подпиÑалÑÑ (-лаÑÑŒ)
436
437 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>на ваш канал <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
438 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>на ваш аккаунт<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">87</context>
443 </context-group>
444 </trans-unit>
445 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
446 <source>
447 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
448
449 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
450 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
451 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
452 </source>
453 <target>
454 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
455
456 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
457 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> упомÑнул (-а) Ð²Ð°Ñ Ð² <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>видео <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
458 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
459 </target>
460 <context-group name="null">
461 <context context-type="linenumber">98</context>
462 </context-group>
463 </trans-unit>
464 <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566">
465 <source>Save to</source>
466 <target>Сохранить в</target>
467 <context-group name="null">
468 <context context-type="linenumber">4</context>
469 </context-group>
470 </trans-unit>
471 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f">
472 <source>Options</source>
473 <target>ÐаÑтройки</target>
474 <context-group name="null">
475 <context context-type="linenumber">9</context>
476 </context-group>
477 </trans-unit>
478 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
479 <source>Start at</source>
480 <target>Ðачало в</target>
481 <context-group name="null">
482 <context context-type="linenumber">12</context>
483 </context-group>
484 </trans-unit>
485 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
486 <source>Stop at</source>
487 <target>Конец в</target>
488 <context-group name="null">
489 <context context-type="linenumber">54</context>
490 </context-group>
491 </trans-unit>
492 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
493 <source>Display name</source>
494 <target>Отображенное имÑ</target>
495 <context-group name="null">
496 <context context-type="linenumber">6</context>
497 </context-group>
498 </trans-unit>
499 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
500 <source>Create</source>
501 <target>Создать</target>
502 <context-group name="null">
503 <context context-type="linenumber">74</context>
504 </context-group>
505 </trans-unit>
506 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
507 <source>Download video</source>
508 <target>Скачать видео</target>
509 <context-group name="null">
510 <context context-type="linenumber">3</context>
511 </context-group>
512 </trans-unit>
513 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
514 <source>Direct download</source>
515 <target>ПрÑмое Ñкачивание</target>
516 <context-group name="null">
517 <context context-type="linenumber">27</context>
518 </context-group>
519 </trans-unit>
520 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
521 <source>Torrent (.torrent file)</source>
522 <target>Торрент (.torrent файл)</target>
523 <context-group name="null">
524 <context context-type="linenumber">32</context>
525 </context-group>
526 </trans-unit>
527 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
528 <source>Torrent (magnet link)</source>
529 <target>Торрент (магнет-ÑÑылка)</target>
530 <context-group name="null">
531 <context context-type="linenumber">37</context>
532 </context-group>
533 </trans-unit>
534 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
535 <source>
536 Cancel
537 </source>
538 <target>
539 Отмена
540 </target>
541 <context-group name="null">
542 <context context-type="linenumber">47</context>
543 </context-group>
544 </trans-unit>
545 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
546 <source>Download</source>
547 <target>Скачать</target>
548 <context-group name="null">
549 <context context-type="linenumber">48</context>
550 </context-group>
551 </trans-unit>
552 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
553 <source>Report video</source>
554 <target>ПожаловатьÑÑ Ð½Ð° видео</target>
555 <context-group name="null">
556 <context context-type="linenumber">3</context>
557 </context-group>
558 </trans-unit>
559 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
560 <source>
561 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
562 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
563 </source>
564 <target>
565 Ваша жалоба будет отправлена модераторам <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
566 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> Также Ñто будет отправлено на оригинальный <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> Ñервер.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
567 </target>
568 <context-group name="null">
569 <context context-type="linenumber">9</context>
570 </context-group>
571 </trans-unit>
572 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
573 <source>Reason...</source>
574 <target>Причина...</target>
219 <context-group name="null"> 575 <context-group name="null">
220 <context context-type="linenumber">11</context> 576 <context context-type="linenumber">11</context>
221 </context-group> 577 </context-group>
222 </trans-unit> 578 </trans-unit>
223 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 579 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
224 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 580 <source>
225 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> проÑмотры</target> 581 Cancel
582 </source>
583 <target>
584 Отмена
585 </target>
226 <context-group name="null"> 586 <context-group name="null">
227 <context context-type="linenumber">16</context> 587 <context context-type="linenumber">38</context>
588 </context-group>
589 </trans-unit>
590 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
591 <source>Submit</source>
592 <target>Отправить</target>
593 <context-group name="null">
594 <context context-type="linenumber">29</context>
595 </context-group>
596 </trans-unit>
597 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
598 <source>Blacklist video</source>
599 <target>Заблокировать видео</target>
600 <context-group name="null">
601 <context context-type="linenumber">3</context>
602 </context-group>
603 </trans-unit>
604 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
605 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
606 <target>Сделать не федеральным Ñто видео (ÑпроÑить о удалении Ñ ÑƒÐ´Ð°Ð»Ñ‘Ð½Ð½Ñ‹Ñ… Ñерверов)</target>
607 <context-group name="null">
608 <context context-type="linenumber">21</context>
609 </context-group>
610 </trans-unit>
611 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
612 <source>Unlisted</source>
613 <target>Скрытый</target>
614 <context-group name="null">
615 <context context-type="linenumber">17</context>
616 </context-group>
617 </trans-unit>
618 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
619 <source>Private</source>
620 <target>Приватный</target>
621 <context-group name="null">
622 <context context-type="linenumber">18</context>
623 </context-group>
624 </trans-unit>
625 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
626 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
627 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> проÑмотров</target>
628 <context-group name="null">
629 <context context-type="linenumber">22</context>
630 </context-group>
631 </trans-unit>
632 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
633 <source>Blacklisted</source>
634 <target>Черный ÑпиÑок</target>
635 <context-group name="null">
636 <context context-type="linenumber">39</context>
637 </context-group>
638 </trans-unit>
639 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
640 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target><context-group name="null">
641 <context context-type="linenumber">9</context>
642 </context-group>
643 </trans-unit>
644 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
645 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
646 <target>Обновлено <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target>
647 <context-group name="null">
648 <context context-type="linenumber">29</context>
649 </context-group>
650 </trans-unit>
651 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
652 <source>Edit starts/stops at</source>
653 <target>Редактировать начало/конец в</target>
654 <context-group name="null">
655 <context context-type="linenumber">33</context>
656 </context-group>
657 </trans-unit>
658 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
659 <source>Save</source>
660 <target>Сохранить</target>
661 <context-group name="null">
662 <context context-type="linenumber">117</context>
663 </context-group>
664 </trans-unit>
665 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
666 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
667 <target>Удалить Ñ <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
668 <context-group name="null">
669 <context context-type="linenumber">69</context>
670 </context-group>
671 </trans-unit>
672 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
673 <source>No results.</source>
674 <target>Ðет результатов.</target>
675 <context-group name="null">
676 <context context-type="linenumber">20</context>
228 </context-group> 677 </context-group>
229 </trans-unit> 678 </trans-unit>
230 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 679 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -241,6 +690,20 @@
241 <context context-type="linenumber">1</context> 690 <context context-type="linenumber">1</context>
242 </context-group> 691 </context-group>
243 </trans-unit> 692 </trans-unit>
693 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
694 <source>Truncated preview</source>
695 <target>Ð£ÐºÐ¾Ñ€Ð¾Ñ‡ÐµÐ½Ð½Ð°Ñ Ð¾Ð±Ð»Ð¾Ð¶ÐºÐ°</target>
696 <context-group name="null">
697 <context context-type="linenumber">9</context>
698 </context-group>
699 </trans-unit>
700 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196">
701 <source>Complete preview</source>
702 <target>Ð—Ð°Ð²ÐµÑ€ÑˆÑ‘Ð½Ð½Ð°Ñ Ð¾Ð±Ð»Ð¾Ð¶ÐºÐ°</target>
703 <context-group name="null">
704 <context context-type="linenumber">13</context>
705 </context-group>
706 </trans-unit>
244 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f"> 707 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f">
245 <source>Get help</source> 708 <source>Get help</source>
246 <target>Помощь</target> 709 <target>Помощь</target>
@@ -248,6 +711,107 @@
248 <context context-type="linenumber">19</context> 711 <context context-type="linenumber">19</context>
249 </context-group> 712 </context-group>
250 </trans-unit> 713 </trans-unit>
714 <trans-unit id="450025269732888db1f04cfe6033843110ab65ee">
715 <source>
716 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
717 Subscribe
718 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
719 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
720 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
721 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
722 </source>
723 <target>
724 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
725 ПодпиÑатьÑÑ
726 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
727 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
728 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
729 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
730 </target>
731 <context-group name="null">
732 <context context-type="linenumber">5</context>
733 </context-group>
734 </trans-unit>
735 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
736 <source>
737 Unsubscribe
738 </source>
739 <target>
740 ОтпиÑатьÑÑ
741 </target>
742 <context-group name="null">
743 <context context-type="linenumber">18</context>
744 </context-group>
745 </trans-unit>
746 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
747 <source>Using an ActivityPub account</source>
748 <target>ИÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚ ActivityPub</target>
749 <context-group name="null">
750 <context context-type="linenumber">36</context>
751 </context-group>
752 </trans-unit>
753 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
754 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
755 <target>ПодпиÑатьÑÑ Ñ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚Ð° на <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
756 <context-group name="null">
757 <context context-type="linenumber">39</context>
758 </context-group>
759 </trans-unit>
760 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
761 <source>Subscribe with your local account</source>
762 <target>ПодпиÑатьÑÑ Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ локального аккаунта</target>
763 <context-group name="null">
764 <context context-type="linenumber">40</context>
765 </context-group>
766 </trans-unit>
767 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
768 <source>Subscribe with a Mastodon account:</source>
769 <target>ПодпиÑатьÑÑ Ñ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚Ð° Mastodon:</target>
770 <context-group name="null">
771 <context context-type="linenumber">43</context>
772 </context-group>
773 </trans-unit>
774 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
775 <source>Subscribe via RSS</source>
776 <target>ПодпиÑатьÑÑ Ñ‡ÐµÑ€ÐµÐ· RSS</target>
777 <context-group name="null">
778 <context context-type="linenumber">49</context>
779 </context-group>
780 </trans-unit>
781 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
782 <source>
783 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
784 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
785 </source>
786 <target>
787 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Ð£Ð´Ð°Ð»Ñ‘Ð½Ð½Ð°Ñ Ð¿Ð¾Ð´Ð¿Ð¸Ñка<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
788 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Удалённое Ñоединение<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
789 </target>
790 <context-group name="null">
791 <context context-type="linenumber">10</context>
792 </context-group>
793 </trans-unit>
794 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
795 <source>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.</source>
796 <target>Ð’Ñ‹ можете подпиÑатьÑÑ Ð½Ð° канал иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð»ÑŽÐ±Ð¾Ð¹ федеральный Ñервер, поддерживающий ActivityPub. Ð”Ð»Ñ Ñервера Ñ Mastodon или Pleroma вы можете напиÑать URL-Ð°Ð´Ñ€ÐµÑ ÐºÐ°Ð½Ð°Ð»Ð° в поле поиÑка и подпиÑатьÑÑ Ñ‚Ð°Ð¼.</target>
797 <context-group name="null">
798 <context context-type="linenumber">17</context>
799 </context-group>
800 </trans-unit>
801 <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a">
802 <source>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.</source>
803 <target>Ð’Ñ‹ можете ÑвÑзыватьÑÑ Ñ Ñтим иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð»ÑŽÐ±Ð¾Ð¹ федеральный Ñервер, поддерживающий ActivityPub. Ð”Ð»Ñ Ñервера Ñ Mastodon или Pleroma вы можете напиÑать URL-Ð°Ð´Ñ€ÐµÑ ÐºÐ°Ð½Ð°Ð»Ð° в поле поиÑка и ÑвÑзыватьÑÑ Ñ Ñтим там.</target>
804 <context-group name="null">
805 <context context-type="linenumber">22</context>
806 </context-group>
807 </trans-unit>
808 <trans-unit id="2350869d835dfca2643c32e0ef1f5e35dc64f64b">
809 <source>Default NSFW/sensitive videos policy (can be redefined by the users)</source>
810 <target>Политика NSFW/чувÑтвительных видео по умолчанию (может быть изменено пользователем)</target>
811 <context-group name="null">
812 <context context-type="linenumber">5</context>
813 </context-group>
814 </trans-unit>
251 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b"> 815 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
252 <source>Video quota</source> 816 <source>Video quota</source>
253 <target>Квота видео</target> 817 <target>Квота видео</target>
@@ -260,17 +824,17 @@
260 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 824 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
261 </source> 825 </source>
262 <target> 826 <target>
263 Ðеограниченный <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> в день)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 827 Ðеограниченно <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> в день)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
264 </target> 828 </target>
265 <context-group name="null"> 829 <context-group name="null">
266 <context context-type="linenumber">14</context> 830 <context context-type="linenumber">28</context>
267 </context-group> 831 </context-group>
268 </trans-unit> 832 </trans-unit>
269 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125"> 833 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
270 <source>Reason...</source> 834 <source>Ban</source>
271 <target>ПриÑина...</target> 835 <target>ÐаблокиÑовано</target>
272 <context-group name="null"> 836 <context-group name="null">
273 <context context-type="linenumber">11</context> 837 <context context-type="linenumber">3</context>
274 </context-group> 838 </context-group>
275 </trans-unit> 839 </trans-unit>
276 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251"> 840 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
@@ -278,17 +842,24 @@
278 A banned user will no longer be able to login. 842 A banned user will no longer be able to login.
279 </source> 843 </source>
280 <target> 844 <target>
281 Забаненый пользователь не Ñможет больше подÑоединитьÑÑ. 845 Заблокированный пользователь больше не может авÑоÑизоватьÑÑ.
282 </target> 846 </target>
283 <context-group name="null"> 847 <context-group name="null">
284 <context context-type="linenumber">17</context> 848 <context context-type="linenumber">18</context>
849 </context-group>
850 </trans-unit>
851 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
852 <source>Cancel</source>
853 <target>Отменить</target>
854 <context-group name="null">
855 <context context-type="linenumber">10</context>
285 </context-group> 856 </context-group>
286 </trans-unit> 857 </trans-unit>
287 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 858 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
288 <source>Ban this user</source> 859 <source>Ban this user</source>
289 <target>Отправить Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð² бан</target> 860 <target>Ðаблокировать Ñтого пользователÑ</target>
290 <context-group name="null"> 861 <context-group name="null">
291 <context context-type="linenumber">25</context> 862 <context context-type="linenumber">26</context>
292 </context-group> 863 </context-group>
293 </trans-unit> 864 </trans-unit>
294 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 865 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
@@ -304,7 +875,7 @@
304 </trans-unit> 875 </trans-unit>
305 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 876 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
306 <source>Request new verification email.</source> 877 <source>Request new verification email.</source>
307 <target>Получить подÑтверждение на Ñлектронный адреÑ</target> 878 <target>Получить новое подтверждение Ñлектронной поÑÑ‚Ñ‹.</target>
308 <context-group name="null"> 879 <context-group name="null">
309 <context context-type="linenumber">12</context> 880 <context context-type="linenumber">12</context>
310 </context-group> 881 </context-group>
@@ -339,7 +910,7 @@
339 or create an account on another instance 910 or create an account on another instance
340 </source> 911 </source>
341 <target> 912 <target>
342 Ñоздать учетную запиÑÑŒ на другом Ñервере 913 или Ñоздать учетную запиÑÑŒ на другом Ñервере
343 </target> 914 </target>
344 <context-group name="null"> 915 <context-group name="null">
345 <context context-type="linenumber">22</context> 916 <context context-type="linenumber">22</context>
@@ -347,7 +918,7 @@
347 </trans-unit> 918 </trans-unit>
348 <trans-unit id="76e1f485e6ead4c84b606f46d413878881d66ad3"> 919 <trans-unit id="76e1f485e6ead4c84b606f46d413878881d66ad3">
349 <source>User registration is not allowed on this instance, but you can register on many others!</source> 920 <source>User registration is not allowed on this instance, but you can register on many others!</source>
350 <target>Создание учетной запиÑи не разрешено на Ñтом Ñервере, но вы можете зарегиÑтрироватьÑÑ Ð½Ð° других! </target> 921 <target>РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð½Ðµ разрешена на Ñтом Ñервере, но вы можете зарегиÑтрироватьÑÑ Ð½Ð° других! </target>
351 <context-group name="null"> 922 <context-group name="null">
352 <context context-type="linenumber">28</context> 923 <context context-type="linenumber">28</context>
353 </context-group> 924 </context-group>
@@ -370,7 +941,7 @@
370 <source>Login</source> 941 <source>Login</source>
371 <target>ÐвторизациÑ</target> 942 <target>ÐвторизациÑ</target>
372 <context-group name="null"> 943 <context-group name="null">
373 <context context-type="linenumber">36</context> 944 <context context-type="linenumber">32</context>
374 </context-group> 945 </context-group>
375 </trans-unit> 946 </trans-unit>
376 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 947 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -380,6 +951,17 @@
380 <context context-type="linenumber">57</context> 951 <context context-type="linenumber">57</context>
381 </context-group> 952 </context-group>
382 </trans-unit> 953 </trans-unit>
954 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
955 <source>
956 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
957 </source>
958 <target>
959 ИзвинÑемÑÑ, вы не можете воÑÑтановить Ñвой пароль, потому что админиÑтратор данного Ñервера не наÑтроил почтовую ÑиÑтему PeerTube.
960 </target>
961 <context-group name="null">
962 <context context-type="linenumber">64</context>
963 </context-group>
964 </trans-unit>
383 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 965 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
384 <source>Email</source> 966 <source>Email</source>
385 <target>Ð­Ð»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð°</target> 967 <target>Ð­Ð»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð°</target>
@@ -396,9 +978,9 @@
396 </trans-unit> 978 </trans-unit>
397 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 979 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
398 <source>Send me an email to reset my password</source> 980 <source>Send me an email to reset my password</source>
399 <target>Отправить пароль на ÑлекÑронную поÑту</target> 981 <target>Отправить мне пиÑьмо Ð´Ð»Ñ ÑброÑа паролÑ</target>
400 <context-group name="null"> 982 <context-group name="null">
401 <context context-type="linenumber">80</context> 983 <context context-type="linenumber">81</context>
402 </context-group> 984 </context-group>
403 </trans-unit> 985 </trans-unit>
404 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 986 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -453,28 +1035,35 @@
453 </trans-unit> 1035 </trans-unit>
454 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3"> 1036 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3">
455 <source>Example: jane_doe</source> 1037 <source>Example: jane_doe</source>
456 <target>Пример: иванов_иван</target> 1038 <target>Пример: ivanov_ivan</target>
457 <context-group name="null"> 1039 <context-group name="null">
458 <context context-type="linenumber">17</context> 1040 <context context-type="linenumber">17</context>
459 </context-group> 1041 </context-group>
460 </trans-unit> 1042 </trans-unit>
1043 <trans-unit id="7fe213724c4c0a4112c40c673884acb98a0a3b92">
1044 <source>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</source>
1045 <target>Мне Ñтарше 16 лет и Ñ ÑоглашаюÑÑŒ Ñ &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;уÑловиÑми иÑпользованиÑ&lt;/a&gt; данного Ñервера</target>
1046 <context-group name="null">
1047 <context context-type="linenumber">55</context>
1048 </context-group>
1049 </trans-unit>
461 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4"> 1050 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
462 <source>Signup</source> 1051 <source>Signup</source>
463 <target>ЗарегиÑтрироватьÑÑ</target> 1052 <target>ЗарегиÑтрироватьÑÑ</target>
464 <context-group name="null"> 1053 <context-group name="null">
465 <context context-type="linenumber">78</context> 1054 <context context-type="linenumber">88</context>
466 </context-group> 1055 </context-group>
467 </trans-unit> 1056 </trans-unit>
468 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 1057 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
469 <source>Features found on this instance</source> 1058 <source>Features found on this instance</source>
470 <target>функциональнÑе возможноÑти Ñервера</target> 1059 <target>Функции, имеюÑиеÑÑ Ð½Ð° Ñтом Ñервере</target>
471 <context-group name="null"> 1060 <context-group name="null">
472 <context context-type="linenumber">67</context> 1061 <context context-type="linenumber">67</context>
473 </context-group> 1062 </context-group>
474 </trans-unit> 1063 </trans-unit>
475 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a"> 1064 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
476 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source> 1065 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source>
477 <target><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> результаты</target> 1066 <target><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> результатов</target>
478 <context-group name="null"> 1067 <context-group name="null">
479 <context context-type="linenumber">5</context> 1068 <context context-type="linenumber">5</context>
480 </context-group> 1069 </context-group>
@@ -490,12 +1079,25 @@
490 <context context-type="linenumber">6</context> 1079 <context context-type="linenumber">6</context>
491 </context-group> 1080 </context-group>
492 </trans-unit> 1081 </trans-unit>
1082 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1083 <source>
1084 Filters
1085 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1086 </source>
1087 <target>
1088 Фильтры
1089 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1090 </target>
1091 <context-group name="null">
1092 <context context-type="linenumber">16</context>
1093 </context-group>
1094 </trans-unit>
493 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d"> 1095 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
494 <source> 1096 <source>
495 No results found 1097 No results found
496 </source> 1098 </source>
497 <target> 1099 <target>
498 поиÑк не дал результатов 1100 Результатов не найдено
499 </target> 1101 </target>
500 <context-group name="null"> 1102 <context-group name="null">
501 <context context-type="linenumber">28</context> 1103 <context context-type="linenumber">28</context>
@@ -503,73 +1105,61 @@
503 </trans-unit> 1105 </trans-unit>
504 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a"> 1106 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a">
505 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source> 1107 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source>
506 <target><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> подпиÑчики</target> 1108 <target><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> подпиÑчиков</target>
507 <context-group name="null"> 1109 <context-group name="null">
508 <context context-type="linenumber">44</context> 1110 <context context-type="linenumber">44</context>
509 </context-group> 1111 </context-group>
510 </trans-unit> 1112 </trans-unit>
511 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
512 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
513 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> проÑмотры</target>
514 <context-group name="null">
515 <context context-type="linenumber">55</context>
516 </context-group>
517 </trans-unit>
518 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 1113 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
519 <source>Change the language</source> 1114 <source>Change the language</source>
520 <target>Изменить Ñзык</target> 1115 <target>Изменить Ñзык</target>
521 <context-group name="null"> 1116 <context-group name="null">
522 <context context-type="linenumber">86</context> 1117 <context context-type="linenumber">102</context>
523 </context-group> 1118 </context-group>
524 </trans-unit> 1119 </trans-unit>
525 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6"> 1120 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
526 <source> 1121 <source>
527 My public profile 1122 Help to translate PeerTube!
528 </source> 1123 </source>
529 <target> 1124 <target>
530 Мой поблиÑный профиль 1125 ПомогиÑе перевеÑти PeerTube!
531 </target> 1126 </target>
532 <context-group name="null"> 1127 <context-group name="null">
533 <context context-type="linenumber">16</context> 1128 <context context-type="linenumber">8</context>
534 </context-group> 1129 </context-group>
535 </trans-unit> 1130 </trans-unit>
536 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb"> 1131 <trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a">
537 <source> 1132 <source>My public profile</source>
538 My account 1133 <target>Мой публичный профиль</target>
539 </source>
540 <target>
541 ÐœÐ¾Ñ ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ
542 </target>
543 <context-group name="null"> 1134 <context-group name="null">
544 <context context-type="linenumber">20</context> 1135 <context context-type="linenumber">17</context>
545 </context-group> 1136 </context-group>
546 </trans-unit> 1137 </trans-unit>
547 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10"> 1138 <trans-unit id="e4825b5d86d89ae0f4c797ba256f66fd8abd4ee6">
548 <source> 1139 <source>My account</source>
549 My videos 1140 <target>Мой аккаунт</target>
550 </source>
551 <target>
552 Мои видео
553 </target>
554 <context-group name="null"> 1141 <context-group name="null">
555 <context context-type="linenumber">24</context> 1142 <context context-type="linenumber">21</context>
556 </context-group> 1143 </context-group>
557 </trans-unit> 1144 </trans-unit>
558 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1"> 1145 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
559 <source> 1146 <source>Log out</source>
560 Log out 1147 <target>Выйти</target>
561 </source>
562 <target>
563 Выйти
564 </target>
565 <context-group name="null"> 1148 <context-group name="null">
566 <context context-type="linenumber">28</context> 1149 <context context-type="linenumber">25</context>
567 </context-group> 1150 </context-group>
568 </trans-unit> 1151 </trans-unit>
569 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1152 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
570 <source>Create an account</source> 1153 <source>Create an account</source>
571 <target>Создать учетную запиÑÑŒ</target> 1154 <target>Создать учетную запиÑÑŒ</target>
572 <context-group name="null"> 1155 <context-group name="null">
1156 <context context-type="linenumber">33</context>
1157 </context-group>
1158 </trans-unit>
1159 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1160 <source>My library</source>
1161 <target>ÐœÐ¾Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾Ñ‚ÐµÐºÐ°</target>
1162 <context-group name="null">
573 <context context-type="linenumber">37</context> 1163 <context context-type="linenumber">37</context>
574 </context-group> 1164 </context-group>
575 </trans-unit> 1165 </trans-unit>
@@ -580,72 +1170,121 @@
580 <context context-type="linenumber">24</context> 1170 <context context-type="linenumber">24</context>
581 </context-group> 1171 </context-group>
582 </trans-unit> 1172 </trans-unit>
1173 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1174 <source>Playlists</source>
1175 <target>ПлейлиÑÑ‚Ñ‹</target>
1176 <context-group name="null">
1177 <context context-type="linenumber">46</context>
1178 </context-group>
1179 </trans-unit>
583 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1180 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
584 <source>Subscriptions</source> 1181 <source>Subscriptions</source>
585 <target>ПодпиÑки</target> 1182 <target>ПодпиÑки</target>
586 <context-group name="null"> 1183 <context-group name="null">
587 <context context-type="linenumber">45</context> 1184 <context context-type="linenumber">51</context>
1185 </context-group>
1186 </trans-unit>
1187 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1188 <source>History</source>
1189 <target>ИÑториÑ</target>
1190 <context-group name="null">
1191 <context context-type="linenumber">56</context>
588 </context-group> 1192 </context-group>
589 </trans-unit> 1193 </trans-unit>
590 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 1194 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
591 <source>Overview</source> 1195 <source>Overview</source>
592 <target>Общий вид</target> 1196 <target>Обзор</target>
593 <context-group name="null"> 1197 <context-group name="null">
594 <context context-type="linenumber">50</context> 1198 <context context-type="linenumber">66</context>
595 </context-group> 1199 </context-group>
596 </trans-unit> 1200 </trans-unit>
597 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1201 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
598 <source>Trending</source> 1202 <source>Trending</source>
599 <target>Тенденции</target> 1203 <target>ТрендÑ</target>
600 <context-group name="null"> 1204 <context-group name="null">
601 <context context-type="linenumber">55</context> 1205 <context context-type="linenumber">71</context>
602 </context-group> 1206 </context-group>
603 </trans-unit> 1207 </trans-unit>
604 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1208 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
605 <source>Recently added</source> 1209 <source>Recently added</source>
606 <target>Ðедавно добавленный </target> 1210 <target>Ðедавние видео</target>
607 <context-group name="null"> 1211 <context-group name="null">
608 <context context-type="linenumber">60</context> 1212 <context context-type="linenumber">76</context>
609 </context-group> 1213 </context-group>
610 </trans-unit> 1214 </trans-unit>
611 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1215 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
612 <source>Local</source> 1216 <source>Local</source>
613 <target>Локальный</target> 1217 <target>Локальные</target>
614 <context-group name="null"> 1218 <context-group name="null">
615 <context context-type="linenumber">65</context> 1219 <context context-type="linenumber">81</context>
616 </context-group> 1220 </context-group>
617 </trans-unit> 1221 </trans-unit>
618 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1222 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
619 <source>More</source> 1223 <source>More</source>
620 <target>Больше</target> 1224 <target>Больше</target>
621 <context-group name="null"> 1225 <context-group name="null">
622 <context context-type="linenumber">70</context> 1226 <context context-type="linenumber">86</context>
623 </context-group> 1227 </context-group>
624 </trans-unit> 1228 </trans-unit>
625 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1229 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
626 <source>Administration</source> 1230 <source>Administration</source>
627 <target>ÐдминиÑтрациÑ</target> 1231 <target>ÐдминиÑтрациÑ</target>
628 <context-group name="null"> 1232 <context-group name="null">
629 <context context-type="linenumber">74</context> 1233 <context context-type="linenumber">90</context>
630 </context-group> 1234 </context-group>
631 </trans-unit> 1235 </trans-unit>
632 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1236 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
633 <source>About</source> 1237 <source>About</source>
634 <target>О</target> 1238 <target>О Ñервере</target>
635 <context-group name="null"> 1239 <context-group name="null">
636 <context context-type="linenumber">25</context> 1240 <context context-type="linenumber">26</context>
1241 </context-group>
1242 </trans-unit>
1243 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1244 <source>Show keyboard shortcuts</source>
1245 <target>Показать комбинации клавиш</target>
1246 <context-group name="null">
1247 <context context-type="linenumber">105</context>
637 </context-group> 1248 </context-group>
638 </trans-unit> 1249 </trans-unit>
639 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 1250 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
640 <source>Toggle dark interface</source> 1251 <source>Toggle dark interface</source>
641 <target>Изменить интерфейÑ</target> 1252 <target>Ðключить тёмный интерфейÑ</target>
642 <context-group name="null"> 1253 <context-group name="null">
643 <context context-type="linenumber">92</context> 1254 <context context-type="linenumber">108</context>
1255 </context-group>
1256 </trans-unit>
1257 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1258 <source>View your notifications</source>
1259 <target>Показать уведомлениÑ</target>
1260 <context-group name="null">
1261 <context context-type="linenumber">3</context>
1262 </context-group>
1263 </trans-unit>
1264 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
1265 <source>Notifications</source>
1266 <target>УведомлениÑ</target>
1267 <context-group name="null">
1268 <context context-type="linenumber">10</context>
1269 </context-group>
1270 </trans-unit>
1271 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1272 <source>Update your notification preferences</source>
1273 <target>Изменить наÑтройки уведомлений</target>
1274 <context-group name="null">
1275 <context context-type="linenumber">16</context>
1276 </context-group>
1277 </trans-unit>
1278 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
1279 <source>See all your notifications</source>
1280 <target>Показать вÑе уведомлениÑ</target>
1281 <context-group name="null">
1282 <context context-type="linenumber">30</context>
644 </context-group> 1283 </context-group>
645 </trans-unit> 1284 </trans-unit>
646 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1285 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
647 <source>Search...</source> 1286 <source>Search...</source>
648 <target>ПоиÑк</target> 1287 <target>ПоиÑк...</target>
649 <context-group name="null"> 1288 <context-group name="null">
650 <context context-type="linenumber">2</context> 1289 <context context-type="linenumber">2</context>
651 </context-group> 1290 </context-group>
@@ -671,81 +1310,102 @@
671 <context context-type="linenumber">15</context> 1310 <context context-type="linenumber">15</context>
672 </context-group> 1311 </context-group>
673 </trans-unit> 1312 </trans-unit>
1313 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1314 <source>Original publication year</source>
1315 <target>Год публикации</target>
1316 <context-group name="null">
1317 <context context-type="linenumber">24</context>
1318 </context-group>
1319 </trans-unit>
1320 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1321 <source>After...</source>
1322 <target>ПоÑле...</target>
1323 <context-group name="null">
1324 <context context-type="linenumber">30</context>
1325 </context-group>
1326 </trans-unit>
1327 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1328 <source>Before...</source>
1329 <target>До...</target>
1330 <context-group name="null">
1331 <context context-type="linenumber">37</context>
1332 </context-group>
1333 </trans-unit>
674 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1334 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
675 <source>Duration</source> 1335 <source>Duration</source>
676 <target>ПродолжительноÑÑ‚ÑŒ</target> 1336 <target>ПродолжительноÑÑ‚ÑŒ</target>
677 <context-group name="null"> 1337 <context-group name="null">
678 <context context-type="linenumber">24</context> 1338 <context context-type="linenumber">45</context>
679 </context-group> 1339 </context-group>
680 </trans-unit> 1340 </trans-unit>
681 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1341 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
682 <source>Display sensitive content</source> 1342 <source>Display sensitive content</source>
683 <target>Отобразить нежелательный контент</target> 1343 <target>Отобразить нежелательный контент</target>
684 <context-group name="null"> 1344 <context-group name="null">
685 <context context-type="linenumber">33</context> 1345 <context context-type="linenumber">54</context>
686 </context-group> 1346 </context-group>
687 </trans-unit> 1347 </trans-unit>
688 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 1348 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
689 <source>Yes</source> 1349 <source>Yes</source>
690 <target>Да</target> 1350 <target>Да</target>
691 <context-group name="null"> 1351 <context-group name="null">
692 <context context-type="linenumber">37</context> 1352 <context context-type="linenumber">58</context>
693 </context-group> 1353 </context-group>
694 </trans-unit> 1354 </trans-unit>
695 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 1355 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
696 <source>No</source> 1356 <source>No</source>
697 <target>Ðет</target> 1357 <target>Ðет</target>
698 <context-group name="null"> 1358 <context-group name="null">
699 <context context-type="linenumber">42</context> 1359 <context context-type="linenumber">63</context>
700 </context-group> 1360 </context-group>
701 </trans-unit> 1361 </trans-unit>
702 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 1362 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
703 <source>Category</source> 1363 <source>Category</source>
704 <target>КатегориÑ</target> 1364 <target>КатегориÑ</target>
705 <context-group name="null"> 1365 <context-group name="null">
706 <context context-type="linenumber">164</context> 1366 <context context-type="linenumber">189</context>
707 </context-group> 1367 </context-group>
708 </trans-unit> 1368 </trans-unit>
709 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1369 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
710 <source>Licence</source> 1370 <source>Licence</source>
711 <target>ЛицензиÑ</target> 1371 <target>ЛицензиÑ</target>
712 <context-group name="null"> 1372 <context-group name="null">
713 <context context-type="linenumber">173</context> 1373 <context context-type="linenumber">198</context>
714 </context-group> 1374 </context-group>
715 </trans-unit> 1375 </trans-unit>
716 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1376 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
717 <source>Language</source> 1377 <source>Language</source>
718 <target>Язык</target> 1378 <target>Язык</target>
719 <context-group name="null"> 1379 <context-group name="null">
720 <context context-type="linenumber">182</context> 1380 <context context-type="linenumber">207</context>
721 </context-group> 1381 </context-group>
722 </trans-unit> 1382 </trans-unit>
723 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1383 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
724 <source>All of these tags</source> 1384 <source>All of these tags</source>
725 <target>Ð’Ñе Ñти теги</target> 1385 <target>Ð’Ñе теги</target>
726 <context-group name="null"> 1386 <context-group name="null">
727 <context context-type="linenumber">82</context> 1387 <context context-type="linenumber">103</context>
728 </context-group> 1388 </context-group>
729 </trans-unit> 1389 </trans-unit>
730 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 1390 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
731 <source>One of these tags</source> 1391 <source>One of these tags</source>
732 <target>Один тег</target> 1392 <target>Один тег</target>
733 <context-group name="null"> 1393 <context-group name="null">
734 <context context-type="linenumber">87</context> 1394 <context context-type="linenumber">108</context>
735 </context-group> 1395 </context-group>
736 </trans-unit> 1396 </trans-unit>
737 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 1397 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
738 <source>Filter</source> 1398 <source>Filter</source>
739 <target>Критерий</target> 1399 <target>Фильтр</target>
740 <context-group name="null"> 1400 <context-group name="null">
741 <context context-type="linenumber">94</context> 1401 <context context-type="linenumber">115</context>
742 </context-group> 1402 </context-group>
743 </trans-unit> 1403 </trans-unit>
744 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 1404 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
745 <source>No results.</source> 1405 <source>Display unlisted and private videos</source>
746 <target>Ðет результатов</target> 1406 <target>ОтобраÐать ÑкрыÑые и приватные видео</target>
747 <context-group name="null"> 1407 <context-group name="null">
748 <context context-type="linenumber">20</context> 1408 <context context-type="linenumber">14</context>
749 </context-group> 1409 </context-group>
750 </trans-unit> 1410 </trans-unit>
751 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6"> 1411 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
@@ -780,7 +1440,7 @@
780 </trans-unit> 1440 </trans-unit>
781 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 1441 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
782 <source>Instance</source> 1442 <source>Instance</source>
783 <target>ИнÑтанциÑ</target> 1443 <target>СеÑвеÑ</target>
784 <context-group name="null"> 1444 <context-group name="null">
785 <context context-type="linenumber">12</context> 1445 <context context-type="linenumber">12</context>
786 </context-group> 1446 </context-group>
@@ -792,11 +1452,46 @@
792 <context context-type="linenumber">7</context> 1452 <context context-type="linenumber">7</context>
793 </context-group> 1453 </context-group>
794 </trans-unit> 1454 </trans-unit>
795 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd"> 1455 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
796 <source>Submit</source> 1456 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
797 <target>Отправить</target> 1457 <target>СвÑзатьÑÑ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
798 <context-group name="null"> 1458 <context-group name="null">
799 <context context-type="linenumber">31</context> 1459 <context context-type="linenumber">3</context>
1460 </context-group>
1461 </trans-unit>
1462 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
1463 <source>Your name</source>
1464 <target>Ваше имÑ</target>
1465 <context-group name="null">
1466 <context context-type="linenumber">11</context>
1467 </context-group>
1468 </trans-unit>
1469 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
1470 <source>Your email</source>
1471 <target>Ваша ÑÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð°</target>
1472 <context-group name="null">
1473 <context context-type="linenumber">20</context>
1474 </context-group>
1475 </trans-unit>
1476 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
1477 <source>Your message</source>
1478 <target>Ваше Ñообщение</target>
1479 <context-group name="null">
1480 <context context-type="linenumber">29</context>
1481 </context-group>
1482 </trans-unit>
1483 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1484 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1485 <target>Об Ñтом Ñервере <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
1486 <context-group name="null">
1487 <context context-type="linenumber">4</context>
1488 </context-group>
1489 </trans-unit>
1490 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1491 <source>Contact administrator</source>
1492 <target>СвÑзь Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором</target>
1493 <context-group name="null">
1494 <context context-type="linenumber">6</context>
800 </context-group> 1495 </context-group>
801 </trans-unit> 1496 </trans-unit>
802 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 1497 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
@@ -813,13 +1508,6 @@
813 <context context-type="linenumber">39</context> 1508 <context context-type="linenumber">39</context>
814 </context-group> 1509 </context-group>
815 </trans-unit> 1510 </trans-unit>
816 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
817 <source>User registration is allowed and</source>
818 <target>Ð¡Ð¾Ð·Ð´Ð°Ð½Ð¸Ñ ÑƒÑ‡ÐµÑ‚Ð½Ð¾Ð¹ запиÑи разрешено и</target>
819 <context-group name="null">
820 <context context-type="linenumber">29</context>
821 </context-group>
822 </trans-unit>
823 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1511 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
824 <source> 1512 <source>
825 About PeerTube 1513 About PeerTube
@@ -833,7 +1521,7 @@
833 </trans-unit> 1521 </trans-unit>
834 <trans-unit id="bd29138e1e17572596ce8f2fe61bcea6ac5fb0bf"> 1522 <trans-unit id="bd29138e1e17572596ce8f2fe61bcea6ac5fb0bf">
835 <source>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</source> 1523 <source>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</source>
836 <target>PeerTube - Ñто Ñ„ÐµÐ´ÐµÑ€Ð°Ñ‚Ð½Ð°Ñ (ActivityPub) платформа Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра видео, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð¸Ñпользует P2P (WebTorrent) непоÑредÑтвенно в веб браузере.</target> 1524 <target>PeerTube - Ñто Ñ„ÐµÐ´ÐµÑ€Ð°Ð»ÑŒÐ½Ð°Ñ (ActivityPub) платформа Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра видео, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð¸Ñпользует P2P (WebTorrent) непоÑредÑтвенно в веб-браузере.</target>
837 <context-group name="null"> 1525 <context-group name="null">
838 <context context-type="linenumber">6</context> 1526 <context context-type="linenumber">6</context>
839 </context-group> 1527 </context-group>
@@ -843,7 +1531,7 @@
843 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1531 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
844 </source> 1532 </source>
845 <target> 1533 <target>
846 Это Ñвободное програмное обеÑпечение, Ñ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>лицензией AGPLv3 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1534 Это Ñвободное программное обеÑпечение, выпущенное под <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>лицензией AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
847 </target> 1535 </target>
848 <context-group name="null"> 1536 <context-group name="null">
849 <context context-type="linenumber">8</context> 1537 <context context-type="linenumber">8</context>
@@ -862,7 +1550,7 @@
862 </trans-unit> 1550 </trans-unit>
863 <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1"> 1551 <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1">
864 <source>P2P &amp; Privacy</source> 1552 <source>P2P &amp; Privacy</source>
865 <target>P2P &amp; Личное проÑтранÑтво</target> 1553 <target>P2P и приватноÑÑ‚ÑŒ</target>
866 <context-group name="null"> 1554 <context-group name="null">
867 <context context-type="linenumber">18</context> 1555 <context context-type="linenumber">18</context>
868 </context-group> 1556 </context-group>
@@ -873,8 +1561,8 @@
873 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video. 1561 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
874 </source> 1562 </source>
875 <target> 1563 <target>
876 PeerTube иÑпользует протокол BitTorrent, чтоб раÑпроÑтранить полоÑу пропуÑÐºÐ°Ð½Ð¸Ñ Ñреди пользователей. 1564 PeerTube иÑпользует протокол BitTorrent, чтобы раÑпроÑтранить полоÑу пропуÑÐºÐ°Ð½Ð¸Ñ Ñреди пользователей.
877 Это подразумевает, что Ваш IP Ð°Ð´Ñ€ÐµÑ Ñ…Ñ€Ð°Ð½Ð¸Ñ‚ÑÑ Ð½Ð° трекере BitTorrent Ñтолько, Ñколько вы загружаете или Ñмотрите видео. 1565 Это подразумевает, что Ваш IP Ð°Ð´Ñ€ÐµÑ Ñ…Ñ€Ð°Ð½Ð¸Ñ‚ÑÑ Ð½Ð° трекере BitTorrent Ñтого Ñервера Ñтолько, Ñколько вы загружаете или Ñмотрите видео.
878 </target> 1566 </target>
879 <context-group name="null"> 1567 <context-group name="null">
880 <context context-type="linenumber">20</context> 1568 <context context-type="linenumber">20</context>
@@ -882,7 +1570,7 @@
882 </trans-unit> 1570 </trans-unit>
883 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231"> 1571 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
884 <source>What are the consequences?</source> 1572 <source>What are the consequences?</source>
885 <target>Какие поÑледÑтвиÑ?</target> 1573 <target>Каковы будут поÑледÑтвиÑ?</target>
886 <context-group name="null"> 1574 <context-group name="null">
887 <context context-type="linenumber">25</context> 1575 <context context-type="linenumber">25</context>
888 </context-group> 1576 </context-group>
@@ -893,7 +1581,7 @@
893 In practice, this is much more difficult because: 1581 In practice, this is much more difficult because:
894 </source> 1582 </source>
895 <target> 1583 <target>
896 Ð’ теории, кто то Ñ Ð´Ð¾Ñтаточным уровнем Ð²Ð»Ð°Ð´ÐµÐ½Ð¸Ñ Ñ‚ÐµÑ…Ð½Ð¸Ñ‡ÐµÑкими навыками может Ñоздать Ñкнипр, который отÑдеживает вÑе IP, которые Ñкачивают Ñто видео. 1584 Ð’ теории, кто-то Ñ Ð´Ð¾Ñтаточным уровнем Ð²Ð»Ð°Ð´ÐµÐ½Ð¸Ñ Ñ‚ÐµÑ…Ð½Ð¸Ñ‡ÐµÑкими навыками может напиÑать Ñкрипт, который будет отÑлеживать вÑе IP, Ñкачивающие Ñто видео.
897 Ðа практике, Ñто гораздо Ñложнее, потому что: 1585 Ðа практике, Ñто гораздо Ñложнее, потому что:
898 </target> 1586 </target>
899 <context-group name="null"> 1587 <context-group name="null">
@@ -906,8 +1594,8 @@
906 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 1594 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
907 </source> 1595 </source>
908 <target> 1596 <target>
909 Ð—Ð¿Ñ€Ð¾Ñ HTTP должен быть отправлен на каждый трекер Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ видео которое хотÑÑ‚ отÑледить. 1597 Ð—Ð°Ð¿Ñ€Ð¾Ñ HTTP должен быть отправлен на каждый трекер Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ видео, которое хотÑÑ‚ отÑледить.
910 Чтоб отÑледить вÑе видео на PeerTube, нужно отправить Ñтолько запроÑов, Ñколько и видео (то еÑÑ‚ÑŒ потенциально много) 1598 Чтобы отÑледить вÑе видео на PeerTube, нужно отправить Ñтолько запроÑов, Ñколько и видео (то еÑÑ‚ÑŒ потенциально много)
911 </target> 1599 </target>
912 <context-group name="null"> 1600 <context-group name="null">
913 <context context-type="linenumber">33</context> 1601 <context context-type="linenumber">33</context>
@@ -920,7 +1608,7 @@
920 </source> 1608 </source>
921 <target> 1609 <target>
922 Ð”Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ отправленного запроÑа, трекер возвращает ограниченное количеÑтво Ñлучайных партнеров. 1610 Ð”Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ отправленного запроÑа, трекер возвращает ограниченное количеÑтво Ñлучайных партнеров.
923 Ðапример, при 1000 партнеров в рой, и при том, что трекер возвращает только 20 партнеров на каждый запроÑ, нужно 50 запроÑов, чтоб узнать вÑех партнеров в рой 1611 Ðапример, при 1000 партнеров в толпе, и при том, что трекер возвращает только 20 партнеров на каждый запроÑ, нужно 50 запроÑов, чтобы узнать вÑех партнеров в толпе
924 </target> 1612 </target>
925 <context-group name="null"> 1613 <context-group name="null">
926 <context context-type="linenumber">38</context> 1614 <context context-type="linenumber">38</context>
@@ -931,7 +1619,7 @@
931 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour 1619 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
932 </source> 1620 </source>
933 <target> 1621 <target>
934 Эти запроÑÑ‹ должны быть отправлены регулÑрно, чтоб узнать, кто начинает или заканчивает проÑмотр видео. Эти дейÑÑ‚Ð²Ð¸Ñ Ð»ÐµÐ³ÐºÐ¾ обнаружить 1622 Эти запроÑÑ‹ должны быть отправлены регулÑрно, чтобы узнать, кто начинает или заканчивает проÑмотр видео. Эти дейÑÑ‚Ð²Ð¸Ñ Ð»ÐµÐ³ÐºÐ¾ обнаружить
935 </target> 1623 </target>
936 <context-group name="null"> 1624 <context-group name="null">
937 <context context-type="linenumber">43</context> 1625 <context context-type="linenumber">43</context>
@@ -942,7 +1630,7 @@
942 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video 1630 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video
943 </source> 1631 </source>
944 <target> 1632 <target>
945 ЕÑли IP Ð°Ð´Ñ€ÐµÑ Ñ…Ñ€Ð°Ð½Ð¸Ñ‚ÑŒÑÑ Ð² трекере, Ñто не значит, что человек, который Ñтоит за Ñтим IP (еÑли Ñтот человек ÑущеÑтвует) проÑмотрел Ñто видео 1633 ЕÑли IP-Ð°Ð´Ñ€ÐµÑ Ñ…Ñ€Ð°Ð½Ð¸Ñ‚ÑŒÑÑ Ð² трекере, Ñто не значит, что человек, который Ñтоит за Ñтим IP (еÑли Ñтот человек ÑущеÑтвует) проÑмотрел Ñто видео
946 </target> 1634 </target>
947 <context-group name="null"> 1635 <context-group name="null">
948 <context context-type="linenumber">47</context> 1636 <context context-type="linenumber">47</context>
@@ -953,7 +1641,7 @@
953 The IP address is a vague information : usually, it regularly changes and can represent many persons or entities 1641 The IP address is a vague information : usually, it regularly changes and can represent many persons or entities
954 </source> 1642 </source>
955 <target> 1643 <target>
956 IP Ð°Ð´Ñ€ÐµÑ Ñто Ñ‚ÑƒÐ¼Ð°Ð½Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ: обычно, он менÑетÑÑ Ñ€ÐµÐ³ÑƒÐ»Ñрно и может ÑоответÑвовать многим людÑм или Ñтруктурам 1644 IP-Ð°Ð´Ñ€ÐµÑ - Ñто Ñ‚ÑƒÐ¼Ð°Ð½Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ: обычно, он менÑетÑÑ Ñ€ÐµÐ³ÑƒÐ»Ñрно и может ÑоответÑтвовать многим людÑм или предприÑтиÑм
957 </target> 1645 </target>
958 <context-group name="null"> 1646 <context-group name="null">
959 <context context-type="linenumber">51</context> 1647 <context context-type="linenumber">51</context>
@@ -966,9 +1654,9 @@
966 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information 1654 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information
967 </source> 1655 </source>
968 <target> 1656 <target>
969 Веб партнеры не могут быть публично извеÑтны, потому что мы иÑпользуем WebRTC внутри браузера (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾Ñ‚ÐµÐºÐ¾Ð¹ WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), в которой протокол отличаетÑÑ Ð¾Ñ‚ клаÑÑичеÑкого BitTorrent. 1657 Веб-пиры не могут быть публично извеÑтны: потому что мы иÑпользуем WebRTC внутри браузера (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾Ñ‚ÐµÐºÐ¾Ð¹ WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), в которой протокол отличаетÑÑ Ð¾Ñ‚ клаÑÑичеÑкого BitTorrent.
970 Когда Ð’Ñ‹ в веб навигаторе, Ð’Ñ‹ отправлÑете Ñигнал, который Ñодержит Ваш IP Ð°Ð´Ñ€ÐµÑ Ð½Ð° трекер, который,Ñлучайным образом, выбирает партнеров, которым отправит Ñту информацию. 1658 Когда Ð’Ñ‹ в веб-браузере, Ð’Ñ‹ отправлÑете Ñигнал, который Ñодержит Ваш IP Ð°Ð´Ñ€ÐµÑ Ð½Ð° трекер, который, Ñлучайным образом, выбирает другие пиры, которым отправит Ñту информацию.
971 ПроÑмотреть <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Ñтот документ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð´Ñ€Ð¾Ð±Ð½Ð¾Ð¹ информации 1659 Прочтите <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Ñтот документ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð´Ñ€Ð¾Ð±Ð½Ð¾Ð¹ информации
972 </target> 1660 </target>
973 <context-group name="null"> 1661 <context-group name="null">
974 <context context-type="linenumber">55</context> 1662 <context context-type="linenumber">55</context>
@@ -989,7 +1677,7 @@
989 </trans-unit> 1677 </trans-unit>
990 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf"> 1678 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf">
991 <source>How does PeerTube compare with YouTube?</source> 1679 <source>How does PeerTube compare with YouTube?</source>
992 <target>Чем отличаютÑÑ PeerTube и YouTube?</target> 1680 <target>Чем отличаетÑÑ PeerTube в Ñравнении Ñ YouTube?</target>
993 <context-group name="null"> 1681 <context-group name="null">
994 <context context-type="linenumber">67</context> 1682 <context context-type="linenumber">67</context>
995 </context-group> 1683 </context-group>
@@ -1001,9 +1689,9 @@
1001 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). 1689 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
1002 </source> 1690 </source>
1003 <target> 1691 <target>
1004 Угрозы Ð½Ð°Ñ€ÑƒÑˆÐµÐ½Ð¸Ñ Ð»Ð¸Ñ‡Ð½Ð¾Ð³Ð¾ проÑтранÑтва на YouTube отличаютÑÑ Ð¾Ñ‚ PeerTube's. 1692 Угрозы неприкоÑновенноÑти чаÑтной жизни на YouTube отличаютÑÑ Ð¾Ñ‚ PeerTube.
1005 Ðа YouTube, платформа Ñобирает большое количеÑтво перÑональных данных (не только Ваш IP), чтоб их проанализировать и Ñледить за Вами. 1693 YouTube Ñобирает большое количеÑтво перÑональных данных (не только Ваш IP) Ð´Ð»Ñ Ð¸Ñ… анализа и Ñлежкой над Вами.
1006 К тому же, YouTube пренадлежит Google/Alphabet, организацие ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ñледит за Вами на многих вебÑайтах (Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ AdSense или Google Analytics). 1694 К тому же, YouTube принадлежит Google/Alphabet, организации, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ñледит за Вами на многих веб-Ñайтах (Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ AdSense или Google Analytics).
1007 </target> 1695 </target>
1008 <context-group name="null"> 1696 <context-group name="null">
1009 <context context-type="linenumber">69</context> 1697 <context context-type="linenumber">69</context>
@@ -1011,7 +1699,7 @@
1011 </trans-unit> 1699 </trans-unit>
1012 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99"> 1700 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99">
1013 <source>What can I do to limit the exposure of my IP address?</source> 1701 <source>What can I do to limit the exposure of my IP address?</source>
1014 <target>Что Ñделать, чтоб ограничить демонÑтрацию моего IP адреÑа?</target> 1702 <target>Что Ñ Ð¼Ð¾Ð³Ñƒ Ñделать, чтобы ограничить видимоÑÑ‚ÑŒ моего IP-адреÑа?</target>
1015 <context-group name="null"> 1703 <context-group name="null">
1016 <context context-type="linenumber">75</context> 1704 <context context-type="linenumber">75</context>
1017 </context-group> 1705 </context-group>
@@ -1023,9 +1711,9 @@
1023 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense. 1711 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
1024 </source> 1712 </source>
1025 <target> 1713 <target>
1026 Ваш IP Ð°Ð´Ñ€ÐµÑ Ð¿ÑƒÐ±Ð»Ð¸Ñ‡ÐµÐ½, то еÑÑ‚ÑŒ каждый раз, когда вы конÑультируете вебÑайт, определенное количеÑво актеров (помимо Ñамого Ñайта) могут увидеть Ваш IP в их журнале Ñоединений : ISP/routers/trackers/CDN и так далее. 1714 Ваш IP-Ð°Ð´Ñ€ÐµÑ Ð¿ÑƒÐ±Ð»Ð¸Ñ‡ÐµÐ½, то еÑÑ‚ÑŒ каждый раз, когда вы поÑещаете веб-Ñайт, определенное количеÑтво трекеров (помимо Ñамого Ñайта) могут увидеть Ваш IP в их журнале Ñоединений: ISP/роутеры/трекеры/CDN и так далее.
1027 Политика PeerTube прозрачна каÑательно Ñтой темы: мы Ð²Ð°Ñ ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»Ñем что еÑли вы хотите Ñохранить Ваш IP Ð°Ð´Ñ€ÐµÑ Ð°Ð½Ð¾Ð½Ð¸Ð¼Ð½Ñ‹Ð¼, Ð’Ñ‹ должны иÑпользовать VPN или Tor Browser. 1715 Политика PeerTube прозрачна каÑательно Ñтой темы: мы Ð²Ð°Ñ ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»Ñем, что еÑли вы хотите Ñохранить Ваш IP Ð°Ð´Ñ€ÐµÑ Ð² безопаÑноÑти, Ð’Ñ‹ должны иÑпользовать VPN или Tor Browser.
1028 Ðужно знать, что еÑли убрать P2P Ñ PeerTube, Ñто Ñделает невозможным анонимноÑÑ‚ÑŒ пользователей, то еÑÑ‚ÑŒ в Ñтом нет никакого ÑмыÑла. 1716 Стоит помнить, что еÑли убрать P2P Ñ PeerTube, Ñто Ñделает невозможным анонимноÑÑ‚ÑŒ пользователей, то еÑÑ‚ÑŒ в Ñтом нет никакого ÑмыÑла.
1029 </target> 1717 </target>
1030 <context-group name="null"> 1718 <context-group name="null">
1031 <context context-type="linenumber">77</context> 1719 <context context-type="linenumber">77</context>
@@ -1033,28 +1721,41 @@
1033 </trans-unit> 1721 </trans-unit>
1034 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41"> 1722 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41">
1035 <source>What will be done to mitigate this problem?</source> 1723 <source>What will be done to mitigate this problem?</source>
1036 <target>Что будет Ñделано, чтоб уÑтранить Ñту проблему?</target> 1724 <target>Что требуетÑÑ Ñделать, чтобы уÑтранить Ñту проблему?</target>
1037 <context-group name="null"> 1725 <context-group name="null">
1038 <context context-type="linenumber">83</context> 1726 <context context-type="linenumber">83</context>
1039 </context-group> 1727 </context-group>
1040 </trans-unit> 1728 </trans-unit>
1729 <trans-unit id="b1372cb61ca791a0f7f95bf31c86c97df142adc4">
1730 <source>
1731 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
1732 In the meantime, we want to test different ideas related to this issue:
1733 </source>
1734 <target>
1735 PeerTube находитÑÑ Ð½Ð° раннем Ñтапе Ñвоего Ñ€Ð°Ð·Ð²Ð¸Ñ‚Ð¸Ñ Ð¸ хочет обеÑпечить наилучшие возможные меры к моменту выпуÑка Ñтабильной верÑии.
1736 Тем временем, мы хотим проверить разные идеи, ÑвÑзанные Ñ Ñтим вопроÑом:
1737 </target>
1738 <context-group name="null">
1739 <context context-type="linenumber">85</context>
1740 </context-group>
1741 </trans-unit>
1041 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19"> 1742 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19">
1042 <source>Set a limit to the number of peers sent by the tracker</source> 1743 <source>Set a limit to the number of peers sent by the tracker</source>
1043 <target>УÑтановить лимит на количеÑтво партнеров отправленых трекером</target> 1744 <target>УÑтановить лимит на количеÑтво пиров, отправленные трекером</target>
1044 <context-group name="null"> 1745 <context-group name="null">
1045 <context context-type="linenumber">91</context> 1746 <context context-type="linenumber">91</context>
1046 </context-group> 1747 </context-group>
1047 </trans-unit> 1748 </trans-unit>
1048 <trans-unit id="a6d732b614143f862e69798046dc0868716547e5"> 1749 <trans-unit id="a6d732b614143f862e69798046dc0868716547e5">
1049 <source>Set a limit on the request frequency received by the tracker (being tested)</source> 1750 <source>Set a limit on the request frequency received by the tracker (being tested)</source>
1050 <target>УÑтановить лимит на количаÑтво запроÑов полученых трекером (теÑтируетÑÑ)</target> 1751 <target>УÑтановить лимит на количеÑтво запроÑов, получаемого трекером (теÑтируетÑÑ)</target>
1051 <context-group name="null"> 1752 <context-group name="null">
1052 <context context-type="linenumber">92</context> 1753 <context context-type="linenumber">92</context>
1053 </context-group> 1754 </context-group>
1054 </trans-unit> 1755 </trans-unit>
1055 <trans-unit id="ba77e356eaa5c06caaf5c8734c361d1a5415fe1c"> 1756 <trans-unit id="ba77e356eaa5c06caaf5c8734c361d1a5415fe1c">
1056 <source>Ring a bell if there are unusual requests (being tested)</source> 1757 <source>Ring a bell if there are unusual requests (being tested)</source>
1057 <target>УÑтановить опоыещение при получении нетипичного запроÑа (теÑтируетÑÑ)</target> 1758 <target>ОповеÑтить, еÑли поÑвÑÑ‚ÑÑ Ð½ÐµÐ¾Ð±Ñ‹Ñ‡Ð½Ñ‹Ðµ запроÑÑ‹ (теÑтируетÑÑ)</target>
1058 <context-group name="null"> 1759 <context-group name="null">
1059 <context context-type="linenumber">93</context> 1760 <context context-type="linenumber">93</context>
1060 </context-group> 1761 </context-group>
@@ -1068,21 +1769,56 @@
1068 </trans-unit> 1769 </trans-unit>
1069 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6"> 1770 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6">
1070 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source> 1771 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source>
1071 <target>Программа автоматичеÑкой избыточноÑти видео: будет невозможно узнать, Ñто IP загрузил видео или дело в Ñтой автоматичеÑкой программе</target> 1772 <target>ÐвтоматичеÑÐºÐ°Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð° Ñ€ÐµÐ·ÐµÑ€Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð²Ð¸Ð´ÐµÐ¾: мы не будем знать, Ñкачал ли IP видео Ñпециально или Ñто была автоматичеÑÐºÐ°Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð°</target>
1072 <context-group name="null"> 1773 <context-group name="null">
1073 <context context-type="linenumber">95</context> 1774 <context context-type="linenumber">95</context>
1074 </context-group> 1775 </context-group>
1075 </trans-unit> 1776 </trans-unit>
1777 <trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605">
1778 <source>Banned</source>
1779 <target>Заблокировано</target>
1780 <context-group name="null">
1781 <context context-type="linenumber">12</context>
1782 </context-group>
1783 </trans-unit>
1784 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809">
1785 <source>Muted</source>
1786 <target>Заглушено</target>
1787 <context-group name="null">
1788 <context context-type="linenumber">13</context>
1789 </context-group>
1790 </trans-unit>
1791 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89">
1792 <source>Muted by your instance</source>
1793 <target>Заглушено Ñтим Ñервером</target>
1794 <context-group name="null">
1795 <context context-type="linenumber">14</context>
1796 </context-group>
1797 </trans-unit>
1798 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a">
1799 <source>Instance muted</source>
1800 <target>Сервер заглушен</target>
1801 <context-group name="null">
1802 <context context-type="linenumber">15</context>
1803 </context-group>
1804 </trans-unit>
1805 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1">
1806 <source>Instance muted by your instance</source>
1807 <target>Сервер заглушен Ñтим Ñервером</target>
1808 <context-group name="null">
1809 <context context-type="linenumber">16</context>
1810 </context-group>
1811 </trans-unit>
1076 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578"> 1812 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
1077 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source> 1813 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
1078 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> подпиÑчики</target> 1814 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> подпиÑчиков</target>
1079 <context-group name="null"> 1815 <context-group name="null">
1080 <context context-type="linenumber">24</context> 1816 <context context-type="linenumber">24</context>
1081 </context-group> 1817 </context-group>
1082 </trans-unit> 1818 </trans-unit>
1083 <trans-unit id="6f5a458f827503ac7b8697688ecf3e0490818ee8"> 1819 <trans-unit id="6f5a458f827503ac7b8697688ecf3e0490818ee8">
1084 <source>Video channels</source> 1820 <source>Video channels</source>
1085 <target>Видеоканал</target> 1821 <target>Видеоканалы</target>
1086 <context-group name="null"> 1822 <context-group name="null">
1087 <context context-type="linenumber">31</context> 1823 <context context-type="linenumber">31</context>
1088 </context-group> 1824 </context-group>
@@ -1103,14 +1839,14 @@
1103 </trans-unit> 1839 </trans-unit>
1104 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3"> 1840 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3">
1105 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source> 1841 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source>
1106 <target><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> подпиÑчики</target> 1842 <target><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> подпиÑчиков</target>
1107 <context-group name="null"> 1843 <context-group name="null">
1108 <context context-type="linenumber">14</context> 1844 <context context-type="linenumber">14</context>
1109 </context-group> 1845 </context-group>
1110 </trans-unit> 1846 </trans-unit>
1111 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f"> 1847 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f">
1112 <source>See this video channel</source> 1848 <source>See this video channel</source>
1113 <target>ПроÑмотреть видеоканал</target> 1849 <target>ПоÑмотреть Ñтот видеоканал</target>
1114 <context-group name="null"> 1850 <context-group name="null">
1115 <context context-type="linenumber">4</context> 1851 <context context-type="linenumber">4</context>
1116 </context-group> 1852 </context-group>
@@ -1129,51 +1865,65 @@
1129 <context context-type="linenumber">21</context> 1865 <context context-type="linenumber">21</context>
1130 </context-group> 1866 </context-group>
1131 </trans-unit> 1867 </trans-unit>
1132 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003"> 1868 <trans-unit id="8ae5153c547e445a293ee6ef9adfbf4107aa0772">
1133 <source>Default client route</source> 1869 <source>Dedicated to sensitive or NSFW content</source>
1134 <target>Default client route</target> 1870 <target>Предназначено Ð´Ð»Ñ Ñ‡ÑƒÐ²Ñтвительного или NSFW контента</target>
1135 <context-group name="null"> 1871 <context-group name="null">
1136 <context context-type="linenumber">48</context> 1872 <context context-type="linenumber">50</context>
1873 </context-group>
1874 </trans-unit>
1875 <trans-unit id="c9a1f510f6a1365c5bc5615661f8505792889347">
1876 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.&lt;br /&gt;&lt;br /&gt;
1877 Moreover, the NSFW checkbox on video upload will be automatically checked by default.</source>
1878 <target>Включение Ñтой функции позволит другим админиÑтраторам знать, что вы в оÑновном передаете чувÑтвительный контент.&lt;br /&gt;&lt;br /&gt;
1879 Кроме того, флажок NSFW при загрузке видео будет автоматичеÑки уÑтановлен по умолчанию.</target>
1880 <context-group name="null">
1881 <context context-type="linenumber">51</context>
1882 </context-group>
1883 </trans-unit>
1884 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
1885 <source>Default client route</source><target>Default client route</target><context-group name="null">
1886 <context context-type="linenumber">57</context>
1137 </context-group> 1887 </context-group>
1138 </trans-unit> 1888 </trans-unit>
1139 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1889 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1140 <source>Videos Overview</source> 1890 <source>Videos Overview</source>
1141 <target>Ð’Ñе видео</target> 1891 <target>Ð’Ñе видео</target>
1142 <context-group name="null"> 1892 <context-group name="null">
1143 <context context-type="linenumber">51</context> 1893 <context context-type="linenumber">60</context>
1144 </context-group> 1894 </context-group>
1145 </trans-unit> 1895 </trans-unit>
1146 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1896 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1147 <source>Videos Trending</source> 1897 <source>Videos Trending</source>
1148 <target>Тенденции видео</target> 1898 <target>Ðидео в тренде</target>
1149 <context-group name="null"> 1899 <context-group name="null">
1150 <context context-type="linenumber">52</context> 1900 <context context-type="linenumber">61</context>
1151 </context-group> 1901 </context-group>
1152 </trans-unit> 1902 </trans-unit>
1153 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1903 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1154 <source>Videos Recently Added</source> 1904 <source>Videos Recently Added</source>
1155 <target>Ðедавно добавленное видео</target> 1905 <target>Ðедавние видео</target>
1156 <context-group name="null"> 1906 <context-group name="null">
1157 <context context-type="linenumber">53</context> 1907 <context context-type="linenumber">62</context>
1158 </context-group> 1908 </context-group>
1159 </trans-unit> 1909 </trans-unit>
1160 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1910 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1161 <source>Local videos</source> 1911 <source>Local videos</source>
1162 <target>МеÑтное видео</target> 1912 <target>Ðокальные видео</target>
1163 <context-group name="null"> 1913 <context-group name="null">
1164 <context context-type="linenumber">54</context> 1914 <context context-type="linenumber">63</context>
1165 </context-group> 1915 </context-group>
1166 </trans-unit> 1916 </trans-unit>
1167 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1917 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1168 <source>Policy on videos containing sensitive content</source> 1918 <source>Policy on videos containing sensitive content</source>
1169 <target>Политика каÑательно видео Ñодержащих нежелательный контент</target> 1919 <target>Политика каÑательно видео, Ñодержащих чувÑтвительный контент</target>
1170 <context-group name="null"> 1920 <context-group name="null">
1171 <context context-type="linenumber">61</context> 1921 <context context-type="linenumber">70</context>
1172 </context-group> 1922 </context-group>
1173 </trans-unit> 1923 </trans-unit>
1174 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1924 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
1175 <source>With &lt;strong&gt;Do not list&lt;/strong&gt; or &lt;strong&gt;Blur thumbnails&lt;/strong&gt;, a confirmation will be requested to watch the video.</source> 1925 <source>With &lt;strong&gt;Do not list&lt;/strong&gt; or &lt;strong&gt;Blur thumbnails&lt;/strong&gt;, a confirmation will be requested to watch the video.</source>
1176 <target>C &lt;strong&gt;Ðе вноÑить в поиÑк&lt;/strong&gt; или &lt;strong&gt;размыть миниатюры&lt;/strong&gt;, будет запрошено подтверждение Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра видео.</target> 1926 <target>C &lt;strong&gt;Ðе вноÑить в поиÑк&lt;/strong&gt; или &lt;strong&gt;Размыть обложки&lt;/strong&gt;, будет запрошено подтверждение Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра видео.</target>
1177 <context-group name="null"> 1927 <context-group name="null">
1178 <context context-type="linenumber">6</context> 1928 <context context-type="linenumber">6</context>
1179 </context-group> 1929 </context-group>
@@ -1187,7 +1937,7 @@
1187 </trans-unit> 1937 </trans-unit>
1188 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 1938 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
1189 <source>Blur thumbnails</source> 1939 <source>Blur thumbnails</source>
1190 <target>Размыть миниатюры</target> 1940 <target>Размыть обложки</target>
1191 <context-group name="null"> 1941 <context-group name="null">
1192 <context context-type="linenumber">12</context> 1942 <context context-type="linenumber">12</context>
1193 </context-group> 1943 </context-group>
@@ -1203,70 +1953,98 @@
1203 <source>Signup enabled</source> 1953 <source>Signup enabled</source>
1204 <target>РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð°</target> 1954 <target>РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð°</target>
1205 <context-group name="null"> 1955 <context-group name="null">
1206 <context context-type="linenumber">84</context> 1956 <context context-type="linenumber">94</context>
1207 </context-group> 1957 </context-group>
1208 </trans-unit> 1958 </trans-unit>
1209 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1959 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1210 <source>Signup requires email verification</source> 1960 <source>Signup requires email verification</source>
1211 <target>Ð”Ð»Ñ Ñ€ÐµÐ³Ð¸Ñтрации нужно подтвержение через Ñлектронную почту</target> 1961 <target>Ð”Ð»Ñ Ñ€ÐµÐ³Ð¸Ñтрации требуетÑÑ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ðµ Ñлектронной почты</target>
1212 <context-group name="null"> 1962 <context-group name="null">
1213 <context context-type="linenumber">91</context> 1963 <context context-type="linenumber">101</context>
1214 </context-group> 1964 </context-group>
1215 </trans-unit> 1965 </trans-unit>
1216 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1966 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1217 <source>Signup limit</source> 1967 <source>Signup limit</source>
1218 <target>Лимит региÑтрации</target> 1968 <target>Лимит региÑтраций</target>
1219 <context-group name="null"> 1969 <context-group name="null">
1220 <context context-type="linenumber">96</context> 1970 <context context-type="linenumber">106</context>
1221 </context-group> 1971 </context-group>
1222 </trans-unit> 1972 </trans-unit>
1223 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1973 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1224 <source>Users</source> 1974 <source>Users</source>
1225 <target>Пользователи</target> 1975 <target>Пользователи</target>
1226 <context-group name="null"> 1976 <context-group name="null">
1227 <context context-type="linenumber">105</context> 1977 <context context-type="linenumber">116</context>
1228 </context-group> 1978 </context-group>
1229 </trans-unit> 1979 </trans-unit>
1230 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1980 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1231 <source>User default video quota</source> 1981 <source>User default video quota</source>
1232 <target>Квота видео по умолчанию на одного пользователÑ</target> 1982 <target>Квота видео по умолчанию на одного пользователÑ</target>
1233 <context-group name="null"> 1983 <context-group name="null">
1234 <context context-type="linenumber">109</context> 1984 <context context-type="linenumber">120</context>
1235 </context-group> 1985 </context-group>
1236 </trans-unit> 1986 </trans-unit>
1237 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1987 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1238 <source>User default daily upload limit</source> 1988 <source>User default daily upload limit</source>
1239 <target>Ежедневный лимит загрузок по умолчанию на одгого пользователÑ</target> 1989 <target>Ежедневный лимит загрузок по умолчанию на одгого пользователÑ</target>
1240 <context-group name="null"> 1990 <context-group name="null">
1241 <context context-type="linenumber">121</context> 1991 <context context-type="linenumber">132</context>
1242 </context-group> 1992 </context-group>
1243 </trans-unit> 1993 </trans-unit>
1244 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1994 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
1245 <source>Import</source> 1995 <source>Import</source>
1246 <target>Импортировать</target> 1996 <target>Импорт</target>
1247 <context-group name="null"> 1997 <context-group name="null">
1248 <context context-type="linenumber">42</context> 1998 <context context-type="linenumber">42</context>
1249 </context-group> 1999 </context-group>
1250 </trans-unit> 2000 </trans-unit>
2001 <trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e">
2002 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
2003 <target>Включено импортирование видео Ñ HTTP URL (например YouTube)</target>
2004 <context-group name="null">
2005 <context context-type="linenumber">153</context>
2006 </context-group>
2007 </trans-unit>
1251 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 2008 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1252 <source>Video import with a torrent file or a magnet URI enabled</source> 2009 <source>Video import with a torrent file or a magnet URI enabled</source>
1253 <target>Импорт видео Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ файла торент или magnet URI активирован</target> 2010 <target>Включено импортирование видео Ñ Ñ‚Ð¾Ñ€Ñ€ÐµÐ½Ñ‚-файла или магнет</target>
1254 <context-group name="null"> 2011 <context-group name="null">
1255 <context context-type="linenumber">148</context> 2012 <context context-type="linenumber">160</context>
2013 </context-group>
2014 </trans-unit>
2015 <trans-unit id="51ee3dafebdb4c05d300b18bb4a997c10b1d7891">
2016 <source>Auto-blacklist</source>
2017 <target>ÐвтоматичеÑÐºÐ°Ñ Ð±Ð»Ð¾ÐºÐ¸Ñ€Ð¾Ð²ÐºÐ°</target>
2018 <context-group name="null">
2019 <context context-type="linenumber">168</context>
2020 </context-group>
2021 </trans-unit>
2022 <trans-unit id="b78d9ff04931504a241a6c6fc394d677c7a0946c">
2023 <source>New videos of users automatically blacklisted enabled</source>
2024 <target>Включена автоматичеÑÐºÐ°Ñ Ð±Ð»Ð¾ÐºÐ¸Ñ€Ð¾Ð²ÐºÐ° новых видео пользователей</target>
2025 <context-group name="null">
2026 <context context-type="linenumber">177</context>
1256 </context-group> 2027 </context-group>
1257 </trans-unit> 2028 </trans-unit>
1258 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 2029 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1259 <source>Administrator</source> 2030 <source>Administrator</source>
1260 <target>ÐдминиÑтратор</target> 2031 <target>ÐдминиÑтратор</target>
1261 <context-group name="null"> 2032 <context-group name="null">
1262 <context context-type="linenumber">155</context> 2033 <context context-type="linenumber">208</context>
1263 </context-group> 2034 </context-group>
1264 </trans-unit> 2035 </trans-unit>
1265 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 2036 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1266 <source>Admin email</source> 2037 <source>Admin email</source>
1267 <target>Ð­Ð»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð° админиÑтратора</target> 2038 <target>Ð­Ð»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð° админиÑтратора</target>
1268 <context-group name="null"> 2039 <context-group name="null">
1269 <context context-type="linenumber">158</context> 2040 <context context-type="linenumber">211</context>
2041 </context-group>
2042 </trans-unit>
2043 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
2044 <source>Enable contact form</source>
2045 <target>Включить контактную форму</target>
2046 <context-group name="null">
2047 <context context-type="linenumber">222</context>
1270 </context-group> 2048 </context-group>
1271 </trans-unit> 2049 </trans-unit>
1272 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 2050 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1280,70 +2058,95 @@
1280 <source>Twitter</source> 2058 <source>Twitter</source>
1281 <target>Twitter</target> 2059 <target>Twitter</target>
1282 <context-group name="null"> 2060 <context-group name="null">
1283 <context context-type="linenumber">178</context> 2061 <context context-type="linenumber">231</context>
1284 </context-group> 2062 </context-group>
1285 </trans-unit> 2063 </trans-unit>
1286 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 2064 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1287 <source>Your Twitter username</source> 2065 <source>Your Twitter username</source>
1288 <target>Ваше Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð² Twitter</target> 2066 <target>Ваше Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Twitter</target>
1289 <context-group name="null"> 2067 <context-group name="null">
1290 <context context-type="linenumber">184</context> 2068 <context context-type="linenumber">237</context>
1291 </context-group> 2069 </context-group>
1292 </trans-unit> 2070 </trans-unit>
1293 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 2071 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1294 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 2072 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1295 <target>Показывает учетнаю запиÑÑŒ в Twitter Ñайта или платформы Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ñ… было опубликован контент</target> 2073 <target>Показывает аккаунт Twitter на веб-Ñайте или платформе, на котором был опубликован контент.</target>
1296 <context-group name="null"> 2074 <context-group name="null">
1297 <context context-type="linenumber">187</context> 2075 <context context-type="linenumber">240</context>
1298 </context-group> 2076 </context-group>
1299 </trans-unit> 2077 </trans-unit>
1300 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 2078 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1301 <source>Instance whitelisted by Twitter</source> 2079 <source>Instance whitelisted by Twitter</source>
1302 <target>Сервер имеет аккредиÑацию Twitter</target> 2080 <target>Сервер не заблокиÑован Twitter</target>
1303 <context-group name="null"> 2081 <context-group name="null">
1304 <context context-type="linenumber">199</context> 2082 <context context-type="linenumber">252</context>
2083 </context-group>
2084 </trans-unit>
2085 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
2086 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
2087 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
2088 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
2089 <target>ЕÑли ваш Ñервер не был заблокирован Twitter, видео плеер будет вÑтроен в ленту Twitter на PeerTube.&lt;br /&gt;
2090 ЕÑли Ñервер был заблокирован, мы иÑпользуем ÑÑылку на изображение, которое будет перенаправлÑÑ‚ÑŒ на ваш Ñервер PeerTube.&lt;br /&gt;&lt;br /&gt;
2091 УÑтановите флажок на Ñтом чекбокÑе, Ñохраните конфигурацию и проверьте Ñ URL-адреÑом видео на вашем Ñервере (https://example.com/videos/watch/blabla) на &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; чтобы проверить, включён ли ваш Ñервер в белый ÑпиÑок.</target>
2092 <context-group name="null">
2093 <context context-type="linenumber">253</context>
1305 </context-group> 2094 </context-group>
1306 </trans-unit> 2095 </trans-unit>
1307 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 2096 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1308 <source>Services</source> 2097 <source>Services</source>
1309 <target>СервиÑ</target> 2098 <target>СервиÑÑ‹</target>
1310 <context-group name="null"> 2099 <context-group name="null">
1311 <context context-type="linenumber">176</context> 2100 <context context-type="linenumber">229</context>
1312 </context-group> 2101 </context-group>
1313 </trans-unit> 2102 </trans-unit>
1314 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 2103 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1315 <source>Transcoding</source> 2104 <source>Transcoding</source>
1316 <target>ТранÑкодирование</target> 2105 <target>ТранÑкодирование</target>
1317 <context-group name="null"> 2106 <context-group name="null">
1318 <context context-type="linenumber">215</context> 2107 <context context-type="linenumber">268</context>
1319 </context-group> 2108 </context-group>
1320 </trans-unit> 2109 </trans-unit>
1321 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 2110 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1322 <source>Transcoding enabled</source> 2111 <source>Transcoding enabled</source>
1323 <target>ТранÑкодирование активировано</target> 2112 <target>ТранÑкодирование активировано</target>
1324 <context-group name="null"> 2113 <context-group name="null">
1325 <context context-type="linenumber">221</context> 2114 <context context-type="linenumber">274</context>
1326 </context-group> 2115 </context-group>
1327 </trans-unit> 2116 </trans-unit>
1328 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 2117 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1329 <source>If you disable transcoding, many videos from your users will not work!</source> 2118 <source>If you disable transcoding, many videos from your users will not work!</source>
1330 <target>ЕÑли вы дезактивируете транÑкодирование, многие видео пользователей переÑтанут работать</target> 2119 <target>ЕÑли вы деактивируете транÑкодирование, многие видео пользователей переÑтанут работать!</target>
1331 <context-group name="null"> 2120 <context-group name="null">
1332 <context context-type="linenumber">222</context> 2121 <context context-type="linenumber">275</context>
2122 </context-group>
2123 </trans-unit>
2124 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
2125 <source>Allow additional extensions</source>
2126 <target>Разрешить дополнительные раÑширениÑ</target>
2127 <context-group name="null">
2128 <context context-type="linenumber">284</context>
2129 </context-group>
2130 </trans-unit>
2131 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
2132 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
2133 <target>Разрешить пользователÑм загружать видео в форматах .mkv, .mov, .avi и .flv</target>
2134 <context-group name="null">
2135 <context context-type="linenumber">285</context>
1333 </context-group> 2136 </context-group>
1334 </trans-unit> 2137 </trans-unit>
1335 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 2138 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1336 <source>Transcoding threads</source> 2139 <source>Transcoding threads</source>
1337 <target>КоличеÑтво threads Ð´Ð»Ñ Ñ‚Ñ€Ð°Ð½ÑкодированиÑ</target> 2140 <target>КоличеÑтво тредов Ð´Ð»Ñ Ñ‚Ñ€Ð°Ð½ÑкодированиÑ</target>
1338 <context-group name="null"> 2141 <context-group name="null">
1339 <context context-type="linenumber">237</context> 2142 <context context-type="linenumber">290</context>
1340 </context-group> 2143 </context-group>
1341 </trans-unit> 2144 </trans-unit>
1342 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 2145 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1343 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 2146 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1344 <target>Разрешение <x id="INTERPOLATION" equiv-text="{{resolution}}"/> активировано</target> 2147 <target>Разрешение <x id="INTERPOLATION" equiv-text="{{resolution}}"/> активировано</target>
1345 <context-group name="null"> 2148 <context-group name="null">
1346 <context context-type="linenumber">252</context> 2149 <context context-type="linenumber">305</context>
1347 </context-group> 2150 </context-group>
1348 </trans-unit> 2151 </trans-unit>
1349 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 2152 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1353,75 +2156,110 @@
1353 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 2156 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1354 </source> 2157 </source>
1355 <target> 2158 <target>
1356 Кеш 2159 КÑш
1357 2160
1358 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 2161 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1359 </target> 2162 </target>
1360 <context-group name="null"> 2163 <context-group name="null">
1361 <context context-type="linenumber">260</context> 2164 <context context-type="linenumber">313</context>
1362 </context-group> 2165 </context-group>
1363 </trans-unit> 2166 </trans-unit>
1364 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 2167 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1365 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 2168 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1366 <target>Ðекоторые миниатюры не федератные (миниатюры, названиÑ). Они взÑÑ‚Ñ‹ непоÑредÑтвенно из их оригинального Ñервера и мы их не храним.</target> 2169 <target>Ðекоторые файлы не будут федеральными (обложки, заголовки). Мы извлекаем их непоÑредÑтвенно из оригинального Ñервера и кÑшируем.</target>
1367 <context-group name="null"> 2170 <context-group name="null">
1368 <context context-type="linenumber">265</context> 2171 <context context-type="linenumber">318</context>
1369 </context-group> 2172 </context-group>
1370 </trans-unit> 2173 </trans-unit>
1371 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 2174 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1372 <source>Previews cache size</source> 2175 <source>Previews cache size</source>
1373 <target>Размер кеша предпроÑмотра</target> 2176 <target>Размер кÑша облоÐек</target>
1374 <context-group name="null"> 2177 <context-group name="null">
1375 <context context-type="linenumber">271</context> 2178 <context context-type="linenumber">324</context>
1376 </context-group> 2179 </context-group>
1377 </trans-unit> 2180 </trans-unit>
1378 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 2181 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1379 <source>Video captions cache size</source> 2182 <source>Video captions cache size</source>
1380 <target>Размер кеша предпроÑмотра надпиÑей</target> 2183 <target>Размер кÑша заголовок</target>
1381 <context-group name="null"> 2184 <context-group name="null">
1382 <context context-type="linenumber">280</context> 2185 <context context-type="linenumber">333</context>
1383 </context-group> 2186 </context-group>
1384 </trans-unit> 2187 </trans-unit>
1385 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 2188 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1386 <source>Customizations</source> 2189 <source>Customizations</source>
1387 <target>ПерÑонализациÑ</target> 2190 <target>ПерÑонализациÑ</target>
1388 <context-group name="null"> 2191 <context-group name="null">
1389 <context context-type="linenumber">289</context> 2192 <context context-type="linenumber">342</context>
1390 </context-group> 2193 </context-group>
1391 </trans-unit> 2194 </trans-unit>
1392 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 2195 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1393 <source>JavaScript</source> 2196 <source>JavaScript</source>
1394 <target>Ява Скрипт</target> 2197 <target>JavaScript</target>
1395 <context-group name="null"> 2198 <context-group name="null">
1396 <context context-type="linenumber">294</context> 2199 <context context-type="linenumber">347</context>
1397 </context-group> 2200 </context-group>
1398 </trans-unit> 2201 </trans-unit>
1399 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 2202 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1400 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 2203 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1401 <target>Ðапишите непоÑредÑтвенно код Ява Скрипта .&lt;br /&gt;Пример : &lt;pre&gt;console.log('мой Ñервер крут');&lt;/pre&gt;</target> 2204 <target>Ðапишите код JavaScript напрÑмую.&lt;br /&gt;Ðапример: &lt;pre&gt;console.log('мой Ñервер клаÑÑный');&lt;/pre&gt;</target>
2205 <context-group name="null">
2206 <context context-type="linenumber">350</context>
2207 </context-group>
2208 </trans-unit>
2209 <trans-unit id="d90e081933221a99c87e2ad9769afb6be6ff6fc4">
2210 <source>
2211 Write directly CSS code. Example:&lt;br /&gt;&lt;br /&gt;
2212 &lt;pre&gt;
2213 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2214 color: red;
2215 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2216 &lt;/pre&gt;
2217
2218 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:&lt;br /&gt;&lt;br /&gt;
2219 &lt;pre&gt;
2220 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2221 color: red;
2222 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2223 &lt;/pre&gt;
2224 </source>
2225 <target>
2226 Ðапишите код CSS напрÑмую. Ðапример:&lt;br /&gt;&lt;br /&gt;
2227 &lt;pre&gt;
2228 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2229 color: red;
2230 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2231 &lt;/pre&gt;
2232
2233 ИÑправьте код Ñ &lt;em&gt;#custom-css&lt;/em&gt; Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ñтилей. Ðапример:&lt;br /&gt;&lt;br /&gt;
2234 &lt;pre&gt;
2235 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2236 color: red;
2237 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2238 &lt;/pre&gt;
2239 </target>
1402 <context-group name="null"> 2240 <context-group name="null">
1403 <context context-type="linenumber">297</context> 2241 <context context-type="linenumber">364</context>
1404 </context-group> 2242 </context-group>
1405 </trans-unit> 2243 </trans-unit>
1406 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 2244 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1407 <source>Advanced configuration</source> 2245 <source>Advanced configuration</source>
1408 <target>ÐŸÑ€Ð¾Ð´Ð²Ð¸Ð½ÑƒÑ‚Ð°Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ</target> 2246 <target>ÐŸÑ€Ð¾Ð´Ð²Ð¸Ð½ÑƒÑ‚Ð°Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ</target>
1409 <context-group name="null"> 2247 <context-group name="null">
1410 <context context-type="linenumber">212</context> 2248 <context context-type="linenumber">265</context>
1411 </context-group> 2249 </context-group>
1412 </trans-unit> 2250 </trans-unit>
1413 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 2251 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1414 <source>Update configuration</source> 2252 <source>Update configuration</source>
1415 <target>Обновить конфигурацию</target> 2253 <target>Обновить конфигурацию</target>
1416 <context-group name="null"> 2254 <context-group name="null">
1417 <context context-type="linenumber">340</context> 2255 <context context-type="linenumber">393</context>
1418 </context-group> 2256 </context-group>
1419 </trans-unit> 2257 </trans-unit>
1420 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 2258 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1421 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2259 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1422 <target>ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð½ÐµÑƒÐ´Ð°Ñ‡Ð½Ð°Ñ. ПожалуйÑта, найдите потенциальную ошибку в разных окнах. </target> 2260 <target>ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð½ÐµÑƒÐ´Ð°Ñ‡Ð½Ð°Ñ. ПожалуйÑта, найдите потенциальную ошибку в разных вкладках. </target>
1423 <context-group name="null"> 2261 <context-group name="null">
1424 <context context-type="linenumber">341</context> 2262 <context context-type="linenumber">394</context>
1425 </context-group> 2263 </context-group>
1426 </trans-unit> 2264 </trans-unit>
1427 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2265 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1451,23 +2289,12 @@
1451 Moderation 2289 Moderation
1452 </source> 2290 </source>
1453 <target> 2291 <target>
1454 Регулирование 2292 МодерациÑ
1455 </target> 2293 </target>
1456 <context-group name="null"> 2294 <context-group name="null">
1457 <context context-type="linenumber">11</context> 2295 <context context-type="linenumber">11</context>
1458 </context-group> 2296 </context-group>
1459 </trans-unit> 2297 </trans-unit>
1460 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368">
1461 <source>
1462 Jobs
1463 </source>
1464 <target>
1465 Задачи
1466 </target>
1467 <context-group name="null">
1468 <context context-type="linenumber">15</context>
1469 </context-group>
1470 </trans-unit>
1471 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 2298 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1472 <source> 2299 <source>
1473 Configuration 2300 Configuration
@@ -1476,12 +2303,12 @@
1476 ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ 2303 КонфигурациÑ
1477 </target> 2304 </target>
1478 <context-group name="null"> 2305 <context-group name="null">
1479 <context context-type="linenumber">19</context> 2306 <context context-type="linenumber">15</context>
1480 </context-group> 2307 </context-group>
1481 </trans-unit> 2308 </trans-unit>
1482 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 2309 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
1483 <source>1 host (without "http://") per line</source> 2310 <source>1 host (without "http://") per line</source>
1484 <target>1 host (without "http://") на линию</target> 2311 <target>1 хоÑÑ‚ (без "http://") каÐдую Ñтроку</target>
1485 <context-group name="null"> 2312 <context-group name="null">
1486 <context context-type="linenumber">5</context> 2313 <context context-type="linenumber">5</context>
1487 </context-group> 2314 </context-group>
@@ -1491,7 +2318,7 @@
1491 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 2318 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
1492 </source> 2319 </source>
1493 <target> 2320 <target>
1494 Этот Ñервер не поддерживает HTTPS. ЕÑли вы хотите быть подпиÑаным на другие Ñервера, Вашему Ñерверу нужен активированный TLS. 2321 Этот Ñервер не поддерживает HTTPS. ЕÑли вы хотите, чтобы пользователи могли подпиÑыватьÑÑ Ð½Ð° другие Ñервера, Вашему Ñерверу нужен активированный TLS.
1495 </target> 2322 </target>
1496 <context-group name="null"> 2323 <context-group name="null">
1497 <context context-type="linenumber">17</context> 2324 <context context-type="linenumber">17</context>
@@ -1504,6 +2331,13 @@
1504 <context context-type="linenumber">21</context> 2331 <context context-type="linenumber">21</context>
1505 </context-group> 2332 </context-group>
1506 </trans-unit> 2333 </trans-unit>
2334 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
2335 <source>Filter...</source>
2336 <target>Фильтр...</target>
2337 <context-group name="null">
2338 <context context-type="linenumber">27</context>
2339 </context-group>
2340 </trans-unit>
1507 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 2341 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
1508 <source>ID</source> 2342 <source>ID</source>
1509 <target>ID</target> 2343 <target>ID</target>
@@ -1511,32 +2345,60 @@
1511 <context context-type="linenumber">18</context> 2345 <context context-type="linenumber">18</context>
1512 </context-group> 2346 </context-group>
1513 </trans-unit> 2347 </trans-unit>
2348 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
2349 <source>State</source>
2350 <target>СоÑтоÑние</target>
2351 <context-group name="null">
2352 <context context-type="linenumber">10</context>
2353 </context-group>
2354 </trans-unit>
1514 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25"> 2355 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1515 <source>Score</source> 2356 <source>Score</source>
1516 <target>Счет</target> 2357 <target>Счет</target>
1517 <context-group name="null"> 2358 <context-group name="null">
1518 <context context-type="linenumber">17</context> 2359 <context context-type="linenumber">19</context>
1519 </context-group> 2360 </context-group>
1520 </trans-unit> 2361 </trans-unit>
1521 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767"> 2362 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1522 <source>Host</source> 2363 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1523 <target>Host</target> 2364 <target>Создано <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
1524 <context-group name="null"> 2365 <context-group name="null">
1525 <context context-type="linenumber">19</context> 2366 <context context-type="linenumber">11</context>
1526 </context-group> 2367 </context-group>
1527 </trans-unit> 2368 </trans-unit>
1528 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2369 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
1529 <source>State</source> 2370 <source>Accepted</source>
1530 <target>СоÑтоÑние</target> 2371 <target>ПринÑто</target>
1531 <context-group name="null"> 2372 <context-group name="null">
1532 <context context-type="linenumber">10</context> 2373 <context context-type="linenumber">32</context>
1533 </context-group> 2374 </context-group>
1534 </trans-unit> 2375 </trans-unit>
1535 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2376 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
1536 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2377 <source>Pending</source>
1537 <target>Создано <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2378 <target>ОжидаетÑÑ</target>
1538 <context-group name="null"> 2379 <context-group name="null">
1539 <context context-type="linenumber">11</context> 2380 <context context-type="linenumber">33</context>
2381 </context-group>
2382 </trans-unit>
2383 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2384 <source>Refuse</source>
2385 <target>Отклонить</target>
2386 <context-group name="null">
2387 <context context-type="linenumber">42</context>
2388 </context-group>
2389 </trans-unit>
2390 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
2391 <source>Host</source>
2392 <target>ХоÑÑ‚</target>
2393 <context-group name="null">
2394 <context context-type="linenumber">19</context>
2395 </context-group>
2396 </trans-unit>
2397 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
2398 <source>Redundancy allowed</source>
2399 <target>Избыток разрешён</target>
2400 <context-group name="null">
2401 <context context-type="linenumber">22</context>
1540 </context-group> 2402 </context-group>
1541 </trans-unit> 2403 </trans-unit>
1542 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479"> 2404 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479">
@@ -1567,34 +2429,6 @@
1567 <context context-type="linenumber">9</context> 2429 <context context-type="linenumber">9</context>
1568 </context-group> 2430 </context-group>
1569 </trans-unit> 2431 </trans-unit>
1570 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1571 <source>Jobs list</source>
1572 <target>СпиÑок задач</target>
1573 <context-group name="null">
1574 <context context-type="linenumber">2</context>
1575 </context-group>
1576 </trans-unit>
1577 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1578 <source>Type</source>
1579 <target>Тип</target>
1580 <context-group name="null">
1581 <context context-type="linenumber">19</context>
1582 </context-group>
1583 </trans-unit>
1584 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
1585 <source>Processed on</source>
1586 <target>Обработано на</target>
1587 <context-group name="null">
1588 <context context-type="linenumber">22</context>
1589 </context-group>
1590 </trans-unit>
1591 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
1592 <source>Finished on</source>
1593 <target>Закончено на</target>
1594 <context-group name="null">
1595 <context context-type="linenumber">23</context>
1596 </context-group>
1597 </trans-unit>
1598 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 2432 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1599 <source>Create user</source> 2433 <source>Create user</source>
1600 <target>Создать пользователÑ</target> 2434 <target>Создать пользователÑ</target>
@@ -1604,14 +2438,14 @@
1604 </trans-unit> 2438 </trans-unit>
1605 <trans-unit id="2788d9a67ed2b6f35c85818e6af1871317c57a7e"> 2439 <trans-unit id="2788d9a67ed2b6f35c85818e6af1871317c57a7e">
1606 <source>Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></source> 2440 <source>Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></source>
1607 <target>Ркдактировать Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ <x id="INTERPOLATION" equiv-text="{{ username }}"/></target> 2441 <target>Редактировать Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ <x id="INTERPOLATION" equiv-text="{{ username }}"/></target>
1608 <context-group name="null"> 2442 <context-group name="null">
1609 <context context-type="linenumber">2</context> 2443 <context context-type="linenumber">2</context>
1610 </context-group> 2444 </context-group>
1611 </trans-unit> 2445 </trans-unit>
1612 <trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a"> 2446 <trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a">
1613 <source>john</source> 2447 <source>john</source>
1614 <target>Федор</target> 2448 <target>ivan</target>
1615 <context-group name="null"> 2449 <context-group name="null">
1616 <context context-type="linenumber">10</context> 2450 <context context-type="linenumber">10</context>
1617 </context-group> 2451 </context-group>
@@ -1636,8 +2470,8 @@
1636 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2470 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
1637 </source> 2471 </source>
1638 <target> 2472 <target>
1639 ТранÑкодирование активировано на Ñервере. Квота видео учитывает только оригинальное видео <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2473 ТранÑкодирование активировано на Ñервере. Квота видео только Ñ ÑƒÑ‡ÐµÑ‚Ð¾Ð¼ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>оригинального<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> видео. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
1640 Этот пользователь Ñмодет иÑпользовать макÑимум ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2474 Этот пользователь может иÑпользовать макÑимум ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
1641 </target> 2475 </target>
1642 <context-group name="null"> 2476 <context-group name="null">
1643 <context context-type="linenumber">65</context> 2477 <context context-type="linenumber">65</context>
@@ -1650,6 +2484,48 @@
1650 <context context-type="linenumber">72</context> 2484 <context context-type="linenumber">72</context>
1651 </context-group> 2485 </context-group>
1652 </trans-unit> 2486 </trans-unit>
2487 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2488 <source>Danger Zone</source>
2489 <target>ОпаÑÐ½Ð°Ñ Ð·Ð¾Ð½Ð°</target>
2490 <context-group name="null">
2491 <context context-type="linenumber">93</context>
2492 </context-group>
2493 </trans-unit>
2494 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2495 <source>Send a link to reset the password by email to the user</source>
2496 <target>Отправить ÑÑылку Ð´Ð»Ñ ÑброÑа Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð½Ð° Ñлектронную почту пользователÑ</target>
2497 <context-group name="null">
2498 <context context-type="linenumber">96</context>
2499 </context-group>
2500 </trans-unit>
2501 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2502 <source>Ask for new password</source>
2503 <target>ПопроÑить новый пароль</target>
2504 <context-group name="null">
2505 <context context-type="linenumber">97</context>
2506 </context-group>
2507 </trans-unit>
2508 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2509 <source>Manually set the user password</source>
2510 <target>СамоÑтоÑтельно уÑтановить новый пароль пользователÑ</target>
2511 <context-group name="null">
2512 <context context-type="linenumber">101</context>
2513 </context-group>
2514 </trans-unit>
2515 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2516 <source>Show</source>
2517 <target>Показать</target>
2518 <context-group name="null">
2519 <context context-type="linenumber">10</context>
2520 </context-group>
2521 </trans-unit>
2522 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2523 <source>Hide</source>
2524 <target>Скрыть</target>
2525 <context-group name="null">
2526 <context context-type="linenumber">11</context>
2527 </context-group>
2528 </trans-unit>
1653 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2529 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
1654 <source>Users list</source> 2530 <source>Users list</source>
1655 <target>СпиÑок пользователей</target> 2531 <target>СпиÑок пользователей</target>
@@ -1664,9 +2540,37 @@
1664 <context context-type="linenumber">40</context> 2540 <context context-type="linenumber">40</context>
1665 </context-group> 2541 </context-group>
1666 </trans-unit> 2542 </trans-unit>
2543 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
2544 <source>(banned)</source>
2545 <target>(заблокирован)</target>
2546 <context-group name="null">
2547 <context context-type="linenumber">65</context>
2548 </context-group>
2549 </trans-unit>
2550 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
2551 <source>Go to the account page</source>
2552 <target>Перейти на Ñтраницу аккаунта</target>
2553 <context-group name="null">
2554 <context context-type="linenumber">153</context>
2555 </context-group>
2556 </trans-unit>
2557 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
2558 <source>User's email must be verified to login</source>
2559 <target>Ð­Ð»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð° Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð¾Ð»Ð¶Ð½Ð° быть подтверждена Ð´Ð»Ñ Ð°Ð²Ñ‚Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ð¸</target>
2560 <context-group name="null">
2561 <context context-type="linenumber">72</context>
2562 </context-group>
2563 </trans-unit>
2564 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
2565 <source>User's email is verified / User can login without email verification</source>
2566 <target>Ð­Ð»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð° Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð° / Пользователь может авторизоватьÑÑ Ð±ÐµÐ· Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ Ñлектронной почты</target>
2567 <context-group name="null">
2568 <context context-type="linenumber">76</context>
2569 </context-group>
2570 </trans-unit>
1667 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 2571 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
1668 <source>Ban reason:</source> 2572 <source>Ban reason:</source>
1669 <target>Причины бана:</target> 2573 <target>Причина блокировки:</target>
1670 <context-group name="null"> 2574 <context-group name="null">
1671 <context context-type="linenumber">95</context> 2575 <context context-type="linenumber">95</context>
1672 </context-group> 2576 </context-group>
@@ -1683,22 +2587,22 @@
1683 This comment can only be seen by you or the other moderators. 2587 This comment can only be seen by you or the other moderators.
1684 </source> 2588 </source>
1685 <target> 2589 <target>
1686 Этот комментарий виден только другими модераторами. 2590 Этот комментарий виден только вами и другими модераторами.
1687 </target> 2591 </target>
1688 <context-group name="null"> 2592 <context-group name="null">
1689 <context context-type="linenumber">17</context> 2593 <context context-type="linenumber">18</context>
1690 </context-group> 2594 </context-group>
1691 </trans-unit> 2595 </trans-unit>
1692 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 2596 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
1693 <source>Update this comment</source> 2597 <source>Update this comment</source>
1694 <target>Обновить Ñтот комментарий</target> 2598 <target>Обновить Ñтот комментарий</target>
1695 <context-group name="null"> 2599 <context-group name="null">
1696 <context context-type="linenumber">25</context> 2600 <context context-type="linenumber">26</context>
1697 </context-group> 2601 </context-group>
1698 </trans-unit> 2602 </trans-unit>
1699 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 2603 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
1700 <source>Reporter</source> 2604 <source>Reporter</source>
1701 <target>Ðокладчик</target> 2605 <target>Репортёр</target>
1702 <context-group name="null"> 2606 <context-group name="null">
1703 <context context-type="linenumber">8</context> 2607 <context context-type="linenumber">8</context>
1704 </context-group> 2608 </context-group>
@@ -1726,7 +2630,7 @@
1726 </trans-unit> 2630 </trans-unit>
1727 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 2631 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
1728 <source>Go to the video</source> 2632 <source>Go to the video</source>
1729 <target>Перейти на видео</target> 2633 <target>Перейти в видео</target>
1730 <context-group name="null"> 2634 <context-group name="null">
1731 <context context-type="linenumber">33</context> 2635 <context context-type="linenumber">33</context>
1732 </context-group> 2636 </context-group>
@@ -1740,14 +2644,14 @@
1740 </trans-unit> 2644 </trans-unit>
1741 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 2645 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
1742 <source>Reason:</source> 2646 <source>Reason:</source>
1743 <target>Причины:</target> 2647 <target>Причина:</target>
1744 <context-group name="null"> 2648 <context-group name="null">
1745 <context context-type="linenumber">53</context> 2649 <context context-type="linenumber">53</context>
1746 </context-group> 2650 </context-group>
1747 </trans-unit> 2651 </trans-unit>
1748 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 2652 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638">
1749 <source>Moderation comment:</source> 2653 <source>Moderation comment:</source>
1750 <target>Комментарий модератора</target> 2654 <target>Комментарий модератора:</target>
1751 <context-group name="null"> 2655 <context-group name="null">
1752 <context context-type="linenumber">57</context> 2656 <context context-type="linenumber">57</context>
1753 </context-group> 2657 </context-group>
@@ -1761,11 +2665,18 @@
1761 </trans-unit> 2665 </trans-unit>
1762 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 2666 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
1763 <source>Sensitive</source> 2667 <source>Sensitive</source>
1764 <target>ÐеÐелательный</target> 2668 <target>ЧувÑтвительный</target>
1765 <context-group name="null"> 2669 <context-group name="null">
1766 <context context-type="linenumber">9</context> 2670 <context context-type="linenumber">9</context>
1767 </context-group> 2671 </context-group>
1768 </trans-unit> 2672 </trans-unit>
2673 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2674 <source>Unfederated</source>
2675 <target>Ðефедеральный</target>
2676 <context-group name="null">
2677 <context context-type="linenumber">10</context>
2678 </context-group>
2679 </trans-unit>
1769 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 2680 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
1770 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2681 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1771 <target>Дата <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2682 <target>Дата <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -1780,6 +2691,13 @@
1780 <context context-type="linenumber">43</context> 2691 <context context-type="linenumber">43</context>
1781 </context-group> 2692 </context-group>
1782 </trans-unit> 2693 </trans-unit>
2694 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2695 <source>Unblacklist</source>
2696 <target>Разблокировка</target>
2697 <context-group name="null">
2698 <context context-type="linenumber">16</context>
2699 </context-group>
2700 </trans-unit>
1783 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2701 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
1784 <source>Moderation</source> 2702 <source>Moderation</source>
1785 <target>МодерациÑ</target> 2703 <target>МодерациÑ</target>
@@ -1794,16 +2712,86 @@
1794 <context context-type="linenumber">5</context> 2712 <context context-type="linenumber">5</context>
1795 </context-group> 2713 </context-group>
1796 </trans-unit> 2714 </trans-unit>
1797 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1"> 2715 <trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9">
1798 <source>Blacklisted videos</source> 2716 <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source>
1799 <target>Видео в черном ÑпиÑке</target> 2717 <target><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'СамоÑтоÑтельно заблокированные видео' : 'Заблокированные видео' }}"/></target>
1800 <context-group name="null"> 2718 <context-group name="null">
1801 <context context-type="linenumber">7</context> 2719 <context context-type="linenumber">7</context>
1802 </context-group> 2720 </context-group>
1803 </trans-unit> 2721 </trans-unit>
2722 <trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45">
2723 <source>Auto-blacklisted videos</source>
2724 <target>ÐвтоматичеÑки заблокированные видео</target>
2725 <context-group name="null">
2726 <context context-type="linenumber">9</context>
2727 </context-group>
2728 </trans-unit>
2729 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2730 <source>Muted accounts</source>
2731 <target>Заглушённые аккаунты</target>
2732 <context-group name="null">
2733 <context context-type="linenumber">2</context>
2734 </context-group>
2735 </trans-unit>
2736 <trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2">
2737 <source>Muted servers</source>
2738 <target>Заглушённые Ñерверы</target>
2739 <context-group name="null">
2740 <context context-type="linenumber">13</context>
2741 </context-group>
2742 </trans-unit>
2743 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
2744 <source>Account</source>
2745 <target>Ðккаунт</target>
2746 <context-group name="null">
2747 <context context-type="linenumber">12</context>
2748 </context-group>
2749 </trans-unit>
2750 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
2751 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2752 <target>Заглушено в <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
2753 <context-group name="null">
2754 <context context-type="linenumber">13</context>
2755 </context-group>
2756 </trans-unit>
2757 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
2758 <source>Unmute</source>
2759 <target>Разглушить</target>
2760 <context-group name="null">
2761 <context context-type="linenumber">23</context>
2762 </context-group>
2763 </trans-unit>
2764 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2765 <source>Jobs list</source>
2766 <target>СпиÑок задач</target>
2767 <context-group name="null">
2768 <context context-type="linenumber">2</context>
2769 </context-group>
2770 </trans-unit>
2771 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2772 <source>Type</source>
2773 <target>Тип</target>
2774 <context-group name="null">
2775 <context context-type="linenumber">19</context>
2776 </context-group>
2777 </trans-unit>
2778 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2779 <source>Processed on</source>
2780 <target>Обработано на</target>
2781 <context-group name="null">
2782 <context context-type="linenumber">22</context>
2783 </context-group>
2784 </trans-unit>
2785 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2786 <source>Finished on</source>
2787 <target>Закончено на</target>
2788 <context-group name="null">
2789 <context context-type="linenumber">23</context>
2790 </context-group>
2791 </trans-unit>
1804 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 2792 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
1805 <source>Video quota:</source> 2793 <source>Video quota:</source>
1806 <target>Квота видео</target> 2794 <target>Квота видео:</target>
1807 <context-group name="null"> 2795 <context-group name="null">
1808 <context context-type="linenumber">4</context> 2796 <context context-type="linenumber">4</context>
1809 </context-group> 2797 </context-group>
@@ -1824,23 +2812,23 @@
1824 </trans-unit> 2812 </trans-unit>
1825 <trans-unit id="c74e3202d080780c6415d0e9209c1c859438b735"> 2813 <trans-unit id="c74e3202d080780c6415d0e9209c1c859438b735">
1826 <source>Danger zone</source> 2814 <source>Danger zone</source>
1827 <target>ОраÑÐ½Ð°Ñ Ð·Ð¾Ð½Ð°</target> 2815 <target>ОпаÑÐ½Ð°Ñ Ð·Ð¾Ð½Ð°</target>
1828 <context-group name="null"> 2816 <context-group name="null">
1829 <context context-type="linenumber">19</context> 2817 <context context-type="linenumber">19</context>
1830 </context-group> 2818 </context-group>
1831 </trans-unit> 2819 </trans-unit>
1832 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 2820 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
1833 <source>Change ownership</source> 2821 <source>Change ownership</source>
1834 <target>Изменить ÑобÑтвенника</target> 2822 <target>Изменить владельца</target>
1835 <context-group name="null"> 2823 <context-group name="null">
1836 <context context-type="linenumber">46</context> 2824 <context context-type="linenumber">21</context>
1837 </context-group> 2825 </context-group>
1838 </trans-unit> 2826 </trans-unit>
1839 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2827 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
1840 <source>Select the next owner</source> 2828 <source>Select the next owner</source>
1841 <target>Выбрать Ñледующего ÑобÑтвенника</target> 2829 <target>Выбрать нового владельца</target>
1842 <context-group name="null"> 2830 <context-group name="null">
1843 <context context-type="linenumber">9</context> 2831 <context context-type="linenumber">10</context>
1844 </context-group> 2832 </context-group>
1845 </trans-unit> 2833 </trans-unit>
1846 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8"> 2834 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
@@ -1848,40 +2836,15 @@
1848 Cancel 2836 Cancel
1849 </source> 2837 </source>
1850 <target> 2838 <target>
1851 Отменить 2839 Отмена
1852 </target> 2840 </target>
1853 <context-group name="null"> 2841 <context-group name="null">
1854 <context context-type="linenumber">35</context> 2842 <context context-type="linenumber">35</context>
1855 </context-group> 2843 </context-group>
1856 </trans-unit> 2844 </trans-unit>
1857 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79"> 2845 <trans-unit id="16f3de2dba2a3461d7f7a36157d22e6898bb3244">
1858 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2846 <source>Create a new video channel</source>
1859 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> проÑмотры</target> 2847 <target>Создать новый видеоканал</target>
1860 <context-group name="null">
1861 <context context-type="linenumber">19</context>
1862 </context-group>
1863 </trans-unit>
1864 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
1865 <source>Blacklisted</source>
1866 <target>Черный ÑпиÑок</target>
1867 <context-group name="null">
1868 <context context-type="linenumber">22</context>
1869 </context-group>
1870 </trans-unit>
1871 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
1872 <source>
1873 Cancel
1874 </source>
1875 <target>
1876 Отменить
1877 </target>
1878 <context-group name="null">
1879 <context context-type="linenumber">30</context>
1880 </context-group>
1881 </trans-unit>
1882 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
1883 <source>Create another video channel</source>
1884 <target>Создать другой видеоканал</target>
1885 <context-group name="null"> 2848 <context-group name="null">
1886 <context context-type="linenumber">4</context> 2849 <context context-type="linenumber">4</context>
1887 </context-group> 2850 </context-group>
@@ -1902,23 +2865,16 @@
1902 </trans-unit> 2865 </trans-unit>
1903 <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558"> 2866 <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558">
1904 <source>Example: my_channel</source> 2867 <source>Example: my_channel</source>
1905 <target>Пример: мой_канал</target> 2868 <target>Пример: my_channel</target>
1906 <context-group name="null"> 2869 <context-group name="null">
1907 <context context-type="linenumber">15</context> 2870 <context context-type="linenumber">15</context>
1908 </context-group> 2871 </context-group>
1909 </trans-unit> 2872 </trans-unit>
1910 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
1911 <source>Display name</source>
1912 <target>Отображенное имÑ</target>
1913 <context-group name="null">
1914 <context context-type="linenumber">6</context>
1915 </context-group>
1916 </trans-unit>
1917 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2873 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
1918 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2874 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
1919When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2875When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
1920 <target>Короткий текÑÑ‚ предназначеный Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтоб раÑÑказать как можно поддержать Ваш канал (платформа Ñ Ð¿Ð°Ñ€Ñ‚Ð¸Ñипативным финанÑированием, итд.).&lt;br /&gt;&lt;br /&gt; 2876 <target>Короткий текÑÑ‚ Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, как оÑтальные могут помочь вашему каналу (платформа членÑтва...).&lt;br /&gt;&lt;br /&gt;
1921Когда Ð’Ñ‹ выÑтавите видео на Ñтот канал, Ñтот текÑÑ‚ будет показан автоматичеÑки.</target> 2877Когда вы загрузите видео на Ñтот канал, поле поддержки видео будет автоматичеÑки заполнено Ñтим текÑтом.</target>
1922 <context-group name="null"> 2878 <context-group name="null">
1923 <context context-type="linenumber">52</context> 2879 <context context-type="linenumber">52</context>
1924 </context-group> 2880 </context-group>
@@ -1930,23 +2886,30 @@ When you will upload a video in this channel, the video support field will be au
1930 <context context-type="linenumber">8</context> 2886 <context context-type="linenumber">8</context>
1931 </context-group> 2887 </context-group>
1932 </trans-unit> 2888 </trans-unit>
2889 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a">
2890 <source>You don't have any subscriptions yet.</source>
2891 <target>У Ð²Ð°Ñ ÐµÑ‰Ñ‘ нет подпиÑок.</target>
2892 <context-group name="null">
2893 <context context-type="linenumber">1</context>
2894 </context-group>
2895 </trans-unit>
1933 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add"> 2896 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add">
1934 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source> 2897 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
1935 <target>Созданно <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target> 2898 <target>Создан <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target>
1936 <context-group name="null"> 2899 <context-group name="null">
1937 <context context-type="linenumber">17</context> 2900 <context context-type="linenumber">17</context>
1938 </context-group> 2901 </context-group>
1939 </trans-unit> 2902 </trans-unit>
1940 <trans-unit id="e006ed166ce188cab168e1ca90435b33d042d913"> 2903 <trans-unit id="e006ed166ce188cab168e1ca90435b33d042d913">
1941 <source>Go the owner account page</source> 2904 <source>Go the owner account page</source>
1942 <target>Перейти на профиль ÑобÑтвенника</target> 2905 <target>Перейти на профиль владельца</target>
1943 <context-group name="null"> 2906 <context-group name="null">
1944 <context context-type="linenumber">16</context> 2907 <context context-type="linenumber">16</context>
1945 </context-group> 2908 </context-group>
1946 </trans-unit> 2909 </trans-unit>
1947 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804"> 2910 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804">
1948 <source>Accept ownership</source> 2911 <source>Accept ownership</source>
1949 <target>ПринÑÑ‚ÑŒ ÑобÑтвенника</target> 2912 <target>ПринÑÑ‚ÑŒ владельца</target>
1950 <context-group name="null"> 2913 <context-group name="null">
1951 <context context-type="linenumber">3</context> 2914 <context context-type="linenumber">3</context>
1952 </context-group> 2915 </context-group>
@@ -1955,7 +2918,7 @@ When you will upload a video in this channel, the video support field will be au
1955 <source>Select the target channel</source> 2918 <source>Select the target channel</source>
1956 <target>Выбрать канал-цель</target> 2919 <target>Выбрать канал-цель</target>
1957 <context-group name="null"> 2920 <context-group name="null">
1958 <context context-type="linenumber">9</context> 2921 <context context-type="linenumber">10</context>
1959 </context-group> 2922 </context-group>
1960 </trans-unit> 2923 </trans-unit>
1961 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740"> 2924 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
@@ -1996,14 +2959,102 @@ When you will upload a video in this channel, the video support field will be au
1996 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source> 2959 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
1997 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target> 2960 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
1998 <context-group name="null"> 2961 <context-group name="null">
2962 <context context-type="linenumber">38</context>
2963 </context-group>
2964 </trans-unit>
2965 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
2966 <source>Muted instances</source>
2967 <target>Заглушённые Ñерверы</target>
2968 <context-group name="null">
2969 <context context-type="linenumber">2</context>
2970 </context-group>
2971 </trans-unit>
2972 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
2973 <source>History enabled</source>
2974 <target>Включена иÑториÑ</target>
2975 <context-group name="null">
2976 <context context-type="linenumber">4</context>
2977 </context-group>
2978 </trans-unit>
2979 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
2980 <source>
2981 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2982 Delete history
2983 </source>
2984 <target>
2985 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2986 Удалить иÑторию
2987 </target>
2988 <context-group name="null">
2989 <context context-type="linenumber">7</context>
2990 </context-group>
2991 </trans-unit>
2992 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2993 <source>You don't have videos history yet.</source>
2994 <target>У Ð²Ð°Ñ ÐµÑ‰Ñ‘ нет иÑтории.</target>
2995 <context-group name="null">
2996 <context context-type="linenumber">14</context>
2997 </context-group>
2998 </trans-unit>
2999 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
3000 <source>
3001 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3002 Notification preferences
3003 </source>
3004 <target>
3005 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3006 ÐаÑтройки уведомлений
3007 </target>
3008 <context-group name="null">
3009 <context context-type="linenumber">2</context>
3010 </context-group>
3011 </trans-unit>
3012 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
3013 <source>
3014 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3015 Mark all as read
3016 </source>
3017 <target>
3018 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3019 Отметить вÑе как прочитанные
3020 </target>
3021 <context-group name="null">
3022 <context context-type="linenumber">7</context>
3023 </context-group>
3024 </trans-unit>
3025 <trans-unit id="be746a6e47e3388c7cf793aef8d7b44b86cc94f2">
3026 <source>Create a new playlist</source>
3027 <target>Создать новый плейлиÑÑ‚</target>
3028 <context-group name="null">
3029 <context context-type="linenumber">1</context>
3030 </context-group>
3031 </trans-unit>
3032 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
3033 <source>Privacy</source>
3034 <target>ПриватноÑÑ‚ÑŒ</target>
3035 <context-group name="null">
3036 <context context-type="linenumber">179</context>
3037 </context-group>
3038 </trans-unit>
3039 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
3040 <source>Channel</source>
3041 <target>Канал</target>
3042 <context-group name="null">
1999 <context context-type="linenumber">39</context> 3043 <context context-type="linenumber">39</context>
2000 </context-group> 3044 </context-group>
2001 </trans-unit> 3045 </trans-unit>
2002 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3046 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2003 <source>Refuse</source> 3047 <source>Upload thumbnail</source>
2004 <target>Отклонить</target> 3048 <target>ЗагрузиÑÑŒ облоÐку</target>
2005 <context-group name="null"> 3049 <context-group name="null">
2006 <context context-type="linenumber">47</context> 3050 <context context-type="linenumber">192</context>
3051 </context-group>
3052 </trans-unit>
3053 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861">
3054 <source>No videos in this playlist.</source>
3055 <target>Ðет видео в Ñтом плейлиÑте.</target>
3056 <context-group name="null">
3057 <context context-type="linenumber">11</context>
2007 </context-group> 3058 </context-group>
2008 </trans-unit> 3059 </trans-unit>
2009 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 3060 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
@@ -2013,6 +3064,13 @@ When you will upload a video in this channel, the video support field will be au
2013 <context context-type="linenumber">30</context> 3064 <context context-type="linenumber">30</context>
2014 </context-group> 3065 </context-group>
2015 </trans-unit> 3066 </trans-unit>
3067 <trans-unit id="0dd390d056411e1709ec97ec51c46d78600e3f7b">
3068 <source>Current password</source>
3069 <target>Текущий пароль</target>
3070 <context-group name="null">
3071 <context context-type="linenumber">7</context>
3072 </context-group>
3073 </trans-unit>
2016 <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229"> 3074 <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229">
2017 <source>New password</source> 3075 <source>New password</source>
2018 <target>Ðовый пароль</target> 3076 <target>Ðовый пароль</target>
@@ -2022,30 +3080,30 @@ When you will upload a video in this channel, the video support field will be au
2022 </trans-unit> 3080 </trans-unit>
2023 <trans-unit id="ede41f01c781b168a783cfcefc6fb67d48780d9b"> 3081 <trans-unit id="ede41f01c781b168a783cfcefc6fb67d48780d9b">
2024 <source>Confirm new password</source> 3082 <source>Confirm new password</source>
2025 <target>Подтвердить новый пароль</target> 3083 <target>Подтвердите новый пароль</target>
2026 <context-group name="null"> 3084 <context-group name="null">
2027 <context context-type="linenumber">23</context> 3085 <context context-type="linenumber">23</context>
2028 </context-group> 3086 </context-group>
2029 </trans-unit> 3087 </trans-unit>
2030 <trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129"> 3088 <trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129">
2031 <source>Default policy on videos containing sensitive content</source> 3089 <source>Default policy on videos containing sensitive content</source>
2032 <target>Политика по умолчанию каÑательно видео Ñодержащих нежелательный контент</target> 3090 <target>Политика каÑательно видео, Ñодержащих чувÑтвительный контент</target>
2033 <context-group name="null"> 3091 <context-group name="null">
2034 <context context-type="linenumber">3</context> 3092 <context context-type="linenumber">3</context>
2035 </context-group> 3093 </context-group>
2036 </trans-unit> 3094 </trans-unit>
2037 <trans-unit id="fb17c44abac2d1ed2a54cdd28bae289dc0b9a1c2"> 3095 <trans-unit id="d044c51156e295824813a866dba9545bdb59466b">
2038 <source>Automatically plays video</source> 3096 <source>Use WebTorrent to exchange parts of the video with others</source>
2039 <target>ВоÑпроизводить автоматичеÑки видео</target> 3097 <target>ИÑпользуйте WebTorrent Ð´Ð»Ñ Ð¾Ð±Ð¼ÐµÐ½Ð° чаÑÑ‚Ñми видео Ñ Ð´Ñ€ÑƒÐ³Ð¸Ð¼Ð¸ пользователÑми</target>
2040 <context-group name="null"> 3098 <context-group name="null">
2041 <context context-type="linenumber">28</context> 3099 <context context-type="linenumber">21</context>
2042 </context-group> 3100 </context-group>
2043 </trans-unit> 3101 </trans-unit>
2044 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 3102 <trans-unit id="fb17c44abac2d1ed2a54cdd28bae289dc0b9a1c2">
2045 <source>Save</source> 3103 <source>Automatically plays video</source>
2046 <target>СоÑранить</target> 3104 <target>ÐвтоматичеÑки воÑпроизводить видео</target>
2047 <context-group name="null"> 3105 <context-group name="null">
2048 <context context-type="linenumber">32</context> 3106 <context context-type="linenumber">28</context>
2049 </context-group> 3107 </context-group>
2050 </trans-unit> 3108 </trans-unit>
2051 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 3109 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
@@ -2057,7 +3115,7 @@ When you will upload a video in this channel, the video support field will be au
2057 </trans-unit> 3115 </trans-unit>
2058 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503"> 3116 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503">
2059 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source> 3117 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source>
2060 <target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> подпиÑчики</target> 3118 <target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> подпиÑчиков</target>
2061 <context-group name="null"> 3119 <context-group name="null">
2062 <context context-type="linenumber">10</context> 3120 <context context-type="linenumber">10</context>
2063 </context-group> 3121 </context-group>
@@ -2071,11 +3129,39 @@ When you will upload a video in this channel, the video support field will be au
2071 </trans-unit> 3129 </trans-unit>
2072 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9"> 3130 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9">
2073 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source> 3131 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source>
2074 <target>(раÑшинениÑ: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, макÑимальный размер: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target> 3132 <target>(раÑширениÑ: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, макÑимальный размер: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target>
2075 <context-group name="null"> 3133 <context-group name="null">
2076 <context context-type="linenumber">18</context> 3134 <context context-type="linenumber">18</context>
2077 </context-group> 3135 </context-group>
2078 </trans-unit> 3136 </trans-unit>
3137 <trans-unit id="d1a04ba05116499d4cf59a48a282a8bcbf5b622d">
3138 <source>Once you delete your account, there is no going back. Please be certain.</source>
3139 <target>ЕÑли вы удалите Ñвой аккаунт, то вернуть его не получитÑÑ. Имейте в виду.</target>
3140 <context-group name="null">
3141 <context context-type="linenumber">2</context>
3142 </context-group>
3143 </trans-unit>
3144 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45">
3145 <source>Delete your account</source>
3146 <target>Удалить мой аккаунт</target>
3147 <context-group name="null">
3148 <context context-type="linenumber">4</context>
3149 </context-group>
3150 </trans-unit>
3151 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
3152 <source>Activities</source>
3153 <target>ÐктивноÑÑ‚ÑŒ</target>
3154 <context-group name="null">
3155 <context context-type="linenumber">2</context>
3156 </context-group>
3157 </trans-unit>
3158 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
3159 <source>Web</source>
3160 <target>Веб</target>
3161 <context-group name="null">
3162 <context context-type="linenumber">3</context>
3163 </context-group>
3164 </trans-unit>
2079 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd"> 3165 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd">
2080 <source> 3166 <source>
2081 Sorry, but we couldn't find the page you were looking for. 3167 Sorry, but we couldn't find the page you were looking for.
@@ -2087,12 +3173,23 @@ When you will upload a video in this channel, the video support field will be au
2087 <context context-type="linenumber">1</context> 3173 <context context-type="linenumber">1</context>
2088 </context-group> 3174 </context-group>
2089 </trans-unit> 3175 </trans-unit>
3176 <trans-unit id="09a69cde5889927629e2ac9dc63a71b88252b530">
3177 <source>
3178 Verify account email confirmation
3179 </source>
3180 <target>
3181 Подтверждение Ñлектронной почты пользователÑ
3182 </target>
3183 <context-group name="null">
3184 <context context-type="linenumber">2</context>
3185 </context-group>
3186 </trans-unit>
2090 <trans-unit id="066569dd934e07e4a5f70c415692be17d5715b57"> 3187 <trans-unit id="066569dd934e07e4a5f70c415692be17d5715b57">
2091 <source> 3188 <source>
2092 Your email has been verified and you may now login. Redirecting... 3189 Your email has been verified and you may now login. Redirecting...
2093 </source> 3190 </source>
2094 <target> 3191 <target>
2095 Ваше Ñлектронный Ð°Ð´Ñ€ÐµÑ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐµÐ½ и Ð’Ñ‹ можете авторизироватьÑÑ. ПереадреÑациÑ... 3192 Ваша ÑÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð° была подтверждена и вы теперь можете авторизоватьÑÑ. ПереадреÑациÑ...
2096 </target> 3193 </target>
2097 <context-group name="null"> 3194 <context-group name="null">
2098 <context context-type="linenumber">6</context> 3195 <context context-type="linenumber">6</context>
@@ -2110,7 +3207,7 @@ When you will upload a video in this channel, the video support field will be au
2110 Request email for account verification 3207 Request email for account verification
2111 </source> 3208 </source>
2112 <target> 3209 <target>
2113 Получить имейл Ð´Ð»Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑÐÐ´ÐµÐ½Ð¸Ñ ÑƒÑ‡ÐµÑ‚Ð½Ð¾Ð¹ запиÑи 3210 Получить Ñлектронное пиÑьмо Ð´Ð»Ñ Ð°ÐºÑ‚Ð¸Ð²Ð°Ñии аккаунÑа
2114 </target> 3211 </target>
2115 <context-group name="null"> 3212 <context-group name="null">
2116 <context context-type="linenumber">2</context> 3213 <context context-type="linenumber">2</context>
@@ -2130,6 +3227,13 @@ When you will upload a video in this channel, the video support field will be au
2130 <context context-type="linenumber">20</context> 3227 <context context-type="linenumber">20</context>
2131 </context-group> 3228 </context-group>
2132 </trans-unit> 3229 </trans-unit>
3230 <trans-unit id="b207b668dc1d056cd7557ffa3b41f1fd0865f93d">
3231 <source>Video playlists</source>
3232 <target>Видео плейлиÑÑ‚Ñ‹</target>
3233 <context-group name="null">
3234 <context context-type="linenumber">25</context>
3235 </context-group>
3236 </trans-unit>
2133 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8"> 3237 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
2134 <source>Support this channel</source> 3238 <source>Support this channel</source>
2135 <target>Поддержать Ñтот канал</target> 3239 <target>Поддержать Ñтот канал</target>
@@ -2139,18 +3243,1466 @@ When you will upload a video in this channel, the video support field will be au
2139 </trans-unit> 3243 </trans-unit>
2140 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40"> 3244 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40">
2141 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source> 3245 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source>
2142 <target>Создано <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target> 3246 <target>Создан <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target>
2143 <context-group name="null"> 3247 <context-group name="null">
2144 <context context-type="linenumber">17</context> 3248 <context context-type="linenumber">17</context>
2145 </context-group> 3249 </context-group>
2146 </trans-unit> 3250 </trans-unit>
3251 <trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e">
3252 <source>
3253 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
3254</source>
3255 <target>
3256 Создано <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> плейлиÑтов
3257</target>
3258 <context-group name="null">
3259 <context context-type="linenumber">1</context>
3260 </context-group>
3261 </trans-unit>
3262 <trans-unit id="fbbe62dee434f0521e0dfb8e3957d92fc5fcd76f">
3263 <source>This channel does not have playlists.</source>
3264 <target>Этот канал не имеет плейлиÑтов.</target>
3265 <context-group name="null">
3266 <context context-type="linenumber">5</context>
3267 </context-group>
3268 </trans-unit>
2147 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6"> 3269 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
2148 <source>URL</source> 3270 <source>URL</source>
2149 <target>URL</target> 3271 <target>URL</target>
2150 <context-group name="null"> 3272 <context-group name="null">
3273 <context context-type="linenumber">25</context>
3274 </context-group>
3275 </trans-unit>
3276 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
3277 <source>You can import any URL &lt;a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'&gt;supported by youtube-dl&lt;/a&gt; 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.</source>
3278 <target>Ð’Ñ‹ можете импортировать любой URL-адреÑ, &lt;a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'&gt;поддерживаемый youtube-dl&lt;/a&gt;, или URL-адреÑ, указывающий на необработанный MP4-файл. Ð’Ñ‹ должны убедитьÑÑ, что у Ð²Ð°Ñ ÐµÑÑ‚ÑŒ права на раÑпроÑтранение контента, на который он указывает, в противном Ñлучае Ñто может Ñоздать юридичеÑкие проблемы Ð´Ð»Ñ Ð²Ð°Ñ Ð¸ вашего Ñервера.</target>
3279 <context-group name="null">
3280 <context context-type="linenumber">9</context>
3281 </context-group>
3282 </trans-unit>
3283 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
3284 <source>Sorry, but something went wrong</source>
3285 <target>Извините, но что-то пошло не так</target>
3286 <context-group name="null">
3287 <context context-type="linenumber">49</context>
3288 </context-group>
3289 </trans-unit>
3290 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
3291 <source>
3292 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
3293</source>
3294 <target>
3295 ПоздравлÑем, видео под <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> было импортировано! Ð’Ñ‹ теперь можете добавить информацию об Ñтом видео.
3296</target>
3297 <context-group name="null">
3298 <context context-type="linenumber">46</context>
3299 </context-group>
3300 </trans-unit>
3301 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
3302 <source>Update</source>
3303 <target>Обновить</target>
3304 <context-group name="null">
3305 <context context-type="linenumber">17</context>
3306 </context-group>
3307 </trans-unit>
3308 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
3309 <source>Select the file to upload</source>
3310 <target>Выберите файл Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸</target>
3311 <context-group name="null">
3312 <context context-type="linenumber">6</context>
3313 </context-group>
3314 </trans-unit>
3315 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb">
3316 <source>Scheduled</source>
3317 <target>Запланировано</target>
3318 <context-group name="null">
3319 <context context-type="linenumber">25</context>
3320 </context-group>
3321 </trans-unit>
3322 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
3323 <source>
3324 Congratulations! Your video is now available in your private library.
3325</source>
3326 <target>
3327 ПоздравлÑем! Ваше видео теперь находитÑÑ Ð² вашей приватной библиотеке.
3328</target>
3329 <context-group name="null">
3330 <context context-type="linenumber">45</context>
3331 </context-group>
3332 </trans-unit>
3333 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
3334 <source>Publish will be available when upload is finished</source>
3335 <target>ÐŸÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ñ Ð¿Ñ€Ð¾Ð¸Ð·Ð¾Ð¹Ð´Ñ‘Ñ‚, когда загрузка будет завершена</target>
3336 <context-group name="null">
3337 <context context-type="linenumber">58</context>
3338 </context-group>
3339 </trans-unit>
3340 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
3341 <source>Publish</source>
3342 <target>Опубликовать</target>
3343 <context-group name="null">
3344 <context context-type="linenumber">65</context>
3345 </context-group>
3346 </trans-unit>
3347 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
3348 <source>Select the torrent to import</source>
3349 <target>Выберите торрент Ð´Ð»Ñ Ð¸Ð¼Ð¿Ð¾Ñ€Ñ‚Ð°</target>
3350 <context-group name="null">
3351 <context context-type="linenumber">6</context>
3352 </context-group>
3353 </trans-unit>
3354 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc">
3355 <source>Or</source>
3356 <target>Или</target>
3357 <context-group name="null">
3358 <context context-type="linenumber">11</context>
3359 </context-group>
3360 </trans-unit>
3361 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
3362 <source>Paste magnet URI</source>
3363 <target>Ð’Ñтавьте магнет-ÑÑылку</target>
3364 <context-group name="null">
3365 <context context-type="linenumber">14</context>
3366 </context-group>
3367 </trans-unit>
3368 <trans-unit id="1ce18c12c809a738f05f2290f46df0677f27ed70">
3369 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source>
3370 <target>Ð’Ñ‹ можете импортировать любой торрент-файл, указывающий на файл mp4. Ð’Ñ‹ должны убедитьÑÑ, что у Ð²Ð°Ñ ÐµÑÑ‚ÑŒ права на раÑпроÑтранение контента, на который он указывает, в противном Ñлучае Ñто может Ñоздать юридичеÑкие проблемы Ð´Ð»Ñ Ð²Ð°Ñ Ð¸ вашего Ñервера.</target>
3371 <context-group name="null">
3372 <context context-type="linenumber">17</context>
3373 </context-group>
3374 </trans-unit>
3375 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
3376 <source>
3377 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
3378</source>
3379 <target>
3380 ПоздравлÑем, видео было импортировано Ñ BitTorrent! Ð’Ñ‹ теперь можете добавить информацию об Ñтом видео.
3381</target>
3382 <context-group name="null">
3383 <context context-type="linenumber">53</context>
3384 </context-group>
3385 </trans-unit>
3386 <trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860">
3387 <source>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
3388 <target>Импортировать <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
3389 <context-group name="null">
3390 <context context-type="linenumber">3</context>
3391 </context-group>
3392 </trans-unit>
3393 <trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5">
3394 <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
3395 <target>Загрузить <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
3396 <context-group name="null">
3397 <context context-type="linenumber">4</context>
3398 </context-group>
3399 </trans-unit>
3400 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3">
3401 <source>Upload a file</source>
3402 <target>Загрузить файл</target>
3403 <context-group name="null">
3404 <context context-type="linenumber">10</context>
3405 </context-group>
3406 </trans-unit>
3407 <trans-unit id="fc865859d33eab6fa0a8015233e4686cd544d470">
3408 <source>Import with URL</source>
3409 <target>Импортировать Ñ URL</target>
3410 <context-group name="null">
3411 <context context-type="linenumber">17</context>
3412 </context-group>
3413 </trans-unit>
3414 <trans-unit id="752c401d7dcd708944eef60e411187f71d882340">
3415 <source>Import with torrent</source>
3416 <target>Импортировать Ñ Ñ‚Ð¾Ñ€Ñ€ÐµÐ½Ñ‚-файла</target>
3417 <context-group name="null">
3418 <context context-type="linenumber">24</context>
3419 </context-group>
3420 </trans-unit>
3421 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
3422 <source>Add caption</source>
3423 <target>Добавить заголовок</target>
3424 <context-group name="null">
3425 <context context-type="linenumber">5</context>
3426 </context-group>
3427 </trans-unit>
3428 <trans-unit id="6bad752cfcac8f3572bdf2c619daec683d56d1a8">
3429 <source>Select the caption file</source>
3430 <target>Выберите файл заголовка</target>
3431 <context-group name="null">
3432 <context context-type="linenumber">24</context>
3433 </context-group>
3434 </trans-unit>
3435 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3">
3436 <source>
3437 This will replace an existing caption!
3438 </source>
3439 <target>
3440 Это заменит ÑущеÑтвующий заголовок!
3441 </target>
3442 <context-group name="null">
3443 <context context-type="linenumber">29</context>
3444 </context-group>
3445 </trans-unit>
3446 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
3447 <source>Add this caption</source>
3448 <target>Добавить Ñтот заголовок</target>
3449 <context-group name="null">
3450 <context context-type="linenumber">40</context>
3451 </context-group>
3452 </trans-unit>
3453 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
3454 <source>Title</source>
3455 <target>Ðазвание</target>
3456 <context-group name="null">
3457 <context context-type="linenumber">9</context>
3458 </context-group>
3459 </trans-unit>
3460 <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b">
3461 <source>Tags</source>
3462 <target>Теги</target>
3463 <context-group name="null">
3464 <context context-type="linenumber">216</context>
3465 </context-group>
3466 </trans-unit>
3467 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
3468 <source>Tags could be used to suggest relevant recommendations.&lt;/br&gt;Press Enter to add a new tag.</source>
3469 <target>Теги могут быть иÑпользованы, чтобы предложить ÑоответÑтвующие рекомендации.&lt;/br&gt;Ðажмите Enter, чтобы добавить новый тег.</target>
3470 <context-group name="null">
3471 <context context-type="linenumber">18</context>
3472 </context-group>
3473 </trans-unit>
3474 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
3475 <source>+ Tag</source>
3476 <target>+ Тег</target>
3477 <context-group name="null">
3478 <context context-type="linenumber">21</context>
3479 </context-group>
3480 </trans-unit>
3481 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
3482 <source>Enter a new tag</source>
3483 <target>Введите новый тег</target>
3484 <context-group name="null">
3485 <context context-type="linenumber">21</context>
3486 </context-group>
3487 </trans-unit>
3488 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e">
3489 <source>Video descriptions are truncated by default and require manual action to expand them.</source>
3490 <target>ОпиÑÐ°Ð½Ð¸Ñ Ð²Ð¸Ð´ÐµÐ¾Ñ„Ð°Ð¹Ð»Ð¾Ð² по умолчанию Ñокращены и требуют дейÑтвий вручную Ð´Ð»Ñ Ð¸Ñ… раÑширениÑ.</target>
3491 <context-group name="null">
3492 <context context-type="linenumber">28</context>
3493 </context-group>
3494 </trans-unit>
3495 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
3496 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
3497 <target>Ð—Ð°Ð¿Ð»Ð°Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð°Ñ Ð¿ÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ñ (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
3498 <context-group name="null">
3499 <context context-type="linenumber">105</context>
3500 </context-group>
3501 </trans-unit>
3502 <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee">
3503 <source>This video contains mature or explicit content</source>
3504 <target>Это видео Ñодержит зрелый или откровенный контент</target>
3505 <context-group name="null">
3506 <context context-type="linenumber">119</context>
3507 </context-group>
3508 </trans-unit>
3509 <trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644">
3510 <source>Some instances do not list videos containing mature or explicit content by default.</source>
3511 <target>Ð’ некоторых ÑлучаÑÑ… видеоролики, Ñодержащий зрелый или откровенный контент, по умолчанию не перечиÑлÑÑŽÑ‚ÑÑ.</target>
3512 <context-group name="null">
3513 <context context-type="linenumber">120</context>
3514 </context-group>
3515 </trans-unit>
3516 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
3517 <source>Wait transcoding before publishing the video</source>
3518 <target>Подождите транÑкодированиÑ, прежде чем публиковать видео.</target>
3519 <context-group name="null">
3520 <context context-type="linenumber">126</context>
3521 </context-group>
3522 </trans-unit>
3523 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
3524 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
3525 <target>ЕÑли вы решите не ждать транÑÐºÐ¾Ð´Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿ÐµÑ€ÐµÐ´ публикацией видео, оно может быть недоÑтупно Ð´Ð»Ñ Ð²Ð¾ÑÐ¿Ñ€Ð¾Ð¸Ð·Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð´Ð¾ Ð¾ÐºÐ¾Ð½Ñ‡Ð°Ð½Ð¸Ñ Ñ‚Ñ€Ð°Ð½ÑкодированиÑ.</target>
3526 <context-group name="null">
3527 <context context-type="linenumber">127</context>
3528 </context-group>
3529 </trans-unit>
3530 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
3531 <source>Basic info</source>
3532 <target>Ð‘Ð°Ð·Ð¾Ð²Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ</target>
3533 <context-group name="null">
3534 <context context-type="linenumber">4</context>
3535 </context-group>
3536 </trans-unit>
3537 <trans-unit id="92bcfd1d237a2bfe48dc9f46d074ed26abc8df22">
3538 <source>Add another caption</source>
3539 <target>Добавить другой заголовок</target>
3540 <context-group name="null">
3541 <context context-type="linenumber">142</context>
3542 </context-group>
3543 </trans-unit>
3544 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
3545 <source>See the subtitle file</source>
3546 <target>ПоÑмотреть файл Ñ Ñубтитрами</target>
3547 <context-group name="null">
3548 <context context-type="linenumber">151</context>
3549 </context-group>
3550 </trans-unit>
3551 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
3552 <source>Already uploaded ✔</source>
3553 <target>Уже загружено ✔</target>
3554 <context-group name="null">
3555 <context context-type="linenumber">155</context>
3556 </context-group>
3557 </trans-unit>
3558 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
3559 <source>Will be created on update</source>
3560 <target>Будет Ñоздан поÑле обновлениÑ</target>
3561 <context-group name="null">
3562 <context context-type="linenumber">163</context>
3563 </context-group>
3564 </trans-unit>
3565 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
3566 <source>Cancel create</source>
3567 <target>Отменить Ñоздание</target>
3568 <context-group name="null">
3569 <context context-type="linenumber">165</context>
3570 </context-group>
3571 </trans-unit>
3572 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
3573 <source>Will be deleted on update</source>
3574 <target>Будет удалено поÑле обновлениÑ</target>
3575 <context-group name="null">
3576 <context context-type="linenumber">171</context>
3577 </context-group>
3578 </trans-unit>
3579 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
3580 <source>Cancel deletion</source>
3581 <target>Отменить удаление</target>
3582 <context-group name="null">
3583 <context context-type="linenumber">173</context>
3584 </context-group>
3585 </trans-unit>
3586 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
3587 <source>
3588 No captions for now.
3589 </source>
3590 <target>
3591 Ðет заголовков.
3592 </target>
3593 <context-group name="null">
3594 <context context-type="linenumber">178</context>
3595 </context-group>
3596 </trans-unit>
3597 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
3598 <source>Captions</source>
3599 <target>Заголовки</target>
3600 <context-group name="null">
3601 <context context-type="linenumber">135</context>
3602 </context-group>
3603 </trans-unit>
3604 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
3605 <source>Upload preview</source>
3606 <target>Загрузить превью</target>
3607 <context-group name="null">
3608 <context context-type="linenumber">199</context>
3609 </context-group>
3610 </trans-unit>
3611 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
3612 <source>Support</source>
3613 <target>Поддержка</target>
3614 <context-group name="null">
3615 <context context-type="linenumber">103</context>
3616 </context-group>
3617 </trans-unit>
3618 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
3619 <source>Short text to tell people how they can support you (membership platform...).</source>
3620 <target>Короткий текÑÑ‚ Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, как оÑтальные могут помочь вашему каналу (платформа членÑтва...).</target>
3621 <context-group name="null">
3622 <context context-type="linenumber">206</context>
3623 </context-group>
3624 </trans-unit>
3625 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
3626 <source>Original publication date</source>
3627 <target>ÐžÑ€Ð¸Ð³Ð¸Ð½Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð°Ñ‚Ð° публикации</target>
3628 <context-group name="null">
3629 <context context-type="linenumber">219</context>
3630 </context-group>
3631 </trans-unit>
3632 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
3633 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
3634 <target>Это дата, когда контент был опубликован (например, дата выпуÑка фильма)</target>
3635 <context-group name="null">
3636 <context context-type="linenumber">220</context>
3637 </context-group>
3638 </trans-unit>
3639 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3640 <source>Enable video comments</source>
3641 <target>Включить комментарии</target>
3642 <context-group name="null">
3643 <context context-type="linenumber">234</context>
3644 </context-group>
3645 </trans-unit>
3646 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
3647 <source>Enable download</source>
3648 <target>Разрешить Ñкачивание видео</target>
3649 <context-group name="null">
3650 <context context-type="linenumber">239</context>
3651 </context-group>
3652 </trans-unit>
3653 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
3654 <source>Advanced settings</source>
3655 <target>Дополнительные наÑтройки</target>
3656 <context-group name="null">
3657 <context context-type="linenumber">186</context>
3658 </context-group>
3659 </trans-unit>
3660 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
3661 <source>
3662 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
3663 </source>
3664 <target>
3665 Обновить <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
3666 </target>
3667 <context-group name="null">
3668 <context context-type="linenumber">2</context>
3669 </context-group>
3670 </trans-unit>
3671 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
3672 <source>Share</source>
3673 <target>ПоделитьÑÑ</target>
3674 <context-group name="null">
3675 <context context-type="linenumber">108</context>
3676 </context-group>
3677 </trans-unit>
3678 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
3679 <source>QR-Code</source>
3680 <target>QR код</target>
3681 <context-group name="null">
3682 <context context-type="linenumber">37</context>
3683 </context-group>
3684 </trans-unit>
3685 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3686 <source>Embed</source>
3687 <target>Ð’Ñтроить</target>
3688 <context-group name="null">
3689 <context context-type="linenumber">42</context>
3690 </context-group>
3691 </trans-unit>
3692 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
3693 <source>
3694 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).
3695 </source>
3696 <target>
3697 URL-Ð°Ð´Ñ€ÐµÑ Ð½Ðµ защищён (не HTTPS), поÑтому видео не будет работать на Ñайтах Ñ HTTPS (веб-браузеры блокируют не защищённые HTTP запроÑÑ‹ на веб-Ñайтах HTTPS).
3698 </target>
3699 <context-group name="null">
3700 <context context-type="linenumber">53</context>
3701 </context-group>
3702 </trans-unit>
3703 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3704 <source>Close</source>
3705 <target>Закрыть</target>
3706 <context-group name="null">
3707 <context context-type="linenumber">59</context>
3708 </context-group>
3709 </trans-unit>
3710 <trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99">
3711 <source>Public</source>
3712 <target>Опубликовать</target>
3713 <context-group name="null">
3714 <context context-type="linenumber">19</context>
3715 </context-group>
3716 </trans-unit>
3717 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3718 <source>This video is blacklisted.</source>
3719 <target>Видео было заблокировано.</target>
3720 <context-group name="null">
3721 <context context-type="linenumber">57</context>
3722 </context-group>
3723 </trans-unit>
3724 <trans-unit id="99686034581579c92a971f4eeebd2c072c812e2d">
3725 <source>
3726 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3727 </source>
3728 <target>
3729 Опубликовано <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> проÑмотров
3730 </target>
3731 <context-group name="null">
3732 <context context-type="linenumber">69</context>
3733 </context-group>
3734 </trans-unit>
3735 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
3736 <source>
3737 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3738 </source>
3739 <target>
3740 Опубликовано <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> проÑмотров
3741 </target>
3742 <context-group name="null">
3743 <context context-type="linenumber">78</context>
3744 </context-group>
3745 </trans-unit>
3746 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3747 <source>Like this video</source>
3748 <target>Мне понравилоÑÑŒ</target>
3749 <context-group name="null">
3750 <context context-type="linenumber">88</context>
3751 </context-group>
3752 </trans-unit>
3753 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3754 <source>Dislike this video</source>
3755 <target>Мне не понравилоÑÑŒ</target>
3756 <context-group name="null">
3757 <context context-type="linenumber">96</context>
3758 </context-group>
3759 </trans-unit>
3760 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3761 <source>Go the channel page</source>
3762 <target>Перейти на Ñтраницу канала</target>
3763 <context-group name="null">
3764 <context context-type="linenumber">143</context>
3765 </context-group>
3766 </trans-unit>
3767 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3768 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3769 <target>Создано <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3770 <context-group name="null">
3771 <context context-type="linenumber">154</context>
3772 </context-group>
3773 </trans-unit>
3774 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3775 <source>Show more</source>
3776 <target>Показать больше</target>
3777 <context-group name="null">
3778 <context context-type="linenumber">166</context>
3779 </context-group>
3780 </trans-unit>
3781 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3782 <source>Show less</source>
3783 <target>Показать меньше</target>
3784 <context-group name="null">
3785 <context context-type="linenumber">172</context>
3786 </context-group>
3787 </trans-unit>
3788 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3789 <source>Originally published</source>
3790 <target>Официально опубликовано</target>
3791 <context-group name="null">
3792 <context context-type="linenumber">184</context>
3793 </context-group>
3794 </trans-unit>
3795 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3796 <source>Friendly Reminder: </source>
3797 <target>Дружелюбное напоминание: </target>
3798 <context-group name="null">
3799 <context context-type="linenumber">232</context>
3800 </context-group>
3801 </trans-unit>
3802 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
3803 <source>
3804 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.
3805 </source>
3806 <target>
3807 ÑиÑтема обмена данными, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐµÐ¼Ð°Ñ Ð´Ð»Ñ Ñтого видео, подразумевает, что Ð½ÐµÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ñ‚ÐµÑ…Ð½Ð¸Ñ‡ÐµÑÐºÐ°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ вашей ÑиÑтеме (например, публичный IP-адреÑ) может быть отправлена другим пользователÑм.
3808 </target>
3809 <context-group name="null">
3810 <context context-type="linenumber">233</context>
3811 </context-group>
3812 </trans-unit>
3813 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3814 <source>More information</source>
3815 <target>Подробнее</target>
3816 <context-group name="null">
3817 <context context-type="linenumber">236</context>
3818 </context-group>
3819 </trans-unit>
3820 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3821 <source>Get more information</source>
3822 <target>Получить подробную информацию</target>
3823 <context-group name="null">
3824 <context context-type="linenumber">236</context>
3825 </context-group>
3826 </trans-unit>
3827 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
3828 <source>
3829 OK
3830 </source>
3831 <target>
3832 OK
3833 </target>
3834 <context-group name="null">
3835 <context context-type="linenumber">239</context>
3836 </context-group>
3837 </trans-unit>
3838 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
3839 <source>
3840 Other videos
3841 </source>
3842 <target>
3843 Похожие видео
3844 </target>
3845 <context-group name="null">
3846 <context context-type="linenumber">2</context>
3847 </context-group>
3848 </trans-unit>
3849 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7">
3850 <source>
3851 Comments
3852 </source>
3853 <target>
3854 Комментарии
3855 </target>
3856 <context-group name="null">
3857 <context context-type="linenumber">3</context>
3858 </context-group>
3859 </trans-unit>
3860 <trans-unit id="17810e68b0ba21e62e61eecfaf0a93b2c91033b4">
3861 <source>No comments.</source>
3862 <target>Ðет комментариев.</target>
3863 <context-group name="null">
2151 <context context-type="linenumber">17</context> 3864 <context context-type="linenumber">17</context>
2152 </context-group> 3865 </context-group>
2153 </trans-unit> 3866 </trans-unit>
3867 <trans-unit id="69c081796209e45e26af91152ec9bd0a65ec261e">
3868 <source>View all <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3869 <target>Показать вÑе <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> ответов</target>
3870 <context-group name="null">
3871 <context context-type="linenumber">54</context>
3872 </context-group>
3873 </trans-unit>
3874 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3875 <source>
3876 Comments are disabled.
3877 </source>
3878 <target>
3879 Комментарии отключены.
3880 </target>
3881 <context-group name="null">
3882 <context context-type="linenumber">63</context>
3883 </context-group>
3884 </trans-unit>
3885 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3886 <source>Add comment...</source>
3887 <target>Добавить комментарий...</target>
3888 <context-group name="null">
3889 <context context-type="linenumber">6</context>
3890 </context-group>
3891 </trans-unit>
3892 <trans-unit id="26fa50ba8e69b53162b348d98e25f8b76c81343e">
3893 <source>
3894 Post comment
3895 </source>
3896 <target>
3897 Отправить комментарий
3898 </target>
3899 <context-group name="null">
3900 <context context-type="linenumber">20</context>
3901 </context-group>
3902 </trans-unit>
3903 <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135">
3904 <source>You are one step away from commenting</source>
3905 <target>Ð’Ñ‹ вÑего в одном шаге от комментариев</target>
3906 <context-group name="null">
3907 <context context-type="linenumber">28</context>
3908 </context-group>
3909 </trans-unit>
3910 <trans-unit id="7984a44ce86b961f4f18c9a58c638f5e8f07a225">
3911 <source>
3912 If you have an account on this instance, you can login:
3913 </source>
3914 <target>
3915 ЕÑли у Ð²Ð°Ñ ÐµÑÑ‚ÑŒ Ñвой аккаунт на Ñтом Ñервере, вы можете авторизоватьÑÑ:
3916 </target>
3917 <context-group name="null">
3918 <context context-type="linenumber">32</context>
3919 </context-group>
3920 </trans-unit>
3921 <trans-unit id="afe0ad39fee662489f1033e53aea3e16a7e89228">
3922 <source>login to comment</source>
3923 <target>Ð°Ð²Ñ‚Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð´Ð»Ñ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ</target>
3924 <context-group name="null">
3925 <context context-type="linenumber">35</context>
3926 </context-group>
3927 </trans-unit>
3928 <trans-unit id="a5a3f17c9b4876952d78363834d57280c8684e7c">
3929 <source>
3930 Otherwise you can comment using an account on any ActivityPub-compatible instance.
3931 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3932 from within the software's interface.
3933 </source>
3934 <target>
3935 Иначе вы можете прокомментировать иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ ÑƒÑ‡ÐµÑ‚Ð½ÑƒÑŽ запиÑÑŒ на любом Ñервере, ÑовмеÑтимом Ñ ActivityPub.
3936 Ðа большинÑтве платформ, вы можете найти видео, набрав его URL-Ð°Ð´Ñ€ÐµÑ Ð² Ñтроке поиÑка, а затем прокомментировать его
3937 из интерфейÑа программного обеÑпечениÑ.
3938 </target>
3939 <context-group name="null">
3940 <context context-type="linenumber">36</context>
3941 </context-group>
3942 </trans-unit>
3943 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb">
3944 <source>
3945 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
3946 </source>
3947 <target>
3948 ЕÑли у Ð²Ð°Ñ ÐµÑÑ‚ÑŒ аккаунт на Mastodon или Pleroma, вы можете открыть Ñто непоÑредÑтвенно в их интерфейÑе:
3949 </target>
3950 <context-group name="null">
3951 <context context-type="linenumber">41</context>
3952 </context-group>
3953 </trans-unit>
3954 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285">
3955 <source>Highlighted comment</source>
3956 <target>Выделенный комментарий</target>
3957 <context-group name="null">
3958 <context context-type="linenumber">5</context>
3959 </context-group>
3960 </trans-unit>
3961 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6">
3962 <source>Reply</source>
3963 <target>Ответить</target>
3964 <context-group name="null">
3965 <context context-type="linenumber">14</context>
3966 </context-group>
3967 </trans-unit>
3968 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
3969 <source>Cannot get about information from server</source>
3970 <target>Ðевозможно получить информацию от Ñервера</target>
3971 <context-group name="null">
3972 <context context-type="linenumber">1</context>
3973 </context-group>
3974 </trans-unit>
3975 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
3976 <source>Your message has been sent.</source>
3977 <target>Ваше Ñообщение было отправлено.</target>
3978 <context-group name="null">
3979 <context context-type="linenumber">1</context>
3980 </context-group>
3981 </trans-unit>
3982 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
3983 <source>You already sent this form recently</source>
3984 <target>Ð’Ñ‹ уже отправили Ñту форму ÑовÑем недавно</target>
3985 <context-group name="null">
3986 <context context-type="linenumber">1</context>
3987 </context-group>
3988 </trans-unit>
3989 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
3990 <source>No description</source>
3991 <target>Ðет опиÑаниÑ</target>
3992 <context-group name="null">
3993 <context context-type="linenumber">1</context>
3994 </context-group>
3995 </trans-unit>
3996 <trans-unit id="2f03e577e8f81a9f8be0095f93e1f9376c6eedc9">
3997 <source>Published videos</source>
3998 <target>Опубликованные видео</target>
3999 <context-group name="null">
4000 <context context-type="linenumber">1</context>
4001 </context-group>
4002 </trans-unit>
4003 <trans-unit id="369ef5e9c0dd1251abdbf699a5db408bca10777f">
4004 <source>Published <x id="INTERPOLATION" equiv-text="{{totalVideos}}"/> videos</source>
4005 <target>Опубликовано <x id="INTERPOLATION" equiv-text="{{totalVideos}}"/> видео</target>
4006 <context-group name="null">
4007 <context context-type="linenumber">1</context>
4008 </context-group>
4009 </trans-unit>
4010 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
4011 <source>240p</source>
4012 <target>240p</target>
4013 <context-group name="null">
4014 <context context-type="linenumber">1</context>
4015 </context-group>
4016 </trans-unit>
4017 <trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e">
4018 <source>360p</source>
4019 <target>360p</target>
4020 <context-group name="null">
4021 <context context-type="linenumber">1</context>
4022 </context-group>
4023 </trans-unit>
4024 <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5">
4025 <source>480p</source>
4026 <target>480p</target>
4027 <context-group name="null">
4028 <context context-type="linenumber">1</context>
4029 </context-group>
4030 </trans-unit>
4031 <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2">
4032 <source>720p</source>
4033 <target>720p</target>
4034 <context-group name="null">
4035 <context context-type="linenumber">1</context>
4036 </context-group>
4037 </trans-unit>
4038 <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9">
4039 <source>1080p</source>
4040 <target>1080p</target>
4041 <context-group name="null">
4042 <context context-type="linenumber">1</context>
4043 </context-group>
4044 </trans-unit>
4045 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111">
4046 <source>Auto (via ffmpeg)</source>
4047 <target>Ðвто (иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ ffmpeg)</target>
4048 <context-group name="null">
4049 <context context-type="linenumber">1</context>
4050 </context-group>
4051 </trans-unit>
4052 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048">
4053 <source>Configuration updated.</source>
4054 <target>ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð°.</target>
4055 <context-group name="null">
4056 <context context-type="linenumber">1</context>
4057 </context-group>
4058 </trans-unit>
4059 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
4060 <source>Unlimited</source>
4061 <target>Ðеограниченно</target>
4062 <context-group name="null">
4063 <context context-type="linenumber">1</context>
4064 </context-group>
4065 </trans-unit>
4066 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
4067 <source>100MB</source>
4068 <target>100 МБ</target>
4069 <context-group name="null">
4070 <context context-type="linenumber">1</context>
4071 </context-group>
4072 </trans-unit>
4073 <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174">
4074 <source>500MB</source>
4075 <target>500 МБ</target>
4076 <context-group name="null">
4077 <context context-type="linenumber">1</context>
4078 </context-group>
4079 </trans-unit>
4080 <trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b">
4081 <source>1GB</source>
4082 <target>1 ГБ</target>
4083 <context-group name="null">
4084 <context context-type="linenumber">1</context>
4085 </context-group>
4086 </trans-unit>
4087 <trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8">
4088 <source>5GB</source>
4089 <target>5 ГБ</target>
4090 <context-group name="null">
4091 <context context-type="linenumber">1</context>
4092 </context-group>
4093 </trans-unit>
4094 <trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae">
4095 <source>20GB</source>
4096 <target>20 ГБ</target>
4097 <context-group name="null">
4098 <context context-type="linenumber">1</context>
4099 </context-group>
4100 </trans-unit>
4101 <trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e">
4102 <source>50GB</source>
4103 <target>50 ГБ</target>
4104 <context-group name="null">
4105 <context context-type="linenumber">1</context>
4106 </context-group>
4107 </trans-unit>
4108 <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d">
4109 <source>10MB</source>
4110 <target>10 МБ</target>
4111 <context-group name="null">
4112 <context context-type="linenumber">1</context>
4113 </context-group>
4114 </trans-unit>
4115 <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af">
4116 <source>50MB</source>
4117 <target>50 МБ</target>
4118 <context-group name="null">
4119 <context context-type="linenumber">1</context>
4120 </context-group>
4121 </trans-unit>
4122 <trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a">
4123 <source>2GB</source>
4124 <target>2 ГБ</target>
4125 <context-group name="null">
4126 <context context-type="linenumber">1</context>
4127 </context-group>
4128 </trans-unit>
4129 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84">
4130 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
4131 <target><x id="INTERPOLATION" equiv-text="{{host}}"/> недейÑтвителен</target>
4132 <context-group name="null">
4133 <context context-type="linenumber">1</context>
4134 </context-group>
4135 </trans-unit>
4136 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df">
4137 <source>You need to specify hosts to follow.</source>
4138 <target>Вам нужно указать хоÑÑ‚Ñ‹, которые вы хотите отÑлеживать.</target>
4139 <context-group name="null">
4140 <context context-type="linenumber">1</context>
4141 </context-group>
4142 </trans-unit>
4143 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
4144 <source>Hosts need to be unique.</source>
4145 <target>ХоÑÑ‚Ñ‹ должны быть уникальными.</target>
4146 <context-group name="null">
4147 <context context-type="linenumber">1</context>
4148 </context-group>
4149 </trans-unit>
4150 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
4151 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source>
4152 <target>ЕÑли вы подтвердите Ñто, вы отправите Ñледующий Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð²:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </target>
4153 <context-group name="null">
4154 <context context-type="linenumber">1</context>
4155 </context-group>
4156 </trans-unit>
4157 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
4158 <source>Follow new server(s)</source>
4159 <target>ПодпиÑатьÑÑ Ð½Ð° новый (-е) Ñервер (-Ñ‹)</target>
4160 <context-group name="null">
4161 <context context-type="linenumber">1</context>
4162 </context-group>
4163 </trans-unit>
4164 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
4165 <source>Follow request(s) sent!</source>
4166 <target>Ð—Ð°Ð¿Ñ€Ð¾Ñ (-Ñ‹) на подпиÑку отправлены!</target>
4167 <context-group name="null">
4168 <context context-type="linenumber">1</context>
4169 </context-group>
4170 </trans-unit>
4171 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
4172 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
4173 <target>Ð’Ñ‹ дейÑтвительно хотите отпиÑатьÑÑ Ð¾Ñ‚ <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
4174 <context-group name="null">
4175 <context context-type="linenumber">1</context>
4176 </context-group>
4177 </trans-unit>
4178 <trans-unit id="a89875525c82ab81ffe32e481a5475b43d0c2902">
4179 <source>Unfollow</source>
4180 <target>ОтпиÑатьÑÑ</target>
4181 <context-group name="null">
4182 <context context-type="linenumber">1</context>
4183 </context-group>
4184 </trans-unit>
4185 <trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0">
4186 <source>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source>
4187 <target>Ð’Ñ‹ больше не подпиÑаны на <x id="INTERPOLATION" equiv-text="{{host}}"/>.</target>
4188 <context-group name="null">
4189 <context context-type="linenumber">1</context>
4190 </context-group>
4191 </trans-unit>
4192 <trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246">
4193 <source>enabled</source>
4194 <target>включено</target>
4195 <context-group name="null">
4196 <context context-type="linenumber">1</context>
4197 </context-group>
4198 </trans-unit>
4199 <trans-unit id="795733aac948794cadeb3be6386882efac2c38ad">
4200 <source>disabled</source>
4201 <target>отключено</target>
4202 <context-group name="null">
4203 <context context-type="linenumber">1</context>
4204 </context-group>
4205 </trans-unit>
4206 <trans-unit id="1123807fc813c816404598147173403d00117557">
4207 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source>
4208 <target>Резервирование Ð´Ð»Ñ <x id="INTERPOLATION" equiv-text="{{host}}"/> - <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target>
4209 <context-group name="null">
4210 <context context-type="linenumber">1</context>
4211 </context-group>
4212 </trans-unit>
4213 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da">
4214 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source>
4215 <target>Ðккаунт <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> был разглушён на вашем Ñервере.</target>
4216 <context-group name="null">
4217 <context context-type="linenumber">1</context>
4218 </context-group>
4219 </trans-unit>
4220 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330">
4221 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source>
4222 <target>Сервер <x id="INTERPOLATION" equiv-text="{{host}}"/> был разглушён на вашем Ñервере.</target>
4223 <context-group name="null">
4224 <context context-type="linenumber">1</context>
4225 </context-group>
4226 </trans-unit>
4227 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
4228 <source>Comment updated.</source>
4229 <target>Комментарий обновлён</target>
4230 <context-group name="null">
4231 <context context-type="linenumber">1</context>
4232 </context-group>
4233 </trans-unit>
4234 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978">
4235 <source>Delete this report</source>
4236 <target>Удалить Ñту жалобу</target>
4237 <context-group name="null">
4238 <context context-type="linenumber">1</context>
4239 </context-group>
4240 </trans-unit>
4241 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321">
4242 <source>Update moderation comment</source>
4243 <target>Обновить комментарий модератора</target>
4244 <context-group name="null">
4245 <context context-type="linenumber">1</context>
4246 </context-group>
4247 </trans-unit>
4248 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
4249 <source>Mark as accepted</source>
4250 <target>Пометить как принÑто</target>
4251 <context-group name="null">
4252 <context context-type="linenumber">1</context>
4253 </context-group>
4254 </trans-unit>
4255 <trans-unit id="d895b090c054bfc0ad3aba816af0615a1997f5a3">
4256 <source>Mark as rejected</source>
4257 <target>Пометить как отклонено</target>
4258 <context-group name="null">
4259 <context context-type="linenumber">1</context>
4260 </context-group>
4261 </trans-unit>
4262 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
4263 <source>Do you really want to delete this abuse report?</source>
4264 <target>Ð’Ñ‹ дейÑтвительно хотите удалить Ñту жалобу?</target>
4265 <context-group name="null">
4266 <context context-type="linenumber">1</context>
4267 </context-group>
4268 </trans-unit>
4269 <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9">
4270 <source>Abuse deleted.</source>
4271 <target>Жалоба удалена.</target>
4272 <context-group name="null">
4273 <context context-type="linenumber">1</context>
4274 </context-group>
4275 </trans-unit>
4276 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611">
4277 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source>
4278 <target>Видео <x id="INTERPOLATION" equiv-text="{{name}}"/> было разблокировано.</target>
4279 <context-group name="null">
4280 <context context-type="linenumber">1</context>
4281 </context-group>
4282 </trans-unit>
4283 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5">
4284 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source>
4285 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> видео было разблокировано.</target>
4286 <context-group name="null">
4287 <context context-type="linenumber">1</context>
4288 </context-group>
4289 </trans-unit>
4290 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
4291 <source>yes</source>
4292 <target>да</target>
4293 <context-group name="null">
4294 <context context-type="linenumber">1</context>
4295 </context-group>
4296 </trans-unit>
4297 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
4298 <source>no</source>
4299 <target>нет</target>
4300 <context-group name="null">
4301 <context context-type="linenumber">1</context>
4302 </context-group>
4303 </trans-unit>
4304 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
4305 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
4306 <target>Ð’Ñ‹ дейÑтвительно хотите разблокировать Ñто видео? Оно будет Ñнова доÑтупно в ÑпиÑке видео.</target>
4307 <context-group name="null">
4308 <context context-type="linenumber">1</context>
4309 </context-group>
4310 </trans-unit>
4311 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f">
4312 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source>
4313 <target>Видео <x id="INTERPOLATION" equiv-text="{{name}}"/> было разблокировано.</target>
4314 <context-group name="null">
4315 <context context-type="linenumber">1</context>
4316 </context-group>
4317 </trans-unit>
4318 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4319 <source>Info</source>
4320 <target>ИнформациÑ</target>
4321 <context-group name="null">
4322 <context context-type="linenumber">1</context>
4323 </context-group>
4324 </trans-unit>
4325 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4326 <source>Error</source>
4327 <target>Ошибка</target>
4328 <context-group name="null">
4329 <context context-type="linenumber">1</context>
4330 </context-group>
4331 </trans-unit>
4332 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
4333 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
4334 <target>Пользователь <x id="INTERPOLATION" equiv-text="{{username}}"/> был Ñоздан.</target>
4335 <context-group name="null">
4336 <context context-type="linenumber">1</context>
4337 </context-group>
4338 </trans-unit>
4339 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
4340 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4341 <target>Пароль изменён Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4342 <context-group name="null">
4343 <context context-type="linenumber">1</context>
4344 </context-group>
4345 </trans-unit>
4346 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
4347 <source>Update user password</source>
4348 <target>Изменить пароль пользователÑ</target>
4349 <context-group name="null">
4350 <context context-type="linenumber">1</context>
4351 </context-group>
4352 </trans-unit>
4353 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
4354 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
4355 <target>Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ пользователе <x id="INTERPOLATION" equiv-text="{{username}}"/> была обновлена.</target>
4356 <context-group name="null">
4357 <context context-type="linenumber">1</context>
4358 </context-group>
4359 </trans-unit>
4360 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
4361 <source>Update user</source>
4362 <target>Обновить информацию о пользователе</target>
4363 <context-group name="null">
4364 <context context-type="linenumber">1</context>
4365 </context-group>
4366 </trans-unit>
4367 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
4368 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4369 <target>Электронное пиÑьмо Ð´Ð»Ñ ÑброÑа Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð±Ñ‹Ð»Ð¾ отправлено пользователю <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4370 <context-group name="null">
4371 <context context-type="linenumber">1</context>
4372 </context-group>
4373 </trans-unit>
4374 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
4375 <source>Unban</source>
4376 <target>Разблокировать</target>
4377 <context-group name="null">
4378 <context context-type="linenumber">1</context>
4379 </context-group>
4380 </trans-unit>
4381 <trans-unit id="910ed85f550272401b134a40d019ab3359fe883f">
4382 <source>Set Email as Verified</source>
4383 <target>Пометить Ñлектронную почту как подтверждённую</target>
4384 <context-group name="null">
4385 <context context-type="linenumber">1</context>
4386 </context-group>
4387 </trans-unit>
4388 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf">
4389 <source>You cannot ban root.</source><target>You cannot ban root.</target><context-group name="null">
4390 <context context-type="linenumber">1</context>
4391 </context-group>
4392 </trans-unit>
4393 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e">
4394 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source>
4395 <target>Ð’Ñ‹ дейÑтвительно хотите разблокировать <x id="INTERPOLATION" equiv-text="{{num}}"/> пользователей?</target>
4396 <context-group name="null">
4397 <context context-type="linenumber">1</context>
4398 </context-group>
4399 </trans-unit>
4400 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd">
4401 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source>
4402 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> пользователей было разблокировано.</target>
4403 <context-group name="null">
4404 <context context-type="linenumber">1</context>
4405 </context-group>
4406 </trans-unit>
4407 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11">
4408 <source>You cannot delete root.</source><target>You cannot delete root.</target><context-group name="null">
4409 <context context-type="linenumber">1</context>
4410 </context-group>
4411 </trans-unit>
4412 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51">
4413 <source>If you remove these users, you will not be able to create others with the same username!</source>
4414 <target>ЕÑли вы удалите Ñтих пользователей, вы не Ñможете Ñоздать других Ñ Ñ‚ÐµÐ¼Ð¸ же именами пользователей!</target>
4415 <context-group name="null">
4416 <context context-type="linenumber">1</context>
4417 </context-group>
4418 </trans-unit>
4419 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329">
4420 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source>
4421 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> пользователей было удалено.</target>
4422 <context-group name="null">
4423 <context context-type="linenumber">1</context>
4424 </context-group>
4425 </trans-unit>
4426 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650">
4427 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source>
4428 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> Ñлектронных почт пользователей помечены как подтверждённые.</target>
4429 <context-group name="null">
4430 <context context-type="linenumber">1</context>
4431 </context-group>
4432 </trans-unit>
4433 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de">
4434 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source>
4435 <target>Ðккаунт <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> был разглушен.</target>
4436 <context-group name="null">
4437 <context context-type="linenumber">1</context>
4438 </context-group>
4439 </trans-unit>
4440 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c">
4441 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source>
4442 <target>Сервер <x id="INTERPOLATION" equiv-text="{{host}}"/> был разглушен.</target>
4443 <context-group name="null">
4444 <context context-type="linenumber">1</context>
4445 </context-group>
4446 </trans-unit>
4447 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
4448 <source>My videos history</source>
4449 <target>ÐœÐ¾Ñ Ð¸ÑÑ‚Ð¾Ñ€Ð¸Ñ Ð²Ð¸Ð´ÐµÐ¾</target>
4450 <context-group name="null">
4451 <context context-type="linenumber">1</context>
4452 </context-group>
4453 </trans-unit>
4454 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
4455 <source>Videos history is enabled</source>
4456 <target>ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð°</target>
4457 <context-group name="null">
4458 <context context-type="linenumber">1</context>
4459 </context-group>
4460 </trans-unit>
4461 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
4462 <source>Videos history is disabled</source>
4463 <target>ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ð¾Ñ‚ÐºÐ»ÑŽÑ‡ÐµÐ½Ð°</target>
4464 <context-group name="null">
4465 <context context-type="linenumber">1</context>
4466 </context-group>
4467 </trans-unit>
4468 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
4469 <source>Delete videos history</source>
4470 <target>Удалить иÑторию видео</target>
4471 <context-group name="null">
4472 <context context-type="linenumber">1</context>
4473 </context-group>
4474 </trans-unit>
4475 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
4476 <source>Are you sure you want to delete all your videos history?</source>
4477 <target>Ð’Ñ‹ уверены, что хотите удалить вÑÑŽ иÑторию видео?</target>
4478 <context-group name="null">
4479 <context context-type="linenumber">1</context>
4480 </context-group>
4481 </trans-unit>
4482 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
4483 <source>Videos history deleted</source>
4484 <target>ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ð±Ñ‹Ð»Ð° удалена</target>
4485 <context-group name="null">
4486 <context context-type="linenumber">1</context>
4487 </context-group>
4488 </trans-unit>
4489 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e">
4490 <source>Ownership accepted</source>
4491 <target>Владение принÑто</target>
4492 <context-group name="null">
4493 <context context-type="linenumber">1</context>
4494 </context-group>
4495 </trans-unit>
4496 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc">
4497 <source>Password updated.</source>
4498 <target>Пароль изменён.</target>
4499 <context-group name="null">
4500 <context context-type="linenumber">1</context>
4501 </context-group>
4502 </trans-unit>
4503 <trans-unit id="466fc8cf56fd4e4e90fec4b900ef083d52bec38c">
4504 <source>You current password is invalid.</source>
4505 <target>Ваш текущий пароль неверен.</target>
4506 <context-group name="null">
4507 <context context-type="linenumber">1</context>
4508 </context-group>
4509 </trans-unit>
4510 <trans-unit id="ca8e8cf0f1686604db3b6a2ebadab7f7b426a047">
4511 <source>Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.</source>
4512 <target>Ð’Ñ‹ дейÑтвительно хотите удалить Ñвой аккаунт? Это удалит вÑе ваши данные, Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ ÐºÐ°Ð½Ð°Ð»Ñ‹, видео, и так далее.</target>
4513 <context-group name="null">
4514 <context context-type="linenumber">1</context>
4515 </context-group>
4516 </trans-unit>
4517 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311">
4518 <source>Type your username to confirm</source>
4519 <target>Введите Ñвоё Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð»Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ</target>
4520 <context-group name="null">
4521 <context context-type="linenumber">1</context>
4522 </context-group>
4523 </trans-unit>
4524 <trans-unit id="d8a8a7f7160939fb55e82bc01fe9f876f5f2e065">
4525 <source>Delete my account</source>
4526 <target>Удалить мой аккаунт</target>
4527 <context-group name="null">
4528 <context context-type="linenumber">1</context>
4529 </context-group>
4530 </trans-unit>
4531 <trans-unit id="8eb8b1a728159f43c31abf76c28ef3ff6c230af7">
4532 <source>Your account is deleted.</source>
4533 <target>Ваш аккаунт был удалён.</target>
4534 <context-group name="null">
4535 <context context-type="linenumber">1</context>
4536 </context-group>
4537 </trans-unit>
4538 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
4539 <source>New video from your subscriptions</source>
4540 <target>Ðовые видео из ваших подпиÑок</target>
4541 <context-group name="null">
4542 <context context-type="linenumber">1</context>
4543 </context-group>
4544 </trans-unit>
4545 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
4546 <source>New comment on your video</source>
4547 <target>Ðовый комментарий к вашему видео</target>
4548 <context-group name="null">
4549 <context context-type="linenumber">1</context>
4550 </context-group>
4551 </trans-unit>
4552 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8">
4553 <source>New video abuse</source>
4554 <target>ÐÐ¾Ð²Ð°Ñ Ð¶Ð°Ð»Ð¾Ð±Ð°</target>
4555 <context-group name="null">
4556 <context context-type="linenumber">1</context>
4557 </context-group>
4558 </trans-unit>
4559 <trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47">
4560 <source>Video auto-blacklisted waiting review</source>
4561 <target>Видео автоматичеÑки попадает в черный ÑпиÑок Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ Ð¾Ð±Ð·Ð¾Ñ€Ð°</target>
4562 <context-group name="null">
4563 <context context-type="linenumber">1</context>
4564 </context-group>
4565 </trans-unit>
4566 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4567 <source>One of your video is blacklisted/unblacklisted</source>
4568 <target>Одно из ваших видео было заблокировано/разблокировано</target>
4569 <context-group name="null">
4570 <context context-type="linenumber">1</context>
4571 </context-group>
4572 </trans-unit>
4573 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
4574 <source>Video published (after transcoding/scheduled update)</source>
4575 <target>Видео опубликовано (поÑле транÑкодированиÑ/планового обновлениÑ)</target>
4576 <context-group name="null">
4577 <context context-type="linenumber">1</context>
4578 </context-group>
4579 </trans-unit>
4580 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
4581 <source>Video import finished</source>
4582 <target>Импорт видео был завершён</target>
4583 <context-group name="null">
4584 <context context-type="linenumber">1</context>
4585 </context-group>
4586 </trans-unit>
4587 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
4588 <source>A new user registered on your instance</source>
4589 <target>Ðовый пользователь был зарегиÑтрирован на вашем Ñервере</target>
4590 <context-group name="null">
4591 <context context-type="linenumber">1</context>
4592 </context-group>
4593 </trans-unit>
4594 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2">
4595 <source>You or your channel(s) has a new follower</source>
4596 <target>У Ð²Ð°Ñ Ð¸Ð»Ð¸ вашего (-их) канала (-ов) поÑвилÑÑ Ð½Ð¾Ð²Ñ‹Ð¹ подпиÑчик</target>
4597 <context-group name="null">
4598 <context context-type="linenumber">1</context>
4599 </context-group>
4600 </trans-unit>
4601 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
4602 <source>Someone mentioned you in video comments</source>
4603 <target>Кто-то упомÑнул Ð²Ð°Ñ Ð² комментариÑÑ… видео</target>
4604 <context-group name="null">
4605 <context context-type="linenumber">1</context>
4606 </context-group>
4607 </trans-unit>
4608 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
4609 <source>Preferences saved</source>
4610 <target>ÐаÑтройки Ñохранены</target>
4611 <context-group name="null">
4612 <context context-type="linenumber">1</context>
4613 </context-group>
4614 </trans-unit>
4615 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b">
4616 <source>Profile updated.</source>
4617 <target>Профиль обновлён.</target>
4618 <context-group name="null">
4619 <context context-type="linenumber">1</context>
4620 </context-group>
4621 </trans-unit>
4622 <trans-unit id="1e003ad599ef836949b9f4dad3037a58ef3ff8d1">
4623 <source>Avatar changed.</source>
4624 <target>Ðватар изменён.</target>
4625 <context-group name="null">
4626 <context context-type="linenumber">1</context>
4627 </context-group>
4628 </trans-unit>
4629 <trans-unit id="214b802dfd6f544003147a7a68938ec1055c8f32">
4630 <source>Information updated.</source>
4631 <target>Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð°.</target>
4632 <context-group name="null">
4633 <context context-type="linenumber">1</context>
4634 </context-group>
4635 </trans-unit>
4636 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645">
4637 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source>
4638 <target>Видео канал <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> был Ñоздан.</target>
4639 <context-group name="null">
4640 <context context-type="linenumber">1</context>
4641 </context-group>
4642 </trans-unit>
4643 <trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47">
4644 <source>This name already exists on this instance.</source>
4645 <target>Данное название уже занÑто на Ñтом Ñервере.</target>
4646 <context-group name="null">
4647 <context context-type="linenumber">1</context>
4648 </context-group>
4649 </trans-unit>
4650 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
4651 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
4652 <target>Видео канал <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> обновлён.</target>
4653 <context-group name="null">
4654 <context context-type="linenumber">1</context>
4655 </context-group>
4656 </trans-unit>
4657 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791">
4658 <source>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}}"/>)!</source>
4659 <target>Ð’Ñ‹ дейÑтвительно хотите удалить <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? Это удалить вÑе ваши видео, загруженный на Ñтот канал, и вы не Ñможете Ñделать другой канал Ñ Ñ‚Ð°ÐºÐ¸Ð¼ же названием (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</target>
4660 <context-group name="null">
4661 <context context-type="linenumber">1</context>
4662 </context-group>
4663 </trans-unit>
4664 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
4665 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
4666 <target>ПожалуйÑта, напишите название канала (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) Ð´Ð»Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ</target>
4667 <context-group name="null">
4668 <context context-type="linenumber">1</context>
4669 </context-group>
4670 </trans-unit>
4671 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
4672 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
4673 <target>Видео канал <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> был удалён.</target>
4674 <context-group name="null">
4675 <context context-type="linenumber">1</context>
4676 </context-group>
4677 </trans-unit>
4678 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d">
4679 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source>
4680 <target>ПлейлиÑÑ‚ <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> был Ñоздан.</target>
4681 <context-group name="null">
4682 <context context-type="linenumber">1</context>
4683 </context-group>
4684 </trans-unit>
4685 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d">
4686 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source>
4687 <target>ПлейлиÑÑ‚ <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> был обновлён.</target>
4688 <context-group name="null">
4689 <context context-type="linenumber">1</context>
4690 </context-group>
4691 </trans-unit>
4692 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783">
4693 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source>
4694 <target>Ð’Ñ‹ дейÑтвительно хотите удалить <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</target>
4695 <context-group name="null">
4696 <context context-type="linenumber">1</context>
4697 </context-group>
4698 </trans-unit>
4699 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86">
4700 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source>
4701 <target>ПлейлиÑÑ‚ <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> был удалён.</target>
4702 <context-group name="null">
4703 <context context-type="linenumber">1</context>
4704 </context-group>
4705 </trans-unit>
2154 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894"> 4706 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
2155 <source>My videos</source> 4707 <source>My videos</source>
2156 <target>Мои видео</target> 4708 <target>Мои видео</target>
@@ -2158,9 +4710,37 @@ When you will upload a video in this channel, the video support field will be au
2158 <context context-type="linenumber">1</context> 4710 <context context-type="linenumber">1</context>
2159 </context-group> 4711 </context-group>
2160 </trans-unit> 4712 </trans-unit>
2161 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 4713 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd">
2162 <source>My library</source> 4714 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source>
2163 <target>ÐœÐ¾Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾Ñ‚ÐµÐºÐ°</target> 4715 <target>Ð’Ñ‹ дейÑтвительно хотите удалить <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> видео?</target>
4716 <context-group name="null">
4717 <context context-type="linenumber">1</context>
4718 </context-group>
4719 </trans-unit>
4720 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83">
4721 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source>
4722 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> видео удалено.</target>
4723 <context-group name="null">
4724 <context context-type="linenumber">1</context>
4725 </context-group>
4726 </trans-unit>
4727 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7">
4728 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source>
4729 <target>Ð’Ñ‹ дейÑтвительно хотите удалить <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</target>
4730 <context-group name="null">
4731 <context context-type="linenumber">1</context>
4732 </context-group>
4733 </trans-unit>
4734 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118">
4735 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source>
4736 <target>Видео <x id="INTERPOLATION" equiv-text="{{videoName}}"/> было удалено.</target>
4737 <context-group name="null">
4738 <context context-type="linenumber">1</context>
4739 </context-group>
4740 </trans-unit>
4741 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd">
4742 <source>Ownership change request sent.</source>
4743 <target>ЗаÑвка на Ñмена владельца отправлена.</target>
2164 <context-group name="null"> 4744 <context-group name="null">
2165 <context context-type="linenumber">1</context> 4745 <context context-type="linenumber">1</context>
2166 </context-group> 4746 </context-group>
@@ -2172,6 +4752,13 @@ When you will upload a video in this channel, the video support field will be au
2172 <context context-type="linenumber">1</context> 4752 <context context-type="linenumber">1</context>
2173 </context-group> 4753 </context-group>
2174 </trans-unit> 4754 </trans-unit>
4755 <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2">
4756 <source>My playlists</source>
4757 <target>Мои плейлиÑÑ‚Ñ‹</target>
4758 <context-group name="null">
4759 <context context-type="linenumber">1</context>
4760 </context-group>
4761 </trans-unit>
2175 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9"> 4762 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9">
2176 <source>My subscriptions</source> 4763 <source>My subscriptions</source>
2177 <target>Мои подпиÑки</target> 4764 <target>Мои подпиÑки</target>
@@ -2179,6 +4766,18 @@ When you will upload a video in this channel, the video support field will be au
2179 <context context-type="linenumber">1</context> 4766 <context context-type="linenumber">1</context>
2180 </context-group> 4767 </context-group>
2181 </trans-unit> 4768 </trans-unit>
4769 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
4770 <source>My history</source>
4771 <target>ÐœÐ¾Ñ Ð¸ÑториÑ</target>
4772 <context-group name="null">
4773 <context context-type="linenumber">1</context>
4774 </context-group>
4775 </trans-unit>
4776 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
4777 <source>Misc</source><target>Misc</target><context-group name="null">
4778 <context context-type="linenumber">1</context>
4779 </context-group>
4780 </trans-unit>
2182 <trans-unit id="73022f1676784c4f9b8cdbb322e52b02ccc800b7"> 4781 <trans-unit id="73022f1676784c4f9b8cdbb322e52b02ccc800b7">
2183 <source>Ownership changes</source> 4782 <source>Ownership changes</source>
2184 <target>Смена ÑобÑтвенника</target> 4783 <target>Смена ÑобÑтвенника</target>
@@ -2193,72 +4792,672 @@ When you will upload a video in this channel, the video support field will be au
2193 <context context-type="linenumber">1</context> 4792 <context context-type="linenumber">1</context>
2194 </context-group> 4793 </context-group>
2195 </trans-unit> 4794 </trans-unit>
4795 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
4796 <source>My notifications</source>
4797 <target>Мои уведомлениÑ</target>
4798 <context-group name="null">
4799 <context context-type="linenumber">1</context>
4800 </context-group>
4801 </trans-unit>
4802 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706">
4803 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
4804 <target>Электронное пиÑьмо Ñ ÑÑылкой на верификацию была отправлена на <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
4805 <context-group name="null">
4806 <context context-type="linenumber">1</context>
4807 </context-group>
4808 </trans-unit>
4809 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752">
4810 <source>Unable to find user id or verification string.</source>
4811 <target>Ðевозможно найти ID Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ð»Ð¸ проверочную Ñтроку.</target>
4812 <context-group name="null">
4813 <context context-type="linenumber">1</context>
4814 </context-group>
4815 </trans-unit>
4816 <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598">
4817 <source>Subscribe to the account</source>
4818 <target>ПодпиÑатьÑÑ Ð½Ð° аккаунт</target>
4819 <context-group name="null">
4820 <context context-type="linenumber">1</context>
4821 </context-group>
4822 </trans-unit>
4823 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013">
4824 <source>Focus the search bar</source><target>Focus the search bar</target><context-group name="null">
4825 <context context-type="linenumber">1</context>
4826 </context-group>
4827 </trans-unit>
4828 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099">
4829 <source>Toggle the left menu</source><target>Toggle the left menu</target><context-group name="null">
4830 <context context-type="linenumber">1</context>
4831 </context-group>
4832 </trans-unit>
4833 <trans-unit id="b54759e30f7c1983940cdacb8eb03f102a869084">
4834 <source>Go to the videos overview page</source>
4835 <target>Перейти на Ñтраницу обзора видео</target>
4836 <context-group name="null">
4837 <context context-type="linenumber">1</context>
4838 </context-group>
4839 </trans-unit>
4840 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0">
4841 <source>Go to the trending videos page</source>
4842 <target>Перейти на Ñтраницу видео в тренде</target>
4843 <context-group name="null">
4844 <context context-type="linenumber">1</context>
4845 </context-group>
4846 </trans-unit>
4847 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d">
4848 <source>Go to the recently added videos page</source>
4849 <target>Перейти на Ñтраницу недавних видео</target>
4850 <context-group name="null">
4851 <context context-type="linenumber">1</context>
4852 </context-group>
4853 </trans-unit>
4854 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5">
4855 <source>Go to the local videos page</source>
4856 <target>Перейти на Ñтраницу локальных видео</target>
4857 <context-group name="null">
4858 <context context-type="linenumber">1</context>
4859 </context-group>
4860 </trans-unit>
4861 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba">
4862 <source>Go to the videos upload page</source>
4863 <target>Перейти на Ñтраницу загрузки видео</target>
4864 <context-group name="null">
4865 <context context-type="linenumber">1</context>
4866 </context-group>
4867 </trans-unit>
4868 <trans-unit id="0ed7b40c11da9d4565af9c041df20c15bc6be97e">
4869 <source>Toggle Dark theme</source>
4870 <target>ПереключитьÑÑ Ð½Ð° тёмную тему</target>
4871 <context-group name="null">
4872 <context context-type="linenumber">1</context>
4873 </context-group>
4874 </trans-unit>
4875 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2">
4876 <source>Go to my subscriptions</source>
4877 <target>Перейти на мои подпиÑки</target>
4878 <context-group name="null">
4879 <context context-type="linenumber">1</context>
4880 </context-group>
4881 </trans-unit>
4882 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1">
4883 <source>Go to my videos</source>
4884 <target>Перейти на мои видео</target>
4885 <context-group name="null">
4886 <context context-type="linenumber">1</context>
4887 </context-group>
4888 </trans-unit>
4889 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7">
4890 <source>Go to my imports</source>
4891 <target>Перейти на мои импорты</target>
4892 <context-group name="null">
4893 <context context-type="linenumber">1</context>
4894 </context-group>
4895 </trans-unit>
4896 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390">
4897 <source>Go to my channels</source>
4898 <target>Перейти на мои каналы</target>
4899 <context-group name="null">
4900 <context context-type="linenumber">1</context>
4901 </context-group>
4902 </trans-unit>
4903 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7">
4904 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
4905</source>
4906 <target>Ðевозможно получить Ð¿Ð¾Ð»Ð½Ð¾Ð¼Ð¾Ñ‡Ð¸Ñ ÑƒÑ‡ÐµÑ‚Ð½Ñ‹Ñ… данных клиента OAuth: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
4907</target>
4908 <context-group name="null">
4909 <context context-type="linenumber">1</context>
4910 </context-group>
4911 </trans-unit>
4912 <trans-unit id="8d9b4f4b69108c3c9aa0f3b0dbde87786ba9b319">
4913 <source>Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
4914 <target>УбедитеÑÑŒ, что вы правильно наÑтроили PeerTube (каталог config/), в чаÑтноÑти, раздел "веб-Ñервер".</target>
4915 <context-group name="null">
4916 <context context-type="linenumber">1</context>
4917 </context-group>
4918 </trans-unit>
4919 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
4920 <source>You need to reconnect.</source>
4921 <target>Вам необходимо переподключитьÑÑ.</target>
4922 <context-group name="null">
4923 <context context-type="linenumber">1</context>
4924 </context-group>
4925 </trans-unit>
4926 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
4927 <source>Keyboard Shortcuts:</source>
4928 <target>Комбинации клавиш:</target>
4929 <context-group name="null">
4930 <context context-type="linenumber">1</context>
4931 </context-group>
4932 </trans-unit>
4933 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
4934 <source>Success</source>
4935 <target>УÑпешно</target>
4936 <context-group name="null">
4937 <context context-type="linenumber">1</context>
4938 </context-group>
4939 </trans-unit>
4940 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe">
4941 <source>Incorrect username or password.</source>
4942 <target>Ðеверное Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ð»Ð¸ пароль.</target>
4943 <context-group name="null">
4944 <context context-type="linenumber">1</context>
4945 </context-group>
4946 </trans-unit>
4947 <trans-unit id="39980cc1cf8df621d43f5480d001bdf5d4139338">
4948 <source>You account is blocked.</source>
4949 <target>Ваш аккаунт заблокирован.</target>
4950 <context-group name="null">
4951 <context context-type="linenumber">1</context>
4952 </context-group>
4953 </trans-unit>
4954 <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1">
4955 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
4956 <target>Электронное пиÑьмо Ñ Ð¸Ð½ÑтрукциÑми по ÑброÑу Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð±Ñ‹Ð»Ð¸ отправлены на <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
4957 <context-group name="null">
4958 <context context-type="linenumber">1</context>
4959 </context-group>
4960 </trans-unit>
4961 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
4962 <source>Your password has been successfully reset!</source>
4963 <target>Ваш пароль был уÑпешно Ñброшен!</target>
4964 <context-group name="null">
4965 <context context-type="linenumber">1</context>
4966 </context-group>
4967 </trans-unit>
4968 <trans-unit id="7fb1099e29660162f9154d5b2feee7743a423df6">
4969 <source>Today</source>
4970 <target>СегоднÑ</target>
4971 <context-group name="null">
4972 <context context-type="linenumber">1</context>
4973 </context-group>
4974 </trans-unit>
4975 <trans-unit id="02e0243b60007368f87dc01e083f232dd025096d">
4976 <source>Last 7 days</source>
4977 <target>ПоÑледние 7 дней</target>
4978 <context-group name="null">
4979 <context context-type="linenumber">1</context>
4980 </context-group>
4981 </trans-unit>
4982 <trans-unit id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8">
4983 <source>Last 30 days</source>
4984 <target>ПоÑледние 30 дней</target>
4985 <context-group name="null">
4986 <context context-type="linenumber">1</context>
4987 </context-group>
4988 </trans-unit>
4989 <trans-unit id="a77b663fd9b94c38bc9c6493a51b5f3acacb9bca">
4990 <source>Last 365 days</source>
4991 <target>ПоÑледние 365 дней</target>
4992 <context-group name="null">
4993 <context context-type="linenumber">1</context>
4994 </context-group>
4995 </trans-unit>
4996 <trans-unit id="d2f3bf121699ff08a25fa4859bfdf3996bf821cc">
4997 <source>Short (&lt; 4 min)</source>
4998 <target>ÐšÐ¾Ñ€Ð¾Ñ‚ÐºÐ°Ñ (&lt; 4 мин)</target>
4999 <context-group name="null">
5000 <context context-type="linenumber">1</context>
5001 </context-group>
5002 </trans-unit>
5003 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
5004 <source>Long (&gt; 10 min)</source>
5005 <target>Ð”Ð»Ð¸Ð½Ð½Ð°Ñ (&gt; 10 мин)</target>
5006 <context-group name="null">
5007 <context context-type="linenumber">1</context>
5008 </context-group>
5009 </trans-unit>
5010 <trans-unit id="f24d368d6be0fee70fb4503d2ad37a612e1b0889">
5011 <source>Medium (4-10 min)</source>
5012 <target>СреднÑÑ (4-10 мин)</target>
5013 <context-group name="null">
5014 <context context-type="linenumber">1</context>
5015 </context-group>
5016 </trans-unit>
5017 <trans-unit id="ed073fec00d699b7a97bb65b4f3a722b203c5bca">
5018 <source>Relevance</source>
5019 <target>ÐктуальноÑти</target>
5020 <context-group name="null">
5021 <context context-type="linenumber">1</context>
5022 </context-group>
5023 </trans-unit>
5024 <trans-unit id="1aee80ab35aa99508802cdec6306e110b2feaf9e">
5025 <source>Publish date</source>
5026 <target>Дате публикации</target>
5027 <context-group name="null">
5028 <context context-type="linenumber">1</context>
5029 </context-group>
5030 </trans-unit>
5031 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9">
5032 <source>Views</source>
5033 <target>ПроÑмотрам</target>
5034 <context-group name="null">
5035 <context context-type="linenumber">1</context>
5036 </context-group>
5037 </trans-unit>
5038 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016">
5039 <source>Search</source>
5040 <target>ПоиÑк</target>
5041 <context-group name="null">
5042 <context context-type="linenumber">1</context>
5043 </context-group>
5044 </trans-unit>
5045 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
5046 <source>Confirm</source>
5047 <target>Подтвердить</target>
5048 <context-group name="null">
5049 <context context-type="linenumber">1</context>
5050 </context-group>
5051 </trans-unit>
5052 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
5053 <source>Instance name is required.</source>
5054 <target>ТребуетÑÑ Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ðµ Ñервера.</target>
5055 <context-group name="null">
5056 <context context-type="linenumber">1</context>
5057 </context-group>
5058 </trans-unit>
5059 <trans-unit id="10a248adb1ee12830355a04ac3cde2bad2d41d7d">
5060 <source>Short description should not be longer than 250 characters.</source>
5061 <target>Короткое опиÑание не должно Ñодержать более 250 Ñимволов.</target>
5062 <context-group name="null">
5063 <context context-type="linenumber">1</context>
5064 </context-group>
5065 </trans-unit>
5066 <trans-unit id="356e63270712273da168072ec0fc78a969919bf1">
5067 <source>Twitter username is required.</source>
5068 <target>ТребуетÑÑ Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Twitter.</target>
5069 <context-group name="null">
5070 <context context-type="linenumber">1</context>
5071 </context-group>
5072 </trans-unit>
5073 <trans-unit id="dbb2ef02020afc05e146855f2e1dd7c9522d49b6">
5074 <source>Previews cache size is required.</source>
5075 <target>ТребуетÑÑ Ñ€Ð°Ð·Ð¼ÐµÑ€ кÑша превью.</target>
5076 <context-group name="null">
5077 <context context-type="linenumber">1</context>
5078 </context-group>
5079 </trans-unit>
5080 <trans-unit id="97836c6e698185b4ce357de9d4b2ab3e838f2459">
5081 <source>Previews cache size must be greater than 1.</source>
5082 <target>Размер кÑша превью должен быть более 1.</target>
5083 <context-group name="null">
5084 <context context-type="linenumber">1</context>
5085 </context-group>
5086 </trans-unit>
5087 <trans-unit id="e7393dc4a4aa12d005582eb9e1ddc7e5ca5bebd3">
5088 <source>Previews cache size must be a number.</source>
5089 <target>Размер кÑша превью должен быть чиÑлом.</target>
5090 <context-group name="null">
5091 <context context-type="linenumber">1</context>
5092 </context-group>
5093 </trans-unit>
5094 <trans-unit id="545f5dea553b2d7c4a65920ccdcb1e9dbdc7f4d8">
5095 <source>Captions cache size is required.</source>
5096 <target>ТребуетÑÑ Ñ€Ð°Ð·Ð¼ÐµÑ€ кÑша заголовков.</target>
5097 <context-group name="null">
5098 <context context-type="linenumber">1</context>
5099 </context-group>
5100 </trans-unit>
5101 <trans-unit id="a8d7131c0ca1eefe7b058e6081236ca1be364e2c">
5102 <source>Captions cache size must be greater than 1.</source>
5103 <target>Размер кÑша заголовков должен быть более 1.</target>
5104 <context-group name="null">
5105 <context context-type="linenumber">1</context>
5106 </context-group>
5107 </trans-unit>
5108 <trans-unit id="c3decd47b03cf542df091c1a2fb25b756e59074e">
5109 <source>Captions cache size must be a number.</source>
5110 <target>Размер кÑша заголовков должен быть чиÑлом.</target>
5111 <context-group name="null">
5112 <context context-type="linenumber">1</context>
5113 </context-group>
5114 </trans-unit>
5115 <trans-unit id="2cdd5a8c604ef16c2f9a17ed81d73f4f9509e828">
5116 <source>Signup limit is required.</source>
5117 <target>ТребуетÑÑ Ð»Ð¸Ð¼Ð¸Ñ‚ региÑтраций.</target>
5118 <context-group name="null">
5119 <context context-type="linenumber">1</context>
5120 </context-group>
5121 </trans-unit>
5122 <trans-unit id="0ca9f7ec55c9896add6e82d2b52e9217e1140cf7">
5123 <source>Signup limit must be greater than 1.</source>
5124 <target>Лимит региÑтраций должен быть более 1.</target>
5125 <context-group name="null">
5126 <context context-type="linenumber">1</context>
5127 </context-group>
5128 </trans-unit>
5129 <trans-unit id="58c2f66ba74f1400914031ef4ed635938e9e8ced">
5130 <source>Signup limit must be a number.</source>
5131 <target>Лимит региÑтраций должен быть чиÑлом.</target>
5132 <context-group name="null">
5133 <context context-type="linenumber">1</context>
5134 </context-group>
5135 </trans-unit>
5136 <trans-unit id="1245841647f9b42d3e7554903c1c50bdd80ab021">
5137 <source>Admin email is required.</source>
5138 <target>ТребуетÑÑ ÑÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð° админиÑтратора.</target>
5139 <context-group name="null">
5140 <context context-type="linenumber">1</context>
5141 </context-group>
5142 </trans-unit>
5143 <trans-unit id="3fd2feb77dfe57fe82573e3cdf996105e2fafc66">
5144 <source>Admin email must be valid.</source>
5145 <target>Ð­Ð»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð° админиÑтратора должна быть дейÑтвительной.</target>
5146 <context-group name="null">
5147 <context context-type="linenumber">1</context>
5148 </context-group>
5149 </trans-unit>
2196 <trans-unit id="f15f2e02b1f6a96553e98ea4a969045d17ec1400"> 5150 <trans-unit id="f15f2e02b1f6a96553e98ea4a969045d17ec1400">
2197 <source>Transcoding threads is required.</source> 5151 <source>Transcoding threads is required.</source>
2198 <target>ТранÑкодирование потоки требуеÑÑÑ.</target> 5152 <target>ТребуетÑÑ Ð¿Ð¾Ñ‚Ð¾ÐºÐ¸ транÑкодированиÑ.</target>
2199 <context-group name="null"> 5153 <context-group name="null">
2200 <context context-type="linenumber">1</context> 5154 <context context-type="linenumber">1</context>
2201 </context-group> 5155 </context-group>
2202 </trans-unit> 5156 </trans-unit>
2203 <trans-unit id="4166cc066b963a23829b48a09e394f73b453fabd"> 5157 <trans-unit id="4166cc066b963a23829b48a09e394f73b453fabd">
2204 <source>Transcoding threads must be greater or equal to 0.</source> 5158 <source>Transcoding threads must be greater or equal to 0.</source>
2205 <target>ТранÑкодирование потоков должны быть больше или равно 0.</target> 5159 <target>Потоки транÑÐºÐ¾Ð´Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð´Ð¾Ð»Ð¶Ð½Ñ‹ быть более или равно 0.</target>
5160 <context-group name="null">
5161 <context context-type="linenumber">1</context>
5162 </context-group>
5163 </trans-unit>
5164 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0">
5165 <source>Email is required.</source>
5166 <target>ТребуетÑÑ ÑÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð°.</target>
5167 <context-group name="null">
5168 <context context-type="linenumber">1</context>
5169 </context-group>
5170 </trans-unit>
5171 <trans-unit id="bef8a36c3dffff15fb5faf3d20bdbbbc1af824c1">
5172 <source>Email must be valid.</source>
5173 <target>Ð­Ð»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð° должна быть дейÑтвительной.</target>
5174 <context-group name="null">
5175 <context context-type="linenumber">1</context>
5176 </context-group>
5177 </trans-unit>
5178 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33">
5179 <source>Your name is required.</source>
5180 <target>ТребуетÑÑ Ð²Ð°ÑˆÐµ имÑ.</target>
5181 <context-group name="null">
5182 <context context-type="linenumber">1</context>
5183 </context-group>
5184 </trans-unit>
5185 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a">
5186 <source>Your name must be at least 1 character long.</source>
5187 <target>Ваше Ð¸Ð¼Ñ Ð´Ð¾Ð»Ð¶Ð½Ð¾ Ñодержать более 1 Ñимвола.</target>
5188 <context-group name="null">
5189 <context context-type="linenumber">1</context>
5190 </context-group>
5191 </trans-unit>
5192 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b">
5193 <source>Your name cannot be more than 120 characters long.</source>
5194 <target>Ваше Ð¸Ð¼Ñ Ð½Ðµ должно Ñодержать более 120 Ñимволов.</target>
5195 <context-group name="null">
5196 <context context-type="linenumber">1</context>
5197 </context-group>
5198 </trans-unit>
5199 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2">
5200 <source>A message is required.</source>
5201 <target>ТребуетÑÑ Ñообщение.</target>
5202 <context-group name="null">
5203 <context context-type="linenumber">1</context>
5204 </context-group>
5205 </trans-unit>
5206 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64">
5207 <source>The message must be at least 3 characters long.</source>
5208 <target>Сообщение должно Ñодержать более 3 Ñимволов.</target>
5209 <context-group name="null">
5210 <context context-type="linenumber">1</context>
5211 </context-group>
5212 </trans-unit>
5213 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60">
5214 <source>The message cannot be more than 5000 characters long.</source>
5215 <target>Сообщение не должно Ñодержать более 5000 Ñимволов.</target>
2206 <context-group name="null"> 5216 <context-group name="null">
2207 <context context-type="linenumber">1</context> 5217 <context context-type="linenumber">1</context>
2208 </context-group> 5218 </context-group>
2209 </trans-unit> 5219 </trans-unit>
2210 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149"> 5220 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149">
2211 <source>Username is required.</source> 5221 <source>Username is required.</source>
2212 <target>Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ñ‚Ñ€ÐµÐ±ÑƒÐµÑ‚ÑÑ.</target> 5222 <target>ТребуетÑÑ Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ.</target>
2213 <context-group name="null"> 5223 <context-group name="null">
2214 <context context-type="linenumber">1</context> 5224 <context context-type="linenumber">1</context>
2215 </context-group> 5225 </context-group>
2216 </trans-unit> 5226 </trans-unit>
2217 <trans-unit id="4eb39d69b74d7a56652ec84fa6826994ee26c0e5"> 5227 <trans-unit id="4eb39d69b74d7a56652ec84fa6826994ee26c0e5">
2218 <source>Password is required.</source> 5228 <source>Password is required.</source>
2219 <target>Пароль необходим.</target> 5229 <target>ТребуетÑÑ Ð¿Ð°Ñ€Ð¾Ð»ÑŒ.</target>
5230 <context-group name="null">
5231 <context context-type="linenumber">1</context>
5232 </context-group>
5233 </trans-unit>
5234 <trans-unit id="c90872a06666a51c2957c4b29724e68df5c67154">
5235 <source>Confirmation of the password is required.</source>
5236 <target>ТребуетÑÑ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ðµ паролÑ.</target>
5237 <context-group name="null">
5238 <context context-type="linenumber">1</context>
5239 </context-group>
5240 </trans-unit>
5241 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a">
5242 <source>Username must be at least 1 character long.</source>
5243 <target>Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð¾Ð»Ð¶Ð½Ð¾ Ñодержать более 1 Ñимвола.</target>
5244 <context-group name="null">
5245 <context context-type="linenumber">1</context>
5246 </context-group>
5247 </trans-unit>
5248 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a">
5249 <source>Username cannot be more than 50 characters long.</source>
5250 <target>Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð½Ðµ должно Ñодержать более 50 Ñимволов.</target>
5251 <context-group name="null">
5252 <context context-type="linenumber">1</context>
5253 </context-group>
5254 </trans-unit>
5255 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
5256 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
5257 <target>Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð¾Ð»Ð¶Ð½Ð¾ быть Ñтрочным буквенноцифровым; точки и знаки Ð¿Ð¾Ð´Ñ‡Ñ‘Ñ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ñ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ñ‹.</target>
2220 <context-group name="null"> 5258 <context-group name="null">
2221 <context context-type="linenumber">1</context> 5259 <context context-type="linenumber">1</context>
2222 </context-group> 5260 </context-group>
2223 </trans-unit> 5261 </trans-unit>
2224 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0"> 5262 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
2225 <source>Password must be at least 6 characters long.</source> 5263 <source>Password must be at least 6 characters long.</source>
2226 <target>Пароль должен быть длиной не менее 6 Ñимволов.</target> 5264 <target>Пароль должен Ñодержать более 6 Ñимволов.</target>
5265 <context-group name="null">
5266 <context context-type="linenumber">1</context>
5267 </context-group>
5268 </trans-unit>
5269 <trans-unit id="0a154031f3e66985af96d5f903441cf84f0dc75e">
5270 <source>Password cannot be more than 255 characters long.</source>
5271 <target>Пароль не должен Ñодержать более 255 Ñимволов.</target>
5272 <context-group name="null">
5273 <context context-type="linenumber">1</context>
5274 </context-group>
5275 </trans-unit>
5276 <trans-unit id="2db8f1f93a5485c32267762a3bf4da499832e732">
5277 <source>The new password and the confirmed password do not correspond.</source>
5278 <target>Ðовый пароль и подтверждение Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð½Ðµ Ñовпадают.</target>
5279 <context-group name="null">
5280 <context context-type="linenumber">1</context>
5281 </context-group>
5282 </trans-unit>
5283 <trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf">
5284 <source>Video quota is required.</source>
5285 <target>ТребуетÑÑ ÐºÐ²Ð¾Ñ‚Ð° видео.</target>
5286 <context-group name="null">
5287 <context context-type="linenumber">1</context>
5288 </context-group>
5289 </trans-unit>
5290 <trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80">
5291 <source>Quota must be greater than -1.</source>
5292 <target>Квота должна быть более -1.</target>
5293 <context-group name="null">
5294 <context context-type="linenumber">1</context>
5295 </context-group>
5296 </trans-unit>
5297 <trans-unit id="7e58d1fb4e86af94f5199660ef349d55811888bb">
5298 <source>Daily upload limit is required.</source>
5299 <target>ТребуетÑÑ Ð´Ð½ÐµÐ²Ð½Ð¾Ð¹ лимит загрузок.</target>
5300 <context-group name="null">
5301 <context context-type="linenumber">1</context>
5302 </context-group>
5303 </trans-unit>
5304 <trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e">
5305 <source>Daily upload limit must be greater than -1.</source>
5306 <target>Дневной лимит загрузок должен быть более -1.</target>
5307 <context-group name="null">
5308 <context context-type="linenumber">1</context>
5309 </context-group>
5310 </trans-unit>
5311 <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85">
5312 <source>User role is required.</source>
5313 <target>ТребуетÑÑ Ñ€Ð¾Ð»ÑŒ пользователÑ.</target>
5314 <context-group name="null">
5315 <context context-type="linenumber">1</context>
5316 </context-group>
5317 </trans-unit>
5318 <trans-unit id="1c417b7aef730d6ef5d62fa8a0a7e25e3a2393e4">
5319 <source>Display name is required.</source>
5320 <target>ТребуетÑÑ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶Ð°ÐµÐ¼Ð¾Ðµ имÑ.</target>
5321 <context-group name="null">
5322 <context context-type="linenumber">1</context>
5323 </context-group>
5324 </trans-unit>
5325 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c">
5326 <source>Display name must be at least 1 character long.</source>
5327 <target>Отображаемое Ð¸Ð¼Ñ Ð´Ð¾Ð»Ð¶Ð½Ð¾ Ñодержать более 1 Ñимвола.</target>
5328 <context-group name="null">
5329 <context context-type="linenumber">1</context>
5330 </context-group>
5331 </trans-unit>
5332 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1">
5333 <source>Display name cannot be more than 50 characters long.</source>
5334 <target>Отображаемое Ð¸Ð¼Ñ Ð½Ðµ должно Ñодержать более 50 Ñимволов.</target>
2227 <context-group name="null"> 5335 <context-group name="null">
2228 <context context-type="linenumber">1</context> 5336 <context context-type="linenumber">1</context>
2229 </context-group> 5337 </context-group>
2230 </trans-unit> 5338 </trans-unit>
2231 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae"> 5339 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae">
2232 <source>Description must be at least 3 characters long.</source> 5340 <source>Description must be at least 3 characters long.</source>
2233 <target>ОпиÑание должно быть длиной не менее 3-Ñ… Ñимволов.</target> 5341 <target>ОпиÑание должно Ñодержать более 3 Ñимволов.</target>
5342 <context-group name="null">
5343 <context context-type="linenumber">1</context>
5344 </context-group>
5345 </trans-unit>
5346 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0">
5347 <source>Description cannot be more than 1000 characters long.</source>
5348 <target>ОпиÑание не должно Ñодержать более 1000 Ñимволов.</target>
5349 <context-group name="null">
5350 <context context-type="linenumber">1</context>
5351 </context-group>
5352 </trans-unit>
5353 <trans-unit id="4a3ebc6ddb6b6677aed7b04eb503f9ddd0cfe561">
5354 <source>You must to agree with the instance terms in order to registering on it.</source>
5355 <target>Ð’Ñ‹ должно ÑоглаÑитьÑÑ Ñ ÑƒÑловиÑми Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ñервера Ð´Ð»Ñ Ñ€ÐµÐ³Ð¸Ñтрации на нём.</target>
2234 <context-group name="null"> 5356 <context-group name="null">
2235 <context context-type="linenumber">1</context> 5357 <context context-type="linenumber">1</context>
2236 </context-group> 5358 </context-group>
2237 </trans-unit> 5359 </trans-unit>
2238 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00"> 5360 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00">
2239 <source>Ban reason must be at least 3 characters long.</source> 5361 <source>Ban reason must be at least 3 characters long.</source>
2240 <target>Запрет причина должно длитьÑÑ Ð½Ðµ менее 3 Ñимволов.</target> 5362 <target>Причина блокировки должно Ñодержать более 3 Ñимволов.</target>
5363 <context-group name="null">
5364 <context context-type="linenumber">1</context>
5365 </context-group>
5366 </trans-unit>
5367 <trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd">
5368 <source>Ban reason cannot be more than 250 characters long.</source>
5369 <target>Причина блокировки не должно Ñодержать более 250 Ñимволов.</target>
5370 <context-group name="null">
5371 <context context-type="linenumber">1</context>
5372 </context-group>
5373 </trans-unit>
5374 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6">
5375 <source>Report reason is required.</source>
5376 <target>ТребуетÑÑ Ð¿Ñ€Ð¸Ñ‡Ð¸Ð½Ð° жалобы.</target>
2241 <context-group name="null"> 5377 <context-group name="null">
2242 <context context-type="linenumber">1</context> 5378 <context context-type="linenumber">1</context>
2243 </context-group> 5379 </context-group>
2244 </trans-unit> 5380 </trans-unit>
2245 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e"> 5381 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e">
2246 <source>Report reason must be at least 2 characters long.</source> 5382 <source>Report reason must be at least 2 characters long.</source>
2247 <target>Доклад причина должно быть не менее 2 Ñимволов.</target> 5383 <target>Причина жалобы должна Ñодержать более 2 Ñимволов.</target>
5384 <context-group name="null">
5385 <context context-type="linenumber">1</context>
5386 </context-group>
5387 </trans-unit>
5388 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
5389 <source>Report reason cannot be more than 3000 characters long.</source>
5390 <target>Причина жалобы не должна Ñодержать более 3000 Ñимволов.</target>
5391 <context-group name="null">
5392 <context context-type="linenumber">1</context>
5393 </context-group>
5394 </trans-unit>
5395 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118">
5396 <source>Moderation comment is required.</source>
5397 <target>ТребуетÑÑ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ð¹ модератора.</target>
2248 <context-group name="null"> 5398 <context-group name="null">
2249 <context context-type="linenumber">1</context> 5399 <context context-type="linenumber">1</context>
2250 </context-group> 5400 </context-group>
2251 </trans-unit> 5401 </trans-unit>
2252 <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2"> 5402 <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2">
2253 <source>Moderation comment must be at least 2 characters long.</source> 5403 <source>Moderation comment must be at least 2 characters long.</source>
2254 <target>ÐœÐ¾Ð´ÐµÑ€Ð°Ñ†Ð¸Ñ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ð¹ должен быть длиной не менее 2 Ñимвола.</target> 5404 <target>Комментарий модератора должен Ñодержать более 2 Ñимволов.</target>
5405 <context-group name="null">
5406 <context context-type="linenumber">1</context>
5407 </context-group>
5408 </trans-unit>
5409 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
5410 <source>Moderation comment cannot be more than 3000 characters long.</source>
5411 <target>Комментарий модератора не должен Ñодержать более 3000 Ñимволов.</target>
5412 <context-group name="null">
5413 <context context-type="linenumber">1</context>
5414 </context-group>
5415 </trans-unit>
5416 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6">
5417 <source>The channel is required.</source>
5418 <target>ТребуетÑÑ ÐºÐ°Ð½Ð°Ð».</target>
2255 <context-group name="null"> 5419 <context-group name="null">
2256 <context context-type="linenumber">1</context> 5420 <context context-type="linenumber">1</context>
2257 </context-group> 5421 </context-group>
2258 </trans-unit> 5422 </trans-unit>
2259 <trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca"> 5423 <trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca">
2260 <source>Blacklist reason must be at least 2 characters long.</source> 5424 <source>Blacklist reason must be at least 2 characters long.</source>
2261 <target>Причина черного ÑпиÑка должна быть не менее 2 Ñимволов.</target> 5425 <target>Причина блокировки должна Ñодержать более 2 Ñимволов.</target>
5426 <context-group name="null">
5427 <context context-type="linenumber">1</context>
5428 </context-group>
5429 </trans-unit>
5430 <trans-unit id="5009443905b0b152915247799492bf5e164e7626">
5431 <source>Blacklist reason cannot be more than 300 characters long.</source>
5432 <target>Причина блокировки не должна Ñодержать более 300 Ñимволов.</target>
5433 <context-group name="null">
5434 <context context-type="linenumber">1</context>
5435 </context-group>
5436 </trans-unit>
5437 <trans-unit id="c8465c3773699dd075e0147e264d2e232f605803">
5438 <source>You can only transfer ownership to a local account</source>
5439 <target>Ð’Ñ‹ можете передать право ÑобÑтвенноÑти только на локальный аккаунт.</target>
5440 <context-group name="null">
5441 <context context-type="linenumber">1</context>
5442 </context-group>
5443 </trans-unit>
5444 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33">
5445 <source>Name is required.</source>
5446 <target>ТребуетÑÑ Ð¸Ð¼Ñ.</target>
5447 <context-group name="null">
5448 <context context-type="linenumber">1</context>
5449 </context-group>
5450 </trans-unit>
5451 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76">
5452 <source>Name must be at least 1 character long.</source>
5453 <target>Ð˜Ð¼Ñ Ð´Ð¾Ð»Ð¶Ð½Ð¾ Ñодержать не менее 1 Ñимвола.</target>
5454 <context-group name="null">
5455 <context context-type="linenumber">1</context>
5456 </context-group>
5457 </trans-unit>
5458 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d">
5459 <source>Name cannot be more than 50 characters long.</source>
5460 <target>Длина имени не может превышать 50 Ñимволов.</target>
2262 <context-group name="null"> 5461 <context-group name="null">
2263 <context context-type="linenumber">1</context> 5462 <context context-type="linenumber">1</context>
2264 </context-group> 5463 </context-group>
@@ -2270,6 +5469,20 @@ When you will upload a video in this channel, the video support field will be au
2270 <context context-type="linenumber">1</context> 5469 <context context-type="linenumber">1</context>
2271 </context-group> 5470 </context-group>
2272 </trans-unit> 5471 </trans-unit>
5472 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85">
5473 <source>Support text cannot be more than 1000 characters long.</source>
5474 <target>ТекÑÑ‚ поддержки не должен превышать 1000 Ñимволов.</target>
5475 <context-group name="null">
5476 <context context-type="linenumber">1</context>
5477 </context-group>
5478 </trans-unit>
5479 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79">
5480 <source>Comment is required.</source>
5481 <target>ТребуетÑÑ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ð¹.</target>
5482 <context-group name="null">
5483 <context context-type="linenumber">1</context>
5484 </context-group>
5485 </trans-unit>
2273 <trans-unit id="f5a94cae76685e72f33541b977efdd7845cb0ed6"> 5486 <trans-unit id="f5a94cae76685e72f33541b977efdd7845cb0ed6">
2274 <source>Comment must be at least 2 characters long.</source> 5487 <source>Comment must be at least 2 characters long.</source>
2275 <target>Комментарий должен Ñодержать не менее 2 Ñимволов.</target> 5488 <target>Комментарий должен Ñодержать не менее 2 Ñимволов.</target>
@@ -2277,6 +5490,27 @@ When you will upload a video in this channel, the video support field will be au
2277 <context context-type="linenumber">1</context> 5490 <context context-type="linenumber">1</context>
2278 </context-group> 5491 </context-group>
2279 </trans-unit> 5492 </trans-unit>
5493 <trans-unit id="7c194080446ee6901fd17a8b8648534ffe98b123">
5494 <source>Comment cannot be more than 3000 characters long.</source>
5495 <target>Длина ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ñ Ð½Ðµ может превышать 3000 Ñимволов.</target>
5496 <context-group name="null">
5497 <context context-type="linenumber">1</context>
5498 </context-group>
5499 </trans-unit>
5500 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5501 <source>Display name cannot be more than 120 characters long.</source>
5502 <target>Длина отображаемого имени не должна превышать 120 Ñимволов.</target>
5503 <context-group name="null">
5504 <context context-type="linenumber">1</context>
5505 </context-group>
5506 </trans-unit>
5507 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
5508 <source>Video name is required.</source>
5509 <target>ТребуетÑÑ Ð¸Ð¼Ñ Ð²Ð¸Ð´ÐµÐ¾.</target>
5510 <context-group name="null">
5511 <context context-type="linenumber">1</context>
5512 </context-group>
5513 </trans-unit>
2280 <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c"> 5514 <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c">
2281 <source>Video name must be at least 3 characters long.</source> 5515 <source>Video name must be at least 3 characters long.</source>
2282 <target>Ðазвание видео должно быть не менее 3-Ñ… Ñимволов.</target> 5516 <target>Ðазвание видео должно быть не менее 3-Ñ… Ñимволов.</target>
@@ -2284,6 +5518,20 @@ When you will upload a video in this channel, the video support field will be au
2284 <context context-type="linenumber">1</context> 5518 <context context-type="linenumber">1</context>
2285 </context-group> 5519 </context-group>
2286 </trans-unit> 5520 </trans-unit>
5521 <trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695">
5522 <source>Video name cannot be more than 120 characters long.</source>
5523 <target>Длина имени видео не может превышать 120 Ñимволов.</target>
5524 <context-group name="null">
5525 <context context-type="linenumber">1</context>
5526 </context-group>
5527 </trans-unit>
5528 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16">
5529 <source>Video channel is required.</source>
5530 <target>ТребуетÑÑ Ð²Ð¸Ð´ÐµÐ¾ÐºÐ°Ð½Ð°Ð».</target>
5531 <context-group name="null">
5532 <context context-type="linenumber">1</context>
5533 </context-group>
5534 </trans-unit>
2287 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef"> 5535 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef">
2288 <source>Video description must be at least 3 characters long.</source> 5536 <source>Video description must be at least 3 characters long.</source>
2289 <target>ОпиÑание видео должно быть не менее 3-Ñ… Ñимволов.</target> 5537 <target>ОпиÑание видео должно быть не менее 3-Ñ… Ñимволов.</target>
@@ -2305,5 +5553,50 @@ When you will upload a video in this channel, the video support field will be au
2305 <context context-type="linenumber">1</context> 5553 <context context-type="linenumber">1</context>
2306 </context-group> 5554 </context-group>
2307 </trans-unit> 5555 </trans-unit>
5556 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
5557 <source>Blacklist</source>
5558 <target>Чёрный ÑпиÑок</target>
5559 <context-group name="null">
5560 <context context-type="linenumber">1</context>
5561 </context-group>
5562 </trans-unit>
5563 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
5564 <source>Report</source>
5565 <target>ПожаловатьÑÑ</target>
5566 <context-group name="null">
5567 <context context-type="linenumber">1</context>
5568 </context-group>
5569 </trans-unit>
5570 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
5571 <source>Published</source>
5572 <target>Опубликовано</target>
5573 <context-group name="null">
5574 <context context-type="linenumber">1</context>
5575 </context-group>
5576 </trans-unit>
5577 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
5578 <source>Publication scheduled on </source>
5579 <target>ÐŸÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ñ Ð·Ð°Ð¿Ð»Ð°Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð° на </target>
5580 <context-group name="null">
5581 <context context-type="linenumber">1</context>
5582 </context-group>
5583 </trans-unit>
5584 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
5585 <source>Waiting transcoding</source>
5586 <target>ОжидаетÑÑ Ñ‚Ñ€Ð°Ð½Ñкодирование</target>
5587 <context-group name="null">
5588 <context context-type="linenumber">1</context>
5589 </context-group>
5590 </trans-unit>
5591 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
5592 <source>To transcode</source><target>To transcode</target><context-group name="null">
5593 <context context-type="linenumber">1</context>
5594 </context-group>
5595 </trans-unit>
5596 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
5597 <source>To import</source><target>To import</target><context-group name="null">
5598 <context context-type="linenumber">1</context>
5599 </context-group>
5600 </trans-unit>
2308 </body> 5601 </body>
2309 </file></xliff> \ No newline at end of file 5602 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_sk_SK.xml b/client/src/locale/target/angular_sk_SK.xml
new file mode 100644
index 000000000..84297377c
--- /dev/null
+++ b/client/src/locale/target/angular_sk_SK.xml
@@ -0,0 +1,288 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="sk-SK">
5 <body>
6 <trans-unit id="ngb.alert.close">
7 <source>Close</source>
8 <target>Zatvoriť</target>
9 <context-group name="null">
10 <context context-type="linenumber">2</context>
11 </context-group>
12 </trans-unit>
13 <trans-unit id="ngb.carousel.previous">
14 <source>Previous</source>
15 <target>Predchádzajúce</target>
16 <context-group name="null">
17 <context context-type="linenumber">13</context>
18 </context-group>
19 </trans-unit>
20 <trans-unit id="ngb.carousel.next">
21 <source>Next</source>
22 <target>Ďalšie</target>
23 <context-group name="null">
24 <context context-type="linenumber">17</context>
25 </context-group>
26 </trans-unit>
27 <trans-unit id="ngb.datepicker.previous-month">
28 <source>Previous month</source>
29 <target>Predchádzajúci mesiac</target>
30 <context-group name="null">
31 <context context-type="linenumber">5</context>
32 </context-group>
33 </trans-unit>
34 <trans-unit id="ngb.datepicker.next-month">
35 <source>Next month</source>
36 <target>Budúci mesiac</target>
37 <context-group name="null">
38 <context context-type="linenumber">27</context>
39 </context-group>
40 </trans-unit>
41 <trans-unit id="ngb.datepicker.select-month">
42 <source>Select month</source>
43 <target>Zvoliť mesiac</target>
44 <context-group name="null">
45 <context context-type="linenumber">7</context>
46 </context-group>
47 </trans-unit>
48 <trans-unit id="ngb.datepicker.select-year">
49 <source>Select year</source>
50 <target>Zvoliť rok</target>
51 <context-group name="null">
52 <context context-type="linenumber">16</context>
53 </context-group>
54 </trans-unit>
55 <trans-unit id="ngb.pagination.first">
56 <source>««</source>
57 <target>««</target>
58 <context-group name="null">
59 <context context-type="linenumber">2</context>
60 </context-group>
61 </trans-unit>
62 <trans-unit id="ngb.pagination.previous">
63 <source>«</source>
64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
79 <context-group name="null">
80 <context context-type="linenumber">5</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.first-aria">
84 <source>First</source>
85 <target>Prvé</target>
86 <context-group name="null">
87 <context context-type="linenumber">14</context>
88 </context-group>
89 </trans-unit>
90 <trans-unit id="ngb.pagination.previous-aria">
91 <source>Previous</source>
92 <target>Predchádzajúce</target>
93 <context-group name="null">
94 <context context-type="linenumber">23</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.next-aria">
98 <source>Next</source>
99 <target>Ďalšie</target>
100 <context-group name="null">
101 <context context-type="linenumber">41</context>
102 </context-group>
103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source>
106 <target>Posledné</target>
107 <context-group name="null">
108 <context context-type="linenumber">49</context>
109 </context-group>
110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value">
112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
113 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
114 <context-group name="null">
115 <context context-type="linenumber">6</context>
116 </context-group>
117 </trans-unit>
118 <trans-unit id="ngb.timepicker.increment-hours">
119 <source>Increment hours</source>
120 <target>Pridať hodiny</target>
121 <context-group name="null">
122 <context context-type="linenumber">9</context>
123 </context-group>
124 </trans-unit>
125 <trans-unit id="ngb.timepicker.HH">
126 <source>HH</source>
127 <target>HH</target>
128 <context-group name="null">
129 <context context-type="linenumber">12</context>
130 </context-group>
131 </trans-unit>
132 <trans-unit id="ngb.timepicker.hours">
133 <source>Hours</source>
134 <target>Hodiny</target>
135 <context-group name="null">
136 <context context-type="linenumber">14</context>
137 </context-group>
138 </trans-unit>
139 <trans-unit id="ngb.timepicker.decrement-hours">
140 <source>Decrement hours</source>
141 <target>Ubrať hodiny</target>
142 <context-group name="null">
143 <context context-type="linenumber">20</context>
144 </context-group>
145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source>
148 <target>Pridať minúty</target>
149 <context-group name="null">
150 <context context-type="linenumber">29</context>
151 </context-group>
152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source>
155 <target>MM</target>
156 <context-group name="null">
157 <context context-type="linenumber">32</context>
158 </context-group>
159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source>
162 <target>Minúty</target>
163 <context-group name="null">
164 <context context-type="linenumber">34</context>
165 </context-group>
166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source>
169 <target>Ubrať minúty</target>
170 <context-group name="null">
171 <context context-type="linenumber">40</context>
172 </context-group>
173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source>
176 <target>Pridať sekundy</target>
177 <context-group name="null">
178 <context context-type="linenumber">49</context>
179 </context-group>
180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source>
183 <target>SS</target>
184 <context-group name="null">
185 <context context-type="linenumber">52</context>
186 </context-group>
187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source>
190 <target>Sekundy</target>
191 <context-group name="null">
192 <context context-type="linenumber">54</context>
193 </context-group>
194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source>
197 <target>Ubrať sekundy</target>
198 <context-group name="null">
199 <context context-type="linenumber">60</context>
200 </context-group>
201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source>
204 <target>Popoludní</target>
205 <context-group name="null">
206 <context context-type="linenumber">68</context>
207 </context-group>
208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source>
211 <target>Dopoludnia</target>
212 <context-group name="null">
213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
218 <target>(rozšírenia: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, najväÄÅ¡ia veľkosÅ¥: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
219 <context-group name="null">
220 <context context-type="linenumber">11</context>
221 </context-group>
222 </trans-unit>
223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
224 <source>You don't have notifications.</source>
225 <target>Nemáte upozornenia.</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> zverejnil <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>nové video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 VaÅ¡e video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> bolo vymazané z Äiernej listiny
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 VaÅ¡e video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> bolo pridané na Äiernu listinu
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 </body>
288 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_sv_SE.xml b/client/src/locale/target/angular_sv_SE.xml
index ffa8b19ca..6b8a4ef8c 100644
--- a/client/src/locale/target/angular_sv_SE.xml
+++ b/client/src/locale/target/angular_sv_SE.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Första</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Första</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Föregående</target> 92 <target>Föregående</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Nästa</target> 99 <target>Nästa</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Sista</target> 106 <target>Sista</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,84 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Dra från timmar</target> 141 <target>Dra från timmar</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Lägg till minuter</target> 148 <target>Lägg till minuter</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minuter</target> 162 <target>Minuter</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Dra från minuter</target> 169 <target>Dra från minuter</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Lägg till sekunder</target> 176 <target>Lägg till sekunder</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Sekunder</target> 190 <target>Sekunder</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Dra från sekunder</target> 197 <target>Dra från sekunder</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target> på eftermiddagen</target> 204 <target> på eftermiddagen</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target> på förmiddagen</target> 211 <target> på förmiddagen</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
217 <source>Cancel</source>
218 <target>Avbryt</target>
219 <context-group name="null">
220 <context context-type="linenumber">10</context>
221 </context-group> 214 </context-group>
222 </trans-unit> 215 </trans-unit>
223 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -227,25 +220,462 @@
227 <context context-type="linenumber">11</context> 220 <context context-type="linenumber">11</context>
228 </context-group> 221 </context-group>
229 </trans-unit> 222 </trans-unit>
223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
224 <source>You don't have notifications.</source>
225 <target>Du har inga notifikationer.</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicerade en <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>ny video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 Din video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> är inte längre svartlistad
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 Din video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har svartlistats
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>En anmälan om missbruk<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har skickat in för videon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="3442afd9696d6abcd9210b2cb3cdfb969667ca01">
307 <source>
308 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 Den nyligen tillagda videon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>svartlistats automatiskt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">39</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
326 <source>
327 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har skrivit en kommentar på din video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">47</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
345 <source>
346 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
349 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 Din video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har publicerats
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">55</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
364 <source>
365 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Din videoimport<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> har genomförts
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">63</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
383 <source>
384 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Din videoimport<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> kunde inte genomföras
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">71</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
402 <source>
403 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
407 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
408 </source>
409 <target>
410 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
411
412 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
413 Användarkontot <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> har skapats<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> på din instans
414 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
415 </target>
416 <context-group name="null">
417 <context context-type="linenumber">79</context>
418 </context-group>
419 </trans-unit>
420 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
421 <source>
422 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
423
424 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
425 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
426
427 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
428 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
429 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
430 </source>
431 <target>
432 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
433
434 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
435 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> följer
436
437 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>din kanal <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
438 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>ditt konto<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">87</context>
443 </context-group>
444 </trans-unit>
445 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
446 <source>
447 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
448
449 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
450 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
451 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
452 </source>
453 <target>
454 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
455
456 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
457 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> nämnde dig i en kommentar på videon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
458 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
459 </target>
460 <context-group name="null">
461 <context context-type="linenumber">98</context>
462 </context-group>
463 </trans-unit>
464 <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566">
465 <source>Save to</source>
466 <target>Spara i</target>
467 <context-group name="null">
468 <context context-type="linenumber">4</context>
469 </context-group>
470 </trans-unit>
471 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f">
472 <source>Options</source>
473 <target>Alternativ</target>
474 <context-group name="null">
475 <context context-type="linenumber">9</context>
476 </context-group>
477 </trans-unit>
478 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
479 <source>Start at</source>
480 <target>Börja vid</target>
481 <context-group name="null">
482 <context context-type="linenumber">12</context>
483 </context-group>
484 </trans-unit>
485 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
486 <source>Stop at</source>
487 <target>Sluta vid</target>
488 <context-group name="null">
489 <context context-type="linenumber">54</context>
490 </context-group>
491 </trans-unit>
492 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
493 <source>Display name</source>
494 <target>Visa namn</target>
495 <context-group name="null">
496 <context context-type="linenumber">6</context>
497 </context-group>
498 </trans-unit>
499 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
500 <source>Create</source>
501 <target>Skapa</target>
502 <context-group name="null">
503 <context context-type="linenumber">74</context>
504 </context-group>
505 </trans-unit>
506 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
507 <source>Download video</source>
508 <target>Ladda ner video</target>
509 <context-group name="null">
510 <context context-type="linenumber">3</context>
511 </context-group>
512 </trans-unit>
513 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
514 <source>Direct download</source>
515 <target>Direktnerladdning</target>
516 <context-group name="null">
517 <context context-type="linenumber">27</context>
518 </context-group>
519 </trans-unit>
520 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
521 <source>Torrent (.torrent file)</source>
522 <target>Torrent (.torrent-fil)</target>
523 <context-group name="null">
524 <context context-type="linenumber">32</context>
525 </context-group>
526 </trans-unit>
527 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
528 <source>Torrent (magnet link)</source>
529 <target>Torrent (magnet-länk)</target>
530 <context-group name="null">
531 <context context-type="linenumber">37</context>
532 </context-group>
533 </trans-unit>
534 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
535 <source>
536 Cancel
537 </source>
538 <target>
539 Avbryt
540 </target>
541 <context-group name="null">
542 <context context-type="linenumber">47</context>
543 </context-group>
544 </trans-unit>
545 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
546 <source>Download</source>
547 <target>Ladda ner</target>
548 <context-group name="null">
549 <context context-type="linenumber">48</context>
550 </context-group>
551 </trans-unit>
552 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
553 <source>Report video</source>
554 <target>Anmäl video</target>
555 <context-group name="null">
556 <context context-type="linenumber">3</context>
557 </context-group>
558 </trans-unit>
559 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
560 <source>
561 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
562 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
563 </source>
564 <target>
565 Din rapport kommer skickas till moderatorerna på <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
566 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> Den kommer även skickas vidare till ursprungsinstansen <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
567 </target>
568 <context-group name="null">
569 <context context-type="linenumber">9</context>
570 </context-group>
571 </trans-unit>
572 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
573 <source>Reason...</source>
574 <target>Anledning …</target>
575 <context-group name="null">
576 <context context-type="linenumber">11</context>
577 </context-group>
578 </trans-unit>
579 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
580 <source>
581 Cancel
582 </source>
583 <target>
584 Avbryt
585 </target>
586 <context-group name="null">
587 <context context-type="linenumber">38</context>
588 </context-group>
589 </trans-unit>
590 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
591 <source>Submit</source>
592 <target>Skicka</target>
593 <context-group name="null">
594 <context context-type="linenumber">29</context>
595 </context-group>
596 </trans-unit>
597 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
598 <source>Blacklist video</source>
599 <target>Svartlista video</target>
600 <context-group name="null">
601 <context context-type="linenumber">3</context>
602 </context-group>
603 </trans-unit>
604 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
605 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
606 <target>Ta bort videon från federationen (begär dess radering från fjärrinstanserna)</target>
607 <context-group name="null">
608 <context context-type="linenumber">21</context>
609 </context-group>
610 </trans-unit>
230 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 611 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
231 <source>Unlisted</source> 612 <source>Unlisted</source>
232 <target>Olistad</target> 613 <target>Olistad</target>
233 <context-group name="null"> 614 <context-group name="null">
234 <context context-type="linenumber">10</context> 615 <context context-type="linenumber">17</context>
235 </context-group> 616 </context-group>
236 </trans-unit> 617 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 618 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 619 <source>Private</source>
239 <target>Privat</target> 620 <target>Privat</target>
240 <context-group name="null"> 621 <context-group name="null">
241 <context context-type="linenumber">11</context> 622 <context context-type="linenumber">18</context>
242 </context-group> 623 </context-group>
243 </trans-unit> 624 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 625 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
245 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 626 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
246 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visningar</target> 627 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visningar</target>
247 <context-group name="null"> 628 <context-group name="null">
248 <context context-type="linenumber">16</context> 629 <context context-type="linenumber">22</context>
630 </context-group>
631 </trans-unit>
632 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
633 <source>Blacklisted</source>
634 <target>Svartlistad</target>
635 <context-group name="null">
636 <context context-type="linenumber">39</context>
637 </context-group>
638 </trans-unit>
639 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
640 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
641 <target>{VAR_PLURAL, plural, =0 {Inga videor} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videor} }</target>
642 <context-group name="null">
643 <context context-type="linenumber">9</context>
644 </context-group>
645 </trans-unit>
646 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
647 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
648 <target>Uppdaterades <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target>
649 <context-group name="null">
650 <context context-type="linenumber">29</context>
651 </context-group>
652 </trans-unit>
653 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
654 <source>Edit starts/stops at</source>
655 <target>Redigeringen börjar / slutar vid</target>
656 <context-group name="null">
657 <context context-type="linenumber">33</context>
658 </context-group>
659 </trans-unit>
660 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
661 <source>Save</source>
662 <target>Spara</target>
663 <context-group name="null">
664 <context context-type="linenumber">117</context>
665 </context-group>
666 </trans-unit>
667 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
668 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
669 <target>Ta bort från <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
670 <context-group name="null">
671 <context context-type="linenumber">69</context>
672 </context-group>
673 </trans-unit>
674 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
675 <source>No results.</source>
676 <target>Inga resultat.</target>
677 <context-group name="null">
678 <context context-type="linenumber">20</context>
249 </context-group> 679 </context-group>
250 </trans-unit> 680 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 681 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -384,6 +814,13 @@
384 <context context-type="linenumber">22</context> 814 <context context-type="linenumber">22</context>
385 </context-group> 815 </context-group>
386 </trans-unit> 816 </trans-unit>
817 <trans-unit id="2350869d835dfca2643c32e0ef1f5e35dc64f64b">
818 <source>Default NSFW/sensitive videos policy (can be redefined by the users)</source>
819 <target>Standardpolicy for videor med känsligt eller oförbehållsamt innehåll (kan skrivas om av användarna)</target>
820 <context-group name="null">
821 <context context-type="linenumber">5</context>
822 </context-group>
823 </trans-unit>
387 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b"> 824 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
388 <source>Video quota</source> 825 <source>Video quota</source>
389 <target>Videokvot</target> 826 <target>Videokvot</target>
@@ -399,7 +836,7 @@
399 Obegränsat <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per dag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 836 Obegränsat <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per dag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
400 </target> 837 </target>
401 <context-group name="null"> 838 <context-group name="null">
402 <context context-type="linenumber">14</context> 839 <context context-type="linenumber">28</context>
403 </context-group> 840 </context-group>
404 </trans-unit> 841 </trans-unit>
405 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 842 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -409,13 +846,6 @@
409 <context context-type="linenumber">3</context> 846 <context context-type="linenumber">3</context>
410 </context-group> 847 </context-group>
411 </trans-unit> 848 </trans-unit>
412 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
413 <source>Reason...</source>
414 <target>Anledning …</target>
415 <context-group name="null">
416 <context context-type="linenumber">11</context>
417 </context-group>
418 </trans-unit>
419 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251"> 849 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
420 <source> 850 <source>
421 A banned user will no longer be able to login. 851 A banned user will no longer be able to login.
@@ -424,14 +854,28 @@
424 En blockerad användare kommer inte längre kunna logga in. 854 En blockerad användare kommer inte längre kunna logga in.
425 </target> 855 </target>
426 <context-group name="null"> 856 <context-group name="null">
427 <context context-type="linenumber">17</context> 857 <context context-type="linenumber">18</context>
858 </context-group>
859 </trans-unit>
860 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
861 <source>Cancel</source>
862 <target>Avbryt</target>
863 <context-group name="null">
864 <context context-type="linenumber">10</context>
428 </context-group> 865 </context-group>
429 </trans-unit> 866 </trans-unit>
430 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 867 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
431 <source>Ban this user</source> 868 <source>Ban this user</source>
432 <target>Blockera den här användaren</target> 869 <target>Blockera den här användaren</target>
433 <context-group name="null"> 870 <context-group name="null">
434 <context context-type="linenumber">25</context> 871 <context context-type="linenumber">26</context>
872 </context-group>
873 </trans-unit>
874 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
875 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
876 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
877 <context-group name="null">
878 <context context-type="linenumber">11</context>
435 </context-group> 879 </context-group>
436 </trans-unit> 880 </trans-unit>
437 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 881 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
@@ -513,7 +957,7 @@
513 <source>Login</source> 957 <source>Login</source>
514 <target>Logga in</target> 958 <target>Logga in</target>
515 <context-group name="null"> 959 <context-group name="null">
516 <context context-type="linenumber">36</context> 960 <context context-type="linenumber">32</context>
517 </context-group> 961 </context-group>
518 </trans-unit> 962 </trans-unit>
519 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 963 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -523,6 +967,17 @@
523 <context context-type="linenumber">57</context> 967 <context context-type="linenumber">57</context>
524 </context-group> 968 </context-group>
525 </trans-unit> 969 </trans-unit>
970 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
971 <source>
972 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
973 </source>
974 <target>
975 Du kan tyvärr inte återskapa ditt lösenord då administratören för din instans inte har konfigurerat PeerTubes e-postsystem.
976 </target>
977 <context-group name="null">
978 <context context-type="linenumber">64</context>
979 </context-group>
980 </trans-unit>
526 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 981 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
527 <source>Email</source> 982 <source>Email</source>
528 <target>E-post</target> 983 <target>E-post</target>
@@ -541,7 +996,7 @@
541 <source>Send me an email to reset my password</source> 996 <source>Send me an email to reset my password</source>
542 <target>Skicka ett e-postmeddelande för att återställa mitt lösenord</target> 997 <target>Skicka ett e-postmeddelande för att återställa mitt lösenord</target>
543 <context-group name="null"> 998 <context-group name="null">
544 <context context-type="linenumber">80</context> 999 <context context-type="linenumber">81</context>
545 </context-group> 1000 </context-group>
546 </trans-unit> 1001 </trans-unit>
547 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1002 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -612,7 +1067,7 @@
612 <source>Signup</source> 1067 <source>Signup</source>
613 <target>Registrering</target> 1068 <target>Registrering</target>
614 <context-group name="null"> 1069 <context-group name="null">
615 <context context-type="linenumber">78</context> 1070 <context context-type="linenumber">88</context>
616 </context-group> 1071 </context-group>
617 </trans-unit> 1072 </trans-unit>
618 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 1073 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -671,68 +1126,56 @@
671 <context context-type="linenumber">44</context> 1126 <context context-type="linenumber">44</context>
672 </context-group> 1127 </context-group>
673 </trans-unit> 1128 </trans-unit>
674 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
675 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
676 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> visningar</target>
677 <context-group name="null">
678 <context context-type="linenumber">55</context>
679 </context-group>
680 </trans-unit>
681 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 1129 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
682 <source>Change the language</source> 1130 <source>Change the language</source>
683 <target>Ändra språk</target> 1131 <target>Ändra språk</target>
684 <context-group name="null"> 1132 <context-group name="null">
685 <context context-type="linenumber">86</context> 1133 <context context-type="linenumber">102</context>
686 </context-group> 1134 </context-group>
687 </trans-unit> 1135 </trans-unit>
688 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6"> 1136 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
689 <source> 1137 <source>
690 My public profile 1138 Help to translate PeerTube!
691 </source> 1139 </source>
692 <target> 1140 <target>
693 Min offentliga profil 1141 Hjälp oss översätta PeerTube!
694 </target> 1142 </target>
695 <context-group name="null"> 1143 <context-group name="null">
696 <context context-type="linenumber">16</context> 1144 <context context-type="linenumber">8</context>
697 </context-group> 1145 </context-group>
698 </trans-unit> 1146 </trans-unit>
699 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb"> 1147 <trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a">
700 <source> 1148 <source>My public profile</source>
701 My account 1149 <target>Min offentliga profil</target>
702 </source>
703 <target>
704 Mitt konto
705 </target>
706 <context-group name="null"> 1150 <context-group name="null">
707 <context context-type="linenumber">20</context> 1151 <context context-type="linenumber">17</context>
708 </context-group> 1152 </context-group>
709 </trans-unit> 1153 </trans-unit>
710 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10"> 1154 <trans-unit id="e4825b5d86d89ae0f4c797ba256f66fd8abd4ee6">
711 <source> 1155 <source>My account</source>
712 My videos 1156 <target>Mitt konto</target>
713 </source>
714 <target>
715 Mina videor
716 </target>
717 <context-group name="null"> 1157 <context-group name="null">
718 <context context-type="linenumber">24</context> 1158 <context context-type="linenumber">21</context>
719 </context-group> 1159 </context-group>
720 </trans-unit> 1160 </trans-unit>
721 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1"> 1161 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
722 <source> 1162 <source>Log out</source>
723 Log out 1163 <target>Logga ut</target>
724 </source>
725 <target>
726 Logga ut
727 </target>
728 <context-group name="null"> 1164 <context-group name="null">
729 <context context-type="linenumber">28</context> 1165 <context context-type="linenumber">25</context>
730 </context-group> 1166 </context-group>
731 </trans-unit> 1167 </trans-unit>
732 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1168 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
733 <source>Create an account</source> 1169 <source>Create an account</source>
734 <target>Skapa ett konto</target> 1170 <target>Skapa ett konto</target>
735 <context-group name="null"> 1171 <context-group name="null">
1172 <context context-type="linenumber">33</context>
1173 </context-group>
1174 </trans-unit>
1175 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1176 <source>My library</source>
1177 <target>Mitt bibliotek</target>
1178 <context-group name="null">
736 <context context-type="linenumber">37</context> 1179 <context context-type="linenumber">37</context>
737 </context-group> 1180 </context-group>
738 </trans-unit> 1181 </trans-unit>
@@ -743,74 +1186,116 @@
743 <context context-type="linenumber">24</context> 1186 <context context-type="linenumber">24</context>
744 </context-group> 1187 </context-group>
745 </trans-unit> 1188 </trans-unit>
1189 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1190 <source>Playlists</source>
1191 <target>Spellistor</target>
1192 <context-group name="null">
1193 <context context-type="linenumber">46</context>
1194 </context-group>
1195 </trans-unit>
746 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1196 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
747 <source>Subscriptions</source> 1197 <source>Subscriptions</source>
748 <target>Prenumerationer</target> 1198 <target>Prenumerationer</target>
749 <context-group name="null"> 1199 <context-group name="null">
750 <context context-type="linenumber">45</context> 1200 <context context-type="linenumber">51</context>
1201 </context-group>
1202 </trans-unit>
1203 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1204 <source>History</source>
1205 <target>Historik</target>
1206 <context-group name="null">
1207 <context context-type="linenumber">56</context>
751 </context-group> 1208 </context-group>
752 </trans-unit> 1209 </trans-unit>
753 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 1210 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
754 <source>Overview</source> 1211 <source>Overview</source>
755 <target>Översikt</target> 1212 <target>Översikt</target>
756 <context-group name="null"> 1213 <context-group name="null">
757 <context context-type="linenumber">50</context> 1214 <context context-type="linenumber">66</context>
758 </context-group> 1215 </context-group>
759 </trans-unit> 1216 </trans-unit>
760 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1217 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
761 <source>Trending</source> 1218 <source>Trending</source>
762 <target>Populärt</target> 1219 <target>Populärt</target>
763 <context-group name="null"> 1220 <context-group name="null">
764 <context context-type="linenumber">55</context> 1221 <context context-type="linenumber">71</context>
765 </context-group> 1222 </context-group>
766 </trans-unit> 1223 </trans-unit>
767 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1224 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
768 <source>Recently added</source> 1225 <source>Recently added</source>
769 <target>Nyligen tillagt</target> 1226 <target>Nyligen tillagt</target>
770 <context-group name="null"> 1227 <context-group name="null">
771 <context context-type="linenumber">60</context> 1228 <context context-type="linenumber">76</context>
772 </context-group> 1229 </context-group>
773 </trans-unit> 1230 </trans-unit>
774 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1231 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
775 <source>Local</source> 1232 <source>Local</source>
776 <target>Lokalt</target> 1233 <target>Lokalt</target>
777 <context-group name="null"> 1234 <context-group name="null">
778 <context context-type="linenumber">65</context> 1235 <context context-type="linenumber">81</context>
779 </context-group> 1236 </context-group>
780 </trans-unit> 1237 </trans-unit>
781 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1238 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
782 <source>More</source> 1239 <source>More</source>
783 <target>Mer</target> 1240 <target>Mer</target>
784 <context-group name="null"> 1241 <context-group name="null">
785 <context context-type="linenumber">70</context> 1242 <context context-type="linenumber">86</context>
786 </context-group> 1243 </context-group>
787 </trans-unit> 1244 </trans-unit>
788 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1245 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
789 <source>Administration</source> 1246 <source>Administration</source>
790 <target>Administration</target> 1247 <target>Administration</target>
791 <context-group name="null"> 1248 <context-group name="null">
792 <context context-type="linenumber">74</context> 1249 <context context-type="linenumber">90</context>
793 </context-group> 1250 </context-group>
794 </trans-unit> 1251 </trans-unit>
795 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1252 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
796 <source>About</source> 1253 <source>About</source>
797 <target>Om</target> 1254 <target>Om</target>
798 <context-group name="null"> 1255 <context-group name="null">
799 <context context-type="linenumber">25</context> 1256 <context context-type="linenumber">26</context>
800 </context-group> 1257 </context-group>
801 </trans-unit> 1258 </trans-unit>
802 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1259 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
803 <source>Show keyboard shortcuts</source> 1260 <source>Show keyboard shortcuts</source>
804 <target>Visa kortkommandon</target> 1261 <target>Visa kortkommandon</target>
805 <context-group name="null"> 1262 <context-group name="null">
806 <context context-type="linenumber">89</context> 1263 <context context-type="linenumber">105</context>
807 </context-group> 1264 </context-group>
808 </trans-unit> 1265 </trans-unit>
809 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 1266 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
810 <source>Toggle dark interface</source> 1267 <source>Toggle dark interface</source>
811 <target>Växla mörkt gränssnitt</target> 1268 <target>Växla mörkt gränssnitt</target>
812 <context-group name="null"> 1269 <context-group name="null">
813 <context context-type="linenumber">92</context> 1270 <context context-type="linenumber">108</context>
1271 </context-group>
1272 </trans-unit>
1273 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1274 <source>View your notifications</source>
1275 <target>Se dina notifikationer</target>
1276 <context-group name="null">
1277 <context context-type="linenumber">3</context>
1278 </context-group>
1279 </trans-unit>
1280 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
1281 <source>Notifications</source>
1282 <target>Notifikationer</target>
1283 <context-group name="null">
1284 <context context-type="linenumber">10</context>
1285 </context-group>
1286 </trans-unit>
1287 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1288 <source>Update your notification preferences</source>
1289 <target>Uppdatera dina notifikationsinställningar</target>
1290 <context-group name="null">
1291 <context context-type="linenumber">16</context>
1292 </context-group>
1293 </trans-unit>
1294 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
1295 <source>See all your notifications</source>
1296 <target>Visa alla dina notifikationer</target>
1297 <context-group name="null">
1298 <context context-type="linenumber">30</context>
814 </context-group> 1299 </context-group>
815 </trans-unit> 1300 </trans-unit>
816 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1301 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -841,74 +1326,95 @@
841 <context context-type="linenumber">15</context> 1326 <context context-type="linenumber">15</context>
842 </context-group> 1327 </context-group>
843 </trans-unit> 1328 </trans-unit>
1329 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1330 <source>Original publication year</source>
1331 <target>Ursprungligt publiceringsår</target>
1332 <context-group name="null">
1333 <context context-type="linenumber">24</context>
1334 </context-group>
1335 </trans-unit>
1336 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1337 <source>After...</source>
1338 <target>Efter …</target>
1339 <context-group name="null">
1340 <context context-type="linenumber">30</context>
1341 </context-group>
1342 </trans-unit>
1343 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1344 <source>Before...</source>
1345 <target>Före …</target>
1346 <context-group name="null">
1347 <context context-type="linenumber">37</context>
1348 </context-group>
1349 </trans-unit>
844 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1350 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
845 <source>Duration</source> 1351 <source>Duration</source>
846 <target>Längd</target> 1352 <target>Längd</target>
847 <context-group name="null"> 1353 <context-group name="null">
848 <context context-type="linenumber">24</context> 1354 <context context-type="linenumber">45</context>
849 </context-group> 1355 </context-group>
850 </trans-unit> 1356 </trans-unit>
851 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1357 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
852 <source>Display sensitive content</source> 1358 <source>Display sensitive content</source>
853 <target>Visa känsligt innehåll</target> 1359 <target>Visa känsligt material</target>
854 <context-group name="null"> 1360 <context-group name="null">
855 <context context-type="linenumber">33</context> 1361 <context context-type="linenumber">54</context>
856 </context-group> 1362 </context-group>
857 </trans-unit> 1363 </trans-unit>
858 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 1364 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
859 <source>Yes</source> 1365 <source>Yes</source>
860 <target>Ja</target> 1366 <target>Ja</target>
861 <context-group name="null"> 1367 <context-group name="null">
862 <context context-type="linenumber">37</context> 1368 <context context-type="linenumber">58</context>
863 </context-group> 1369 </context-group>
864 </trans-unit> 1370 </trans-unit>
865 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 1371 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
866 <source>No</source> 1372 <source>No</source>
867 <target>Nej</target> 1373 <target>Nej</target>
868 <context-group name="null"> 1374 <context-group name="null">
869 <context context-type="linenumber">42</context> 1375 <context context-type="linenumber">63</context>
870 </context-group> 1376 </context-group>
871 </trans-unit> 1377 </trans-unit>
872 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 1378 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
873 <source>Category</source> 1379 <source>Category</source>
874 <target>Kategori</target> 1380 <target>Kategori</target>
875 <context-group name="null"> 1381 <context-group name="null">
876 <context context-type="linenumber">164</context> 1382 <context context-type="linenumber">189</context>
877 </context-group> 1383 </context-group>
878 </trans-unit> 1384 </trans-unit>
879 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1385 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
880 <source>Licence</source> 1386 <source>Licence</source>
881 <target>Licens</target> 1387 <target>Licens</target>
882 <context-group name="null"> 1388 <context-group name="null">
883 <context context-type="linenumber">173</context> 1389 <context context-type="linenumber">198</context>
884 </context-group> 1390 </context-group>
885 </trans-unit> 1391 </trans-unit>
886 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1392 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
887 <source>Language</source> 1393 <source>Language</source>
888 <target>Språk</target> 1394 <target>Språk</target>
889 <context-group name="null"> 1395 <context-group name="null">
890 <context context-type="linenumber">182</context> 1396 <context context-type="linenumber">207</context>
891 </context-group> 1397 </context-group>
892 </trans-unit> 1398 </trans-unit>
893 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1399 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
894 <source>All of these tags</source> 1400 <source>All of these tags</source>
895 <target>Samtliga taggar</target> 1401 <target>Samtliga taggar</target>
896 <context-group name="null"> 1402 <context-group name="null">
897 <context context-type="linenumber">82</context> 1403 <context context-type="linenumber">103</context>
898 </context-group> 1404 </context-group>
899 </trans-unit> 1405 </trans-unit>
900 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 1406 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
901 <source>One of these tags</source> 1407 <source>One of these tags</source>
902 <target>En av följande taggar</target> 1408 <target>En av följande taggar</target>
903 <context-group name="null"> 1409 <context-group name="null">
904 <context context-type="linenumber">87</context> 1410 <context context-type="linenumber">108</context>
905 </context-group> 1411 </context-group>
906 </trans-unit> 1412 </trans-unit>
907 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 1413 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
908 <source>Filter</source> 1414 <source>Filter</source>
909 <target>Filtrera</target> 1415 <target>Filtrera</target>
910 <context-group name="null"> 1416 <context-group name="null">
911 <context context-type="linenumber">94</context> 1417 <context context-type="linenumber">115</context>
912 </context-group> 1418 </context-group>
913 </trans-unit> 1419 </trans-unit>
914 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1420 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
@@ -918,13 +1424,6 @@
918 <context context-type="linenumber">14</context> 1424 <context context-type="linenumber">14</context>
919 </context-group> 1425 </context-group>
920 </trans-unit> 1426 </trans-unit>
921 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
922 <source>No results.</source>
923 <target>Inga resultat.</target>
924 <context-group name="null">
925 <context context-type="linenumber">20</context>
926 </context-group>
927 </trans-unit>
928 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6"> 1427 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
929 <source> 1428 <source>
930 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1429 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
@@ -980,22 +1479,46 @@
980 <context context-type="linenumber">7</context> 1479 <context context-type="linenumber">7</context>
981 </context-group> 1480 </context-group>
982 </trans-unit> 1481 </trans-unit>
983 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb"> 1482 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
984 <source> 1483 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
985 Cancel 1484 <target>Kontakta administratör för <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
986 </source>
987 <target>
988 Avbryt
989 </target>
990 <context-group name="null"> 1485 <context-group name="null">
991 <context context-type="linenumber">26</context> 1486 <context context-type="linenumber">3</context>
992 </context-group> 1487 </context-group>
993 </trans-unit> 1488 </trans-unit>
994 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd"> 1489 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
995 <source>Submit</source> 1490 <source>Your name</source>
996 <target>Skicka</target> 1491 <target>Ditt namn</target>
997 <context-group name="null"> 1492 <context-group name="null">
998 <context context-type="linenumber">31</context> 1493 <context context-type="linenumber">11</context>
1494 </context-group>
1495 </trans-unit>
1496 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
1497 <source>Your email</source>
1498 <target>Din e-post</target>
1499 <context-group name="null">
1500 <context context-type="linenumber">20</context>
1501 </context-group>
1502 </trans-unit>
1503 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
1504 <source>Your message</source>
1505 <target>Ditt meddelande</target>
1506 <context-group name="null">
1507 <context context-type="linenumber">29</context>
1508 </context-group>
1509 </trans-unit>
1510 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1511 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1512 <target>Om instansen <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
1513 <context-group name="null">
1514 <context context-type="linenumber">4</context>
1515 </context-group>
1516 </trans-unit>
1517 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1518 <source>Contact administrator</source>
1519 <target>Kontakta administratör</target>
1520 <context-group name="null">
1521 <context context-type="linenumber">6</context>
999 </context-group> 1522 </context-group>
1000 </trans-unit> 1523 </trans-unit>
1001 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 1524 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
@@ -1012,13 +1535,6 @@
1012 <context context-type="linenumber">39</context> 1535 <context context-type="linenumber">39</context>
1013 </context-group> 1536 </context-group>
1014 </trans-unit> 1537 </trans-unit>
1015 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1016 <source>User registration is allowed and</source>
1017 <target>Användarregistrering är tillåten och</target>
1018 <context-group name="null">
1019 <context context-type="linenumber">29</context>
1020 </context-group>
1021 </trans-unit>
1022 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1538 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1023 <source> 1539 <source>
1024 About PeerTube 1540 About PeerTube
@@ -1042,7 +1558,7 @@
1042 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1558 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1043 </source> 1559 </source>
1044 <target> 1560 <target>
1045 Den använder fri mjukvara med öppen källkod, under <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3-licens<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1561 PeerTube använder fri mjukvara med öppen källkod publicerad under licensen <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1046 </target> 1562 </target>
1047 <context-group name="null"> 1563 <context-group name="null">
1048 <context context-type="linenumber">8</context> 1564 <context context-type="linenumber">8</context>
@@ -1053,7 +1569,7 @@
1053 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1569 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1054 </source> 1570 </source>
1055 <target> 1571 <target>
1056 För mer information, besök <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1572 Besök gärna <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för mer information.
1057 </target> 1573 </target>
1058 <context-group name="null"> 1574 <context-group name="null">
1059 <context context-type="linenumber">12</context> 1575 <context context-type="linenumber">12</context>
@@ -1072,8 +1588,8 @@
1072 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video. 1588 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
1073 </source> 1589 </source>
1074 <target> 1590 <target>
1075 PeerTube använder BitTorrent-protokollet för att dela bandbredd mellan användarna. 1591 PeerTube använder protokollet BitTorrent för att dela bandbredd mellan användarna.
1076 Detta gör att din IP-adress sparas i instansens BitTorrent-spårare under tiden du laddar ner eller tittar på en video. 1592 Detta gör att din IP-adress sparas i instansens BitTorrent-hanterare under tiden du laddar ner eller tittar på en video.
1077 </target> 1593 </target>
1078 <context-group name="null"> 1594 <context-group name="null">
1079 <context context-type="linenumber">20</context> 1595 <context context-type="linenumber">20</context>
@@ -1081,7 +1597,7 @@
1081 </trans-unit> 1597 </trans-unit>
1082 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231"> 1598 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
1083 <source>What are the consequences?</source> 1599 <source>What are the consequences?</source>
1084 <target>Vad är konsekvenserna?</target> 1600 <target>Vilka konsekvenser medför det?</target>
1085 <context-group name="null"> 1601 <context-group name="null">
1086 <context context-type="linenumber">25</context> 1602 <context context-type="linenumber">25</context>
1087 </context-group> 1603 </context-group>
@@ -1105,7 +1621,7 @@
1105 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 1621 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
1106 </source> 1622 </source>
1107 <target> 1623 <target>
1108 En HTTP-förfrågan måste skickas till varje spårare för varje video som ska övervakas. 1624 En HTTP-förfrågan måste skickas till varje hanterare för varje video som ska övervakas.
1109 Om vi vill bevaka alla videor på PeerTube måste vi skicka lika många förfrågningar som det finns videor (vilket kan bli ganska många) 1625 Om vi vill bevaka alla videor på PeerTube måste vi skicka lika många förfrågningar som det finns videor (vilket kan bli ganska många)
1110 </target> 1626 </target>
1111 <context-group name="null"> 1627 <context-group name="null">
@@ -1118,8 +1634,8 @@
1118 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm 1634 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm
1119 </source> 1635 </source>
1120 <target> 1636 <target>
1121 För varje skickad förfrågan, returnerar spåraren ett begränsat antal slumpmässiga serventer. 1637 För varje skickad förfrågan, returnerar BitTorrent-hanteraren ett begränsat antal slumpmässiga serventer.
1122 Till exempel, om svärmen innehåller 1000 serventer och spåraren bara skickar 20 serventer per förfrågan, måste minst 50 förfrågningar skickas för att hitta samtliga serventer i svärmen 1638 Till exempel, om svärmen innehåller 1000 serventer och hanteraren bara skickar 20 serventer per förfrågan, måste minst 50 förfrågningar skickas för att hitta samtliga serventer i svärmen
1123 </target> 1639 </target>
1124 <context-group name="null"> 1640 <context-group name="null">
1125 <context context-type="linenumber">38</context> 1641 <context context-type="linenumber">38</context>
@@ -1141,7 +1657,7 @@
1141 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video 1657 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video
1142 </source> 1658 </source>
1143 <target> 1659 <target>
1144 Om en IP-adress sparas i spåraren betyder det inte att personen bakom adressen (om den finns) har sett videon 1660 Att en IP-adress sparas i hanteraren betyder det inte att personen bakom adressen (om den finns) har sett videon
1145 </target> 1661 </target>
1146 <context-group name="null"> 1662 <context-group name="null">
1147 <context context-type="linenumber">47</context> 1663 <context context-type="linenumber">47</context>
@@ -1166,7 +1682,7 @@
1166 </source> 1682 </source>
1167 <target> 1683 <target>
1168 Webbserventer är inte åtkomliga offentligt: eftersom vi använder WebRTC i webbläsaren (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>med WebTorrent-biblioteket<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>) är protokollet inte detsamma som vanlig BitTorrent. 1684 Webbserventer är inte åtkomliga offentligt: eftersom vi använder WebRTC i webbläsaren (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>med WebTorrent-biblioteket<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>) är protokollet inte detsamma som vanlig BitTorrent.
1169 När du använder webbläsaren skickar du en signal till spåraren som slumpmässigt utser andra serventer att skicka informationen till. 1685 När du använder webbläsaren skickar du en signal till hanteraren som slumpmässigt utser andra serventer att skicka informationen till.
1170 Se <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>det här dokumentet<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för mer information 1686 Se <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>det här dokumentet<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för mer information
1171 </target> 1687 </target>
1172 <context-group name="null"> 1688 <context-group name="null">
@@ -1252,14 +1768,14 @@
1252 </trans-unit> 1768 </trans-unit>
1253 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19"> 1769 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19">
1254 <source>Set a limit to the number of peers sent by the tracker</source> 1770 <source>Set a limit to the number of peers sent by the tracker</source>
1255 <target>Begränsa antalet serventer spåraren skickar ut</target> 1771 <target>Begränsa antalet serventer hanteraren skickar ut</target>
1256 <context-group name="null"> 1772 <context-group name="null">
1257 <context context-type="linenumber">91</context> 1773 <context context-type="linenumber">91</context>
1258 </context-group> 1774 </context-group>
1259 </trans-unit> 1775 </trans-unit>
1260 <trans-unit id="a6d732b614143f862e69798046dc0868716547e5"> 1776 <trans-unit id="a6d732b614143f862e69798046dc0868716547e5">
1261 <source>Set a limit on the request frequency received by the tracker (being tested)</source> 1777 <source>Set a limit on the request frequency received by the tracker (being tested)</source>
1262 <target>Begränsa antalet förfrågningar som tas emot av spåraren (testas just nu)</target> 1778 <target>Begränsa antalet förfrågningar som tas emot av hanteraren (testas just nu)</target>
1263 <context-group name="null"> 1779 <context-group name="null">
1264 <context context-type="linenumber">92</context> 1780 <context context-type="linenumber">92</context>
1265 </context-group> 1781 </context-group>
@@ -1376,46 +1892,62 @@
1376 <context context-type="linenumber">21</context> 1892 <context context-type="linenumber">21</context>
1377 </context-group> 1893 </context-group>
1378 </trans-unit> 1894 </trans-unit>
1895 <trans-unit id="8ae5153c547e445a293ee6ef9adfbf4107aa0772">
1896 <source>Dedicated to sensitive or NSFW content</source>
1897 <target>Dedikerad för känsligt eller oförbehållsamt material</target>
1898 <context-group name="null">
1899 <context context-type="linenumber">50</context>
1900 </context-group>
1901 </trans-unit>
1902 <trans-unit id="c9a1f510f6a1365c5bc5615661f8505792889347">
1903 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.&lt;br /&gt;&lt;br /&gt;
1904 Moreover, the NSFW checkbox on video upload will be automatically checked by default.</source>
1905 <target>Den här inställningen låter andra administratörer veta att du huvudsakligen federerar känsligt material.&lt;br /&gt;&lt;br /&gt;
1906 Dessutom kommer rutan för känsligt eller oförbehållsamt innehåll vara ikryssad som standard när videor laddas upp.</target>
1907 <context-group name="null">
1908 <context context-type="linenumber">51</context>
1909 </context-group>
1910 </trans-unit>
1379 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003"> 1911 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
1380 <source>Default client route</source> 1912 <source>Default client route</source>
1381 <target>Klientens standardrouting</target> 1913 <target>Klientens standardrouting</target>
1382 <context-group name="null"> 1914 <context-group name="null">
1383 <context context-type="linenumber">48</context> 1915 <context context-type="linenumber">57</context>
1384 </context-group> 1916 </context-group>
1385 </trans-unit> 1917 </trans-unit>
1386 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1918 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1387 <source>Videos Overview</source> 1919 <source>Videos Overview</source>
1388 <target>Videoöversikt</target> 1920 <target>Videoöversikt</target>
1389 <context-group name="null"> 1921 <context-group name="null">
1390 <context context-type="linenumber">51</context> 1922 <context context-type="linenumber">60</context>
1391 </context-group> 1923 </context-group>
1392 </trans-unit> 1924 </trans-unit>
1393 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1925 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1394 <source>Videos Trending</source> 1926 <source>Videos Trending</source>
1395 <target>Populära videor</target> 1927 <target>Populära videor</target>
1396 <context-group name="null"> 1928 <context-group name="null">
1397 <context context-type="linenumber">52</context> 1929 <context context-type="linenumber">61</context>
1398 </context-group> 1930 </context-group>
1399 </trans-unit> 1931 </trans-unit>
1400 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1932 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1401 <source>Videos Recently Added</source> 1933 <source>Videos Recently Added</source>
1402 <target>Nyligen tillagda videor</target> 1934 <target>Nyligen tillagda videor</target>
1403 <context-group name="null"> 1935 <context-group name="null">
1404 <context context-type="linenumber">53</context> 1936 <context context-type="linenumber">62</context>
1405 </context-group> 1937 </context-group>
1406 </trans-unit> 1938 </trans-unit>
1407 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1939 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1408 <source>Local videos</source> 1940 <source>Local videos</source>
1409 <target>Lokala videor</target> 1941 <target>Lokala videor</target>
1410 <context-group name="null"> 1942 <context-group name="null">
1411 <context context-type="linenumber">54</context> 1943 <context context-type="linenumber">63</context>
1412 </context-group> 1944 </context-group>
1413 </trans-unit> 1945 </trans-unit>
1414 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1946 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1415 <source>Policy on videos containing sensitive content</source> 1947 <source>Policy on videos containing sensitive content</source>
1416 <target>Policy för videor med känsligt innehåll</target> 1948 <target>Policy för videor med känsligt innehåll</target>
1417 <context-group name="null"> 1949 <context-group name="null">
1418 <context context-type="linenumber">61</context> 1950 <context context-type="linenumber">70</context>
1419 </context-group> 1951 </context-group>
1420 </trans-unit> 1952 </trans-unit>
1421 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1953 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1450,42 +1982,42 @@
1450 <source>Signup enabled</source> 1982 <source>Signup enabled</source>
1451 <target>Registrering aktiverad</target> 1983 <target>Registrering aktiverad</target>
1452 <context-group name="null"> 1984 <context-group name="null">
1453 <context context-type="linenumber">84</context> 1985 <context context-type="linenumber">94</context>
1454 </context-group> 1986 </context-group>
1455 </trans-unit> 1987 </trans-unit>
1456 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1988 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1457 <source>Signup requires email verification</source> 1989 <source>Signup requires email verification</source>
1458 <target>Registrering kräver e-postverifikation</target> 1990 <target>Registrering kräver e-postverifikation</target>
1459 <context-group name="null"> 1991 <context-group name="null">
1460 <context context-type="linenumber">91</context> 1992 <context context-type="linenumber">101</context>
1461 </context-group> 1993 </context-group>
1462 </trans-unit> 1994 </trans-unit>
1463 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1995 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1464 <source>Signup limit</source> 1996 <source>Signup limit</source>
1465 <target>Registreringsgräns</target> 1997 <target>Registreringsgräns</target>
1466 <context-group name="null"> 1998 <context-group name="null">
1467 <context context-type="linenumber">96</context> 1999 <context context-type="linenumber">106</context>
1468 </context-group> 2000 </context-group>
1469 </trans-unit> 2001 </trans-unit>
1470 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 2002 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1471 <source>Users</source> 2003 <source>Users</source>
1472 <target>Användare</target> 2004 <target>Användare</target>
1473 <context-group name="null"> 2005 <context-group name="null">
1474 <context context-type="linenumber">105</context> 2006 <context context-type="linenumber">116</context>
1475 </context-group> 2007 </context-group>
1476 </trans-unit> 2008 </trans-unit>
1477 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 2009 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1478 <source>User default video quota</source> 2010 <source>User default video quota</source>
1479 <target>Standardkvot för användares videor</target> 2011 <target>Standardkvot för användares videor</target>
1480 <context-group name="null"> 2012 <context-group name="null">
1481 <context context-type="linenumber">109</context> 2013 <context context-type="linenumber">120</context>
1482 </context-group> 2014 </context-group>
1483 </trans-unit> 2015 </trans-unit>
1484 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 2016 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1485 <source>User default daily upload limit</source> 2017 <source>User default daily upload limit</source>
1486 <target>Standarduppladdningsgräns för användare</target> 2018 <target>Standarduppladdningsgräns för användare</target>
1487 <context-group name="null"> 2019 <context-group name="null">
1488 <context context-type="linenumber">121</context> 2020 <context context-type="linenumber">132</context>
1489 </context-group> 2021 </context-group>
1490 </trans-unit> 2022 </trans-unit>
1491 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 2023 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1499,28 +2031,49 @@
1499 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 2031 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1500 <target>Videoimport med HTTP-URL tillåten (t.ex. YouTube)</target> 2032 <target>Videoimport med HTTP-URL tillåten (t.ex. YouTube)</target>
1501 <context-group name="null"> 2033 <context-group name="null">
1502 <context context-type="linenumber">141</context> 2034 <context context-type="linenumber">153</context>
1503 </context-group> 2035 </context-group>
1504 </trans-unit> 2036 </trans-unit>
1505 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 2037 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1506 <source>Video import with a torrent file or a magnet URI enabled</source> 2038 <source>Video import with a torrent file or a magnet URI enabled</source>
1507 <target>Videoimport med torrentfil eller magnet-URI är tillåten</target> 2039 <target>Videoimport med torrentfil eller magnet-URI är tillåten</target>
1508 <context-group name="null"> 2040 <context-group name="null">
1509 <context context-type="linenumber">148</context> 2041 <context context-type="linenumber">160</context>
2042 </context-group>
2043 </trans-unit>
2044 <trans-unit id="51ee3dafebdb4c05d300b18bb4a997c10b1d7891">
2045 <source>Auto-blacklist</source>
2046 <target>Automatisk svartlistning</target>
2047 <context-group name="null">
2048 <context context-type="linenumber">168</context>
2049 </context-group>
2050 </trans-unit>
2051 <trans-unit id="b78d9ff04931504a241a6c6fc394d677c7a0946c">
2052 <source>New videos of users automatically blacklisted enabled</source>
2053 <target>Automatisk svartlistning av nya användares videor har aktiverats</target>
2054 <context-group name="null">
2055 <context context-type="linenumber">177</context>
1510 </context-group> 2056 </context-group>
1511 </trans-unit> 2057 </trans-unit>
1512 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 2058 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1513 <source>Administrator</source> 2059 <source>Administrator</source>
1514 <target>Administratör</target> 2060 <target>Administratör</target>
1515 <context-group name="null"> 2061 <context-group name="null">
1516 <context context-type="linenumber">155</context> 2062 <context context-type="linenumber">208</context>
1517 </context-group> 2063 </context-group>
1518 </trans-unit> 2064 </trans-unit>
1519 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 2065 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1520 <source>Admin email</source> 2066 <source>Admin email</source>
1521 <target>Administratörens e-postadress</target> 2067 <target>Administratörens e-postadress</target>
1522 <context-group name="null"> 2068 <context-group name="null">
1523 <context context-type="linenumber">158</context> 2069 <context context-type="linenumber">211</context>
2070 </context-group>
2071 </trans-unit>
2072 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
2073 <source>Enable contact form</source>
2074 <target>Aktivera kontaktformulär</target>
2075 <context-group name="null">
2076 <context context-type="linenumber">222</context>
1524 </context-group> 2077 </context-group>
1525 </trans-unit> 2078 </trans-unit>
1526 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 2079 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1534,70 +2087,95 @@
1534 <source>Twitter</source> 2087 <source>Twitter</source>
1535 <target>Twitter</target> 2088 <target>Twitter</target>
1536 <context-group name="null"> 2089 <context-group name="null">
1537 <context context-type="linenumber">178</context> 2090 <context context-type="linenumber">231</context>
1538 </context-group> 2091 </context-group>
1539 </trans-unit> 2092 </trans-unit>
1540 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 2093 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1541 <source>Your Twitter username</source> 2094 <source>Your Twitter username</source>
1542 <target>Ditt användarnamn på Twitter</target> 2095 <target>Ditt användarnamn på Twitter</target>
1543 <context-group name="null"> 2096 <context-group name="null">
1544 <context context-type="linenumber">184</context> 2097 <context context-type="linenumber">237</context>
1545 </context-group> 2098 </context-group>
1546 </trans-unit> 2099 </trans-unit>
1547 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 2100 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1548 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 2101 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1549 <target>Webbplatsens eller plattformens Twitterkonto, på vilken innehållet publicerades.</target> 2102 <target>Webbplatsens eller plattformens Twitterkonto, på vilken innehållet publicerades.</target>
1550 <context-group name="null"> 2103 <context-group name="null">
1551 <context context-type="linenumber">187</context> 2104 <context context-type="linenumber">240</context>
1552 </context-group> 2105 </context-group>
1553 </trans-unit> 2106 </trans-unit>
1554 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 2107 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1555 <source>Instance whitelisted by Twitter</source> 2108 <source>Instance whitelisted by Twitter</source>
1556 <target>Instans vitlistad av Twitter</target> 2109 <target>Instans vitlistad av Twitter</target>
1557 <context-group name="null"> 2110 <context-group name="null">
1558 <context context-type="linenumber">199</context> 2111 <context context-type="linenumber">252</context>
2112 </context-group>
2113 </trans-unit>
2114 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
2115 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
2116 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
2117 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
2118 <target>Om din instans är vitlistad av Twitter kommer en videospelare bäddas in i Twitterflödet när en PeerTube-video delas.&lt;br /&gt;
2119 Om instansen inte är vitlistad använder vi en bild som länkar till din PeerTube-instans.&lt;br /&gt;&lt;br /&gt;
2120 Kryssa i den här rutan, spara inställningarna och testa med en videolänk från din instans (https://example.com/videos/watch/blabla) på &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; för att se om din instans är vitlistad.</target>
2121 <context-group name="null">
2122 <context context-type="linenumber">253</context>
1559 </context-group> 2123 </context-group>
1560 </trans-unit> 2124 </trans-unit>
1561 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 2125 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1562 <source>Services</source> 2126 <source>Services</source>
1563 <target>Tjänster</target> 2127 <target>Tjänster</target>
1564 <context-group name="null"> 2128 <context-group name="null">
1565 <context context-type="linenumber">176</context> 2129 <context context-type="linenumber">229</context>
1566 </context-group> 2130 </context-group>
1567 </trans-unit> 2131 </trans-unit>
1568 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 2132 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1569 <source>Transcoding</source> 2133 <source>Transcoding</source>
1570 <target>Omkodning</target> 2134 <target>Omkodning</target>
1571 <context-group name="null"> 2135 <context-group name="null">
1572 <context context-type="linenumber">215</context> 2136 <context context-type="linenumber">268</context>
1573 </context-group> 2137 </context-group>
1574 </trans-unit> 2138 </trans-unit>
1575 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 2139 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1576 <source>Transcoding enabled</source> 2140 <source>Transcoding enabled</source>
1577 <target>Omkodning aktiverad</target> 2141 <target>Omkodning aktiverad</target>
1578 <context-group name="null"> 2142 <context-group name="null">
1579 <context context-type="linenumber">221</context> 2143 <context context-type="linenumber">274</context>
1580 </context-group> 2144 </context-group>
1581 </trans-unit> 2145 </trans-unit>
1582 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 2146 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1583 <source>If you disable transcoding, many videos from your users will not work!</source> 2147 <source>If you disable transcoding, many videos from your users will not work!</source>
1584 <target>Om du avaktiverar omkodning, kommer många av dina användares videor inte fungera!</target> 2148 <target>Om du avaktiverar omkodning, kommer många av dina användares videor inte fungera!</target>
1585 <context-group name="null"> 2149 <context-group name="null">
1586 <context context-type="linenumber">222</context> 2150 <context context-type="linenumber">275</context>
2151 </context-group>
2152 </trans-unit>
2153 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
2154 <source>Allow additional extensions</source>
2155 <target>Tillåt ytterligare filändelser</target>
2156 <context-group name="null">
2157 <context context-type="linenumber">284</context>
2158 </context-group>
2159 </trans-unit>
2160 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
2161 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
2162 <target>Tillåt dina användare att ladda upp .mkv, .mov, .avi och .flv-videor</target>
2163 <context-group name="null">
2164 <context context-type="linenumber">285</context>
1587 </context-group> 2165 </context-group>
1588 </trans-unit> 2166 </trans-unit>
1589 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 2167 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1590 <source>Transcoding threads</source> 2168 <source>Transcoding threads</source>
1591 <target>Omkodningstrådar</target> 2169 <target>Omkodningstrådar</target>
1592 <context-group name="null"> 2170 <context-group name="null">
1593 <context context-type="linenumber">237</context> 2171 <context context-type="linenumber">290</context>
1594 </context-group> 2172 </context-group>
1595 </trans-unit> 2173 </trans-unit>
1596 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 2174 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1597 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 2175 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1598 <target>Upplösningen <x id="INTERPOLATION" equiv-text="{{resolution}}"/> tillåten</target> 2176 <target>Upplösningen <x id="INTERPOLATION" equiv-text="{{resolution}}"/> tillåten</target>
1599 <context-group name="null"> 2177 <context-group name="null">
1600 <context context-type="linenumber">252</context> 2178 <context context-type="linenumber">305</context>
1601 </context-group> 2179 </context-group>
1602 </trans-unit> 2180 </trans-unit>
1603 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 2181 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1612,70 +2190,105 @@
1612 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 2190 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1613 </target> 2191 </target>
1614 <context-group name="null"> 2192 <context-group name="null">
1615 <context context-type="linenumber">260</context> 2193 <context context-type="linenumber">313</context>
1616 </context-group> 2194 </context-group>
1617 </trans-unit> 2195 </trans-unit>
1618 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 2196 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1619 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 2197 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1620 <target>Vissa filer är inte federerade (till exempel förhandsvisningar och undertexter). Vi kan hämta dem direkt från ursprungsinstansen och cachelagra dem.</target> 2198 <target>Vissa filer är inte federerade (till exempel förhandsvisningar och undertexter). Vi kan hämta dem direkt från ursprungsinstansen och cachelagra dem.</target>
1621 <context-group name="null"> 2199 <context-group name="null">
1622 <context context-type="linenumber">265</context> 2200 <context context-type="linenumber">318</context>
1623 </context-group> 2201 </context-group>
1624 </trans-unit> 2202 </trans-unit>
1625 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 2203 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1626 <source>Previews cache size</source> 2204 <source>Previews cache size</source>
1627 <target>Förhandsvisningens cachestorlek</target> 2205 <target>Förhandsvisningens cachestorlek</target>
1628 <context-group name="null"> 2206 <context-group name="null">
1629 <context context-type="linenumber">271</context> 2207 <context context-type="linenumber">324</context>
1630 </context-group> 2208 </context-group>
1631 </trans-unit> 2209 </trans-unit>
1632 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 2210 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1633 <source>Video captions cache size</source> 2211 <source>Video captions cache size</source>
1634 <target>Undertexternas cachestorlek</target> 2212 <target>Undertexternas cachestorlek</target>
1635 <context-group name="null"> 2213 <context-group name="null">
1636 <context context-type="linenumber">280</context> 2214 <context context-type="linenumber">333</context>
1637 </context-group> 2215 </context-group>
1638 </trans-unit> 2216 </trans-unit>
1639 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 2217 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1640 <source>Customizations</source> 2218 <source>Customizations</source>
1641 <target>Anpassningar</target> 2219 <target>Anpassningar</target>
1642 <context-group name="null"> 2220 <context-group name="null">
1643 <context context-type="linenumber">289</context> 2221 <context context-type="linenumber">342</context>
1644 </context-group> 2222 </context-group>
1645 </trans-unit> 2223 </trans-unit>
1646 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 2224 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1647 <source>JavaScript</source> 2225 <source>JavaScript</source>
1648 <target>JavaScript</target> 2226 <target>JavaScript</target>
1649 <context-group name="null"> 2227 <context-group name="null">
1650 <context context-type="linenumber">294</context> 2228 <context context-type="linenumber">347</context>
1651 </context-group> 2229 </context-group>
1652 </trans-unit> 2230 </trans-unit>
1653 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 2231 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1654 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 2232 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1655 <target>Skriv direkt med JavaScript-kod.&lt;br /&gt;Exempel: &lt;pre&gt;console.log('min instans är fantastisk');&lt;/pre&gt;</target> 2233 <target>Skriv direkt med JavaScript-kod.&lt;br /&gt;Exempel: &lt;pre&gt;console.log('min instans är fantastisk');&lt;/pre&gt;</target>
1656 <context-group name="null"> 2234 <context-group name="null">
1657 <context context-type="linenumber">297</context> 2235 <context context-type="linenumber">350</context>
2236 </context-group>
2237 </trans-unit>
2238 <trans-unit id="d90e081933221a99c87e2ad9769afb6be6ff6fc4">
2239 <source>
2240 Write directly CSS code. Example:&lt;br /&gt;&lt;br /&gt;
2241 &lt;pre&gt;
2242 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2243 color: red;
2244 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2245 &lt;/pre&gt;
2246
2247 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:&lt;br /&gt;&lt;br /&gt;
2248 &lt;pre&gt;
2249 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2250 color: red;
2251 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2252 &lt;/pre&gt;
2253 </source>
2254 <target>
2255 Skriv din CSS-kode här. Exempel:&lt;br /&gt;&lt;br /&gt;
2256 &lt;pre&gt;
2257 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2258 color: red;
2259 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2260 &lt;/pre&gt;
2261
2262 Lägg till &lt;em&gt;#custom-css&lt;/em&gt; för att skriva över standardstilen. Exempel:&lt;br /&gt;&lt;br /&gt;
2263 &lt;pre&gt;
2264 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2265 color: red;
2266 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2267 &lt;/pre&gt;
2268 </target>
2269 <context-group name="null">
2270 <context context-type="linenumber">364</context>
1658 </context-group> 2271 </context-group>
1659 </trans-unit> 2272 </trans-unit>
1660 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 2273 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1661 <source>Advanced configuration</source> 2274 <source>Advanced configuration</source>
1662 <target>Avancerade inställningar</target> 2275 <target>Avancerade inställningar</target>
1663 <context-group name="null"> 2276 <context-group name="null">
1664 <context context-type="linenumber">212</context> 2277 <context context-type="linenumber">265</context>
1665 </context-group> 2278 </context-group>
1666 </trans-unit> 2279 </trans-unit>
1667 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 2280 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1668 <source>Update configuration</source> 2281 <source>Update configuration</source>
1669 <target>Uppdatera inställningar</target> 2282 <target>Uppdatera inställningar</target>
1670 <context-group name="null"> 2283 <context-group name="null">
1671 <context context-type="linenumber">340</context> 2284 <context context-type="linenumber">393</context>
1672 </context-group> 2285 </context-group>
1673 </trans-unit> 2286 </trans-unit>
1674 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 2287 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1675 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2288 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1676 <target>Det verkar som att konfigurationen inte stämmer. Sök efter eventuella fel i de olika flikarna.</target> 2289 <target>Det verkar som att konfigurationen inte stämmer. Sök efter eventuella fel i de olika flikarna.</target>
1677 <context-group name="null"> 2290 <context-group name="null">
1678 <context context-type="linenumber">341</context> 2291 <context context-type="linenumber">394</context>
1679 </context-group> 2292 </context-group>
1680 </trans-unit> 2293 </trans-unit>
1681 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2294 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1709,16 +2322,6 @@ Hantera följare</target>
1709 <context context-type="linenumber">11</context> 2322 <context context-type="linenumber">11</context>
1710 </context-group> 2323 </context-group>
1711 </trans-unit> 2324 </trans-unit>
1712 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368">
1713 <source>
1714 Jobs
1715 </source>
1716 <target>
1717Jobb</target>
1718 <context-group name="null">
1719 <context context-type="linenumber">15</context>
1720 </context-group>
1721 </trans-unit>
1722 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 2325 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1723 <source> 2326 <source>
1724 Configuration 2327 Configuration
@@ -1726,7 +2329,7 @@ Jobb</target>
1726 <target> 2329 <target>
1727Konfiguration</target> 2330Konfiguration</target>
1728 <context-group name="null"> 2331 <context-group name="null">
1729 <context context-type="linenumber">19</context> 2332 <context context-type="linenumber">15</context>
1730 </context-group> 2333 </context-group>
1731 </trans-unit> 2334 </trans-unit>
1732 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 2335 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
@@ -1767,20 +2370,6 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
1767 <context context-type="linenumber">18</context> 2370 <context context-type="linenumber">18</context>
1768 </context-group> 2371 </context-group>
1769 </trans-unit> 2372 </trans-unit>
1770 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1771 <source>Score</source>
1772 <target>Poäng</target>
1773 <context-group name="null">
1774 <context context-type="linenumber">17</context>
1775 </context-group>
1776 </trans-unit>
1777 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1778 <source>Host</source>
1779 <target>Värd</target>
1780 <context-group name="null">
1781 <context context-type="linenumber">19</context>
1782 </context-group>
1783 </trans-unit>
1784 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2373 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
1785 <source>State</source> 2374 <source>State</source>
1786 <target>Status</target> 2375 <target>Status</target>
@@ -1788,6 +2377,13 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
1788 <context context-type="linenumber">10</context> 2377 <context context-type="linenumber">10</context>
1789 </context-group> 2378 </context-group>
1790 </trans-unit> 2379 </trans-unit>
2380 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
2381 <source>Score</source>
2382 <target>Poäng</target>
2383 <context-group name="null">
2384 <context context-type="linenumber">19</context>
2385 </context-group>
2386 </trans-unit>
1791 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2387 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1792 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2388 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1793 <target>Skapad <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2389 <target>Skapad <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -1809,6 +2405,20 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
1809 <context context-type="linenumber">33</context> 2405 <context context-type="linenumber">33</context>
1810 </context-group> 2406 </context-group>
1811 </trans-unit> 2407 </trans-unit>
2408 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2409 <source>Refuse</source>
2410 <target>Neka</target>
2411 <context-group name="null">
2412 <context context-type="linenumber">42</context>
2413 </context-group>
2414 </trans-unit>
2415 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
2416 <source>Host</source>
2417 <target>Värd</target>
2418 <context-group name="null">
2419 <context context-type="linenumber">19</context>
2420 </context-group>
2421 </trans-unit>
1812 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8"> 2422 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
1813 <source>Redundancy allowed</source> 2423 <source>Redundancy allowed</source>
1814 <target>Redundans tillåten</target> 2424 <target>Redundans tillåten</target>
@@ -1844,34 +2454,6 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
1844 <context context-type="linenumber">9</context> 2454 <context context-type="linenumber">9</context>
1845 </context-group> 2455 </context-group>
1846 </trans-unit> 2456 </trans-unit>
1847 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1848 <source>Jobs list</source>
1849 <target>Jobblista</target>
1850 <context-group name="null">
1851 <context context-type="linenumber">2</context>
1852 </context-group>
1853 </trans-unit>
1854 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1855 <source>Type</source>
1856 <target>Typ</target>
1857 <context-group name="null">
1858 <context context-type="linenumber">19</context>
1859 </context-group>
1860 </trans-unit>
1861 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
1862 <source>Processed on</source>
1863 <target>Beräknad på</target>
1864 <context-group name="null">
1865 <context context-type="linenumber">22</context>
1866 </context-group>
1867 </trans-unit>
1868 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
1869 <source>Finished on</source>
1870 <target>Slutförd på</target>
1871 <context-group name="null">
1872 <context context-type="linenumber">23</context>
1873 </context-group>
1874 </trans-unit>
1875 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 2457 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1876 <source>Create user</source> 2458 <source>Create user</source>
1877 <target>Skapa användare</target> 2459 <target>Skapa användare</target>
@@ -1927,6 +2509,48 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
1927 <context context-type="linenumber">72</context> 2509 <context context-type="linenumber">72</context>
1928 </context-group> 2510 </context-group>
1929 </trans-unit> 2511 </trans-unit>
2512 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2513 <source>Danger Zone</source>
2514 <target>Farozon</target>
2515 <context-group name="null">
2516 <context context-type="linenumber">93</context>
2517 </context-group>
2518 </trans-unit>
2519 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2520 <source>Send a link to reset the password by email to the user</source>
2521 <target>Skicka en länk till användaren per e-post för att återställa lösenordet</target>
2522 <context-group name="null">
2523 <context context-type="linenumber">96</context>
2524 </context-group>
2525 </trans-unit>
2526 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2527 <source>Ask for new password</source>
2528 <target>Fråga efter ett nytt lösenord</target>
2529 <context-group name="null">
2530 <context context-type="linenumber">97</context>
2531 </context-group>
2532 </trans-unit>
2533 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2534 <source>Manually set the user password</source>
2535 <target>Ändra användarens lösenord manuellt</target>
2536 <context-group name="null">
2537 <context context-type="linenumber">101</context>
2538 </context-group>
2539 </trans-unit>
2540 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2541 <source>Show</source>
2542 <target>Visa</target>
2543 <context-group name="null">
2544 <context context-type="linenumber">10</context>
2545 </context-group>
2546 </trans-unit>
2547 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2548 <source>Hide</source>
2549 <target>Dölj</target>
2550 <context-group name="null">
2551 <context context-type="linenumber">11</context>
2552 </context-group>
2553 </trans-unit>
1930 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2554 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
1931 <source>Users list</source> 2555 <source>Users list</source>
1932 <target>Användarlista</target> 2556 <target>Användarlista</target>
@@ -1959,7 +2583,7 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
1959 <source>Go to the account page</source> 2583 <source>Go to the account page</source>
1960 <target>GÃ¥ till kontots sida</target> 2584 <target>GÃ¥ till kontots sida</target>
1961 <context-group name="null"> 2585 <context-group name="null">
1962 <context context-type="linenumber">133</context> 2586 <context context-type="linenumber">153</context>
1963 </context-group> 2587 </context-group>
1964 </trans-unit> 2588 </trans-unit>
1965 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2589 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -1998,14 +2622,14 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
1998 Den här kommentaren kan endast ses av dig och de andra moderatorerna. 2622 Den här kommentaren kan endast ses av dig och de andra moderatorerna.
1999 </target> 2623 </target>
2000 <context-group name="null"> 2624 <context-group name="null">
2001 <context context-type="linenumber">17</context> 2625 <context context-type="linenumber">18</context>
2002 </context-group> 2626 </context-group>
2003 </trans-unit> 2627 </trans-unit>
2004 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 2628 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
2005 <source>Update this comment</source> 2629 <source>Update this comment</source>
2006 <target>Uppdatera den här kommentaren</target> 2630 <target>Uppdatera den här kommentaren</target>
2007 <context-group name="null"> 2631 <context-group name="null">
2008 <context context-type="linenumber">25</context> 2632 <context context-type="linenumber">26</context>
2009 </context-group> 2633 </context-group>
2010 </trans-unit> 2634 </trans-unit>
2011 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 2635 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -2078,6 +2702,13 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2078 <context context-type="linenumber">9</context> 2702 <context context-type="linenumber">9</context>
2079 </context-group> 2703 </context-group>
2080 </trans-unit> 2704 </trans-unit>
2705 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2706 <source>Unfederated</source>
2707 <target>Inte federerad</target>
2708 <context-group name="null">
2709 <context context-type="linenumber">10</context>
2710 </context-group>
2711 </trans-unit>
2081 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 2712 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
2082 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2713 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2083 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2714 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -2092,6 +2723,13 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2092 <context context-type="linenumber">43</context> 2723 <context context-type="linenumber">43</context>
2093 </context-group> 2724 </context-group>
2094 </trans-unit> 2725 </trans-unit>
2726 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2727 <source>Unblacklist</source>
2728 <target>Ta bort från svartlista</target>
2729 <context-group name="null">
2730 <context context-type="linenumber">16</context>
2731 </context-group>
2732 </trans-unit>
2095 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2733 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2096 <source>Moderation</source> 2734 <source>Moderation</source>
2097 <target>Moderation</target> 2735 <target>Moderation</target>
@@ -2106,13 +2744,20 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2106 <context context-type="linenumber">5</context> 2744 <context context-type="linenumber">5</context>
2107 </context-group> 2745 </context-group>
2108 </trans-unit> 2746 </trans-unit>
2109 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1"> 2747 <trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9">
2110 <source>Blacklisted videos</source> 2748 <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source>
2111 <target>Svartlistade videor</target> 2749 <target><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manuellt svartlistade videor' : 'Svartlistade videor' }}"/></target>
2112 <context-group name="null"> 2750 <context-group name="null">
2113 <context context-type="linenumber">7</context> 2751 <context context-type="linenumber">7</context>
2114 </context-group> 2752 </context-group>
2115 </trans-unit> 2753 </trans-unit>
2754 <trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45">
2755 <source>Auto-blacklisted videos</source>
2756 <target>Automatiskt svartlistade videor</target>
2757 <context-group name="null">
2758 <context context-type="linenumber">9</context>
2759 </context-group>
2760 </trans-unit>
2116 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2761 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2117 <source>Muted accounts</source> 2762 <source>Muted accounts</source>
2118 <target>Ignorerade konton</target> 2763 <target>Ignorerade konton</target>
@@ -2124,7 +2769,7 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2124 <source>Muted servers</source> 2769 <source>Muted servers</source>
2125 <target>Ignorerade servrar</target> 2770 <target>Ignorerade servrar</target>
2126 <context-group name="null"> 2771 <context-group name="null">
2127 <context context-type="linenumber">11</context> 2772 <context context-type="linenumber">13</context>
2128 </context-group> 2773 </context-group>
2129 </trans-unit> 2774 </trans-unit>
2130 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2775 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2148,6 +2793,34 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2148 <context context-type="linenumber">23</context> 2793 <context context-type="linenumber">23</context>
2149 </context-group> 2794 </context-group>
2150 </trans-unit> 2795 </trans-unit>
2796 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2797 <source>Jobs list</source>
2798 <target>Jobblista</target>
2799 <context-group name="null">
2800 <context context-type="linenumber">2</context>
2801 </context-group>
2802 </trans-unit>
2803 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2804 <source>Type</source>
2805 <target>Typ</target>
2806 <context-group name="null">
2807 <context context-type="linenumber">19</context>
2808 </context-group>
2809 </trans-unit>
2810 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2811 <source>Processed on</source>
2812 <target>Beräknad på</target>
2813 <context-group name="null">
2814 <context context-type="linenumber">22</context>
2815 </context-group>
2816 </trans-unit>
2817 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2818 <source>Finished on</source>
2819 <target>Slutförd på</target>
2820 <context-group name="null">
2821 <context context-type="linenumber">23</context>
2822 </context-group>
2823 </trans-unit>
2151 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 2824 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
2152 <source>Video quota:</source> 2825 <source>Video quota:</source>
2153 <target>Videokvot:</target> 2826 <target>Videokvot:</target>
@@ -2180,14 +2853,14 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2180 <source>Change ownership</source> 2853 <source>Change ownership</source>
2181 <target>Ändra ägarskap</target> 2854 <target>Ändra ägarskap</target>
2182 <context-group name="null"> 2855 <context-group name="null">
2183 <context context-type="linenumber">46</context> 2856 <context context-type="linenumber">21</context>
2184 </context-group> 2857 </context-group>
2185 </trans-unit> 2858 </trans-unit>
2186 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2859 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
2187 <source>Select the next owner</source> 2860 <source>Select the next owner</source>
2188 <target>Välj nästa ägare</target> 2861 <target>Välj nästa ägare</target>
2189 <context-group name="null"> 2862 <context-group name="null">
2190 <context context-type="linenumber">9</context> 2863 <context context-type="linenumber">10</context>
2191 </context-group> 2864 </context-group>
2192 </trans-unit> 2865 </trans-unit>
2193 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8"> 2866 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
@@ -2201,34 +2874,9 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2201 <context context-type="linenumber">35</context> 2874 <context context-type="linenumber">35</context>
2202 </context-group> 2875 </context-group>
2203 </trans-unit> 2876 </trans-unit>
2204 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79"> 2877 <trans-unit id="16f3de2dba2a3461d7f7a36157d22e6898bb3244">
2205 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2878 <source>Create a new video channel</source>
2206 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visningar</target> 2879 <target>Skapa en ny videokanal</target>
2207 <context-group name="null">
2208 <context context-type="linenumber">19</context>
2209 </context-group>
2210 </trans-unit>
2211 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2212 <source>Blacklisted</source>
2213 <target>Svartlistad</target>
2214 <context-group name="null">
2215 <context context-type="linenumber">22</context>
2216 </context-group>
2217 </trans-unit>
2218 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2219 <source>
2220 Cancel
2221 </source>
2222 <target>
2223 Avbryt
2224 </target>
2225 <context-group name="null">
2226 <context context-type="linenumber">30</context>
2227 </context-group>
2228 </trans-unit>
2229 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2230 <source>Create another video channel</source>
2231 <target>Skapa en annan videokanal</target>
2232 <context-group name="null"> 2880 <context-group name="null">
2233 <context context-type="linenumber">4</context> 2881 <context context-type="linenumber">4</context>
2234 </context-group> 2882 </context-group>
@@ -2254,13 +2902,6 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2254 <context context-type="linenumber">15</context> 2902 <context context-type="linenumber">15</context>
2255 </context-group> 2903 </context-group>
2256 </trans-unit> 2904 </trans-unit>
2257 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2258 <source>Display name</source>
2259 <target>Visa namn</target>
2260 <context-group name="null">
2261 <context context-type="linenumber">6</context>
2262 </context-group>
2263 </trans-unit>
2264 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2905 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2265 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2906 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2266When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2907When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2309,7 +2950,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2309 <source>Select the target channel</source> 2950 <source>Select the target channel</source>
2310 <target>Välj målkanal</target> 2951 <target>Välj målkanal</target>
2311 <context-group name="null"> 2952 <context-group name="null">
2312 <context context-type="linenumber">9</context> 2953 <context context-type="linenumber">10</context>
2313 </context-group> 2954 </context-group>
2314 </trans-unit> 2955 </trans-unit>
2315 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740"> 2956 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
@@ -2350,14 +2991,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2350 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source> 2991 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
2351 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target> 2992 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
2352 <context-group name="null"> 2993 <context-group name="null">
2353 <context context-type="linenumber">39</context> 2994 <context context-type="linenumber">38</context>
2354 </context-group>
2355 </trans-unit>
2356 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2357 <source>Refuse</source>
2358 <target>Neka</target>
2359 <context-group name="null">
2360 <context context-type="linenumber">47</context>
2361 </context-group> 2995 </context-group>
2362 </trans-unit> 2996 </trans-unit>
2363 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e"> 2997 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
@@ -2367,6 +3001,94 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2367 <context context-type="linenumber">2</context> 3001 <context context-type="linenumber">2</context>
2368 </context-group> 3002 </context-group>
2369 </trans-unit> 3003 </trans-unit>
3004 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
3005 <source>History enabled</source>
3006 <target>Historik påslagen</target>
3007 <context-group name="null">
3008 <context context-type="linenumber">4</context>
3009 </context-group>
3010 </trans-unit>
3011 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
3012 <source>
3013 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3014 Delete history
3015 </source>
3016 <target>
3017 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3018 Radera historik
3019 </target>
3020 <context-group name="null">
3021 <context context-type="linenumber">7</context>
3022 </context-group>
3023 </trans-unit>
3024 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
3025 <source>You don't have videos history yet.</source>
3026 <target>Du har ingen videohistorik än.</target>
3027 <context-group name="null">
3028 <context context-type="linenumber">14</context>
3029 </context-group>
3030 </trans-unit>
3031 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
3032 <source>
3033 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3034 Notification preferences
3035 </source>
3036 <target>
3037 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3038 Notifikationsinställningar
3039 </target>
3040 <context-group name="null">
3041 <context context-type="linenumber">2</context>
3042 </context-group>
3043 </trans-unit>
3044 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
3045 <source>
3046 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3047 Mark all as read
3048 </source>
3049 <target>
3050 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3051 Markera alla som lästa
3052 </target>
3053 <context-group name="null">
3054 <context context-type="linenumber">7</context>
3055 </context-group>
3056 </trans-unit>
3057 <trans-unit id="be746a6e47e3388c7cf793aef8d7b44b86cc94f2">
3058 <source>Create a new playlist</source>
3059 <target>Skapa en ny spellista</target>
3060 <context-group name="null">
3061 <context context-type="linenumber">1</context>
3062 </context-group>
3063 </trans-unit>
3064 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
3065 <source>Privacy</source>
3066 <target>Offentlighetsstatus</target>
3067 <context-group name="null">
3068 <context context-type="linenumber">179</context>
3069 </context-group>
3070 </trans-unit>
3071 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
3072 <source>Channel</source>
3073 <target>Kanal</target>
3074 <context-group name="null">
3075 <context context-type="linenumber">39</context>
3076 </context-group>
3077 </trans-unit>
3078 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
3079 <source>Upload thumbnail</source>
3080 <target>Ladda upp miniatyrbild</target>
3081 <context-group name="null">
3082 <context context-type="linenumber">192</context>
3083 </context-group>
3084 </trans-unit>
3085 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861">
3086 <source>No videos in this playlist.</source>
3087 <target>Det finns inga videor i den här spellistan.</target>
3088 <context-group name="null">
3089 <context context-type="linenumber">11</context>
3090 </context-group>
3091 </trans-unit>
2370 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 3092 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2371 <source>Change password</source> 3093 <source>Change password</source>
2372 <target>Ändra lösenord</target> 3094 <target>Ändra lösenord</target>
@@ -2416,13 +3138,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2416 <context context-type="linenumber">28</context> 3138 <context context-type="linenumber">28</context>
2417 </context-group> 3139 </context-group>
2418 </trans-unit> 3140 </trans-unit>
2419 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2420 <source>Save</source>
2421 <target>Spara</target>
2422 <context-group name="null">
2423 <context context-type="linenumber">32</context>
2424 </context-group>
2425 </trans-unit>
2426 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 3141 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2427 <source>Update my profile</source> 3142 <source>Update my profile</source>
2428 <target>Uppdatera min profil</target> 3143 <target>Uppdatera min profil</target>
@@ -2465,6 +3180,20 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2465 <context context-type="linenumber">4</context> 3180 <context context-type="linenumber">4</context>
2466 </context-group> 3181 </context-group>
2467 </trans-unit> 3182 </trans-unit>
3183 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
3184 <source>Activities</source>
3185 <target>Aktiviteter</target>
3186 <context-group name="null">
3187 <context context-type="linenumber">2</context>
3188 </context-group>
3189 </trans-unit>
3190 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
3191 <source>Web</source>
3192 <target>Webb</target>
3193 <context-group name="null">
3194 <context context-type="linenumber">3</context>
3195 </context-group>
3196 </trans-unit>
2468 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd"> 3197 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd">
2469 <source> 3198 <source>
2470 Sorry, but we couldn't find the page you were looking for. 3199 Sorry, but we couldn't find the page you were looking for.
@@ -2530,6 +3259,13 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2530 <context context-type="linenumber">20</context> 3259 <context context-type="linenumber">20</context>
2531 </context-group> 3260 </context-group>
2532 </trans-unit> 3261 </trans-unit>
3262 <trans-unit id="b207b668dc1d056cd7557ffa3b41f1fd0865f93d">
3263 <source>Video playlists</source>
3264 <target>Spellistor</target>
3265 <context-group name="null">
3266 <context context-type="linenumber">25</context>
3267 </context-group>
3268 </trans-unit>
2533 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8"> 3269 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
2534 <source>Support this channel</source> 3270 <source>Support this channel</source>
2535 <target>Stöd den här kanalen</target> 3271 <target>Stöd den här kanalen</target>
@@ -2544,11 +3280,29 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2544 <context context-type="linenumber">17</context> 3280 <context context-type="linenumber">17</context>
2545 </context-group> 3281 </context-group>
2546 </trans-unit> 3282 </trans-unit>
3283 <trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e">
3284 <source>
3285 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
3286</source>
3287 <target>
3288 Skapade <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> spellistor
3289</target>
3290 <context-group name="null">
3291 <context context-type="linenumber">1</context>
3292 </context-group>
3293 </trans-unit>
3294 <trans-unit id="fbbe62dee434f0521e0dfb8e3957d92fc5fcd76f">
3295 <source>This channel does not have playlists.</source>
3296 <target>Den här kanalen har inga spellistor.</target>
3297 <context-group name="null">
3298 <context context-type="linenumber">5</context>
3299 </context-group>
3300 </trans-unit>
2547 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6"> 3301 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
2548 <source>URL</source> 3302 <source>URL</source>
2549 <target>URL</target> 3303 <target>URL</target>
2550 <context-group name="null"> 3304 <context-group name="null">
2551 <context context-type="linenumber">17</context> 3305 <context context-type="linenumber">25</context>
2552 </context-group> 3306 </context-group>
2553 </trans-unit> 3307 </trans-unit>
2554 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 3308 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2558,20 +3312,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2558 <context context-type="linenumber">9</context> 3312 <context context-type="linenumber">9</context>
2559 </context-group> 3313 </context-group>
2560 </trans-unit> 3314 </trans-unit>
2561 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2562 <source>Channel</source>
2563 <target>Kanal</target>
2564 <context-group name="null">
2565 <context context-type="linenumber">39</context>
2566 </context-group>
2567 </trans-unit>
2568 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2569 <source>Privacy</source>
2570 <target>Offentlighetsstatus</target>
2571 <context-group name="null">
2572 <context context-type="linenumber">159</context>
2573 </context-group>
2574 </trans-unit>
2575 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 3315 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2576 <source>Sorry, but something went wrong</source> 3316 <source>Sorry, but something went wrong</source>
2577 <target>Någonting har tyvärr gått fel</target> 3317 <target>Någonting har tyvärr gått fel</target>
@@ -2594,7 +3334,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2594 <source>Update</source> 3334 <source>Update</source>
2595 <target>Uppdatera</target> 3335 <target>Uppdatera</target>
2596 <context-group name="null"> 3336 <context-group name="null">
2597 <context context-type="linenumber">92</context> 3337 <context context-type="linenumber">17</context>
2598 </context-group> 3338 </context-group>
2599 </trans-unit> 3339 </trans-unit>
2600 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 3340 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2611,6 +3351,17 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2611 <context context-type="linenumber">25</context> 3351 <context context-type="linenumber">25</context>
2612 </context-group> 3352 </context-group>
2613 </trans-unit> 3353 </trans-unit>
3354 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
3355 <source>
3356 Congratulations! Your video is now available in your private library.
3357</source>
3358 <target>
3359 Grattis! Din video finns nu tillgänglig i ditt privata bibliotek.
3360</target>
3361 <context-group name="null">
3362 <context context-type="linenumber">45</context>
3363 </context-group>
3364 </trans-unit>
2614 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 3365 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2615 <source>Publish will be available when upload is finished</source> 3366 <source>Publish will be available when upload is finished</source>
2616 <target>Du kan publicera när uppladdningen är klar</target> 3367 <target>Du kan publicera när uppladdningen är klar</target>
@@ -2742,7 +3493,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2742 <source>Tags</source> 3493 <source>Tags</source>
2743 <target>Taggar</target> 3494 <target>Taggar</target>
2744 <context-group name="null"> 3495 <context-group name="null">
2745 <context context-type="linenumber">191</context> 3496 <context context-type="linenumber">216</context>
2746 </context-group> 3497 </context-group>
2747 </trans-unit> 3498 </trans-unit>
2748 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 3499 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -2794,25 +3545,18 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2794 <context context-type="linenumber">120</context> 3545 <context context-type="linenumber">120</context>
2795 </context-group> 3546 </context-group>
2796 </trans-unit> 3547 </trans-unit>
2797 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2798 <source>Enable video comments</source>
2799 <target>Tillåt videokommentarer</target>
2800 <context-group name="null">
2801 <context context-type="linenumber">125</context>
2802 </context-group>
2803 </trans-unit>
2804 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 3548 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
2805 <source>Wait transcoding before publishing the video</source> 3549 <source>Wait transcoding before publishing the video</source>
2806 <target>Publicera video när omkodningen är avklarad</target> 3550 <target>Publicera video när omkodningen är avklarad</target>
2807 <context-group name="null"> 3551 <context-group name="null">
2808 <context context-type="linenumber">131</context> 3552 <context context-type="linenumber">126</context>
2809 </context-group> 3553 </context-group>
2810 </trans-unit> 3554 </trans-unit>
2811 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63"> 3555 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
2812 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source> 3556 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
2813 <target>Om du väljer att inte vänta på omkodningen innan publicering, kommer videon inte gå att spela förrän omkodningen är färdig.</target> 3557 <target>Om du väljer att inte vänta på omkodningen innan publicering, kommer videon inte gå att spela förrän omkodningen är färdig.</target>
2814 <context-group name="null"> 3558 <context-group name="null">
2815 <context context-type="linenumber">132</context> 3559 <context context-type="linenumber">127</context>
2816 </context-group> 3560 </context-group>
2817 </trans-unit> 3561 </trans-unit>
2818 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 3562 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
@@ -2826,49 +3570,49 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2826 <source>Add another caption</source> 3570 <source>Add another caption</source>
2827 <target>Lägg till ännu en text</target> 3571 <target>Lägg till ännu en text</target>
2828 <context-group name="null"> 3572 <context-group name="null">
2829 <context context-type="linenumber">147</context> 3573 <context context-type="linenumber">142</context>
2830 </context-group> 3574 </context-group>
2831 </trans-unit> 3575 </trans-unit>
2832 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed"> 3576 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
2833 <source>See the subtitle file</source> 3577 <source>See the subtitle file</source>
2834 <target>Se undertextfilen</target> 3578 <target>Se undertextfilen</target>
2835 <context-group name="null"> 3579 <context-group name="null">
2836 <context context-type="linenumber">156</context> 3580 <context context-type="linenumber">151</context>
2837 </context-group> 3581 </context-group>
2838 </trans-unit> 3582 </trans-unit>
2839 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 3583 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2840 <source>Already uploaded ✔</source> 3584 <source>Already uploaded ✔</source>
2841 <target>Redan uppladdad ✔</target> 3585 <target>Redan uppladdad ✔</target>
2842 <context-group name="null"> 3586 <context-group name="null">
2843 <context context-type="linenumber">160</context> 3587 <context context-type="linenumber">155</context>
2844 </context-group> 3588 </context-group>
2845 </trans-unit> 3589 </trans-unit>
2846 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad"> 3590 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
2847 <source>Will be created on update</source> 3591 <source>Will be created on update</source>
2848 <target>Kommer skapas vid uppdatering</target> 3592 <target>Kommer skapas vid uppdatering</target>
2849 <context-group name="null"> 3593 <context-group name="null">
2850 <context context-type="linenumber">168</context> 3594 <context context-type="linenumber">163</context>
2851 </context-group> 3595 </context-group>
2852 </trans-unit> 3596 </trans-unit>
2853 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9"> 3597 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
2854 <source>Cancel create</source> 3598 <source>Cancel create</source>
2855 <target>Avbryt skapande</target> 3599 <target>Avbryt skapande</target>
2856 <context-group name="null"> 3600 <context-group name="null">
2857 <context context-type="linenumber">170</context> 3601 <context context-type="linenumber">165</context>
2858 </context-group> 3602 </context-group>
2859 </trans-unit> 3603 </trans-unit>
2860 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393"> 3604 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
2861 <source>Will be deleted on update</source> 3605 <source>Will be deleted on update</source>
2862 <target>Kommer raderas vid uppdatering</target> 3606 <target>Kommer raderas vid uppdatering</target>
2863 <context-group name="null"> 3607 <context-group name="null">
2864 <context context-type="linenumber">176</context> 3608 <context context-type="linenumber">171</context>
2865 </context-group> 3609 </context-group>
2866 </trans-unit> 3610 </trans-unit>
2867 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 3611 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
2868 <source>Cancel deletion</source> 3612 <source>Cancel deletion</source>
2869 <target>Avbryt radering</target> 3613 <target>Avbryt radering</target>
2870 <context-group name="null"> 3614 <context-group name="null">
2871 <context context-type="linenumber">178</context> 3615 <context context-type="linenumber">173</context>
2872 </context-group> 3616 </context-group>
2873 </trans-unit> 3617 </trans-unit>
2874 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0"> 3618 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
@@ -2879,134 +3623,102 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2879 Inga undertexter för tillfället. 3623 Inga undertexter för tillfället.
2880 </target> 3624 </target>
2881 <context-group name="null"> 3625 <context-group name="null">
2882 <context context-type="linenumber">183</context> 3626 <context context-type="linenumber">178</context>
2883 </context-group> 3627 </context-group>
2884 </trans-unit> 3628 </trans-unit>
2885 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93"> 3629 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
2886 <source>Captions</source> 3630 <source>Captions</source>
2887 <target>Texter</target> 3631 <target>Texter</target>
2888 <context-group name="null"> 3632 <context-group name="null">
2889 <context context-type="linenumber">140</context> 3633 <context context-type="linenumber">135</context>
2890 </context-group>
2891 </trans-unit>
2892 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2893 <source>Upload thumbnail</source>
2894 <target>Ladda upp miniatyrbild</target>
2895 <context-group name="null">
2896 <context context-type="linenumber">196</context>
2897 </context-group> 3634 </context-group>
2898 </trans-unit> 3635 </trans-unit>
2899 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3636 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2900 <source>Upload preview</source> 3637 <source>Upload preview</source>
2901 <target>Ladda upp förhandsvisning</target> 3638 <target>Ladda upp förhandsvisning</target>
2902 <context-group name="null"> 3639 <context-group name="null">
2903 <context context-type="linenumber">203</context> 3640 <context context-type="linenumber">199</context>
2904 </context-group> 3641 </context-group>
2905 </trans-unit> 3642 </trans-unit>
2906 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 3643 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
2907 <source>Support</source> 3644 <source>Support</source>
2908 <target>Stötta</target> 3645 <target>Stötta</target>
2909 <context-group name="null"> 3646 <context-group name="null">
2910 <context context-type="linenumber">69</context> 3647 <context context-type="linenumber">103</context>
2911 </context-group> 3648 </context-group>
2912 </trans-unit> 3649 </trans-unit>
2913 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3650 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
2914 <source>Short text to tell people how they can support you (membership platform...).</source> 3651 <source>Short text to tell people how they can support you (membership platform...).</source>
2915 <target>Kort text för att berätta hur andra kan stödja dig (medlemsplattform …).</target> 3652 <target>Kort text för att berätta hur andra kan stödja dig (medlemsplattform …).</target>
2916 <context-group name="null"> 3653 <context-group name="null">
2917 <context context-type="linenumber">210</context> 3654 <context context-type="linenumber">206</context>
2918 </context-group> 3655 </context-group>
2919 </trans-unit> 3656 </trans-unit>
2920 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3657 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
2921 <source>Advanced settings</source> 3658 <source>Original publication date</source>
2922 <target>Avancerade inställningar</target> 3659 <target>Ursprungligt publiceringsdatum</target>
2923 <context-group name="null"> 3660 <context-group name="null">
2924 <context context-type="linenumber">191</context> 3661 <context context-type="linenumber">219</context>
2925 </context-group> 3662 </context-group>
2926 </trans-unit> 3663 </trans-unit>
2927 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0"> 3664 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
2928 <source> 3665 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
2929 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> 3666 <target>Detta är det datum då innehållet publicerades för första gången (till exempel premiärdagen för en film)</target>
2930 </source>
2931 <target>
2932 Uppdatera <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2933 </target>
2934 <context-group name="null"> 3667 <context-group name="null">
2935 <context context-type="linenumber">2</context> 3668 <context context-type="linenumber">220</context>
2936 </context-group> 3669 </context-group>
2937 </trans-unit> 3670 </trans-unit>
2938 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 3671 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2939 <source>Download video</source> 3672 <source>Enable video comments</source>
2940 <target>Ladda ner video</target> 3673 <target>Tillåt videokommentarer</target>
2941 <context-group name="null"> 3674 <context-group name="null">
2942 <context context-type="linenumber">3</context> 3675 <context context-type="linenumber">234</context>
2943 </context-group> 3676 </context-group>
2944 </trans-unit> 3677 </trans-unit>
2945 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 3678 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
2946 <source>Direct download</source> 3679 <source>Enable download</source>
2947 <target>Direktnerladdning</target> 3680 <target>Tillåt nerladdning</target>
2948 <context-group name="null"> 3681 <context-group name="null">
2949 <context context-type="linenumber">27</context> 3682 <context context-type="linenumber">239</context>
2950 </context-group> 3683 </context-group>
2951 </trans-unit> 3684 </trans-unit>
2952 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 3685 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2953 <source>Torrent (.torrent file)</source> 3686 <source>Advanced settings</source>
2954 <target>Torrent (.torrent-fil)</target> 3687 <target>Avancerade inställningar</target>
2955 <context-group name="null">
2956 <context context-type="linenumber">32</context>
2957 </context-group>
2958 </trans-unit>
2959 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
2960 <source>Torrent (magnet link)</source>
2961 <target>Torrent (magnet-länk)</target>
2962 <context-group name="null"> 3688 <context-group name="null">
2963 <context context-type="linenumber">37</context> 3689 <context context-type="linenumber">186</context>
2964 </context-group> 3690 </context-group>
2965 </trans-unit> 3691 </trans-unit>
2966 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 3692 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
2967 <source> 3693 <source>
2968 Cancel 3694 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2969 </source> 3695 </source>
2970 <target> 3696 <target>
2971 Avbryt 3697 Uppdatera <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2972 </target> 3698 </target>
2973 <context-group name="null">
2974 <context context-type="linenumber">47</context>
2975 </context-group>
2976 </trans-unit>
2977 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
2978 <source>Download</source>
2979 <target>Ladda ner</target>
2980 <context-group name="null">
2981 <context context-type="linenumber">84</context>
2982 </context-group>
2983 </trans-unit>
2984 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
2985 <source>Report video</source>
2986 <target>Anmäl video</target>
2987 <context-group name="null"> 3699 <context-group name="null">
2988 <context context-type="linenumber">3</context> 3700 <context context-type="linenumber">2</context>
2989 </context-group> 3701 </context-group>
2990 </trans-unit> 3702 </trans-unit>
2991 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 3703 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2992 <source>Share</source> 3704 <source>Share</source>
2993 <target>Dela</target> 3705 <target>Dela</target>
2994 <context-group name="null"> 3706 <context-group name="null">
2995 <context context-type="linenumber">74</context> 3707 <context context-type="linenumber">108</context>
2996 </context-group> 3708 </context-group>
2997 </trans-unit> 3709 </trans-unit>
2998 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3710 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2999 <source>QR-Code</source> 3711 <source>QR-Code</source>
3000 <target>QR-kod</target> 3712 <target>QR-kod</target>
3001 <context-group name="null"> 3713 <context-group name="null">
3002 <context context-type="linenumber">29</context> 3714 <context context-type="linenumber">37</context>
3003 </context-group> 3715 </context-group>
3004 </trans-unit> 3716 </trans-unit>
3005 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3717 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3006 <source>Embed</source> 3718 <source>Embed</source>
3007 <target>Bädda in</target> 3719 <target>Bädda in</target>
3008 <context-group name="null"> 3720 <context-group name="null">
3009 <context context-type="linenumber">34</context> 3721 <context context-type="linenumber">42</context>
3010 </context-group> 3722 </context-group>
3011 </trans-unit> 3723 </trans-unit>
3012 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3724 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3017,61 +3729,39 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3017 Länkadressen är inte säker (använder inte HTTPS) så den inbäddade videon kommer inte fungera på webbplatser som använder HTTPS eftersom webbläsare blockerar osäkert innehåll på säkra webbplatser. 3729 Länkadressen är inte säker (använder inte HTTPS) så den inbäddade videon kommer inte fungera på webbplatser som använder HTTPS eftersom webbläsare blockerar osäkert innehåll på säkra webbplatser.
3018 </target> 3730 </target>
3019 <context-group name="null"> 3731 <context-group name="null">
3020 <context context-type="linenumber">45</context> 3732 <context context-type="linenumber">53</context>
3021 </context-group> 3733 </context-group>
3022 </trans-unit> 3734 </trans-unit>
3023 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3735 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3024 <source>Close</source> 3736 <source>Close</source>
3025 <target>Stäng</target> 3737 <target>Stäng</target>
3026 <context-group name="null"> 3738 <context-group name="null">
3027 <context context-type="linenumber">51</context> 3739 <context context-type="linenumber">59</context>
3028 </context-group>
3029 </trans-unit>
3030 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
3031 <source>Blacklist video</source>
3032 <target>Svartlista video</target>
3033 <context-group name="null">
3034 <context context-type="linenumber">3</context>
3035 </context-group> 3740 </context-group>
3036 </trans-unit> 3741 </trans-unit>
3037 <trans-unit id="7584313e33a66811eb10646627914a01fff0347d"> 3742 <trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99">
3038 <source> 3743 <source>Public</source>
3039 The video is being imported, it will be available when the import is finished. 3744 <target>Offentlig</target>
3040 </source>
3041 <target>
3042 Videon importeras och blir tillgänglig när importeringen är klar.
3043 </target>
3044 <context-group name="null"> 3745 <context-group name="null">
3045 <context context-type="linenumber">11</context> 3746 <context context-type="linenumber">19</context>
3046 </context-group> 3747 </context-group>
3047 </trans-unit> 3748 </trans-unit>
3048 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 3749 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3049 <source> 3750 <source>This video is blacklisted.</source>
3050 The video is being transcoded, it may not work properly. 3751 <target>Videon har svartlistats.</target>
3051 </source>
3052 <target>
3053 Videon kodas om nu och fungerar därför kanske inte ordentligt.
3054 </target>
3055 <context-group name="null"> 3752 <context-group name="null">
3056 <context context-type="linenumber">15</context> 3753 <context context-type="linenumber">57</context>
3057 </context-group> 3754 </context-group>
3058 </trans-unit> 3755 </trans-unit>
3059 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 3756 <trans-unit id="99686034581579c92a971f4eeebd2c072c812e2d">
3060 <source> 3757 <source>
3061 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 3758 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3062 </source> 3759 </source>
3063 <target> 3760 <target>
3064 Videon kommer publiceras <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 3761 Publicerad <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> – <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visningar
3065 </target> 3762 </target>
3066 <context-group name="null">
3067 <context context-type="linenumber">19</context>
3068 </context-group>
3069 </trans-unit>
3070 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3071 <source>This video is blacklisted.</source>
3072 <target>Videon har svartlistats.</target>
3073 <context-group name="null"> 3763 <context-group name="null">
3074 <context context-type="linenumber">24</context> 3764 <context context-type="linenumber">69</context>
3075 </context-group> 3765 </context-group>
3076 </trans-unit> 3766 </trans-unit>
3077 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3767 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3082,130 +3772,63 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3082 Publicerad <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visningar 3772 Publicerad <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visningar
3083 </target> 3773 </target>
3084 <context-group name="null"> 3774 <context-group name="null">
3085 <context context-type="linenumber">37</context> 3775 <context context-type="linenumber">78</context>
3086 </context-group>
3087 </trans-unit>
3088 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3089 <source>
3090 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3091 </source>
3092 <target>
3093 Publicerad <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visningar
3094 </target>
3095 <context-group name="null">
3096 <context context-type="linenumber">46</context>
3097 </context-group> 3776 </context-group>
3098 </trans-unit> 3777 </trans-unit>
3099 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3778 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3100 <source>Like this video</source> 3779 <source>Like this video</source>
3101 <target>Gilla den här videon</target> 3780 <target>Gilla den här videon</target>
3102 <context-group name="null"> 3781 <context-group name="null">
3103 <context context-type="linenumber">57</context> 3782 <context context-type="linenumber">88</context>
3104 </context-group> 3783 </context-group>
3105 </trans-unit> 3784 </trans-unit>
3106 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3785 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3107 <source>Dislike this video</source> 3786 <source>Dislike this video</source>
3108 <target>Ogilla den här videon</target> 3787 <target>Ogilla den här videon</target>
3109 <context-group name="null"> 3788 <context-group name="null">
3110 <context context-type="linenumber">64</context>
3111 </context-group>
3112 </trans-unit>
3113 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3114 <source>Download the video</source>
3115 <target>Ladda ner videon</target>
3116 <context-group name="null">
3117 <context context-type="linenumber">83</context>
3118 </context-group>
3119 </trans-unit>
3120 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3121 <source>Report</source>
3122 <target>Rapportera</target>
3123 <context-group name="null">
3124 <context context-type="linenumber">88</context>
3125 </context-group>
3126 </trans-unit>
3127 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3128 <source>Report this video</source>
3129 <target>Rapportera den här videon</target>
3130 <context-group name="null">
3131 <context context-type="linenumber">87</context>
3132 </context-group>
3133 </trans-unit>
3134 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3135 <source>Update this video</source>
3136 <target>Uppdatera den här videon</target>
3137 <context-group name="null">
3138 <context context-type="linenumber">91</context>
3139 </context-group>
3140 </trans-unit>
3141 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3142 <source>Blacklist</source>
3143 <target>Svartlista</target>
3144 <context-group name="null">
3145 <context context-type="linenumber">96</context> 3789 <context context-type="linenumber">96</context>
3146 </context-group> 3790 </context-group>
3147 </trans-unit> 3791 </trans-unit>
3148 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3149 <source>Blacklist this video</source>
3150 <target>Svartlista den här videon</target>
3151 <context-group name="null">
3152 <context context-type="linenumber">95</context>
3153 </context-group>
3154 </trans-unit>
3155 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3156 <source>Unblacklist</source>
3157 <target>Ta bort från svartlista</target>
3158 <context-group name="null">
3159 <context context-type="linenumber">100</context>
3160 </context-group>
3161 </trans-unit>
3162 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3163 <source>Unblacklist this video</source>
3164 <target>Ta bort videon från svartlistan</target>
3165 <context-group name="null">
3166 <context context-type="linenumber">99</context>
3167 </context-group>
3168 </trans-unit>
3169 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3170 <source>Delete this video</source>
3171 <target>Radera den här videon</target>
3172 <context-group name="null">
3173 <context context-type="linenumber">103</context>
3174 </context-group>
3175 </trans-unit>
3176 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3792 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3177 <source>Go the channel page</source> 3793 <source>Go the channel page</source>
3178 <target>GÃ¥ till kanalens sida</target> 3794 <target>GÃ¥ till kanalens sida</target>
3179 <context-group name="null"> 3795 <context-group name="null">
3180 <context context-type="linenumber">123</context> 3796 <context context-type="linenumber">143</context>
3181 </context-group> 3797 </context-group>
3182 </trans-unit> 3798 </trans-unit>
3183 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3799 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3184 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3800 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3185 <target>Av <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3801 <target>Av <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3186 <context-group name="null"> 3802 <context-group name="null">
3187 <context context-type="linenumber">134</context> 3803 <context context-type="linenumber">154</context>
3188 </context-group> 3804 </context-group>
3189 </trans-unit> 3805 </trans-unit>
3190 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3806 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3191 <source>Show more</source> 3807 <source>Show more</source>
3192 <target>Visa mer</target> 3808 <target>Visa mer</target>
3193 <context-group name="null"> 3809 <context-group name="null">
3194 <context context-type="linenumber">146</context> 3810 <context context-type="linenumber">166</context>
3195 </context-group> 3811 </context-group>
3196 </trans-unit> 3812 </trans-unit>
3197 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3813 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3198 <source>Show less</source> 3814 <source>Show less</source>
3199 <target>Visa mindre</target> 3815 <target>Visa mindre</target>
3200 <context-group name="null"> 3816 <context-group name="null">
3201 <context context-type="linenumber">152</context> 3817 <context context-type="linenumber">172</context>
3818 </context-group>
3819 </trans-unit>
3820 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3821 <source>Originally published</source>
3822 <target>Ursprungligen publicerad</target>
3823 <context-group name="null">
3824 <context context-type="linenumber">184</context>
3202 </context-group> 3825 </context-group>
3203 </trans-unit> 3826 </trans-unit>
3204 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3827 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3205 <source>Friendly Reminder: </source> 3828 <source>Friendly Reminder: </source>
3206 <target>Liten påminnelse:</target> 3829 <target>Kom ihåg</target>
3207 <context-group name="null"> 3830 <context-group name="null">
3208 <context context-type="linenumber">208</context> 3831 <context context-type="linenumber">232</context>
3209 </context-group> 3832 </context-group>
3210 </trans-unit> 3833 </trans-unit>
3211 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3834 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3213,24 +3836,24 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3213 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. 3836 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.
3214 </source> 3837 </source>
3215 <target> 3838 <target>
3216 den här videons delningssystem gör att en del teknisk information om ditt system (som publik IP-adress) kan skickas till andra serventer. 3839 att den här videons delningssystem gör att en del teknisk information om ditt system (som publik IP-adress) kan skickas till andra serventer.
3217 </target> 3840 </target>
3218 <context-group name="null"> 3841 <context-group name="null">
3219 <context context-type="linenumber">209</context> 3842 <context context-type="linenumber">233</context>
3220 </context-group> 3843 </context-group>
3221 </trans-unit> 3844 </trans-unit>
3222 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3845 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3223 <source>More information</source> 3846 <source>More information</source>
3224 <target>Mer information</target> 3847 <target>Mer information</target>
3225 <context-group name="null"> 3848 <context-group name="null">
3226 <context context-type="linenumber">212</context> 3849 <context context-type="linenumber">236</context>
3227 </context-group> 3850 </context-group>
3228 </trans-unit> 3851 </trans-unit>
3229 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3852 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3230 <source>Get more information</source> 3853 <source>Get more information</source>
3231 <target>Visa mer information</target> 3854 <target>Visa mer information</target>
3232 <context-group name="null"> 3855 <context-group name="null">
3233 <context context-type="linenumber">212</context> 3856 <context context-type="linenumber">236</context>
3234 </context-group> 3857 </context-group>
3235 </trans-unit> 3858 </trans-unit>
3236 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3859 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3241,7 +3864,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3241 OK 3864 OK
3242 </target> 3865 </target>
3243 <context-group name="null"> 3866 <context-group name="null">
3244 <context context-type="linenumber">215</context> 3867 <context context-type="linenumber">239</context>
3245 </context-group> 3868 </context-group>
3246 </trans-unit> 3869 </trans-unit>
3247 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3870 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -3374,6 +3997,27 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3374 <context context-type="linenumber">14</context> 3997 <context context-type="linenumber">14</context>
3375 </context-group> 3998 </context-group>
3376 </trans-unit> 3999 </trans-unit>
4000 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
4001 <source>Cannot get about information from server</source>
4002 <target>Kan inte läsa informationssidan från servern</target>
4003 <context-group name="null">
4004 <context context-type="linenumber">1</context>
4005 </context-group>
4006 </trans-unit>
4007 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
4008 <source>Your message has been sent.</source>
4009 <target>Ditt meddelande har skickats.</target>
4010 <context-group name="null">
4011 <context context-type="linenumber">1</context>
4012 </context-group>
4013 </trans-unit>
4014 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
4015 <source>You already sent this form recently</source>
4016 <target>Du har redan skickat detta formulär nyligen</target>
4017 <context-group name="null">
4018 <context context-type="linenumber">1</context>
4019 </context-group>
4020 </trans-unit>
3377 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968"> 4021 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
3378 <source>No description</source> 4022 <source>No description</source>
3379 <target>Ingen beskrivning</target> 4023 <target>Ingen beskrivning</target>
@@ -3661,6 +4305,34 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3661 <context context-type="linenumber">1</context> 4305 <context context-type="linenumber">1</context>
3662 </context-group> 4306 </context-group>
3663 </trans-unit> 4307 </trans-unit>
4308 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611">
4309 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source>
4310 <target>Videon <x id="INTERPOLATION" equiv-text="{{name}}"/> har tagits bort från svartlistan.</target>
4311 <context-group name="null">
4312 <context context-type="linenumber">1</context>
4313 </context-group>
4314 </trans-unit>
4315 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5">
4316 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source>
4317 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> videor har tagits bort från svartlistan.</target>
4318 <context-group name="null">
4319 <context context-type="linenumber">1</context>
4320 </context-group>
4321 </trans-unit>
4322 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
4323 <source>yes</source>
4324 <target>ja</target>
4325 <context-group name="null">
4326 <context context-type="linenumber">1</context>
4327 </context-group>
4328 </trans-unit>
4329 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
4330 <source>no</source>
4331 <target>nej</target>
4332 <context-group name="null">
4333 <context context-type="linenumber">1</context>
4334 </context-group>
4335 </trans-unit>
3664 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223"> 4336 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
3665 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source> 4337 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
3666 <target>Vill du verkligen ta bort den här videon från svartlistan? Den kommer i så fall skrivas upp på videolistan igen.</target> 4338 <target>Vill du verkligen ta bort den här videon från svartlistan? Den kommer i så fall skrivas upp på videolistan igen.</target>
@@ -3675,6 +4347,27 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3675 <context context-type="linenumber">1</context> 4347 <context context-type="linenumber">1</context>
3676 </context-group> 4348 </context-group>
3677 </trans-unit> 4349 </trans-unit>
4350 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4351 <source>Info</source>
4352 <target>Information</target>
4353 <context-group name="null">
4354 <context context-type="linenumber">1</context>
4355 </context-group>
4356 </trans-unit>
4357 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
4358 <source>Warning</source>
4359 <target>Varning</target>
4360 <context-group name="null">
4361 <context context-type="linenumber">1</context>
4362 </context-group>
4363 </trans-unit>
4364 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4365 <source>Error</source>
4366 <target>Fel</target>
4367 <context-group name="null">
4368 <context context-type="linenumber">1</context>
4369 </context-group>
4370 </trans-unit>
3678 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 4371 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
3679 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 4372 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
3680 <target>Användare <x id="INTERPOLATION" equiv-text="{{username}}"/> skapad.</target> 4373 <target>Användare <x id="INTERPOLATION" equiv-text="{{username}}"/> skapad.</target>
@@ -3682,6 +4375,20 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3682 <context context-type="linenumber">1</context> 4375 <context context-type="linenumber">1</context>
3683 </context-group> 4376 </context-group>
3684 </trans-unit> 4377 </trans-unit>
4378 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
4379 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4380 <target>Lösenordet har uppdaterats för användaren <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4381 <context-group name="null">
4382 <context context-type="linenumber">1</context>
4383 </context-group>
4384 </trans-unit>
4385 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
4386 <source>Update user password</source>
4387 <target>Uppdatera användarens lösenord</target>
4388 <context-group name="null">
4389 <context context-type="linenumber">1</context>
4390 </context-group>
4391 </trans-unit>
3685 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 4392 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
3686 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 4393 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
3687 <target>Användare <x id="INTERPOLATION" equiv-text="{{username}}"/> uppdaterad.</target> 4394 <target>Användare <x id="INTERPOLATION" equiv-text="{{username}}"/> uppdaterad.</target>
@@ -3696,6 +4403,13 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3696 <context context-type="linenumber">1</context> 4403 <context context-type="linenumber">1</context>
3697 </context-group> 4404 </context-group>
3698 </trans-unit> 4405 </trans-unit>
4406 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
4407 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4408 <target>Ett e-postmeddelande om lösenordsåterställning har skickats till <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4409 <context-group name="null">
4410 <context context-type="linenumber">1</context>
4411 </context-group>
4412 </trans-unit>
3699 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8"> 4413 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
3700 <source>Unban</source> 4414 <source>Unban</source>
3701 <target>Avsluta blockering</target> 4415 <target>Avsluta blockering</target>
@@ -3773,6 +4487,48 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3773 <context context-type="linenumber">1</context> 4487 <context context-type="linenumber">1</context>
3774 </context-group> 4488 </context-group>
3775 </trans-unit> 4489 </trans-unit>
4490 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
4491 <source>My videos history</source>
4492 <target>Min videohistorik</target>
4493 <context-group name="null">
4494 <context context-type="linenumber">1</context>
4495 </context-group>
4496 </trans-unit>
4497 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
4498 <source>Videos history is enabled</source>
4499 <target>Videohistorik är aktiverad</target>
4500 <context-group name="null">
4501 <context context-type="linenumber">1</context>
4502 </context-group>
4503 </trans-unit>
4504 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
4505 <source>Videos history is disabled</source>
4506 <target>Videohistorik är deaktiverad</target>
4507 <context-group name="null">
4508 <context context-type="linenumber">1</context>
4509 </context-group>
4510 </trans-unit>
4511 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
4512 <source>Delete videos history</source>
4513 <target>Radera videohistorik</target>
4514 <context-group name="null">
4515 <context context-type="linenumber">1</context>
4516 </context-group>
4517 </trans-unit>
4518 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
4519 <source>Are you sure you want to delete all your videos history?</source>
4520 <target>Är du säker på att du vill radera hela din videohistorik?</target>
4521 <context-group name="null">
4522 <context context-type="linenumber">1</context>
4523 </context-group>
4524 </trans-unit>
4525 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
4526 <source>Videos history deleted</source>
4527 <target>Videohistorik raderad</target>
4528 <context-group name="null">
4529 <context context-type="linenumber">1</context>
4530 </context-group>
4531 </trans-unit>
3776 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e"> 4532 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e">
3777 <source>Ownership accepted</source> 4533 <source>Ownership accepted</source>
3778 <target>Ägarskap accepterat</target> 4534 <target>Ägarskap accepterat</target>
@@ -3822,6 +4578,83 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3822 <context context-type="linenumber">1</context> 4578 <context context-type="linenumber">1</context>
3823 </context-group> 4579 </context-group>
3824 </trans-unit> 4580 </trans-unit>
4581 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
4582 <source>New video from your subscriptions</source>
4583 <target>Ny video från dina prenumerationer</target>
4584 <context-group name="null">
4585 <context context-type="linenumber">1</context>
4586 </context-group>
4587 </trans-unit>
4588 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
4589 <source>New comment on your video</source>
4590 <target>Ny kommentar på din video</target>
4591 <context-group name="null">
4592 <context context-type="linenumber">1</context>
4593 </context-group>
4594 </trans-unit>
4595 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8">
4596 <source>New video abuse</source>
4597 <target>Ny missbruksanmälan</target>
4598 <context-group name="null">
4599 <context context-type="linenumber">1</context>
4600 </context-group>
4601 </trans-unit>
4602 <trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47">
4603 <source>Video auto-blacklisted waiting review</source>
4604 <target>En video har svartlistats automatiskt och inväntar granskning</target>
4605 <context-group name="null">
4606 <context context-type="linenumber">1</context>
4607 </context-group>
4608 </trans-unit>
4609 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4610 <source>One of your video is blacklisted/unblacklisted</source>
4611 <target>En av dina videor har antingen svartlistats eller är inte längre svartlistad</target>
4612 <context-group name="null">
4613 <context context-type="linenumber">1</context>
4614 </context-group>
4615 </trans-unit>
4616 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
4617 <source>Video published (after transcoding/scheduled update)</source>
4618 <target>En video har publicerats (efter omkodning eller enligt schemaläggning)</target>
4619 <context-group name="null">
4620 <context context-type="linenumber">1</context>
4621 </context-group>
4622 </trans-unit>
4623 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
4624 <source>Video import finished</source>
4625 <target>Videoimport färdig</target>
4626 <context-group name="null">
4627 <context context-type="linenumber">1</context>
4628 </context-group>
4629 </trans-unit>
4630 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
4631 <source>A new user registered on your instance</source>
4632 <target>En ny användare har registrerat sig på din instans</target>
4633 <context-group name="null">
4634 <context context-type="linenumber">1</context>
4635 </context-group>
4636 </trans-unit>
4637 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2">
4638 <source>You or your channel(s) has a new follower</source>
4639 <target>Du eller någon av dina kanaler har en ny följare</target>
4640 <context-group name="null">
4641 <context context-type="linenumber">1</context>
4642 </context-group>
4643 </trans-unit>
4644 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
4645 <source>Someone mentioned you in video comments</source>
4646 <target>Någon har nämnt dig i en videokommentar</target>
4647 <context-group name="null">
4648 <context context-type="linenumber">1</context>
4649 </context-group>
4650 </trans-unit>
4651 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
4652 <source>Preferences saved</source>
4653 <target>Inställningar sparade</target>
4654 <context-group name="null">
4655 <context context-type="linenumber">1</context>
4656 </context-group>
4657 </trans-unit>
3825 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b"> 4658 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b">
3826 <source>Profile updated.</source> 4659 <source>Profile updated.</source>
3827 <target>Profilen har uppdaterats</target> 4660 <target>Profilen har uppdaterats</target>
@@ -3857,93 +4690,93 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3857 <context context-type="linenumber">1</context> 4690 <context context-type="linenumber">1</context>
3858 </context-group> 4691 </context-group>
3859 </trans-unit> 4692 </trans-unit>
3860 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795"> 4693 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
3861 <source>Create</source> 4694 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
3862 <target>Skapa</target> 4695 <target>Kanalen <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> har uppdaterats.</target>
3863 <context-group name="null"> 4696 <context-group name="null">
3864 <context context-type="linenumber">1</context> 4697 <context context-type="linenumber">1</context>
3865 </context-group> 4698 </context-group>
3866 </trans-unit> 4699 </trans-unit>
3867 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4700 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791">
3868 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4701 <source>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}}"/>)!</source>
3869 <target>Kanalen <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> har uppdaterats.</target> 4702 <target>Vill du verkligen radera <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? Om du gör det kommer alla videor som laddats upp till kanalen tas bort och du kommer inte kunna skapa en ny kanal med samma namn (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>).</target>
3870 <context-group name="null"> 4703 <context-group name="null">
3871 <context context-type="linenumber">1</context> 4704 <context context-type="linenumber">1</context>
3872 </context-group> 4705 </context-group>
3873 </trans-unit> 4706 </trans-unit>
3874 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2"> 4707 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
3875 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source> 4708 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
3876 <target>Kanalen <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> har raderats.</target> 4709 <target>Uppge kanalens visningsnamn (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) för att bekräfta</target>
3877 <context-group name="null"> 4710 <context-group name="null">
3878 <context context-type="linenumber">1</context> 4711 <context context-type="linenumber">1</context>
3879 </context-group> 4712 </context-group>
3880 </trans-unit> 4713 </trans-unit>
3881 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894"> 4714 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
3882 <source>My videos</source> 4715 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
3883 <target>Mina videor</target> 4716 <target>Kanalen <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> har raderats.</target>
3884 <context-group name="null"> 4717 <context-group name="null">
3885 <context context-type="linenumber">1</context> 4718 <context context-type="linenumber">1</context>
3886 </context-group> 4719 </context-group>
3887 </trans-unit> 4720 </trans-unit>
3888 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd"> 4721 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d">
3889 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source> 4722 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source>
3890 <target>Vill du verkligen radera <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videor?</target> 4723 <target>Spellistan <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> har skapats.</target>
3891 <context-group name="null"> 4724 <context-group name="null">
3892 <context context-type="linenumber">1</context> 4725 <context context-type="linenumber">1</context>
3893 </context-group> 4726 </context-group>
3894 </trans-unit> 4727 </trans-unit>
3895 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83"> 4728 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d">
3896 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source> 4729 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source>
3897 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videor har raderats.</target> 4730 <target>Spellistan <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> har uppdaterats.</target>
3898 <context-group name="null"> 4731 <context-group name="null">
3899 <context context-type="linenumber">1</context> 4732 <context context-type="linenumber">1</context>
3900 </context-group> 4733 </context-group>
3901 </trans-unit> 4734 </trans-unit>
3902 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7"> 4735 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783">
3903 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source> 4736 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source>
3904 <target>Vill du verkligen radera <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</target> 4737 <target>Vill du verkligen ta bort <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</target>
3905 <context-group name="null"> 4738 <context-group name="null">
3906 <context context-type="linenumber">1</context> 4739 <context context-type="linenumber">1</context>
3907 </context-group> 4740 </context-group>
3908 </trans-unit> 4741 </trans-unit>
3909 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118"> 4742 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86">
3910 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source> 4743 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source>
3911 <target>Videon <x id="INTERPOLATION" equiv-text="{{videoName}}"/> har raderats.</target> 4744 <target>Spellistan <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> har tagits bort.</target>
3912 <context-group name="null"> 4745 <context-group name="null">
3913 <context context-type="linenumber">1</context> 4746 <context context-type="linenumber">1</context>
3914 </context-group> 4747 </context-group>
3915 </trans-unit> 4748 </trans-unit>
3916 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 4749 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
3917 <source>Published</source> 4750 <source>My videos</source>
3918 <target>Publicerad</target> 4751 <target>Mina videor</target>
3919 <context-group name="null"> 4752 <context-group name="null">
3920 <context context-type="linenumber">1</context> 4753 <context context-type="linenumber">1</context>
3921 </context-group> 4754 </context-group>
3922 </trans-unit> 4755 </trans-unit>
3923 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2"> 4756 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd">
3924 <source>Publication scheduled on </source> 4757 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source>
3925 <target>Publiceringsschema aktiverat</target> 4758 <target>Vill du verkligen radera <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videor?</target>
3926 <context-group name="null"> 4759 <context-group name="null">
3927 <context context-type="linenumber">1</context> 4760 <context context-type="linenumber">1</context>
3928 </context-group> 4761 </context-group>
3929 </trans-unit> 4762 </trans-unit>
3930 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02"> 4763 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83">
3931 <source>Waiting transcoding</source> 4764 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source>
3932 <target>Inväntar omkodning</target> 4765 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videor har raderats.</target>
3933 <context-group name="null"> 4766 <context-group name="null">
3934 <context context-type="linenumber">1</context> 4767 <context context-type="linenumber">1</context>
3935 </context-group> 4768 </context-group>
3936 </trans-unit> 4769 </trans-unit>
3937 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a"> 4770 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7">
3938 <source>To transcode</source> 4771 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source>
3939 <target>Att omkoda</target> 4772 <target>Vill du verkligen radera <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</target>
3940 <context-group name="null"> 4773 <context-group name="null">
3941 <context context-type="linenumber">1</context> 4774 <context context-type="linenumber">1</context>
3942 </context-group> 4775 </context-group>
3943 </trans-unit> 4776 </trans-unit>
3944 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392"> 4777 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118">
3945 <source>To import</source> 4778 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source>
3946 <target>Att importera</target> 4779 <target>Videon <x id="INTERPOLATION" equiv-text="{{videoName}}"/> har raderats.</target>
3947 <context-group name="null"> 4780 <context-group name="null">
3948 <context context-type="linenumber">1</context> 4781 <context context-type="linenumber">1</context>
3949 </context-group> 4782 </context-group>
@@ -3955,16 +4788,16 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3955 <context context-type="linenumber">1</context> 4788 <context context-type="linenumber">1</context>
3956 </context-group> 4789 </context-group>
3957 </trans-unit> 4790 </trans-unit>
3958 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 4791 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
3959 <source>My library</source> 4792 <source>My channels</source>
3960 <target>Mitt bibliotek</target> 4793 <target>Mina kanaler</target>
3961 <context-group name="null"> 4794 <context-group name="null">
3962 <context context-type="linenumber">1</context> 4795 <context context-type="linenumber">1</context>
3963 </context-group> 4796 </context-group>
3964 </trans-unit> 4797 </trans-unit>
3965 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4798 <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2">
3966 <source>My channels</source> 4799 <source>My playlists</source>
3967 <target>Mina kanaler</target> 4800 <target>Mina spellistor</target>
3968 <context-group name="null"> 4801 <context-group name="null">
3969 <context context-type="linenumber">1</context> 4802 <context context-type="linenumber">1</context>
3970 </context-group> 4803 </context-group>
@@ -3976,6 +4809,13 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3976 <context context-type="linenumber">1</context> 4809 <context context-type="linenumber">1</context>
3977 </context-group> 4810 </context-group>
3978 </trans-unit> 4811 </trans-unit>
4812 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
4813 <source>My history</source>
4814 <target>Min historik</target>
4815 <context-group name="null">
4816 <context context-type="linenumber">1</context>
4817 </context-group>
4818 </trans-unit>
3979 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029"> 4819 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
3980 <source>Misc</source> 4820 <source>Misc</source>
3981 <target>Diverse</target> 4821 <target>Diverse</target>
@@ -3997,6 +4837,13 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3997 <context context-type="linenumber">1</context> 4837 <context context-type="linenumber">1</context>
3998 </context-group> 4838 </context-group>
3999 </trans-unit> 4839 </trans-unit>
4840 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
4841 <source>My notifications</source>
4842 <target>Mina notifikationer</target>
4843 <context-group name="null">
4844 <context context-type="linenumber">1</context>
4845 </context-group>
4846 </trans-unit>
4000 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706"> 4847 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706">
4001 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source> 4848 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
4002 <target>Ett e-postmeddelande med en verifikationslänk har skickats till <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target> 4849 <target>Ett e-postmeddelande med en verifikationslänk har skickats till <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
@@ -4118,13 +4965,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4118 <context context-type="linenumber">1</context> 4965 <context context-type="linenumber">1</context>
4119 </context-group> 4966 </context-group>
4120 </trans-unit> 4967 </trans-unit>
4121 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4122 <source>Error</source>
4123 <target>Fel</target>
4124 <context-group name="null">
4125 <context context-type="linenumber">1</context>
4126 </context-group>
4127 </trans-unit>
4128 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 4968 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
4129 <source>You need to reconnect.</source> 4969 <source>You need to reconnect.</source>
4130 <target>Du måste återansluta.</target> 4970 <target>Du måste återansluta.</target>
@@ -4132,13 +4972,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4132 <context context-type="linenumber">1</context> 4972 <context context-type="linenumber">1</context>
4133 </context-group> 4973 </context-group>
4134 </trans-unit> 4974 </trans-unit>
4135 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4136 <source>Confirm</source>
4137 <target>Bekräfta</target>
4138 <context-group name="null">
4139 <context context-type="linenumber">1</context>
4140 </context-group>
4141 </trans-unit>
4142 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452"> 4975 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
4143 <source>Keyboard Shortcuts:</source> 4976 <source>Keyboard Shortcuts:</source>
4144 <target>Kortkommandon:</target> 4977 <target>Kortkommandon:</target>
@@ -4146,13 +4979,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4146 <context context-type="linenumber">1</context> 4979 <context context-type="linenumber">1</context>
4147 </context-group> 4980 </context-group>
4148 </trans-unit> 4981 </trans-unit>
4149 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4150 <source>Info</source>
4151 <target>Information</target>
4152 <context-group name="null">
4153 <context context-type="linenumber">1</context>
4154 </context-group>
4155 </trans-unit>
4156 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba"> 4982 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
4157 <source>Success</source> 4983 <source>Success</source>
4158 <target>Åtgärden lyckades</target> 4984 <target>Åtgärden lyckades</target>
@@ -4265,6 +5091,90 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4265 <context context-type="linenumber">1</context> 5091 <context context-type="linenumber">1</context>
4266 </context-group> 5092 </context-group>
4267 </trans-unit> 5093 </trans-unit>
5094 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
5095 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
5096 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> år sedan</target>
5097 <context-group name="null">
5098 <context context-type="linenumber">1</context>
5099 </context-group>
5100 </trans-unit>
5101 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
5102 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
5103 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> månader sedan</target>
5104 <context-group name="null">
5105 <context context-type="linenumber">1</context>
5106 </context-group>
5107 </trans-unit>
5108 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
5109 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
5110 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> månad sedan</target>
5111 <context-group name="null">
5112 <context context-type="linenumber">1</context>
5113 </context-group>
5114 </trans-unit>
5115 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
5116 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
5117 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> veckor sedan</target>
5118 <context-group name="null">
5119 <context context-type="linenumber">1</context>
5120 </context-group>
5121 </trans-unit>
5122 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
5123 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
5124 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> vecka sedan</target>
5125 <context-group name="null">
5126 <context context-type="linenumber">1</context>
5127 </context-group>
5128 </trans-unit>
5129 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
5130 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
5131 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dagar sedan</target>
5132 <context-group name="null">
5133 <context context-type="linenumber">1</context>
5134 </context-group>
5135 </trans-unit>
5136 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
5137 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
5138 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dag sedan</target>
5139 <context-group name="null">
5140 <context context-type="linenumber">1</context>
5141 </context-group>
5142 </trans-unit>
5143 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
5144 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
5145 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> timmar sedan</target>
5146 <context-group name="null">
5147 <context context-type="linenumber">1</context>
5148 </context-group>
5149 </trans-unit>
5150 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
5151 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
5152 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> timme sedan</target>
5153 <context-group name="null">
5154 <context context-type="linenumber">1</context>
5155 </context-group>
5156 </trans-unit>
5157 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
5158 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
5159 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> min sedan</target>
5160 <context-group name="null">
5161 <context context-type="linenumber">1</context>
5162 </context-group>
5163 </trans-unit>
5164 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
5165 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
5166 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> s sedan</target>
5167 <context-group name="null">
5168 <context context-type="linenumber">1</context>
5169 </context-group>
5170 </trans-unit>
5171 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
5172 <source>Confirm</source>
5173 <target>Bekräfta</target>
5174 <context-group name="null">
5175 <context context-type="linenumber">1</context>
5176 </context-group>
5177 </trans-unit>
4268 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 5178 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
4269 <source>Instance name is required.</source> 5179 <source>Instance name is required.</source>
4270 <target>Instansnamn krävs.</target> 5180 <target>Instansnamn krävs.</target>
@@ -4391,6 +5301,48 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4391 <context context-type="linenumber">1</context> 5301 <context context-type="linenumber">1</context>
4392 </context-group> 5302 </context-group>
4393 </trans-unit> 5303 </trans-unit>
5304 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33">
5305 <source>Your name is required.</source>
5306 <target>Du måste uppge ditt namn.</target>
5307 <context-group name="null">
5308 <context context-type="linenumber">1</context>
5309 </context-group>
5310 </trans-unit>
5311 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a">
5312 <source>Your name must be at least 1 character long.</source>
5313 <target>Ditt namn måste innehålla minst ett tecken.</target>
5314 <context-group name="null">
5315 <context context-type="linenumber">1</context>
5316 </context-group>
5317 </trans-unit>
5318 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b">
5319 <source>Your name cannot be more than 120 characters long.</source>
5320 <target>Ditt namn får inte vara mer än 120 tecken långt.</target>
5321 <context-group name="null">
5322 <context context-type="linenumber">1</context>
5323 </context-group>
5324 </trans-unit>
5325 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2">
5326 <source>A message is required.</source>
5327 <target>Meddelande krävs.</target>
5328 <context-group name="null">
5329 <context context-type="linenumber">1</context>
5330 </context-group>
5331 </trans-unit>
5332 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64">
5333 <source>The message must be at least 3 characters long.</source>
5334 <target>Meddelandet måste innehålla minst tre tecken.</target>
5335 <context-group name="null">
5336 <context context-type="linenumber">1</context>
5337 </context-group>
5338 </trans-unit>
5339 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60">
5340 <source>The message cannot be more than 5000 characters long.</source>
5341 <target>Meddelandet får inte vara mer än 5000 tecken långt.</target>
5342 <context-group name="null">
5343 <context context-type="linenumber">1</context>
5344 </context-group>
5345 </trans-unit>
4394 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149"> 5346 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149">
4395 <source>Username is required.</source> 5347 <source>Username is required.</source>
4396 <target>Användarnamn måste fyllas i.</target> 5348 <target>Användarnamn måste fyllas i.</target>
@@ -4412,6 +5364,27 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4412 <context context-type="linenumber">1</context> 5364 <context context-type="linenumber">1</context>
4413 </context-group> 5365 </context-group>
4414 </trans-unit> 5366 </trans-unit>
5367 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a">
5368 <source>Username must be at least 1 character long.</source>
5369 <target>Användarnamnet måste innehålla minst ett tecken.</target>
5370 <context-group name="null">
5371 <context context-type="linenumber">1</context>
5372 </context-group>
5373 </trans-unit>
5374 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a">
5375 <source>Username cannot be more than 50 characters long.</source>
5376 <target>Användarnamnet får inte vara mer än 50 tecken långt.</target>
5377 <context-group name="null">
5378 <context context-type="linenumber">1</context>
5379 </context-group>
5380 </trans-unit>
5381 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
5382 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
5383 <target>Användarnamnet får innehålla gemener, siffror, punkter samt understreck.</target>
5384 <context-group name="null">
5385 <context context-type="linenumber">1</context>
5386 </context-group>
5387 </trans-unit>
4415 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0"> 5388 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
4416 <source>Password must be at least 6 characters long.</source> 5389 <source>Password must be at least 6 characters long.</source>
4417 <target>Lösenordet måste innehålla minst sex tecken.</target> 5390 <target>Lösenordet måste innehålla minst sex tecken.</target>
@@ -4475,6 +5448,20 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4475 <context context-type="linenumber">1</context> 5448 <context context-type="linenumber">1</context>
4476 </context-group> 5449 </context-group>
4477 </trans-unit> 5450 </trans-unit>
5451 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c">
5452 <source>Display name must be at least 1 character long.</source>
5453 <target>Visningsnamnet måste innehålla minst ett tecken.</target>
5454 <context-group name="null">
5455 <context context-type="linenumber">1</context>
5456 </context-group>
5457 </trans-unit>
5458 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1">
5459 <source>Display name cannot be more than 50 characters long.</source>
5460 <target>Visningsnamnet får inte vara mer än 50 tecken långt.</target>
5461 <context-group name="null">
5462 <context context-type="linenumber">1</context>
5463 </context-group>
5464 </trans-unit>
4478 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae"> 5465 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae">
4479 <source>Description must be at least 3 characters long.</source> 5466 <source>Description must be at least 3 characters long.</source>
4480 <target>Beskrivningen måste innehålla minst tre tecken.</target> 5467 <target>Beskrivningen måste innehålla minst tre tecken.</target>
@@ -4512,14 +5499,21 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4512 </trans-unit> 5499 </trans-unit>
4513 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6"> 5500 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6">
4514 <source>Report reason is required.</source> 5501 <source>Report reason is required.</source>
4515 <target>Orsak för rapportering måste anges.</target> 5502 <target>Anmälans motivering måste anges.</target>
4516 <context-group name="null"> 5503 <context-group name="null">
4517 <context context-type="linenumber">1</context> 5504 <context context-type="linenumber">1</context>
4518 </context-group> 5505 </context-group>
4519 </trans-unit> 5506 </trans-unit>
4520 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e"> 5507 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e">
4521 <source>Report reason must be at least 2 characters long.</source> 5508 <source>Report reason must be at least 2 characters long.</source>
4522 <target>Orsak för rapportering måste innehålla minst två tecken.</target> 5509 <target>Anmälans motivering måste innehålla minst två tecken.</target>
5510 <context-group name="null">
5511 <context context-type="linenumber">1</context>
5512 </context-group>
5513 </trans-unit>
5514 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
5515 <source>Report reason cannot be more than 3000 characters long.</source>
5516 <target>Anmälans motivering får inte vara mer än 3000 tecken lång.</target>
4523 <context-group name="null"> 5517 <context-group name="null">
4524 <context context-type="linenumber">1</context> 5518 <context context-type="linenumber">1</context>
4525 </context-group> 5519 </context-group>
@@ -4538,6 +5532,13 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4538 <context context-type="linenumber">1</context> 5532 <context context-type="linenumber">1</context>
4539 </context-group> 5533 </context-group>
4540 </trans-unit> 5534 </trans-unit>
5535 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
5536 <source>Moderation comment cannot be more than 3000 characters long.</source>
5537 <target>Moderationskommentaren får inte vara mer än 3000 tecken lång.</target>
5538 <context-group name="null">
5539 <context context-type="linenumber">1</context>
5540 </context-group>
5541 </trans-unit>
4541 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6"> 5542 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6">
4542 <source>The channel is required.</source> 5543 <source>The channel is required.</source>
4543 <target>Kanalen måste anges.</target> 5544 <target>Kanalen måste anges.</target>
@@ -4594,6 +5595,27 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4594 <context context-type="linenumber">1</context> 5595 <context context-type="linenumber">1</context>
4595 </context-group> 5596 </context-group>
4596 </trans-unit> 5597 </trans-unit>
5598 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76">
5599 <source>Name must be at least 1 character long.</source>
5600 <target>Namnet måste innehålla minst ett tecken.</target>
5601 <context-group name="null">
5602 <context context-type="linenumber">1</context>
5603 </context-group>
5604 </trans-unit>
5605 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d">
5606 <source>Name cannot be more than 50 characters long.</source>
5607 <target>Namnet får inte vara mer än 30 tecken långt.</target>
5608 <context-group name="null">
5609 <context context-type="linenumber">1</context>
5610 </context-group>
5611 </trans-unit>
5612 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18">
5613 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
5614 <target>Namnet får innehålla gemener, siffror, punkter samt understreck.</target>
5615 <context-group name="null">
5616 <context context-type="linenumber">1</context>
5617 </context-group>
5618 </trans-unit>
4597 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b"> 5619 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
4598 <source>Support text must be at least 3 characters long.</source> 5620 <source>Support text must be at least 3 characters long.</source>
4599 <target>Supporttexten måste innehålla minst tre tecken.</target> 5621 <target>Supporttexten måste innehålla minst tre tecken.</target>
@@ -4629,6 +5651,27 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4629 <context context-type="linenumber">1</context> 5651 <context context-type="linenumber">1</context>
4630 </context-group> 5652 </context-group>
4631 </trans-unit> 5653 </trans-unit>
5654 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5655 <source>Display name cannot be more than 120 characters long.</source>
5656 <target>Visningsnamnet får inte vara mer än 120 tecken långt.</target>
5657 <context-group name="null">
5658 <context context-type="linenumber">1</context>
5659 </context-group>
5660 </trans-unit>
5661 <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c">
5662 <source>Privacy is required.</source>
5663 <target>Synligheten måste anges.</target>
5664 <context-group name="null">
5665 <context context-type="linenumber">1</context>
5666 </context-group>
5667 </trans-unit>
5668 <trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c">
5669 <source>The channel is required when the playlist is public.</source>
5670 <target>En kanal måste anges för offentliga spellistor</target>
5671 <context-group name="null">
5672 <context context-type="linenumber">1</context>
5673 </context-group>
5674 </trans-unit>
4632 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 5675 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
4633 <source>Video name is required.</source> 5676 <source>Video name is required.</source>
4634 <target>Videonamn måste anges.</target> 5677 <target>Videonamn måste anges.</target>
@@ -4720,16 +5763,16 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4720 <context context-type="linenumber">1</context> 5763 <context context-type="linenumber">1</context>
4721 </context-group> 5764 </context-group>
4722 </trans-unit> 5765 </trans-unit>
4723 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4"> 5766 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
4724 <source>All unsaved data will be lost, are you sure you want to leave this page?</source> 5767 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
4725 <target>All osparad data kommer förloras, vill du verkligen lämna den här sidan?</target> 5768 <target>PeerTube kan inte hantera den här filtypen. Följande filändelser är tillåtna: <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target>
4726 <context-group name="null"> 5769 <context-group name="null">
4727 <context context-type="linenumber">1</context> 5770 <context context-type="linenumber">1</context>
4728 </context-group> 5771 </context-group>
4729 </trans-unit> 5772 </trans-unit>
4730 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01"> 5773 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4">
4731 <source>Warning</source> 5774 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
4732 <target>Varning</target> 5775 <target>All osparad data kommer förloras, vill du verkligen lämna den här sidan?</target>
4733 <context-group name="null"> 5776 <context-group name="null">
4734 <context context-type="linenumber">1</context> 5777 <context context-type="linenumber">1</context>
4735 </context-group> 5778 </context-group>
@@ -5056,9 +6099,37 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5056 <context context-type="linenumber">1</context> 6099 <context context-type="linenumber">1</context>
5057 </context-group> 6100 </context-group>
5058 </trans-unit> 6101 </trans-unit>
6102 <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24">
6103 <source>Hidden</source>
6104 <target>Dold</target>
6105 <context-group name="null">
6106 <context context-type="linenumber">1</context>
6107 </context-group>
6108 </trans-unit>
6109 <trans-unit id="75cc14815746a90d424157080fc7efd3e2631654">
6110 <source>Blurred with confirmation request</source>
6111 <target>Suddig med fråga om bekräftelse</target>
6112 <context-group name="null">
6113 <context context-type="linenumber">1</context>
6114 </context-group>
6115 </trans-unit>
6116 <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105">
6117 <source>Displayed</source>
6118 <target>Synlig</target>
6119 <context-group name="null">
6120 <context context-type="linenumber">1</context>
6121 </context-group>
6122 </trans-unit>
6123 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c">
6124 <source>User registration allowed</source>
6125 <target>Registrering av nya användare är tillåten</target>
6126 <context-group name="null">
6127 <context context-type="linenumber">1</context>
6128 </context-group>
6129 </trans-unit>
5059 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411"> 6130 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411">
5060 <source>Transcode your videos in multiple resolutions</source> 6131 <source>Transcode your videos in multiple resolutions</source>
5061 <target>Omkoda dina videor till flera upplösningar</target> 6132 <target>Omkodning dina videor till flera upplösningar</target>
5062 <context-group name="null"> 6133 <context-group name="null">
5063 <context context-type="linenumber">1</context> 6134 <context context-type="linenumber">1</context>
5064 </context-group> 6135 </context-group>
@@ -5112,83 +6183,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5112 <context context-type="linenumber">1</context> 6183 <context context-type="linenumber">1</context>
5113 </context-group> 6184 </context-group>
5114 </trans-unit> 6185 </trans-unit>
5115 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
5116 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
5117 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> år sedan</target>
5118 <context-group name="null">
5119 <context context-type="linenumber">1</context>
5120 </context-group>
5121 </trans-unit>
5122 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
5123 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
5124 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> månader sedan</target>
5125 <context-group name="null">
5126 <context context-type="linenumber">1</context>
5127 </context-group>
5128 </trans-unit>
5129 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
5130 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
5131 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> månad sedan</target>
5132 <context-group name="null">
5133 <context context-type="linenumber">1</context>
5134 </context-group>
5135 </trans-unit>
5136 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
5137 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
5138 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> veckor sedan</target>
5139 <context-group name="null">
5140 <context context-type="linenumber">1</context>
5141 </context-group>
5142 </trans-unit>
5143 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
5144 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
5145 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> vecka sedan</target>
5146 <context-group name="null">
5147 <context context-type="linenumber">1</context>
5148 </context-group>
5149 </trans-unit>
5150 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
5151 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
5152 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dagar sedan</target>
5153 <context-group name="null">
5154 <context context-type="linenumber">1</context>
5155 </context-group>
5156 </trans-unit>
5157 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
5158 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
5159 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dag sedan</target>
5160 <context-group name="null">
5161 <context context-type="linenumber">1</context>
5162 </context-group>
5163 </trans-unit>
5164 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
5165 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
5166 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> timmar sedan</target>
5167 <context-group name="null">
5168 <context context-type="linenumber">1</context>
5169 </context-group>
5170 </trans-unit>
5171 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
5172 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
5173 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> timme sedan</target>
5174 <context-group name="null">
5175 <context context-type="linenumber">1</context>
5176 </context-group>
5177 </trans-unit>
5178 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
5179 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
5180 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> min sedan</target>
5181 <context-group name="null">
5182 <context context-type="linenumber">1</context>
5183 </context-group>
5184 </trans-unit>
5185 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
5186 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
5187 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> s sedan</target>
5188 <context-group name="null">
5189 <context context-type="linenumber">1</context>
5190 </context-group>
5191 </trans-unit>
5192 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 6186 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
5193 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 6187 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
5194 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>-kompatibel text med stöd för:</target> 6188 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>-kompatibel text med stöd för:</target>
@@ -5441,6 +6435,132 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5441 <context context-type="linenumber">1</context> 6435 <context context-type="linenumber">1</context>
5442 </context-group> 6436 </context-group>
5443 </trans-unit> 6437 </trans-unit>
6438 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78">
6439 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source>
6440 <target>En video har tagits bort från <x id="INTERPOLATION" equiv-text="{{name}}"/></target>
6441 <context-group name="null">
6442 <context context-type="linenumber">1</context>
6443 </context-group>
6444 </trans-unit>
6445 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de">
6446 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source>
6447 <target>En video lades till i <x id="INTERPOLATION" equiv-text="{{n}}"/> vid tiderna <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target>
6448 <context-group name="null">
6449 <context context-type="linenumber">1</context>
6450 </context-group>
6451 </trans-unit>
6452 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f">
6453 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source>
6454 <target>Videon har lagts till i <x id="INTERPOLATION" equiv-text="{{n}}"/></target>
6455 <context-group name="null">
6456 <context context-type="linenumber">1</context>
6457 </context-group>
6458 </trans-unit>
6459 <trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8">
6460 <source>Timestamps updated</source>
6461 <target>Tidsinställningarna har uppdaterats</target>
6462 <context-group name="null">
6463 <context context-type="linenumber">1</context>
6464 </context-group>
6465 </trans-unit>
6466 <trans-unit id="28d23ed47149ffd34c2ebd58bfeb4601649c784f">
6467 <source>Starts at </source>
6468 <target>Börjar vid </target>
6469 <context-group name="null">
6470 <context context-type="linenumber">1</context>
6471 </context-group>
6472 </trans-unit>
6473 <trans-unit id="1e40e4317900075588705bc4084fda4b2ddb3372">
6474 <source>Stops at </source>
6475 <target>Slutar vid </target>
6476 <context-group name="null">
6477 <context context-type="linenumber">1</context>
6478 </context-group>
6479 </trans-unit>
6480 <trans-unit id="1b8201c470a1635cc9beab9adb90eabd19fc9691">
6481 <source> and stops at </source>
6482 <target> och slutar vid </target>
6483 <context-group name="null">
6484 <context context-type="linenumber">1</context>
6485 </context-group>
6486 </trans-unit>
6487 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
6488 <source>Video blacklisted.</source>
6489 <target>Videon är svartlistad.</target>
6490 <context-group name="null">
6491 <context context-type="linenumber">1</context>
6492 </context-group>
6493 </trans-unit>
6494 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
6495 <source>Copied</source>
6496 <target>Kopierad</target>
6497 <context-group name="null">
6498 <context context-type="linenumber">1</context>
6499 </context-group>
6500 </trans-unit>
6501 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
6502 <source>Video reported.</source>
6503 <target>Videon har rapporterats.</target>
6504 <context-group name="null">
6505 <context context-type="linenumber">1</context>
6506 </context-group>
6507 </trans-unit>
6508 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
6509 <source>Do you really want to delete this video?</source>
6510 <target>Vill du verkligen radera den här videon?</target>
6511 <context-group name="null">
6512 <context context-type="linenumber">1</context>
6513 </context-group>
6514 </trans-unit>
6515 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
6516 <source>Blacklist</source>
6517 <target>Svartlista</target>
6518 <context-group name="null">
6519 <context context-type="linenumber">1</context>
6520 </context-group>
6521 </trans-unit>
6522 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
6523 <source>Report</source>
6524 <target>Rapportera</target>
6525 <context-group name="null">
6526 <context context-type="linenumber">1</context>
6527 </context-group>
6528 </trans-unit>
6529 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
6530 <source>Published</source>
6531 <target>Publicerad</target>
6532 <context-group name="null">
6533 <context context-type="linenumber">1</context>
6534 </context-group>
6535 </trans-unit>
6536 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
6537 <source>Publication scheduled on </source>
6538 <target>Publiceringsschema aktiverat</target>
6539 <context-group name="null">
6540 <context context-type="linenumber">1</context>
6541 </context-group>
6542 </trans-unit>
6543 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
6544 <source>Waiting transcoding</source>
6545 <target>Inväntar omkodning</target>
6546 <context-group name="null">
6547 <context context-type="linenumber">1</context>
6548 </context-group>
6549 </trans-unit>
6550 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
6551 <source>To transcode</source>
6552 <target>Att omkoda</target>
6553 <context-group name="null">
6554 <context context-type="linenumber">1</context>
6555 </context-group>
6556 </trans-unit>
6557 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
6558 <source>To import</source>
6559 <target>Att importera</target>
6560 <context-group name="null">
6561 <context context-type="linenumber">1</context>
6562 </context-group>
6563 </trans-unit>
5444 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 6564 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
5445 <source>Only I can see this video</source> 6565 <source>Only I can see this video</source>
5446 <target>Endast jag kan se den här videon</target> 6566 <target>Endast jag kan se den här videon</target>
@@ -5532,6 +6652,13 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5532 <context context-type="linenumber">1</context> 6652 <context context-type="linenumber">1</context>
5533 </context-group> 6653 </context-group>
5534 </trans-unit> 6654 </trans-unit>
6655 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
6656 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
6657 <target>Du har gjort ändringar som inte sparats! Om du lämnar nu kommer de förkastas.</target>
6658 <context-group name="null">
6659 <context context-type="linenumber">1</context>
6660 </context-group>
6661 </trans-unit>
5535 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187"> 6662 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
5536 <source>Video updated.</source> 6663 <source>Video updated.</source>
5537 <target>Videon har uppdaterats.</target> 6664 <target>Videon har uppdaterats.</target>
@@ -5546,30 +6673,16 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5546 <context context-type="linenumber">1</context> 6673 <context context-type="linenumber">1</context>
5547 </context-group> 6674 </context-group>
5548 </trans-unit> 6675 </trans-unit>
5549 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3"> 6676 <trans-unit id="f18ffad7896788364e69a9ac6a376c84f54c58f7">
5550 <source>Video blacklisted.</source> 6677 <source> The deletion will be sent to remote instances so they remove the comment too.</source>
5551 <target>Videon är svartlistad.</target> 6678 <target>En begäran om radering kommer skickas till fjärrinstansen också, så att även de tar bort kommentaren.</target>
5552 <context-group name="null">
5553 <context context-type="linenumber">1</context>
5554 </context-group>
5555 </trans-unit>
5556 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
5557 <source>Copied</source>
5558 <target>Kopierad</target>
5559 <context-group name="null">
5560 <context context-type="linenumber">1</context>
5561 </context-group>
5562 </trans-unit>
5563 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
5564 <source>Video reported.</source>
5565 <target>Videon har rapporterats.</target>
5566 <context-group name="null"> 6679 <context-group name="null">
5567 <context context-type="linenumber">1</context> 6680 <context context-type="linenumber">1</context>
5568 </context-group> 6681 </context-group>
5569 </trans-unit> 6682 </trans-unit>
5570 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f"> 6683 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
5571 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source> 6684 <source> It is a remote comment, so the deletion will only be effective on your instance.</source>
5572 <target>BÃrja vid <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target> 6685 <target>Den här kommentaren skrevs frÃ¥n en annan instans, sÃ¥ den kommer endast döljas lokalt.</target>
5573 <context-group name="null"> 6686 <context-group name="null">
5574 <context context-type="linenumber">1</context> 6687 <context context-type="linenumber">1</context>
5575 </context-group> 6688 </context-group>
@@ -5588,13 +6701,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5588 <context context-type="linenumber">1</context> 6701 <context context-type="linenumber">1</context>
5589 </context-group> 6702 </context-group>
5590 </trans-unit> 6703 </trans-unit>
5591 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
5592 <source>Do you really want to delete this video?</source>
5593 <target>Vill du verkligen radera den här videon?</target>
5594 <context-group name="null">
5595 <context context-type="linenumber">1</context>
5596 </context-group>
5597 </trans-unit>
5598 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 6704 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
5599 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source> 6705 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
5600 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> gillar / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> ogillar</target> 6706 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> gillar / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> ogillar</target>
@@ -5616,6 +6722,34 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5616 <context context-type="linenumber">1</context> 6722 <context context-type="linenumber">1</context>
5617 </context-group> 6723 </context-group>
5618 </trans-unit> 6724 </trans-unit>
6725 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
6726 <source>Trending for the last 24 hours</source>
6727 <target>Populärt det senaste dygnet</target>
6728 <context-group name="null">
6729 <context context-type="linenumber">1</context>
6730 </context-group>
6731 </trans-unit>
6732 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e">
6733 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source>
6734 <target>Med populära videor menas de som visats flest gånger under det senaste dygnet.</target>
6735 <context-group name="null">
6736 <context context-type="linenumber">1</context>
6737 </context-group>
6738 </trans-unit>
6739 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6740 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6741 <target>Populärt de senaste <x id="INTERPOLATION" equiv-text="{{days}}"/> dagarna</target>
6742 <context-group name="null">
6743 <context context-type="linenumber">1</context>
6744 </context-group>
6745 </trans-unit>
6746 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509">
6747 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6748 <target>Med populära videor menas de som visats flest gånger under det senaste <x id="INTERPOLATION" equiv-text="{{days}}"/> dagarna.</target>
6749 <context-group name="null">
6750 <context context-type="linenumber">1</context>
6751 </context-group>
6752 </trans-unit>
5619 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 6753 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
5620 <source>Videos from your subscriptions</source> 6754 <source>Videos from your subscriptions</source>
5621 <target>Videor från dina prenumerationer</target> 6755 <target>Videor från dina prenumerationer</target>
diff --git a/client/src/locale/target/angular_ta.xml b/client/src/locale/target/angular_ta.xml
index abd878aaa..df23f08fa 100644
--- a/client/src/locale/target/angular_ta.xml
+++ b/client/src/locale/target/angular_ta.xml
@@ -56,77 +56,84 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>à®®à¯à®¤à®²à¯</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>à®®à¯à®¤à®²à¯</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>à®®à¯à®¨à¯à®¤à¯ˆà®¯</target> 92 <target>à®®à¯à®¨à¯à®¤à¯ˆà®¯</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>அடà¯à®¤à¯à®¤à¯</target> 99 <target>அடà¯à®¤à¯à®¤à¯</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>இறà¯à®¤à®¿</target> 106 <target>இறà¯à®¤à®¿</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.timepicker.minutes"> 111 <trans-unit id="ngb.timepicker.minutes">
112 <source>Minutes</source> 112 <source>Minutes</source>
113 <target>நிமிடஙà¯à®•à®³à¯</target> 113 <target>நிமிடஙà¯à®•à®³à¯</target>
114 <context-group name="null"> 114 <context-group name="null">
115 <context context-type="linenumber">33</context> 115 <context context-type="linenumber">34</context>
116 </context-group> 116 </context-group>
117 </trans-unit> 117 </trans-unit>
118 <trans-unit id="ngb.timepicker.seconds"> 118 <trans-unit id="ngb.timepicker.seconds">
119 <source>Seconds</source> 119 <source>Seconds</source>
120 <target>நொடிகளà¯</target> 120 <target>நொடிகளà¯</target>
121 <context-group name="null"> 121 <context-group name="null">
122 <context context-type="linenumber">52</context> 122 <context context-type="linenumber">54</context>
123 </context-group> 123 </context-group>
124 </trans-unit> 124 </trans-unit>
125 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7"> 125 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
126 <source>Cancel</source> 126 <source>Reason...</source>
127 <target>ரதà¯à®¤à¯ செயà¯</target> 127 <target>à®à®¾à®°à®£à®®à¯...</target>
128 <context-group name="null"> 128 <context-group name="null">
129 <context context-type="linenumber">10</context> 129 <context context-type="linenumber">11</context>
130 </context-group>
131 </trans-unit>
132 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
133 <source>No results.</source>
134 <target>à®®à¯à®Ÿà®¿à®µà¯à®•à®³à¯ இலà¯à®²à¯ˆ.</target>
135 <context-group name="null">
136 <context context-type="linenumber">20</context>
130 </context-group> 137 </context-group>
131 </trans-unit> 138 </trans-unit>
132 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 139 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -153,8 +160,9 @@
153 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8"> 160 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
154 <source> 161 <source>
155 Unsubscribe 162 Unsubscribe
156 </source> 163 </source><target>
157 <context-group name="null"> 164 Unsubscribe
165 </target><context-group name="null">
158 <context context-type="linenumber">18</context> 166 <context context-type="linenumber">18</context>
159 </context-group> 167 </context-group>
160 </trans-unit> 168 </trans-unit>
@@ -165,18 +173,18 @@
165 <context context-type="linenumber">3</context> 173 <context context-type="linenumber">3</context>
166 </context-group> 174 </context-group>
167 </trans-unit> 175 </trans-unit>
168 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125"> 176 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
169 <source>Reason...</source> 177 <source>Cancel</source>
170 <target>à®à®¾à®°à®£à®®à¯...</target> 178 <target>ரதà¯à®¤à¯ செயà¯</target>
171 <context-group name="null"> 179 <context-group name="null">
172 <context context-type="linenumber">11</context> 180 <context context-type="linenumber">10</context>
173 </context-group> 181 </context-group>
174 </trans-unit> 182 </trans-unit>
175 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 183 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
176 <source>Ban this user</source> 184 <source>Ban this user</source>
177 <target>இநà¯à®¤ பயணரை ரதà¯à®¤à¯ செயà¯</target> 185 <target>இநà¯à®¤ பயணரை ரதà¯à®¤à¯ செயà¯</target>
178 <context-group name="null"> 186 <context-group name="null">
179 <context context-type="linenumber">25</context> 187 <context context-type="linenumber">26</context>
180 </context-group> 188 </context-group>
181 </trans-unit> 189 </trans-unit>
182 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 190 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
@@ -208,7 +216,7 @@
208 <source>Login</source> 216 <source>Login</source>
209 <target>உளà¯à®¨à¯à®´à¯ˆ</target> 217 <target>உளà¯à®¨à¯à®´à¯ˆ</target>
210 <context-group name="null"> 218 <context-group name="null">
211 <context context-type="linenumber">36</context> 219 <context context-type="linenumber">32</context>
212 </context-group> 220 </context-group>
213 </trans-unit> 221 </trans-unit>
214 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 222 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -257,46 +265,35 @@
257 <source>Change the language</source> 265 <source>Change the language</source>
258 <target>மொழியை மாறà¯à®±à¯</target> 266 <target>மொழியை மாறà¯à®±à¯</target>
259 <context-group name="null"> 267 <context-group name="null">
260 <context context-type="linenumber">86</context> 268 <context context-type="linenumber">102</context>
261 </context-group>
262 </trans-unit>
263 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
264 <source>
265 Log out
266 </source>
267 <target>
268 வெளியேறà¯
269 </target>
270 <context-group name="null">
271 <context context-type="linenumber">28</context>
272 </context-group> 269 </context-group>
273 </trans-unit> 270 </trans-unit>
274 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 271 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
275 <source>Create an account</source> 272 <source>Create an account</source>
276 <target>கணகà¯à®•à¯ˆ உரà¯à®µà®¾à®•à¯à®•à¯</target> 273 <target>கணகà¯à®•à¯ˆ உரà¯à®µà®¾à®•à¯à®•à¯</target>
277 <context-group name="null"> 274 <context-group name="null">
278 <context context-type="linenumber">37</context> 275 <context context-type="linenumber">33</context>
279 </context-group> 276 </context-group>
280 </trans-unit> 277 </trans-unit>
281 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 278 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
282 <source>Recently added</source> 279 <source>Recently added</source>
283 <target>சமீபதà¯à®¤à®¿à®¯à®µà¯ˆ</target> 280 <target>சமீபதà¯à®¤à®¿à®¯à®µà¯ˆ</target>
284 <context-group name="null"> 281 <context-group name="null">
285 <context context-type="linenumber">60</context> 282 <context context-type="linenumber">76</context>
286 </context-group> 283 </context-group>
287 </trans-unit> 284 </trans-unit>
288 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 285 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
289 <source>More</source> 286 <source>More</source>
290 <target>மேலà¯à®®à¯</target> 287 <target>மேலà¯à®®à¯</target>
291 <context-group name="null"> 288 <context-group name="null">
292 <context context-type="linenumber">70</context> 289 <context context-type="linenumber">86</context>
293 </context-group> 290 </context-group>
294 </trans-unit> 291 </trans-unit>
295 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 292 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
296 <source>About</source> 293 <source>About</source>
297 <target>எஙà¯à®•à®³à¯ˆà®ªà¯ பறà¯à®±à®¿</target> 294 <target>எஙà¯à®•à®³à¯ˆà®ªà¯ பறà¯à®±à®¿</target>
298 <context-group name="null"> 295 <context-group name="null">
299 <context context-type="linenumber">25</context> 296 <context context-type="linenumber">26</context>
300 </context-group> 297 </context-group>
301 </trans-unit> 298 </trans-unit>
302 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 299 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -317,42 +314,35 @@
317 <source>Yes</source> 314 <source>Yes</source>
318 <target>ஆமà¯</target> 315 <target>ஆமà¯</target>
319 <context-group name="null"> 316 <context-group name="null">
320 <context context-type="linenumber">37</context> 317 <context context-type="linenumber">58</context>
321 </context-group> 318 </context-group>
322 </trans-unit> 319 </trans-unit>
323 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 320 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
324 <source>No</source> 321 <source>No</source>
325 <target>இலà¯à®²à¯ˆ</target> 322 <target>இலà¯à®²à¯ˆ</target>
326 <context-group name="null"> 323 <context-group name="null">
327 <context context-type="linenumber">42</context> 324 <context context-type="linenumber">63</context>
328 </context-group> 325 </context-group>
329 </trans-unit> 326 </trans-unit>
330 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 327 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
331 <source>Category</source> 328 <source>Category</source>
332 <target>பிரிவà¯</target> 329 <target>பிரிவà¯</target>
333 <context-group name="null"> 330 <context-group name="null">
334 <context context-type="linenumber">164</context> 331 <context context-type="linenumber">189</context>
335 </context-group> 332 </context-group>
336 </trans-unit> 333 </trans-unit>
337 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 334 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
338 <source>Licence</source> 335 <source>Licence</source>
339 <target>உரிமமà¯</target> 336 <target>உரிமமà¯</target>
340 <context-group name="null"> 337 <context-group name="null">
341 <context context-type="linenumber">173</context> 338 <context context-type="linenumber">198</context>
342 </context-group> 339 </context-group>
343 </trans-unit> 340 </trans-unit>
344 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 341 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
345 <source>Language</source> 342 <source>Language</source>
346 <target>மொழி</target> 343 <target>மொழி</target>
347 <context-group name="null"> 344 <context-group name="null">
348 <context context-type="linenumber">182</context> 345 <context context-type="linenumber">207</context>
349 </context-group>
350 </trans-unit>
351 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
352 <source>No results.</source>
353 <target>à®®à¯à®Ÿà®¿à®µà¯à®•à®³à¯ இலà¯à®²à¯ˆ.</target>
354 <context-group name="null">
355 <context context-type="linenumber">20</context>
356 </context-group> 346 </context-group>
357 </trans-unit> 347 </trans-unit>
358 <trans-unit id="6385c357c1de58ce92c0cf618ecf9cf74b917390"> 348 <trans-unit id="6385c357c1de58ce92c0cf618ecf9cf74b917390">
@@ -394,35 +384,35 @@
394 <source>Users</source> 384 <source>Users</source>
395 <target>பயணரà¯à®•à®³à¯</target> 385 <target>பயணரà¯à®•à®³à¯</target>
396 <context-group name="null"> 386 <context-group name="null">
397 <context context-type="linenumber">105</context> 387 <context context-type="linenumber">116</context>
398 </context-group> 388 </context-group>
399 </trans-unit> 389 </trans-unit>
400 <trans-unit id="99cb827741e93125476a0f5b676372d85d15b5fc"> 390 <trans-unit id="99cb827741e93125476a0f5b676372d85d15b5fc">
401 <source>Twitter</source> 391 <source>Twitter</source>
402 <target>Twitter</target> 392 <target>Twitter</target>
403 <context-group name="null"> 393 <context-group name="null">
404 <context context-type="linenumber">178</context> 394 <context context-type="linenumber">231</context>
405 </context-group> 395 </context-group>
406 </trans-unit> 396 </trans-unit>
407 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 397 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
408 <source>Your Twitter username</source> 398 <source>Your Twitter username</source>
409 <target>உஙà¯à®•à®³à¯ Twitter பயணரà¯à®ªà¯†à®¯à®°à¯</target> 399 <target>உஙà¯à®•à®³à¯ Twitter பயணரà¯à®ªà¯†à®¯à®°à¯</target>
410 <context-group name="null"> 400 <context-group name="null">
411 <context context-type="linenumber">184</context> 401 <context context-type="linenumber">237</context>
412 </context-group> 402 </context-group>
413 </trans-unit> 403 </trans-unit>
414 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 404 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
415 <source>Services</source> 405 <source>Services</source>
416 <target>சேவைகளà¯</target> 406 <target>சேவைகளà¯</target>
417 <context-group name="null"> 407 <context-group name="null">
418 <context context-type="linenumber">176</context> 408 <context context-type="linenumber">229</context>
419 </context-group> 409 </context-group>
420 </trans-unit> 410 </trans-unit>
421 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 411 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
422 <source>JavaScript</source> 412 <source>JavaScript</source>
423 <target>JavaScript</target> 413 <target>JavaScript</target>
424 <context-group name="null"> 414 <context-group name="null">
425 <context context-type="linenumber">294</context> 415 <context context-type="linenumber">347</context>
426 </context-group> 416 </context-group>
427 </trans-unit> 417 </trans-unit>
428 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 418 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -436,17 +426,6 @@
436 <context context-type="linenumber">3</context> 426 <context context-type="linenumber">3</context>
437 </context-group> 427 </context-group>
438 </trans-unit> 428 </trans-unit>
439 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368">
440 <source>
441 Jobs
442 </source>
443 <target>
444 வேலைகளà¯
445 </target>
446 <context-group name="null">
447 <context context-type="linenumber">15</context>
448 </context-group>
449 </trans-unit>
450 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c"> 429 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
451 <source>ID</source> 430 <source>ID</source>
452 <target>ID</target> 431 <target>ID</target>
@@ -458,7 +437,7 @@
458 <source>Score</source> 437 <source>Score</source>
459 <target>மதிபà¯à®ªà¯†à®£à¯</target> 438 <target>மதிபà¯à®ªà¯†à®£à¯</target>
460 <context-group name="null"> 439 <context-group name="null">
461 <context context-type="linenumber">17</context> 440 <context context-type="linenumber">19</context>
462 </context-group> 441 </context-group>
463 </trans-unit> 442 </trans-unit>
464 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 443 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
diff --git a/client/src/locale/target/angular_tr_TR.xml b/client/src/locale/target/angular_tr_TR.xml
new file mode 100644
index 000000000..e206627ad
--- /dev/null
+++ b/client/src/locale/target/angular_tr_TR.xml
@@ -0,0 +1,1134 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="tr-TR">
5 <body>
6 <trans-unit id="ngb.alert.close">
7 <source>Close</source>
8 <target>Kapat</target>
9 <context-group name="null">
10 <context context-type="linenumber">2</context>
11 </context-group>
12 </trans-unit>
13 <trans-unit id="ngb.carousel.previous">
14 <source>Previous</source>
15 <target>Önceki</target>
16 <context-group name="null">
17 <context context-type="linenumber">13</context>
18 </context-group>
19 </trans-unit>
20 <trans-unit id="ngb.carousel.next">
21 <source>Next</source>
22 <target>Sonraki</target>
23 <context-group name="null">
24 <context context-type="linenumber">17</context>
25 </context-group>
26 </trans-unit>
27 <trans-unit id="ngb.datepicker.previous-month">
28 <source>Previous month</source>
29 <target>Önceki ay</target>
30 <context-group name="null">
31 <context context-type="linenumber">5</context>
32 </context-group>
33 </trans-unit>
34 <trans-unit id="ngb.datepicker.next-month">
35 <source>Next month</source>
36 <target>Sonraki ay</target>
37 <context-group name="null">
38 <context context-type="linenumber">27</context>
39 </context-group>
40 </trans-unit>
41 <trans-unit id="ngb.datepicker.select-month">
42 <source>Select month</source>
43 <target>Ay seçin</target>
44 <context-group name="null">
45 <context context-type="linenumber">7</context>
46 </context-group>
47 </trans-unit>
48 <trans-unit id="ngb.datepicker.select-year">
49 <source>Select year</source>
50 <target>Yıl seçin</target>
51 <context-group name="null">
52 <context context-type="linenumber">16</context>
53 </context-group>
54 </trans-unit>
55 <trans-unit id="ngb.pagination.first">
56 <source>««</source>
57 <target>««</target>
58 <context-group name="null">
59 <context context-type="linenumber">2</context>
60 </context-group>
61 </trans-unit>
62 <trans-unit id="ngb.pagination.previous">
63 <source>«</source>
64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
79 <context-group name="null">
80 <context context-type="linenumber">5</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.first-aria">
84 <source>First</source>
85 <target>Ä°lk</target>
86 <context-group name="null">
87 <context context-type="linenumber">14</context>
88 </context-group>
89 </trans-unit>
90 <trans-unit id="ngb.pagination.previous-aria">
91 <source>Previous</source>
92 <target>Önceki</target>
93 <context-group name="null">
94 <context context-type="linenumber">23</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.next-aria">
98 <source>Next</source>
99 <target>Sonraki</target>
100 <context-group name="null">
101 <context context-type="linenumber">41</context>
102 </context-group>
103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source>
106 <target>Son</target>
107 <context-group name="null">
108 <context context-type="linenumber">49</context>
109 </context-group>
110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value">
112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
113 <target>%<x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/></target>
114 <context-group name="null">
115 <context context-type="linenumber">6</context>
116 </context-group>
117 </trans-unit>
118 <trans-unit id="ngb.timepicker.increment-hours">
119 <source>Increment hours</source>
120 <target>Artış saatleri</target>
121 <context-group name="null">
122 <context context-type="linenumber">9</context>
123 </context-group>
124 </trans-unit>
125 <trans-unit id="ngb.timepicker.HH">
126 <source>HH</source>
127 <target>HH</target>
128 <context-group name="null">
129 <context context-type="linenumber">12</context>
130 </context-group>
131 </trans-unit>
132 <trans-unit id="ngb.timepicker.hours">
133 <source>Hours</source>
134 <target>Saat</target>
135 <context-group name="null">
136 <context context-type="linenumber">14</context>
137 </context-group>
138 </trans-unit>
139 <trans-unit id="ngb.timepicker.decrement-hours">
140 <source>Decrement hours</source>
141 <target>Azalma saatleri</target>
142 <context-group name="null">
143 <context context-type="linenumber">20</context>
144 </context-group>
145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source>
148 <target>Artış dakikaları</target>
149 <context-group name="null">
150 <context context-type="linenumber">29</context>
151 </context-group>
152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source>
155 <target>MM</target>
156 <context-group name="null">
157 <context context-type="linenumber">32</context>
158 </context-group>
159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source>
162 <target>Dakika</target>
163 <context-group name="null">
164 <context context-type="linenumber">34</context>
165 </context-group>
166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source>
169 <target>Azalma dakikaları</target>
170 <context-group name="null">
171 <context context-type="linenumber">40</context>
172 </context-group>
173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source>
176 <target>Artış saniyeleri</target>
177 <context-group name="null">
178 <context context-type="linenumber">49</context>
179 </context-group>
180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source>
183 <target>SS</target>
184 <context-group name="null">
185 <context context-type="linenumber">52</context>
186 </context-group>
187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source>
190 <target>Saniye</target>
191 <context-group name="null">
192 <context context-type="linenumber">54</context>
193 </context-group>
194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source>
197 <target>Azalma saniyeleri</target>
198 <context-group name="null">
199 <context context-type="linenumber">60</context>
200 </context-group>
201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source>
204 <target>ÖS</target>
205 <context-group name="null">
206 <context context-type="linenumber">68</context>
207 </context-group>
208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source>
211 <target>ÖÖ</target>
212 <context-group name="null">
213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
218 <target>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, en yüksek boyut: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
219 <context-group name="null">
220 <context context-type="linenumber">11</context>
221 </context-group>
222 </trans-unit>
223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
224 <source>You don't have notifications.</source>
225 <target>Bildiriminiz yok.</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> yeni bir video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>yayınladı<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videonuz kara listeden kaldırıldı
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videonuz kara listeye alındı
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Videoda yeni bir kötüye kullanım<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> oluşturuldu <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="3442afd9696d6abcd9210b2cb3cdfb969667ca01">
307 <source>
308 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 Son zamanlarda eklenen video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">39</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
326 <source>
327 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videomıza yorum yaptı <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">47</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
345 <source>
346 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
349 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videonuz yayınlandı
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">55</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
364 <source>
365 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/> <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> Video içe aktarma işleminiz başarılı oldu
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">63</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
383 <source>
384 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> örneğinizdeki kullanıcı
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">79</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
402 <source>
403 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
407
408 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
409 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
410 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
411 </source>
412 <target>
413 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
414
415 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
416 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> takip ediyor
417
418 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>kanalınız <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
419 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>hesabınız<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
420 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
421 </target>
422 <context-group name="null">
423 <context context-type="linenumber">87</context>
424 </context-group>
425 </trans-unit>
426 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
427 <source>
428 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
429
430 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
431 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
432 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
433 </source>
434 <target>
435 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
436
437 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
438 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>, <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>videosunda sizden bahsetti <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">98</context>
443 </context-group>
444 </trans-unit>
445 <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566">
446 <source>Save to</source>
447 <target>Åžuraya kaydet</target>
448 <context-group name="null">
449 <context context-type="linenumber">4</context>
450 </context-group>
451 </trans-unit>
452 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f">
453 <source>Options</source>
454 <target>Seçenekler</target>
455 <context-group name="null">
456 <context context-type="linenumber">9</context>
457 </context-group>
458 </trans-unit>
459 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
460 <source>Start at</source>
461 <target>Başlangıç konumu</target>
462 <context-group name="null">
463 <context context-type="linenumber">12</context>
464 </context-group>
465 </trans-unit>
466 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
467 <source>Stop at</source>
468 <target>BitiÅŸ konumu</target>
469 <context-group name="null">
470 <context context-type="linenumber">54</context>
471 </context-group>
472 </trans-unit>
473 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
474 <source>Display name</source>
475 <target>Görünen ad</target>
476 <context-group name="null">
477 <context context-type="linenumber">6</context>
478 </context-group>
479 </trans-unit>
480 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
481 <source>Create</source>
482 <target>OluÅŸtur</target>
483 <context-group name="null">
484 <context context-type="linenumber">74</context>
485 </context-group>
486 </trans-unit>
487 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
488 <source>Download video</source>
489 <target>Videoyu indir</target>
490 <context-group name="null">
491 <context context-type="linenumber">3</context>
492 </context-group>
493 </trans-unit>
494 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
495 <source>Direct download</source>
496 <target>DoÄŸrudan indir</target>
497 <context-group name="null">
498 <context context-type="linenumber">27</context>
499 </context-group>
500 </trans-unit>
501 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
502 <source>Download</source>
503 <target>Ä°ndir</target>
504 <context-group name="null">
505 <context context-type="linenumber">48</context>
506 </context-group>
507 </trans-unit>
508 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
509 <source>Unlisted</source>
510 <target>ListelenmemiÅŸ</target>
511 <context-group name="null">
512 <context context-type="linenumber">17</context>
513 </context-group>
514 </trans-unit>
515 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
516 <source>Private</source>
517 <target>Özel</target>
518 <context-group name="null">
519 <context context-type="linenumber">18</context>
520 </context-group>
521 </trans-unit>
522 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
523 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
524 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> görüntüleme</target>
525 <context-group name="null">
526 <context context-type="linenumber">22</context>
527 </context-group>
528 </trans-unit>
529 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
530 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
531 <target>{VAR_PLURAL, plural, =0 {Video yok} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> video} }</target>
532 <context-group name="null">
533 <context context-type="linenumber">9</context>
534 </context-group>
535 </trans-unit>
536 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
537 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
538 <target><x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/> güncellendi</target>
539 <context-group name="null">
540 <context context-type="linenumber">29</context>
541 </context-group>
542 </trans-unit>
543 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
544 <source>Save</source>
545 <target>Kaydet</target>
546 <context-group name="null">
547 <context context-type="linenumber">117</context>
548 </context-group>
549 </trans-unit>
550 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
551 <source>Delete</source>
552 <target>Sil</target>
553 <context-group name="null">
554 <context context-type="linenumber">15</context>
555 </context-group>
556 </trans-unit>
557 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
558 <source>Edit</source>
559 <target>Düzenle</target>
560 <context-group name="null">
561 <context context-type="linenumber">1</context>
562 </context-group>
563 </trans-unit>
564 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
565 <source>Truncated preview</source>
566 <target>Ucundan önizle</target>
567 <context-group name="null">
568 <context context-type="linenumber">9</context>
569 </context-group>
570 </trans-unit>
571 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196">
572 <source>Complete preview</source>
573 <target>Tamamen önizle</target>
574 <context-group name="null">
575 <context context-type="linenumber">13</context>
576 </context-group>
577 </trans-unit>
578 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f">
579 <source>Get help</source>
580 <target>Yardım al</target>
581 <context-group name="null">
582 <context context-type="linenumber">19</context>
583 </context-group>
584 </trans-unit>
585 <trans-unit id="450025269732888db1f04cfe6033843110ab65ee">
586 <source>
587 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
588 Subscribe
589 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
590 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
591 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
592 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
593 </source>
594 <target>
595 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
596 Abone ol
597 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
598 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
599 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
600 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
601 </target>
602 <context-group name="null">
603 <context context-type="linenumber">5</context>
604 </context-group>
605 </trans-unit>
606 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
607 <source>
608 Unsubscribe
609 </source>
610 <target>
611 Abonelikten çık
612 </target>
613 <context-group name="null">
614 <context context-type="linenumber">18</context>
615 </context-group>
616 </trans-unit>
617 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
618 <source>Video quota</source>
619 <target>Video kotası</target>
620 <context-group name="null">
621 <context context-type="linenumber">42</context>
622 </context-group>
623 </trans-unit>
624 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
625 <source>
626 Login
627 </source>
628 <target>
629 Oturum aç
630 </target>
631 <context-group name="null">
632 <context context-type="linenumber">2</context>
633 </context-group>
634 </trans-unit>
635 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
636 <source>User</source>
637 <target>Kullanıcı</target>
638 <context-group name="null">
639 <context context-type="linenumber">13</context>
640 </context-group>
641 </trans-unit>
642 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
643 <source>Username or email address</source>
644 <target>Kullanıcı adı ya da e-posta adresi</target>
645 <context-group name="null">
646 <context context-type="linenumber">15</context>
647 </context-group>
648 </trans-unit>
649 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
650 <source>Password</source>
651 <target>Åžifre</target>
652 <context-group name="null">
653 <context context-type="linenumber">13</context>
654 </context-group>
655 </trans-unit>
656 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
657 <source>Login</source>
658 <target>Oturum aç</target>
659 <context-group name="null">
660 <context context-type="linenumber">32</context>
661 </context-group>
662 </trans-unit>
663 <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
664 <source>Username</source>
665 <target>Kullanıcı adı</target>
666 <context-group name="null">
667 <context context-type="linenumber">8</context>
668 </context-group>
669 </trans-unit>
670 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
671 <source>Features found on this instance</source>
672 <target>Bu örnekte bulunan özellikler</target>
673 <context-group name="null">
674 <context context-type="linenumber">67</context>
675 </context-group>
676 </trans-unit>
677 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
678 <source>
679 No results found
680 </source>
681 <target>
682 Sonuç bulunamadı
683 </target>
684 <context-group name="null">
685 <context context-type="linenumber">28</context>
686 </context-group>
687 </trans-unit>
688 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
689 <source>Change the language</source>
690 <target>Dili deÄŸiÅŸtir</target>
691 <context-group name="null">
692 <context context-type="linenumber">102</context>
693 </context-group>
694 </trans-unit>
695 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
696 <source>Overview</source>
697 <target>Genel bakış</target>
698 <context-group name="null">
699 <context context-type="linenumber">66</context>
700 </context-group>
701 </trans-unit>
702 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
703 <source>Trending</source>
704 <target>Öne çıkanlar</target>
705 <context-group name="null">
706 <context context-type="linenumber">71</context>
707 </context-group>
708 </trans-unit>
709 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
710 <source>Recently added</source>
711 <target>Son eklenenler</target>
712 <context-group name="null">
713 <context context-type="linenumber">76</context>
714 </context-group>
715 </trans-unit>
716 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
717 <source>More</source>
718 <target>Daha fazla</target>
719 <context-group name="null">
720 <context context-type="linenumber">86</context>
721 </context-group>
722 </trans-unit>
723 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
724 <source>About</source>
725 <target>Hakkında</target>
726 <context-group name="null">
727 <context context-type="linenumber">26</context>
728 </context-group>
729 </trans-unit>
730 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
731 <source>Show keyboard shortcuts</source>
732 <target>Klavye kısayollarını göster</target>
733 <context-group name="null">
734 <context context-type="linenumber">105</context>
735 </context-group>
736 </trans-unit>
737 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
738 <source>Search...</source>
739 <target>Ara...</target>
740 <context-group name="null">
741 <context context-type="linenumber">2</context>
742 </context-group>
743 </trans-unit>
744 <trans-unit id="4b3972c3e9485218508a95f7a4ce7758e3f09ced">
745 <source>Upload</source>
746 <target>Yükle</target>
747 <context-group name="null">
748 <context context-type="linenumber">9</context>
749 </context-group>
750 </trans-unit>
751 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
752 <source>Category</source>
753 <target>Kategori</target>
754 <context-group name="null">
755 <context context-type="linenumber">189</context>
756 </context-group>
757 </trans-unit>
758 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
759 <source>
760 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
761 </source>
762 <target>
763 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
764 </target>
765 <context-group name="null">
766 <context context-type="linenumber">6</context>
767 </context-group>
768 </trans-unit>
769 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
770 <source>
771 About PeerTube
772</source>
773 <target>
774 PeerTube Hakkında
775</target>
776 <context-group name="null">
777 <context context-type="linenumber">1</context>
778 </context-group>
779 </trans-unit>
780 <trans-unit id="bd29138e1e17572596ce8f2fe61bcea6ac5fb0bf">
781 <source>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</source>
782 <target>PeerTube, doğrudan web tarayıcısında P2P (WebTorrent) kullanan bir federasyon (ActivityPub) video akışı platformudur.</target>
783 <context-group name="null">
784 <context context-type="linenumber">6</context>
785 </context-group>
786 </trans-unit>
787 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5">
788 <source>
789 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
790 </source>
791 <target>
792 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 lisansı<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> altında, ücretsiz ve açık kaynaklı bir yazılımdır.
793 </target>
794 <context-group name="null">
795 <context context-type="linenumber">8</context>
796 </context-group>
797 </trans-unit>
798 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
799 <source>Videos Overview</source>
800 <target>Genel bakış videoları</target>
801 <context-group name="null">
802 <context context-type="linenumber">60</context>
803 </context-group>
804 </trans-unit>
805 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
806 <source>Videos Trending</source>
807 <target>Öne çıkan videolar</target>
808 <context-group name="null">
809 <context context-type="linenumber">61</context>
810 </context-group>
811 </trans-unit>
812 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
813 <source>Videos Recently Added</source>
814 <target>Son eklenen videolar</target>
815 <context-group name="null">
816 <context context-type="linenumber">62</context>
817 </context-group>
818 </trans-unit>
819 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
820 <source>Local videos</source>
821 <target>Yerel videolar</target>
822 <context-group name="null">
823 <context context-type="linenumber">63</context>
824 </context-group>
825 </trans-unit>
826 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
827 <source>User default video quota</source>
828 <target>Kullanıcı varsayılan video kotası</target>
829 <context-group name="null">
830 <context context-type="linenumber">120</context>
831 </context-group>
832 </trans-unit>
833 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496">
834 <source>Daily video quota</source>
835 <target>Günlük video kotası</target>
836 <context-group name="null">
837 <context context-type="linenumber">72</context>
838 </context-group>
839 </trans-unit>
840 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
841 <source>Show</source>
842 <target>Göster</target>
843 <context-group name="null">
844 <context context-type="linenumber">10</context>
845 </context-group>
846 </trans-unit>
847 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
848 <source>Video quota:</source>
849 <target>Video kotası:</target>
850 <context-group name="null">
851 <context context-type="linenumber">4</context>
852 </context-group>
853 </trans-unit>
854 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
855 <source>You don't have videos history yet.</source>
856 <target>Henüz video geçmişiniz yok.</target>
857 <context-group name="null">
858 <context context-type="linenumber">14</context>
859 </context-group>
860 </trans-unit>
861 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
862 <source>Privacy</source>
863 <target>Gizlilik</target>
864 <context-group name="null">
865 <context context-type="linenumber">179</context>
866 </context-group>
867 </trans-unit>
868 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
869 <source>Enable video comments</source>
870 <target>Video yorumlarını etkinleştir</target>
871 <context-group name="null">
872 <context context-type="linenumber">234</context>
873 </context-group>
874 </trans-unit>
875 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
876 <source>Enable download</source>
877 <target>Ä°ndirmeyi etkinleÅŸtir</target>
878 <context-group name="null">
879 <context context-type="linenumber">239</context>
880 </context-group>
881 </trans-unit>
882 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
883 <source>Share</source>
884 <target>PaylaÅŸ</target>
885 <context-group name="null">
886 <context context-type="linenumber">108</context>
887 </context-group>
888 </trans-unit>
889 <trans-unit id="99686034581579c92a971f4eeebd2c072c812e2d">
890 <source>
891 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
892 </source>
893 <target>
894 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> yayınlandı - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> görüntüleme
895 </target>
896 <context-group name="null">
897 <context context-type="linenumber">69</context>
898 </context-group>
899 </trans-unit>
900 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
901 <source>
902 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
903 </source>
904 <target>
905 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> yayınlandı - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> görüntüleme
906 </target>
907 <context-group name="null">
908 <context context-type="linenumber">78</context>
909 </context-group>
910 </trans-unit>
911 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
912 <source>Show more</source>
913 <target>Daha fazlasını göster</target>
914 <context-group name="null">
915 <context context-type="linenumber">166</context>
916 </context-group>
917 </trans-unit>
918 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
919 <source>Show less</source>
920 <target>Daha azını göster</target>
921 <context-group name="null">
922 <context context-type="linenumber">172</context>
923 </context-group>
924 </trans-unit>
925 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
926 <source>
927 Other videos
928 </source>
929 <target>
930 DiÄŸer videolar
931 </target>
932 <context-group name="null">
933 <context context-type="linenumber">2</context>
934 </context-group>
935 </trans-unit>
936 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7">
937 <source>
938 Comments
939 </source>
940 <target>
941 Yorumlar
942 </target>
943 <context-group name="null">
944 <context context-type="linenumber">3</context>
945 </context-group>
946 </trans-unit>
947 <trans-unit id="17810e68b0ba21e62e61eecfaf0a93b2c91033b4">
948 <source>No comments.</source>
949 <target>Yorum yok.</target>
950 <context-group name="null">
951 <context context-type="linenumber">17</context>
952 </context-group>
953 </trans-unit>
954 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
955 <source>
956 Comments are disabled.
957 </source>
958 <target>
959 Yorumlar kapalı.
960 </target>
961 <context-group name="null">
962 <context context-type="linenumber">63</context>
963 </context-group>
964 </trans-unit>
965 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
966 <source>Someone mentioned you in video comments</source>
967 <target>Birisi video yorumlarında sizden bahsetti</target>
968 <context-group name="null">
969 <context context-type="linenumber">1</context>
970 </context-group>
971 </trans-unit>
972 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013">
973 <source>Focus the search bar</source>
974 <target>Arama çubuğunu odaklayın</target>
975 <context-group name="null">
976 <context context-type="linenumber">1</context>
977 </context-group>
978 </trans-unit>
979 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0">
980 <source>Go to the trending videos page</source>
981 <target>Öne çıkan videolar sayfasına git</target>
982 <context-group name="null">
983 <context context-type="linenumber">1</context>
984 </context-group>
985 </trans-unit>
986 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d">
987 <source>Go to the recently added videos page</source>
988 <target>Yeni eklenen videolar sayfasına git</target>
989 <context-group name="null">
990 <context context-type="linenumber">1</context>
991 </context-group>
992 </trans-unit>
993 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
994 <source>Keyboard Shortcuts:</source>
995 <target>Klavye Kısayolları</target>
996 <context-group name="null">
997 <context context-type="linenumber">1</context>
998 </context-group>
999 </trans-unit>
1000 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9">
1001 <source>Views</source>
1002 <target>Görüntülemeler</target>
1003 <context-group name="null">
1004 <context context-type="linenumber">1</context>
1005 </context-group>
1006 </trans-unit>
1007 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016">
1008 <source>Search</source>
1009 <target>Ara</target>
1010 <context-group name="null">
1011 <context context-type="linenumber">1</context>
1012 </context-group>
1013 </trans-unit>
1014 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
1015 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
1016 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> yıl önce</target>
1017 <context-group name="null">
1018 <context context-type="linenumber">1</context>
1019 </context-group>
1020 </trans-unit>
1021 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
1022 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
1023 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> ay önce</target>
1024 <context-group name="null">
1025 <context context-type="linenumber">1</context>
1026 </context-group>
1027 </trans-unit>
1028 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
1029 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
1030 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> ay önce</target>
1031 <context-group name="null">
1032 <context context-type="linenumber">1</context>
1033 </context-group>
1034 </trans-unit>
1035 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
1036 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
1037 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> hafta önce</target>
1038 <context-group name="null">
1039 <context context-type="linenumber">1</context>
1040 </context-group>
1041 </trans-unit>
1042 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
1043 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
1044 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> hafta önce</target>
1045 <context-group name="null">
1046 <context context-type="linenumber">1</context>
1047 </context-group>
1048 </trans-unit>
1049 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
1050 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
1051 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> gün önce</target>
1052 <context-group name="null">
1053 <context context-type="linenumber">1</context>
1054 </context-group>
1055 </trans-unit>
1056 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
1057 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
1058 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> gün önce</target>
1059 <context-group name="null">
1060 <context context-type="linenumber">1</context>
1061 </context-group>
1062 </trans-unit>
1063 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
1064 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
1065 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> saat önce</target>
1066 <context-group name="null">
1067 <context context-type="linenumber">1</context>
1068 </context-group>
1069 </trans-unit>
1070 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
1071 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
1072 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> saat önce</target>
1073 <context-group name="null">
1074 <context context-type="linenumber">1</context>
1075 </context-group>
1076 </trans-unit>
1077 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
1078 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
1079 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> dakika önce</target>
1080 <context-group name="null">
1081 <context context-type="linenumber">1</context>
1082 </context-group>
1083 </trans-unit>
1084 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
1085 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
1086 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> saniye önce</target>
1087 <context-group name="null">
1088 <context context-type="linenumber">1</context>
1089 </context-group>
1090 </trans-unit>
1091 <trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf">
1092 <source>Video quota is required.</source>
1093 <target>Video kotası gereklidir.</target>
1094 <context-group name="null">
1095 <context context-type="linenumber">1</context>
1096 </context-group>
1097 </trans-unit>
1098 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
1099 <source>Subscribed</source>
1100 <target>Abone olundu</target>
1101 <context-group name="null">
1102 <context context-type="linenumber">1</context>
1103 </context-group>
1104 </trans-unit>
1105 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
1106 <source>Trending for the last 24 hours</source>
1107 <target>Son 24 saatteki öne çıkanlar</target>
1108 <context-group name="null">
1109 <context context-type="linenumber">1</context>
1110 </context-group>
1111 </trans-unit>
1112 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e">
1113 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source>
1114 <target>Öne çıkan videolar, son 24 saatte en fazla görüntülenen videolardır.</target>
1115 <context-group name="null">
1116 <context context-type="linenumber">1</context>
1117 </context-group>
1118 </trans-unit>
1119 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
1120 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
1121 <target>Son <x id="INTERPOLATION" equiv-text="{{days}}"/> gündeki öne çıkanlar</target>
1122 <context-group name="null">
1123 <context context-type="linenumber">1</context>
1124 </context-group>
1125 </trans-unit>
1126 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509">
1127 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
1128 <target>Öne çıkan videolar, son <x id="INTERPOLATION" equiv-text="{{days}}"/> günde en fazla görüntülenen videolardır.</target>
1129 <context-group name="null">
1130 <context context-type="linenumber">1</context>
1131 </context-group>
1132 </trans-unit>
1133 </body>
1134 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_uk_UA.xml b/client/src/locale/target/angular_uk_UA.xml
new file mode 100644
index 000000000..6f1eb75ea
--- /dev/null
+++ b/client/src/locale/target/angular_uk_UA.xml
@@ -0,0 +1,624 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="uk-UA">
5 <body>
6 <trans-unit id="ngb.alert.close">
7 <source>Close</source>
8 <target>Закрити</target>
9 <context-group name="null">
10 <context context-type="linenumber">2</context>
11 </context-group>
12 </trans-unit>
13 <trans-unit id="ngb.carousel.previous">
14 <source>Previous</source>
15 <target>Попередній</target>
16 <context-group name="null">
17 <context context-type="linenumber">13</context>
18 </context-group>
19 </trans-unit>
20 <trans-unit id="ngb.carousel.next">
21 <source>Next</source>
22 <target>ÐаÑтупний</target>
23 <context-group name="null">
24 <context context-type="linenumber">17</context>
25 </context-group>
26 </trans-unit>
27 <trans-unit id="ngb.datepicker.previous-month">
28 <source>Previous month</source>
29 <target>Попередній міÑÑць</target>
30 <context-group name="null">
31 <context context-type="linenumber">5</context>
32 </context-group>
33 </trans-unit>
34 <trans-unit id="ngb.datepicker.next-month">
35 <source>Next month</source>
36 <target>ÐаÑтупний міÑÑць</target>
37 <context-group name="null">
38 <context context-type="linenumber">27</context>
39 </context-group>
40 </trans-unit>
41 <trans-unit id="ngb.datepicker.select-month">
42 <source>Select month</source>
43 <target>Виберіть міÑÑць</target>
44 <context-group name="null">
45 <context context-type="linenumber">7</context>
46 </context-group>
47 </trans-unit>
48 <trans-unit id="ngb.datepicker.select-year">
49 <source>Select year</source>
50 <target>Виберіть рік</target>
51 <context-group name="null">
52 <context context-type="linenumber">16</context>
53 </context-group>
54 </trans-unit>
55 <trans-unit id="ngb.pagination.first">
56 <source>««</source>
57 <target>««</target>
58 <context-group name="null">
59 <context context-type="linenumber">2</context>
60 </context-group>
61 </trans-unit>
62 <trans-unit id="ngb.pagination.previous">
63 <source>«</source>
64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
79 <context-group name="null">
80 <context context-type="linenumber">5</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.first-aria">
84 <source>First</source>
85 <target>Перший</target>
86 <context-group name="null">
87 <context context-type="linenumber">14</context>
88 </context-group>
89 </trans-unit>
90 <trans-unit id="ngb.pagination.previous-aria">
91 <source>Previous</source>
92 <target>Попередній</target>
93 <context-group name="null">
94 <context context-type="linenumber">23</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.next-aria">
98 <source>Next</source>
99 <target>ÐаÑтупний</target>
100 <context-group name="null">
101 <context context-type="linenumber">41</context>
102 </context-group>
103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source>
106 <target>ОÑтанній</target>
107 <context-group name="null">
108 <context context-type="linenumber">49</context>
109 </context-group>
110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value">
112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
113 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
114 <context-group name="null">
115 <context context-type="linenumber">6</context>
116 </context-group>
117 </trans-unit>
118 <trans-unit id="ngb.timepicker.increment-hours">
119 <source>Increment hours</source><target>Increment hours</target><context-group name="null">
120 <context context-type="linenumber">9</context>
121 </context-group>
122 </trans-unit>
123 <trans-unit id="ngb.timepicker.hours">
124 <source>Hours</source>
125 <target>Години</target>
126 <context-group name="null">
127 <context context-type="linenumber">14</context>
128 </context-group>
129 </trans-unit>
130 <trans-unit id="ngb.timepicker.decrement-hours">
131 <source>Decrement hours</source>
132 <target>Ð—Ð¼ÐµÐ½ÑˆÐµÐ½Ð½Ñ Ð³Ð¾Ð´Ð¸Ð½</target>
133 <context-group name="null">
134 <context context-type="linenumber">20</context>
135 </context-group>
136 </trans-unit>
137 <trans-unit id="ngb.timepicker.increment-minutes">
138 <source>Increment minutes</source><target>Increment minutes</target><context-group name="null">
139 <context context-type="linenumber">29</context>
140 </context-group>
141 </trans-unit>
142 <trans-unit id="ngb.timepicker.minutes">
143 <source>Minutes</source>
144 <target>Хвилини</target>
145 <context-group name="null">
146 <context context-type="linenumber">34</context>
147 </context-group>
148 </trans-unit>
149 <trans-unit id="ngb.timepicker.decrement-minutes">
150 <source>Decrement minutes</source><target>Decrement minutes</target><context-group name="null">
151 <context context-type="linenumber">40</context>
152 </context-group>
153 </trans-unit>
154 <trans-unit id="ngb.timepicker.increment-seconds">
155 <source>Increment seconds</source><target>Increment seconds</target><context-group name="null">
156 <context context-type="linenumber">49</context>
157 </context-group>
158 </trans-unit>
159 <trans-unit id="ngb.timepicker.seconds">
160 <source>Seconds</source>
161 <target>Секунди</target>
162 <context-group name="null">
163 <context context-type="linenumber">54</context>
164 </context-group>
165 </trans-unit>
166 <trans-unit id="ngb.timepicker.decrement-seconds">
167 <source>Decrement seconds</source><target>Decrement seconds</target><context-group name="null">
168 <context context-type="linenumber">60</context>
169 </context-group>
170 </trans-unit>
171 <trans-unit id="ngb.timepicker.PM">
172 <source>PM</source>
173 <target>Вечору</target>
174 <context-group name="null">
175 <context context-type="linenumber">68</context>
176 </context-group>
177 </trans-unit>
178 <trans-unit id="ngb.timepicker.AM">
179 <source>AM</source>
180 <target>Ранку</target>
181 <context-group name="null">
182 <context context-type="linenumber">69</context>
183 </context-group>
184 </trans-unit>
185 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
186 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
187 <target>(розширеннÑ: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, макÑимальний розмір: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
188 <context-group name="null">
189 <context context-type="linenumber">11</context>
190 </context-group>
191 </trans-unit>
192 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
193 <source>You don't have notifications.</source>
194 <target>У Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” Ñповіщень.</target>
195 <context-group name="null">
196 <context context-type="linenumber">1</context>
197 </context-group>
198 </trans-unit>
199 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
200 <source>
201 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
202
203 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
204 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
205 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
206 </source>
207 <target>
208 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
209
210 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
211 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> опублікував <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>нове відео<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
212 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
213 </target>
214 <context-group name="null">
215 <context context-type="linenumber">7</context>
216 </context-group>
217 </trans-unit>
218 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
219 <source>
220 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
221
222 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
223 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
224 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
225 </source>
226 <target>
227 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
228
229 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
230 Ваше відео <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> було вилучено із чорного ÑпиÑку
231 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
232 </target>
233 <context-group name="null">
234 <context context-type="linenumber">15</context>
235 </context-group>
236 </trans-unit>
237 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
238 <source>
239 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </source>
245 <target>
246 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
247
248 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
249 Ваше відео <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> було внеÑено до чорного ÑпиÑку
250 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
251 </target>
252 <context-group name="null">
253 <context context-type="linenumber">23</context>
254 </context-group>
255 </trans-unit>
256 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
257 <source>
258 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </source>
264 <target>
265 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
266
267 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
268 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> прокоментував ваше відео <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
269 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
270 </target>
271 <context-group name="null">
272 <context context-type="linenumber">47</context>
273 </context-group>
274 </trans-unit>
275 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
276 <source>
277 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </source>
283 <target>
284 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
285
286 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
287 Ваше відео <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> було опубліковано
288 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
289 </target>
290 <context-group name="null">
291 <context context-type="linenumber">55</context>
292 </context-group>
293 </trans-unit>
294 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
295 <source>
296 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </source>
302 <target>
303 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
304
305 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
306 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Імпорт відео<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> уÑпішний
307 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
308 </target>
309 <context-group name="null">
310 <context context-type="linenumber">63</context>
311 </context-group>
312 </trans-unit>
313 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
314 <source>
315 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </source>
321 <target>
322 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
323
324 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
325 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Імпорт відео<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> невдалий
326 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
327 </target>
328 <context-group name="null">
329 <context context-type="linenumber">71</context>
330 </context-group>
331 </trans-unit>
332 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
333 <source>
334 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </source>
340 <target>
341 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
342
343 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
344 КориÑтувач <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> зареєÑтрований<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> на вашому екземплÑрі PeerTube
345 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
346 </target>
347 <context-group name="null">
348 <context context-type="linenumber">79</context>
349 </context-group>
350 </trans-unit>
351 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
352 <source>
353 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
357
358 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
359 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
360 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
361 </source>
362 <target>
363 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
364
365 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
366 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> підпиÑавÑÑ
367
368 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>на ваш канал <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
369 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>ваÑ<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
370 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
371 </target>
372 <context-group name="null">
373 <context context-type="linenumber">87</context>
374 </context-group>
375 </trans-unit>
376 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
377 <source>
378 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
379
380 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
381 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
382 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
383 </source>
384 <target>
385 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
386
387 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
388 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> згадав Ð²Ð°Ñ Ð½Ð° <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>відео <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
389 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
390 </target>
391 <context-group name="null">
392 <context context-type="linenumber">98</context>
393 </context-group>
394 </trans-unit>
395 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
396 <source>Reason...</source>
397 <target>Причина...</target>
398 <context-group name="null">
399 <context context-type="linenumber">11</context>
400 </context-group>
401 </trans-unit>
402 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
403 <source>Unlisted</source>
404 <target>Ðе вказано</target>
405 <context-group name="null">
406 <context context-type="linenumber">17</context>
407 </context-group>
408 </trans-unit>
409 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
410 <source>Private</source>
411 <target>Приватний</target>
412 <context-group name="null">
413 <context context-type="linenumber">18</context>
414 </context-group>
415 </trans-unit>
416 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
417 <source>Delete</source>
418 <target>Видалити</target>
419 <context-group name="null">
420 <context context-type="linenumber">15</context>
421 </context-group>
422 </trans-unit>
423 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
424 <source>Edit</source>
425 <target>Редагувати</target>
426 <context-group name="null">
427 <context context-type="linenumber">1</context>
428 </context-group>
429 </trans-unit>
430 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
431 <source>Truncated preview</source><target>Truncated preview</target><context-group name="null">
432 <context context-type="linenumber">9</context>
433 </context-group>
434 </trans-unit>
435 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196">
436 <source>Complete preview</source>
437 <target>Готовий попередній переглÑд</target>
438 <context-group name="null">
439 <context context-type="linenumber">13</context>
440 </context-group>
441 </trans-unit>
442 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f">
443 <source>Get help</source>
444 <target>Отримати допомогу</target>
445 <context-group name="null">
446 <context context-type="linenumber">19</context>
447 </context-group>
448 </trans-unit>
449 <trans-unit id="450025269732888db1f04cfe6033843110ab65ee">
450 <source>
451 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
452 Subscribe
453 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
454 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
455 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
456 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
457 </source>
458 <target>
459 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
460 ПідпиÑатиÑÑ
461 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
462 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
463 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
464 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
465 </target>
466 <context-group name="null">
467 <context context-type="linenumber">5</context>
468 </context-group>
469 </trans-unit>
470 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
471 <source>
472 Unsubscribe
473 </source>
474 <target>
475 ВідпиÑатиÑÑ
476 </target>
477 <context-group name="null">
478 <context context-type="linenumber">18</context>
479 </context-group>
480 </trans-unit>
481 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
482 <source>Using an ActivityPub account</source>
483 <target>ВикориÑтовуючи обліковий Ð·Ð°Ð¿Ð¸Ñ ActivityPub</target>
484 <context-group name="null">
485 <context context-type="linenumber">36</context>
486 </context-group>
487 </trans-unit>
488 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
489 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
490 <target>ПідпиÑатиÑÑ Ð· облікового запиÑу на <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
491 <context-group name="null">
492 <context context-type="linenumber">39</context>
493 </context-group>
494 </trans-unit>
495 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
496 <source>Subscribe with your local account</source><target>Subscribe with your local account</target><context-group name="null">
497 <context context-type="linenumber">40</context>
498 </context-group>
499 </trans-unit>
500 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
501 <source>Subscribe via RSS</source>
502 <target>ПідпиÑатиÑÑ Ñ‡ÐµÑ€ÐµÐ· RSS</target>
503 <context-group name="null">
504 <context context-type="linenumber">49</context>
505 </context-group>
506 </trans-unit>
507 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
508 <source>Video quota</source>
509 <target>Квота відео</target>
510 <context-group name="null">
511 <context context-type="linenumber">42</context>
512 </context-group>
513 </trans-unit>
514 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
515 <source>
516 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
517 </source><target>
518 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
519 </target><context-group name="null">
520 <context context-type="linenumber">28</context>
521 </context-group>
522 </trans-unit>
523 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
524 <source>Ban</source>
525 <target>Бан</target>
526 <context-group name="null">
527 <context context-type="linenumber">3</context>
528 </context-group>
529 </trans-unit>
530 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
531 <source>
532 A banned user will no longer be able to login.
533 </source>
534 <target>
535 Заблокований кориÑтувач більше не зможе входити в ÑиÑтему.
536 </target>
537 <context-group name="null">
538 <context context-type="linenumber">18</context>
539 </context-group>
540 </trans-unit>
541 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
542 <source>Cancel</source>
543 <target>СкаÑувати</target>
544 <context-group name="null">
545 <context context-type="linenumber">10</context>
546 </context-group>
547 </trans-unit>
548 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
549 <source>Ban this user</source>
550 <target>Заблокувати цього кориÑтувача</target>
551 <context-group name="null">
552 <context context-type="linenumber">26</context>
553 </context-group>
554 </trans-unit>
555 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
556 <source>
557 Login
558 </source>
559 <target>
560 ÐвторизаціÑ
561 </target>
562 <context-group name="null">
563 <context context-type="linenumber">2</context>
564 </context-group>
565 </trans-unit>
566 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
567 <source>Request new verification email.</source>
568 <target>ЗапроÑити нове Ð¿Ñ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ ÐµÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð¾ÑŽ поштою.</target>
569 <context-group name="null">
570 <context context-type="linenumber">12</context>
571 </context-group>
572 </trans-unit>
573 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
574 <source>User</source>
575 <target>КориÑтувач</target>
576 <context-group name="null">
577 <context context-type="linenumber">13</context>
578 </context-group>
579 </trans-unit>
580 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
581 <source>Username or email address</source>
582 <target>Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача або E-mail</target>
583 <context-group name="null">
584 <context context-type="linenumber">15</context>
585 </context-group>
586 </trans-unit>
587 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87">
588 <source>
589 or create an account
590 </source>
591 <target>
592 чи Ñтворити обліковий запиÑ
593 </target>
594 <context-group name="null">
595 <context context-type="linenumber">18</context>
596 </context-group>
597 </trans-unit>
598 <trans-unit id="d6290381021b16febc426d3e3a52dda83991ce0b">
599 <source>
600 or create an account on another instance
601 </source>
602 <target>
603 або Ñтворити обліковий Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° іншому Ñервері
604 </target>
605 <context-group name="null">
606 <context context-type="linenumber">22</context>
607 </context-group>
608 </trans-unit>
609 <trans-unit id="76e1f485e6ead4c84b606f46d413878881d66ad3">
610 <source>User registration is not allowed on this instance, but you can register on many others!</source>
611 <target>Ð¡Ñ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¾Ð±Ð»Ñ–ÐºÐ¾Ð²Ð¾Ð³Ð¾ запиÑу кориÑтувача заборонено на цьому Ñервері, але ви можете зареєÑтруватиÑÑ Ð½Ð° інших!</target>
612 <context-group name="null">
613 <context context-type="linenumber">28</context>
614 </context-group>
615 </trans-unit>
616 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
617 <source>Password</source>
618 <target>Пароль</target>
619 <context-group name="null">
620 <context context-type="linenumber">13</context>
621 </context-group>
622 </trans-unit>
623 </body>
624 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_zh_Hans_CN.xml b/client/src/locale/target/angular_zh_Hans_CN.xml
index 09ed78392..319ff0aae 100644
--- a/client/src/locale/target/angular_zh_Hans_CN.xml
+++ b/client/src/locale/target/angular_zh_Hans_CN.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>首页</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>首页</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>上一页</target> 92 <target>上一页</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>下一页</target> 99 <target>下一页</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>尾页</target> 106 <target>尾页</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,84 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>å‡å°‘å°æ—¶</target> 141 <target>å‡å°‘å°æ—¶</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>增加分钟</target> 148 <target>增加分钟</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>分钟</target> 162 <target>分钟</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>å‡å°‘分钟</target> 169 <target>å‡å°‘分钟</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>增加秒</target> 176 <target>增加秒</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>秒</target> 190 <target>秒</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>å‡å°‘秒</target> 197 <target>å‡å°‘秒</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>下åˆ</target> 204 <target>下åˆ</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>上åˆ</target> 211 <target>上åˆ</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
217 <source>Cancel</source>
218 <target>å–消</target>
219 <context-group name="null">
220 <context context-type="linenumber">10</context>
221 </context-group> 214 </context-group>
222 </trans-unit> 215 </trans-unit>
223 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -227,25 +220,138 @@
227 <context context-type="linenumber">11</context> 220 <context context-type="linenumber">11</context>
228 </context-group> 221 </context-group>
229 </trans-unit> 222 </trans-unit>
223 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
224 <source>Display name</source>
225 <target>显示å</target>
226 <context-group name="null">
227 <context context-type="linenumber">6</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
231 <source>Create</source>
232 <target>创建</target>
233 <context-group name="null">
234 <context context-type="linenumber">74</context>
235 </context-group>
236 </trans-unit>
237 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
238 <source>Download video</source>
239 <target>下载视频</target>
240 <context-group name="null">
241 <context context-type="linenumber">3</context>
242 </context-group>
243 </trans-unit>
244 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
245 <source>Direct download</source>
246 <target>直接下载</target>
247 <context-group name="null">
248 <context context-type="linenumber">27</context>
249 </context-group>
250 </trans-unit>
251 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
252 <source>Torrent (.torrent file)</source>
253 <target>ç§å­ï¼ˆ.torrent 文件)</target>
254 <context-group name="null">
255 <context context-type="linenumber">32</context>
256 </context-group>
257 </trans-unit>
258 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
259 <source>Torrent (magnet link)</source>
260 <target>ç§å­ï¼ˆç£åŠ›é“¾ï¼‰</target>
261 <context-group name="null">
262 <context context-type="linenumber">37</context>
263 </context-group>
264 </trans-unit>
265 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
266 <source>
267 Cancel
268 </source>
269 <target>
270 å–消
271 </target>
272 <context-group name="null">
273 <context context-type="linenumber">47</context>
274 </context-group>
275 </trans-unit>
276 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
277 <source>Download</source>
278 <target>下载</target>
279 <context-group name="null">
280 <context context-type="linenumber">48</context>
281 </context-group>
282 </trans-unit>
283 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
284 <source>Report video</source>
285 <target>举报视频</target>
286 <context-group name="null">
287 <context context-type="linenumber">3</context>
288 </context-group>
289 </trans-unit>
290 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
291 <source>Reason...</source>
292 <target>原因...</target>
293 <context-group name="null">
294 <context context-type="linenumber">11</context>
295 </context-group>
296 </trans-unit>
297 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
298 <source>
299 Cancel
300 </source>
301 <target>
302 å–消
303 </target>
304 <context-group name="null">
305 <context context-type="linenumber">38</context>
306 </context-group>
307 </trans-unit>
308 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
309 <source>Submit</source>
310 <target>æ交</target>
311 <context-group name="null">
312 <context context-type="linenumber">29</context>
313 </context-group>
314 </trans-unit>
315 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
316 <source>Blacklist video</source>
317 <target>添加黑åå•</target>
318 <context-group name="null">
319 <context context-type="linenumber">3</context>
320 </context-group>
321 </trans-unit>
230 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 322 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
231 <source>Unlisted</source> 323 <source>Unlisted</source>
232 <target>ä¸å…¬å¼€</target> 324 <target>ä¸å…¬å¼€</target>
233 <context-group name="null"> 325 <context-group name="null">
234 <context context-type="linenumber">10</context> 326 <context context-type="linenumber">17</context>
235 </context-group> 327 </context-group>
236 </trans-unit> 328 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 329 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 330 <source>Private</source>
239 <target>ç§äº«</target> 331 <target>ç§äº«</target>
240 <context-group name="null"> 332 <context-group name="null">
241 <context context-type="linenumber">11</context> 333 <context context-type="linenumber">18</context>
242 </context-group> 334 </context-group>
243 </trans-unit> 335 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 336 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
245 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 337 <source>Blacklisted</source>
246 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次观看</target> 338 <target>已进入黑åå•</target>
247 <context-group name="null"> 339 <context-group name="null">
248 <context context-type="linenumber">16</context> 340 <context context-type="linenumber">39</context>
341 </context-group>
342 </trans-unit>
343 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
344 <source>Save</source>
345 <target>ä¿å­˜</target>
346 <context-group name="null">
347 <context context-type="linenumber">117</context>
348 </context-group>
349 </trans-unit>
350 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
351 <source>No results.</source>
352 <target>没有结果。</target>
353 <context-group name="null">
354 <context context-type="linenumber">20</context>
249 </context-group> 355 </context-group>
250 </trans-unit> 356 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 357 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -399,7 +505,7 @@
399 æ— é™åˆ¶<x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(å•æ—¥é™é¢ <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 505 æ— é™åˆ¶<x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(å•æ—¥é™é¢ <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
400 </target> 506 </target>
401 <context-group name="null"> 507 <context-group name="null">
402 <context context-type="linenumber">14</context> 508 <context context-type="linenumber">28</context>
403 </context-group> 509 </context-group>
404 </trans-unit> 510 </trans-unit>
405 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 511 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -409,13 +515,6 @@
409 <context context-type="linenumber">3</context> 515 <context context-type="linenumber">3</context>
410 </context-group> 516 </context-group>
411 </trans-unit> 517 </trans-unit>
412 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
413 <source>Reason...</source>
414 <target>原因...</target>
415 <context-group name="null">
416 <context context-type="linenumber">11</context>
417 </context-group>
418 </trans-unit>
419 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251"> 518 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
420 <source> 519 <source>
421 A banned user will no longer be able to login. 520 A banned user will no longer be able to login.
@@ -424,14 +523,21 @@
424 被å°ç¦çš„用户将无法登录。 523 被å°ç¦çš„用户将无法登录。
425 </target> 524 </target>
426 <context-group name="null"> 525 <context-group name="null">
427 <context context-type="linenumber">17</context> 526 <context context-type="linenumber">18</context>
527 </context-group>
528 </trans-unit>
529 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
530 <source>Cancel</source>
531 <target>å–消</target>
532 <context-group name="null">
533 <context context-type="linenumber">10</context>
428 </context-group> 534 </context-group>
429 </trans-unit> 535 </trans-unit>
430 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 536 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
431 <source>Ban this user</source> 537 <source>Ban this user</source>
432 <target>å°ç¦æ­¤ç”¨æˆ·</target> 538 <target>å°ç¦æ­¤ç”¨æˆ·</target>
433 <context-group name="null"> 539 <context-group name="null">
434 <context context-type="linenumber">25</context> 540 <context context-type="linenumber">26</context>
435 </context-group> 541 </context-group>
436 </trans-unit> 542 </trans-unit>
437 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 543 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
@@ -513,7 +619,7 @@
513 <source>Login</source> 619 <source>Login</source>
514 <target>登录</target> 620 <target>登录</target>
515 <context-group name="null"> 621 <context-group name="null">
516 <context context-type="linenumber">36</context> 622 <context context-type="linenumber">32</context>
517 </context-group> 623 </context-group>
518 </trans-unit> 624 </trans-unit>
519 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 625 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -541,7 +647,7 @@
541 <source>Send me an email to reset my password</source> 647 <source>Send me an email to reset my password</source>
542 <target>å‘é€å¯†ç é‡ç½®é‚®ä»¶</target> 648 <target>å‘é€å¯†ç é‡ç½®é‚®ä»¶</target>
543 <context-group name="null"> 649 <context-group name="null">
544 <context context-type="linenumber">80</context> 650 <context context-type="linenumber">81</context>
545 </context-group> 651 </context-group>
546 </trans-unit> 652 </trans-unit>
547 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 653 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -610,7 +716,7 @@
610 <source>Signup</source> 716 <source>Signup</source>
611 <target>注册</target> 717 <target>注册</target>
612 <context-group name="null"> 718 <context-group name="null">
613 <context context-type="linenumber">78</context> 719 <context context-type="linenumber">88</context>
614 </context-group> 720 </context-group>
615 </trans-unit> 721 </trans-unit>
616 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 722 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -669,68 +775,24 @@
669 <context context-type="linenumber">44</context> 775 <context context-type="linenumber">44</context>
670 </context-group> 776 </context-group>
671 </trans-unit> 777 </trans-unit>
672 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
673 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
674 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> 次观看</target>
675 <context-group name="null">
676 <context context-type="linenumber">55</context>
677 </context-group>
678 </trans-unit>
679 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 778 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
680 <source>Change the language</source> 779 <source>Change the language</source>
681 <target>更改语言</target> 780 <target>更改语言</target>
682 <context-group name="null"> 781 <context-group name="null">
683 <context context-type="linenumber">86</context> 782 <context context-type="linenumber">102</context>
684 </context-group>
685 </trans-unit>
686 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
687 <source>
688 My public profile
689 </source>
690 <target>
691 我的公开个人资料
692 </target>
693 <context-group name="null">
694 <context context-type="linenumber">16</context>
695 </context-group>
696 </trans-unit>
697 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
698 <source>
699 My account
700 </source>
701 <target>
702 我的å¸æˆ·
703 </target>
704 <context-group name="null">
705 <context context-type="linenumber">20</context>
706 </context-group>
707 </trans-unit>
708 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
709 <source>
710 My videos
711 </source>
712 <target>
713 我的视频
714 </target>
715 <context-group name="null">
716 <context context-type="linenumber">24</context>
717 </context-group>
718 </trans-unit>
719 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
720 <source>
721 Log out
722 </source>
723 <target>
724 注销
725 </target>
726 <context-group name="null">
727 <context context-type="linenumber">28</context>
728 </context-group> 783 </context-group>
729 </trans-unit> 784 </trans-unit>
730 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 785 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
731 <source>Create an account</source> 786 <source>Create an account</source>
732 <target>创建å¸æˆ·</target> 787 <target>创建å¸æˆ·</target>
733 <context-group name="null"> 788 <context-group name="null">
789 <context context-type="linenumber">33</context>
790 </context-group>
791 </trans-unit>
792 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
793 <source>My library</source>
794 <target>我的库</target>
795 <context-group name="null">
734 <context context-type="linenumber">37</context> 796 <context context-type="linenumber">37</context>
735 </context-group> 797 </context-group>
736 </trans-unit> 798 </trans-unit>
@@ -745,70 +807,70 @@
745 <source>Subscriptions</source> 807 <source>Subscriptions</source>
746 <target>订阅内容</target> 808 <target>订阅内容</target>
747 <context-group name="null"> 809 <context-group name="null">
748 <context context-type="linenumber">45</context> 810 <context context-type="linenumber">51</context>
749 </context-group> 811 </context-group>
750 </trans-unit> 812 </trans-unit>
751 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 813 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
752 <source>Overview</source> 814 <source>Overview</source>
753 <target>总览</target> 815 <target>总览</target>
754 <context-group name="null"> 816 <context-group name="null">
755 <context context-type="linenumber">50</context> 817 <context context-type="linenumber">66</context>
756 </context-group> 818 </context-group>
757 </trans-unit> 819 </trans-unit>
758 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 820 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
759 <source>Trending</source> 821 <source>Trending</source>
760 <target>时下æµè¡Œ</target> 822 <target>时下æµè¡Œ</target>
761 <context-group name="null"> 823 <context-group name="null">
762 <context context-type="linenumber">55</context> 824 <context context-type="linenumber">71</context>
763 </context-group> 825 </context-group>
764 </trans-unit> 826 </trans-unit>
765 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 827 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
766 <source>Recently added</source> 828 <source>Recently added</source>
767 <target>最近添加</target> 829 <target>最近添加</target>
768 <context-group name="null"> 830 <context-group name="null">
769 <context context-type="linenumber">60</context> 831 <context context-type="linenumber">76</context>
770 </context-group> 832 </context-group>
771 </trans-unit> 833 </trans-unit>
772 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 834 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
773 <source>Local</source> 835 <source>Local</source>
774 <target>本地</target> 836 <target>本地</target>
775 <context-group name="null"> 837 <context-group name="null">
776 <context context-type="linenumber">65</context> 838 <context context-type="linenumber">81</context>
777 </context-group> 839 </context-group>
778 </trans-unit> 840 </trans-unit>
779 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 841 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
780 <source>More</source> 842 <source>More</source>
781 <target>更多</target> 843 <target>更多</target>
782 <context-group name="null"> 844 <context-group name="null">
783 <context context-type="linenumber">70</context> 845 <context context-type="linenumber">86</context>
784 </context-group> 846 </context-group>
785 </trans-unit> 847 </trans-unit>
786 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 848 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
787 <source>Administration</source> 849 <source>Administration</source>
788 <target>管ç†</target> 850 <target>管ç†</target>
789 <context-group name="null"> 851 <context-group name="null">
790 <context context-type="linenumber">74</context> 852 <context context-type="linenumber">90</context>
791 </context-group> 853 </context-group>
792 </trans-unit> 854 </trans-unit>
793 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 855 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
794 <source>About</source> 856 <source>About</source>
795 <target>关于</target> 857 <target>关于</target>
796 <context-group name="null"> 858 <context-group name="null">
797 <context context-type="linenumber">25</context> 859 <context context-type="linenumber">26</context>
798 </context-group> 860 </context-group>
799 </trans-unit> 861 </trans-unit>
800 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 862 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
801 <source>Show keyboard shortcuts</source> 863 <source>Show keyboard shortcuts</source>
802 <target>显示键盘快æ·é”®</target> 864 <target>显示键盘快æ·é”®</target>
803 <context-group name="null"> 865 <context-group name="null">
804 <context context-type="linenumber">89</context> 866 <context context-type="linenumber">105</context>
805 </context-group> 867 </context-group>
806 </trans-unit> 868 </trans-unit>
807 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 869 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
808 <source>Toggle dark interface</source> 870 <source>Toggle dark interface</source>
809 <target>切æ¢å¤œé—´æ¨¡å¼</target> 871 <target>切æ¢å¤œé—´æ¨¡å¼</target>
810 <context-group name="null"> 872 <context-group name="null">
811 <context context-type="linenumber">92</context> 873 <context context-type="linenumber">108</context>
812 </context-group> 874 </context-group>
813 </trans-unit> 875 </trans-unit>
814 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 876 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -843,70 +905,70 @@
843 <source>Duration</source> 905 <source>Duration</source>
844 <target>时长</target> 906 <target>时长</target>
845 <context-group name="null"> 907 <context-group name="null">
846 <context context-type="linenumber">24</context> 908 <context context-type="linenumber">45</context>
847 </context-group> 909 </context-group>
848 </trans-unit> 910 </trans-unit>
849 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 911 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
850 <source>Display sensitive content</source> 912 <source>Display sensitive content</source>
851 <target>显示æ•æ„Ÿå†…容</target> 913 <target>显示æ•æ„Ÿå†…容</target>
852 <context-group name="null"> 914 <context-group name="null">
853 <context context-type="linenumber">33</context> 915 <context context-type="linenumber">54</context>
854 </context-group> 916 </context-group>
855 </trans-unit> 917 </trans-unit>
856 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 918 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
857 <source>Yes</source> 919 <source>Yes</source>
858 <target>是</target> 920 <target>是</target>
859 <context-group name="null"> 921 <context-group name="null">
860 <context context-type="linenumber">37</context> 922 <context context-type="linenumber">58</context>
861 </context-group> 923 </context-group>
862 </trans-unit> 924 </trans-unit>
863 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 925 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
864 <source>No</source> 926 <source>No</source>
865 <target>å¦</target> 927 <target>å¦</target>
866 <context-group name="null"> 928 <context-group name="null">
867 <context context-type="linenumber">42</context> 929 <context context-type="linenumber">63</context>
868 </context-group> 930 </context-group>
869 </trans-unit> 931 </trans-unit>
870 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 932 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
871 <source>Category</source> 933 <source>Category</source>
872 <target>类别</target> 934 <target>类别</target>
873 <context-group name="null"> 935 <context-group name="null">
874 <context context-type="linenumber">164</context> 936 <context context-type="linenumber">189</context>
875 </context-group> 937 </context-group>
876 </trans-unit> 938 </trans-unit>
877 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 939 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
878 <source>Licence</source> 940 <source>Licence</source>
879 <target>许å¯</target> 941 <target>许å¯</target>
880 <context-group name="null"> 942 <context-group name="null">
881 <context context-type="linenumber">173</context> 943 <context context-type="linenumber">198</context>
882 </context-group> 944 </context-group>
883 </trans-unit> 945 </trans-unit>
884 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 946 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
885 <source>Language</source> 947 <source>Language</source>
886 <target>语言</target> 948 <target>语言</target>
887 <context-group name="null"> 949 <context-group name="null">
888 <context context-type="linenumber">182</context> 950 <context context-type="linenumber">207</context>
889 </context-group> 951 </context-group>
890 </trans-unit> 952 </trans-unit>
891 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 953 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
892 <source>All of these tags</source> 954 <source>All of these tags</source>
893 <target>包å«ä»¥ä¸‹æ‰€æœ‰æ ‡ç­¾</target> 955 <target>包å«ä»¥ä¸‹æ‰€æœ‰æ ‡ç­¾</target>
894 <context-group name="null"> 956 <context-group name="null">
895 <context context-type="linenumber">82</context> 957 <context context-type="linenumber">103</context>
896 </context-group> 958 </context-group>
897 </trans-unit> 959 </trans-unit>
898 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 960 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
899 <source>One of these tags</source> 961 <source>One of these tags</source>
900 <target>包å«ä»¥ä¸‹è‡³å°‘一个标签</target> 962 <target>包å«ä»¥ä¸‹è‡³å°‘一个标签</target>
901 <context-group name="null"> 963 <context-group name="null">
902 <context context-type="linenumber">87</context> 964 <context context-type="linenumber">108</context>
903 </context-group> 965 </context-group>
904 </trans-unit> 966 </trans-unit>
905 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 967 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
906 <source>Filter</source> 968 <source>Filter</source>
907 <target>过滤</target> 969 <target>过滤</target>
908 <context-group name="null"> 970 <context-group name="null">
909 <context context-type="linenumber">94</context> 971 <context context-type="linenumber">115</context>
910 </context-group> 972 </context-group>
911 </trans-unit> 973 </trans-unit>
912 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 974 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
@@ -916,13 +978,6 @@
916 <context context-type="linenumber">14</context> 978 <context context-type="linenumber">14</context>
917 </context-group> 979 </context-group>
918 </trans-unit> 980 </trans-unit>
919 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
920 <source>No results.</source>
921 <target>没有结果。</target>
922 <context-group name="null">
923 <context context-type="linenumber">20</context>
924 </context-group>
925 </trans-unit>
926 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6"> 981 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
927 <source> 982 <source>
928 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 983 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
@@ -978,24 +1033,6 @@
978 <context context-type="linenumber">7</context> 1033 <context context-type="linenumber">7</context>
979 </context-group> 1034 </context-group>
980 </trans-unit> 1035 </trans-unit>
981 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
982 <source>
983 Cancel
984 </source>
985 <target>
986 å–消
987 </target>
988 <context-group name="null">
989 <context context-type="linenumber">26</context>
990 </context-group>
991 </trans-unit>
992 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
993 <source>Submit</source>
994 <target>æ交</target>
995 <context-group name="null">
996 <context context-type="linenumber">31</context>
997 </context-group>
998 </trans-unit>
999 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 1036 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
1000 <source>Description</source> 1037 <source>Description</source>
1001 <target>说明</target> 1038 <target>说明</target>
@@ -1010,13 +1047,6 @@
1010 <context context-type="linenumber">39</context> 1047 <context context-type="linenumber">39</context>
1011 </context-group> 1048 </context-group>
1012 </trans-unit> 1049 </trans-unit>
1013 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1014 <source>User registration is allowed and</source>
1015 <target>当å‰å¼€æ”¾æ³¨å†Œï¼Œå¹¶ä¸”</target>
1016 <context-group name="null">
1017 <context context-type="linenumber">29</context>
1018 </context-group>
1019 </trans-unit>
1020 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1050 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1021 <source> 1051 <source>
1022 About PeerTube 1052 About PeerTube
@@ -1376,42 +1406,42 @@
1376 <source>Default client route</source> 1406 <source>Default client route</source>
1377 <target>首页默认内容</target> 1407 <target>首页默认内容</target>
1378 <context-group name="null"> 1408 <context-group name="null">
1379 <context context-type="linenumber">48</context> 1409 <context context-type="linenumber">57</context>
1380 </context-group> 1410 </context-group>
1381 </trans-unit> 1411 </trans-unit>
1382 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1412 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1383 <source>Videos Overview</source> 1413 <source>Videos Overview</source>
1384 <target>视频总览</target> 1414 <target>视频总览</target>
1385 <context-group name="null"> 1415 <context-group name="null">
1386 <context context-type="linenumber">51</context> 1416 <context context-type="linenumber">60</context>
1387 </context-group> 1417 </context-group>
1388 </trans-unit> 1418 </trans-unit>
1389 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1419 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1390 <source>Videos Trending</source> 1420 <source>Videos Trending</source>
1391 <target>时下æµè¡Œçš„视频</target> 1421 <target>时下æµè¡Œçš„视频</target>
1392 <context-group name="null"> 1422 <context-group name="null">
1393 <context context-type="linenumber">52</context> 1423 <context context-type="linenumber">61</context>
1394 </context-group> 1424 </context-group>
1395 </trans-unit> 1425 </trans-unit>
1396 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1426 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1397 <source>Videos Recently Added</source> 1427 <source>Videos Recently Added</source>
1398 <target>最近添加的视频</target> 1428 <target>最近添加的视频</target>
1399 <context-group name="null"> 1429 <context-group name="null">
1400 <context context-type="linenumber">53</context> 1430 <context context-type="linenumber">62</context>
1401 </context-group> 1431 </context-group>
1402 </trans-unit> 1432 </trans-unit>
1403 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1433 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1404 <source>Local videos</source> 1434 <source>Local videos</source>
1405 <target>本地视频</target> 1435 <target>本地视频</target>
1406 <context-group name="null"> 1436 <context-group name="null">
1407 <context context-type="linenumber">54</context> 1437 <context context-type="linenumber">63</context>
1408 </context-group> 1438 </context-group>
1409 </trans-unit> 1439 </trans-unit>
1410 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1440 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1411 <source>Policy on videos containing sensitive content</source> 1441 <source>Policy on videos containing sensitive content</source>
1412 <target>针对包å«æ•æ„Ÿå†…容视频的策略</target> 1442 <target>针对包å«æ•æ„Ÿå†…容视频的策略</target>
1413 <context-group name="null"> 1443 <context-group name="null">
1414 <context context-type="linenumber">61</context> 1444 <context context-type="linenumber">70</context>
1415 </context-group> 1445 </context-group>
1416 </trans-unit> 1446 </trans-unit>
1417 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1447 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1446,42 +1476,42 @@
1446 <source>Signup enabled</source> 1476 <source>Signup enabled</source>
1447 <target>开放注册</target> 1477 <target>开放注册</target>
1448 <context-group name="null"> 1478 <context-group name="null">
1449 <context context-type="linenumber">84</context> 1479 <context context-type="linenumber">94</context>
1450 </context-group> 1480 </context-group>
1451 </trans-unit> 1481 </trans-unit>
1452 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1482 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1453 <source>Signup requires email verification</source> 1483 <source>Signup requires email verification</source>
1454 <target>注册需è¦éªŒè¯ç”µå­é‚®ä»¶åœ°å€</target> 1484 <target>注册需è¦éªŒè¯ç”µå­é‚®ä»¶åœ°å€</target>
1455 <context-group name="null"> 1485 <context-group name="null">
1456 <context context-type="linenumber">91</context> 1486 <context context-type="linenumber">101</context>
1457 </context-group> 1487 </context-group>
1458 </trans-unit> 1488 </trans-unit>
1459 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1489 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1460 <source>Signup limit</source> 1490 <source>Signup limit</source>
1461 <target>注册é™åˆ¶</target> 1491 <target>注册é™åˆ¶</target>
1462 <context-group name="null"> 1492 <context-group name="null">
1463 <context context-type="linenumber">96</context> 1493 <context context-type="linenumber">106</context>
1464 </context-group> 1494 </context-group>
1465 </trans-unit> 1495 </trans-unit>
1466 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1496 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1467 <source>Users</source> 1497 <source>Users</source>
1468 <target>用户</target> 1498 <target>用户</target>
1469 <context-group name="null"> 1499 <context-group name="null">
1470 <context context-type="linenumber">105</context> 1500 <context context-type="linenumber">116</context>
1471 </context-group> 1501 </context-group>
1472 </trans-unit> 1502 </trans-unit>
1473 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1503 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1474 <source>User default video quota</source> 1504 <source>User default video quota</source>
1475 <target>用户默认视频存储空间大å°</target> 1505 <target>用户默认视频存储空间大å°</target>
1476 <context-group name="null"> 1506 <context-group name="null">
1477 <context context-type="linenumber">109</context> 1507 <context context-type="linenumber">120</context>
1478 </context-group> 1508 </context-group>
1479 </trans-unit> 1509 </trans-unit>
1480 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1510 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1481 <source>User default daily upload limit</source> 1511 <source>User default daily upload limit</source>
1482 <target>用户默认å•æ—¥ä¸Šä¼ é™é¢</target> 1512 <target>用户默认å•æ—¥ä¸Šä¼ é™é¢</target>
1483 <context-group name="null"> 1513 <context-group name="null">
1484 <context context-type="linenumber">121</context> 1514 <context context-type="linenumber">132</context>
1485 </context-group> 1515 </context-group>
1486 </trans-unit> 1516 </trans-unit>
1487 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1517 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1495,28 +1525,28 @@
1495 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1525 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1496 <target>å…许通过 HTTP URL(例如 YouTube)导入视频</target> 1526 <target>å…许通过 HTTP URL(例如 YouTube)导入视频</target>
1497 <context-group name="null"> 1527 <context-group name="null">
1498 <context context-type="linenumber">141</context> 1528 <context context-type="linenumber">153</context>
1499 </context-group> 1529 </context-group>
1500 </trans-unit> 1530 </trans-unit>
1501 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1531 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1502 <source>Video import with a torrent file or a magnet URI enabled</source> 1532 <source>Video import with a torrent file or a magnet URI enabled</source>
1503 <target>å…许通过ç§å­æ–‡ä»¶æˆ–ç£åŠ›é“¾å¯¼å…¥è§†é¢‘</target> 1533 <target>å…许通过ç§å­æ–‡ä»¶æˆ–ç£åŠ›é“¾å¯¼å…¥è§†é¢‘</target>
1504 <context-group name="null"> 1534 <context-group name="null">
1505 <context context-type="linenumber">148</context> 1535 <context context-type="linenumber">160</context>
1506 </context-group> 1536 </context-group>
1507 </trans-unit> 1537 </trans-unit>
1508 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1538 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1509 <source>Administrator</source> 1539 <source>Administrator</source>
1510 <target>管ç†å‘˜</target> 1540 <target>管ç†å‘˜</target>
1511 <context-group name="null"> 1541 <context-group name="null">
1512 <context context-type="linenumber">155</context> 1542 <context context-type="linenumber">208</context>
1513 </context-group> 1543 </context-group>
1514 </trans-unit> 1544 </trans-unit>
1515 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1545 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1516 <source>Admin email</source> 1546 <source>Admin email</source>
1517 <target>管ç†å‘˜ç”µå­é‚®ä»¶åœ°å€</target> 1547 <target>管ç†å‘˜ç”µå­é‚®ä»¶åœ°å€</target>
1518 <context-group name="null"> 1548 <context-group name="null">
1519 <context context-type="linenumber">158</context> 1549 <context context-type="linenumber">211</context>
1520 </context-group> 1550 </context-group>
1521 </trans-unit> 1551 </trans-unit>
1522 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1552 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1530,70 +1560,70 @@
1530 <source>Twitter</source> 1560 <source>Twitter</source>
1531 <target>Twitter</target> 1561 <target>Twitter</target>
1532 <context-group name="null"> 1562 <context-group name="null">
1533 <context context-type="linenumber">178</context> 1563 <context context-type="linenumber">231</context>
1534 </context-group> 1564 </context-group>
1535 </trans-unit> 1565 </trans-unit>
1536 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1566 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1537 <source>Your Twitter username</source> 1567 <source>Your Twitter username</source>
1538 <target>您的 Twitter 用户å</target> 1568 <target>您的 Twitter 用户å</target>
1539 <context-group name="null"> 1569 <context-group name="null">
1540 <context context-type="linenumber">184</context> 1570 <context context-type="linenumber">237</context>
1541 </context-group> 1571 </context-group>
1542 </trans-unit> 1572 </trans-unit>
1543 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1573 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1544 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1574 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1545 <target>显示此内容所在的å‘布平å°å¯¹åº”çš„ Twitter å¸æˆ·ã€‚</target> 1575 <target>显示此内容所在的å‘布平å°å¯¹åº”çš„ Twitter å¸æˆ·ã€‚</target>
1546 <context-group name="null"> 1576 <context-group name="null">
1547 <context context-type="linenumber">187</context> 1577 <context context-type="linenumber">240</context>
1548 </context-group> 1578 </context-group>
1549 </trans-unit> 1579 </trans-unit>
1550 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1580 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1551 <source>Instance whitelisted by Twitter</source> 1581 <source>Instance whitelisted by Twitter</source>
1552 <target>实例已进入 Twitter 白åå•</target> 1582 <target>实例已进入 Twitter 白åå•</target>
1553 <context-group name="null"> 1583 <context-group name="null">
1554 <context context-type="linenumber">199</context> 1584 <context context-type="linenumber">252</context>
1555 </context-group> 1585 </context-group>
1556 </trans-unit> 1586 </trans-unit>
1557 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1587 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1558 <source>Services</source> 1588 <source>Services</source>
1559 <target>æœåŠ¡</target> 1589 <target>æœåŠ¡</target>
1560 <context-group name="null"> 1590 <context-group name="null">
1561 <context context-type="linenumber">176</context> 1591 <context context-type="linenumber">229</context>
1562 </context-group> 1592 </context-group>
1563 </trans-unit> 1593 </trans-unit>
1564 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1594 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1565 <source>Transcoding</source> 1595 <source>Transcoding</source>
1566 <target>转ç </target> 1596 <target>转ç </target>
1567 <context-group name="null"> 1597 <context-group name="null">
1568 <context context-type="linenumber">215</context> 1598 <context context-type="linenumber">268</context>
1569 </context-group> 1599 </context-group>
1570 </trans-unit> 1600 </trans-unit>
1571 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1601 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1572 <source>Transcoding enabled</source> 1602 <source>Transcoding enabled</source>
1573 <target>å¯ç”¨è½¬ç </target> 1603 <target>å¯ç”¨è½¬ç </target>
1574 <context-group name="null"> 1604 <context-group name="null">
1575 <context context-type="linenumber">221</context> 1605 <context context-type="linenumber">274</context>
1576 </context-group> 1606 </context-group>
1577 </trans-unit> 1607 </trans-unit>
1578 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1608 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1579 <source>If you disable transcoding, many videos from your users will not work!</source> 1609 <source>If you disable transcoding, many videos from your users will not work!</source>
1580 <target>如果ç¦ç”¨è½¬ç ï¼Œç”¨æˆ·ä¸Šä¼ çš„视频很有å¯èƒ½æ— æ³•æ­£å¸¸æ’­æ”¾ï¼</target> 1610 <target>如果ç¦ç”¨è½¬ç ï¼Œç”¨æˆ·ä¸Šä¼ çš„视频很有å¯èƒ½æ— æ³•æ­£å¸¸æ’­æ”¾ï¼</target>
1581 <context-group name="null"> 1611 <context-group name="null">
1582 <context context-type="linenumber">222</context> 1612 <context context-type="linenumber">275</context>
1583 </context-group> 1613 </context-group>
1584 </trans-unit> 1614 </trans-unit>
1585 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1615 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1586 <source>Transcoding threads</source> 1616 <source>Transcoding threads</source>
1587 <target>转ç çº¿ç¨‹æ•°</target> 1617 <target>转ç çº¿ç¨‹æ•°</target>
1588 <context-group name="null"> 1618 <context-group name="null">
1589 <context context-type="linenumber">237</context> 1619 <context context-type="linenumber">290</context>
1590 </context-group> 1620 </context-group>
1591 </trans-unit> 1621 </trans-unit>
1592 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1622 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1593 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1623 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1594 <target>å¯ç”¨ <x id="INTERPOLATION" equiv-text="{{resolution}}"/> 分辨率</target> 1624 <target>å¯ç”¨ <x id="INTERPOLATION" equiv-text="{{resolution}}"/> 分辨率</target>
1595 <context-group name="null"> 1625 <context-group name="null">
1596 <context context-type="linenumber">252</context> 1626 <context context-type="linenumber">305</context>
1597 </context-group> 1627 </context-group>
1598 </trans-unit> 1628 </trans-unit>
1599 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1629 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1608,70 +1638,70 @@
1608 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1638 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1609 </target> 1639 </target>
1610 <context-group name="null"> 1640 <context-group name="null">
1611 <context context-type="linenumber">260</context> 1641 <context context-type="linenumber">313</context>
1612 </context-group> 1642 </context-group>
1613 </trans-unit> 1643 </trans-unit>
1614 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1644 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1615 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1645 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1616 <target>部分文件ä¸ä¼šè‡ªåŠ¨åŒæ­¥ï¼ˆå¦‚预览图ã€å­—幕)。我们会直接从æºå®žä¾‹æ‹‰å–并进行缓存。</target> 1646 <target>部分文件ä¸ä¼šè‡ªåŠ¨åŒæ­¥ï¼ˆå¦‚预览图ã€å­—幕)。我们会直接从æºå®žä¾‹æ‹‰å–并进行缓存。</target>
1617 <context-group name="null"> 1647 <context-group name="null">
1618 <context context-type="linenumber">265</context> 1648 <context context-type="linenumber">318</context>
1619 </context-group> 1649 </context-group>
1620 </trans-unit> 1650 </trans-unit>
1621 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1651 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1622 <source>Previews cache size</source> 1652 <source>Previews cache size</source>
1623 <target>预览图缓存大å°</target> 1653 <target>预览图缓存大å°</target>
1624 <context-group name="null"> 1654 <context-group name="null">
1625 <context context-type="linenumber">271</context> 1655 <context context-type="linenumber">324</context>
1626 </context-group> 1656 </context-group>
1627 </trans-unit> 1657 </trans-unit>
1628 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1658 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1629 <source>Video captions cache size</source> 1659 <source>Video captions cache size</source>
1630 <target>视频字幕缓存大å°</target> 1660 <target>视频字幕缓存大å°</target>
1631 <context-group name="null"> 1661 <context-group name="null">
1632 <context context-type="linenumber">280</context> 1662 <context context-type="linenumber">333</context>
1633 </context-group> 1663 </context-group>
1634 </trans-unit> 1664 </trans-unit>
1635 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1665 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1636 <source>Customizations</source> 1666 <source>Customizations</source>
1637 <target>自定义</target> 1667 <target>自定义</target>
1638 <context-group name="null"> 1668 <context-group name="null">
1639 <context context-type="linenumber">289</context> 1669 <context context-type="linenumber">342</context>
1640 </context-group> 1670 </context-group>
1641 </trans-unit> 1671 </trans-unit>
1642 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1672 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1643 <source>JavaScript</source> 1673 <source>JavaScript</source>
1644 <target>JavaScript</target> 1674 <target>JavaScript</target>
1645 <context-group name="null"> 1675 <context-group name="null">
1646 <context context-type="linenumber">294</context> 1676 <context context-type="linenumber">347</context>
1647 </context-group> 1677 </context-group>
1648 </trans-unit> 1678 </trans-unit>
1649 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1679 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1650 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1680 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1651 <target>在此处直接输入 JavaScript 代ç ã€‚&lt;br /&gt;示例:&lt;pre&gt;console.log('我的实例太棒了');&lt;/pre&gt;</target> 1681 <target>在此处直接输入 JavaScript 代ç ã€‚&lt;br /&gt;示例:&lt;pre&gt;console.log('我的实例太棒了');&lt;/pre&gt;</target>
1652 <context-group name="null"> 1682 <context-group name="null">
1653 <context context-type="linenumber">297</context> 1683 <context context-type="linenumber">350</context>
1654 </context-group> 1684 </context-group>
1655 </trans-unit> 1685 </trans-unit>
1656 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1686 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1657 <source>Advanced configuration</source> 1687 <source>Advanced configuration</source>
1658 <target>高级设置</target> 1688 <target>高级设置</target>
1659 <context-group name="null"> 1689 <context-group name="null">
1660 <context context-type="linenumber">212</context> 1690 <context context-type="linenumber">265</context>
1661 </context-group> 1691 </context-group>
1662 </trans-unit> 1692 </trans-unit>
1663 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1693 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1664 <source>Update configuration</source> 1694 <source>Update configuration</source>
1665 <target>更新设置</target> 1695 <target>更新设置</target>
1666 <context-group name="null"> 1696 <context-group name="null">
1667 <context context-type="linenumber">340</context> 1697 <context context-type="linenumber">393</context>
1668 </context-group> 1698 </context-group>
1669 </trans-unit> 1699 </trans-unit>
1670 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1700 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1671 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1701 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1672 <target>设置信æ¯ä¸åˆæ³•ã€‚请检查å„选项å¡ä¸­çš„设置是å¦å­˜åœ¨é”™è¯¯ã€‚</target> 1702 <target>设置信æ¯ä¸åˆæ³•ã€‚请检查å„选项å¡ä¸­çš„设置是å¦å­˜åœ¨é”™è¯¯ã€‚</target>
1673 <context-group name="null"> 1703 <context-group name="null">
1674 <context context-type="linenumber">341</context> 1704 <context context-type="linenumber">394</context>
1675 </context-group> 1705 </context-group>
1676 </trans-unit> 1706 </trans-unit>
1677 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1707 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1707,17 +1737,6 @@
1707 <context context-type="linenumber">11</context> 1737 <context context-type="linenumber">11</context>
1708 </context-group> 1738 </context-group>
1709 </trans-unit> 1739 </trans-unit>
1710 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368">
1711 <source>
1712 Jobs
1713 </source>
1714 <target>
1715 任务
1716 </target>
1717 <context-group name="null">
1718 <context context-type="linenumber">15</context>
1719 </context-group>
1720 </trans-unit>
1721 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 1740 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1722 <source> 1741 <source>
1723 Configuration 1742 Configuration
@@ -1726,7 +1745,7 @@
1726 设置 1745 设置
1727 </target> 1746 </target>
1728 <context-group name="null"> 1747 <context-group name="null">
1729 <context context-type="linenumber">19</context> 1748 <context context-type="linenumber">15</context>
1730 </context-group> 1749 </context-group>
1731 </trans-unit> 1750 </trans-unit>
1732 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 1751 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
@@ -1768,20 +1787,6 @@
1768 <context context-type="linenumber">18</context> 1787 <context context-type="linenumber">18</context>
1769 </context-group> 1788 </context-group>
1770 </trans-unit> 1789 </trans-unit>
1771 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1772 <source>Score</source>
1773 <target>评分</target>
1774 <context-group name="null">
1775 <context context-type="linenumber">17</context>
1776 </context-group>
1777 </trans-unit>
1778 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1779 <source>Host</source>
1780 <target>主机å</target>
1781 <context-group name="null">
1782 <context context-type="linenumber">19</context>
1783 </context-group>
1784 </trans-unit>
1785 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 1790 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
1786 <source>State</source> 1791 <source>State</source>
1787 <target>状æ€</target> 1792 <target>状æ€</target>
@@ -1789,6 +1794,13 @@
1789 <context context-type="linenumber">10</context> 1794 <context context-type="linenumber">10</context>
1790 </context-group> 1795 </context-group>
1791 </trans-unit> 1796 </trans-unit>
1797 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1798 <source>Score</source>
1799 <target>评分</target>
1800 <context-group name="null">
1801 <context context-type="linenumber">19</context>
1802 </context-group>
1803 </trans-unit>
1792 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 1804 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1793 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 1805 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1794 <target>创建时间 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 1806 <target>创建时间 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -1810,6 +1822,20 @@
1810 <context context-type="linenumber">33</context> 1822 <context context-type="linenumber">33</context>
1811 </context-group> 1823 </context-group>
1812 </trans-unit> 1824 </trans-unit>
1825 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
1826 <source>Refuse</source>
1827 <target>æ‹’ç»</target>
1828 <context-group name="null">
1829 <context context-type="linenumber">42</context>
1830 </context-group>
1831 </trans-unit>
1832 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1833 <source>Host</source>
1834 <target>主机å</target>
1835 <context-group name="null">
1836 <context context-type="linenumber">19</context>
1837 </context-group>
1838 </trans-unit>
1813 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8"> 1839 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
1814 <source>Redundancy allowed</source> 1840 <source>Redundancy allowed</source>
1815 <target>å…许冗余备份</target> 1841 <target>å…许冗余备份</target>
@@ -1845,34 +1871,6 @@
1845 <context context-type="linenumber">9</context> 1871 <context context-type="linenumber">9</context>
1846 </context-group> 1872 </context-group>
1847 </trans-unit> 1873 </trans-unit>
1848 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1849 <source>Jobs list</source>
1850 <target>任务列表</target>
1851 <context-group name="null">
1852 <context context-type="linenumber">2</context>
1853 </context-group>
1854 </trans-unit>
1855 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1856 <source>Type</source>
1857 <target>类型</target>
1858 <context-group name="null">
1859 <context context-type="linenumber">19</context>
1860 </context-group>
1861 </trans-unit>
1862 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
1863 <source>Processed on</source>
1864 <target>处ç†æ—¶é—´</target>
1865 <context-group name="null">
1866 <context context-type="linenumber">22</context>
1867 </context-group>
1868 </trans-unit>
1869 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
1870 <source>Finished on</source>
1871 <target>结æŸæ—¶é—´</target>
1872 <context-group name="null">
1873 <context context-type="linenumber">23</context>
1874 </context-group>
1875 </trans-unit>
1876 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 1874 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1877 <source>Create user</source> 1875 <source>Create user</source>
1878 <target>创建用户</target> 1876 <target>创建用户</target>
@@ -1960,7 +1958,7 @@
1960 <source>Go to the account page</source> 1958 <source>Go to the account page</source>
1961 <target>转到å¸æˆ·é¡µé¢</target> 1959 <target>转到å¸æˆ·é¡µé¢</target>
1962 <context-group name="null"> 1960 <context-group name="null">
1963 <context context-type="linenumber">133</context> 1961 <context context-type="linenumber">153</context>
1964 </context-group> 1962 </context-group>
1965 </trans-unit> 1963 </trans-unit>
1966 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 1964 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
@@ -1985,14 +1983,14 @@
1985 此备注仅é™æ‚¨å’Œå…¶ä»–监察员å¯è§ã€‚ 1983 此备注仅é™æ‚¨å’Œå…¶ä»–监察员å¯è§ã€‚
1986 </target> 1984 </target>
1987 <context-group name="null"> 1985 <context-group name="null">
1988 <context context-type="linenumber">17</context> 1986 <context context-type="linenumber">18</context>
1989 </context-group> 1987 </context-group>
1990 </trans-unit> 1988 </trans-unit>
1991 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 1989 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
1992 <source>Update this comment</source> 1990 <source>Update this comment</source>
1993 <target>更新备注</target> 1991 <target>更新备注</target>
1994 <context-group name="null"> 1992 <context-group name="null">
1995 <context context-type="linenumber">25</context> 1993 <context context-type="linenumber">26</context>
1996 </context-group> 1994 </context-group>
1997 </trans-unit> 1995 </trans-unit>
1998 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 1996 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -2079,6 +2077,13 @@
2079 <context context-type="linenumber">43</context> 2077 <context context-type="linenumber">43</context>
2080 </context-group> 2078 </context-group>
2081 </trans-unit> 2079 </trans-unit>
2080 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2081 <source>Unblacklist</source>
2082 <target>移除黑åå•</target>
2083 <context-group name="null">
2084 <context context-type="linenumber">16</context>
2085 </context-group>
2086 </trans-unit>
2082 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2087 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2083 <source>Moderation</source> 2088 <source>Moderation</source>
2084 <target>è¿è¥</target> 2089 <target>è¿è¥</target>
@@ -2093,13 +2098,6 @@
2093 <context context-type="linenumber">5</context> 2098 <context context-type="linenumber">5</context>
2094 </context-group> 2099 </context-group>
2095 </trans-unit> 2100 </trans-unit>
2096 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2097 <source>Blacklisted videos</source>
2098 <target>黑åå•è§†é¢‘</target>
2099 <context-group name="null">
2100 <context context-type="linenumber">7</context>
2101 </context-group>
2102 </trans-unit>
2103 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2101 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2104 <source>Muted accounts</source> 2102 <source>Muted accounts</source>
2105 <target>å·²å±è”½çš„å¸æˆ·</target> 2103 <target>å·²å±è”½çš„å¸æˆ·</target>
@@ -2111,7 +2109,7 @@
2111 <source>Muted servers</source> 2109 <source>Muted servers</source>
2112 <target>å·²å±è”½çš„实例</target> 2110 <target>å·²å±è”½çš„实例</target>
2113 <context-group name="null"> 2111 <context-group name="null">
2114 <context context-type="linenumber">11</context> 2112 <context context-type="linenumber">13</context>
2115 </context-group> 2113 </context-group>
2116 </trans-unit> 2114 </trans-unit>
2117 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2115 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2135,6 +2133,34 @@
2135 <context context-type="linenumber">23</context> 2133 <context context-type="linenumber">23</context>
2136 </context-group> 2134 </context-group>
2137 </trans-unit> 2135 </trans-unit>
2136 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2137 <source>Jobs list</source>
2138 <target>任务列表</target>
2139 <context-group name="null">
2140 <context context-type="linenumber">2</context>
2141 </context-group>
2142 </trans-unit>
2143 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2144 <source>Type</source>
2145 <target>类型</target>
2146 <context-group name="null">
2147 <context context-type="linenumber">19</context>
2148 </context-group>
2149 </trans-unit>
2150 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2151 <source>Processed on</source>
2152 <target>处ç†æ—¶é—´</target>
2153 <context-group name="null">
2154 <context context-type="linenumber">22</context>
2155 </context-group>
2156 </trans-unit>
2157 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2158 <source>Finished on</source>
2159 <target>结æŸæ—¶é—´</target>
2160 <context-group name="null">
2161 <context context-type="linenumber">23</context>
2162 </context-group>
2163 </trans-unit>
2138 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 2164 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
2139 <source>Video quota:</source> 2165 <source>Video quota:</source>
2140 <target>视频存储空间:</target> 2166 <target>视频存储空间:</target>
@@ -2167,14 +2193,14 @@
2167 <source>Change ownership</source> 2193 <source>Change ownership</source>
2168 <target>转移视频</target> 2194 <target>转移视频</target>
2169 <context-group name="null"> 2195 <context-group name="null">
2170 <context context-type="linenumber">46</context> 2196 <context context-type="linenumber">21</context>
2171 </context-group> 2197 </context-group>
2172 </trans-unit> 2198 </trans-unit>
2173 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2199 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
2174 <source>Select the next owner</source> 2200 <source>Select the next owner</source>
2175 <target>选择新的所有者</target> 2201 <target>选择新的所有者</target>
2176 <context-group name="null"> 2202 <context-group name="null">
2177 <context context-type="linenumber">9</context> 2203 <context context-type="linenumber">10</context>
2178 </context-group> 2204 </context-group>
2179 </trans-unit> 2205 </trans-unit>
2180 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8"> 2206 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
@@ -2188,38 +2214,6 @@
2188 <context context-type="linenumber">35</context> 2214 <context context-type="linenumber">35</context>
2189 </context-group> 2215 </context-group>
2190 </trans-unit> 2216 </trans-unit>
2191 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79">
2192 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2193 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次观看</target>
2194 <context-group name="null">
2195 <context context-type="linenumber">19</context>
2196 </context-group>
2197 </trans-unit>
2198 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2199 <source>Blacklisted</source>
2200 <target>已进入黑åå•</target>
2201 <context-group name="null">
2202 <context context-type="linenumber">22</context>
2203 </context-group>
2204 </trans-unit>
2205 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2206 <source>
2207 Cancel
2208 </source>
2209 <target>
2210 å–消
2211 </target>
2212 <context-group name="null">
2213 <context context-type="linenumber">30</context>
2214 </context-group>
2215 </trans-unit>
2216 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2217 <source>Create another video channel</source>
2218 <target>创建新的视频频é“</target>
2219 <context-group name="null">
2220 <context context-type="linenumber">4</context>
2221 </context-group>
2222 </trans-unit>
2223 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2217 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
2224 <source>Go to the channel</source> 2218 <source>Go to the channel</source>
2225 <target>转到频é“</target> 2219 <target>转到频é“</target>
@@ -2241,13 +2235,6 @@
2241 <context context-type="linenumber">15</context> 2235 <context context-type="linenumber">15</context>
2242 </context-group> 2236 </context-group>
2243 </trans-unit> 2237 </trans-unit>
2244 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2245 <source>Display name</source>
2246 <target>显示å</target>
2247 <context-group name="null">
2248 <context context-type="linenumber">6</context>
2249 </context-group>
2250 </trans-unit>
2251 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2238 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2252 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2239 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2253When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2240When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2296,7 +2283,7 @@ When you will upload a video in this channel, the video support field will be au
2296 <source>Select the target channel</source> 2283 <source>Select the target channel</source>
2297 <target>选择目标频é“</target> 2284 <target>选择目标频é“</target>
2298 <context-group name="null"> 2285 <context-group name="null">
2299 <context context-type="linenumber">9</context> 2286 <context context-type="linenumber">10</context>
2300 </context-group> 2287 </context-group>
2301 </trans-unit> 2288 </trans-unit>
2302 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740"> 2289 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
@@ -2337,14 +2324,7 @@ When you will upload a video in this channel, the video support field will be au
2337 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source> 2324 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
2338 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target> 2325 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
2339 <context-group name="null"> 2326 <context-group name="null">
2340 <context context-type="linenumber">39</context> 2327 <context context-type="linenumber">38</context>
2341 </context-group>
2342 </trans-unit>
2343 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2344 <source>Refuse</source>
2345 <target>æ‹’ç»</target>
2346 <context-group name="null">
2347 <context context-type="linenumber">47</context>
2348 </context-group> 2328 </context-group>
2349 </trans-unit> 2329 </trans-unit>
2350 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e"> 2330 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
@@ -2354,6 +2334,27 @@ When you will upload a video in this channel, the video support field will be au
2354 <context context-type="linenumber">2</context> 2334 <context context-type="linenumber">2</context>
2355 </context-group> 2335 </context-group>
2356 </trans-unit> 2336 </trans-unit>
2337 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2338 <source>Privacy</source>
2339 <target>éšç§</target>
2340 <context-group name="null">
2341 <context context-type="linenumber">179</context>
2342 </context-group>
2343 </trans-unit>
2344 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2345 <source>Channel</source>
2346 <target>频é“</target>
2347 <context-group name="null">
2348 <context context-type="linenumber">39</context>
2349 </context-group>
2350 </trans-unit>
2351 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2352 <source>Upload thumbnail</source>
2353 <target>上传缩略图</target>
2354 <context-group name="null">
2355 <context context-type="linenumber">192</context>
2356 </context-group>
2357 </trans-unit>
2357 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2358 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2358 <source>Change password</source> 2359 <source>Change password</source>
2359 <target>更改密ç </target> 2360 <target>更改密ç </target>
@@ -2403,13 +2404,6 @@ When you will upload a video in this channel, the video support field will be au
2403 <context context-type="linenumber">28</context> 2404 <context context-type="linenumber">28</context>
2404 </context-group> 2405 </context-group>
2405 </trans-unit> 2406 </trans-unit>
2406 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2407 <source>Save</source>
2408 <target>ä¿å­˜</target>
2409 <context-group name="null">
2410 <context context-type="linenumber">32</context>
2411 </context-group>
2412 </trans-unit>
2413 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2407 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2414 <source>Update my profile</source> 2408 <source>Update my profile</source>
2415 <target>更新我的个人资料</target> 2409 <target>更新我的个人资料</target>
@@ -2535,7 +2529,7 @@ When you will upload a video in this channel, the video support field will be au
2535 <source>URL</source> 2529 <source>URL</source>
2536 <target>URL</target> 2530 <target>URL</target>
2537 <context-group name="null"> 2531 <context-group name="null">
2538 <context context-type="linenumber">17</context> 2532 <context context-type="linenumber">25</context>
2539 </context-group> 2533 </context-group>
2540 </trans-unit> 2534 </trans-unit>
2541 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 2535 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2545,20 +2539,6 @@ When you will upload a video in this channel, the video support field will be au
2545 <context context-type="linenumber">9</context> 2539 <context context-type="linenumber">9</context>
2546 </context-group> 2540 </context-group>
2547 </trans-unit> 2541 </trans-unit>
2548 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2549 <source>Channel</source>
2550 <target>频é“</target>
2551 <context-group name="null">
2552 <context context-type="linenumber">39</context>
2553 </context-group>
2554 </trans-unit>
2555 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2556 <source>Privacy</source>
2557 <target>éšç§</target>
2558 <context-group name="null">
2559 <context context-type="linenumber">159</context>
2560 </context-group>
2561 </trans-unit>
2562 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2542 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2563 <source> 2543 <source>
2564 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. 2544 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
@@ -2574,7 +2554,7 @@ When you will upload a video in this channel, the video support field will be au
2574 <source>Update</source> 2554 <source>Update</source>
2575 <target>æ›´æ–°</target> 2555 <target>æ›´æ–°</target>
2576 <context-group name="null"> 2556 <context-group name="null">
2577 <context context-type="linenumber">92</context> 2557 <context context-type="linenumber">17</context>
2578 </context-group> 2558 </context-group>
2579 </trans-unit> 2559 </trans-unit>
2580 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2560 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2722,7 +2702,7 @@ When you will upload a video in this channel, the video support field will be au
2722 <source>Tags</source> 2702 <source>Tags</source>
2723 <target>标签</target> 2703 <target>标签</target>
2724 <context-group name="null"> 2704 <context-group name="null">
2725 <context context-type="linenumber">191</context> 2705 <context context-type="linenumber">216</context>
2726 </context-group> 2706 </context-group>
2727 </trans-unit> 2707 </trans-unit>
2728 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 2708 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -2774,25 +2754,18 @@ When you will upload a video in this channel, the video support field will be au
2774 <context context-type="linenumber">120</context> 2754 <context context-type="linenumber">120</context>
2775 </context-group> 2755 </context-group>
2776 </trans-unit> 2756 </trans-unit>
2777 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2778 <source>Enable video comments</source>
2779 <target>å¼€å¯è§†é¢‘评论</target>
2780 <context-group name="null">
2781 <context context-type="linenumber">125</context>
2782 </context-group>
2783 </trans-unit>
2784 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 2757 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
2785 <source>Wait transcoding before publishing the video</source> 2758 <source>Wait transcoding before publishing the video</source>
2786 <target>等待转ç å®Œæ¯•åŽå†å‘布视频</target> 2759 <target>等待转ç å®Œæ¯•åŽå†å‘布视频</target>
2787 <context-group name="null"> 2760 <context-group name="null">
2788 <context context-type="linenumber">131</context> 2761 <context context-type="linenumber">126</context>
2789 </context-group> 2762 </context-group>
2790 </trans-unit> 2763 </trans-unit>
2791 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63"> 2764 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
2792 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source> 2765 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
2793 <target>如果您选择ä¸ç­‰å¾…转ç å°±å‘布视频,则视频在转ç å®Œæ¯•å‰å¾ˆæœ‰å¯èƒ½æ— æ³•æ­£å¸¸æ’­æ”¾ã€‚</target> 2766 <target>如果您选择ä¸ç­‰å¾…转ç å°±å‘布视频,则视频在转ç å®Œæ¯•å‰å¾ˆæœ‰å¯èƒ½æ— æ³•æ­£å¸¸æ’­æ”¾ã€‚</target>
2794 <context-group name="null"> 2767 <context-group name="null">
2795 <context context-type="linenumber">132</context> 2768 <context context-type="linenumber">127</context>
2796 </context-group> 2769 </context-group>
2797 </trans-unit> 2770 </trans-unit>
2798 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 2771 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
@@ -2806,49 +2779,49 @@ When you will upload a video in this channel, the video support field will be au
2806 <source>Add another caption</source> 2779 <source>Add another caption</source>
2807 <target>添加字幕</target> 2780 <target>添加字幕</target>
2808 <context-group name="null"> 2781 <context-group name="null">
2809 <context context-type="linenumber">147</context> 2782 <context context-type="linenumber">142</context>
2810 </context-group> 2783 </context-group>
2811 </trans-unit> 2784 </trans-unit>
2812 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed"> 2785 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
2813 <source>See the subtitle file</source> 2786 <source>See the subtitle file</source>
2814 <target>查看字幕文件</target> 2787 <target>查看字幕文件</target>
2815 <context-group name="null"> 2788 <context-group name="null">
2816 <context context-type="linenumber">156</context> 2789 <context context-type="linenumber">151</context>
2817 </context-group> 2790 </context-group>
2818 </trans-unit> 2791 </trans-unit>
2819 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2792 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2820 <source>Already uploaded ✔</source> 2793 <source>Already uploaded ✔</source>
2821 <target>已上传 ✔</target> 2794 <target>已上传 ✔</target>
2822 <context-group name="null"> 2795 <context-group name="null">
2823 <context context-type="linenumber">160</context> 2796 <context context-type="linenumber">155</context>
2824 </context-group> 2797 </context-group>
2825 </trans-unit> 2798 </trans-unit>
2826 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad"> 2799 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
2827 <source>Will be created on update</source> 2800 <source>Will be created on update</source>
2828 <target>将在更新时创建</target> 2801 <target>将在更新时创建</target>
2829 <context-group name="null"> 2802 <context-group name="null">
2830 <context context-type="linenumber">168</context> 2803 <context context-type="linenumber">163</context>
2831 </context-group> 2804 </context-group>
2832 </trans-unit> 2805 </trans-unit>
2833 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9"> 2806 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
2834 <source>Cancel create</source> 2807 <source>Cancel create</source>
2835 <target>å–消创建</target> 2808 <target>å–消创建</target>
2836 <context-group name="null"> 2809 <context-group name="null">
2837 <context context-type="linenumber">170</context> 2810 <context context-type="linenumber">165</context>
2838 </context-group> 2811 </context-group>
2839 </trans-unit> 2812 </trans-unit>
2840 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393"> 2813 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
2841 <source>Will be deleted on update</source> 2814 <source>Will be deleted on update</source>
2842 <target>将在更新时删除</target> 2815 <target>将在更新时删除</target>
2843 <context-group name="null"> 2816 <context-group name="null">
2844 <context context-type="linenumber">176</context> 2817 <context context-type="linenumber">171</context>
2845 </context-group> 2818 </context-group>
2846 </trans-unit> 2819 </trans-unit>
2847 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 2820 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
2848 <source>Cancel deletion</source> 2821 <source>Cancel deletion</source>
2849 <target>å–消删除</target> 2822 <target>å–消删除</target>
2850 <context-group name="null"> 2823 <context-group name="null">
2851 <context context-type="linenumber">178</context> 2824 <context context-type="linenumber">173</context>
2852 </context-group> 2825 </context-group>
2853 </trans-unit> 2826 </trans-unit>
2854 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0"> 2827 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
@@ -2859,49 +2832,49 @@ When you will upload a video in this channel, the video support field will be au
2859 当å‰æ²¡æœ‰å­—幕。 2832 当å‰æ²¡æœ‰å­—幕。
2860 </target> 2833 </target>
2861 <context-group name="null"> 2834 <context-group name="null">
2862 <context context-type="linenumber">183</context> 2835 <context context-type="linenumber">178</context>
2863 </context-group> 2836 </context-group>
2864 </trans-unit> 2837 </trans-unit>
2865 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93"> 2838 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
2866 <source>Captions</source> 2839 <source>Captions</source>
2867 <target>字幕</target> 2840 <target>字幕</target>
2868 <context-group name="null"> 2841 <context-group name="null">
2869 <context context-type="linenumber">140</context> 2842 <context context-type="linenumber">135</context>
2870 </context-group>
2871 </trans-unit>
2872 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2873 <source>Upload thumbnail</source>
2874 <target>上传缩略图</target>
2875 <context-group name="null">
2876 <context context-type="linenumber">196</context>
2877 </context-group> 2843 </context-group>
2878 </trans-unit> 2844 </trans-unit>
2879 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 2845 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2880 <source>Upload preview</source> 2846 <source>Upload preview</source>
2881 <target>上传预览图</target> 2847 <target>上传预览图</target>
2882 <context-group name="null"> 2848 <context-group name="null">
2883 <context context-type="linenumber">203</context> 2849 <context context-type="linenumber">199</context>
2884 </context-group> 2850 </context-group>
2885 </trans-unit> 2851 </trans-unit>
2886 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 2852 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
2887 <source>Support</source> 2853 <source>Support</source>
2888 <target>支æŒ</target> 2854 <target>支æŒ</target>
2889 <context-group name="null"> 2855 <context-group name="null">
2890 <context context-type="linenumber">69</context> 2856 <context context-type="linenumber">103</context>
2891 </context-group> 2857 </context-group>
2892 </trans-unit> 2858 </trans-unit>
2893 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 2859 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
2894 <source>Short text to tell people how they can support you (membership platform...).</source> 2860 <source>Short text to tell people how they can support you (membership platform...).</source>
2895 <target>用一段简短的文字告知观众支æŒæ‚¨çš„频é“的方法(赞助社区等)。</target> 2861 <target>用一段简短的文字告知观众支æŒæ‚¨çš„频é“的方法(赞助社区等)。</target>
2896 <context-group name="null"> 2862 <context-group name="null">
2897 <context context-type="linenumber">210</context> 2863 <context context-type="linenumber">206</context>
2864 </context-group>
2865 </trans-unit>
2866 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2867 <source>Enable video comments</source>
2868 <target>å¼€å¯è§†é¢‘评论</target>
2869 <context-group name="null">
2870 <context context-type="linenumber">234</context>
2898 </context-group> 2871 </context-group>
2899 </trans-unit> 2872 </trans-unit>
2900 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 2873 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2901 <source>Advanced settings</source> 2874 <source>Advanced settings</source>
2902 <target>高级设置</target> 2875 <target>高级设置</target>
2903 <context-group name="null"> 2876 <context-group name="null">
2904 <context context-type="linenumber">191</context> 2877 <context context-type="linenumber">186</context>
2905 </context-group> 2878 </context-group>
2906 </trans-unit> 2879 </trans-unit>
2907 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0"> 2880 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
@@ -2915,78 +2888,25 @@ When you will upload a video in this channel, the video support field will be au
2915 <context context-type="linenumber">2</context> 2888 <context context-type="linenumber">2</context>
2916 </context-group> 2889 </context-group>
2917 </trans-unit> 2890 </trans-unit>
2918 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
2919 <source>Download video</source>
2920 <target>下载视频</target>
2921 <context-group name="null">
2922 <context context-type="linenumber">3</context>
2923 </context-group>
2924 </trans-unit>
2925 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
2926 <source>Direct download</source>
2927 <target>直接下载</target>
2928 <context-group name="null">
2929 <context context-type="linenumber">27</context>
2930 </context-group>
2931 </trans-unit>
2932 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
2933 <source>Torrent (.torrent file)</source>
2934 <target>ç§å­ï¼ˆ.torrent 文件)</target>
2935 <context-group name="null">
2936 <context context-type="linenumber">32</context>
2937 </context-group>
2938 </trans-unit>
2939 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
2940 <source>Torrent (magnet link)</source>
2941 <target>ç§å­ï¼ˆç£åŠ›é“¾ï¼‰</target>
2942 <context-group name="null">
2943 <context context-type="linenumber">37</context>
2944 </context-group>
2945 </trans-unit>
2946 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
2947 <source>
2948 Cancel
2949 </source>
2950 <target>
2951 å–消
2952 </target>
2953 <context-group name="null">
2954 <context context-type="linenumber">47</context>
2955 </context-group>
2956 </trans-unit>
2957 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
2958 <source>Download</source>
2959 <target>下载</target>
2960 <context-group name="null">
2961 <context context-type="linenumber">84</context>
2962 </context-group>
2963 </trans-unit>
2964 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
2965 <source>Report video</source>
2966 <target>举报视频</target>
2967 <context-group name="null">
2968 <context context-type="linenumber">3</context>
2969 </context-group>
2970 </trans-unit>
2971 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 2891 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2972 <source>Share</source> 2892 <source>Share</source>
2973 <target>分享</target> 2893 <target>分享</target>
2974 <context-group name="null"> 2894 <context-group name="null">
2975 <context context-type="linenumber">74</context> 2895 <context context-type="linenumber">108</context>
2976 </context-group> 2896 </context-group>
2977 </trans-unit> 2897 </trans-unit>
2978 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 2898 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2979 <source>QR-Code</source> 2899 <source>QR-Code</source>
2980 <target>二维ç </target> 2900 <target>二维ç </target>
2981 <context-group name="null"> 2901 <context-group name="null">
2982 <context context-type="linenumber">29</context> 2902 <context context-type="linenumber">37</context>
2983 </context-group> 2903 </context-group>
2984 </trans-unit> 2904 </trans-unit>
2985 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 2905 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2986 <source>Embed</source> 2906 <source>Embed</source>
2987 <target>嵌入</target> 2907 <target>嵌入</target>
2988 <context-group name="null"> 2908 <context-group name="null">
2989 <context context-type="linenumber">34</context> 2909 <context context-type="linenumber">42</context>
2990 </context-group> 2910 </context-group>
2991 </trans-unit> 2911 </trans-unit>
2992 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 2912 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -2997,61 +2917,21 @@ When you will upload a video in this channel, the video support field will be au
2997 此链接是ä¸å®‰å…¨é“¾æŽ¥ï¼ˆæ²¡æœ‰ä½¿ç”¨ HTTPS),因此站外嵌入播放器将无法在 HTTPS 网站上使用(æµè§ˆå™¨ä¼šå±è”½ HTTPS 网站上å‘é€çš„ä¸å®‰å…¨çš„ HTTP 请求)。 2917 此链接是ä¸å®‰å…¨é“¾æŽ¥ï¼ˆæ²¡æœ‰ä½¿ç”¨ HTTPS),因此站外嵌入播放器将无法在 HTTPS 网站上使用(æµè§ˆå™¨ä¼šå±è”½ HTTPS 网站上å‘é€çš„ä¸å®‰å…¨çš„ HTTP 请求)。
2998 </target> 2918 </target>
2999 <context-group name="null"> 2919 <context-group name="null">
3000 <context context-type="linenumber">45</context> 2920 <context context-type="linenumber">53</context>
3001 </context-group> 2921 </context-group>
3002 </trans-unit> 2922 </trans-unit>
3003 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 2923 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3004 <source>Close</source> 2924 <source>Close</source>
3005 <target>关闭</target> 2925 <target>关闭</target>
3006 <context-group name="null"> 2926 <context-group name="null">
3007 <context context-type="linenumber">51</context> 2927 <context context-type="linenumber">59</context>
3008 </context-group>
3009 </trans-unit>
3010 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
3011 <source>Blacklist video</source>
3012 <target>添加黑åå•</target>
3013 <context-group name="null">
3014 <context context-type="linenumber">3</context>
3015 </context-group>
3016 </trans-unit>
3017 <trans-unit id="7584313e33a66811eb10646627914a01fff0347d">
3018 <source>
3019 The video is being imported, it will be available when the import is finished.
3020 </source>
3021 <target>
3022 视频正在导入中,导入完æˆåŽå³å¯è§‚看。
3023 </target>
3024 <context-group name="null">
3025 <context context-type="linenumber">11</context>
3026 </context-group>
3027 </trans-unit>
3028 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
3029 <source>
3030 The video is being transcoded, it may not work properly.
3031 </source>
3032 <target>
3033 视频正在转ç ï¼Œå¯èƒ½æ— æ³•æ­£å¸¸æ’­æ”¾ã€‚
3034 </target>
3035 <context-group name="null">
3036 <context context-type="linenumber">15</context>
3037 </context-group>
3038 </trans-unit>
3039 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
3040 <source>
3041 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3042 </source>
3043 <target>
3044 此视频将于<x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>自动å‘布。
3045 </target>
3046 <context-group name="null">
3047 <context context-type="linenumber">19</context>
3048 </context-group> 2928 </context-group>
3049 </trans-unit> 2929 </trans-unit>
3050 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 2930 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3051 <source>This video is blacklisted.</source> 2931 <source>This video is blacklisted.</source>
3052 <target>此视频已进入黑åå•ã€‚</target> 2932 <target>此视频已进入黑åå•ã€‚</target>
3053 <context-group name="null"> 2933 <context-group name="null">
3054 <context context-type="linenumber">24</context> 2934 <context context-type="linenumber">57</context>
3055 </context-group> 2935 </context-group>
3056 </trans-unit> 2936 </trans-unit>
3057 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 2937 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3062,130 +2942,56 @@ When you will upload a video in this channel, the video support field will be au
3062 å‘布于 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次观看 2942 å‘布于 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次观看
3063 </target> 2943 </target>
3064 <context-group name="null"> 2944 <context-group name="null">
3065 <context context-type="linenumber">37</context> 2945 <context context-type="linenumber">78</context>
3066 </context-group>
3067 </trans-unit>
3068 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3069 <source>
3070 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3071 </source>
3072 <target>
3073 å‘布于 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次观看
3074 </target>
3075 <context-group name="null">
3076 <context context-type="linenumber">46</context>
3077 </context-group> 2946 </context-group>
3078 </trans-unit> 2947 </trans-unit>
3079 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 2948 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3080 <source>Like this video</source> 2949 <source>Like this video</source>
3081 <target>顶一下</target> 2950 <target>顶一下</target>
3082 <context-group name="null"> 2951 <context-group name="null">
3083 <context context-type="linenumber">57</context> 2952 <context context-type="linenumber">88</context>
3084 </context-group> 2953 </context-group>
3085 </trans-unit> 2954 </trans-unit>
3086 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 2955 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3087 <source>Dislike this video</source> 2956 <source>Dislike this video</source>
3088 <target>踩一下</target> 2957 <target>踩一下</target>
3089 <context-group name="null"> 2958 <context-group name="null">
3090 <context context-type="linenumber">64</context>
3091 </context-group>
3092 </trans-unit>
3093 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3094 <source>Download the video</source>
3095 <target>下载视频</target>
3096 <context-group name="null">
3097 <context context-type="linenumber">83</context>
3098 </context-group>
3099 </trans-unit>
3100 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3101 <source>Report</source>
3102 <target>举报</target>
3103 <context-group name="null">
3104 <context context-type="linenumber">88</context>
3105 </context-group>
3106 </trans-unit>
3107 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3108 <source>Report this video</source>
3109 <target>举报这个视频</target>
3110 <context-group name="null">
3111 <context context-type="linenumber">87</context>
3112 </context-group>
3113 </trans-unit>
3114 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3115 <source>Update this video</source>
3116 <target>更新这个视频的信æ¯</target>
3117 <context-group name="null">
3118 <context context-type="linenumber">91</context>
3119 </context-group>
3120 </trans-unit>
3121 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3122 <source>Blacklist</source>
3123 <target>加入黑åå•</target>
3124 <context-group name="null">
3125 <context context-type="linenumber">96</context> 2959 <context context-type="linenumber">96</context>
3126 </context-group> 2960 </context-group>
3127 </trans-unit> 2961 </trans-unit>
3128 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3129 <source>Blacklist this video</source>
3130 <target>将这个视频加入黑åå•</target>
3131 <context-group name="null">
3132 <context context-type="linenumber">95</context>
3133 </context-group>
3134 </trans-unit>
3135 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3136 <source>Unblacklist</source>
3137 <target>移除黑åå•</target>
3138 <context-group name="null">
3139 <context context-type="linenumber">100</context>
3140 </context-group>
3141 </trans-unit>
3142 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3143 <source>Unblacklist this video</source>
3144 <target>将这个视频移出黑åå•</target>
3145 <context-group name="null">
3146 <context context-type="linenumber">99</context>
3147 </context-group>
3148 </trans-unit>
3149 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3150 <source>Delete this video</source>
3151 <target>删除这个视频</target>
3152 <context-group name="null">
3153 <context context-type="linenumber">103</context>
3154 </context-group>
3155 </trans-unit>
3156 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 2962 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3157 <source>Go the channel page</source> 2963 <source>Go the channel page</source>
3158 <target>转到频é“页é¢</target> 2964 <target>转到频é“页é¢</target>
3159 <context-group name="null"> 2965 <context-group name="null">
3160 <context context-type="linenumber">123</context> 2966 <context context-type="linenumber">143</context>
3161 </context-group> 2967 </context-group>
3162 </trans-unit> 2968 </trans-unit>
3163 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 2969 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3164 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 2970 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3165 <target>上传者 <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 2971 <target>上传者 <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3166 <context-group name="null"> 2972 <context-group name="null">
3167 <context context-type="linenumber">134</context> 2973 <context context-type="linenumber">154</context>
3168 </context-group> 2974 </context-group>
3169 </trans-unit> 2975 </trans-unit>
3170 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 2976 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3171 <source>Show more</source> 2977 <source>Show more</source>
3172 <target>展开</target> 2978 <target>展开</target>
3173 <context-group name="null"> 2979 <context-group name="null">
3174 <context context-type="linenumber">146</context> 2980 <context context-type="linenumber">166</context>
3175 </context-group> 2981 </context-group>
3176 </trans-unit> 2982 </trans-unit>
3177 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 2983 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3178 <source>Show less</source> 2984 <source>Show less</source>
3179 <target>收起</target> 2985 <target>收起</target>
3180 <context-group name="null"> 2986 <context-group name="null">
3181 <context context-type="linenumber">152</context> 2987 <context context-type="linenumber">172</context>
3182 </context-group> 2988 </context-group>
3183 </trans-unit> 2989 </trans-unit>
3184 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 2990 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3185 <source>Friendly Reminder: </source> 2991 <source>Friendly Reminder: </source>
3186 <target>å‹æƒ…æ示:</target> 2992 <target>å‹æƒ…æ示:</target>
3187 <context-group name="null"> 2993 <context-group name="null">
3188 <context context-type="linenumber">208</context> 2994 <context context-type="linenumber">232</context>
3189 </context-group> 2995 </context-group>
3190 </trans-unit> 2996 </trans-unit>
3191 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2997 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3196,21 +3002,21 @@ When you will upload a video in this channel, the video support field will be au
3196 此视频使用的分享系统å¯èƒ½ä¼šå°†æ‚¨çš„系统相关的技术信æ¯ï¼ˆä¾‹å¦‚公开 IP 地å€ï¼‰å‘é€ç»™å…¶ä»–用户。 3002 此视频使用的分享系统å¯èƒ½ä¼šå°†æ‚¨çš„系统相关的技术信æ¯ï¼ˆä¾‹å¦‚公开 IP 地å€ï¼‰å‘é€ç»™å…¶ä»–用户。
3197 </target> 3003 </target>
3198 <context-group name="null"> 3004 <context-group name="null">
3199 <context context-type="linenumber">209</context> 3005 <context context-type="linenumber">233</context>
3200 </context-group> 3006 </context-group>
3201 </trans-unit> 3007 </trans-unit>
3202 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3008 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3203 <source>More information</source> 3009 <source>More information</source>
3204 <target>详情</target> 3010 <target>详情</target>
3205 <context-group name="null"> 3011 <context-group name="null">
3206 <context context-type="linenumber">212</context> 3012 <context context-type="linenumber">236</context>
3207 </context-group> 3013 </context-group>
3208 </trans-unit> 3014 </trans-unit>
3209 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3015 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3210 <source>Get more information</source> 3016 <source>Get more information</source>
3211 <target>了解详情</target> 3017 <target>了解详情</target>
3212 <context-group name="null"> 3018 <context-group name="null">
3213 <context context-type="linenumber">212</context> 3019 <context context-type="linenumber">236</context>
3214 </context-group> 3020 </context-group>
3215 </trans-unit> 3021 </trans-unit>
3216 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3022 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3221,7 +3027,7 @@ When you will upload a video in this channel, the video support field will be au
3221 确定 3027 确定
3222 </target> 3028 </target>
3223 <context-group name="null"> 3029 <context-group name="null">
3224 <context context-type="linenumber">215</context> 3030 <context context-type="linenumber">239</context>
3225 </context-group> 3031 </context-group>
3226 </trans-unit> 3032 </trans-unit>
3227 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3033 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -3655,6 +3461,27 @@ When you will upload a video in this channel, the video support field will be au
3655 <context context-type="linenumber">1</context> 3461 <context context-type="linenumber">1</context>
3656 </context-group> 3462 </context-group>
3657 </trans-unit> 3463 </trans-unit>
3464 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
3465 <source>Info</source>
3466 <target>æ示</target>
3467 <context-group name="null">
3468 <context context-type="linenumber">1</context>
3469 </context-group>
3470 </trans-unit>
3471 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
3472 <source>Warning</source>
3473 <target>警告</target>
3474 <context-group name="null">
3475 <context context-type="linenumber">1</context>
3476 </context-group>
3477 </trans-unit>
3478 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
3479 <source>Error</source>
3480 <target>错误</target>
3481 <context-group name="null">
3482 <context context-type="linenumber">1</context>
3483 </context-group>
3484 </trans-unit>
3658 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 3485 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
3659 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 3486 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
3660 <target>用户 <x id="INTERPOLATION" equiv-text="{{username}}"/> 已创建。</target> 3487 <target>用户 <x id="INTERPOLATION" equiv-text="{{username}}"/> 已创建。</target>
@@ -3823,13 +3650,6 @@ When you will upload a video in this channel, the video support field will be au
3823 <context context-type="linenumber">1</context> 3650 <context context-type="linenumber">1</context>
3824 </context-group> 3651 </context-group>
3825 </trans-unit> 3652 </trans-unit>
3826 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
3827 <source>Create</source>
3828 <target>创建</target>
3829 <context-group name="null">
3830 <context context-type="linenumber">1</context>
3831 </context-group>
3832 </trans-unit>
3833 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 3653 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
3834 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 3654 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
3835 <target>è§†é¢‘é¢‘é“ <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> 已更新。</target> 3655 <target>è§†é¢‘é¢‘é“ <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> 已更新。</target>
@@ -3879,41 +3699,6 @@ When you will upload a video in this channel, the video support field will be au
3879 <context context-type="linenumber">1</context> 3699 <context context-type="linenumber">1</context>
3880 </context-group> 3700 </context-group>
3881 </trans-unit> 3701 </trans-unit>
3882 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
3883 <source>Published</source>
3884 <target>å·²å‘布</target>
3885 <context-group name="null">
3886 <context context-type="linenumber">1</context>
3887 </context-group>
3888 </trans-unit>
3889 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
3890 <source>Publication scheduled on </source>
3891 <target>定时å‘布时间 </target>
3892 <context-group name="null">
3893 <context context-type="linenumber">1</context>
3894 </context-group>
3895 </trans-unit>
3896 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
3897 <source>Waiting transcoding</source>
3898 <target>转ç ä¸­</target>
3899 <context-group name="null">
3900 <context context-type="linenumber">1</context>
3901 </context-group>
3902 </trans-unit>
3903 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
3904 <source>To transcode</source>
3905 <target>待转ç </target>
3906 <context-group name="null">
3907 <context context-type="linenumber">1</context>
3908 </context-group>
3909 </trans-unit>
3910 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
3911 <source>To import</source>
3912 <target>待导入</target>
3913 <context-group name="null">
3914 <context context-type="linenumber">1</context>
3915 </context-group>
3916 </trans-unit>
3917 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd"> 3702 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd">
3918 <source>Ownership change request sent.</source> 3703 <source>Ownership change request sent.</source>
3919 <target>视频转移请求已å‘é€ã€‚</target> 3704 <target>视频转移请求已å‘é€ã€‚</target>
@@ -3921,13 +3706,6 @@ When you will upload a video in this channel, the video support field will be au
3921 <context context-type="linenumber">1</context> 3706 <context context-type="linenumber">1</context>
3922 </context-group> 3707 </context-group>
3923 </trans-unit> 3708 </trans-unit>
3924 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
3925 <source>My library</source>
3926 <target>我的库</target>
3927 <context-group name="null">
3928 <context context-type="linenumber">1</context>
3929 </context-group>
3930 </trans-unit>
3931 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 3709 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
3932 <source>My channels</source> 3710 <source>My channels</source>
3933 <target>我的频é“</target> 3711 <target>我的频é“</target>
@@ -4084,13 +3862,6 @@ When you will upload a video in this channel, the video support field will be au
4084 <context context-type="linenumber">1</context> 3862 <context context-type="linenumber">1</context>
4085 </context-group> 3863 </context-group>
4086 </trans-unit> 3864 </trans-unit>
4087 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4088 <source>Error</source>
4089 <target>错误</target>
4090 <context-group name="null">
4091 <context context-type="linenumber">1</context>
4092 </context-group>
4093 </trans-unit>
4094 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 3865 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
4095 <source>You need to reconnect.</source> 3866 <source>You need to reconnect.</source>
4096 <target>请é‡æ–°è¿›è¡ŒæŽˆæƒã€‚</target> 3867 <target>请é‡æ–°è¿›è¡ŒæŽˆæƒã€‚</target>
@@ -4098,13 +3869,6 @@ When you will upload a video in this channel, the video support field will be au
4098 <context context-type="linenumber">1</context> 3869 <context context-type="linenumber">1</context>
4099 </context-group> 3870 </context-group>
4100 </trans-unit> 3871 </trans-unit>
4101 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4102 <source>Confirm</source>
4103 <target>确认</target>
4104 <context-group name="null">
4105 <context context-type="linenumber">1</context>
4106 </context-group>
4107 </trans-unit>
4108 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452"> 3872 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
4109 <source>Keyboard Shortcuts:</source> 3873 <source>Keyboard Shortcuts:</source>
4110 <target>键盘快æ·é”®ï¼š</target> 3874 <target>键盘快æ·é”®ï¼š</target>
@@ -4112,13 +3876,6 @@ When you will upload a video in this channel, the video support field will be au
4112 <context context-type="linenumber">1</context> 3876 <context context-type="linenumber">1</context>
4113 </context-group> 3877 </context-group>
4114 </trans-unit> 3878 </trans-unit>
4115 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4116 <source>Info</source>
4117 <target>æ示</target>
4118 <context-group name="null">
4119 <context context-type="linenumber">1</context>
4120 </context-group>
4121 </trans-unit>
4122 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba"> 3879 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
4123 <source>Success</source> 3880 <source>Success</source>
4124 <target>æˆåŠŸ</target> 3881 <target>æˆåŠŸ</target>
@@ -4231,6 +3988,90 @@ When you will upload a video in this channel, the video support field will be au
4231 <context context-type="linenumber">1</context> 3988 <context context-type="linenumber">1</context>
4232 </context-group> 3989 </context-group>
4233 </trans-unit> 3990 </trans-unit>
3991 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
3992 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
3993 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> å¹´å‰</target>
3994 <context-group name="null">
3995 <context context-type="linenumber">1</context>
3996 </context-group>
3997 </trans-unit>
3998 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
3999 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
4000 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 个月å‰</target>
4001 <context-group name="null">
4002 <context context-type="linenumber">1</context>
4003 </context-group>
4004 </trans-unit>
4005 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
4006 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
4007 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 个月å‰</target>
4008 <context-group name="null">
4009 <context context-type="linenumber">1</context>
4010 </context-group>
4011 </trans-unit>
4012 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
4013 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
4014 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 个星期å‰</target>
4015 <context-group name="null">
4016 <context context-type="linenumber">1</context>
4017 </context-group>
4018 </trans-unit>
4019 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
4020 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
4021 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 个星期å‰</target>
4022 <context-group name="null">
4023 <context context-type="linenumber">1</context>
4024 </context-group>
4025 </trans-unit>
4026 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
4027 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
4028 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 天å‰</target>
4029 <context-group name="null">
4030 <context context-type="linenumber">1</context>
4031 </context-group>
4032 </trans-unit>
4033 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
4034 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
4035 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 天å‰</target>
4036 <context-group name="null">
4037 <context context-type="linenumber">1</context>
4038 </context-group>
4039 </trans-unit>
4040 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
4041 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
4042 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> å°æ—¶å‰</target>
4043 <context-group name="null">
4044 <context context-type="linenumber">1</context>
4045 </context-group>
4046 </trans-unit>
4047 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
4048 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
4049 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> å°æ—¶å‰</target>
4050 <context-group name="null">
4051 <context context-type="linenumber">1</context>
4052 </context-group>
4053 </trans-unit>
4054 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
4055 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
4056 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 分钟å‰</target>
4057 <context-group name="null">
4058 <context context-type="linenumber">1</context>
4059 </context-group>
4060 </trans-unit>
4061 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
4062 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
4063 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 秒å‰</target>
4064 <context-group name="null">
4065 <context context-type="linenumber">1</context>
4066 </context-group>
4067 </trans-unit>
4068 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4069 <source>Confirm</source>
4070 <target>确认</target>
4071 <context-group name="null">
4072 <context context-type="linenumber">1</context>
4073 </context-group>
4074 </trans-unit>
4234 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 4075 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
4235 <source>Instance name is required.</source> 4076 <source>Instance name is required.</source>
4236 <target>请输入实例å称。</target> 4077 <target>请输入实例å称。</target>
@@ -4595,6 +4436,13 @@ When you will upload a video in this channel, the video support field will be au
4595 <context context-type="linenumber">1</context> 4436 <context context-type="linenumber">1</context>
4596 </context-group> 4437 </context-group>
4597 </trans-unit> 4438 </trans-unit>
4439 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
4440 <source>Display name cannot be more than 120 characters long.</source>
4441 <target>显示å称ä¸èƒ½è¶…过 120 个字符。</target>
4442 <context-group name="null">
4443 <context context-type="linenumber">1</context>
4444 </context-group>
4445 </trans-unit>
4598 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 4446 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
4599 <source>Video name is required.</source> 4447 <source>Video name is required.</source>
4600 <target>请输入视频标题。</target> 4448 <target>请输入视频标题。</target>
@@ -4693,13 +4541,6 @@ When you will upload a video in this channel, the video support field will be au
4693 <context context-type="linenumber">1</context> 4541 <context context-type="linenumber">1</context>
4694 </context-group> 4542 </context-group>
4695 </trans-unit> 4543 </trans-unit>
4696 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
4697 <source>Warning</source>
4698 <target>警告</target>
4699 <context-group name="null">
4700 <context context-type="linenumber">1</context>
4701 </context-group>
4702 </trans-unit>
4703 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf"> 4544 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf">
4704 <source>Sunday</source> 4545 <source>Sunday</source>
4705 <target>星期日</target> 4546 <target>星期日</target>
@@ -5078,83 +4919,6 @@ When you will upload a video in this channel, the video support field will be au
5078 <context context-type="linenumber">1</context> 4919 <context context-type="linenumber">1</context>
5079 </context-group> 4920 </context-group>
5080 </trans-unit> 4921 </trans-unit>
5081 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
5082 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
5083 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> å¹´å‰</target>
5084 <context-group name="null">
5085 <context context-type="linenumber">1</context>
5086 </context-group>
5087 </trans-unit>
5088 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
5089 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
5090 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 个月å‰</target>
5091 <context-group name="null">
5092 <context context-type="linenumber">1</context>
5093 </context-group>
5094 </trans-unit>
5095 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
5096 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
5097 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 个月å‰</target>
5098 <context-group name="null">
5099 <context context-type="linenumber">1</context>
5100 </context-group>
5101 </trans-unit>
5102 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
5103 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
5104 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 个星期å‰</target>
5105 <context-group name="null">
5106 <context context-type="linenumber">1</context>
5107 </context-group>
5108 </trans-unit>
5109 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
5110 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
5111 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 个星期å‰</target>
5112 <context-group name="null">
5113 <context context-type="linenumber">1</context>
5114 </context-group>
5115 </trans-unit>
5116 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
5117 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
5118 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 天å‰</target>
5119 <context-group name="null">
5120 <context context-type="linenumber">1</context>
5121 </context-group>
5122 </trans-unit>
5123 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
5124 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
5125 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 天å‰</target>
5126 <context-group name="null">
5127 <context context-type="linenumber">1</context>
5128 </context-group>
5129 </trans-unit>
5130 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
5131 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
5132 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> å°æ—¶å‰</target>
5133 <context-group name="null">
5134 <context context-type="linenumber">1</context>
5135 </context-group>
5136 </trans-unit>
5137 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
5138 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
5139 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> å°æ—¶å‰</target>
5140 <context-group name="null">
5141 <context context-type="linenumber">1</context>
5142 </context-group>
5143 </trans-unit>
5144 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
5145 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
5146 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 分钟å‰</target>
5147 <context-group name="null">
5148 <context context-type="linenumber">1</context>
5149 </context-group>
5150 </trans-unit>
5151 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
5152 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
5153 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 秒å‰</target>
5154 <context-group name="null">
5155 <context context-type="linenumber">1</context>
5156 </context-group>
5157 </trans-unit>
5158 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 4922 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
5159 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 4923 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
5160 <target>支æŒçš„ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> æ ¼å¼åŒ…括:</target> 4924 <target>支æŒçš„ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> æ ¼å¼åŒ…括:</target>
@@ -5400,6 +5164,83 @@ When you will upload a video in this channel, the video support field will be au
5400 <context context-type="linenumber">1</context> 5164 <context context-type="linenumber">1</context>
5401 </context-group> 5165 </context-group>
5402 </trans-unit> 5166 </trans-unit>
5167 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
5168 <source>Video blacklisted.</source>
5169 <target>视频已加入黑åå•ã€‚</target>
5170 <context-group name="null">
5171 <context context-type="linenumber">1</context>
5172 </context-group>
5173 </trans-unit>
5174 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
5175 <source>Copied</source>
5176 <target>å·²å¤åˆ¶</target>
5177 <context-group name="null">
5178 <context context-type="linenumber">1</context>
5179 </context-group>
5180 </trans-unit>
5181 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
5182 <source>Video reported.</source>
5183 <target>视频已举报。</target>
5184 <context-group name="null">
5185 <context context-type="linenumber">1</context>
5186 </context-group>
5187 </trans-unit>
5188 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
5189 <source>Do you really want to delete this video?</source>
5190 <target>您确定è¦åˆ é™¤è¿™ä¸ªè§†é¢‘å—?</target>
5191 <context-group name="null">
5192 <context context-type="linenumber">1</context>
5193 </context-group>
5194 </trans-unit>
5195 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
5196 <source>Blacklist</source>
5197 <target>加入黑åå•</target>
5198 <context-group name="null">
5199 <context context-type="linenumber">1</context>
5200 </context-group>
5201 </trans-unit>
5202 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
5203 <source>Report</source>
5204 <target>举报</target>
5205 <context-group name="null">
5206 <context context-type="linenumber">1</context>
5207 </context-group>
5208 </trans-unit>
5209 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
5210 <source>Published</source>
5211 <target>å·²å‘布</target>
5212 <context-group name="null">
5213 <context context-type="linenumber">1</context>
5214 </context-group>
5215 </trans-unit>
5216 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
5217 <source>Publication scheduled on </source>
5218 <target>定时å‘布时间 </target>
5219 <context-group name="null">
5220 <context context-type="linenumber">1</context>
5221 </context-group>
5222 </trans-unit>
5223 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
5224 <source>Waiting transcoding</source>
5225 <target>转ç ä¸­</target>
5226 <context-group name="null">
5227 <context context-type="linenumber">1</context>
5228 </context-group>
5229 </trans-unit>
5230 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
5231 <source>To transcode</source>
5232 <target>待转ç </target>
5233 <context-group name="null">
5234 <context context-type="linenumber">1</context>
5235 </context-group>
5236 </trans-unit>
5237 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
5238 <source>To import</source>
5239 <target>待导入</target>
5240 <context-group name="null">
5241 <context context-type="linenumber">1</context>
5242 </context-group>
5243 </trans-unit>
5403 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 5244 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
5404 <source>Only I can see this video</source> 5245 <source>Only I can see this video</source>
5405 <target>åªæœ‰æˆ‘能看到此视频</target> 5246 <target>åªæœ‰æˆ‘能看到此视频</target>
@@ -5491,34 +5332,6 @@ When you will upload a video in this channel, the video support field will be au
5491 <context context-type="linenumber">1</context> 5332 <context context-type="linenumber">1</context>
5492 </context-group> 5333 </context-group>
5493 </trans-unit> 5334 </trans-unit>
5494 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
5495 <source>Video blacklisted.</source>
5496 <target>视频已加入黑åå•ã€‚</target>
5497 <context-group name="null">
5498 <context context-type="linenumber">1</context>
5499 </context-group>
5500 </trans-unit>
5501 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
5502 <source>Copied</source>
5503 <target>å·²å¤åˆ¶</target>
5504 <context-group name="null">
5505 <context context-type="linenumber">1</context>
5506 </context-group>
5507 </trans-unit>
5508 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
5509 <source>Video reported.</source>
5510 <target>视频已举报。</target>
5511 <context-group name="null">
5512 <context context-type="linenumber">1</context>
5513 </context-group>
5514 </trans-unit>
5515 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
5516 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
5517 <target>开始时间:<x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
5518 <context-group name="null">
5519 <context context-type="linenumber">1</context>
5520 </context-group>
5521 </trans-unit>
5522 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 5335 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
5523 <source>Like the video</source> 5336 <source>Like the video</source>
5524 <target>顶一下</target> 5337 <target>顶一下</target>
@@ -5533,13 +5346,6 @@ When you will upload a video in this channel, the video support field will be au
5533 <context context-type="linenumber">1</context> 5346 <context context-type="linenumber">1</context>
5534 </context-group> 5347 </context-group>
5535 </trans-unit> 5348 </trans-unit>
5536 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
5537 <source>Do you really want to delete this video?</source>
5538 <target>您确定è¦åˆ é™¤è¿™ä¸ªè§†é¢‘å—?</target>
5539 <context-group name="null">
5540 <context context-type="linenumber">1</context>
5541 </context-group>
5542 </trans-unit>
5543 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 5349 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
5544 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source> 5350 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
5545 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> 顶 / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> 踩</target> 5351 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> 顶 / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> 踩</target>
diff --git a/client/src/locale/target/angular_zh_Hant_TW.xml b/client/src/locale/target/angular_zh_Hant_TW.xml
index c1aefbb40..4c818e8da 100644
--- a/client/src/locale/target/angular_zh_Hant_TW.xml
+++ b/client/src/locale/target/angular_zh_Hant_TW.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>第一個</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>第一個</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>å‰ä¸€å€‹</target> 92 <target>å‰ä¸€å€‹</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>下一個</target> 99 <target>下一個</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>最後一個</target> 106 <target>最後一個</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,84 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>減少å°æ™‚</target> 141 <target>減少å°æ™‚</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>增加分é˜</target> 148 <target>增加分é˜</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>分é˜</target> 162 <target>分é˜</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>減少分é˜</target> 169 <target>減少分é˜</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>增加秒數</target> 176 <target>增加秒數</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>秒</target> 190 <target>秒</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>減少秒數</target> 197 <target>減少秒數</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>下åˆ</target> 204 <target>下åˆ</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>上åˆ</target> 211 <target>上åˆ</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
217 <source>Cancel</source>
218 <target>å–消</target>
219 <context-group name="null">
220 <context context-type="linenumber">10</context>
221 </context-group> 214 </context-group>
222 </trans-unit> 215 </trans-unit>
223 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -227,25 +220,462 @@
227 <context context-type="linenumber">11</context> 220 <context context-type="linenumber">11</context>
228 </context-group> 221 </context-group>
229 </trans-unit> 222 </trans-unit>
223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
224 <source>You don't have notifications.</source>
225 <target>您沒有通知。</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> 已發佈一個<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>新影片<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已被移出黑åå–®
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已被加入黑åå–®
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>新影片濫用回報<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>已建立於影片<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="3442afd9696d6abcd9210b2cb3cdfb969667ca01">
307 <source>
308 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 最近新增的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>已被<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>自動列入黑åå–®<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">39</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
326 <source>
327 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已評論影片 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">47</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
345 <source>
346 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
349 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已經發佈
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">55</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
364 <source>
365 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>您的影片匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> æˆåŠŸ
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">63</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
383 <source>
384 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>您的影片匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 失敗
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">71</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
402 <source>
403 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
407 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
408 </source>
409 <target>
410 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
411
412 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
413 使用者 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/>已註冊<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 在您的實體上
414 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
415 </target>
416 <context-group name="null">
417 <context context-type="linenumber">79</context>
418 </context-group>
419 </trans-unit>
420 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
421 <source>
422 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
423
424 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
425 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following
426
427 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
428 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
429 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
430 </source>
431 <target>
432 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
433
434 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
435 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 正在追蹤
436
437 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
438 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>您的帳號<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">87</context>
443 </context-group>
444 </trans-unit>
445 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
446 <source>
447 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
448
449 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
450 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
451 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
452 </source>
453 <target>
454 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
455
456 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
457 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> æ到您於 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
458 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
459 </target>
460 <context-group name="null">
461 <context context-type="linenumber">98</context>
462 </context-group>
463 </trans-unit>
464 <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566">
465 <source>Save to</source>
466 <target>儲存至</target>
467 <context-group name="null">
468 <context context-type="linenumber">4</context>
469 </context-group>
470 </trans-unit>
471 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f">
472 <source>Options</source>
473 <target>é¸é …</target>
474 <context-group name="null">
475 <context context-type="linenumber">9</context>
476 </context-group>
477 </trans-unit>
478 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
479 <source>Start at</source>
480 <target>開始於</target>
481 <context-group name="null">
482 <context context-type="linenumber">12</context>
483 </context-group>
484 </trans-unit>
485 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
486 <source>Stop at</source>
487 <target>åœæ­¢æ–¼</target>
488 <context-group name="null">
489 <context context-type="linenumber">54</context>
490 </context-group>
491 </trans-unit>
492 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
493 <source>Display name</source>
494 <target>顯示å稱</target>
495 <context-group name="null">
496 <context context-type="linenumber">6</context>
497 </context-group>
498 </trans-unit>
499 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
500 <source>Create</source>
501 <target>建立</target>
502 <context-group name="null">
503 <context context-type="linenumber">74</context>
504 </context-group>
505 </trans-unit>
506 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
507 <source>Download video</source>
508 <target>下載影片</target>
509 <context-group name="null">
510 <context context-type="linenumber">3</context>
511 </context-group>
512 </trans-unit>
513 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
514 <source>Direct download</source>
515 <target>直接下載</target>
516 <context-group name="null">
517 <context context-type="linenumber">27</context>
518 </context-group>
519 </trans-unit>
520 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
521 <source>Torrent (.torrent file)</source>
522 <target>種å­ï¼ˆ.torrent 檔案)</target>
523 <context-group name="null">
524 <context context-type="linenumber">32</context>
525 </context-group>
526 </trans-unit>
527 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
528 <source>Torrent (magnet link)</source>
529 <target>種å­ï¼ˆç£åŠ›é€£çµï¼‰</target>
530 <context-group name="null">
531 <context context-type="linenumber">37</context>
532 </context-group>
533 </trans-unit>
534 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
535 <source>
536 Cancel
537 </source>
538 <target>
539 å–消
540 </target>
541 <context-group name="null">
542 <context context-type="linenumber">47</context>
543 </context-group>
544 </trans-unit>
545 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
546 <source>Download</source>
547 <target>下載</target>
548 <context-group name="null">
549 <context context-type="linenumber">48</context>
550 </context-group>
551 </trans-unit>
552 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
553 <source>Report video</source>
554 <target>回報影片</target>
555 <context-group name="null">
556 <context context-type="linenumber">3</context>
557 </context-group>
558 </trans-unit>
559 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
560 <source>
561 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
562 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
563 </source>
564 <target>
565 您的回報將會被傳é€çµ¦ <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/> 的管ç†å“¡ã€‚
566 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> 它將會被轉é€åˆ°åŽŸå§‹å¯¦é«” <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
567 </target>
568 <context-group name="null">
569 <context context-type="linenumber">9</context>
570 </context-group>
571 </trans-unit>
572 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
573 <source>Reason...</source>
574 <target>ç†ç”±â€¦â€¦</target>
575 <context-group name="null">
576 <context context-type="linenumber">11</context>
577 </context-group>
578 </trans-unit>
579 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
580 <source>
581 Cancel
582 </source>
583 <target>
584 å–消
585 </target>
586 <context-group name="null">
587 <context context-type="linenumber">38</context>
588 </context-group>
589 </trans-unit>
590 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
591 <source>Submit</source>
592 <target>éžäº¤</target>
593 <context-group name="null">
594 <context context-type="linenumber">29</context>
595 </context-group>
596 </trans-unit>
597 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
598 <source>Blacklist video</source>
599 <target>將影片加入黑åå–®</target>
600 <context-group name="null">
601 <context context-type="linenumber">3</context>
602 </context-group>
603 </trans-unit>
604 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
605 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
606 <target>未è¯ç›Ÿçš„影片(請從é ç«¯å¯¦é«”請求刪除它)</target>
607 <context-group name="null">
608 <context context-type="linenumber">21</context>
609 </context-group>
610 </trans-unit>
230 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 611 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
231 <source>Unlisted</source> 612 <source>Unlisted</source>
232 <target>未列出</target> 613 <target>未列出</target>
233 <context-group name="null"> 614 <context-group name="null">
234 <context context-type="linenumber">10</context> 615 <context context-type="linenumber">17</context>
235 </context-group> 616 </context-group>
236 </trans-unit> 617 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 618 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 619 <source>Private</source>
239 <target>ç§å¯†</target> 620 <target>ç§å¯†</target>
240 <context-group name="null"> 621 <context-group name="null">
241 <context context-type="linenumber">11</context> 622 <context context-type="linenumber">18</context>
242 </context-group> 623 </context-group>
243 </trans-unit> 624 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 625 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
245 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 626 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
246 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視</target> 627 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視</target>
247 <context-group name="null"> 628 <context-group name="null">
248 <context context-type="linenumber">16</context> 629 <context context-type="linenumber">22</context>
630 </context-group>
631 </trans-unit>
632 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
633 <source>Blacklisted</source>
634 <target>已加入黑åå–®</target>
635 <context-group name="null">
636 <context context-type="linenumber">39</context>
637 </context-group>
638 </trans-unit>
639 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
640 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
641 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
642 <context-group name="null">
643 <context context-type="linenumber">9</context>
644 </context-group>
645 </trans-unit>
646 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
647 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
648 <target>已更新 <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target>
649 <context-group name="null">
650 <context context-type="linenumber">29</context>
651 </context-group>
652 </trans-unit>
653 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
654 <source>Edit starts/stops at</source>
655 <target>編輯開始ï¼åœæ­¢æ–¼</target>
656 <context-group name="null">
657 <context context-type="linenumber">33</context>
658 </context-group>
659 </trans-unit>
660 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
661 <source>Save</source>
662 <target>儲存</target>
663 <context-group name="null">
664 <context context-type="linenumber">117</context>
665 </context-group>
666 </trans-unit>
667 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
668 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
669 <target>從 <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> 刪除</target>
670 <context-group name="null">
671 <context context-type="linenumber">69</context>
672 </context-group>
673 </trans-unit>
674 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
675 <source>No results.</source>
676 <target>沒有çµæžœ</target>
677 <context-group name="null">
678 <context context-type="linenumber">20</context>
249 </context-group> 679 </context-group>
250 </trans-unit> 680 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 681 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -384,6 +814,13 @@
384 <context context-type="linenumber">22</context> 814 <context context-type="linenumber">22</context>
385 </context-group> 815 </context-group>
386 </trans-unit> 816 </trans-unit>
817 <trans-unit id="2350869d835dfca2643c32e0ef1f5e35dc64f64b">
818 <source>Default NSFW/sensitive videos policy (can be redefined by the users)</source>
819 <target>é è¨­ NSFWï¼æ•æ„Ÿå½±ç‰‡æ”¿å†Šï¼ˆå¯ç”±ä½¿ç”¨è€…é‡æ–°å®šç¾©ï¼‰</target>
820 <context-group name="null">
821 <context context-type="linenumber">5</context>
822 </context-group>
823 </trans-unit>
387 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b"> 824 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
388 <source>Video quota</source> 825 <source>Video quota</source>
389 <target>影片é…é¡</target> 826 <target>影片é…é¡</target>
@@ -399,7 +836,7 @@
399 ç„¡é™ <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 836 ç„¡é™ <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
400 </target> 837 </target>
401 <context-group name="null"> 838 <context-group name="null">
402 <context context-type="linenumber">14</context> 839 <context context-type="linenumber">28</context>
403 </context-group> 840 </context-group>
404 </trans-unit> 841 </trans-unit>
405 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 842 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -409,13 +846,6 @@
409 <context context-type="linenumber">3</context> 846 <context context-type="linenumber">3</context>
410 </context-group> 847 </context-group>
411 </trans-unit> 848 </trans-unit>
412 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
413 <source>Reason...</source>
414 <target>ç†ç”±â€¦â€¦</target>
415 <context-group name="null">
416 <context context-type="linenumber">11</context>
417 </context-group>
418 </trans-unit>
419 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251"> 849 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
420 <source> 850 <source>
421 A banned user will no longer be able to login. 851 A banned user will no longer be able to login.
@@ -424,14 +854,28 @@
424 被阻擋的使用者將ä¸å†èƒ½ç™»å…¥ã€‚ 854 被阻擋的使用者將ä¸å†èƒ½ç™»å…¥ã€‚
425 </target> 855 </target>
426 <context-group name="null"> 856 <context-group name="null">
427 <context context-type="linenumber">17</context> 857 <context context-type="linenumber">18</context>
858 </context-group>
859 </trans-unit>
860 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
861 <source>Cancel</source>
862 <target>å–消</target>
863 <context-group name="null">
864 <context context-type="linenumber">10</context>
428 </context-group> 865 </context-group>
429 </trans-unit> 866 </trans-unit>
430 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 867 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
431 <source>Ban this user</source> 868 <source>Ban this user</source>
432 <target>阻擋此使用者</target> 869 <target>阻擋此使用者</target>
433 <context-group name="null"> 870 <context-group name="null">
434 <context context-type="linenumber">25</context> 871 <context context-type="linenumber">26</context>
872 </context-group>
873 </trans-unit>
874 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
875 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
876 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
877 <context-group name="null">
878 <context context-type="linenumber">11</context>
435 </context-group> 879 </context-group>
436 </trans-unit> 880 </trans-unit>
437 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 881 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
@@ -511,7 +955,7 @@
511 <source>Login</source> 955 <source>Login</source>
512 <target>登入</target> 956 <target>登入</target>
513 <context-group name="null"> 957 <context-group name="null">
514 <context context-type="linenumber">36</context> 958 <context context-type="linenumber">32</context>
515 </context-group> 959 </context-group>
516 </trans-unit> 960 </trans-unit>
517 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 961 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -521,6 +965,17 @@
521 <context context-type="linenumber">57</context> 965 <context context-type="linenumber">57</context>
522 </context-group> 966 </context-group>
523 </trans-unit> 967 </trans-unit>
968 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
969 <source>
970 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
971 </source>
972 <target>
973 抱歉,因為您的實體管ç†å“¡æ²’有設定 PeerTube é›»å­éƒµä»¶ç³»çµ±ï¼Œæ‰€ä»¥æ‚¨ç„¡æ³•å¾©åŽŸæ‚¨çš„密碼。
974 </target>
975 <context-group name="null">
976 <context context-type="linenumber">64</context>
977 </context-group>
978 </trans-unit>
524 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 979 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
525 <source>Email</source> 980 <source>Email</source>
526 <target>é›»å­éƒµä»¶</target> 981 <target>é›»å­éƒµä»¶</target>
@@ -539,7 +994,7 @@
539 <source>Send me an email to reset my password</source> 994 <source>Send me an email to reset my password</source>
540 <target>傳é€é›»å­éƒµä»¶çµ¦æˆ‘以é‡è¨­æˆ‘的密碼</target> 995 <target>傳é€é›»å­éƒµä»¶çµ¦æˆ‘以é‡è¨­æˆ‘的密碼</target>
541 <context-group name="null"> 996 <context-group name="null">
542 <context context-type="linenumber">80</context> 997 <context context-type="linenumber">81</context>
543 </context-group> 998 </context-group>
544 </trans-unit> 999 </trans-unit>
545 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1000 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
@@ -606,7 +1061,7 @@
606 <source>Signup</source> 1061 <source>Signup</source>
607 <target>註冊</target> 1062 <target>註冊</target>
608 <context-group name="null"> 1063 <context-group name="null">
609 <context context-type="linenumber">78</context> 1064 <context context-type="linenumber">88</context>
610 </context-group> 1065 </context-group>
611 </trans-unit> 1066 </trans-unit>
612 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 1067 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -663,68 +1118,56 @@
663 <context context-type="linenumber">44</context> 1118 <context context-type="linenumber">44</context>
664 </context-group> 1119 </context-group>
665 </trans-unit> 1120 </trans-unit>
666 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
667 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
668 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> 次檢視</target>
669 <context-group name="null">
670 <context context-type="linenumber">55</context>
671 </context-group>
672 </trans-unit>
673 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 1121 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
674 <source>Change the language</source> 1122 <source>Change the language</source>
675 <target>變更語言</target> 1123 <target>變更語言</target>
676 <context-group name="null"> 1124 <context-group name="null">
677 <context context-type="linenumber">86</context> 1125 <context context-type="linenumber">102</context>
678 </context-group> 1126 </context-group>
679 </trans-unit> 1127 </trans-unit>
680 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6"> 1128 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
681 <source> 1129 <source>
682 My public profile 1130 Help to translate PeerTube!
683 </source> 1131 </source>
684 <target> 1132 <target>
685 æˆ‘çš„å…¬é–‹å€‹äººè³‡æ– 1133 幫å¿ç¿»è­¯ PeerTubeï¼
686 </target> 1134 </target>
687 <context-group name="null"> 1135 <context-group name="null">
688 <context context-type="linenumber">16</context> 1136 <context context-type="linenumber">8</context>
689 </context-group> 1137 </context-group>
690 </trans-unit> 1138 </trans-unit>
691 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb"> 1139 <trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a">
692 <source> 1140 <source>My public profile</source>
693 My account 1141 <target>我的公開簡介</target>
694 </source>
695 <target>
696 我的帳號
697 </target>
698 <context-group name="null"> 1142 <context-group name="null">
699 <context context-type="linenumber">20</context> 1143 <context context-type="linenumber">17</context>
700 </context-group> 1144 </context-group>
701 </trans-unit> 1145 </trans-unit>
702 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10"> 1146 <trans-unit id="e4825b5d86d89ae0f4c797ba256f66fd8abd4ee6">
703 <source> 1147 <source>My account</source>
704 My videos 1148 <target>我的帳號</target>
705 </source>
706 <target>
707 我的影片
708 </target>
709 <context-group name="null"> 1149 <context-group name="null">
710 <context context-type="linenumber">24</context> 1150 <context context-type="linenumber">21</context>
711 </context-group> 1151 </context-group>
712 </trans-unit> 1152 </trans-unit>
713 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1"> 1153 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
714 <source> 1154 <source>Log out</source>
715 Log out 1155 <target>登出</target>
716 </source>
717 <target>
718 登出
719 </target>
720 <context-group name="null"> 1156 <context-group name="null">
721 <context context-type="linenumber">28</context> 1157 <context context-type="linenumber">25</context>
722 </context-group> 1158 </context-group>
723 </trans-unit> 1159 </trans-unit>
724 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1160 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
725 <source>Create an account</source> 1161 <source>Create an account</source>
726 <target>建立帳號</target> 1162 <target>建立帳號</target>
727 <context-group name="null"> 1163 <context-group name="null">
1164 <context context-type="linenumber">33</context>
1165 </context-group>
1166 </trans-unit>
1167 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1168 <source>My library</source>
1169 <target>我的媒體庫</target>
1170 <context-group name="null">
728 <context context-type="linenumber">37</context> 1171 <context context-type="linenumber">37</context>
729 </context-group> 1172 </context-group>
730 </trans-unit> 1173 </trans-unit>
@@ -735,74 +1178,116 @@
735 <context context-type="linenumber">24</context> 1178 <context context-type="linenumber">24</context>
736 </context-group> 1179 </context-group>
737 </trans-unit> 1180 </trans-unit>
1181 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1182 <source>Playlists</source>
1183 <target>播放清單</target>
1184 <context-group name="null">
1185 <context context-type="linenumber">46</context>
1186 </context-group>
1187 </trans-unit>
738 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1188 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
739 <source>Subscriptions</source> 1189 <source>Subscriptions</source>
740 <target>訂閱</target> 1190 <target>訂閱</target>
741 <context-group name="null"> 1191 <context-group name="null">
742 <context context-type="linenumber">45</context> 1192 <context context-type="linenumber">51</context>
1193 </context-group>
1194 </trans-unit>
1195 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1196 <source>History</source>
1197 <target>æ­·å²ç´€éŒ„</target>
1198 <context-group name="null">
1199 <context context-type="linenumber">56</context>
743 </context-group> 1200 </context-group>
744 </trans-unit> 1201 </trans-unit>
745 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 1202 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
746 <source>Overview</source> 1203 <source>Overview</source>
747 <target>概覽</target> 1204 <target>概覽</target>
748 <context-group name="null"> 1205 <context-group name="null">
749 <context context-type="linenumber">50</context> 1206 <context context-type="linenumber">66</context>
750 </context-group> 1207 </context-group>
751 </trans-unit> 1208 </trans-unit>
752 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1209 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
753 <source>Trending</source> 1210 <source>Trending</source>
754 <target>趨勢</target> 1211 <target>趨勢</target>
755 <context-group name="null"> 1212 <context-group name="null">
756 <context context-type="linenumber">55</context> 1213 <context context-type="linenumber">71</context>
757 </context-group> 1214 </context-group>
758 </trans-unit> 1215 </trans-unit>
759 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1216 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
760 <source>Recently added</source> 1217 <source>Recently added</source>
761 <target>最近新增</target> 1218 <target>最近新增</target>
762 <context-group name="null"> 1219 <context-group name="null">
763 <context context-type="linenumber">60</context> 1220 <context context-type="linenumber">76</context>
764 </context-group> 1221 </context-group>
765 </trans-unit> 1222 </trans-unit>
766 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1223 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
767 <source>Local</source> 1224 <source>Local</source>
768 <target>本地</target> 1225 <target>本地</target>
769 <context-group name="null"> 1226 <context-group name="null">
770 <context context-type="linenumber">65</context> 1227 <context context-type="linenumber">81</context>
771 </context-group> 1228 </context-group>
772 </trans-unit> 1229 </trans-unit>
773 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1230 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
774 <source>More</source> 1231 <source>More</source>
775 <target>更多</target> 1232 <target>更多</target>
776 <context-group name="null"> 1233 <context-group name="null">
777 <context context-type="linenumber">70</context> 1234 <context context-type="linenumber">86</context>
778 </context-group> 1235 </context-group>
779 </trans-unit> 1236 </trans-unit>
780 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1237 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
781 <source>Administration</source> 1238 <source>Administration</source>
782 <target>管ç†</target> 1239 <target>管ç†</target>
783 <context-group name="null"> 1240 <context-group name="null">
784 <context context-type="linenumber">74</context> 1241 <context context-type="linenumber">90</context>
785 </context-group> 1242 </context-group>
786 </trans-unit> 1243 </trans-unit>
787 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1244 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
788 <source>About</source> 1245 <source>About</source>
789 <target>關於</target> 1246 <target>關於</target>
790 <context-group name="null"> 1247 <context-group name="null">
791 <context context-type="linenumber">25</context> 1248 <context context-type="linenumber">26</context>
792 </context-group> 1249 </context-group>
793 </trans-unit> 1250 </trans-unit>
794 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1251 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
795 <source>Show keyboard shortcuts</source> 1252 <source>Show keyboard shortcuts</source>
796 <target>顯示éµç›¤å¿«æ·éµ</target> 1253 <target>顯示éµç›¤å¿«æ·éµ</target>
797 <context-group name="null"> 1254 <context-group name="null">
798 <context context-type="linenumber">89</context> 1255 <context context-type="linenumber">105</context>
799 </context-group> 1256 </context-group>
800 </trans-unit> 1257 </trans-unit>
801 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 1258 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
802 <source>Toggle dark interface</source> 1259 <source>Toggle dark interface</source>
803 <target>切æ›è‡³æš—色介é¢</target> 1260 <target>切æ›è‡³æš—色介é¢</target>
804 <context-group name="null"> 1261 <context-group name="null">
805 <context context-type="linenumber">92</context> 1262 <context context-type="linenumber">108</context>
1263 </context-group>
1264 </trans-unit>
1265 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1266 <source>View your notifications</source>
1267 <target>檢視您的通知</target>
1268 <context-group name="null">
1269 <context context-type="linenumber">3</context>
1270 </context-group>
1271 </trans-unit>
1272 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
1273 <source>Notifications</source>
1274 <target>通知</target>
1275 <context-group name="null">
1276 <context context-type="linenumber">10</context>
1277 </context-group>
1278 </trans-unit>
1279 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1280 <source>Update your notification preferences</source>
1281 <target>更新您的通知å好設定</target>
1282 <context-group name="null">
1283 <context context-type="linenumber">16</context>
1284 </context-group>
1285 </trans-unit>
1286 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
1287 <source>See all your notifications</source>
1288 <target>檢視您所有的通知</target>
1289 <context-group name="null">
1290 <context context-type="linenumber">30</context>
806 </context-group> 1291 </context-group>
807 </trans-unit> 1292 </trans-unit>
808 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1293 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -833,74 +1318,95 @@
833 <context context-type="linenumber">15</context> 1318 <context context-type="linenumber">15</context>
834 </context-group> 1319 </context-group>
835 </trans-unit> 1320 </trans-unit>
1321 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1322 <source>Original publication year</source>
1323 <target>原始發佈年份</target>
1324 <context-group name="null">
1325 <context context-type="linenumber">24</context>
1326 </context-group>
1327 </trans-unit>
1328 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1329 <source>After...</source>
1330 <target>在……之後</target>
1331 <context-group name="null">
1332 <context context-type="linenumber">30</context>
1333 </context-group>
1334 </trans-unit>
1335 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1336 <source>Before...</source>
1337 <target>在……之å‰</target>
1338 <context-group name="null">
1339 <context context-type="linenumber">37</context>
1340 </context-group>
1341 </trans-unit>
836 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1342 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
837 <source>Duration</source> 1343 <source>Duration</source>
838 <target>æŒçºŒæ™‚é–“</target> 1344 <target>æŒçºŒæ™‚é–“</target>
839 <context-group name="null"> 1345 <context-group name="null">
840 <context context-type="linenumber">24</context> 1346 <context context-type="linenumber">45</context>
841 </context-group> 1347 </context-group>
842 </trans-unit> 1348 </trans-unit>
843 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1349 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
844 <source>Display sensitive content</source> 1350 <source>Display sensitive content</source>
845 <target>顯示æ•æ„Ÿå…§å®¹</target> 1351 <target>顯示æ•æ„Ÿå…§å®¹</target>
846 <context-group name="null"> 1352 <context-group name="null">
847 <context context-type="linenumber">33</context> 1353 <context context-type="linenumber">54</context>
848 </context-group> 1354 </context-group>
849 </trans-unit> 1355 </trans-unit>
850 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 1356 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
851 <source>Yes</source> 1357 <source>Yes</source>
852 <target>是</target> 1358 <target>是</target>
853 <context-group name="null"> 1359 <context-group name="null">
854 <context context-type="linenumber">37</context> 1360 <context context-type="linenumber">58</context>
855 </context-group> 1361 </context-group>
856 </trans-unit> 1362 </trans-unit>
857 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 1363 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
858 <source>No</source> 1364 <source>No</source>
859 <target>å¦</target> 1365 <target>å¦</target>
860 <context-group name="null"> 1366 <context-group name="null">
861 <context context-type="linenumber">42</context> 1367 <context context-type="linenumber">63</context>
862 </context-group> 1368 </context-group>
863 </trans-unit> 1369 </trans-unit>
864 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 1370 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
865 <source>Category</source> 1371 <source>Category</source>
866 <target>分類</target> 1372 <target>分類</target>
867 <context-group name="null"> 1373 <context-group name="null">
868 <context context-type="linenumber">164</context> 1374 <context context-type="linenumber">189</context>
869 </context-group> 1375 </context-group>
870 </trans-unit> 1376 </trans-unit>
871 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1377 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
872 <source>Licence</source> 1378 <source>Licence</source>
873 <target>授權æ¢æ¬¾</target> 1379 <target>授權æ¢æ¬¾</target>
874 <context-group name="null"> 1380 <context-group name="null">
875 <context context-type="linenumber">173</context> 1381 <context context-type="linenumber">198</context>
876 </context-group> 1382 </context-group>
877 </trans-unit> 1383 </trans-unit>
878 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1384 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
879 <source>Language</source> 1385 <source>Language</source>
880 <target>語言</target> 1386 <target>語言</target>
881 <context-group name="null"> 1387 <context-group name="null">
882 <context context-type="linenumber">182</context> 1388 <context context-type="linenumber">207</context>
883 </context-group> 1389 </context-group>
884 </trans-unit> 1390 </trans-unit>
885 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1391 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
886 <source>All of these tags</source> 1392 <source>All of these tags</source>
887 <target>所有這些標籤</target> 1393 <target>所有這些標籤</target>
888 <context-group name="null"> 1394 <context-group name="null">
889 <context context-type="linenumber">82</context> 1395 <context context-type="linenumber">103</context>
890 </context-group> 1396 </context-group>
891 </trans-unit> 1397 </trans-unit>
892 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 1398 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
893 <source>One of these tags</source> 1399 <source>One of these tags</source>
894 <target>這些標籤的其中一個</target> 1400 <target>這些標籤的其中一個</target>
895 <context-group name="null"> 1401 <context-group name="null">
896 <context context-type="linenumber">87</context> 1402 <context context-type="linenumber">108</context>
897 </context-group> 1403 </context-group>
898 </trans-unit> 1404 </trans-unit>
899 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 1405 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
900 <source>Filter</source> 1406 <source>Filter</source>
901 <target>éŽæ¿¾å™¨</target> 1407 <target>éŽæ¿¾å™¨</target>
902 <context-group name="null"> 1408 <context-group name="null">
903 <context context-type="linenumber">94</context> 1409 <context context-type="linenumber">115</context>
904 </context-group> 1410 </context-group>
905 </trans-unit> 1411 </trans-unit>
906 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1412 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
@@ -910,13 +1416,6 @@
910 <context context-type="linenumber">14</context> 1416 <context context-type="linenumber">14</context>
911 </context-group> 1417 </context-group>
912 </trans-unit> 1418 </trans-unit>
913 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
914 <source>No results.</source>
915 <target>沒有çµæžœ</target>
916 <context-group name="null">
917 <context context-type="linenumber">20</context>
918 </context-group>
919 </trans-unit>
920 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6"> 1419 <trans-unit id="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
921 <source> 1420 <source>
922 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1421 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
@@ -972,22 +1471,46 @@
972 <context context-type="linenumber">7</context> 1471 <context context-type="linenumber">7</context>
973 </context-group> 1472 </context-group>
974 </trans-unit> 1473 </trans-unit>
975 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb"> 1474 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
976 <source> 1475 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
977 Cancel 1476 <target>è¯çµ¡ <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> 管ç†å“¡</target>
978 </source>
979 <target>
980 å–消
981 </target>
982 <context-group name="null"> 1477 <context-group name="null">
983 <context context-type="linenumber">26</context> 1478 <context context-type="linenumber">3</context>
984 </context-group> 1479 </context-group>
985 </trans-unit> 1480 </trans-unit>
986 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd"> 1481 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
987 <source>Submit</source> 1482 <source>Your name</source>
988 <target>éžäº¤</target> 1483 <target>您的åå­—</target>
989 <context-group name="null"> 1484 <context-group name="null">
990 <context context-type="linenumber">31</context> 1485 <context context-type="linenumber">11</context>
1486 </context-group>
1487 </trans-unit>
1488 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
1489 <source>Your email</source>
1490 <target>您的電å­éƒµä»¶</target>
1491 <context-group name="null">
1492 <context context-type="linenumber">20</context>
1493 </context-group>
1494 </trans-unit>
1495 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
1496 <source>Your message</source>
1497 <target>您的訊æ¯</target>
1498 <context-group name="null">
1499 <context context-type="linenumber">29</context>
1500 </context-group>
1501 </trans-unit>
1502 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1503 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1504 <target>關於 <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> 實體</target>
1505 <context-group name="null">
1506 <context context-type="linenumber">4</context>
1507 </context-group>
1508 </trans-unit>
1509 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1510 <source>Contact administrator</source>
1511 <target>è¯çµ¡ç®¡ç†å“¡</target>
1512 <context-group name="null">
1513 <context context-type="linenumber">6</context>
991 </context-group> 1514 </context-group>
992 </trans-unit> 1515 </trans-unit>
993 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 1516 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
@@ -1004,13 +1527,6 @@
1004 <context context-type="linenumber">39</context> 1527 <context context-type="linenumber">39</context>
1005 </context-group> 1528 </context-group>
1006 </trans-unit> 1529 </trans-unit>
1007 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1008 <source>User registration is allowed and</source>
1009 <target>å…許使用者註冊與</target>
1010 <context-group name="null">
1011 <context context-type="linenumber">29</context>
1012 </context-group>
1013 </trans-unit>
1014 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1530 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1015 <source> 1531 <source>
1016 About PeerTube 1532 About PeerTube
@@ -1338,46 +1854,62 @@
1338 <context context-type="linenumber">21</context> 1854 <context context-type="linenumber">21</context>
1339 </context-group> 1855 </context-group>
1340 </trans-unit> 1856 </trans-unit>
1857 <trans-unit id="8ae5153c547e445a293ee6ef9adfbf4107aa0772">
1858 <source>Dedicated to sensitive or NSFW content</source>
1859 <target>致力於æ•æ„Ÿæˆ– NSFW 內容</target>
1860 <context-group name="null">
1861 <context context-type="linenumber">50</context>
1862 </context-group>
1863 </trans-unit>
1864 <trans-unit id="c9a1f510f6a1365c5bc5615661f8505792889347">
1865 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.&lt;br /&gt;&lt;br /&gt;
1866 Moreover, the NSFW checkbox on video upload will be automatically checked by default.</source>
1867 <target>啟用它將會讓其他管ç†å“¡çŸ¥é“您主è¦å°‡æ•æ„Ÿå…§å®¹æ”¾åˆ°è¯ç›Ÿä¸­ã€‚&lt;br /&gt;&lt;br /&gt;
1868 此外,影片上傳時的 NSFW 勾é¸æ¡†å°‡æœƒè‡ªå‹•é è¨­å‹¾é¸ã€‚</target>
1869 <context-group name="null">
1870 <context context-type="linenumber">51</context>
1871 </context-group>
1872 </trans-unit>
1341 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003"> 1873 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
1342 <source>Default client route</source> 1874 <source>Default client route</source>
1343 <target>é è¨­å®¢æˆ¶ç«¯è·¯ç”±</target> 1875 <target>é è¨­å®¢æˆ¶ç«¯è·¯ç”±</target>
1344 <context-group name="null"> 1876 <context-group name="null">
1345 <context context-type="linenumber">48</context> 1877 <context context-type="linenumber">57</context>
1346 </context-group> 1878 </context-group>
1347 </trans-unit> 1879 </trans-unit>
1348 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1880 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1349 <source>Videos Overview</source> 1881 <source>Videos Overview</source>
1350 <target>影片概覽</target> 1882 <target>影片概覽</target>
1351 <context-group name="null"> 1883 <context-group name="null">
1352 <context context-type="linenumber">51</context> 1884 <context context-type="linenumber">60</context>
1353 </context-group> 1885 </context-group>
1354 </trans-unit> 1886 </trans-unit>
1355 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1887 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1356 <source>Videos Trending</source> 1888 <source>Videos Trending</source>
1357 <target>影片趨勢</target> 1889 <target>影片趨勢</target>
1358 <context-group name="null"> 1890 <context-group name="null">
1359 <context context-type="linenumber">52</context> 1891 <context context-type="linenumber">61</context>
1360 </context-group> 1892 </context-group>
1361 </trans-unit> 1893 </trans-unit>
1362 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1894 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1363 <source>Videos Recently Added</source> 1895 <source>Videos Recently Added</source>
1364 <target>最近新增的影片</target> 1896 <target>最近新增的影片</target>
1365 <context-group name="null"> 1897 <context-group name="null">
1366 <context context-type="linenumber">53</context> 1898 <context context-type="linenumber">62</context>
1367 </context-group> 1899 </context-group>
1368 </trans-unit> 1900 </trans-unit>
1369 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1901 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1370 <source>Local videos</source> 1902 <source>Local videos</source>
1371 <target>本地影片</target> 1903 <target>本地影片</target>
1372 <context-group name="null"> 1904 <context-group name="null">
1373 <context context-type="linenumber">54</context> 1905 <context context-type="linenumber">63</context>
1374 </context-group> 1906 </context-group>
1375 </trans-unit> 1907 </trans-unit>
1376 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1908 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1377 <source>Policy on videos containing sensitive content</source> 1909 <source>Policy on videos containing sensitive content</source>
1378 <target>包å«æ•æ„Ÿå…§å®¹çš„影片政策</target> 1910 <target>包å«æ•æ„Ÿå…§å®¹çš„影片政策</target>
1379 <context-group name="null"> 1911 <context-group name="null">
1380 <context context-type="linenumber">61</context> 1912 <context context-type="linenumber">70</context>
1381 </context-group> 1913 </context-group>
1382 </trans-unit> 1914 </trans-unit>
1383 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1915 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1412,42 +1944,42 @@
1412 <source>Signup enabled</source> 1944 <source>Signup enabled</source>
1413 <target>已啟用註冊</target> 1945 <target>已啟用註冊</target>
1414 <context-group name="null"> 1946 <context-group name="null">
1415 <context context-type="linenumber">84</context> 1947 <context context-type="linenumber">94</context>
1416 </context-group> 1948 </context-group>
1417 </trans-unit> 1949 </trans-unit>
1418 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1950 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1419 <source>Signup requires email verification</source> 1951 <source>Signup requires email verification</source>
1420 <target>註冊需è¦é›»å­éƒµä»¶é©—è­‰</target> 1952 <target>註冊需è¦é›»å­éƒµä»¶é©—è­‰</target>
1421 <context-group name="null"> 1953 <context-group name="null">
1422 <context context-type="linenumber">91</context> 1954 <context context-type="linenumber">101</context>
1423 </context-group> 1955 </context-group>
1424 </trans-unit> 1956 </trans-unit>
1425 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1957 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1426 <source>Signup limit</source> 1958 <source>Signup limit</source>
1427 <target>é™åˆ¶è¨»å†Š</target> 1959 <target>é™åˆ¶è¨»å†Š</target>
1428 <context-group name="null"> 1960 <context-group name="null">
1429 <context context-type="linenumber">96</context> 1961 <context context-type="linenumber">106</context>
1430 </context-group> 1962 </context-group>
1431 </trans-unit> 1963 </trans-unit>
1432 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1964 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1433 <source>Users</source> 1965 <source>Users</source>
1434 <target>使用者</target> 1966 <target>使用者</target>
1435 <context-group name="null"> 1967 <context-group name="null">
1436 <context context-type="linenumber">105</context> 1968 <context context-type="linenumber">116</context>
1437 </context-group> 1969 </context-group>
1438 </trans-unit> 1970 </trans-unit>
1439 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1971 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1440 <source>User default video quota</source> 1972 <source>User default video quota</source>
1441 <target>使用者é è¨­å½±ç‰‡é…é¡</target> 1973 <target>使用者é è¨­å½±ç‰‡é…é¡</target>
1442 <context-group name="null"> 1974 <context-group name="null">
1443 <context context-type="linenumber">109</context> 1975 <context context-type="linenumber">120</context>
1444 </context-group> 1976 </context-group>
1445 </trans-unit> 1977 </trans-unit>
1446 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1978 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1447 <source>User default daily upload limit</source> 1979 <source>User default daily upload limit</source>
1448 <target>é è¨­ä½¿ç”¨è€…æ¯æ—¥ä¸Šå‚³é™åˆ¶</target> 1980 <target>é è¨­ä½¿ç”¨è€…æ¯æ—¥ä¸Šå‚³é™åˆ¶</target>
1449 <context-group name="null"> 1981 <context-group name="null">
1450 <context context-type="linenumber">121</context> 1982 <context context-type="linenumber">132</context>
1451 </context-group> 1983 </context-group>
1452 </trans-unit> 1984 </trans-unit>
1453 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1985 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1461,28 +1993,49 @@
1461 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1993 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1462 <target>以 HTTP URL 匯入影片(如 YouTube)已啟用</target> 1994 <target>以 HTTP URL 匯入影片(如 YouTube)已啟用</target>
1463 <context-group name="null"> 1995 <context-group name="null">
1464 <context context-type="linenumber">141</context> 1996 <context context-type="linenumber">153</context>
1465 </context-group> 1997 </context-group>
1466 </trans-unit> 1998 </trans-unit>
1467 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1999 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1468 <source>Video import with a torrent file or a magnet URI enabled</source> 2000 <source>Video import with a torrent file or a magnet URI enabled</source>
1469 <target>已啟用種å­æª”案或ç£åŠ›é€£çµåŒ¯å…¥å½±ç‰‡</target> 2001 <target>已啟用種å­æª”案或ç£åŠ›é€£çµåŒ¯å…¥å½±ç‰‡</target>
1470 <context-group name="null"> 2002 <context-group name="null">
1471 <context context-type="linenumber">148</context> 2003 <context context-type="linenumber">160</context>
2004 </context-group>
2005 </trans-unit>
2006 <trans-unit id="51ee3dafebdb4c05d300b18bb4a997c10b1d7891">
2007 <source>Auto-blacklist</source>
2008 <target>自動列入黑åå–®</target>
2009 <context-group name="null">
2010 <context context-type="linenumber">168</context>
2011 </context-group>
2012 </trans-unit>
2013 <trans-unit id="b78d9ff04931504a241a6c6fc394d677c7a0946c">
2014 <source>New videos of users automatically blacklisted enabled</source>
2015 <target>使用者的新影片自動列入黑å單已啟用</target>
2016 <context-group name="null">
2017 <context context-type="linenumber">177</context>
1472 </context-group> 2018 </context-group>
1473 </trans-unit> 2019 </trans-unit>
1474 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 2020 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1475 <source>Administrator</source> 2021 <source>Administrator</source>
1476 <target>管ç†å“¡</target> 2022 <target>管ç†å“¡</target>
1477 <context-group name="null"> 2023 <context-group name="null">
1478 <context context-type="linenumber">155</context> 2024 <context context-type="linenumber">208</context>
1479 </context-group> 2025 </context-group>
1480 </trans-unit> 2026 </trans-unit>
1481 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 2027 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1482 <source>Admin email</source> 2028 <source>Admin email</source>
1483 <target>管ç†é›»å­éƒµä»¶</target> 2029 <target>管ç†é›»å­éƒµä»¶</target>
1484 <context-group name="null"> 2030 <context-group name="null">
1485 <context context-type="linenumber">158</context> 2031 <context context-type="linenumber">211</context>
2032 </context-group>
2033 </trans-unit>
2034 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
2035 <source>Enable contact form</source>
2036 <target>啟用è¯çµ¡è¡¨å–®</target>
2037 <context-group name="null">
2038 <context context-type="linenumber">222</context>
1486 </context-group> 2039 </context-group>
1487 </trans-unit> 2040 </trans-unit>
1488 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 2041 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1496,70 +2049,95 @@
1496 <source>Twitter</source> 2049 <source>Twitter</source>
1497 <target>Twitter</target> 2050 <target>Twitter</target>
1498 <context-group name="null"> 2051 <context-group name="null">
1499 <context context-type="linenumber">178</context> 2052 <context context-type="linenumber">231</context>
1500 </context-group> 2053 </context-group>
1501 </trans-unit> 2054 </trans-unit>
1502 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 2055 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1503 <source>Your Twitter username</source> 2056 <source>Your Twitter username</source>
1504 <target>您的 Twitter 使用者å稱</target> 2057 <target>您的 Twitter 使用者å稱</target>
1505 <context-group name="null"> 2058 <context-group name="null">
1506 <context context-type="linenumber">184</context> 2059 <context context-type="linenumber">237</context>
1507 </context-group> 2060 </context-group>
1508 </trans-unit> 2061 </trans-unit>
1509 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 2062 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1510 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 2063 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1511 <target>指示發佈影片的網é æˆ–平臺的 Twitter 帳號</target> 2064 <target>指示發佈影片的網é æˆ–平臺的 Twitter 帳號</target>
1512 <context-group name="null"> 2065 <context-group name="null">
1513 <context context-type="linenumber">187</context> 2066 <context context-type="linenumber">240</context>
1514 </context-group> 2067 </context-group>
1515 </trans-unit> 2068 </trans-unit>
1516 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 2069 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1517 <source>Instance whitelisted by Twitter</source> 2070 <source>Instance whitelisted by Twitter</source>
1518 <target>ç”± Twitter 列入白å單的實體</target> 2071 <target>ç”± Twitter 列入白å單的實體</target>
1519 <context-group name="null"> 2072 <context-group name="null">
1520 <context context-type="linenumber">199</context> 2073 <context context-type="linenumber">252</context>
2074 </context-group>
2075 </trans-unit>
2076 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
2077 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
2078 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
2079 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
2080 <target>如果您的實體被 Twitter 列為白å單,影片播放器將會在 Twitter 推文中顯示嵌入å¼çš„ PeerTube 分享影片播放器。&lt;br /&gt;
2081 如果實體沒有被列在白å單中,我們會使用圖片連çµå¡ç‰‡ï¼Œè€Œé€™å°‡æœƒé‡æ–°å°Žå‘到您的 PeerTube 實體。&lt;br /&gt;&lt;br /&gt;
2082 將此勾é¸æ¡†æ‰“勾,儲存設定並使用您實體中的影片 URL 測試 (https://example.com/videos/watch/blabla) 在 &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; 以檢視您的實體是å¦åœ¨ç™½å單中。</target>
2083 <context-group name="null">
2084 <context context-type="linenumber">253</context>
1521 </context-group> 2085 </context-group>
1522 </trans-unit> 2086 </trans-unit>
1523 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 2087 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1524 <source>Services</source> 2088 <source>Services</source>
1525 <target>æœå‹™</target> 2089 <target>æœå‹™</target>
1526 <context-group name="null"> 2090 <context-group name="null">
1527 <context context-type="linenumber">176</context> 2091 <context context-type="linenumber">229</context>
1528 </context-group> 2092 </context-group>
1529 </trans-unit> 2093 </trans-unit>
1530 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 2094 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1531 <source>Transcoding</source> 2095 <source>Transcoding</source>
1532 <target>轉æ›ç·¨ç¢¼</target> 2096 <target>轉æ›ç·¨ç¢¼</target>
1533 <context-group name="null"> 2097 <context-group name="null">
1534 <context context-type="linenumber">215</context> 2098 <context context-type="linenumber">268</context>
1535 </context-group> 2099 </context-group>
1536 </trans-unit> 2100 </trans-unit>
1537 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 2101 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1538 <source>Transcoding enabled</source> 2102 <source>Transcoding enabled</source>
1539 <target>轉æ›ç·¨ç¢¼å·²å•Ÿç”¨</target> 2103 <target>轉æ›ç·¨ç¢¼å·²å•Ÿç”¨</target>
1540 <context-group name="null"> 2104 <context-group name="null">
1541 <context context-type="linenumber">221</context> 2105 <context context-type="linenumber">274</context>
1542 </context-group> 2106 </context-group>
1543 </trans-unit> 2107 </trans-unit>
1544 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 2108 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1545 <source>If you disable transcoding, many videos from your users will not work!</source> 2109 <source>If you disable transcoding, many videos from your users will not work!</source>
1546 <target>若您åœç”¨è½‰æ›ç·¨ç¢¼ï¼Œå¾žæ‚¨çš„使用者們而來的許多影片將會無法é‹ä½œï¼</target> 2110 <target>若您åœç”¨è½‰æ›ç·¨ç¢¼ï¼Œå¾žæ‚¨çš„使用者們而來的許多影片將會無法é‹ä½œï¼</target>
1547 <context-group name="null"> 2111 <context-group name="null">
1548 <context context-type="linenumber">222</context> 2112 <context context-type="linenumber">275</context>
2113 </context-group>
2114 </trans-unit>
2115 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
2116 <source>Allow additional extensions</source>
2117 <target>å…許é¡å¤–的副檔å</target>
2118 <context-group name="null">
2119 <context context-type="linenumber">284</context>
2120 </context-group>
2121 </trans-unit>
2122 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
2123 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
2124 <target>å…許您的使用者上傳 .mkv, .mov, .avi, .flv 影片</target>
2125 <context-group name="null">
2126 <context context-type="linenumber">285</context>
1549 </context-group> 2127 </context-group>
1550 </trans-unit> 2128 </trans-unit>
1551 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 2129 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1552 <source>Transcoding threads</source> 2130 <source>Transcoding threads</source>
1553 <target>轉æ›ç·¨ç¢¼åŸ·è¡Œç·’</target> 2131 <target>轉æ›ç·¨ç¢¼åŸ·è¡Œç·’</target>
1554 <context-group name="null"> 2132 <context-group name="null">
1555 <context context-type="linenumber">237</context> 2133 <context context-type="linenumber">290</context>
1556 </context-group> 2134 </context-group>
1557 </trans-unit> 2135 </trans-unit>
1558 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 2136 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1559 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 2137 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1560 <target>解æžåº¦ <x id="INTERPOLATION" equiv-text="{{resolution}}"/> 已啟用</target> 2138 <target>解æžåº¦ <x id="INTERPOLATION" equiv-text="{{resolution}}"/> 已啟用</target>
1561 <context-group name="null"> 2139 <context-group name="null">
1562 <context context-type="linenumber">252</context> 2140 <context context-type="linenumber">305</context>
1563 </context-group> 2141 </context-group>
1564 </trans-unit> 2142 </trans-unit>
1565 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 2143 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1574,70 +2152,105 @@
1574 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 2152 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1575 </target> 2153 </target>
1576 <context-group name="null"> 2154 <context-group name="null">
1577 <context context-type="linenumber">260</context> 2155 <context context-type="linenumber">313</context>
1578 </context-group> 2156 </context-group>
1579 </trans-unit> 2157 </trans-unit>
1580 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 2158 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1581 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 2159 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1582 <target>有一些檔案並未è¯ç›ŸåŒ–(é è¦½ã€å­—幕)。我們會直接從原始實體擷å–它們並快å–。</target> 2160 <target>有一些檔案並未è¯ç›ŸåŒ–(é è¦½ã€å­—幕)。我們會直接從原始實體擷å–它們並快å–。</target>
1583 <context-group name="null"> 2161 <context-group name="null">
1584 <context context-type="linenumber">265</context> 2162 <context context-type="linenumber">318</context>
1585 </context-group> 2163 </context-group>
1586 </trans-unit> 2164 </trans-unit>
1587 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 2165 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1588 <source>Previews cache size</source> 2166 <source>Previews cache size</source>
1589 <target>é è¦½å¿«å–大å°</target> 2167 <target>é è¦½å¿«å–大å°</target>
1590 <context-group name="null"> 2168 <context-group name="null">
1591 <context context-type="linenumber">271</context> 2169 <context context-type="linenumber">324</context>
1592 </context-group> 2170 </context-group>
1593 </trans-unit> 2171 </trans-unit>
1594 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 2172 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1595 <source>Video captions cache size</source> 2173 <source>Video captions cache size</source>
1596 <target>影片字幕快å–大å°</target> 2174 <target>影片字幕快å–大å°</target>
1597 <context-group name="null"> 2175 <context-group name="null">
1598 <context context-type="linenumber">280</context> 2176 <context context-type="linenumber">333</context>
1599 </context-group> 2177 </context-group>
1600 </trans-unit> 2178 </trans-unit>
1601 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 2179 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1602 <source>Customizations</source> 2180 <source>Customizations</source>
1603 <target>自訂</target> 2181 <target>自訂</target>
1604 <context-group name="null"> 2182 <context-group name="null">
1605 <context context-type="linenumber">289</context> 2183 <context context-type="linenumber">342</context>
1606 </context-group> 2184 </context-group>
1607 </trans-unit> 2185 </trans-unit>
1608 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 2186 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1609 <source>JavaScript</source> 2187 <source>JavaScript</source>
1610 <target>JavaScript</target> 2188 <target>JavaScript</target>
1611 <context-group name="null"> 2189 <context-group name="null">
1612 <context context-type="linenumber">294</context> 2190 <context context-type="linenumber">347</context>
1613 </context-group> 2191 </context-group>
1614 </trans-unit> 2192 </trans-unit>
1615 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 2193 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1616 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 2194 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1617 <target>直接編寫 JavaScript 程å¼ç¢¼ã€‚&lt;br /&gt;範例:&lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</target> 2195 <target>直接編寫 JavaScript 程å¼ç¢¼ã€‚&lt;br /&gt;範例:&lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</target>
1618 <context-group name="null"> 2196 <context-group name="null">
1619 <context context-type="linenumber">297</context> 2197 <context context-type="linenumber">350</context>
2198 </context-group>
2199 </trans-unit>
2200 <trans-unit id="d90e081933221a99c87e2ad9769afb6be6ff6fc4">
2201 <source>
2202 Write directly CSS code. Example:&lt;br /&gt;&lt;br /&gt;
2203 &lt;pre&gt;
2204 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2205 color: red;
2206 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2207 &lt;/pre&gt;
2208
2209 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:&lt;br /&gt;&lt;br /&gt;
2210 &lt;pre&gt;
2211 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2212 color: red;
2213 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2214 &lt;/pre&gt;
2215 </source>
2216 <target>
2217 直接編寫 CSS 程å¼ç¢¼ã€‚範例:&lt;br /&gt;&lt;br /&gt;
2218 &lt;pre&gt;
2219 #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2220 color: red;
2221 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2222 &lt;/pre&gt;
2223
2224 å‰ç¶´ç‚º &lt;em&gt;#custom-css&lt;/em&gt; 以覆寫樣å¼ã€‚範例:&lt;br /&gt;&lt;br /&gt;
2225 &lt;pre&gt;
2226 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
2227 color: red;
2228 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
2229 &lt;/pre&gt;
2230 </target>
2231 <context-group name="null">
2232 <context context-type="linenumber">364</context>
1620 </context-group> 2233 </context-group>
1621 </trans-unit> 2234 </trans-unit>
1622 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 2235 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1623 <source>Advanced configuration</source> 2236 <source>Advanced configuration</source>
1624 <target>進階設定</target> 2237 <target>進階設定</target>
1625 <context-group name="null"> 2238 <context-group name="null">
1626 <context context-type="linenumber">212</context> 2239 <context context-type="linenumber">265</context>
1627 </context-group> 2240 </context-group>
1628 </trans-unit> 2241 </trans-unit>
1629 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 2242 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1630 <source>Update configuration</source> 2243 <source>Update configuration</source>
1631 <target>更新設定</target> 2244 <target>更新設定</target>
1632 <context-group name="null"> 2245 <context-group name="null">
1633 <context context-type="linenumber">340</context> 2246 <context context-type="linenumber">393</context>
1634 </context-group> 2247 </context-group>
1635 </trans-unit> 2248 </trans-unit>
1636 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 2249 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1637 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2250 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1638 <target>設定似乎無效。請在ä¸åŒçš„分é ä¸­æœå°‹æ½›åœ¨çš„錯誤。</target> 2251 <target>設定似乎無效。請在ä¸åŒçš„分é ä¸­æœå°‹æ½›åœ¨çš„錯誤。</target>
1639 <context-group name="null"> 2252 <context-group name="null">
1640 <context context-type="linenumber">341</context> 2253 <context context-type="linenumber">394</context>
1641 </context-group> 2254 </context-group>
1642 </trans-unit> 2255 </trans-unit>
1643 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2256 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1669,22 +2282,13 @@
1669 <context context-type="linenumber">11</context> 2282 <context context-type="linenumber">11</context>
1670 </context-group> 2283 </context-group>
1671 </trans-unit> 2284 </trans-unit>
1672 <trans-unit id="7bea88c54fdccfdc9f687b0ffe9bf6a653d19368">
1673 <source>
1674 Jobs
1675 </source>
1676 <target>任務</target>
1677 <context-group name="null">
1678 <context context-type="linenumber">15</context>
1679 </context-group>
1680 </trans-unit>
1681 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13"> 2285 <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
1682 <source> 2286 <source>
1683 Configuration 2287 Configuration
1684 </source> 2288 </source>
1685 <target>設定</target> 2289 <target>設定</target>
1686 <context-group name="null"> 2290 <context-group name="null">
1687 <context context-type="linenumber">19</context> 2291 <context context-type="linenumber">15</context>
1688 </context-group> 2292 </context-group>
1689 </trans-unit> 2293 </trans-unit>
1690 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 2294 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
@@ -1724,20 +2328,6 @@
1724 <context context-type="linenumber">18</context> 2328 <context context-type="linenumber">18</context>
1725 </context-group> 2329 </context-group>
1726 </trans-unit> 2330 </trans-unit>
1727 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
1728 <source>Score</source>
1729 <target>分數</target>
1730 <context-group name="null">
1731 <context context-type="linenumber">17</context>
1732 </context-group>
1733 </trans-unit>
1734 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
1735 <source>Host</source>
1736 <target>主機</target>
1737 <context-group name="null">
1738 <context context-type="linenumber">19</context>
1739 </context-group>
1740 </trans-unit>
1741 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2331 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
1742 <source>State</source> 2332 <source>State</source>
1743 <target>狀態</target> 2333 <target>狀態</target>
@@ -1745,6 +2335,13 @@
1745 <context context-type="linenumber">10</context> 2335 <context context-type="linenumber">10</context>
1746 </context-group> 2336 </context-group>
1747 </trans-unit> 2337 </trans-unit>
2338 <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
2339 <source>Score</source>
2340 <target>分數</target>
2341 <context-group name="null">
2342 <context context-type="linenumber">19</context>
2343 </context-group>
2344 </trans-unit>
1748 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2345 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
1749 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2346 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1750 <target><x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 建立</target> 2347 <target><x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 建立</target>
@@ -1766,6 +2363,20 @@
1766 <context context-type="linenumber">33</context> 2363 <context context-type="linenumber">33</context>
1767 </context-group> 2364 </context-group>
1768 </trans-unit> 2365 </trans-unit>
2366 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2367 <source>Refuse</source>
2368 <target>拒絕</target>
2369 <context-group name="null">
2370 <context context-type="linenumber">42</context>
2371 </context-group>
2372 </trans-unit>
2373 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
2374 <source>Host</source>
2375 <target>主機</target>
2376 <context-group name="null">
2377 <context context-type="linenumber">19</context>
2378 </context-group>
2379 </trans-unit>
1769 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8"> 2380 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
1770 <source>Redundancy allowed</source> 2381 <source>Redundancy allowed</source>
1771 <target>å…許冗餘</target> 2382 <target>å…許冗餘</target>
@@ -1801,34 +2412,6 @@
1801 <context context-type="linenumber">9</context> 2412 <context context-type="linenumber">9</context>
1802 </context-group> 2413 </context-group>
1803 </trans-unit> 2414 </trans-unit>
1804 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
1805 <source>Jobs list</source>
1806 <target>任務清單</target>
1807 <context-group name="null">
1808 <context context-type="linenumber">2</context>
1809 </context-group>
1810 </trans-unit>
1811 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
1812 <source>Type</source>
1813 <target>é¡žåž‹</target>
1814 <context-group name="null">
1815 <context context-type="linenumber">19</context>
1816 </context-group>
1817 </trans-unit>
1818 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
1819 <source>Processed on</source>
1820 <target>已處ç†åœ¨</target>
1821 <context-group name="null">
1822 <context context-type="linenumber">22</context>
1823 </context-group>
1824 </trans-unit>
1825 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
1826 <source>Finished on</source>
1827 <target>å·²çµæŸåœ¨</target>
1828 <context-group name="null">
1829 <context context-type="linenumber">23</context>
1830 </context-group>
1831 </trans-unit>
1832 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 2415 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
1833 <source>Create user</source> 2416 <source>Create user</source>
1834 <target>建立使用者</target> 2417 <target>建立使用者</target>
@@ -1884,6 +2467,48 @@
1884 <context context-type="linenumber">72</context> 2467 <context context-type="linenumber">72</context>
1885 </context-group> 2468 </context-group>
1886 </trans-unit> 2469 </trans-unit>
2470 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2471 <source>Danger Zone</source>
2472 <target>å±éšªå€åŸŸ</target>
2473 <context-group name="null">
2474 <context context-type="linenumber">93</context>
2475 </context-group>
2476 </trans-unit>
2477 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2478 <source>Send a link to reset the password by email to the user</source>
2479 <target>é€éŽé›»å­éƒµä»¶å‚³é€é‡è¨­å¯†ç¢¼é€£çµçµ¦ä½¿ç”¨è€…</target>
2480 <context-group name="null">
2481 <context context-type="linenumber">96</context>
2482 </context-group>
2483 </trans-unit>
2484 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2485 <source>Ask for new password</source>
2486 <target>è¦æ±‚新密碼</target>
2487 <context-group name="null">
2488 <context context-type="linenumber">97</context>
2489 </context-group>
2490 </trans-unit>
2491 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2492 <source>Manually set the user password</source>
2493 <target>手動設定使用者密碼</target>
2494 <context-group name="null">
2495 <context context-type="linenumber">101</context>
2496 </context-group>
2497 </trans-unit>
2498 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2499 <source>Show</source>
2500 <target>顯示</target>
2501 <context-group name="null">
2502 <context context-type="linenumber">10</context>
2503 </context-group>
2504 </trans-unit>
2505 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2506 <source>Hide</source>
2507 <target>éš±è—</target>
2508 <context-group name="null">
2509 <context context-type="linenumber">11</context>
2510 </context-group>
2511 </trans-unit>
1887 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2512 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
1888 <source>Users list</source> 2513 <source>Users list</source>
1889 <target>使用者清單</target> 2514 <target>使用者清單</target>
@@ -1916,7 +2541,7 @@
1916 <source>Go to the account page</source> 2541 <source>Go to the account page</source>
1917 <target>到帳號é é¢</target> 2542 <target>到帳號é é¢</target>
1918 <context-group name="null"> 2543 <context-group name="null">
1919 <context context-type="linenumber">133</context> 2544 <context context-type="linenumber">153</context>
1920 </context-group> 2545 </context-group>
1921 </trans-unit> 2546 </trans-unit>
1922 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2547 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -1955,14 +2580,14 @@
1955 此評論åªèƒ½è¢«æ‚¨æˆ–其他版主看見。 2580 此評論åªèƒ½è¢«æ‚¨æˆ–其他版主看見。
1956 </target> 2581 </target>
1957 <context-group name="null"> 2582 <context-group name="null">
1958 <context context-type="linenumber">17</context> 2583 <context context-type="linenumber">18</context>
1959 </context-group> 2584 </context-group>
1960 </trans-unit> 2585 </trans-unit>
1961 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 2586 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
1962 <source>Update this comment</source> 2587 <source>Update this comment</source>
1963 <target>更新此評論</target> 2588 <target>更新此評論</target>
1964 <context-group name="null"> 2589 <context-group name="null">
1965 <context context-type="linenumber">25</context> 2590 <context context-type="linenumber">26</context>
1966 </context-group> 2591 </context-group>
1967 </trans-unit> 2592 </trans-unit>
1968 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 2593 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -2035,6 +2660,13 @@
2035 <context context-type="linenumber">9</context> 2660 <context context-type="linenumber">9</context>
2036 </context-group> 2661 </context-group>
2037 </trans-unit> 2662 </trans-unit>
2663 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2664 <source>Unfederated</source>
2665 <target>未加入è¯ç›Ÿ</target>
2666 <context-group name="null">
2667 <context context-type="linenumber">10</context>
2668 </context-group>
2669 </trans-unit>
2038 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 2670 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
2039 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 2671 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
2040 <target>日期 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 2672 <target>日期 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -2049,6 +2681,13 @@
2049 <context context-type="linenumber">43</context> 2681 <context context-type="linenumber">43</context>
2050 </context-group> 2682 </context-group>
2051 </trans-unit> 2683 </trans-unit>
2684 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2685 <source>Unblacklist</source>
2686 <target>å–消黑åå–®</target>
2687 <context-group name="null">
2688 <context context-type="linenumber">16</context>
2689 </context-group>
2690 </trans-unit>
2052 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2691 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2053 <source>Moderation</source> 2692 <source>Moderation</source>
2054 <target>管ç†</target> 2693 <target>管ç†</target>
@@ -2063,13 +2702,20 @@
2063 <context context-type="linenumber">5</context> 2702 <context context-type="linenumber">5</context>
2064 </context-group> 2703 </context-group>
2065 </trans-unit> 2704 </trans-unit>
2066 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1"> 2705 <trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9">
2067 <source>Blacklisted videos</source> 2706 <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source>
2068 <target>已加入黑å單的影片</target> 2707 <target><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></target>
2069 <context-group name="null"> 2708 <context-group name="null">
2070 <context context-type="linenumber">7</context> 2709 <context context-type="linenumber">7</context>
2071 </context-group> 2710 </context-group>
2072 </trans-unit> 2711 </trans-unit>
2712 <trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45">
2713 <source>Auto-blacklisted videos</source>
2714 <target>自動列入黑å單的影片</target>
2715 <context-group name="null">
2716 <context context-type="linenumber">9</context>
2717 </context-group>
2718 </trans-unit>
2073 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2719 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2074 <source>Muted accounts</source> 2720 <source>Muted accounts</source>
2075 <target>å·²éœéŸ³çš„帳號</target> 2721 <target>å·²éœéŸ³çš„帳號</target>
@@ -2081,7 +2727,7 @@
2081 <source>Muted servers</source> 2727 <source>Muted servers</source>
2082 <target>å·²éœéŸ³ä¼ºæœå™¨</target> 2728 <target>å·²éœéŸ³ä¼ºæœå™¨</target>
2083 <context-group name="null"> 2729 <context-group name="null">
2084 <context context-type="linenumber">11</context> 2730 <context context-type="linenumber">13</context>
2085 </context-group> 2731 </context-group>
2086 </trans-unit> 2732 </trans-unit>
2087 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2733 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2105,6 +2751,34 @@
2105 <context context-type="linenumber">23</context> 2751 <context context-type="linenumber">23</context>
2106 </context-group> 2752 </context-group>
2107 </trans-unit> 2753 </trans-unit>
2754 <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
2755 <source>Jobs list</source>
2756 <target>任務清單</target>
2757 <context-group name="null">
2758 <context context-type="linenumber">2</context>
2759 </context-group>
2760 </trans-unit>
2761 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
2762 <source>Type</source>
2763 <target>é¡žåž‹</target>
2764 <context-group name="null">
2765 <context context-type="linenumber">19</context>
2766 </context-group>
2767 </trans-unit>
2768 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
2769 <source>Processed on</source>
2770 <target>已處ç†åœ¨</target>
2771 <context-group name="null">
2772 <context context-type="linenumber">22</context>
2773 </context-group>
2774 </trans-unit>
2775 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
2776 <source>Finished on</source>
2777 <target>å·²çµæŸåœ¨</target>
2778 <context-group name="null">
2779 <context context-type="linenumber">23</context>
2780 </context-group>
2781 </trans-unit>
2108 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 2782 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
2109 <source>Video quota:</source> 2783 <source>Video quota:</source>
2110 <target>影片é…é¡ï¼š</target> 2784 <target>影片é…é¡ï¼š</target>
@@ -2137,14 +2811,14 @@
2137 <source>Change ownership</source> 2811 <source>Change ownership</source>
2138 <target>變更所有權</target> 2812 <target>變更所有權</target>
2139 <context-group name="null"> 2813 <context-group name="null">
2140 <context context-type="linenumber">46</context> 2814 <context context-type="linenumber">21</context>
2141 </context-group> 2815 </context-group>
2142 </trans-unit> 2816 </trans-unit>
2143 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2817 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
2144 <source>Select the next owner</source> 2818 <source>Select the next owner</source>
2145 <target>é¸å–下一個æ“有者</target> 2819 <target>é¸å–下一個æ“有者</target>
2146 <context-group name="null"> 2820 <context-group name="null">
2147 <context context-type="linenumber">9</context> 2821 <context context-type="linenumber">10</context>
2148 </context-group> 2822 </context-group>
2149 </trans-unit> 2823 </trans-unit>
2150 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8"> 2824 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
@@ -2158,34 +2832,9 @@
2158 <context context-type="linenumber">35</context> 2832 <context context-type="linenumber">35</context>
2159 </context-group> 2833 </context-group>
2160 </trans-unit> 2834 </trans-unit>
2161 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79"> 2835 <trans-unit id="16f3de2dba2a3461d7f7a36157d22e6898bb3244">
2162 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2836 <source>Create a new video channel</source>
2163 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視</target> 2837 <target>建立新的影片頻é“</target>
2164 <context-group name="null">
2165 <context context-type="linenumber">19</context>
2166 </context-group>
2167 </trans-unit>
2168 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2169 <source>Blacklisted</source>
2170 <target>已加入黑åå–®</target>
2171 <context-group name="null">
2172 <context context-type="linenumber">22</context>
2173 </context-group>
2174 </trans-unit>
2175 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2176 <source>
2177 Cancel
2178 </source>
2179 <target>
2180 å–消
2181 </target>
2182 <context-group name="null">
2183 <context context-type="linenumber">30</context>
2184 </context-group>
2185 </trans-unit>
2186 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2187 <source>Create another video channel</source>
2188 <target>建立其它影片頻é“</target>
2189 <context-group name="null"> 2838 <context-group name="null">
2190 <context context-type="linenumber">4</context> 2839 <context context-type="linenumber">4</context>
2191 </context-group> 2840 </context-group>
@@ -2211,13 +2860,6 @@
2211 <context context-type="linenumber">15</context> 2860 <context context-type="linenumber">15</context>
2212 </context-group> 2861 </context-group>
2213 </trans-unit> 2862 </trans-unit>
2214 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2215 <source>Display name</source>
2216 <target>顯示å稱</target>
2217 <context-group name="null">
2218 <context context-type="linenumber">6</context>
2219 </context-group>
2220 </trans-unit>
2221 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2863 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2222 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2864 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2223When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2865When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2265,7 +2907,7 @@ When you will upload a video in this channel, the video support field will be au
2265 <source>Select the target channel</source> 2907 <source>Select the target channel</source>
2266 <target>é¸å–目標頻é“</target> 2908 <target>é¸å–目標頻é“</target>
2267 <context-group name="null"> 2909 <context-group name="null">
2268 <context context-type="linenumber">9</context> 2910 <context context-type="linenumber">10</context>
2269 </context-group> 2911 </context-group>
2270 </trans-unit> 2912 </trans-unit>
2271 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740"> 2913 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
@@ -2306,14 +2948,7 @@ When you will upload a video in this channel, the video support field will be au
2306 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source> 2948 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
2307 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target> 2949 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
2308 <context-group name="null"> 2950 <context-group name="null">
2309 <context context-type="linenumber">39</context> 2951 <context context-type="linenumber">38</context>
2310 </context-group>
2311 </trans-unit>
2312 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2313 <source>Refuse</source>
2314 <target>拒絕</target>
2315 <context-group name="null">
2316 <context context-type="linenumber">47</context>
2317 </context-group> 2952 </context-group>
2318 </trans-unit> 2953 </trans-unit>
2319 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e"> 2954 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
@@ -2323,6 +2958,94 @@ When you will upload a video in this channel, the video support field will be au
2323 <context context-type="linenumber">2</context> 2958 <context context-type="linenumber">2</context>
2324 </context-group> 2959 </context-group>
2325 </trans-unit> 2960 </trans-unit>
2961 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
2962 <source>History enabled</source>
2963 <target>æ­·å²ç´€éŒ„已啟用</target>
2964 <context-group name="null">
2965 <context context-type="linenumber">4</context>
2966 </context-group>
2967 </trans-unit>
2968 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
2969 <source>
2970 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2971 Delete history
2972 </source>
2973 <target>
2974 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2975 刪除歷å²ç´€éŒ„
2976 </target>
2977 <context-group name="null">
2978 <context context-type="linenumber">7</context>
2979 </context-group>
2980 </trans-unit>
2981 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2982 <source>You don't have videos history yet.</source>
2983 <target>您還沒有影片的歷å²ç´€éŒ„。</target>
2984 <context-group name="null">
2985 <context context-type="linenumber">14</context>
2986 </context-group>
2987 </trans-unit>
2988 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
2989 <source>
2990 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2991 Notification preferences
2992 </source>
2993 <target>
2994 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
2995 通知å好設定
2996 </target>
2997 <context-group name="null">
2998 <context context-type="linenumber">2</context>
2999 </context-group>
3000 </trans-unit>
3001 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
3002 <source>
3003 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3004 Mark all as read
3005 </source>
3006 <target>
3007 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
3008 標記為已讀
3009 </target>
3010 <context-group name="null">
3011 <context context-type="linenumber">7</context>
3012 </context-group>
3013 </trans-unit>
3014 <trans-unit id="be746a6e47e3388c7cf793aef8d7b44b86cc94f2">
3015 <source>Create a new playlist</source>
3016 <target>建立新播放清單</target>
3017 <context-group name="null">
3018 <context context-type="linenumber">1</context>
3019 </context-group>
3020 </trans-unit>
3021 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
3022 <source>Privacy</source>
3023 <target>éš±ç§</target>
3024 <context-group name="null">
3025 <context context-type="linenumber">179</context>
3026 </context-group>
3027 </trans-unit>
3028 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
3029 <source>Channel</source>
3030 <target>é »é“</target>
3031 <context-group name="null">
3032 <context context-type="linenumber">39</context>
3033 </context-group>
3034 </trans-unit>
3035 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
3036 <source>Upload thumbnail</source>
3037 <target>上傳縮圖</target>
3038 <context-group name="null">
3039 <context context-type="linenumber">192</context>
3040 </context-group>
3041 </trans-unit>
3042 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861">
3043 <source>No videos in this playlist.</source>
3044 <target>此播放清單中沒有影片。</target>
3045 <context-group name="null">
3046 <context context-type="linenumber">11</context>
3047 </context-group>
3048 </trans-unit>
2326 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 3049 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2327 <source>Change password</source> 3050 <source>Change password</source>
2328 <target>變更密碼</target> 3051 <target>變更密碼</target>
@@ -2372,13 +3095,6 @@ When you will upload a video in this channel, the video support field will be au
2372 <context context-type="linenumber">28</context> 3095 <context context-type="linenumber">28</context>
2373 </context-group> 3096 </context-group>
2374 </trans-unit> 3097 </trans-unit>
2375 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2376 <source>Save</source>
2377 <target>儲存</target>
2378 <context-group name="null">
2379 <context context-type="linenumber">32</context>
2380 </context-group>
2381 </trans-unit>
2382 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 3098 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2383 <source>Update my profile</source> 3099 <source>Update my profile</source>
2384 <target>更新我們簡介</target> 3100 <target>更新我們簡介</target>
@@ -2421,6 +3137,20 @@ When you will upload a video in this channel, the video support field will be au
2421 <context context-type="linenumber">4</context> 3137 <context context-type="linenumber">4</context>
2422 </context-group> 3138 </context-group>
2423 </trans-unit> 3139 </trans-unit>
3140 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
3141 <source>Activities</source>
3142 <target>活動</target>
3143 <context-group name="null">
3144 <context context-type="linenumber">2</context>
3145 </context-group>
3146 </trans-unit>
3147 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
3148 <source>Web</source>
3149 <target>網路</target>
3150 <context-group name="null">
3151 <context context-type="linenumber">3</context>
3152 </context-group>
3153 </trans-unit>
2424 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd"> 3154 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd">
2425 <source> 3155 <source>
2426 Sorry, but we couldn't find the page you were looking for. 3156 Sorry, but we couldn't find the page you were looking for.
@@ -2484,6 +3214,13 @@ When you will upload a video in this channel, the video support field will be au
2484 <context context-type="linenumber">20</context> 3214 <context context-type="linenumber">20</context>
2485 </context-group> 3215 </context-group>
2486 </trans-unit> 3216 </trans-unit>
3217 <trans-unit id="b207b668dc1d056cd7557ffa3b41f1fd0865f93d">
3218 <source>Video playlists</source>
3219 <target>影片播放清單</target>
3220 <context-group name="null">
3221 <context context-type="linenumber">25</context>
3222 </context-group>
3223 </trans-unit>
2487 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8"> 3224 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
2488 <source>Support this channel</source> 3225 <source>Support this channel</source>
2489 <target>支æ´æ­¤é »é“</target> 3226 <target>支æ´æ­¤é »é“</target>
@@ -2498,11 +3235,29 @@ When you will upload a video in this channel, the video support field will be au
2498 <context context-type="linenumber">17</context> 3235 <context context-type="linenumber">17</context>
2499 </context-group> 3236 </context-group>
2500 </trans-unit> 3237 </trans-unit>
3238 <trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e">
3239 <source>
3240 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
3241</source>
3242 <target>
3243 已建立 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> 播放清單
3244</target>
3245 <context-group name="null">
3246 <context context-type="linenumber">1</context>
3247 </context-group>
3248 </trans-unit>
3249 <trans-unit id="fbbe62dee434f0521e0dfb8e3957d92fc5fcd76f">
3250 <source>This channel does not have playlists.</source>
3251 <target>此頻é“沒有播放清單。</target>
3252 <context-group name="null">
3253 <context context-type="linenumber">5</context>
3254 </context-group>
3255 </trans-unit>
2501 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6"> 3256 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
2502 <source>URL</source> 3257 <source>URL</source>
2503 <target>URL</target> 3258 <target>URL</target>
2504 <context-group name="null"> 3259 <context-group name="null">
2505 <context context-type="linenumber">17</context> 3260 <context context-type="linenumber">25</context>
2506 </context-group> 3261 </context-group>
2507 </trans-unit> 3262 </trans-unit>
2508 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 3263 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2512,20 +3267,6 @@ When you will upload a video in this channel, the video support field will be au
2512 <context context-type="linenumber">9</context> 3267 <context context-type="linenumber">9</context>
2513 </context-group> 3268 </context-group>
2514 </trans-unit> 3269 </trans-unit>
2515 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2516 <source>Channel</source>
2517 <target>é »é“</target>
2518 <context-group name="null">
2519 <context context-type="linenumber">39</context>
2520 </context-group>
2521 </trans-unit>
2522 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2523 <source>Privacy</source>
2524 <target>éš±ç§</target>
2525 <context-group name="null">
2526 <context context-type="linenumber">159</context>
2527 </context-group>
2528 </trans-unit>
2529 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 3270 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2530 <source>Sorry, but something went wrong</source> 3271 <source>Sorry, but something went wrong</source>
2531 <target>抱歉,ä¸éŽå¥½åƒæœ‰ä»€éº¼æ±è¥¿å‡ºéŒ¯äº†</target> 3272 <target>抱歉,ä¸éŽå¥½åƒæœ‰ä»€éº¼æ±è¥¿å‡ºéŒ¯äº†</target>
@@ -2546,7 +3287,7 @@ When you will upload a video in this channel, the video support field will be au
2546 <source>Update</source> 3287 <source>Update</source>
2547 <target>æ›´æ–°</target> 3288 <target>æ›´æ–°</target>
2548 <context-group name="null"> 3289 <context-group name="null">
2549 <context context-type="linenumber">92</context> 3290 <context context-type="linenumber">17</context>
2550 </context-group> 3291 </context-group>
2551 </trans-unit> 3292 </trans-unit>
2552 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 3293 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2563,6 +3304,17 @@ When you will upload a video in this channel, the video support field will be au
2563 <context context-type="linenumber">25</context> 3304 <context context-type="linenumber">25</context>
2564 </context-group> 3305 </context-group>
2565 </trans-unit> 3306 </trans-unit>
3307 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
3308 <source>
3309 Congratulations! Your video is now available in your private library.
3310</source>
3311 <target>
3312 æ­å–œï¼æ‚¨çš„影片ç¾åœ¨å·²åœ¨æ‚¨çš„ç§æœ‰åª’體庫中å¯ç”¨ã€‚
3313</target>
3314 <context-group name="null">
3315 <context context-type="linenumber">45</context>
3316 </context-group>
3317 </trans-unit>
2566 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 3318 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2567 <source>Publish will be available when upload is finished</source> 3319 <source>Publish will be available when upload is finished</source>
2568 <target>上傳完æˆæ™‚å°‡å¯ç™¼ä½ˆ</target> 3320 <target>上傳完æˆæ™‚å°‡å¯ç™¼ä½ˆ</target>
@@ -2692,7 +3444,7 @@ When you will upload a video in this channel, the video support field will be au
2692 <source>Tags</source> 3444 <source>Tags</source>
2693 <target>標籤</target> 3445 <target>標籤</target>
2694 <context-group name="null"> 3446 <context-group name="null">
2695 <context context-type="linenumber">191</context> 3447 <context context-type="linenumber">216</context>
2696 </context-group> 3448 </context-group>
2697 </trans-unit> 3449 </trans-unit>
2698 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 3450 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -2744,25 +3496,18 @@ When you will upload a video in this channel, the video support field will be au
2744 <context context-type="linenumber">120</context> 3496 <context context-type="linenumber">120</context>
2745 </context-group> 3497 </context-group>
2746 </trans-unit> 3498 </trans-unit>
2747 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2748 <source>Enable video comments</source>
2749 <target>啟用影片評論</target>
2750 <context-group name="null">
2751 <context context-type="linenumber">125</context>
2752 </context-group>
2753 </trans-unit>
2754 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 3499 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
2755 <source>Wait transcoding before publishing the video</source> 3500 <source>Wait transcoding before publishing the video</source>
2756 <target>正等待發佈影片å‰çš„轉æ›ç·¨ç¢¼</target> 3501 <target>正等待發佈影片å‰çš„轉æ›ç·¨ç¢¼</target>
2757 <context-group name="null"> 3502 <context-group name="null">
2758 <context context-type="linenumber">131</context> 3503 <context context-type="linenumber">126</context>
2759 </context-group> 3504 </context-group>
2760 </trans-unit> 3505 </trans-unit>
2761 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63"> 3506 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
2762 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source> 3507 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
2763 <target>如果您決定ä¸è¦ç­‰å¾…在發佈影片å‰çš„轉æ›ç·¨ç¢¼ï¼Œå®ƒå¯èƒ½æœƒåœ¨è½‰æ›ç·¨ç¢¼çµæŸå‰éƒ½ç„¡æ³•æ’­æ”¾ã€‚</target> 3508 <target>如果您決定ä¸è¦ç­‰å¾…在發佈影片å‰çš„轉æ›ç·¨ç¢¼ï¼Œå®ƒå¯èƒ½æœƒåœ¨è½‰æ›ç·¨ç¢¼çµæŸå‰éƒ½ç„¡æ³•æ’­æ”¾ã€‚</target>
2764 <context-group name="null"> 3509 <context-group name="null">
2765 <context context-type="linenumber">132</context> 3510 <context context-type="linenumber">127</context>
2766 </context-group> 3511 </context-group>
2767 </trans-unit> 3512 </trans-unit>
2768 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 3513 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
@@ -2776,49 +3521,49 @@ When you will upload a video in this channel, the video support field will be au
2776 <source>Add another caption</source> 3521 <source>Add another caption</source>
2777 <target>新增其他字幕</target> 3522 <target>新增其他字幕</target>
2778 <context-group name="null"> 3523 <context-group name="null">
2779 <context context-type="linenumber">147</context> 3524 <context context-type="linenumber">142</context>
2780 </context-group> 3525 </context-group>
2781 </trans-unit> 3526 </trans-unit>
2782 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed"> 3527 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
2783 <source>See the subtitle file</source> 3528 <source>See the subtitle file</source>
2784 <target>檢視字幕檔案</target> 3529 <target>檢視字幕檔案</target>
2785 <context-group name="null"> 3530 <context-group name="null">
2786 <context context-type="linenumber">156</context> 3531 <context context-type="linenumber">151</context>
2787 </context-group> 3532 </context-group>
2788 </trans-unit> 3533 </trans-unit>
2789 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 3534 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2790 <source>Already uploaded ✔</source> 3535 <source>Already uploaded ✔</source>
2791 <target>已上傳 ✔</target> 3536 <target>已上傳 ✔</target>
2792 <context-group name="null"> 3537 <context-group name="null">
2793 <context context-type="linenumber">160</context> 3538 <context context-type="linenumber">155</context>
2794 </context-group> 3539 </context-group>
2795 </trans-unit> 3540 </trans-unit>
2796 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad"> 3541 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
2797 <source>Will be created on update</source> 3542 <source>Will be created on update</source>
2798 <target>將在更新時建立</target> 3543 <target>將在更新時建立</target>
2799 <context-group name="null"> 3544 <context-group name="null">
2800 <context context-type="linenumber">168</context> 3545 <context context-type="linenumber">163</context>
2801 </context-group> 3546 </context-group>
2802 </trans-unit> 3547 </trans-unit>
2803 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9"> 3548 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
2804 <source>Cancel create</source> 3549 <source>Cancel create</source>
2805 <target>å–消建立</target> 3550 <target>å–消建立</target>
2806 <context-group name="null"> 3551 <context-group name="null">
2807 <context context-type="linenumber">170</context> 3552 <context context-type="linenumber">165</context>
2808 </context-group> 3553 </context-group>
2809 </trans-unit> 3554 </trans-unit>
2810 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393"> 3555 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
2811 <source>Will be deleted on update</source> 3556 <source>Will be deleted on update</source>
2812 <target>將在更新時刪除</target> 3557 <target>將在更新時刪除</target>
2813 <context-group name="null"> 3558 <context-group name="null">
2814 <context context-type="linenumber">176</context> 3559 <context context-type="linenumber">171</context>
2815 </context-group> 3560 </context-group>
2816 </trans-unit> 3561 </trans-unit>
2817 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 3562 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
2818 <source>Cancel deletion</source> 3563 <source>Cancel deletion</source>
2819 <target>å–消刪除</target> 3564 <target>å–消刪除</target>
2820 <context-group name="null"> 3565 <context-group name="null">
2821 <context context-type="linenumber">178</context> 3566 <context context-type="linenumber">173</context>
2822 </context-group> 3567 </context-group>
2823 </trans-unit> 3568 </trans-unit>
2824 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0"> 3569 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
@@ -2829,134 +3574,102 @@ When you will upload a video in this channel, the video support field will be au
2829 ç¾åœ¨æ²’有字幕。 3574 ç¾åœ¨æ²’有字幕。
2830 </target> 3575 </target>
2831 <context-group name="null"> 3576 <context-group name="null">
2832 <context context-type="linenumber">183</context> 3577 <context context-type="linenumber">178</context>
2833 </context-group> 3578 </context-group>
2834 </trans-unit> 3579 </trans-unit>
2835 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93"> 3580 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
2836 <source>Captions</source> 3581 <source>Captions</source>
2837 <target>字幕</target> 3582 <target>字幕</target>
2838 <context-group name="null"> 3583 <context-group name="null">
2839 <context context-type="linenumber">140</context> 3584 <context context-type="linenumber">135</context>
2840 </context-group>
2841 </trans-unit>
2842 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2843 <source>Upload thumbnail</source>
2844 <target>上傳縮圖</target>
2845 <context-group name="null">
2846 <context context-type="linenumber">196</context>
2847 </context-group> 3585 </context-group>
2848 </trans-unit> 3586 </trans-unit>
2849 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3587 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2850 <source>Upload preview</source> 3588 <source>Upload preview</source>
2851 <target>上傳é è¦½</target> 3589 <target>上傳é è¦½</target>
2852 <context-group name="null"> 3590 <context-group name="null">
2853 <context context-type="linenumber">203</context> 3591 <context context-type="linenumber">199</context>
2854 </context-group> 3592 </context-group>
2855 </trans-unit> 3593 </trans-unit>
2856 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 3594 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
2857 <source>Support</source> 3595 <source>Support</source>
2858 <target>支æ´</target> 3596 <target>支æ´</target>
2859 <context-group name="null"> 3597 <context-group name="null">
2860 <context context-type="linenumber">69</context> 3598 <context context-type="linenumber">103</context>
2861 </context-group> 3599 </context-group>
2862 </trans-unit> 3600 </trans-unit>
2863 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3601 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
2864 <source>Short text to tell people how they can support you (membership platform...).</source> 3602 <source>Short text to tell people how they can support you (membership platform...).</source>
2865 <target>告訴人們他們å¯ä»¥å¦‚何支æ´æ‚¨ï¼ˆæˆå“¡å¹³è‡ºç­‰ï¼‰çš„短文</target> 3603 <target>告訴人們他們å¯ä»¥å¦‚何支æ´æ‚¨ï¼ˆæˆå“¡å¹³è‡ºç­‰ï¼‰çš„短文</target>
2866 <context-group name="null"> 3604 <context-group name="null">
2867 <context context-type="linenumber">210</context> 3605 <context context-type="linenumber">206</context>
2868 </context-group> 3606 </context-group>
2869 </trans-unit> 3607 </trans-unit>
2870 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3608 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
2871 <source>Advanced settings</source> 3609 <source>Original publication date</source>
2872 <target>進階設定</target> 3610 <target>原始發佈日期</target>
2873 <context-group name="null"> 3611 <context-group name="null">
2874 <context context-type="linenumber">191</context> 3612 <context context-type="linenumber">219</context>
2875 </context-group> 3613 </context-group>
2876 </trans-unit> 3614 </trans-unit>
2877 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0"> 3615 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
2878 <source> 3616 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
2879 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> 3617 <target>這是內容原始發佈的日期(如電影的發行日期)</target>
2880 </source>
2881 <target>
2882 æ›´æ–° <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2883 </target>
2884 <context-group name="null"> 3618 <context-group name="null">
2885 <context context-type="linenumber">2</context> 3619 <context context-type="linenumber">220</context>
2886 </context-group> 3620 </context-group>
2887 </trans-unit> 3621 </trans-unit>
2888 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 3622 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2889 <source>Download video</source> 3623 <source>Enable video comments</source>
2890 <target>下載影片</target> 3624 <target>啟用影片評論</target>
2891 <context-group name="null"> 3625 <context-group name="null">
2892 <context context-type="linenumber">3</context> 3626 <context context-type="linenumber">234</context>
2893 </context-group> 3627 </context-group>
2894 </trans-unit> 3628 </trans-unit>
2895 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 3629 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
2896 <source>Direct download</source> 3630 <source>Enable download</source>
2897 <target>直接下載</target> 3631 <target>啟用下載</target>
2898 <context-group name="null"> 3632 <context-group name="null">
2899 <context context-type="linenumber">27</context> 3633 <context context-type="linenumber">239</context>
2900 </context-group> 3634 </context-group>
2901 </trans-unit> 3635 </trans-unit>
2902 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 3636 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2903 <source>Torrent (.torrent file)</source> 3637 <source>Advanced settings</source>
2904 <target>種å­ï¼ˆ.torrent 檔案)</target> 3638 <target>進階設定</target>
2905 <context-group name="null">
2906 <context context-type="linenumber">32</context>
2907 </context-group>
2908 </trans-unit>
2909 <trans-unit id="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
2910 <source>Torrent (magnet link)</source>
2911 <target>種å­ï¼ˆç£åŠ›é€£çµï¼‰</target>
2912 <context-group name="null"> 3639 <context-group name="null">
2913 <context context-type="linenumber">37</context> 3640 <context context-type="linenumber">186</context>
2914 </context-group> 3641 </context-group>
2915 </trans-unit> 3642 </trans-unit>
2916 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 3643 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
2917 <source> 3644 <source>
2918 Cancel 3645 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2919 </source> 3646 </source>
2920 <target> 3647 <target>
2921 å–消 3648 æ›´æ–° <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2922 </target> 3649 </target>
2923 <context-group name="null">
2924 <context context-type="linenumber">47</context>
2925 </context-group>
2926 </trans-unit>
2927 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
2928 <source>Download</source>
2929 <target>下載</target>
2930 <context-group name="null">
2931 <context context-type="linenumber">84</context>
2932 </context-group>
2933 </trans-unit>
2934 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
2935 <source>Report video</source>
2936 <target>回報影片</target>
2937 <context-group name="null"> 3650 <context-group name="null">
2938 <context context-type="linenumber">3</context> 3651 <context context-type="linenumber">2</context>
2939 </context-group> 3652 </context-group>
2940 </trans-unit> 3653 </trans-unit>
2941 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 3654 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2942 <source>Share</source> 3655 <source>Share</source>
2943 <target>分享</target> 3656 <target>分享</target>
2944 <context-group name="null"> 3657 <context-group name="null">
2945 <context context-type="linenumber">74</context> 3658 <context context-type="linenumber">108</context>
2946 </context-group> 3659 </context-group>
2947 </trans-unit> 3660 </trans-unit>
2948 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3661 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2949 <source>QR-Code</source> 3662 <source>QR-Code</source>
2950 <target>QR Code</target> 3663 <target>QR Code</target>
2951 <context-group name="null"> 3664 <context-group name="null">
2952 <context context-type="linenumber">29</context> 3665 <context context-type="linenumber">37</context>
2953 </context-group> 3666 </context-group>
2954 </trans-unit> 3667 </trans-unit>
2955 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3668 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2956 <source>Embed</source> 3669 <source>Embed</source>
2957 <target>嵌入</target> 3670 <target>嵌入</target>
2958 <context-group name="null"> 3671 <context-group name="null">
2959 <context context-type="linenumber">34</context> 3672 <context context-type="linenumber">42</context>
2960 </context-group> 3673 </context-group>
2961 </trans-unit> 3674 </trans-unit>
2962 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3675 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -2967,59 +3680,39 @@ When you will upload a video in this channel, the video support field will be au
2967 URL ä¸å®‰å…¨ï¼ˆéž HTTPS),所以嵌入å¼å½±ç‰‡ç„¡æ³•åœ¨ HTTPS 網é ä¸Šé‹ä½œï¼ˆç¶²è·¯ç€è¦½å™¨æœƒé˜»æ“‹åœ¨ HTTPS 網é ä¸Šä¸å®‰å…¨çš„請求)。 3680 URL ä¸å®‰å…¨ï¼ˆéž HTTPS),所以嵌入å¼å½±ç‰‡ç„¡æ³•åœ¨ HTTPS 網é ä¸Šé‹ä½œï¼ˆç¶²è·¯ç€è¦½å™¨æœƒé˜»æ“‹åœ¨ HTTPS 網é ä¸Šä¸å®‰å…¨çš„請求)。
2968 </target> 3681 </target>
2969 <context-group name="null"> 3682 <context-group name="null">
2970 <context context-type="linenumber">45</context> 3683 <context context-type="linenumber">53</context>
2971 </context-group> 3684 </context-group>
2972 </trans-unit> 3685 </trans-unit>
2973 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3686 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
2974 <source>Close</source> 3687 <source>Close</source>
2975 <target>關閉</target> 3688 <target>關閉</target>
2976 <context-group name="null"> 3689 <context-group name="null">
2977 <context context-type="linenumber">51</context> 3690 <context context-type="linenumber">59</context>
2978 </context-group>
2979 </trans-unit>
2980 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
2981 <source>Blacklist video</source>
2982 <target>將影片加入黑åå–®</target>
2983 <context-group name="null">
2984 <context context-type="linenumber">3</context>
2985 </context-group> 3691 </context-group>
2986 </trans-unit> 3692 </trans-unit>
2987 <trans-unit id="7584313e33a66811eb10646627914a01fff0347d"> 3693 <trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99">
2988 <source> 3694 <source>Public</source>
2989 The video is being imported, it will be available when the import is finished. 3695 <target>公開</target>
2990 </source>
2991 <target>影片已匯入,它將會在匯入çµæŸæ™‚å¯ç”¨ã€‚</target>
2992 <context-group name="null"> 3696 <context-group name="null">
2993 <context context-type="linenumber">11</context> 3697 <context context-type="linenumber">19</context>
2994 </context-group> 3698 </context-group>
2995 </trans-unit> 3699 </trans-unit>
2996 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 3700 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
2997 <source> 3701 <source>This video is blacklisted.</source>
2998 The video is being transcoded, it may not work properly. 3702 <target>此影片已加入黑å單。</target>
2999 </source>
3000 <target>
3001 此影片正在轉æ›ç·¨ç¢¼ï¼Œå¯èƒ½ç„¡æ³•æ­£ç¢ºé‹ä½œã€‚
3002 </target>
3003 <context-group name="null"> 3703 <context-group name="null">
3004 <context context-type="linenumber">15</context> 3704 <context context-type="linenumber">57</context>
3005 </context-group> 3705 </context-group>
3006 </trans-unit> 3706 </trans-unit>
3007 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 3707 <trans-unit id="99686034581579c92a971f4eeebd2c072c812e2d">
3008 <source> 3708 <source>
3009 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 3709 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3010 </source> 3710 </source>
3011 <target> 3711 <target>
3012 此影片將會在 <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/> 時發佈。 3712 已發佈 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 檢視
3013 </target> 3713 </target>
3014 <context-group name="null">
3015 <context context-type="linenumber">19</context>
3016 </context-group>
3017 </trans-unit>
3018 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3019 <source>This video is blacklisted.</source>
3020 <target>此影片已加入黑å單。</target>
3021 <context-group name="null"> 3714 <context-group name="null">
3022 <context context-type="linenumber">24</context> 3715 <context context-type="linenumber">69</context>
3023 </context-group> 3716 </context-group>
3024 </trans-unit> 3717 </trans-unit>
3025 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3718 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3030,130 +3723,63 @@ When you will upload a video in this channel, the video support field will be au
3030 已發佈 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視 3723 已發佈 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視
3031 </target> 3724 </target>
3032 <context-group name="null"> 3725 <context-group name="null">
3033 <context context-type="linenumber">37</context> 3726 <context context-type="linenumber">78</context>
3034 </context-group>
3035 </trans-unit>
3036 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3037 <source>
3038 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3039 </source>
3040 <target>
3041 已發佈 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視
3042 </target>
3043 <context-group name="null">
3044 <context context-type="linenumber">46</context>
3045 </context-group> 3727 </context-group>
3046 </trans-unit> 3728 </trans-unit>
3047 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3729 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3048 <source>Like this video</source> 3730 <source>Like this video</source>
3049 <target>喜歡此影片</target> 3731 <target>喜歡此影片</target>
3050 <context-group name="null"> 3732 <context-group name="null">
3051 <context context-type="linenumber">57</context> 3733 <context context-type="linenumber">88</context>
3052 </context-group> 3734 </context-group>
3053 </trans-unit> 3735 </trans-unit>
3054 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3736 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3055 <source>Dislike this video</source> 3737 <source>Dislike this video</source>
3056 <target>ä¸å–œæ­¡æ­¤å½±ç‰‡</target> 3738 <target>ä¸å–œæ­¡æ­¤å½±ç‰‡</target>
3057 <context-group name="null"> 3739 <context-group name="null">
3058 <context context-type="linenumber">64</context>
3059 </context-group>
3060 </trans-unit>
3061 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3062 <source>Download the video</source>
3063 <target>下載影片</target>
3064 <context-group name="null">
3065 <context context-type="linenumber">83</context>
3066 </context-group>
3067 </trans-unit>
3068 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3069 <source>Report</source>
3070 <target>回報</target>
3071 <context-group name="null">
3072 <context context-type="linenumber">88</context>
3073 </context-group>
3074 </trans-unit>
3075 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3076 <source>Report this video</source>
3077 <target>回報此影片</target>
3078 <context-group name="null">
3079 <context context-type="linenumber">87</context>
3080 </context-group>
3081 </trans-unit>
3082 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3083 <source>Update this video</source>
3084 <target>更新此影片</target>
3085 <context-group name="null">
3086 <context context-type="linenumber">91</context>
3087 </context-group>
3088 </trans-unit>
3089 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3090 <source>Blacklist</source>
3091 <target>黑åå–®</target>
3092 <context-group name="null">
3093 <context context-type="linenumber">96</context> 3740 <context context-type="linenumber">96</context>
3094 </context-group> 3741 </context-group>
3095 </trans-unit> 3742 </trans-unit>
3096 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3097 <source>Blacklist this video</source>
3098 <target>將此影片加入黑åå–®</target>
3099 <context-group name="null">
3100 <context context-type="linenumber">95</context>
3101 </context-group>
3102 </trans-unit>
3103 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3104 <source>Unblacklist</source>
3105 <target>å–消黑åå–®</target>
3106 <context-group name="null">
3107 <context context-type="linenumber">100</context>
3108 </context-group>
3109 </trans-unit>
3110 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3111 <source>Unblacklist this video</source>
3112 <target>解除此影片的黑åå–®</target>
3113 <context-group name="null">
3114 <context context-type="linenumber">99</context>
3115 </context-group>
3116 </trans-unit>
3117 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3118 <source>Delete this video</source>
3119 <target>刪除此影片</target>
3120 <context-group name="null">
3121 <context context-type="linenumber">103</context>
3122 </context-group>
3123 </trans-unit>
3124 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3743 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3125 <source>Go the channel page</source> 3744 <source>Go the channel page</source>
3126 <target>到頻é“é é¢</target> 3745 <target>到頻é“é é¢</target>
3127 <context-group name="null"> 3746 <context-group name="null">
3128 <context context-type="linenumber">123</context> 3747 <context context-type="linenumber">143</context>
3129 </context-group> 3748 </context-group>
3130 </trans-unit> 3749 </trans-unit>
3131 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3750 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3132 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3751 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3133 <target>ç”± <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3752 <target>ç”± <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3134 <context-group name="null"> 3753 <context-group name="null">
3135 <context context-type="linenumber">134</context> 3754 <context context-type="linenumber">154</context>
3136 </context-group> 3755 </context-group>
3137 </trans-unit> 3756 </trans-unit>
3138 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3757 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3139 <source>Show more</source> 3758 <source>Show more</source>
3140 <target>顯示更多</target> 3759 <target>顯示更多</target>
3141 <context-group name="null"> 3760 <context-group name="null">
3142 <context context-type="linenumber">146</context> 3761 <context context-type="linenumber">166</context>
3143 </context-group> 3762 </context-group>
3144 </trans-unit> 3763 </trans-unit>
3145 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3764 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3146 <source>Show less</source> 3765 <source>Show less</source>
3147 <target>顯示較少</target> 3766 <target>顯示較少</target>
3148 <context-group name="null"> 3767 <context-group name="null">
3149 <context context-type="linenumber">152</context> 3768 <context context-type="linenumber">172</context>
3769 </context-group>
3770 </trans-unit>
3771 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3772 <source>Originally published</source>
3773 <target>原始發佈</target>
3774 <context-group name="null">
3775 <context context-type="linenumber">184</context>
3150 </context-group> 3776 </context-group>
3151 </trans-unit> 3777 </trans-unit>
3152 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3778 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3153 <source>Friendly Reminder: </source> 3779 <source>Friendly Reminder: </source>
3154 <target>å‹å–„æ醒:</target> 3780 <target>å‹å–„æ醒:</target>
3155 <context-group name="null"> 3781 <context-group name="null">
3156 <context context-type="linenumber">208</context> 3782 <context context-type="linenumber">232</context>
3157 </context-group> 3783 </context-group>
3158 </trans-unit> 3784 </trans-unit>
3159 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3785 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3164,21 +3790,21 @@ When you will upload a video in this channel, the video support field will be au
3164 用於此影片的分享系統代表了您系統的æŸäº›æŠ€è¡“資訊(如公開的 IP ä½ç½®ç­‰ï¼‰å¯èƒ½æœƒè¢«å‚³é€çµ¦å…¶ä»– peer。 3790 用於此影片的分享系統代表了您系統的æŸäº›æŠ€è¡“資訊(如公開的 IP ä½ç½®ç­‰ï¼‰å¯èƒ½æœƒè¢«å‚³é€çµ¦å…¶ä»– peer。
3165 </target> 3791 </target>
3166 <context-group name="null"> 3792 <context-group name="null">
3167 <context context-type="linenumber">209</context> 3793 <context context-type="linenumber">233</context>
3168 </context-group> 3794 </context-group>
3169 </trans-unit> 3795 </trans-unit>
3170 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3796 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3171 <source>More information</source> 3797 <source>More information</source>
3172 <target>更多資訊</target> 3798 <target>更多資訊</target>
3173 <context-group name="null"> 3799 <context-group name="null">
3174 <context context-type="linenumber">212</context> 3800 <context context-type="linenumber">236</context>
3175 </context-group> 3801 </context-group>
3176 </trans-unit> 3802 </trans-unit>
3177 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3803 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3178 <source>Get more information</source> 3804 <source>Get more information</source>
3179 <target>å–得更多資訊</target> 3805 <target>å–得更多資訊</target>
3180 <context-group name="null"> 3806 <context-group name="null">
3181 <context context-type="linenumber">212</context> 3807 <context context-type="linenumber">236</context>
3182 </context-group> 3808 </context-group>
3183 </trans-unit> 3809 </trans-unit>
3184 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3810 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3189,7 +3815,7 @@ When you will upload a video in this channel, the video support field will be au
3189 確定 3815 確定
3190 </target> 3816 </target>
3191 <context-group name="null"> 3817 <context-group name="null">
3192 <context context-type="linenumber">215</context> 3818 <context context-type="linenumber">239</context>
3193 </context-group> 3819 </context-group>
3194 </trans-unit> 3820 </trans-unit>
3195 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3821 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -3322,6 +3948,27 @@ When you will upload a video in this channel, the video support field will be au
3322 <context context-type="linenumber">14</context> 3948 <context context-type="linenumber">14</context>
3323 </context-group> 3949 </context-group>
3324 </trans-unit> 3950 </trans-unit>
3951 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
3952 <source>Cannot get about information from server</source>
3953 <target>無法從伺æœå™¨å–得關於資訊</target>
3954 <context-group name="null">
3955 <context context-type="linenumber">1</context>
3956 </context-group>
3957 </trans-unit>
3958 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
3959 <source>Your message has been sent.</source>
3960 <target>您的訊æ¯å·²è¢«å‚³é€ã€‚</target>
3961 <context-group name="null">
3962 <context context-type="linenumber">1</context>
3963 </context-group>
3964 </trans-unit>
3965 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
3966 <source>You already sent this form recently</source>
3967 <target>您最近已發é€æ­¤è¡¨å–®</target>
3968 <context-group name="null">
3969 <context context-type="linenumber">1</context>
3970 </context-group>
3971 </trans-unit>
3325 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968"> 3972 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
3326 <source>No description</source> 3973 <source>No description</source>
3327 <target>沒有æè¿°</target> 3974 <target>沒有æè¿°</target>
@@ -3609,6 +4256,34 @@ When you will upload a video in this channel, the video support field will be au
3609 <context context-type="linenumber">1</context> 4256 <context context-type="linenumber">1</context>
3610 </context-group> 4257 </context-group>
3611 </trans-unit> 4258 </trans-unit>
4259 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611">
4260 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source>
4261 <target>影片 <x id="INTERPOLATION" equiv-text="{{name}}"/> 已從黑å單中移除。</target>
4262 <context-group name="null">
4263 <context context-type="linenumber">1</context>
4264 </context-group>
4265 </trans-unit>
4266 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5">
4267 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source>
4268 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> 部影片已從黑å單中移除。</target>
4269 <context-group name="null">
4270 <context context-type="linenumber">1</context>
4271 </context-group>
4272 </trans-unit>
4273 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
4274 <source>yes</source>
4275 <target>是</target>
4276 <context-group name="null">
4277 <context context-type="linenumber">1</context>
4278 </context-group>
4279 </trans-unit>
4280 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
4281 <source>no</source>
4282 <target>å¦</target>
4283 <context-group name="null">
4284 <context context-type="linenumber">1</context>
4285 </context-group>
4286 </trans-unit>
3612 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223"> 4287 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
3613 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source> 4288 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
3614 <target>您真的想è¦å¾žé»‘å單移除此影片嗎?它將會å†æ¬¡å‡ºç¾åœ¨å½±ç‰‡åˆ—表中。</target> 4289 <target>您真的想è¦å¾žé»‘å單移除此影片嗎?它將會å†æ¬¡å‡ºç¾åœ¨å½±ç‰‡åˆ—表中。</target>
@@ -3623,6 +4298,27 @@ When you will upload a video in this channel, the video support field will be au
3623 <context context-type="linenumber">1</context> 4298 <context context-type="linenumber">1</context>
3624 </context-group> 4299 </context-group>
3625 </trans-unit> 4300 </trans-unit>
4301 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4302 <source>Info</source>
4303 <target>資訊</target>
4304 <context-group name="null">
4305 <context context-type="linenumber">1</context>
4306 </context-group>
4307 </trans-unit>
4308 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
4309 <source>Warning</source>
4310 <target>警告</target>
4311 <context-group name="null">
4312 <context context-type="linenumber">1</context>
4313 </context-group>
4314 </trans-unit>
4315 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4316 <source>Error</source>
4317 <target>錯誤</target>
4318 <context-group name="null">
4319 <context context-type="linenumber">1</context>
4320 </context-group>
4321 </trans-unit>
3626 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 4322 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
3627 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 4323 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
3628 <target>使用者 <x id="INTERPOLATION" equiv-text="{{username}}"/> 已建立。</target> 4324 <target>使用者 <x id="INTERPOLATION" equiv-text="{{username}}"/> 已建立。</target>
@@ -3630,6 +4326,20 @@ When you will upload a video in this channel, the video support field will be au
3630 <context context-type="linenumber">1</context> 4326 <context context-type="linenumber">1</context>
3631 </context-group> 4327 </context-group>
3632 </trans-unit> 4328 </trans-unit>
4329 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
4330 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4331 <target>密碼已為使用者 <x id="INTERPOLATION" equiv-text="{{username}}"/> 更改。</target>
4332 <context-group name="null">
4333 <context context-type="linenumber">1</context>
4334 </context-group>
4335 </trans-unit>
4336 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
4337 <source>Update user password</source>
4338 <target>更新使用者密碼</target>
4339 <context-group name="null">
4340 <context context-type="linenumber">1</context>
4341 </context-group>
4342 </trans-unit>
3633 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 4343 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
3634 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 4344 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
3635 <target>使用者 <x id="INTERPOLATION" equiv-text="{{username}}"/> 已更新。</target> 4345 <target>使用者 <x id="INTERPOLATION" equiv-text="{{username}}"/> 已更新。</target>
@@ -3644,6 +4354,13 @@ When you will upload a video in this channel, the video support field will be au
3644 <context context-type="linenumber">1</context> 4354 <context context-type="linenumber">1</context>
3645 </context-group> 4355 </context-group>
3646 </trans-unit> 4356 </trans-unit>
4357 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
4358 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4359 <target>已傳é€è¦æ±‚é‡ç½®å¯†ç¢¼çš„é›»å­éƒµä»¶ <x id="INTERPOLATION" equiv-text="{{username}}"/>。</target>
4360 <context-group name="null">
4361 <context context-type="linenumber">1</context>
4362 </context-group>
4363 </trans-unit>
3647 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8"> 4364 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
3648 <source>Unban</source> 4365 <source>Unban</source>
3649 <target>å–消阻擋</target> 4366 <target>å–消阻擋</target>
@@ -3721,6 +4438,48 @@ When you will upload a video in this channel, the video support field will be au
3721 <context context-type="linenumber">1</context> 4438 <context context-type="linenumber">1</context>
3722 </context-group> 4439 </context-group>
3723 </trans-unit> 4440 </trans-unit>
4441 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
4442 <source>My videos history</source>
4443 <target>我的影片歷å²ç´€éŒ„</target>
4444 <context-group name="null">
4445 <context context-type="linenumber">1</context>
4446 </context-group>
4447 </trans-unit>
4448 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
4449 <source>Videos history is enabled</source>
4450 <target>影片歷å²ç´€éŒ„已啟用</target>
4451 <context-group name="null">
4452 <context context-type="linenumber">1</context>
4453 </context-group>
4454 </trans-unit>
4455 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
4456 <source>Videos history is disabled</source>
4457 <target>影片歷å²ç´€éŒ„å·²åœç”¨</target>
4458 <context-group name="null">
4459 <context context-type="linenumber">1</context>
4460 </context-group>
4461 </trans-unit>
4462 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
4463 <source>Delete videos history</source>
4464 <target>刪除影片歷å²ç´€éŒ„</target>
4465 <context-group name="null">
4466 <context context-type="linenumber">1</context>
4467 </context-group>
4468 </trans-unit>
4469 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
4470 <source>Are you sure you want to delete all your videos history?</source>
4471 <target>您確定您想è¦åˆªé™¤æ‚¨æ‰€æœ‰çš„影片歷å²å—Žï¼Ÿ</target>
4472 <context-group name="null">
4473 <context context-type="linenumber">1</context>
4474 </context-group>
4475 </trans-unit>
4476 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
4477 <source>Videos history deleted</source>
4478 <target>影片歷å²å·²åˆªé™¤</target>
4479 <context-group name="null">
4480 <context context-type="linenumber">1</context>
4481 </context-group>
4482 </trans-unit>
3724 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e"> 4483 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e">
3725 <source>Ownership accepted</source> 4484 <source>Ownership accepted</source>
3726 <target>所有權已接å—</target> 4485 <target>所有權已接å—</target>
@@ -3770,6 +4529,83 @@ When you will upload a video in this channel, the video support field will be au
3770 <context context-type="linenumber">1</context> 4529 <context context-type="linenumber">1</context>
3771 </context-group> 4530 </context-group>
3772 </trans-unit> 4531 </trans-unit>
4532 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
4533 <source>New video from your subscriptions</source>
4534 <target>從您的訂閱而來的新影片</target>
4535 <context-group name="null">
4536 <context context-type="linenumber">1</context>
4537 </context-group>
4538 </trans-unit>
4539 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
4540 <source>New comment on your video</source>
4541 <target>您影片的新留言</target>
4542 <context-group name="null">
4543 <context context-type="linenumber">1</context>
4544 </context-group>
4545 </trans-unit>
4546 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8">
4547 <source>New video abuse</source>
4548 <target>新影片濫用</target>
4549 <context-group name="null">
4550 <context context-type="linenumber">1</context>
4551 </context-group>
4552 </trans-unit>
4553 <trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47">
4554 <source>Video auto-blacklisted waiting review</source>
4555 <target>影片自動列入黑å單等待審閱</target>
4556 <context-group name="null">
4557 <context context-type="linenumber">1</context>
4558 </context-group>
4559 </trans-unit>
4560 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4561 <source>One of your video is blacklisted/unblacklisted</source>
4562 <target>您的其中一部影片已被加入黑åå–®ï¼ç§»å‡ºé»‘åå–®</target>
4563 <context-group name="null">
4564 <context context-type="linenumber">1</context>
4565 </context-group>
4566 </trans-unit>
4567 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
4568 <source>Video published (after transcoding/scheduled update)</source>
4569 <target>影片已發佈(在轉碼ï¼æŽ’定的更新後)</target>
4570 <context-group name="null">
4571 <context context-type="linenumber">1</context>
4572 </context-group>
4573 </trans-unit>
4574 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
4575 <source>Video import finished</source>
4576 <target>影片匯入完æˆ</target>
4577 <context-group name="null">
4578 <context context-type="linenumber">1</context>
4579 </context-group>
4580 </trans-unit>
4581 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
4582 <source>A new user registered on your instance</source>
4583 <target>您實體上有新使用者註冊</target>
4584 <context-group name="null">
4585 <context context-type="linenumber">1</context>
4586 </context-group>
4587 </trans-unit>
4588 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2">
4589 <source>You or your channel(s) has a new follower</source>
4590 <target>您或您的頻é“有新的追蹤者</target>
4591 <context-group name="null">
4592 <context context-type="linenumber">1</context>
4593 </context-group>
4594 </trans-unit>
4595 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
4596 <source>Someone mentioned you in video comments</source>
4597 <target>æŸäººåœ¨å½±ç‰‡ç•™è¨€ä¸­æåŠæ‚¨</target>
4598 <context-group name="null">
4599 <context context-type="linenumber">1</context>
4600 </context-group>
4601 </trans-unit>
4602 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
4603 <source>Preferences saved</source>
4604 <target>å好設定已儲存</target>
4605 <context-group name="null">
4606 <context context-type="linenumber">1</context>
4607 </context-group>
4608 </trans-unit>
3773 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b"> 4609 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b">
3774 <source>Profile updated.</source> 4610 <source>Profile updated.</source>
3775 <target>設定檔已更新。</target> 4611 <target>設定檔已更新。</target>
@@ -3805,93 +4641,93 @@ When you will upload a video in this channel, the video support field will be au
3805 <context context-type="linenumber">1</context> 4641 <context context-type="linenumber">1</context>
3806 </context-group> 4642 </context-group>
3807 </trans-unit> 4643 </trans-unit>
3808 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795"> 4644 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
3809 <source>Create</source> 4645 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
3810 <target>建立</target> 4646 <target>å½±ç‰‡é »é“ <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> 已更新。</target>
3811 <context-group name="null"> 4647 <context-group name="null">
3812 <context context-type="linenumber">1</context> 4648 <context context-type="linenumber">1</context>
3813 </context-group> 4649 </context-group>
3814 </trans-unit> 4650 </trans-unit>
3815 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4651 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791">
3816 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4652 <source>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}}"/>)!</source>
3817 <target>å½±ç‰‡é »é“ <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> 已更新。</target> 4653 <target>您真的想è¦åˆªé™¤ <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/> 嗎?其將會刪除所有在此頻é“上傳的影片,而您將無法建立相åŒåç¨±çš„é »é“ (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</target>
3818 <context-group name="null"> 4654 <context-group name="null">
3819 <context context-type="linenumber">1</context> 4655 <context context-type="linenumber">1</context>
3820 </context-group> 4656 </context-group>
3821 </trans-unit> 4657 </trans-unit>
3822 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2"> 4658 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
3823 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source> 4659 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
3824 <target>å½±ç‰‡é »é“ <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> 已刪除。</target> 4660 <target>請輸入影片頻é“的顯示å稱 (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) 以確èª</target>
3825 <context-group name="null"> 4661 <context-group name="null">
3826 <context context-type="linenumber">1</context> 4662 <context context-type="linenumber">1</context>
3827 </context-group> 4663 </context-group>
3828 </trans-unit> 4664 </trans-unit>
3829 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894"> 4665 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
3830 <source>My videos</source> 4666 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
3831 <target>我的影片</target> 4667 <target>å½±ç‰‡é »é“ <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> 已刪除。</target>
3832 <context-group name="null"> 4668 <context-group name="null">
3833 <context context-type="linenumber">1</context> 4669 <context context-type="linenumber">1</context>
3834 </context-group> 4670 </context-group>
3835 </trans-unit> 4671 </trans-unit>
3836 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd"> 4672 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d">
3837 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source> 4673 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source>
3838 <target>您真的想è¦åˆªé™¤ <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> 影片嗎?</target> 4674 <target>播放清單 <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> 已建立。</target>
3839 <context-group name="null"> 4675 <context-group name="null">
3840 <context context-type="linenumber">1</context> 4676 <context context-type="linenumber">1</context>
3841 </context-group> 4677 </context-group>
3842 </trans-unit> 4678 </trans-unit>
3843 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83"> 4679 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d">
3844 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source> 4680 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source>
3845 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> 影片已刪除。</target> 4681 <target>播放清單 <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> 已更新。</target>
3846 <context-group name="null"> 4682 <context-group name="null">
3847 <context context-type="linenumber">1</context> 4683 <context context-type="linenumber">1</context>
3848 </context-group> 4684 </context-group>
3849 </trans-unit> 4685 </trans-unit>
3850 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7"> 4686 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783">
3851 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source> 4687 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source>
3852 <target>您真的想è¦åˆªé™¤ <x id="INTERPOLATION" equiv-text="{{videoName}}"/> 嗎?</target> 4688 <target>您真的想è¦åˆªé™¤ <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> 嗎?</target>
3853 <context-group name="null"> 4689 <context-group name="null">
3854 <context context-type="linenumber">1</context> 4690 <context context-type="linenumber">1</context>
3855 </context-group> 4691 </context-group>
3856 </trans-unit> 4692 </trans-unit>
3857 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118"> 4693 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86">
3858 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source> 4694 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source>
3859 <target>影片 <x id="INTERPOLATION" equiv-text="{{videoName}}"/> 已刪除。</target> 4695 <target>播放清單 <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> 已刪除。</target>
3860 <context-group name="null"> 4696 <context-group name="null">
3861 <context context-type="linenumber">1</context> 4697 <context context-type="linenumber">1</context>
3862 </context-group> 4698 </context-group>
3863 </trans-unit> 4699 </trans-unit>
3864 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3"> 4700 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
3865 <source>Published</source> 4701 <source>My videos</source>
3866 <target>已發佈</target> 4702 <target>我的影片</target>
3867 <context-group name="null"> 4703 <context-group name="null">
3868 <context context-type="linenumber">1</context> 4704 <context context-type="linenumber">1</context>
3869 </context-group> 4705 </context-group>
3870 </trans-unit> 4706 </trans-unit>
3871 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2"> 4707 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd">
3872 <source>Publication scheduled on </source> 4708 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source>
3873 <target>計畫發佈於 </target> 4709 <target>您真的想è¦åˆªé¤ <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> 影片嗎?</target>
3874 <context-group name="null"> 4710 <context-group name="null">
3875 <context context-type="linenumber">1</context> 4711 <context context-type="linenumber">1</context>
3876 </context-group> 4712 </context-group>
3877 </trans-unit> 4713 </trans-unit>
3878 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02"> 4714 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83">
3879 <source>Waiting transcoding</source> 4715 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source>
3880 <target>正在等待轉æ›ç·¨ç¢¼</target> 4716 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> å½±ç‰å·²åˆªé™¤ã€‚</target>
3881 <context-group name="null"> 4717 <context-group name="null">
3882 <context context-type="linenumber">1</context> 4718 <context context-type="linenumber">1</context>
3883 </context-group> 4719 </context-group>
3884 </trans-unit> 4720 </trans-unit>
3885 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a"> 4721 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7">
3886 <source>To transcode</source> 4722 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source>
3887 <target>轉æ›ç·¨ç¢¼</target> 4723 <target>æ¨çœŸçš„想è¦åˆªé™¤ <x id="INTERPOLATION" equiv-text="{{videoName}}"/> 嗎?</target>
3888 <context-group name="null"> 4724 <context-group name="null">
3889 <context context-type="linenumber">1</context> 4725 <context context-type="linenumber">1</context>
3890 </context-group> 4726 </context-group>
3891 </trans-unit> 4727 </trans-unit>
3892 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392"> 4728 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118">
3893 <source>To import</source> 4729 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source>
3894 <target>匯入</target> 4730 <target>影片 <x id="INTERPOLATION" equiv-text="{{videoName}}"/> 已刪除。</target>
3895 <context-group name="null"> 4731 <context-group name="null">
3896 <context context-type="linenumber">1</context> 4732 <context context-type="linenumber">1</context>
3897 </context-group> 4733 </context-group>
@@ -3903,16 +4739,16 @@ When you will upload a video in this channel, the video support field will be au
3903 <context context-type="linenumber">1</context> 4739 <context context-type="linenumber">1</context>
3904 </context-group> 4740 </context-group>
3905 </trans-unit> 4741 </trans-unit>
3906 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 4742 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
3907 <source>My library</source> 4743 <source>My channels</source>
3908 <target>我的媒體庫</target> 4744 <target>我的頻é“</target>
3909 <context-group name="null"> 4745 <context-group name="null">
3910 <context context-type="linenumber">1</context> 4746 <context context-type="linenumber">1</context>
3911 </context-group> 4747 </context-group>
3912 </trans-unit> 4748 </trans-unit>
3913 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4749 <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2">
3914 <source>My channels</source> 4750 <source>My playlists</source>
3915 <target>我的頻é“</target> 4751 <target>我的播放清單</target>
3916 <context-group name="null"> 4752 <context-group name="null">
3917 <context context-type="linenumber">1</context> 4753 <context context-type="linenumber">1</context>
3918 </context-group> 4754 </context-group>
@@ -3924,6 +4760,13 @@ When you will upload a video in this channel, the video support field will be au
3924 <context context-type="linenumber">1</context> 4760 <context context-type="linenumber">1</context>
3925 </context-group> 4761 </context-group>
3926 </trans-unit> 4762 </trans-unit>
4763 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
4764 <source>My history</source>
4765 <target>我的歷å²ç´€éŒ„</target>
4766 <context-group name="null">
4767 <context context-type="linenumber">1</context>
4768 </context-group>
4769 </trans-unit>
3927 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029"> 4770 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
3928 <source>Misc</source> 4771 <source>Misc</source>
3929 <target>雜項</target> 4772 <target>雜項</target>
@@ -3945,6 +4788,13 @@ When you will upload a video in this channel, the video support field will be au
3945 <context context-type="linenumber">1</context> 4788 <context context-type="linenumber">1</context>
3946 </context-group> 4789 </context-group>
3947 </trans-unit> 4790 </trans-unit>
4791 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
4792 <source>My notifications</source>
4793 <target>我的通知</target>
4794 <context-group name="null">
4795 <context context-type="linenumber">1</context>
4796 </context-group>
4797 </trans-unit>
3948 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706"> 4798 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706">
3949 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source> 4799 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
3950 <target>包å«é©—證連çµçš„é›»å­éƒµä»¶å·²å‚³é€åˆ° <x id="INTERPOLATION" equiv-text="{{email}}"/>。</target> 4800 <target>包å«é©—證連çµçš„é›»å­éƒµä»¶å·²å‚³é€åˆ° <x id="INTERPOLATION" equiv-text="{{email}}"/>。</target>
@@ -4066,13 +4916,6 @@ When you will upload a video in this channel, the video support field will be au
4066 <context context-type="linenumber">1</context> 4916 <context context-type="linenumber">1</context>
4067 </context-group> 4917 </context-group>
4068 </trans-unit> 4918 </trans-unit>
4069 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
4070 <source>Error</source>
4071 <target>錯誤</target>
4072 <context-group name="null">
4073 <context context-type="linenumber">1</context>
4074 </context-group>
4075 </trans-unit>
4076 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87"> 4919 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
4077 <source>You need to reconnect.</source> 4920 <source>You need to reconnect.</source>
4078 <target>您需è¦é‡æ–°é€£ç·šã€‚</target> 4921 <target>您需è¦é‡æ–°é€£ç·šã€‚</target>
@@ -4080,13 +4923,6 @@ When you will upload a video in this channel, the video support field will be au
4080 <context context-type="linenumber">1</context> 4923 <context context-type="linenumber">1</context>
4081 </context-group> 4924 </context-group>
4082 </trans-unit> 4925 </trans-unit>
4083 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
4084 <source>Confirm</source>
4085 <target>確èª</target>
4086 <context-group name="null">
4087 <context context-type="linenumber">1</context>
4088 </context-group>
4089 </trans-unit>
4090 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452"> 4926 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
4091 <source>Keyboard Shortcuts:</source> 4927 <source>Keyboard Shortcuts:</source>
4092 <target>éµç›¤å¿«æ·éµï¼š</target> 4928 <target>éµç›¤å¿«æ·éµï¼š</target>
@@ -4094,13 +4930,6 @@ When you will upload a video in this channel, the video support field will be au
4094 <context context-type="linenumber">1</context> 4930 <context context-type="linenumber">1</context>
4095 </context-group> 4931 </context-group>
4096 </trans-unit> 4932 </trans-unit>
4097 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
4098 <source>Info</source>
4099 <target>資訊</target>
4100 <context-group name="null">
4101 <context context-type="linenumber">1</context>
4102 </context-group>
4103 </trans-unit>
4104 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba"> 4933 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
4105 <source>Success</source> 4934 <source>Success</source>
4106 <target>æˆåŠŸ</target> 4935 <target>æˆåŠŸ</target>
@@ -4213,6 +5042,90 @@ When you will upload a video in this channel, the video support field will be au
4213 <context context-type="linenumber">1</context> 5042 <context context-type="linenumber">1</context>
4214 </context-group> 5043 </context-group>
4215 </trans-unit> 5044 </trans-unit>
5045 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
5046 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
5047 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> å¹´å‰</target>
5048 <context-group name="null">
5049 <context context-type="linenumber">1</context>
5050 </context-group>
5051 </trans-unit>
5052 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
5053 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
5054 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 個月å‰</target>
5055 <context-group name="null">
5056 <context context-type="linenumber">1</context>
5057 </context-group>
5058 </trans-unit>
5059 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
5060 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
5061 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 個月å‰</target>
5062 <context-group name="null">
5063 <context context-type="linenumber">1</context>
5064 </context-group>
5065 </trans-unit>
5066 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
5067 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
5068 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 週å‰</target>
5069 <context-group name="null">
5070 <context context-type="linenumber">1</context>
5071 </context-group>
5072 </trans-unit>
5073 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
5074 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
5075 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 週å‰</target>
5076 <context-group name="null">
5077 <context context-type="linenumber">1</context>
5078 </context-group>
5079 </trans-unit>
5080 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
5081 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
5082 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 天å‰</target>
5083 <context-group name="null">
5084 <context context-type="linenumber">1</context>
5085 </context-group>
5086 </trans-unit>
5087 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
5088 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
5089 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 天å‰</target>
5090 <context-group name="null">
5091 <context context-type="linenumber">1</context>
5092 </context-group>
5093 </trans-unit>
5094 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
5095 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
5096 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> å°æ™‚å‰</target>
5097 <context-group name="null">
5098 <context context-type="linenumber">1</context>
5099 </context-group>
5100 </trans-unit>
5101 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
5102 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
5103 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> å°æ™‚å‰</target>
5104 <context-group name="null">
5105 <context context-type="linenumber">1</context>
5106 </context-group>
5107 </trans-unit>
5108 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
5109 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
5110 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 分é˜å‰</target>
5111 <context-group name="null">
5112 <context context-type="linenumber">1</context>
5113 </context-group>
5114 </trans-unit>
5115 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
5116 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
5117 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 秒å‰</target>
5118 <context-group name="null">
5119 <context context-type="linenumber">1</context>
5120 </context-group>
5121 </trans-unit>
5122 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
5123 <source>Confirm</source>
5124 <target>確èª</target>
5125 <context-group name="null">
5126 <context context-type="linenumber">1</context>
5127 </context-group>
5128 </trans-unit>
4216 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 5129 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
4217 <source>Instance name is required.</source> 5130 <source>Instance name is required.</source>
4218 <target>實體å稱必填。</target> 5131 <target>實體å稱必填。</target>
@@ -4339,6 +5252,48 @@ When you will upload a video in this channel, the video support field will be au
4339 <context context-type="linenumber">1</context> 5252 <context context-type="linenumber">1</context>
4340 </context-group> 5253 </context-group>
4341 </trans-unit> 5254 </trans-unit>
5255 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33">
5256 <source>Your name is required.</source>
5257 <target>您的å字為必填。</target>
5258 <context-group name="null">
5259 <context context-type="linenumber">1</context>
5260 </context-group>
5261 </trans-unit>
5262 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a">
5263 <source>Your name must be at least 1 character long.</source>
5264 <target>您的å字必須至少 1 個字元長。</target>
5265 <context-group name="null">
5266 <context context-type="linenumber">1</context>
5267 </context-group>
5268 </trans-unit>
5269 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b">
5270 <source>Your name cannot be more than 120 characters long.</source>
5271 <target>您的åå­—ä¸èƒ½è¶…éŽ 120 個字元。</target>
5272 <context-group name="null">
5273 <context context-type="linenumber">1</context>
5274 </context-group>
5275 </trans-unit>
5276 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2">
5277 <source>A message is required.</source>
5278 <target>訊æ¯ç‚ºå¿…填。</target>
5279 <context-group name="null">
5280 <context context-type="linenumber">1</context>
5281 </context-group>
5282 </trans-unit>
5283 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64">
5284 <source>The message must be at least 3 characters long.</source>
5285 <target>訊æ¯å¿…須至少 3 個字元長。</target>
5286 <context-group name="null">
5287 <context context-type="linenumber">1</context>
5288 </context-group>
5289 </trans-unit>
5290 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60">
5291 <source>The message cannot be more than 5000 characters long.</source>
5292 <target>訊æ¯ç„¡æ³•å¤šæ–¼ 5000 個字元。</target>
5293 <context-group name="null">
5294 <context context-type="linenumber">1</context>
5295 </context-group>
5296 </trans-unit>
4342 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149"> 5297 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149">
4343 <source>Username is required.</source> 5298 <source>Username is required.</source>
4344 <target>使用者å稱必填。</target> 5299 <target>使用者å稱必填。</target>
@@ -4360,6 +5315,27 @@ When you will upload a video in this channel, the video support field will be au
4360 <context context-type="linenumber">1</context> 5315 <context context-type="linenumber">1</context>
4361 </context-group> 5316 </context-group>
4362 </trans-unit> 5317 </trans-unit>
5318 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a">
5319 <source>Username must be at least 1 character long.</source>
5320 <target>使用者å稱必須至少 1 個字元長。</target>
5321 <context-group name="null">
5322 <context context-type="linenumber">1</context>
5323 </context-group>
5324 </trans-unit>
5325 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a">
5326 <source>Username cannot be more than 50 characters long.</source>
5327 <target>使用者å稱ä¸èƒ½å¤šæ–¼ 50 個字元。</target>
5328 <context-group name="null">
5329 <context context-type="linenumber">1</context>
5330 </context-group>
5331 </trans-unit>
5332 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
5333 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
5334 <target>使用者å稱應該是英文å°å¯«åŠ ä¸Šæ•¸å­—;點與底線也å¯ä»¥ã€‚</target>
5335 <context-group name="null">
5336 <context context-type="linenumber">1</context>
5337 </context-group>
5338 </trans-unit>
4363 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0"> 5339 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
4364 <source>Password must be at least 6 characters long.</source> 5340 <source>Password must be at least 6 characters long.</source>
4365 <target>密碼必須至少 6 個字元長。</target> 5341 <target>密碼必須至少 6 個字元長。</target>
@@ -4423,6 +5399,20 @@ When you will upload a video in this channel, the video support field will be au
4423 <context context-type="linenumber">1</context> 5399 <context context-type="linenumber">1</context>
4424 </context-group> 5400 </context-group>
4425 </trans-unit> 5401 </trans-unit>
5402 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c">
5403 <source>Display name must be at least 1 character long.</source>
5404 <target>顯示å稱必須至少 1 個字元長。</target>
5405 <context-group name="null">
5406 <context context-type="linenumber">1</context>
5407 </context-group>
5408 </trans-unit>
5409 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1">
5410 <source>Display name cannot be more than 50 characters long.</source>
5411 <target>顯示å稱ä¸èƒ½å¤šæ–¼ 50 個字元。</target>
5412 <context-group name="null">
5413 <context context-type="linenumber">1</context>
5414 </context-group>
5415 </trans-unit>
4426 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae"> 5416 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae">
4427 <source>Description must be at least 3 characters long.</source> 5417 <source>Description must be at least 3 characters long.</source>
4428 <target>æ述必須至少 3 個字元長。</target> 5418 <target>æ述必須至少 3 個字元長。</target>
@@ -4472,6 +5462,13 @@ When you will upload a video in this channel, the video support field will be au
4472 <context context-type="linenumber">1</context> 5462 <context context-type="linenumber">1</context>
4473 </context-group> 5463 </context-group>
4474 </trans-unit> 5464 </trans-unit>
5465 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
5466 <source>Report reason cannot be more than 3000 characters long.</source>
5467 <target>回報ç†ç”±ä¸èƒ½å¤šæ–¼ 3000 個字元。</target>
5468 <context-group name="null">
5469 <context context-type="linenumber">1</context>
5470 </context-group>
5471 </trans-unit>
4475 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118"> 5472 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118">
4476 <source>Moderation comment is required.</source> 5473 <source>Moderation comment is required.</source>
4477 <target>管ç†è©•è«–必填。</target> 5474 <target>管ç†è©•è«–必填。</target>
@@ -4486,6 +5483,13 @@ When you will upload a video in this channel, the video support field will be au
4486 <context context-type="linenumber">1</context> 5483 <context context-type="linenumber">1</context>
4487 </context-group> 5484 </context-group>
4488 </trans-unit> 5485 </trans-unit>
5486 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
5487 <source>Moderation comment cannot be more than 3000 characters long.</source>
5488 <target>管ç†ç•™è¨€ä¸èƒ½å¤šæ–¼ 3000 個字元。</target>
5489 <context-group name="null">
5490 <context context-type="linenumber">1</context>
5491 </context-group>
5492 </trans-unit>
4489 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6"> 5493 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6">
4490 <source>The channel is required.</source> 5494 <source>The channel is required.</source>
4491 <target>é »é“必填。</target> 5495 <target>é »é“必填。</target>
@@ -4542,6 +5546,27 @@ When you will upload a video in this channel, the video support field will be au
4542 <context context-type="linenumber">1</context> 5546 <context context-type="linenumber">1</context>
4543 </context-group> 5547 </context-group>
4544 </trans-unit> 5548 </trans-unit>
5549 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76">
5550 <source>Name must be at least 1 character long.</source>
5551 <target>å字必須至少 1 個字元長。</target>
5552 <context-group name="null">
5553 <context context-type="linenumber">1</context>
5554 </context-group>
5555 </trans-unit>
5556 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d">
5557 <source>Name cannot be more than 50 characters long.</source>
5558 <target>åå­—ä¸èƒ½å¤šæ–¼ 50 個字元。</target>
5559 <context-group name="null">
5560 <context context-type="linenumber">1</context>
5561 </context-group>
5562 </trans-unit>
5563 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18">
5564 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
5565 <target>å字應該為英文å°å¯«åŠ ä¸Šæ•¸å­—;點與底線也å¯ä»¥ã€‚</target>
5566 <context-group name="null">
5567 <context context-type="linenumber">1</context>
5568 </context-group>
5569 </trans-unit>
4545 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b"> 5570 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
4546 <source>Support text must be at least 3 characters long.</source> 5571 <source>Support text must be at least 3 characters long.</source>
4547 <target>支æ´æ–‡å­—必須至少 3 個字元長。</target> 5572 <target>支æ´æ–‡å­—必須至少 3 個字元長。</target>
@@ -4577,6 +5602,27 @@ When you will upload a video in this channel, the video support field will be au
4577 <context context-type="linenumber">1</context> 5602 <context context-type="linenumber">1</context>
4578 </context-group> 5603 </context-group>
4579 </trans-unit> 5604 </trans-unit>
5605 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5606 <source>Display name cannot be more than 120 characters long.</source>
5607 <target>顯示å稱ä¸èƒ½å¤šæ–¼ 120 個字元。</target>
5608 <context-group name="null">
5609 <context context-type="linenumber">1</context>
5610 </context-group>
5611 </trans-unit>
5612 <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c">
5613 <source>Privacy is required.</source>
5614 <target>éš±ç§ç‚ºå¿…填。</target>
5615 <context-group name="null">
5616 <context context-type="linenumber">1</context>
5617 </context-group>
5618 </trans-unit>
5619 <trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c">
5620 <source>The channel is required when the playlist is public.</source>
5621 <target>當播放清單是公開的時候,頻é“為必填。</target>
5622 <context-group name="null">
5623 <context context-type="linenumber">1</context>
5624 </context-group>
5625 </trans-unit>
4580 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 5626 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
4581 <source>Video name is required.</source> 5627 <source>Video name is required.</source>
4582 <target>影片å稱為必填。</target> 5628 <target>影片å稱為必填。</target>
@@ -4668,16 +5714,16 @@ When you will upload a video in this channel, the video support field will be au
4668 <context context-type="linenumber">1</context> 5714 <context context-type="linenumber">1</context>
4669 </context-group> 5715 </context-group>
4670 </trans-unit> 5716 </trans-unit>
4671 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4"> 5717 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
4672 <source>All unsaved data will be lost, are you sure you want to leave this page?</source> 5718 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
4673 <target>所有未儲存的資料都將會éºå¤±ï¼Œæ‚¨ç¢ºå®šæ‚¨æƒ³è¦é›¢é–‹æ­¤é é¢å—Žï¼Ÿ</target> 5719 <target>PeerTube 無法處ç†é€™ç¨®æª”案。å¯æŽ¥å—的副檔å為 <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target>
4674 <context-group name="null"> 5720 <context-group name="null">
4675 <context context-type="linenumber">1</context> 5721 <context context-type="linenumber">1</context>
4676 </context-group> 5722 </context-group>
4677 </trans-unit> 5723 </trans-unit>
4678 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01"> 5724 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4">
4679 <source>Warning</source> 5725 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
4680 <target>警告</target> 5726 <target>所有未儲存的資料都將會éºå¤±ï¼Œæ‚¨ç¢ºå®šæ‚¨æƒ³è¦é›¢é–‹æ­¤é é¢å—Žï¼Ÿ</target>
4681 <context-group name="null"> 5727 <context-group name="null">
4682 <context context-type="linenumber">1</context> 5728 <context context-type="linenumber">1</context>
4683 </context-group> 5729 </context-group>
@@ -5004,6 +6050,34 @@ When you will upload a video in this channel, the video support field will be au
5004 <context context-type="linenumber">1</context> 6050 <context context-type="linenumber">1</context>
5005 </context-group> 6051 </context-group>
5006 </trans-unit> 6052 </trans-unit>
6053 <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24">
6054 <source>Hidden</source>
6055 <target>已隱è—</target>
6056 <context-group name="null">
6057 <context context-type="linenumber">1</context>
6058 </context-group>
6059 </trans-unit>
6060 <trans-unit id="75cc14815746a90d424157080fc7efd3e2631654">
6061 <source>Blurred with confirmation request</source>
6062 <target>模糊確èªè«‹æ±‚</target>
6063 <context-group name="null">
6064 <context context-type="linenumber">1</context>
6065 </context-group>
6066 </trans-unit>
6067 <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105">
6068 <source>Displayed</source>
6069 <target>已顯示</target>
6070 <context-group name="null">
6071 <context context-type="linenumber">1</context>
6072 </context-group>
6073 </trans-unit>
6074 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c">
6075 <source>User registration allowed</source>
6076 <target>å…許使用者註冊</target>
6077 <context-group name="null">
6078 <context context-type="linenumber">1</context>
6079 </context-group>
6080 </trans-unit>
5007 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411"> 6081 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411">
5008 <source>Transcode your videos in multiple resolutions</source> 6082 <source>Transcode your videos in multiple resolutions</source>
5009 <target>將您的影片以多種解æžåº¦è½‰æ›ç·¨ç¢¼</target> 6083 <target>將您的影片以多種解æžåº¦è½‰æ›ç·¨ç¢¼</target>
@@ -5060,83 +6134,6 @@ When you will upload a video in this channel, the video support field will be au
5060 <context context-type="linenumber">1</context> 6134 <context context-type="linenumber">1</context>
5061 </context-group> 6135 </context-group>
5062 </trans-unit> 6136 </trans-unit>
5063 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
5064 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
5065 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> å¹´å‰</target>
5066 <context-group name="null">
5067 <context context-type="linenumber">1</context>
5068 </context-group>
5069 </trans-unit>
5070 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
5071 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
5072 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 個月å‰</target>
5073 <context-group name="null">
5074 <context context-type="linenumber">1</context>
5075 </context-group>
5076 </trans-unit>
5077 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
5078 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
5079 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 個月å‰</target>
5080 <context-group name="null">
5081 <context context-type="linenumber">1</context>
5082 </context-group>
5083 </trans-unit>
5084 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
5085 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
5086 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 週å‰</target>
5087 <context-group name="null">
5088 <context context-type="linenumber">1</context>
5089 </context-group>
5090 </trans-unit>
5091 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
5092 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
5093 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 週å‰</target>
5094 <context-group name="null">
5095 <context context-type="linenumber">1</context>
5096 </context-group>
5097 </trans-unit>
5098 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
5099 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
5100 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 天å‰</target>
5101 <context-group name="null">
5102 <context context-type="linenumber">1</context>
5103 </context-group>
5104 </trans-unit>
5105 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
5106 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
5107 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 天å‰</target>
5108 <context-group name="null">
5109 <context context-type="linenumber">1</context>
5110 </context-group>
5111 </trans-unit>
5112 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
5113 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
5114 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> å°æ™‚å‰</target>
5115 <context-group name="null">
5116 <context context-type="linenumber">1</context>
5117 </context-group>
5118 </trans-unit>
5119 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
5120 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
5121 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> å°æ™‚å‰</target>
5122 <context-group name="null">
5123 <context context-type="linenumber">1</context>
5124 </context-group>
5125 </trans-unit>
5126 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
5127 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
5128 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 分é˜å‰</target>
5129 <context-group name="null">
5130 <context context-type="linenumber">1</context>
5131 </context-group>
5132 </trans-unit>
5133 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
5134 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
5135 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 秒å‰</target>
5136 <context-group name="null">
5137 <context context-type="linenumber">1</context>
5138 </context-group>
5139 </trans-unit>
5140 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 6137 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
5141 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 6138 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
5142 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 相容支æ´ï¼š</target> 6139 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 相容支æ´ï¼š</target>
@@ -5389,6 +6386,132 @@ When you will upload a video in this channel, the video support field will be au
5389 <context context-type="linenumber">1</context> 6386 <context context-type="linenumber">1</context>
5390 </context-group> 6387 </context-group>
5391 </trans-unit> 6388 </trans-unit>
6389 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78">
6390 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source>
6391 <target>影片已從 <x id="INTERPOLATION" equiv-text="{{name}}"/> 移除</target>
6392 <context-group name="null">
6393 <context context-type="linenumber">1</context>
6394 </context-group>
6395 </trans-unit>
6396 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de">
6397 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source>
6398 <target>影片新增於 <x id="INTERPOLATION" equiv-text="{{n}}"/> 在時間戳 <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target>
6399 <context-group name="null">
6400 <context context-type="linenumber">1</context>
6401 </context-group>
6402 </trans-unit>
6403 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f">
6404 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source>
6405 <target>影片已新增於 <x id="INTERPOLATION" equiv-text="{{n}}"/></target>
6406 <context-group name="null">
6407 <context context-type="linenumber">1</context>
6408 </context-group>
6409 </trans-unit>
6410 <trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8">
6411 <source>Timestamps updated</source>
6412 <target>時間戳已更新</target>
6413 <context-group name="null">
6414 <context context-type="linenumber">1</context>
6415 </context-group>
6416 </trans-unit>
6417 <trans-unit id="28d23ed47149ffd34c2ebd58bfeb4601649c784f">
6418 <source>Starts at </source>
6419 <target>開始於</target>
6420 <context-group name="null">
6421 <context context-type="linenumber">1</context>
6422 </context-group>
6423 </trans-unit>
6424 <trans-unit id="1e40e4317900075588705bc4084fda4b2ddb3372">
6425 <source>Stops at </source>
6426 <target>åœæ­¢æ–¼</target>
6427 <context-group name="null">
6428 <context context-type="linenumber">1</context>
6429 </context-group>
6430 </trans-unit>
6431 <trans-unit id="1b8201c470a1635cc9beab9adb90eabd19fc9691">
6432 <source> and stops at </source>
6433 <target>且åœæ­¢æ–¼</target>
6434 <context-group name="null">
6435 <context context-type="linenumber">1</context>
6436 </context-group>
6437 </trans-unit>
6438 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
6439 <source>Video blacklisted.</source>
6440 <target>影片已被加入黑å單。</target>
6441 <context-group name="null">
6442 <context context-type="linenumber">1</context>
6443 </context-group>
6444 </trans-unit>
6445 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
6446 <source>Copied</source>
6447 <target>已複製</target>
6448 <context-group name="null">
6449 <context context-type="linenumber">1</context>
6450 </context-group>
6451 </trans-unit>
6452 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
6453 <source>Video reported.</source>
6454 <target>影片已回報。</target>
6455 <context-group name="null">
6456 <context context-type="linenumber">1</context>
6457 </context-group>
6458 </trans-unit>
6459 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
6460 <source>Do you really want to delete this video?</source>
6461 <target>您真的想è¦åˆªé™¤æ­¤å½±ç‰‡å—Žï¼Ÿ</target>
6462 <context-group name="null">
6463 <context context-type="linenumber">1</context>
6464 </context-group>
6465 </trans-unit>
6466 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
6467 <source>Blacklist</source>
6468 <target>黑åå–®</target>
6469 <context-group name="null">
6470 <context context-type="linenumber">1</context>
6471 </context-group>
6472 </trans-unit>
6473 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
6474 <source>Report</source>
6475 <target>回報</target>
6476 <context-group name="null">
6477 <context context-type="linenumber">1</context>
6478 </context-group>
6479 </trans-unit>
6480 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
6481 <source>Published</source>
6482 <target>已發佈</target>
6483 <context-group name="null">
6484 <context context-type="linenumber">1</context>
6485 </context-group>
6486 </trans-unit>
6487 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
6488 <source>Publication scheduled on </source>
6489 <target>計畫發佈於 </target>
6490 <context-group name="null">
6491 <context context-type="linenumber">1</context>
6492 </context-group>
6493 </trans-unit>
6494 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
6495 <source>Waiting transcoding</source>
6496 <target>正在等待轉æ›ç·¨ç¢¼</target>
6497 <context-group name="null">
6498 <context context-type="linenumber">1</context>
6499 </context-group>
6500 </trans-unit>
6501 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
6502 <source>To transcode</source>
6503 <target>轉æ›ç·¨ç¢¼</target>
6504 <context-group name="null">
6505 <context context-type="linenumber">1</context>
6506 </context-group>
6507 </trans-unit>
6508 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
6509 <source>To import</source>
6510 <target>匯入</target>
6511 <context-group name="null">
6512 <context context-type="linenumber">1</context>
6513 </context-group>
6514 </trans-unit>
5392 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 6515 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
5393 <source>Only I can see this video</source> 6516 <source>Only I can see this video</source>
5394 <target>åªæœ‰æˆ‘å¯ä»¥çœ‹è¦‹æ­¤å½±ç‰‡</target> 6517 <target>åªæœ‰æˆ‘å¯ä»¥çœ‹è¦‹æ­¤å½±ç‰‡</target>
@@ -5480,6 +6603,13 @@ When you will upload a video in this channel, the video support field will be au
5480 <context context-type="linenumber">1</context> 6603 <context context-type="linenumber">1</context>
5481 </context-group> 6604 </context-group>
5482 </trans-unit> 6605 </trans-unit>
6606 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
6607 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
6608 <target>您有未儲存的變更ï¼å¦‚果您離開,您的變更將會éºå¤±ã€‚</target>
6609 <context-group name="null">
6610 <context context-type="linenumber">1</context>
6611 </context-group>
6612 </trans-unit>
5483 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187"> 6613 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
5484 <source>Video updated.</source> 6614 <source>Video updated.</source>
5485 <target>影片已更新。</target> 6615 <target>影片已更新。</target>
@@ -5494,30 +6624,16 @@ When you will upload a video in this channel, the video support field will be au
5494 <context context-type="linenumber">1</context> 6624 <context context-type="linenumber">1</context>
5495 </context-group> 6625 </context-group>
5496 </trans-unit> 6626 </trans-unit>
5497 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3"> 6627 <trans-unit id="f18ffad7896788364e69a9ac6a376c84f54c58f7">
5498 <source>Video blacklisted.</source> 6628 <source> The deletion will be sent to remote instances so they remove the comment too.</source>
5499 <target>影片已被加入黑å單。</target> 6629 <target>刪除將會傳é€åˆ°é ç«¯å¯¦é«”,因此他們也會移除留言。</target>
5500 <context-group name="null">
5501 <context context-type="linenumber">1</context>
5502 </context-group>
5503 </trans-unit>
5504 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
5505 <source>Copied</source>
5506 <target>已複製</target>
5507 <context-group name="null">
5508 <context context-type="linenumber">1</context>
5509 </context-group>
5510 </trans-unit>
5511 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
5512 <source>Video reported.</source>
5513 <target>影片已回報。</target>
5514 <context-group name="null"> 6630 <context-group name="null">
5515 <context context-type="linenumber">1</context> 6631 <context context-type="linenumber">1</context>
5516 </context-group> 6632 </context-group>
5517 </trans-unit> 6633 </trans-unit>
5518 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f"> 6634 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
5519 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source> 6635 <source> It is a remote comment, so the deletion will only be effective on your instance.</source>
5520 <target>從 <x id="INTERPOLATION" equiv-text="{{timestamp}}"/> 開始</target> 6636 <target>其為é ç«¯ç•™è¨€ï¼Œæ‰€ä»¥åˆªé™¤åªæœƒåœ¨æ‚¨çš„實體上生效。</target>
5521 <context-group name="null"> 6637 <context-group name="null">
5522 <context context-type="linenumber">1</context> 6638 <context context-type="linenumber">1</context>
5523 </context-group> 6639 </context-group>
@@ -5536,13 +6652,6 @@ When you will upload a video in this channel, the video support field will be au
5536 <context context-type="linenumber">1</context> 6652 <context context-type="linenumber">1</context>
5537 </context-group> 6653 </context-group>
5538 </trans-unit> 6654 </trans-unit>
5539 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
5540 <source>Do you really want to delete this video?</source>
5541 <target>您真的想è¦åˆªé™¤æ­¤å½±ç‰‡å—Žï¼Ÿ</target>
5542 <context-group name="null">
5543 <context context-type="linenumber">1</context>
5544 </context-group>
5545 </trans-unit>
5546 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 6655 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
5547 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source> 6656 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
5548 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> 個ä¸å–œæ­¡</target> 6657 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> 個ä¸å–œæ­¡</target>
@@ -5564,6 +6673,34 @@ When you will upload a video in this channel, the video support field will be au
5564 <context context-type="linenumber">1</context> 6673 <context context-type="linenumber">1</context>
5565 </context-group> 6674 </context-group>
5566 </trans-unit> 6675 </trans-unit>
6676 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
6677 <source>Trending for the last 24 hours</source>
6678 <target>éŽåŽ»24å°æ™‚的趨勢</target>
6679 <context-group name="null">
6680 <context context-type="linenumber">1</context>
6681 </context-group>
6682 </trans-unit>
6683 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e">
6684 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source>
6685 <target>趨勢影片是在éŽåŽ»24å°æ™‚內總和最多觀看數的影片</target>
6686 <context-group name="null">
6687 <context context-type="linenumber">1</context>
6688 </context-group>
6689 </trans-unit>
6690 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6691 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6692 <target>éŽåŽ»<x id="INTERPOLATION" equiv-text="{{days}}"/>天的趨勢。</target>
6693 <context-group name="null">
6694 <context context-type="linenumber">1</context>
6695 </context-group>
6696 </trans-unit>
6697 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509">
6698 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6699 <target>趨勢影片是éŽåŽ» <x id="INTERPOLATION" equiv-text="{{days}}"/> 天內總和觀看數最多的影片</target>
6700 <context-group name="null">
6701 <context context-type="linenumber">1</context>
6702 </context-group>
6703 </trans-unit>
5567 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 6704 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
5568 <source>Videos from your subscriptions</source> 6705 <source>Videos from your subscriptions</source>
5569 <target>從您的訂閱而來的影片</target> 6706 <target>從您的訂閱而來的影片</target>
diff --git a/client/src/locale/target/iso639_gl_ES.xml b/client/src/locale/target/iso639_gl_ES.xml
index 203a65207..38d1eb9c6 100644
--- a/client/src/locale/target/iso639_gl_ES.xml
+++ b/client/src/locale/target/iso639_gl_ES.xml
@@ -507,6 +507,10 @@
507 <source>Nyanja</source> 507 <source>Nyanja</source>
508 <target>Nyanja</target> 508 <target>Nyanja</target>
509 </trans-unit> 509 </trans-unit>
510 <trans-unit id="Occitan">
511 <source>Occitan</source>
512 <target>Occitano</target>
513 </trans-unit>
510 <trans-unit id="Ojibwa"> 514 <trans-unit id="Ojibwa">
511 <source>Ojibwa</source> 515 <source>Ojibwa</source>
512 <target>Ojibwa</target> 516 <target>Ojibwa</target>
diff --git a/client/src/locale/target/iso639_nl_NL.xml b/client/src/locale/target/iso639_nl_NL.xml
deleted file mode 100644
index b3a4ff541..000000000
--- a/client/src/locale/target/iso639_nl_NL.xml
+++ /dev/null
@@ -1,775 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="nl-NL">
5 <body>
6 <trans-unit id="Afar">
7 <source>Afar</source>
8 <target>Ver</target>
9 </trans-unit>
10 <trans-unit id="Abkhazian">
11 <source>Abkhazian</source>
12 <target>Abchazisch</target>
13 </trans-unit>
14 <trans-unit id="Afrikaans">
15 <source>Afrikaans</source>
16 <target>Afrikaans</target>
17 </trans-unit>
18 <trans-unit id="Akan">
19 <source>Akan</source>
20 <target>Akan</target>
21 </trans-unit>
22 <trans-unit id="Amharic">
23 <source>Amharic</source>
24 <target>Amhaars</target>
25 </trans-unit>
26 <trans-unit id="Arabic">
27 <source>Arabic</source>
28 <target>Arabisch</target>
29 </trans-unit>
30 <trans-unit id="Aragonese">
31 <source>Aragonese</source>
32 <target>Aragonees</target>
33 </trans-unit>
34 <trans-unit id="American Sign Language">
35 <source>American Sign Language</source>
36 <target>Amerikaanse gebarentaal</target>
37 </trans-unit>
38 <trans-unit id="Assamese">
39 <source>Assamese</source>
40 <target>Assamees</target>
41 </trans-unit>
42 <trans-unit id="Avaric">
43 <source>Avaric</source>
44 <target>Avaars</target>
45 </trans-unit>
46 <trans-unit id="Kotava">
47 <source>Kotava</source>
48 <target>Kotava</target>
49 </trans-unit>
50 <trans-unit id="Aymara">
51 <source>Aymara</source>
52 <target>Aymara</target>
53 </trans-unit>
54 <trans-unit id="Azerbaijani">
55 <source>Azerbaijani</source>
56 <target>Azerbeidzjaans</target>
57 </trans-unit>
58 <trans-unit id="Bashkir">
59 <source>Bashkir</source>
60 <target>Basjkiers</target>
61 </trans-unit>
62 <trans-unit id="Bambara">
63 <source>Bambara</source>
64 <target>Bambara</target>
65 </trans-unit>
66 <trans-unit id="Belarusian">
67 <source>Belarusian</source>
68 <target>Wit-Russisch</target>
69 </trans-unit>
70 <trans-unit id="Bengali">
71 <source>Bengali</source>
72 <target>Bengaals</target>
73 </trans-unit>
74 <trans-unit id="British Sign Language">
75 <source>British Sign Language</source>
76 <target>Britse gebarentaal</target>
77 </trans-unit>
78 <trans-unit id="Bislama">
79 <source>Bislama</source>
80 <target>Bislama</target>
81 </trans-unit>
82 <trans-unit id="Tibetan">
83 <source>Tibetan</source>
84 <target>Tibetaans</target>
85 </trans-unit>
86 <trans-unit id="Bosnian">
87 <source>Bosnian</source>
88 <target>Bosnisch</target>
89 </trans-unit>
90 <trans-unit id="Breton">
91 <source>Breton</source>
92 <target>Bretoens</target>
93 </trans-unit>
94 <trans-unit id="Bulgarian">
95 <source>Bulgarian</source>
96 <target>Bulgaars</target>
97 </trans-unit>
98 <trans-unit id="Brazilian Sign Language">
99 <source>Brazilian Sign Language</source>
100 <target>Braziliaanse gebarentaal</target>
101 </trans-unit>
102 <trans-unit id="Catalan">
103 <source>Catalan</source>
104 <target>Catalaans</target>
105 </trans-unit>
106 <trans-unit id="Czech">
107 <source>Czech</source>
108 <target>Tsjechisch</target>
109 </trans-unit>
110 <trans-unit id="Chamorro">
111 <source>Chamorro</source>
112 <target>Chamorro</target>
113 </trans-unit>
114 <trans-unit id="Chechen">
115 <source>Chechen</source>
116 <target>Tsjetsjeens</target>
117 </trans-unit>
118 <trans-unit id="Chuvash">
119 <source>Chuvash</source>
120 <target>Tsjoevasjisch</target>
121 </trans-unit>
122 <trans-unit id="Cornish">
123 <source>Cornish</source>
124 <target>Cornisch</target>
125 </trans-unit>
126 <trans-unit id="Corsican">
127 <source>Corsican</source>
128 <target>Corsicaans</target>
129 </trans-unit>
130 <trans-unit id="Cree">
131 <source>Cree</source>
132 <target>Cree</target>
133 </trans-unit>
134 <trans-unit id="Czech Sign Language">
135 <source>Czech Sign Language</source>
136 <target>Tsjechische gebarentaal</target>
137 </trans-unit>
138 <trans-unit id="Chinese Sign Language">
139 <source>Chinese Sign Language</source>
140 <target>Chinese gebarentaal</target>
141 </trans-unit>
142 <trans-unit id="Welsh">
143 <source>Welsh</source>
144 <target>Welsh</target>
145 </trans-unit>
146 <trans-unit id="Danish">
147 <source>Danish</source>
148 <target>Deens</target>
149 </trans-unit>
150 <trans-unit id="German">
151 <source>German</source>
152 <target>Duits</target>
153 </trans-unit>
154 <trans-unit id="Dhivehi">
155 <source>Dhivehi</source>
156 <target>Divehi</target>
157 </trans-unit>
158 <trans-unit id="Danish Sign Language">
159 <source>Danish Sign Language</source>
160 <target>Deense gebarentaal</target>
161 </trans-unit>
162 <trans-unit id="Dzongkha">
163 <source>Dzongkha</source>
164 <target>Dzongkha</target>
165 </trans-unit>
166 <trans-unit id="Modern Greek (1453-)">
167 <source>Modern Greek (1453-)</source>
168 <target>Modern Grieks (1453-)</target>
169 </trans-unit>
170 <trans-unit id="English">
171 <source>English</source>
172 <target>Engels</target>
173 </trans-unit>
174 <trans-unit id="Esperanto">
175 <source>Esperanto</source>
176 <target>Esperanto</target>
177 </trans-unit>
178 <trans-unit id="Estonian">
179 <source>Estonian</source>
180 <target>Ests</target>
181 </trans-unit>
182 <trans-unit id="Basque">
183 <source>Basque</source>
184 <target>Baskisch</target>
185 </trans-unit>
186 <trans-unit id="Ewe">
187 <source>Ewe</source>
188 <target>Ewe</target>
189 </trans-unit>
190 <trans-unit id="Faroese">
191 <source>Faroese</source>
192 <target>Faeröers</target>
193 </trans-unit>
194 <trans-unit id="Persian">
195 <source>Persian</source>
196 <target>Perzisch</target>
197 </trans-unit>
198 <trans-unit id="Fijian">
199 <source>Fijian</source>
200 <target>Fijisch</target>
201 </trans-unit>
202 <trans-unit id="Finnish">
203 <source>Finnish</source>
204 <target>Fins</target>
205 </trans-unit>
206 <trans-unit id="French">
207 <source>French</source>
208 <target>Frans</target>
209 </trans-unit>
210 <trans-unit id="Western Frisian">
211 <source>Western Frisian</source>
212 <target>West-Fries</target>
213 </trans-unit>
214 <trans-unit id="French Sign Language">
215 <source>French Sign Language</source>
216 <target>Franse gebarentaal</target>
217 </trans-unit>
218 <trans-unit id="Fulah">
219 <source>Fulah</source>
220 <target>Fula</target>
221 </trans-unit>
222 <trans-unit id="Scottish Gaelic">
223 <source>Scottish Gaelic</source>
224 <target>Schots Gaelic</target>
225 </trans-unit>
226 <trans-unit id="Irish">
227 <source>Irish</source>
228 <target>Iers</target>
229 </trans-unit>
230 <trans-unit id="Galician">
231 <source>Galician</source>
232 <target>Galicisch</target>
233 </trans-unit>
234 <trans-unit id="Manx">
235 <source>Manx</source>
236 <target>Manx-Gaelisch</target>
237 </trans-unit>
238 <trans-unit id="Guarani">
239 <source>Guarani</source>
240 <target>Guaraní</target>
241 </trans-unit>
242 <trans-unit id="German Sign Language">
243 <source>German Sign Language</source>
244 <target>Duitse gebarentaal</target>
245 </trans-unit>
246 <trans-unit id="Gujarati">
247 <source>Gujarati</source>
248 <target>Gujarati</target>
249 </trans-unit>
250 <trans-unit id="Haitian">
251 <source>Haitian</source>
252 <target>Haïtiaans</target>
253 </trans-unit>
254 <trans-unit id="Hausa">
255 <source>Hausa</source>
256 <target>Hausa</target>
257 </trans-unit>
258 <trans-unit id="Serbo-Croatian">
259 <source>Serbo-Croatian</source>
260 <target>Servo-Kroatisch</target>
261 </trans-unit>
262 <trans-unit id="Hebrew">
263 <source>Hebrew</source>
264 <target>Hebreeuws</target>
265 </trans-unit>
266 <trans-unit id="Herero">
267 <source>Herero</source>
268 <target>Herero</target>
269 </trans-unit>
270 <trans-unit id="Hindi">
271 <source>Hindi</source>
272 <target>Hindi</target>
273 </trans-unit>
274 <trans-unit id="Hiri Motu">
275 <source>Hiri Motu</source>
276 <target>Hiri Motu</target>
277 </trans-unit>
278 <trans-unit id="Croatian">
279 <source>Croatian</source>
280 <target>Kroatisch</target>
281 </trans-unit>
282 <trans-unit id="Hungarian">
283 <source>Hungarian</source>
284 <target>Hongaars</target>
285 </trans-unit>
286 <trans-unit id="Armenian">
287 <source>Armenian</source>
288 <target>Armeens</target>
289 </trans-unit>
290 <trans-unit id="Igbo">
291 <source>Igbo</source>
292 <target>Igbo</target>
293 </trans-unit>
294 <trans-unit id="Sichuan Yi">
295 <source>Sichuan Yi</source>
296 <target>Nuoso</target>
297 </trans-unit>
298 <trans-unit id="Inuktitut">
299 <source>Inuktitut</source>
300 <target>Inuktitut</target>
301 </trans-unit>
302 <trans-unit id="Indonesian">
303 <source>Indonesian</source>
304 <target>Indonesisch</target>
305 </trans-unit>
306 <trans-unit id="Inupiaq">
307 <source>Inupiaq</source>
308 <target>Inupiak</target>
309 </trans-unit>
310 <trans-unit id="Icelandic">
311 <source>Icelandic</source>
312 <target>IJslands</target>
313 </trans-unit>
314 <trans-unit id="Italian">
315 <source>Italian</source>
316 <target>Italiaans</target>
317 </trans-unit>
318 <trans-unit id="Javanese">
319 <source>Javanese</source>
320 <target>Javaans</target>
321 </trans-unit>
322 <trans-unit id="Lojban">
323 <source>Lojban</source>
324 <target>Lojban</target>
325 </trans-unit>
326 <trans-unit id="Japanese">
327 <source>Japanese</source>
328 <target>Japans</target>
329 </trans-unit>
330 <trans-unit id="Japanese Sign Language">
331 <source>Japanese Sign Language</source>
332 <target>Japanse gebarentaal</target>
333 </trans-unit>
334 <trans-unit id="Kalaallisut">
335 <source>Kalaallisut</source>
336 <target>Groenlands</target>
337 </trans-unit>
338 <trans-unit id="Kannada">
339 <source>Kannada</source>
340 <target>Kannada</target>
341 </trans-unit>
342 <trans-unit id="Kashmiri">
343 <source>Kashmiri</source>
344 <target>Kasjmiri</target>
345 </trans-unit>
346 <trans-unit id="Georgian">
347 <source>Georgian</source>
348 <target>Georgisch</target>
349 </trans-unit>
350 <trans-unit id="Kanuri">
351 <source>Kanuri</source>
352 <target>Kanuri</target>
353 </trans-unit>
354 <trans-unit id="Kazakh">
355 <source>Kazakh</source>
356 <target>Kazachs</target>
357 </trans-unit>
358 <trans-unit id="Khmer">
359 <source>Khmer</source>
360 <target>Khmer</target>
361 </trans-unit>
362 <trans-unit id="Kikuyu">
363 <source>Kikuyu</source>
364 <target>Gikuyu</target>
365 </trans-unit>
366 <trans-unit id="Kinyarwanda">
367 <source>Kinyarwanda</source>
368 <target>Kinyarwanda</target>
369 </trans-unit>
370 <trans-unit id="Kirghiz">
371 <source>Kirghiz</source>
372 <target>Kirgizisch</target>
373 </trans-unit>
374 <trans-unit id="Komi">
375 <source>Komi</source>
376 <target>Zurjeens</target>
377 </trans-unit>
378 <trans-unit id="Kongo">
379 <source>Kongo</source>
380 <target>Kongo</target>
381 </trans-unit>
382 <trans-unit id="Korean">
383 <source>Korean</source>
384 <target>Koreaans</target>
385 </trans-unit>
386 <trans-unit id="Kuanyama">
387 <source>Kuanyama</source>
388 <target>Kwanyama</target>
389 </trans-unit>
390 <trans-unit id="Kurdish">
391 <source>Kurdish</source>
392 <target>Koerdisch</target>
393 </trans-unit>
394 <trans-unit id="Lao">
395 <source>Lao</source>
396 <target>Laotiaans</target>
397 </trans-unit>
398 <trans-unit id="Latvian">
399 <source>Latvian</source>
400 <target>Lets</target>
401 </trans-unit>
402 <trans-unit id="Limburgan">
403 <source>Limburgan</source>
404 <target>Limburgs</target>
405 </trans-unit>
406 <trans-unit id="Lingala">
407 <source>Lingala</source>
408 <target>Lingala</target>
409 </trans-unit>
410 <trans-unit id="Lithuanian">
411 <source>Lithuanian</source>
412 <target>Litouws</target>
413 </trans-unit>
414 <trans-unit id="Luxembourgish">
415 <source>Luxembourgish</source>
416 <target>Luxemburgs</target>
417 </trans-unit>
418 <trans-unit id="Luba-Katanga">
419 <source>Luba-Katanga</source>
420 <target>Luba-Katanga</target>
421 </trans-unit>
422 <trans-unit id="Ganda">
423 <source>Ganda</source>
424 <target>Luganda</target>
425 </trans-unit>
426 <trans-unit id="Marshallese">
427 <source>Marshallese</source>
428 <target>Marshallees</target>
429 </trans-unit>
430 <trans-unit id="Malayalam">
431 <source>Malayalam</source>
432 <target>Malayalam</target>
433 </trans-unit>
434 <trans-unit id="Marathi">
435 <source>Marathi</source>
436 <target>Marathi</target>
437 </trans-unit>
438 <trans-unit id="Macedonian">
439 <source>Macedonian</source>
440 <target>Macedonisch</target>
441 </trans-unit>
442 <trans-unit id="Malagasy">
443 <source>Malagasy</source>
444 <target>Malagasi</target>
445 </trans-unit>
446 <trans-unit id="Maltese">
447 <source>Maltese</source>
448 <target>Maltees</target>
449 </trans-unit>
450 <trans-unit id="Mongolian">
451 <source>Mongolian</source>
452 <target>Mongools</target>
453 </trans-unit>
454 <trans-unit id="Maori">
455 <source>Maori</source>
456 <target>Maori</target>
457 </trans-unit>
458 <trans-unit id="Malay (macrolanguage)">
459 <source>Malay (macrolanguage)</source>
460 <target>Maleis (macrotaal)</target>
461 </trans-unit>
462 <trans-unit id="Burmese">
463 <source>Burmese</source>
464 <target>Birmaans</target>
465 </trans-unit>
466 <trans-unit id="Nauru">
467 <source>Nauru</source>
468 <target>Nauruaans</target>
469 </trans-unit>
470 <trans-unit id="Navajo">
471 <source>Navajo</source>
472 <target>Navajo</target>
473 </trans-unit>
474 <trans-unit id="South Ndebele">
475 <source>South Ndebele</source>
476 <target>Zuid-Ndebele</target>
477 </trans-unit>
478 <trans-unit id="North Ndebele">
479 <source>North Ndebele</source>
480 <target>Noord-Ndebele</target>
481 </trans-unit>
482 <trans-unit id="Ndonga">
483 <source>Ndonga</source>
484 <target>Ndonga</target>
485 </trans-unit>
486 <trans-unit id="Nepali (macrolanguage)">
487 <source>Nepali (macrolanguage)</source>
488 <target>Nepalees</target>
489 </trans-unit>
490 <trans-unit id="Dutch">
491 <source>Dutch</source>
492 <target>Nederlands</target>
493 </trans-unit>
494 <trans-unit id="Norwegian Nynorsk">
495 <source>Norwegian Nynorsk</source>
496 <target>Noors Nynorsk</target>
497 </trans-unit>
498 <trans-unit id="Norwegian Bokmål">
499 <source>Norwegian Bokmål</source>
500 <target>Noors Bokmål</target>
501 </trans-unit>
502 <trans-unit id="Norwegian">
503 <source>Norwegian</source>
504 <target>Noors</target>
505 </trans-unit>
506 <trans-unit id="Nyanja">
507 <source>Nyanja</source>
508 <target>Nyanja</target>
509 </trans-unit>
510 <trans-unit id="Occitan">
511 <source>Occitan</source>
512 <target>Occitan</target>
513 </trans-unit>
514 <trans-unit id="Ojibwa">
515 <source>Ojibwa</source>
516 <target>Ojibwe</target>
517 </trans-unit>
518 <trans-unit id="Oriya (macrolanguage)">
519 <source>Oriya (macrolanguage)</source>
520 <target>Odia</target>
521 </trans-unit>
522 <trans-unit id="Oromo">
523 <source>Oromo</source>
524 <target>Afaan Oromo</target>
525 </trans-unit>
526 <trans-unit id="Ossetian">
527 <source>Ossetian</source>
528 <target>Ossetisch</target>
529 </trans-unit>
530 <trans-unit id="Panjabi">
531 <source>Panjabi</source>
532 <target>Punjabi</target>
533 </trans-unit>
534 <trans-unit id="Pakistan Sign Language">
535 <source>Pakistan Sign Language</source>
536 <target>Pakistaanse gebarentaal</target>
537 </trans-unit>
538 <trans-unit id="Polish">
539 <source>Polish</source>
540 <target>Pools</target>
541 </trans-unit>
542 <trans-unit id="Portuguese">
543 <source>Portuguese</source>
544 <target>Portugees</target>
545 </trans-unit>
546 <trans-unit id="Pushto">
547 <source>Pushto</source>
548 <target>Pasjtoe</target>
549 </trans-unit>
550 <trans-unit id="Quechua">
551 <source>Quechua</source>
552 <target>Quechua</target>
553 </trans-unit>
554 <trans-unit id="Romansh">
555 <source>Romansh</source>
556 <target>Reto-Romaans</target>
557 </trans-unit>
558 <trans-unit id="Romanian">
559 <source>Romanian</source>
560 <target>Roemeens</target>
561 </trans-unit>
562 <trans-unit id="Russian Sign Language">
563 <source>Russian Sign Language</source>
564 <target>Russische gebarentaal</target>
565 </trans-unit>
566 <trans-unit id="Rundi">
567 <source>Rundi</source>
568 <target>Kirundi</target>
569 </trans-unit>
570 <trans-unit id="Russian">
571 <source>Russian</source>
572 <target>Russisch</target>
573 </trans-unit>
574 <trans-unit id="Sango">
575 <source>Sango</source>
576 <target>Sango</target>
577 </trans-unit>
578 <trans-unit id="Saudi Arabian Sign Language">
579 <source>Saudi Arabian Sign Language</source>
580 <target>Saoedi-Arabische gebarentaal</target>
581 </trans-unit>
582 <trans-unit id="South African Sign Language">
583 <source>South African Sign Language</source>
584 <target>Zuid-Afrikaanse gebarentaal</target>
585 </trans-unit>
586 <trans-unit id="Sinhala">
587 <source>Sinhala</source>
588 <target>Sinhalees</target>
589 </trans-unit>
590 <trans-unit id="Slovak">
591 <source>Slovak</source>
592 <target>Slovaaks</target>
593 </trans-unit>
594 <trans-unit id="Slovenian">
595 <source>Slovenian</source>
596 <target>Sloveens</target>
597 </trans-unit>
598 <trans-unit id="Northern Sami">
599 <source>Northern Sami</source>
600 <target>Noord-Samisch</target>
601 </trans-unit>
602 <trans-unit id="Samoan">
603 <source>Samoan</source>
604 <target>Samoaans</target>
605 </trans-unit>
606 <trans-unit id="Shona">
607 <source>Shona</source>
608 <target>Shona</target>
609 </trans-unit>
610 <trans-unit id="Sindhi">
611 <source>Sindhi</source>
612 <target>Sindhi</target>
613 </trans-unit>
614 <trans-unit id="Somali">
615 <source>Somali</source>
616 <target>Somalisch</target>
617 </trans-unit>
618 <trans-unit id="Southern Sotho">
619 <source>Southern Sotho</source>
620 <target>Zuid-Sotho</target>
621 </trans-unit>
622 <trans-unit id="Spanish">
623 <source>Spanish</source>
624 <target>Spaans</target>
625 </trans-unit>
626 <trans-unit id="Albanian">
627 <source>Albanian</source>
628 <target>Albanees</target>
629 </trans-unit>
630 <trans-unit id="Sardinian">
631 <source>Sardinian</source>
632 <target>Sardijns</target>
633 </trans-unit>
634 <trans-unit id="Serbian">
635 <source>Serbian</source>
636 <target>Servisch</target>
637 </trans-unit>
638 <trans-unit id="Swati">
639 <source>Swati</source>
640 <target>Swazi</target>
641 </trans-unit>
642 <trans-unit id="Sundanese">
643 <source>Sundanese</source>
644 <target>Soendanees</target>
645 </trans-unit>
646 <trans-unit id="Swahili (macrolanguage)">
647 <source>Swahili (macrolanguage)</source>
648 <target>Swahili (macrotaal)</target>
649 </trans-unit>
650 <trans-unit id="Swedish">
651 <source>Swedish</source>
652 <target>Zweeds</target>
653 </trans-unit>
654 <trans-unit id="Swedish Sign Language">
655 <source>Swedish Sign Language</source>
656 <target>Zweedse gebarentaal</target>
657 </trans-unit>
658 <trans-unit id="Tahitian">
659 <source>Tahitian</source>
660 <target>Tahitiaans</target>
661 </trans-unit>
662 <trans-unit id="Tamil">
663 <source>Tamil</source>
664 <target>Tamil</target>
665 </trans-unit>
666 <trans-unit id="Tatar">
667 <source>Tatar</source>
668 <target>Tataars</target>
669 </trans-unit>
670 <trans-unit id="Telugu">
671 <source>Telugu</source>
672 <target>Telugu</target>
673 </trans-unit>
674 <trans-unit id="Tajik">
675 <source>Tajik</source>
676 <target>Tadzjieks</target>
677 </trans-unit>
678 <trans-unit id="Tagalog">
679 <source>Tagalog</source>
680 <target>Tagalog</target>
681 </trans-unit>
682 <trans-unit id="Thai">
683 <source>Thai</source>
684 <target>Thais</target>
685 </trans-unit>
686 <trans-unit id="Tigrinya">
687 <source>Tigrinya</source>
688 <target>Tigrinya</target>
689 </trans-unit>
690 <trans-unit id="Klingon">
691 <source>Klingon</source>
692 <target>Klingon</target>
693 </trans-unit>
694 <trans-unit id="Tonga (Tonga Islands)">
695 <source>Tonga (Tonga Islands)</source>
696 <target>Tongaans</target>
697 </trans-unit>
698 <trans-unit id="Tswana">
699 <source>Tswana</source>
700 <target>Tswana</target>
701 </trans-unit>
702 <trans-unit id="Tsonga">
703 <source>Tsonga</source>
704 <target>Tsonga</target>
705 </trans-unit>
706 <trans-unit id="Turkmen">
707 <source>Turkmen</source>
708 <target>Turkmeens</target>
709 </trans-unit>
710 <trans-unit id="Turkish">
711 <source>Turkish</source>
712 <target>Turks</target>
713 </trans-unit>
714 <trans-unit id="Twi">
715 <source>Twi</source>
716 <target>Twi</target>
717 </trans-unit>
718 <trans-unit id="Uighur">
719 <source>Uighur</source>
720 <target>Oeigoers</target>
721 </trans-unit>
722 <trans-unit id="Ukrainian">
723 <source>Ukrainian</source>
724 <target>Oekraïens</target>
725 </trans-unit>
726 <trans-unit id="Urdu">
727 <source>Urdu</source>
728 <target>Urdu</target>
729 </trans-unit>
730 <trans-unit id="Uzbek">
731 <source>Uzbek</source>
732 <target>Oezbeeks</target>
733 </trans-unit>
734 <trans-unit id="Venda">
735 <source>Venda</source>
736 <target>Venda</target>
737 </trans-unit>
738 <trans-unit id="Vietnamese">
739 <source>Vietnamese</source>
740 <target>Vietnamees</target>
741 </trans-unit>
742 <trans-unit id="Walloon">
743 <source>Walloon</source>
744 <target>Waals</target>
745 </trans-unit>
746 <trans-unit id="Wolof">
747 <source>Wolof</source>
748 <target>Wolof</target>
749 </trans-unit>
750 <trans-unit id="Xhosa">
751 <source>Xhosa</source>
752 <target>Xhosa</target>
753 </trans-unit>
754 <trans-unit id="Yiddish">
755 <source>Yiddish</source>
756 <target>Jiddisch</target>
757 </trans-unit>
758 <trans-unit id="Yoruba">
759 <source>Yoruba</source>
760 <target>Yoruba</target>
761 </trans-unit>
762 <trans-unit id="Zhuang">
763 <source>Zhuang</source>
764 <target>Zhuang</target>
765 </trans-unit>
766 <trans-unit id="Chinese">
767 <source>Chinese</source>
768 <target>Chinees</target>
769 </trans-unit>
770 <trans-unit id="Zulu">
771 <source>Zulu</source>
772 <target>Zoeloe</target>
773 </trans-unit>
774 </body>
775 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/player_ar_001.xml b/client/src/locale/target/player_ar_001.xml
index 4e3a12ad7..3cbacacdf 100644
--- a/client/src/locale/target/player_ar_001.xml
+++ b/client/src/locale/target/player_ar_001.xml
@@ -247,6 +247,10 @@
247 <source>Font Size</source> 247 <source>Font Size</source>
248 <target>حجم الخط</target> 248 <target>حجم الخط</target>
249 </trans-unit> 249 </trans-unit>
250 <trans-unit id="Text Edge Style">
251 <source>Text Edge Style</source>
252 <target>نمط حوا٠النص</target>
253 </trans-unit>
250 <trans-unit id="None"> 254 <trans-unit id="None">
251 <source>None</source> 255 <source>None</source>
252 <target>لا شيء</target> 256 <target>لا شيء</target>
@@ -271,6 +275,10 @@
271 <source>Caption Settings Dialog</source> 275 <source>Caption Settings Dialog</source>
272 <target>إعدادات التعليقات</target> 276 <target>إعدادات التعليقات</target>
273 </trans-unit> 277 </trans-unit>
278 <trans-unit id="Beginning of dialog window. Escape will cancel and close the window.">
279 <source>Beginning of dialog window. Escape will cancel and close the window.</source>
280 <target>الضغط على زر Esc ÙÙŠ بداية ناÙذة الحوار سيلغي ويقÙÙ„ الناÙذة</target>
281 </trans-unit>
274 <trans-unit id="End of dialog window."> 282 <trans-unit id="End of dialog window.">
275 <source>End of dialog window.</source> 283 <source>End of dialog window.</source>
276 <target>نهاية ناÙذة الحوار</target> 284 <target>نهاية ناÙذة الحوار</target>
@@ -299,6 +307,10 @@
299 <source>peers</source> 307 <source>peers</source>
300 <target>الأقران</target> 308 <target>الأقران</target>
301 </trans-unit> 309 </trans-unit>
310 <trans-unit id="peer">
311 <source>peer</source>
312 <target>نظير</target>
313 </trans-unit>
302 <trans-unit id="Go to the video page"> 314 <trans-unit id="Go to the video page">
303 <source>Go to the video page</source> 315 <source>Go to the video page</source>
304 <target>الإنتقال إلى صÙحة الÙيديو</target> 316 <target>الإنتقال إلى صÙحة الÙيديو</target>
@@ -323,5 +335,13 @@
323 <source>Copy embed code</source> 335 <source>Copy embed code</source>
324 <target>نسخ الرمز المدمج</target> 336 <target>نسخ الرمز المدمج</target>
325 </trans-unit> 337 </trans-unit>
338 <trans-unit id="Total downloaded: ">
339 <source>Total downloaded: </source>
340 <target>التحميل الكلي</target>
341 </trans-unit>
342 <trans-unit id="Total uploaded: ">
343 <source>Total uploaded: </source>
344 <target>الرÙع الكلي</target>
345 </trans-unit>
326 </body> 346 </body>
327 </file></xliff> \ No newline at end of file 347 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/player_cs_CZ.json b/client/src/locale/target/player_cs_CZ.json
index 1f8498a71..5e41f0039 100644
--- a/client/src/locale/target/player_cs_CZ.json
+++ b/client/src/locale/target/player_cs_CZ.json
@@ -1 +1 @@
{"Audio Player":"Hudební pÅ™ehrávaÄ","Video Player":"VideopÅ™ehrávaÄ","Play":"PÅ™ehrát","Pause":"Pozastavit","Replay":"PÅ™ehrát znovu","Current Time":"Aktuální Äas","Duration":"Trvání","Remaining Time":"Zbývající Äas","Stream Type":"Typ streamu","LIVE":"ŽIVÄš","Loaded":"Nahráno","Progress":"PrůbÄ›h","Progress Bar":"Ukazatel průbÄ›hu","progress bar timing: currentTime={1} duration={2}":"{1} z {2}","Fullscreen":"Na celou obrazovku","Non-Fullscreen":"ZruÅ¡it celoobrazovkový režim","Mute":"Ztlumit","Unmute":"Zhlasitit","Playback Rate":"Rychlost pÅ™ehrávání","Subtitles":"Titulky","subtitles off":"titulky vypnuty","Captions":"Poznámky","captions off":"poznámky vypnuty","Chapters":"Kapitoly","Descriptions":"Popisky","descriptions off":"popisky vypnuty","Audio Track":"Audiostopa","Volume Level":"Úroveň hlasitosti","You aborted the media playback":"ZruÅ¡il jste pÅ™ehrávání média","A network error caused the media download to fail part-way.":"Síťová chyba způsobila, že médium bylo naÄteno jen ÄástÄ›ÄnÄ›.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Médium nemůžem být naÄteno, buÄ kvůli síťové chybÄ› nebo protože formát není podporován.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"PÅ™ehrávání média bylo zruÅ¡eno kvůli poÅ¡kození nebo protože médium využívá nepodporované funkce.","No compatible source was found for this media.":"Nenalezen kompatibilní zdroj.","The media is encrypted and we do not have the keys to decrypt it.":"Médium je zaÅ¡ifrováno a nelze nalést klÃ­Ä pro jeho deÅ¡ifrování.","Play Video":"PÅ™ehrát video","Close":"Zavřít","Close Modal Dialog":"Zavřít okno","Modal Window":"Okno","This is a modal window":"Toto je okno","This modal can be closed by pressing the Escape key or activating the close button.":"Toto okno může být zavÅ™eno zmáÄknutím na klávesu Escape nebo kliknutím na tlaÄítko Zavřít.",", opens captions settings dialog":", otevÅ™e nastavení poznámek",", opens subtitles settings dialog":", otevÅ™e nastavení titulků",", opens descriptions settings dialog":", otevÅ™e nastavení popisků",", selected":", vybráno","captions settings":"nastavení poznámek","subtitles settings":"nastavení titulků","descriptions settings":"nastavení popisků","Text":"Text","White":"Bílá","Black":"ÄŒerná","Red":"ÄŒervená","Green":"Zelená","Blue":"Modrá","Yellow":"Žlutá","Magenta":"Purpurová","Cyan":"Azurová","Background":"Pozadí","Window":"Okno","Transparent":"Průhledná","Semi-Transparent":"Poloprůhledná","Opaque":"Neprůhledná","Font Size":"Velikost písma","Text Edge Style":"Zaoblení písma","None":"Žádné","Raised":"Zvýšené","Depressed":"Snížené","Uniform":"Jednotné","Dropshadow":"Vhrající stín","Font Family":"Rodina písma","Proportional Sans-Serif":"Bezpatkové proporÄní","Monospace Sans-Serif":"Bezpatkové jednotné","Proportional Serif":"Patkové proporÄní","Monospace Serif":"Patkové jednotné","Casual":"Neformální","Script":"Script","Small Caps":"Malé kapitálky","Reset":"Reset","restore all settings to the default values":"vrátit vÅ¡echna nastavení na výchozí hodnoty","Done":"Hotovo","Caption Settings Dialog":"Okno nastavení poznámek","Beginning of dialog window. Escape will cancel and close the window.":"ZaÄátek dialogového okna. Klávesa Escape zruší a zavÅ™e toto okno.","End of dialog window.":"Konec dialogového okna","{1} is loading.":"{1} se naÄítá.","Quality":"Kvalita","Auto":"Auto","Speed":"Rychlost","Subtitles/CC":"Titulky","peers":"peerů","Go to the video page":"PÅ™ejít na stránku s videem","Settings":"Nastavení","Uses P2P, others may know you are watching this video.":"Používá P2P, ostatní mohou vÄ›dÄ›t, že pÅ™ehráváte toto video.","Copy the video URL":"Kopírovat URL adresu videa","Copy the video URL at the current time":"Kopírovat URL adresu videa v aktuálním Äase","Copy embed code":"Kopírovat kód pro vložení na stránku"} \ No newline at end of file {"Audio Player":"Hudební pÅ™ehrávaÄ","Video Player":"VideopÅ™ehrávaÄ","Play":"PÅ™ehrát","Pause":"Pozastavit","Replay":"PÅ™ehrát znovu","Current Time":"Aktuální Äas","Duration":"Trvání","Remaining Time":"Zbývající Äas","Stream Type":"Typ streamu","LIVE":"ŽIVÄš","Loaded":"Nahráno","Progress":"PrůbÄ›h","Progress Bar":"Ukazatel průbÄ›hu","progress bar timing: currentTime={1} duration={2}":"{1} z {2}","Fullscreen":"Na celou obrazovku","Non-Fullscreen":"ZruÅ¡it celoobrazovkový režim","Mute":"Ztlumit","Unmute":"Zhlasitit","Playback Rate":"Rychlost pÅ™ehrávání","Subtitles":"Titulky","subtitles off":"titulky vypnuty","Captions":"Poznámky","captions off":"poznámky vypnuty","Chapters":"Kapitoly","Descriptions":"Popisky","descriptions off":"popisky vypnuty","Audio Track":"Audiostopa","Volume Level":"Úroveň hlasitosti","You aborted the media playback":"ZruÅ¡il jste pÅ™ehrávání média","A network error caused the media download to fail part-way.":"Síťová chyba způsobila, že médium bylo naÄteno jen ÄástÄ›ÄnÄ›.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Médium nemůžem být naÄteno, buÄ kvůli síťové chybÄ› nebo protože formát není podporován.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"PÅ™ehrávání média bylo zruÅ¡eno kvůli poÅ¡kození nebo protože médium využívá nepodporované funkce.","No compatible source was found for this media.":"Nenalezen kompatibilní zdroj.","The media is encrypted and we do not have the keys to decrypt it.":"Médium je zaÅ¡ifrováno a nelze nalést klÃ­Ä pro jeho deÅ¡ifrování.","Play Video":"PÅ™ehrát video","Close":"Zavřít","Close Modal Dialog":"Zavřít okno","Modal Window":"Okno","This is a modal window":"Toto je okno","This modal can be closed by pressing the Escape key or activating the close button.":"Toto okno může být zavÅ™eno zmáÄknutím na klávesu Escape nebo kliknutím na tlaÄítko Zavřít.",", opens captions settings dialog":", otevÅ™e nastavení poznámek",", opens subtitles settings dialog":", otevÅ™e nastavení titulků",", opens descriptions settings dialog":", otevÅ™e nastavení popisků",", selected":", vybráno","captions settings":"nastavení poznámek","subtitles settings":"nastavení titulků","descriptions settings":"nastavení popisků","Text":"Text","White":"Bílá","Black":"ÄŒerná","Red":"ÄŒervená","Green":"Zelená","Blue":"Modrá","Yellow":"Žlutá","Magenta":"Purpurová","Cyan":"Azurová","Background":"Pozadí","Window":"Okno","Transparent":"Průhledná","Semi-Transparent":"Poloprůhledná","Opaque":"Neprůhledná","Font Size":"Velikost písma","Text Edge Style":"Zaoblení písma","None":"Žádné","Raised":"Zvýšené","Depressed":"Snížené","Uniform":"Jednotné","Dropshadow":"Vhrající stín","Font Family":"Rodina písma","Proportional Sans-Serif":"Bezpatkové proporÄní","Monospace Sans-Serif":"Bezpatkové jednotné","Proportional Serif":"Patkové proporÄní","Monospace Serif":"Patkové jednotné","Casual":"Neformální","Script":"Script","Small Caps":"Malé kapitálky","Reset":"Reset","restore all settings to the default values":"vrátit vÅ¡echna nastavení na výchozí hodnoty","Done":"Hotovo","Caption Settings Dialog":"Okno nastavení poznámek","Beginning of dialog window. Escape will cancel and close the window.":"ZaÄátek dialogového okna. Klávesa Escape zruší a zavÅ™e toto okno.","End of dialog window.":"Konec dialogového okna","{1} is loading.":"{1} se naÄítá.","Quality":"Kvalita","Auto":"Auto","Speed":"Rychlost","Subtitles/CC":"Titulky","peers":"peerů","peer":"peer","Go to the video page":"PÅ™ejít na stránku s videem","Settings":"Nastavení","Uses P2P, others may know you are watching this video.":"Používá P2P, ostatní mohou vÄ›dÄ›t, že pÅ™ehráváte toto video.","Copy the video URL":"Kopírovat URL adresu videa","Copy the video URL at the current time":"Kopírovat URL adresu videa v aktuálním Äase","Copy embed code":"Kopírovat kód pro vložení na stránku","Copy magnet URI":"Zkopírovat URI magnetu","Total downloaded: ":"Celkem stažených: ","Total uploaded: ":"Celkem nahraných: "} \ No newline at end of file
diff --git a/client/src/locale/target/player_de_DE.json b/client/src/locale/target/player_de_DE.json
index fb4847590..e20cd0836 100644
--- a/client/src/locale/target/player_de_DE.json
+++ b/client/src/locale/target/player_de_DE.json
@@ -1 +1 @@
{"Audio Player":"Audio-Player","Video Player":"Video-Player","Play":"Wiedergabe","Pause":"Wiedergabe pausieren","Replay":"Nochmal","Current Time":"Aktuelle Zeit","Duration":"Länge","Remaining Time":"Verbleibende Zeit","Stream Type":"Streamtyp","LIVE":"Live","Loaded":"Geladen","Progress":"Fortschritt","Progress Bar":"Fortschrittsanzeige","progress bar timing: currentTime={1} duration={2}":"{1} von {2}","Fullscreen":"Vollbild","Non-Fullscreen":"Vollbild beenden","Mute":"Ton aus","Unmute":"Ton an","Playback Rate":"Wiedergabegeschwindigkeit","Subtitles":"Untertitel","subtitles off":"Untertitel aus","Captions":"Untertitel für Gehörlose und Schwerhörige","captions off":"Untertitel für Gehörlose und Schwerhörige aus","Chapters":"Kapitel","Descriptions":"Beschreibungen","descriptions off":"Beschreibungen aus","Audio Track":"Tonspur","Volume Level":"Lautstärke","You aborted the media playback":"Du hast die Medienwiedergabe abgebrochen.","A network error caused the media download to fail part-way.":"Ein Netzwerkfehler hat das Herunterladen des Videos teilweise verhindert.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Es ist ein Fehler beim Laden aufgetreten. Das kann an einer fehlenden Netzwerk-Verbindung liegen oder daran, dass das Format nicht unterstützt wird.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"Die Medienwiedergabe wurde abgebrochen, weil die erhaltenen Daten entweder fehlerhaft sind vom aktuellen Browser nicht unterstützt werden.","No compatible source was found for this media.":"Es konnte keine kompatible Quelle gefunden werden.","The media is encrypted and we do not have the keys to decrypt it.":"Die Daten sind verschlüsselt und es liegen keine Schlüssel dafür vor.","Play Video":"Video abspielen","Close":"Schließen","Close Modal Dialog":"Dialogfenster schließen","Modal Window":"Dialogfenster","This is a modal window":"Dies ist ein Dialogfenster.","This modal can be closed by pressing the Escape key or activating the close button.":"Dieses Dialogfenster kann geschlossen werden, indem man die Escape-Taste drückt oder auf die Schaltfläche zum Schließen des Fenster klickt.",", opens captions settings dialog":", öffnet die Einstellungen für Untertitel für Gehörlose und Schwerhörige",", opens subtitles settings dialog":", öffnet die Einstellungen für Untertitel",", opens descriptions settings dialog":", öffnet die Einstellungen für Beschreibungen",", selected":", ausgewählt","captions settings":"Einstellungen für Untertitel für Gehörlose und Schwerhörige","subtitles settings":"Einstellungen für Untertitel","descriptions settings":"Einstellungen für Beschreibungen","Text":"Text","White":"Weiß","Black":"Schwarz","Red":"Rot","Green":"Grün","Blue":"Blau","Yellow":"Gelb","Magenta":"Magenta","Cyan":"Cyan","Background":"Hintergrund","Window":"Fenster","Transparent":"durchsichtig","Semi-Transparent":"halbdurchsichtig","Opaque":"undurchsichtig","Font Size":"Schriftgröße","Text Edge Style":"Textkantenstil","None":"Nichts","Raised":"Erhöht","Depressed":"Erniedrigt","Uniform":"Gleichmäßig","Dropshadow":"Schlagschatten","Font Family":"Schriftart","Proportional Sans-Serif":"Proportionale Grotesk","Monospace Sans-Serif":"Nichtproportionale Grotesk","Proportional Serif":"Proportionale Serifen-Schrit","Monospace Serif":"Nichtproportionale Serifen-Schrift","Casual":"Gewöhnlich","Script":"Schreibschrift","Small Caps":"Kapitälchen","Reset":"Zurücksetzen","restore all settings to the default values":"Alle Einstellungen auf ihre Standardwerte zurücksetzen","Done":"Fertig","Caption Settings Dialog":"Dialogfenster für Einstellungen für Untertitel für Gehörlose und Schwerhörige","Beginning of dialog window. Escape will cancel and close the window.":"Anfang des Dialogfensters. Mit der Escape-Taste wird das Fenster ohne Speichern geschlossen.","End of dialog window.":"Ende des Dialogfensters.","{1} is loading.":"{1} lädt.","Quality":"Qualität","Auto":"Automatisch","Speed":"Geschwindigkeit","Subtitles/CC":"Untertitel","peers":"Peers","Go to the video page":"Zur Video-Seite gehen","Settings":"Einstellungen","Uses P2P, others may know you are watching this video.":"Nutzt Peer-to-Peer-Technologie, daher könnten andere wissen, dass du dieses Video ansiehst.","Copy the video URL":"Video-URL kopieren","Copy the video URL at the current time":"Video-URL an dieser Stelle kopieren","Copy embed code":"Einbettungscode kopieren"} \ No newline at end of file {"Audio Player":"Audio-Player","Video Player":"Video-Player","Play":"Wiedergabe","Pause":"Wiedergabe pausieren","Replay":"Nochmal","Current Time":"Aktuelle Zeit","Duration":"Länge","Remaining Time":"Verbleibende Zeit","Stream Type":"Streamtyp","LIVE":"Live","Loaded":"Geladen","Progress":"Fortschritt","Progress Bar":"Fortschrittsanzeige","progress bar timing: currentTime={1} duration={2}":"{1} von {2}","Fullscreen":"Vollbild","Non-Fullscreen":"Vollbild beenden","Mute":"Ton aus","Unmute":"Ton an","Playback Rate":"Wiedergabegeschwindigkeit","Subtitles":"Untertitel","subtitles off":"Untertitel aus","Captions":"Untertitel für Gehörlose und Schwerhörige","captions off":"Untertitel für Gehörlose und Schwerhörige aus","Chapters":"Kapitel","Descriptions":"Beschreibungen","descriptions off":"Beschreibungen aus","Audio Track":"Tonspur","Volume Level":"Lautstärke","You aborted the media playback":"Du hast die Medienwiedergabe abgebrochen.","A network error caused the media download to fail part-way.":"Ein Netzwerkfehler hat das Herunterladen des Videos teilweise verhindert.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Es ist ein Fehler beim Laden aufgetreten. Das kann an einer fehlenden Netzwerk-Verbindung liegen oder daran, dass das Format nicht unterstützt wird.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"Die Medienwiedergabe wurde abgebrochen, weil die erhaltenen Daten entweder fehlerhaft sind vom aktuellen Browser nicht unterstützt werden.","No compatible source was found for this media.":"Es konnte keine kompatible Quelle gefunden werden.","The media is encrypted and we do not have the keys to decrypt it.":"Die Daten sind verschlüsselt und es liegen keine Schlüssel dafür vor.","Play Video":"Video abspielen","Close":"Schließen","Close Modal Dialog":"Dialogfenster schließen","Modal Window":"Dialogfenster","This is a modal window":"Dies ist ein Dialogfenster.","This modal can be closed by pressing the Escape key or activating the close button.":"Dieses Dialogfenster kann geschlossen werden, indem man die Escape-Taste drückt oder auf die Schaltfläche zum Schließen des Fenster klickt.",", opens captions settings dialog":", öffnet die Einstellungen für Untertitel für Gehörlose und Schwerhörige",", opens subtitles settings dialog":", öffnet die Einstellungen für Untertitel",", opens descriptions settings dialog":", öffnet die Einstellungen für Beschreibungen",", selected":", ausgewählt","captions settings":"Einstellungen für Untertitel für Gehörlose und Schwerhörige","subtitles settings":"Einstellungen für Untertitel","descriptions settings":"Einstellungen für Beschreibungen","Text":"Text","White":"Weiß","Black":"Schwarz","Red":"Rot","Green":"Grün","Blue":"Blau","Yellow":"Gelb","Magenta":"Magenta","Cyan":"Cyan","Background":"Hintergrund","Window":"Fenster","Transparent":"durchsichtig","Semi-Transparent":"halbdurchsichtig","Opaque":"undurchsichtig","Font Size":"Schriftgröße","Text Edge Style":"Textkantenstil","None":"Nichts","Raised":"Erhöht","Depressed":"Erniedrigt","Uniform":"Gleichmäßig","Dropshadow":"Schlagschatten","Font Family":"Schriftart","Proportional Sans-Serif":"Proportionale Grotesk","Monospace Sans-Serif":"Nichtproportionale Grotesk","Proportional Serif":"Proportionale Serifen-Schrit","Monospace Serif":"Nichtproportionale Serifen-Schrift","Casual":"Gewöhnlich","Script":"Schreibschrift","Small Caps":"Kapitälchen","Reset":"Zurücksetzen","restore all settings to the default values":"Alle Einstellungen auf ihre Standardwerte zurücksetzen","Done":"Fertig","Caption Settings Dialog":"Dialogfenster für Einstellungen für Untertitel für Gehörlose und Schwerhörige","Beginning of dialog window. Escape will cancel and close the window.":"Anfang des Dialogfensters. Mit der Escape-Taste wird das Fenster ohne Speichern geschlossen.","End of dialog window.":"Ende des Dialogfensters.","{1} is loading.":"{1} lädt.","Quality":"Qualität","Auto":"Automatisch","Speed":"Geschwindigkeit","Subtitles/CC":"Untertitel","peers":"Peers","peer":"Peer","Go to the video page":"Zur Video-Seite gehen","Settings":"Einstellungen","Uses P2P, others may know you are watching this video.":"Nutzt Peer-to-Peer-Technologie, daher könnten andere wissen, dass du dieses Video ansiehst.","Copy the video URL":"Video-URL kopieren","Copy the video URL at the current time":"Video-URL an dieser Stelle kopieren","Copy embed code":"Einbettungscode kopieren","Copy magnet URI":"Magnet-URI kopieren","Total downloaded: ":"Gesamte downloads:","Total uploaded: ":"Gesamte uploads:"} \ No newline at end of file
diff --git a/client/src/locale/target/player_eo.json b/client/src/locale/target/player_eo.json
index 22fb31aa9..d51f3c486 100644
--- a/client/src/locale/target/player_eo.json
+++ b/client/src/locale/target/player_eo.json
@@ -1 +1 @@
{"Audio Player":"Sonludilo","Video Player":"Filmludilo","Play":"Ludi","Pause":"PaÅ­zigi","Replay":"Reludi","Current Time":"Nuna tempo","Duration":"DaÅ­ro","Remaining Time":"Restanta tempo","Stream Type":"Speco de elsendo","LIVE":"VIVE","Loaded":"Enlegita","Progress":"Plenumo","Progress Bar":"Plenuma strio","progress bar timing: currentTime={1} duration={2}":"{1} el {2}","Fullscreen":"Tutekrana reÄimo","Non-Fullscreen":"Partekrana reÄimo","Mute":"Silentigi","Unmute":"Malsilentigi","Playback Rate":"Ludrapido","Subtitles":"Subteksto","subtitles off":"subtekstoj for","Captions":"Transskribo","captions off":"transskribo for","Chapters":"Ĉapitroj","Descriptions":"Priskriboj","descriptions off":"priskriboj for","Audio Track":"Sona trako","Volume Level":"LaÅ­teco","You aborted the media playback":"Vi ĉesigis la ludadon","A network error caused the media download to fail part-way.":"Reta eraro interrompis elÅuton de la aÅ­dvidaĵo.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Ne povis enlegi aÅ­dvidaĵon, aÅ­ ĉar servilo aÅ­ reto fiaskis, aÅ­ ĉar la formo ne estas subtenata.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"Ludado de la aÅ­dvidaĵo ĉesis aÅ­ pro difekto, aÅ­ ĉar Äi postulis funkciojn, kiujn via foliumilo ne havis.","No compatible source was found for this media.":"Neniu kongrua fonto troviÄis por tiu ĉi aÅ­dvidaĵo.","The media is encrypted and we do not have the keys to decrypt it.":"Ĉi tiu aÅ­dvidaĵo estas ĉifrita, kaj ni ne havas la Ålosilojn por malĉifri Äin.","Play Video":"Ludi filmon","Close":"Fermi","Close Modal Dialog":"Fermi fokusigan interagujon","Modal Window":"Fokusiga fenestro","This is a modal window":"Tio ĉi estas fokusiga fenestro","This modal can be closed by pressing the Escape key or activating the close button.":"Tiu ĉi fokusiga fenestro povas esti fermita per la nuliga klavo, aÅ­ premo de la ferma butono.",", opens captions settings dialog":", malfermas interagujon kun agordoj pri transskriboj",", opens subtitles settings dialog":", malfermas interagujon kun agordoj pri subtekstoj",", opens descriptions settings dialog":", malfermas interagujon kun agordoj pri priskriboj",", selected":", elektita","captions settings":"agordoj pri transskriboj","subtitles settings":"agordoj pri subtekstoj","descriptions settings":"agordoj pri priskriboj","Text":"Teksto","White":"Blanka","Black":"Nigra","Red":"RuÄa","Green":"Verda","Blue":"Blua","Yellow":"Flava","Magenta":"Fuksia","Cyan":"Lazura","Background":"Fono","Window":"Fenestro","Transparent":"Travidebla","Semi-Transparent":"Parte travidebla","Opaque":"Netravidebla","Font Size":"Grando de tiparo","Text Edge Style":"Stilo de randoj de teksto","None":"Neniu","Raised":"Levita","Depressed":"Mallevita","Uniform":"Unuforma","Dropshadow":"Ä´etita ombro","Font Family":"Tipara familio","Proportional Sans-Serif":"Proporcia senserifa","Monospace Sans-Serif":"EgallarÄa senserifa","Proportional Serif":"Proporcia serifa","Monospace Serif":"EgallarÄa serifa","Casual":"Neformala","Script":"Manskribo","Small Caps":"Majuskletoj","Reset":"Restarigi","restore all settings to the default values":"restarigi komencajn agordojn","Done":"Farite","Caption Settings Dialog":"Interagujo kun agordoj pri transskriboj","Beginning of dialog window. Escape will cancel and close the window.":"Komenco de interaga fenestro. Nuliga klavo nuligos kaj fermos la fenestron.","End of dialog window.":"Fino de interaga fenestro.","{1} is loading.":"{1} estas enlegata.","Quality":"Kvalito","Auto":"Memdecide","Speed":"Rapido","Subtitles/CC":"Subteksto / Transskribo","peers":"samtavolanoj","Go to the video page":"Iri al paÄo de la filmo","Settings":"Agordoj","Uses P2P, others may know you are watching this video.":"Uzas samtavolan teÄ¥nikaron; aliuloj eble scios, ke vi spektas la filmon.","Copy the video URL":"Kopii ligilon al la filmo","Copy the video URL at the current time":"Kopii ligilon al nuna tempo en la filmo","Copy embed code":"Kopii enkorpigitan kodon"} \ No newline at end of file {"Audio Player":"Sonludilo","Video Player":"Filmludilo","Play":"Ludi","Pause":"PaÅ­zigi","Replay":"Reludi","Current Time":"Nuna tempo","Duration":"DaÅ­ro","Remaining Time":"Restanta tempo","Stream Type":"Speco de elsendo","LIVE":"VIVE","Loaded":"Enlegita","Progress":"Plenumo","Progress Bar":"Plenuma strio","progress bar timing: currentTime={1} duration={2}":"{1} el {2}","Fullscreen":"Tutekrana reÄimo","Non-Fullscreen":"Partekrana reÄimo","Mute":"Silentigi","Unmute":"Malsilentigi","Playback Rate":"Ludrapido","Subtitles":"Subteksto","subtitles off":"subtekstoj for","Captions":"Transskribo","captions off":"transskribo for","Chapters":"Ĉapitroj","Descriptions":"Priskriboj","descriptions off":"priskriboj for","Audio Track":"Sona trako","Volume Level":"LaÅ­teco","You aborted the media playback":"Vi ĉesigis la ludadon","A network error caused the media download to fail part-way.":"Reta eraro interrompis elÅuton de la aÅ­dvidaĵo.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Ne povis enlegi aÅ­dvidaĵon, aÅ­ ĉar servilo aÅ­ reto fiaskis, aÅ­ ĉar la formo ne estas subtenata.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"Ludado de la aÅ­dvidaĵo ĉesis aÅ­ pro difekto, aÅ­ ĉar Äi postulis funkciojn, kiujn via foliumilo ne havis.","No compatible source was found for this media.":"Neniu kongrua fonto troviÄis por tiu ĉi aÅ­dvidaĵo.","The media is encrypted and we do not have the keys to decrypt it.":"Ĉi tiu aÅ­dvidaĵo estas ĉifrita, kaj ni ne havas la Ålosilojn por malĉifri Äin.","Play Video":"Ludi filmon","Close":"Fermi","Close Modal Dialog":"Fermi fokusigan interagujon","Modal Window":"Fokusiga fenestro","This is a modal window":"Tio ĉi estas fokusiga fenestro","This modal can be closed by pressing the Escape key or activating the close button.":"Tiu ĉi fokusiga fenestro povas esti fermita per la nuliga klavo, aÅ­ premo de la ferma butono.",", opens captions settings dialog":", malfermas interagujon kun agordoj pri transskriboj",", opens subtitles settings dialog":", malfermas interagujon kun agordoj pri subtekstoj",", opens descriptions settings dialog":", malfermas interagujon kun agordoj pri priskriboj",", selected":", elektita","captions settings":"agordoj pri transskriboj","subtitles settings":"agordoj pri subtekstoj","descriptions settings":"agordoj pri priskriboj","Text":"Teksto","White":"Blanka","Black":"Nigra","Red":"RuÄa","Green":"Verda","Blue":"Blua","Yellow":"Flava","Magenta":"Fuksia","Cyan":"Lazura","Background":"Fono","Window":"Fenestro","Transparent":"Travidebla","Semi-Transparent":"Parte travidebla","Opaque":"Netravidebla","Font Size":"Grando de tiparo","Text Edge Style":"Stilo de randoj de teksto","None":"Neniu","Raised":"Levita","Depressed":"Mallevita","Uniform":"Unuforma","Dropshadow":"Ä´etita ombro","Font Family":"Tipara familio","Proportional Sans-Serif":"Proporcia senserifa","Monospace Sans-Serif":"EgallarÄa senserifa","Proportional Serif":"Proporcia serifa","Monospace Serif":"EgallarÄa serifa","Casual":"Neformala","Script":"Manskribo","Small Caps":"Majuskletoj","Reset":"Restarigi","restore all settings to the default values":"restarigi komencajn agordojn","Done":"Farite","Caption Settings Dialog":"Interagujo kun agordoj pri transskriboj","Beginning of dialog window. Escape will cancel and close the window.":"Komenco de interaga fenestro. Nuliga klavo nuligos kaj fermos la fenestron.","End of dialog window.":"Fino de interaga fenestro.","{1} is loading.":"{1} estas enlegata.","Quality":"Kvalito","Auto":"Memdecide","Speed":"Rapido","Subtitles/CC":"Subteksto / Transskribo","peers":"samtavolanoj","peer":"samtavolano","Go to the video page":"Iri al paÄo de la filmo","Settings":"Agordoj","Uses P2P, others may know you are watching this video.":"Uzas samtavolan teÄ¥nikaron; aliuloj eble scios, ke vi spektas la filmon.","Copy the video URL":"Kopii ligilon al la filmo","Copy the video URL at the current time":"Kopii ligilon al nuna tempo en la filmo","Copy embed code":"Kopii enkorpigitan kodon","Copy magnet URI":"Kopii magnetan ligilon","Total downloaded: ":"Sumo de elÅutado:","Total uploaded: ":"Sumo de alÅutado:"} \ No newline at end of file
diff --git a/client/src/locale/target/player_fr_FR.json b/client/src/locale/target/player_fr_FR.json
index 88d7decc0..e0e2de4f7 100644
--- a/client/src/locale/target/player_fr_FR.json
+++ b/client/src/locale/target/player_fr_FR.json
@@ -1 +1 @@
{"Audio Player":"Lecteur audio","Video Player":"Lecteur vidéo","Play":"Lecture","Pause":"Pause","Replay":"Revoir","Current Time":"Temps actuel","Duration":"Durée","Remaining Time":"Temps restant","Stream Type":"Type de flux","LIVE":"EN DIRECT","Loaded":"Chargé","Progress":"Progression","Progress Bar":"Barre de progression","progress bar timing: currentTime={1} duration={2}":"{1} de {2}","Fullscreen":"Plein écran","Non-Fullscreen":"Fenêtré","Mute":"Couper le son","Unmute":"Activer le son","Playback Rate":"Vitesse de lecture","Subtitles":"Sous-titres","subtitles off":"Sous-titres désactivés","Captions":"Sous-titres transcrits","captions off":"Sous-titres transcrits désactivés","Chapters":"Chapitres","Descriptions":"Descriptions","descriptions off":"descriptions désactivées","Audio Track":"Piste audio","Volume Level":"Niveau de volume","You aborted the media playback":"Vous avez interrompu la lecture de la vidéo","A network error caused the media download to fail part-way.":"Une erreur de réseau a interrompu le téléchargement de la vidéo.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Cette vidéo n'a pas pu être chargée, soit parce que le serveur ou le réseau a échoué ou parce que le format n'est pas reconnu.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"La lecture de la vidéo a été interrompue à cause d'un problème de corruption ou parce que la vidéo utilise des fonctionnalités non prises en charge par votre navigateur.","No compatible source was found for this media.":"Aucune source compatible n'a été trouvée pour cette vidéo.","The media is encrypted and we do not have the keys to decrypt it.":"Le média est chiffré et nous n'avons pas les clés pour le déchiffrer.","Play Video":"Lire la vidéo","Close":"Fermer","Close Modal Dialog":"Fermer la boîte de dialogue modale","Modal Window":"Fenêtre modale","This is a modal window":"Ceci est une fenêtre modale","This modal can be closed by pressing the Escape key or activating the close button.":"Ce modal peut être fermé en appuyant sur la touche Échap ou en cliquant sur le bouton de fermeture.",", opens captions settings dialog":", ouvrir les paramètres des sous-titres transcrits",", opens subtitles settings dialog":", ouvrir les paramètres des sous-titres",", opens descriptions settings dialog":", ouvrir les paramètres des descriptions",", selected":", sélectionné","captions settings":"Paramètres des sous-titres transcrits","subtitles settings":"Paramètres des sous-titres","descriptions settings":"Paramètres des descriptions","Text":"Texte","White":"Blanc","Black":"Noir","Red":"Rouge","Green":"Vert","Blue":"Bleu","Yellow":"Jaune","Magenta":"Magenta","Cyan":"Cyan","Background":"Arrière-plan","Window":"Fenêtre","Transparent":"Transparent","Semi-Transparent":"Semi-transparent","Opaque":"Opaque","Font Size":"Taille des caractères","Text Edge Style":"Style des contours du texte","None":"Aucun","Raised":"Élevé","Depressed":"Enfoncé","Uniform":"Uniforme","Dropshadow":"Ombre portée","Font Family":"Familles de polices","Proportional Sans-Serif":"Polices à chasse variable sans empattement (Proportional Sans-Serif)","Monospace Sans-Serif":"Polices à chasse fixe sans empattement (Monospace Sans-Serif)","Proportional Serif":"Polices à chasse variable avec empattement (Proportional Serif)","Monospace Serif":"Polices à chasse fixe avec empattement (Monospace Serif)","Casual":"Manuscrite","Script":"Script","Small Caps":"Petites capitales","Reset":"Réinitialiser","restore all settings to the default values":"Restaurer tous les paramètres aux valeurs par défaut","Done":"Terminé","Caption Settings Dialog":"Boîte de dialogue des paramètres des sous-titres transcrits","Beginning of dialog window. Escape will cancel and close the window.":"Début de la fenêtre de dialogue. La touche d'échappement annulera et fermera la fenêtre.","End of dialog window.":"Fin de la fenêtre de dialogue.","{1} is loading.":"{1} est en train de charger","Quality":"Qualité","Auto":"Auto","Speed":"Vitesse","Subtitles/CC":"Sous-titres/CC","peers":"pairs","Go to the video page":"Aller sur la page de la vidéo","Settings":"Paramètres","Uses P2P, others may know you are watching this video.":"Utilise le P2P, d'autres personnes pourraient savoir que vous regardez cette vidéo.","Copy the video URL":"Copier le lien de la vidéo","Copy the video URL at the current time":"Copier le lien de la vidéo à partir de cette séquence","Copy embed code":"Copier le code d'intégration"} \ No newline at end of file {"Audio Player":"Lecteur audio","Video Player":"Lecteur vidéo","Play":"Lecture","Pause":"Pause","Replay":"Revoir","Current Time":"Temps actuel","Duration":"Durée","Remaining Time":"Temps restant","Stream Type":"Type de flux","LIVE":"EN DIRECT","Loaded":"Chargé","Progress":"Progression","Progress Bar":"Barre de progression","progress bar timing: currentTime={1} duration={2}":"{1} de {2}","Fullscreen":"Plein écran","Non-Fullscreen":"Fenêtré","Mute":"Couper le son","Unmute":"Activer le son","Playback Rate":"Vitesse de lecture","Subtitles":"Sous-titres","subtitles off":"Sous-titres désactivés","Captions":"Sous-titres transcrits","captions off":"Sous-titres transcrits désactivés","Chapters":"Chapitres","Descriptions":"Descriptions","descriptions off":"descriptions désactivées","Audio Track":"Piste audio","Volume Level":"Niveau de volume","You aborted the media playback":"Vous avez interrompu la lecture de la vidéo","A network error caused the media download to fail part-way.":"Une erreur de réseau a interrompu le téléchargement de la vidéo.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Cette vidéo n'a pas pu être chargée, soit parce que le serveur ou le réseau a échoué ou parce que le format n'est pas reconnu.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"La lecture de la vidéo a été interrompue à cause d'un problème de corruption ou parce que la vidéo utilise des fonctionnalités non prises en charge par votre navigateur.","No compatible source was found for this media.":"Aucune source compatible n'a été trouvée pour cette vidéo.","The media is encrypted and we do not have the keys to decrypt it.":"Le média est chiffré et nous n'avons pas les clés pour le déchiffrer.","Play Video":"Lire la vidéo","Close":"Fermer","Close Modal Dialog":"Fermer la boîte de dialogue modale","Modal Window":"Fenêtre modale","This is a modal window":"Ceci est une fenêtre modale","This modal can be closed by pressing the Escape key or activating the close button.":"Ce modal peut être fermé en appuyant sur la touche Échap ou en cliquant sur le bouton de fermeture.",", opens captions settings dialog":", ouvrir les paramètres des sous-titres transcrits",", opens subtitles settings dialog":", ouvrir les paramètres des sous-titres",", opens descriptions settings dialog":", ouvrir les paramètres des descriptions",", selected":", sélectionné","captions settings":"Paramètres des sous-titres transcrits","subtitles settings":"Paramètres des sous-titres","descriptions settings":"Paramètres des descriptions","Text":"Texte","White":"Blanc","Black":"Noir","Red":"Rouge","Green":"Vert","Blue":"Bleu","Yellow":"Jaune","Magenta":"Magenta","Cyan":"Cyan","Background":"Arrière-plan","Window":"Fenêtre","Transparent":"Transparent","Semi-Transparent":"Semi-transparent","Opaque":"Opaque","Font Size":"Taille des caractères","Text Edge Style":"Style des contours du texte","None":"Aucun","Raised":"Élevé","Depressed":"Enfoncé","Uniform":"Uniforme","Dropshadow":"Ombre portée","Font Family":"Familles de polices","Proportional Sans-Serif":"Polices à chasse variable sans empattement (Proportional Sans-Serif)","Monospace Sans-Serif":"Polices à chasse fixe sans empattement (Monospace Sans-Serif)","Proportional Serif":"Polices à chasse variable avec empattement (Proportional Serif)","Monospace Serif":"Polices à chasse fixe avec empattement (Monospace Serif)","Casual":"Manuscrite","Script":"Script","Small Caps":"Petites capitales","Reset":"Réinitialiser","restore all settings to the default values":"Restaurer tous les paramètres aux valeurs par défaut","Done":"Terminé","Caption Settings Dialog":"Boîte de dialogue des paramètres des sous-titres transcrits","Beginning of dialog window. Escape will cancel and close the window.":"Début de la fenêtre de dialogue. La touche d'échappement annulera et fermera la fenêtre.","End of dialog window.":"Fin de la fenêtre de dialogue.","{1} is loading.":"{1} est en train de charger","Quality":"Qualité","Auto":"Auto","Speed":"Vitesse","Subtitles/CC":"Sous-titres/CC","peers":"pairs","peer":"pair","Go to the video page":"Aller sur la page de la vidéo","Settings":"Paramètres","Uses P2P, others may know you are watching this video.":"Utilise le P2P, d'autres personnes pourraient savoir que vous regardez cette vidéo.","Copy the video URL":"Copier le lien de la vidéo","Copy the video URL at the current time":"Copier le lien de la vidéo à partir de cette séquence","Copy embed code":"Copier le code d'intégration","Copy magnet URI":"Copier le magnet URL","Total downloaded: ":"Total téléchargé","Total uploaded: ":"Total téléversé"} \ No newline at end of file
diff --git a/client/src/locale/target/player_gl_ES.xml b/client/src/locale/target/player_gl_ES.xml
index afe8a87aa..4ec447bcf 100644
--- a/client/src/locale/target/player_gl_ES.xml
+++ b/client/src/locale/target/player_gl_ES.xml
@@ -355,6 +355,10 @@
355 <source>peers</source> 355 <source>peers</source>
356 <target>pares</target> 356 <target>pares</target>
357 </trans-unit> 357 </trans-unit>
358 <trans-unit id="peer">
359 <source>peer</source>
360 <target>parceiro</target>
361 </trans-unit>
358 <trans-unit id="Go to the video page"> 362 <trans-unit id="Go to the video page">
359 <source>Go to the video page</source> 363 <source>Go to the video page</source>
360 <target>Ir a páxina do vídeo</target> 364 <target>Ir a páxina do vídeo</target>
@@ -379,5 +383,17 @@
379 <source>Copy embed code</source> 383 <source>Copy embed code</source>
380 <target>Copiar código de inscrustado</target> 384 <target>Copiar código de inscrustado</target>
381 </trans-unit> 385 </trans-unit>
386 <trans-unit id="Copy magnet URI">
387 <source>Copy magnet URI</source>
388 <target>Copiar URI magnet</target>
389 </trans-unit>
390 <trans-unit id="Total downloaded: ">
391 <source>Total downloaded: </source>
392 <target>Total descargado:</target>
393 </trans-unit>
394 <trans-unit id="Total uploaded: ">
395 <source>Total uploaded: </source>
396 <target>Total subido:</target>
397 </trans-unit>
382 </body> 398 </body>
383 </file></xliff> \ No newline at end of file 399 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/player_it_IT.json b/client/src/locale/target/player_it_IT.json
index add193bfe..23a43ab92 100644
--- a/client/src/locale/target/player_it_IT.json
+++ b/client/src/locale/target/player_it_IT.json
@@ -1 +1 @@
{"Audio Player":"Riproduttore Audio","Video Player":"Riproduttore Video","Play":"Play","Pause":"Pausa","Replay":"Replay","Current Time":"Posizione attuale","Duration":"Durata","Remaining Time":"Tempo rimanente","Stream Type":"Tipo dello Streaming","LIVE":"LIVE","Loaded":"Caricato","Progress":"Stato","Progress Bar":"Barra di progresso","progress bar timing: currentTime={1} duration={2}":"{1} di {2}","Fullscreen":"Schermo intero","Non-Fullscreen":"Chiudi schermo intero","Mute":"Muto","Unmute":"Audio ","Playback Rate":"Velocità di riproduzione","Subtitles":"Sottotitoli","subtitles off":"Senza sottotitoli","Captions":"Sottotitoli per non udenti","captions off":"Senza sottotitoli per non udenti","Chapters":"Capitoli","Descriptions":"Descrizioni","descriptions off":"Descrizioni disattivate","Audio Track":"Traccia Audio","Volume Level":"Volume","You aborted the media playback":"La riproduzione del filmato è stata interrotta","A network error caused the media download to fail part-way.":"Il download del filmato è stato interrotto a causa di un problema rete.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Il filmato non può essere caricato a causa di un errore nel server o nella rete o perché il formato non viene supportato.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"La riproduzione del filmato è stata interrotta a causa di un file danneggiato o per l’utilizzo di impostazioni non supportate dal browser.","No compatible source was found for this media.":"Non ci sono fonti compatibili per questo filmato.","The media is encrypted and we do not have the keys to decrypt it.":"Il filmato è crittato e non disponiamo delle chiavi per decrittarlo","Play Video":"Riproduci Video","Close":"Chiudi","Close Modal Dialog":"Chiudi finestra di dialogo","Modal Window":"Finestra di dialogo","This is a modal window":"Questa è una finestra di dialogo","This modal can be closed by pressing the Escape key or activating the close button.":"Questa finestra di dialogo può essere chiusa premendo Esc o cliccando sul pulsante chiudi.",", opens captions settings dialog":", apri la finestra delle impostazioni delle didascalie",", opens subtitles settings dialog":", apri la finestra delle impostazioni dei sottotitoli",", opens descriptions settings dialog":", apri la finestra delle impostazioni delle descrizioni",", selected":", selezionati","captions settings":"impostazioni delle didascalie","subtitles settings":"impostazioni dei sottotitoli","descriptions settings":"impostazioni delle descrizioni","Text":"Testo","White":"Bianco","Black":"Nero","Red":"Rosso","Green":"Verde","Blue":"Blu","Yellow":"Giallo","Magenta":"Magenta","Cyan":"Ciano","Background":"Sfondo","Window":"Finestra","Transparent":"Trasparente","Semi-Transparent":"Semi-Trasparente","Opaque":"Opaco","Font Size":"Dimensione del Testo","Text Edge Style":"Stile dei Bordi del Testo","None":"Nessuno","Raised":"In Rilievo","Depressed":"Incavato","Uniform":"Uniforme","Dropshadow":"Ombreggiatura","Font Family":"Stile del Testo","Proportional Sans-Serif":"Senza Grazie Proporzionale","Monospace Sans-Serif":"Senza Grazie Monospazio","Proportional Serif":"Con Grazie Proporzionale","Monospace Serif":"Con Grazie Monospazio","Casual":"Casuale","Script":"Codice","Small Caps":"Maiuscoletto","Reset":"Ripristina","restore all settings to the default values":"ripristina tutte le impostazioni ai valori predefiniti","Done":"Fatto","Caption Settings Dialog":"Finestra delle Impostazioni dei Sottotitoli","Beginning of dialog window. Escape will cancel and close the window.":"Apertura della finestra di dialogo. Premendo ESC si annullerà e si chiuderà la finestra.","End of dialog window.":"Chiusura della finestra di dialogo.","{1} is loading.":"{1} è in caricamento.","Quality":"Qualità","Auto":"Auto","Speed":"Velocità","Subtitles/CC":"Sottotitoli/CC","peers":"nodi","Go to the video page":"Vai alla pagina del video","Settings":"Impostazioni","Uses P2P, others may know you are watching this video.":"Usa P2P, altri potrebbero sapere che stai guardando questo video.","Copy the video URL":"Copia l'URL del video","Copy the video URL at the current time":"Copia l'URL del video della posizione corrente","Copy embed code":"Copia il codice per incorporare"} \ No newline at end of file {"Audio Player":"Riproduttore Audio","Video Player":"Riproduttore Video","Play":"Play","Pause":"Pausa","Replay":"Replay","Current Time":"Posizione attuale","Duration":"Durata","Remaining Time":"Tempo rimanente","Stream Type":"Tipo dello Streaming","LIVE":"LIVE","Loaded":"Caricato","Progress":"Stato","Progress Bar":"Barra di progresso","progress bar timing: currentTime={1} duration={2}":"{1} di {2}","Fullscreen":"Schermo intero","Non-Fullscreen":"Chiudi schermo intero","Mute":"Muto","Unmute":"Audio ","Playback Rate":"Velocità di riproduzione","Subtitles":"Sottotitoli","subtitles off":"Senza sottotitoli","Captions":"Sottotitoli per non udenti","captions off":"Senza sottotitoli per non udenti","Chapters":"Capitoli","Descriptions":"Descrizioni","descriptions off":"Descrizioni disattivate","Audio Track":"Traccia Audio","Volume Level":"Volume","You aborted the media playback":"La riproduzione del filmato è stata interrotta","A network error caused the media download to fail part-way.":"Il download del filmato è stato interrotto a causa di un problema rete.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Il filmato non può essere caricato a causa di un errore nel server o nella rete o perché il formato non viene supportato.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"La riproduzione del filmato è stata interrotta a causa di un file danneggiato o per l’utilizzo di impostazioni non supportate dal browser.","No compatible source was found for this media.":"Non ci sono fonti compatibili per questo filmato.","The media is encrypted and we do not have the keys to decrypt it.":"Il filmato è crittato e non disponiamo delle chiavi per decrittarlo","Play Video":"Riproduci Video","Close":"Chiudi","Close Modal Dialog":"Chiudi finestra di dialogo","Modal Window":"Finestra di dialogo","This is a modal window":"Questa è una finestra di dialogo","This modal can be closed by pressing the Escape key or activating the close button.":"Questa finestra di dialogo può essere chiusa premendo Esc o cliccando sul pulsante chiudi.",", opens captions settings dialog":", apri la finestra delle impostazioni delle didascalie",", opens subtitles settings dialog":", apri la finestra delle impostazioni dei sottotitoli",", opens descriptions settings dialog":", apri la finestra delle impostazioni delle descrizioni",", selected":", selezionati","captions settings":"impostazioni delle didascalie","subtitles settings":"impostazioni dei sottotitoli","descriptions settings":"impostazioni delle descrizioni","Text":"Testo","White":"Bianco","Black":"Nero","Red":"Rosso","Green":"Verde","Blue":"Blu","Yellow":"Giallo","Magenta":"Magenta","Cyan":"Ciano","Background":"Sfondo","Window":"Finestra","Transparent":"Trasparente","Semi-Transparent":"Semi-Trasparente","Opaque":"Opaco","Font Size":"Dimensione del Testo","Text Edge Style":"Stile dei Bordi del Testo","None":"Nessuno","Raised":"In Rilievo","Depressed":"Incavato","Uniform":"Uniforme","Dropshadow":"Ombreggiatura","Font Family":"Stile del Testo","Proportional Sans-Serif":"Senza Grazie Proporzionale","Monospace Sans-Serif":"Senza Grazie Monospazio","Proportional Serif":"Con Grazie Proporzionale","Monospace Serif":"Con Grazie Monospazio","Casual":"Casuale","Script":"Codice","Small Caps":"Maiuscoletto","Reset":"Ripristina","restore all settings to the default values":"ripristina tutte le impostazioni ai valori predefiniti","Done":"Fatto","Caption Settings Dialog":"Finestra delle Impostazioni dei Sottotitoli","Beginning of dialog window. Escape will cancel and close the window.":"Apertura della finestra di dialogo. Premendo ESC si annullerà e si chiuderà la finestra.","End of dialog window.":"Chiusura della finestra di dialogo.","{1} is loading.":"{1} è in caricamento.","Quality":"Qualità","Auto":"Auto","Speed":"Velocità","Subtitles/CC":"Sottotitoli/CC","peers":"nodi","peer":"peer","Go to the video page":"Vai alla pagina del video","Settings":"Impostazioni","Uses P2P, others may know you are watching this video.":"Usa P2P, altri potrebbero sapere che stai guardando questo video.","Copy the video URL":"Copia l'URL del video","Copy the video URL at the current time":"Copia l'URL del video della posizione corrente","Copy embed code":"Copia il codice per incorporare","Copy magnet URI":"Copia URI","Total downloaded: ":"Scaricati: ","Total uploaded: ":"Caricati: "} \ No newline at end of file
diff --git a/client/src/locale/target/player_ja_JP.json b/client/src/locale/target/player_ja_JP.json
new file mode 100644
index 000000000..05d67b434
--- /dev/null
+++ b/client/src/locale/target/player_ja_JP.json
@@ -0,0 +1 @@
{"Audio Player":"音楽プレーヤー","Video Player":"動画プレーヤー","Play":"å†ç”Ÿ","Pause":"一時åœæ­¢","Replay":"リプレイ","Current Time":"ç¾åœ¨æ™‚é–“","Duration":"期間","Remaining Time":"残り時間","Stream Type":"ストリームã®ç¨®é¡ž","LIVE":"ライブ","Loaded":"読込済","Progress":"進æ—","Progress Bar":"進æ—ãƒãƒ¼","progress bar timing: currentTime={1} duration={2}":"{1} ã® {2}","Fullscreen":"フルスクリーン","Non-Fullscreen":"éžãƒ•ãƒ«ã‚¹ã‚¯ãƒªãƒ¼ãƒ³","Mute":"ミュート","Unmute":"ミュートを解除","Playback Rate":"å†ç”Ÿãƒ¬ãƒ¼ãƒˆ","Subtitles":"字幕","subtitles off":"字幕を消ã™","Captions":"字幕","captions off":"字幕を消ã™","Chapters":"ãƒãƒ£ãƒ—ター","Descriptions":"説明","descriptions off":"説明を消ã™","Audio Track":"オーディオトラック","Volume Level":"音é‡ãƒ¬ãƒ™ãƒ«","You aborted the media playback":"メディアã®å†ç”Ÿã‚’中止ã—ã¾ã—ãŸ","A network error caused the media download to fail part-way.":"ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã‚¨ãƒ©ãƒ¼ã«ã‚ˆã‚Šã€ãƒ¡ãƒ‡ã‚£ã‚¢ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãŒé€”中ã§å¤±æ•—ã—ã¾ã—ãŸã€‚","The media could not be loaded, either because the server or network failed or because the format is not supported.":"サーãƒãƒ¼ã¾ãŸã¯ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã«éšœå®³ãŒç™ºç”Ÿã—ãŸã‹ã€ãƒ•ã‚©ãƒ¼ãƒžãƒƒãƒˆãŒã‚µãƒãƒ¼ãƒˆã•ã‚Œã¦ã„ãªã„ãŸã‚ã«ã€ãƒ¡ãƒ‡ã‚£ã‚¢ã‚’ロードã§ãã¾ã›ã‚“ã§ã—ãŸã€‚","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"ç ´æã®å•é¡Œã‚„ã€ãƒ–ラウザãŒã‚µãƒãƒ¼ãƒˆã—ã¦ã„ãªã„機能を使用ã—ã¦ã„るメディアãŒåŽŸå› ã§ã€ãƒ¡ãƒ‡ã‚£ã‚¢ã®å†ç”ŸãŒä¸­æ­¢ã•ã‚Œã¾ã—ãŸã€‚","No compatible source was found for this media.":"ã“ã®ãƒ¡ãƒ‡ã‚£ã‚¢ã«å¯¾å¿œã™ã‚‹ã‚½ãƒ¼ã‚¹ã¯è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸã€‚","The media is encrypted and we do not have the keys to decrypt it.":"メディアã¯æš—å·åŒ–ã•ã‚Œã¦ãŠã‚Šã€å¾©å·ã™ã‚‹éµã¯ã‚ã‚Šã¾ã›ã‚“。","Play Video":"動画をå†ç”Ÿ","Close":"é–‰ã˜ã‚‹","Close Modal Dialog":"モーダルダイアログを閉ã˜ã‚‹","Modal Window":"モーダルウィンドウ","This is a modal window":"ã“ã‚Œã¯ãƒ¢ãƒ¼ãƒ€ãƒ«ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã§ã™ã€‚","This modal can be closed by pressing the Escape key or activating the close button.":"モーダルã¯ã€Escキーを押ã™ã‹é–‰ã˜ã‚‹ãƒœã‚¿ãƒ³ã‚’押ã™ã“ã¨ã§é–‰ã˜ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚",", opens captions settings dialog":", キャプションã®è¨­å®šã‚’é–‹ã",", opens subtitles settings dialog":", 字幕設定を開ã",", opens descriptions settings dialog":", 説明ã®è¨­å®šã‚’é–‹ã",", selected":", é¸æŠžæ¸ˆ","captions settings":"字幕設定","subtitles settings":"字幕設定","descriptions settings":"説明ã®è¨­å®š","Text":"テキスト","White":"白","Black":"é»’","Red":"赤","Green":"ç·‘","Blue":"é’","Yellow":"黄","Magenta":"マゼンタ","Cyan":"シアン","Background":"ãƒãƒƒã‚¯ã‚°ãƒ©ã‚¦ãƒ³ãƒ‰","Window":"ウィンドウ","Transparent":"é€æ˜Ž","Semi-Transparent":"åŠé€æ˜Ž","Opaque":"ä¸é€æ˜Ž","Font Size":"フォントサイズ","Text Edge Style":"文字ã®ç¸ã®ã‚¹ã‚¿ã‚¤ãƒ«","None":"ç„¡ã—","Raised":"盛り上ã’ã‚‹","Depressed":"押ã—下ã’ã‚‹","Uniform":"æƒãˆã‚‹","Dropshadow":"影をè½ã¨ã™","Font Family":"Font-Family","Proportional Sans-Serif":"Proportional Sans-Serif","Monospace Sans-Serif":"Monospace Sans-Serif","Proportional Serif":"Proportional Serif","Monospace Serif":"Monospace Serif","Casual":"Casual","Script":"Script","Small Caps":"Small Caps","Reset":"åˆæœŸåŒ–","restore all settings to the default values":"ã™ã¹ã¦ã®è¨­å®šã‚’デフォルト値ã«æˆ»ã™","Done":"完了","Caption Settings Dialog":"字幕設定ダイアログ","Beginning of dialog window. Escape will cancel and close the window.":"最åˆã®ãƒ€ã‚¤ã‚¢ãƒ­ã‚°ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ エスケープをキャンセルã—ã¦ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã‚’é–‰ã˜ã¾ã™ã€‚","End of dialog window.":"最後ã®ãƒ€ã‚¤ã‚¢ãƒ­ã‚°ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦","{1} is loading.":"{1} を読込中…","Quality":"å“質","Auto":"自動","Speed":"速度","Subtitles/CC":"字幕/CC","peers":"ピア","peer":"ピア","Go to the video page":"動画ページã¸ç§»å‹•","Settings":"設定","Uses P2P, others may know you are watching this video.":"P2Pを使用ã—ã€ä»–ã®äººãŒã‚ãªãŸãŒã“ã®å‹•ç”»ã‚’見ã¦ã„ã‚‹ã“ã¨ã‚’知るã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。","Copy the video URL":"å‹•ç”»ã®URLをコピーã™ã‚‹","Copy the video URL at the current time":"今å†ç”Ÿã—ã¦ã„ã‚‹ä½ç½®ã®å‹•ç”»ã®URLをコピーã™ã‚‹","Copy embed code":"埋ã‚è¾¼ã¿ã‚³ãƒ¼ãƒ‰ã‚’コピーã™ã‚‹","Copy magnet URI":"magnet URI をコピーã™ã‚‹","Total downloaded: ":"ダウンロードåˆè¨ˆ:","Total uploaded: ":"アップロードåˆè¨ˆ:"} \ No newline at end of file
diff --git a/client/src/locale/target/player_nl_NL.json b/client/src/locale/target/player_nl_NL.json
new file mode 100644
index 000000000..38819722c
--- /dev/null
+++ b/client/src/locale/target/player_nl_NL.json
@@ -0,0 +1 @@
{"Audio Player":"Audiospeler","Video Player":"Videospeler","Play":"Afspelen","Pause":"Pauzeren","Replay":"Opnieuw afspelen","Current Time":"Huidige positie","Duration":"Tijdsduur","Remaining Time":"Resterende tijd","Stream Type":"Streamtype","LIVE":"LIVE","Loaded":"Geladen","Progress":"Voortgang","Progress Bar":"Voortgangsbalk","progress bar timing: currentTime={1} duration={2}":"{1} van {2}","Fullscreen":"Volledig scherm","Non-Fullscreen":"Geen volledig scherm","Mute":"Dempen","Unmute":"Niet dempen","Playback Rate":"Afspeelsnelheid","Subtitles":"Ondertiteling","subtitles off":"ondertiteling uit","Captions":"Bijschriften","captions off":"bijschriften uit","Chapters":"Hoofdstukken","Descriptions":"Beschrijvingen","descriptions off":"beschrijvingen uit","Audio Track":"Geluidsspoor","Volume Level":"Volumeniveau","You aborted the media playback":"Je hebt het afspelen gestopt","A network error caused the media download to fail part-way.":"Door een netwerkfout is het downloaden van de media halverwege mislukt.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"De media konden niet geladen worden, door een server- of netwerkfout of doordat het formaat niet ondersteund wordt.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"Het afspelen is onderbroken door een fout in overdracht of omdat de media functies gebruiken die je browser niet ondersteunt.","No compatible source was found for this media.":"Er werd geen versie van de media gevonden die je browser ondersteunt.","The media is encrypted and we do not have the keys to decrypt it.":"Deze media zijn versleuteld en er zijn geen sleutels voorhanden om ze te ontgrendelen.","Play Video":"Video afspelen","Close":"Sluiten","Close Modal Dialog":"Sluit pop-up venster","Modal Window":"Pop-up venster","This is a modal window":"Dit is een pop-up venster","This modal can be closed by pressing the Escape key or activating the close button.":"Dit venster kan je sluiten met de Escape-toets of de sluiten-knop.",", opens captions settings dialog":", opent instellingen voor bijschriften",", opens subtitles settings dialog":", opent instellingen voor ondertiteling",", opens descriptions settings dialog":", opent instellingen voor beschrijvingen",", selected":", geselecteerd","captions settings":"instellingen voor bijschriften","subtitles settings":"instellingen voor ondertiteling","descriptions settings":"instellingen voor beschrijvingen","Text":"Tekst","White":"Wit","Black":"Zwart","Red":"Rood","Green":"Groen","Blue":"Blauw","Yellow":"Geel","Magenta":"Magenta","Cyan":"Cyaan","Background":"Achtergrond","Window":"Venster","Transparent":"Doorzichtig","Semi-Transparent":"Doorschijnend","Opaque":"Ondoorzichtig","Font Size":"Lettergrootte","Text Edge Style":"Tekstrand","None":"Geen","Raised":"Verhoogd","Depressed":"Ingedrukt","Uniform":"Uniform","Dropshadow":"Schaduw","Font Family":"Lettertype","Proportional Sans-Serif":"Schreefloos","Monospace Sans-Serif":"Schreefloos met uniforme breedte","Proportional Serif":"Geschreefd","Monospace Serif":"Geschreefd met uniforme breedte","Casual":"Speels","Script":"Handschrift","Small Caps":"Kleinkapitalen","Reset":"Reset","restore all settings to the default values":"herstel alle instellingen naar hun standaardwaarden","Done":"Klaar","Caption Settings Dialog":"Bijschrift Instellingen","Beginning of dialog window. Escape will cancel and close the window.":"Begin van dialoogvenster. Escape verwerpt de wijzigingen en sluit het venster.","End of dialog window.":"Einde van dialoogvenster.","{1} is loading.":"{1} wordt geladen.","Quality":"Kwaliteit","Auto":"Automatisch","Speed":"Snelheid","Subtitles/CC":"Ondertiteling/CC","peers":"peers","peer":"peer","Go to the video page":"Ga naar de videopagina","Settings":"Instellingen","Uses P2P, others may know you are watching this video.":"Maakt gebruik van P2P, anderen kunnen mogelijk zien dat je deze video bekijkt.","Copy the video URL":"Kopieer de video-URL","Copy the video URL at the current time":"Kopieer de video-URL op de huidige afspeelpositie","Copy embed code":"Kopieer insluitcode","Copy magnet URI":"Kopieer magneet URI ","Total downloaded: ":"Totaal gedownload:","Total uploaded: ":"Totaal geüpload:"} \ No newline at end of file
diff --git a/client/src/locale/target/player_nl_NL.xml b/client/src/locale/target/player_nl_NL.xml
deleted file mode 100644
index 45bc76a55..000000000
--- a/client/src/locale/target/player_nl_NL.xml
+++ /dev/null
@@ -1,383 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="nl-NL">
5 <body>
6 <trans-unit id="Audio Player">
7 <source>Audio Player</source>
8 <target>Audiospeler</target>
9 </trans-unit>
10 <trans-unit id="Video Player">
11 <source>Video Player</source>
12 <target>Videospeler</target>
13 </trans-unit>
14 <trans-unit id="Play">
15 <source>Play</source>
16 <target>Afspelen</target>
17 </trans-unit>
18 <trans-unit id="Pause">
19 <source>Pause</source>
20 <target>Pauzeren</target>
21 </trans-unit>
22 <trans-unit id="Replay">
23 <source>Replay</source>
24 <target>Opnieuw afspelen</target>
25 </trans-unit>
26 <trans-unit id="Current Time">
27 <source>Current Time</source>
28 <target>Huidige positie</target>
29 </trans-unit>
30 <trans-unit id="Duration">
31 <source>Duration</source>
32 <target>Tijdsduur</target>
33 </trans-unit>
34 <trans-unit id="Remaining Time">
35 <source>Remaining Time</source>
36 <target>Resterende tijd</target>
37 </trans-unit>
38 <trans-unit id="Stream Type">
39 <source>Stream Type</source>
40 <target>Streamtype</target>
41 </trans-unit>
42 <trans-unit id="LIVE">
43 <source>LIVE</source>
44 <target>LIVE</target>
45 </trans-unit>
46 <trans-unit id="Loaded">
47 <source>Loaded</source>
48 <target>Geladen</target>
49 </trans-unit>
50 <trans-unit id="Progress">
51 <source>Progress</source>
52 <target>Voortgang</target>
53 </trans-unit>
54 <trans-unit id="Progress Bar">
55 <source>Progress Bar</source>
56 <target>Voortgangsbalk</target>
57 </trans-unit>
58 <trans-unit id="progress bar timing: currentTime={1} duration={2}">
59 <source>{1} of {2}</source>
60 <target>{1} van {2}</target>
61 </trans-unit>
62 <trans-unit id="Fullscreen">
63 <source>Fullscreen</source>
64 <target>Volledig scherm</target>
65 </trans-unit>
66 <trans-unit id="Non-Fullscreen">
67 <source>Non-Fullscreen</source>
68 <target>Geen volledig scherm</target>
69 </trans-unit>
70 <trans-unit id="Mute">
71 <source>Mute</source>
72 <target>Dempen</target>
73 </trans-unit>
74 <trans-unit id="Unmute">
75 <source>Unmute</source>
76 <target>Niet dempen</target>
77 </trans-unit>
78 <trans-unit id="Playback Rate">
79 <source>Playback Rate</source>
80 <target>Afspeelsnelheid</target>
81 </trans-unit>
82 <trans-unit id="Subtitles">
83 <source>Subtitles</source>
84 <target>Ondertiteling</target>
85 </trans-unit>
86 <trans-unit id="subtitles off">
87 <source>subtitles off</source>
88 <target>ondertiteling uit</target>
89 </trans-unit>
90 <trans-unit id="Captions">
91 <source>Captions</source>
92 <target>Ondertiteling met audiobeschrijving</target>
93 </trans-unit>
94 <trans-unit id="captions off">
95 <source>captions off</source>
96 <target>ondertiteling met audiobeschrijving uit</target>
97 </trans-unit>
98 <trans-unit id="Chapters">
99 <source>Chapters</source>
100 <target>Hoofdstukken</target>
101 </trans-unit>
102 <trans-unit id="Descriptions">
103 <source>Descriptions</source>
104 <target>Beschrijvingen</target>
105 </trans-unit>
106 <trans-unit id="descriptions off">
107 <source>descriptions off</source>
108 <target>beschrijvingen uit</target>
109 </trans-unit>
110 <trans-unit id="Audio Track">
111 <source>Audio Track</source>
112 <target>Geluidsspoor</target>
113 </trans-unit>
114 <trans-unit id="Volume Level">
115 <source>Volume Level</source>
116 <target>Volumeniveau</target>
117 </trans-unit>
118 <trans-unit id="You aborted the media playback">
119 <source>You aborted the media playback</source>
120 <target>Je hebt het afspelen gestopt</target>
121 </trans-unit>
122 <trans-unit id="A network error caused the media download to fail part-way.">
123 <source>A network error caused the media download to fail part-way.</source>
124 <target>Door een netwerkfout is het downloaden van de media halverwege mislukt.</target>
125 </trans-unit>
126 <trans-unit id="The media could not be loaded, either because the server or network failed or because the format is not supported.">
127 <source>The media could not be loaded, either because the server or network failed or because the format is not supported.</source>
128 <target>De media konden niet geladen worden, door een server- of netwerkfout of doordat het formaat niet ondersteund wordt.</target>
129 </trans-unit>
130 <trans-unit id="The media playback was aborted due to a corruption problem or because the media used features your browser did not support.">
131 <source>The media playback was aborted due to a corruption problem or because the media used features your browser did not support.</source>
132 <target>Het afspelen is onderbroken door een fout in overdracht of omdat de media functies gebruiken die je browser niet ondersteunt.</target>
133 </trans-unit>
134 <trans-unit id="No compatible source was found for this media.">
135 <source>No compatible source was found for this media.</source>
136 <target>Er werd geen versie van de media gevonden die je browser ondersteunt.</target>
137 </trans-unit>
138 <trans-unit id="The media is encrypted and we do not have the keys to decrypt it.">
139 <source>The media is encrypted and we do not have the keys to decrypt it.</source>
140 <target>Deze media zijn versleuteld en er zijn geen sleutels voorhanden om ze te ontcijferen.</target>
141 </trans-unit>
142 <trans-unit id="Play Video">
143 <source>Play Video</source>
144 <target>Video afspelen</target>
145 </trans-unit>
146 <trans-unit id="Close">
147 <source>Close</source>
148 <target>Sluiten</target>
149 </trans-unit>
150 <trans-unit id="Close Modal Dialog">
151 <source>Close Modal Dialog</source>
152 <target>Pop-up-venster sluiten</target>
153 </trans-unit>
154 <trans-unit id="Modal Window">
155 <source>Modal Window</source>
156 <target>Pop-up-venster</target>
157 </trans-unit>
158 <trans-unit id="This is a modal window">
159 <source>This is a modal window</source>
160 <target>Dit is een pop-up-venster</target>
161 </trans-unit>
162 <trans-unit id="This modal can be closed by pressing the Escape key or activating the close button.">
163 <source>This modal can be closed by pressing the Escape key or activating the close button.</source>
164 <target>Dit venster kan je sluiten met de Escape-toets of de sluiten-knop.</target>
165 </trans-unit>
166 <trans-unit id=", opens captions settings dialog">
167 <source>, opens captions settings dialog</source>
168 <target>, opent instellingen voor ondertiteling met audiobeschrijving</target>
169 </trans-unit>
170 <trans-unit id=", opens subtitles settings dialog">
171 <source>, opens subtitles settings dialog</source>
172 <target>, opent instellingen voor ondertiteling</target>
173 </trans-unit>
174 <trans-unit id=", opens descriptions settings dialog">
175 <source>, opens descriptions settings dialog</source>
176 <target>, opent instellingen voor beschrijvingen</target>
177 </trans-unit>
178 <trans-unit id=", selected">
179 <source>, selected</source>
180 <target>, geselecteerd</target>
181 </trans-unit>
182 <trans-unit id="captions settings">
183 <source>captions settings</source>
184 <target>instellingen voor ondertiteling met audiobeschrijving</target>
185 </trans-unit>
186 <trans-unit id="subtitles settings">
187 <source>subititles settings</source>
188 <target>instellingen voor ondertiteling</target>
189 </trans-unit>
190 <trans-unit id="descriptions settings">
191 <source>descriptions settings</source>
192 <target>instellingen voor beschrijvingen</target>
193 </trans-unit>
194 <trans-unit id="Text">
195 <source>Text</source>
196 <target>Tekst</target>
197 </trans-unit>
198 <trans-unit id="White">
199 <source>White</source>
200 <target>Wit</target>
201 </trans-unit>
202 <trans-unit id="Black">
203 <source>Black</source>
204 <target>Zwart</target>
205 </trans-unit>
206 <trans-unit id="Red">
207 <source>Red</source>
208 <target>Rood</target>
209 </trans-unit>
210 <trans-unit id="Green">
211 <source>Green</source>
212 <target>Groen</target>
213 </trans-unit>
214 <trans-unit id="Blue">
215 <source>Blue</source>
216 <target>Blauw</target>
217 </trans-unit>
218 <trans-unit id="Yellow">
219 <source>Yellow</source>
220 <target>Geel</target>
221 </trans-unit>
222 <trans-unit id="Magenta">
223 <source>Magenta</source>
224 <target>Magenta</target>
225 </trans-unit>
226 <trans-unit id="Cyan">
227 <source>Cyan</source>
228 <target>Cyaan</target>
229 </trans-unit>
230 <trans-unit id="Background">
231 <source>Background</source>
232 <target>Achtergrond</target>
233 </trans-unit>
234 <trans-unit id="Window">
235 <source>Window</source>
236 <target>Venster</target>
237 </trans-unit>
238 <trans-unit id="Transparent">
239 <source>Transparent</source>
240 <target>Doorzichtig</target>
241 </trans-unit>
242 <trans-unit id="Semi-Transparent">
243 <source>Semi-Transparent</source>
244 <target>Doorschijnend</target>
245 </trans-unit>
246 <trans-unit id="Opaque">
247 <source>Opaque</source>
248 <target>Ondoorzichtig</target>
249 </trans-unit>
250 <trans-unit id="Font Size">
251 <source>Font Size</source>
252 <target>Lettergrootte</target>
253 </trans-unit>
254 <trans-unit id="Text Edge Style">
255 <source>Text Edge Style</source>
256 <target>Tekstrand</target>
257 </trans-unit>
258 <trans-unit id="None">
259 <source>None</source>
260 <target>Geen</target>
261 </trans-unit>
262 <trans-unit id="Raised">
263 <source>Raised</source>
264 <target>Uitpuilend</target>
265 </trans-unit>
266 <trans-unit id="Depressed">
267 <source>Depressed</source>
268 <target>Ingedrukt</target>
269 </trans-unit>
270 <trans-unit id="Uniform">
271 <source>Uniform</source>
272 <target>Uniform</target>
273 </trans-unit>
274 <trans-unit id="Dropshadow">
275 <source>Dropshadow</source>
276 <target>Schaduw</target>
277 </trans-unit>
278 <trans-unit id="Font Family">
279 <source>Font Family</source>
280 <target>Lettertype</target>
281 </trans-unit>
282 <trans-unit id="Proportional Sans-Serif">
283 <source>Proportional Sans-Serif</source>
284 <target>Schreefloos</target>
285 </trans-unit>
286 <trans-unit id="Monospace Sans-Serif">
287 <source>Monospace Sans-Serif</source>
288 <target>Schreefloos met uniforme breedte</target>
289 </trans-unit>
290 <trans-unit id="Proportional Serif">
291 <source>Proportional Serif</source>
292 <target>Geschreefd</target>
293 </trans-unit>
294 <trans-unit id="Monospace Serif">
295 <source>Monospace Serif</source>
296 <target>Geschreefd met uniforme breedte</target>
297 </trans-unit>
298 <trans-unit id="Casual">
299 <source>Casual</source>
300 <target>Speels</target>
301 </trans-unit>
302 <trans-unit id="Script">
303 <source>Script</source>
304 <target>Handschrift</target>
305 </trans-unit>
306 <trans-unit id="Small Caps">
307 <source>Small Caps</source>
308 <target>Kleinkapitalen</target>
309 </trans-unit>
310 <trans-unit id="Reset">
311 <source>Reset</source>
312 <target>Reset</target>
313 </trans-unit>
314 <trans-unit id="restore all settings to the default values">
315 <source>restore all settings to the default values</source>
316 <target>Herstel alle instellingen naar hun standaardwaarden</target>
317 </trans-unit>
318 <trans-unit id="Done">
319 <source>Done</source>
320 <target>Oké</target>
321 </trans-unit>
322 <trans-unit id="Caption Settings Dialog">
323 <source>Caption Settings Dialog</source>
324 <target>Instellingen voor ondertiteling met audiobeschrijving</target>
325 </trans-unit>
326 <trans-unit id="Beginning of dialog window. Escape will cancel and close the window.">
327 <source>Beginning of dialog window. Escape will cancel and close the window.</source>
328 <target>Begin van dialoogvenster. Escape verwerpt de wijzigingen en sluit het venster.</target>
329 </trans-unit>
330 <trans-unit id="End of dialog window.">
331 <source>End of dialog window.</source>
332 <target>Einde van dialoogvenster.</target>
333 </trans-unit>
334 <trans-unit id="{1} is loading.">
335 <source>{1} is loading.</source>
336 <target>{1} wordt geladen.</target>
337 </trans-unit>
338 <trans-unit id="Quality">
339 <source>Quality</source>
340 <target>Kwaliteit</target>
341 </trans-unit>
342 <trans-unit id="Auto">
343 <source>Auto</source>
344 <target>Automatisch</target>
345 </trans-unit>
346 <trans-unit id="Speed">
347 <source>Speed</source>
348 <target>Snelheid</target>
349 </trans-unit>
350 <trans-unit id="Subtitles/CC">
351 <source>Subtitles/CC</source>
352 <target>Ondertiteling/CC</target>
353 </trans-unit>
354 <trans-unit id="peers">
355 <source>peers</source>
356 <target>peers</target>
357 </trans-unit>
358 <trans-unit id="Go to the video page">
359 <source>Go to the video page</source>
360 <target>Ga naar de videopagina</target>
361 </trans-unit>
362 <trans-unit id="Settings">
363 <source>Settings</source>
364 <target>Instellingen</target>
365 </trans-unit>
366 <trans-unit id="Uses P2P, others may know you are watching this video.">
367 <source>Uses P2P, others may know you are watching this video.</source>
368 <target>Maakt gebruik van P2P, anderen kunnen mogelijks zien dat je deze video bekijkt.</target>
369 </trans-unit>
370 <trans-unit id="Copy the video URL">
371 <source>Copy the video URL</source>
372 <target>Video-URL kopiëren</target>
373 </trans-unit>
374 <trans-unit id="Copy the video URL at the current time">
375 <source>Copy the video URL at the current time</source>
376 <target>Kopieer de video-URL op de huidige afspeelpositie</target>
377 </trans-unit>
378 <trans-unit id="Copy embed code">
379 <source>Copy embed code</source>
380 <target>Insluitcode kopiëren</target>
381 </trans-unit>
382 </body>
383 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/player_oc.json b/client/src/locale/target/player_oc.json
index e64b68b00..44ee51686 100644
--- a/client/src/locale/target/player_oc.json
+++ b/client/src/locale/target/player_oc.json
@@ -1 +1 @@
{"Audio Player":"Lector àudio","Video Player":"Lector vidèo","Play":"Lectura","Pause":"Pausa","Replay":"Tornar legir","Current Time":"Durada passada","Duration":"Durada","Remaining Time":"Temps restant","Stream Type":"Tipe de difusion","LIVE":"DIRÈCTE","Loaded":"Cargat","Progress":"Progression","Progress Bar":"Barra de progession","progress bar timing: currentTime={1} duration={2}":"{1} sus {2}","Fullscreen":"Ecran complèt","Non-Fullscreen":"Pas en ecran complèt","Mute":"Copar lo son","Unmute":"Restablir lo son","Playback Rate":"Velocitat de lectura","Subtitles":"Sostítols","subtitles off":"Sostítols desactivats","Captions":"Legendas","captions off":"Legendas desactivadas","Chapters":"Capítols","Descriptions":"Descripcions","descriptions off":"descripcions desactivadas","Audio Track":"Pista àudio","Volume Level":"Nivèl del volum","You aborted the media playback":"Avètz copat la lectura del mèdia","A network error caused the media download to fail part-way.":"Una error de ret a provocat un fracàs del telecargament.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Lo mèdia a pas pogut èsser cargat, siá perque lo servidor o lo ret a fracassat siá perque lo format es pas compatible.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"La lectura del mèdia es copada a causa d’un problèma de corrupcion o perque lo mèdia utiliza de foncionalitats pas suportadas pel navigador.","No compatible source was found for this media.":"Cap de font compatiblas pas trobada per aqueste mèdia.","The media is encrypted and we do not have the keys to decrypt it.":"Lo mèdia es chifrat e avèm pas las claus per lo deschifrar.","Play Video":"Legir la vidèo","Close":"Tampar","Close Modal Dialog":"Tampar la fenèstra","Modal Window":"Fenèstra","This is a modal window":"Aquò es una fenèstra","This modal can be closed by pressing the Escape key or activating the close button.":"Aquesta fenèstra pòt èsser tampada en quichar Escapar sul clavièr o en activar lo boton de tampadura.",", opens captions settings dialog":", dobrís la fenèstra de paramètres de legenda",", opens subtitles settings dialog":", dobrís la fenèstra de paramètres de sostítol",", opens descriptions settings dialog":", dobrís la fenèstra de paramètres de descripcion",", selected":", seleccionat","captions settings":"paramètres de legenda","subtitles settings":"paramètres de sostítol","descriptions settings":"paramètres de descripcion","Text":"Tèxte","White":"Blanc","Black":"Negre","Red":"Roge","Green":"Verd","Blue":"Blau","Yellow":"Jaune","Magenta":"Magenta","Cyan":"Cian","Background":"Rèireplan","Window":"Fenèstra","Transparent":"Transparent","Semi-Transparent":"Semitransparent","Opaque":"Opac","Font Size":"Talha de la polissa","Text Edge Style":"Estil dels contorn del tèxte","None":"Cap","Raised":"Naut","Depressed":"Enfonsat","Uniform":"Unifòrme","Dropshadow":"Ombrat","Font Family":"Familha de polissa","Proportional Sans-Serif":"Sans-Serif proporcional","Monospace Sans-Serif":"Monospace Sans-Serif","Proportional Serif":"Serif proporcional","Monospace Serif":"Monospace Serif","Casual":"Manuscrita","Script":"Script","Small Caps":"Pichonas majusculas","Reset":"Reïnicializar","restore all settings to the default values":"o restablir tot a las valors per defaut","Done":"Acabat","Caption Settings Dialog":"Fenèstra de paramètres de legenda","Beginning of dialog window. Escape will cancel and close the window.":"Debuta de la fenèstra. Escapar anullarà e tamparà la fenèstra.","End of dialog window.":"Fin de la fenèstra.","{1} is loading.":"{1} es a cargar.","Quality":"Qualitat","Auto":"Auto","Speed":"Velocitat","Subtitles/CC":"Sostítols/CC","peers":"pars","Go to the video page":"Anar a la pagina de la vidèo","Settings":"Paramètres","Uses P2P, others may know you are watching this video.":"Utiliza lo P2P, se pòt que d’autres sián a agachar aquesta vidèo.","Copy the video URL":"Copiar l’URL de la vidèo","Copy the video URL at the current time":"Copiar l’URL de la vidèo a aquesta posicion","Copy embed code":"Copiar lo còdi d’integracion"} \ No newline at end of file {"Audio Player":"Lector àudio","Video Player":"Lector vidèo","Play":"Lectura","Pause":"Pausa","Replay":"Tornar legir","Current Time":"Durada passada","Duration":"Durada","Remaining Time":"Temps restant","Stream Type":"Tipe de difusion","LIVE":"DIRÈCTE","Loaded":"Cargat","Progress":"Progression","Progress Bar":"Barra de progession","progress bar timing: currentTime={1} duration={2}":"{1} sus {2}","Fullscreen":"Ecran complèt","Non-Fullscreen":"Pas en ecran complèt","Mute":"Copar lo son","Unmute":"Restablir lo son","Playback Rate":"Velocitat de lectura","Subtitles":"Sostítols","subtitles off":"Sostítols desactivats","Captions":"Legendas","captions off":"Legendas desactivadas","Chapters":"Capítols","Descriptions":"Descripcions","descriptions off":"descripcions desactivadas","Audio Track":"Pista àudio","Volume Level":"Nivèl del volum","You aborted the media playback":"Avètz copat la lectura del mèdia","A network error caused the media download to fail part-way.":"Una error de ret a provocat un fracàs del telecargament.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Lo mèdia a pas pogut èsser cargat, siá perque lo servidor o lo ret a fracassat siá perque lo format es pas compatible.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"La lectura del mèdia es copada a causa d’un problèma de corrupcion o perque lo mèdia utiliza de foncionalitats pas suportadas pel navigador.","No compatible source was found for this media.":"Cap de font compatiblas pas trobada per aqueste mèdia.","The media is encrypted and we do not have the keys to decrypt it.":"Lo mèdia es chifrat e avèm pas las claus per lo deschifrar.","Play Video":"Legir la vidèo","Close":"Tampar","Close Modal Dialog":"Tampar la fenèstra","Modal Window":"Fenèstra","This is a modal window":"Aquò es una fenèstra","This modal can be closed by pressing the Escape key or activating the close button.":"Aquesta fenèstra pòt èsser tampada en quichar Escapar sul clavièr o en activar lo boton de tampadura.",", opens captions settings dialog":", dobrís la fenèstra de paramètres de legenda",", opens subtitles settings dialog":", dobrís la fenèstra de paramètres de sostítol",", opens descriptions settings dialog":", dobrís la fenèstra de paramètres de descripcion",", selected":", seleccionat","captions settings":"paramètres de legenda","subtitles settings":"paramètres de sostítol","descriptions settings":"paramètres de descripcion","Text":"Tèxte","White":"Blanc","Black":"Negre","Red":"Roge","Green":"Verd","Blue":"Blau","Yellow":"Jaune","Magenta":"Magenta","Cyan":"Cian","Background":"Rèireplan","Window":"Fenèstra","Transparent":"Transparent","Semi-Transparent":"Semitransparent","Opaque":"Opac","Font Size":"Talha de la polissa","Text Edge Style":"Estil dels contorn del tèxte","None":"Cap","Raised":"Naut","Depressed":"Enfonsat","Uniform":"Unifòrme","Dropshadow":"Ombrat","Font Family":"Familha de polissa","Proportional Sans-Serif":"Sans-Serif proporcional","Monospace Sans-Serif":"Monospace Sans-Serif","Proportional Serif":"Serif proporcional","Monospace Serif":"Monospace Serif","Casual":"Manuscrita","Script":"Script","Small Caps":"Pichonas majusculas","Reset":"Reïnicializar","restore all settings to the default values":"o restablir tot a las valors per defaut","Done":"Acabat","Caption Settings Dialog":"Fenèstra de paramètres de legenda","Beginning of dialog window. Escape will cancel and close the window.":"Debuta de la fenèstra. Escapar anullarà e tamparà la fenèstra.","End of dialog window.":"Fin de la fenèstra.","{1} is loading.":"{1} es a cargar.","Quality":"Qualitat","Auto":"Auto","Speed":"Velocitat","Subtitles/CC":"Sostítols/CC","peers":"pars","peer":"par","Go to the video page":"Anar a la pagina de la vidèo","Settings":"Paramètres","Uses P2P, others may know you are watching this video.":"Utiliza lo P2P, se pòt que d’autres sián a agachar aquesta vidèo.","Copy the video URL":"Copiar l’URL de la vidèo","Copy the video URL at the current time":"Copiar l’URL de la vidèo a aquesta posicion","Copy embed code":"Copiar lo còdi d’integracion","Copy magnet URI":"Copiar lo magnet URI","Total downloaded: ":"Total telecargat :","Total uploaded: ":"Total enviat :"} \ No newline at end of file
diff --git a/client/src/locale/target/player_pt_BR.json b/client/src/locale/target/player_pt_BR.json
index 8f79071ab..12ea5c246 100644
--- a/client/src/locale/target/player_pt_BR.json
+++ b/client/src/locale/target/player_pt_BR.json
@@ -1 +1 @@
{"Audio Player":"Reproduzir áudio","Video Player":"Reprodutor de vídeo","Play":"Reproduzir","Pause":"Pausar","Replay":"Reproduzir novamente","Current Time":"Hora atual","Duration":"Duração","Remaining Time":"Tempo restante","Stream Type":"Tipo de fluxo","LIVE":"AO VIVO","Loaded":"Carregado","Progress":"Progresso","Progress Bar":"Barra de progresso","progress bar timing: currentTime={1} duration={2}":"{1} de {2}","Fullscreen":"Tela cheia","Non-Fullscreen":"Tela não cheia","Mute":"Sem áudio","Unmute":"Com áudio","Playback Rate":"Taxa de reprodução","Subtitles":"Legendas","subtitles off":"legendas desligadas","Captions":"Legendas ocultas","captions off":"legendas desligadas","Chapters":"Capítulos","Descriptions":"Descrições","descriptions off":"descrições desligadas","Audio Track":"Faixa de áudio","Volume Level":"Nível de volume","You aborted the media playback":"Você interrompeu a reprodução de mídia","A network error caused the media download to fail part-way.":"Um erro de rede fez com que o download da mídia falhasse parcialmente.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Não foi possível carregar a mídia porque o servidor ou a rede falhou ou porque o formato não é suportado.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"A reprodução da mídia foi interrompida devido a um problema de corrupção ou porque a mídia utilizou recursos que seu navegador não suportava.","No compatible source was found for this media.":"Nenhuma fonte compatível foi localizada para essa mídia.","The media is encrypted and we do not have the keys to decrypt it.":"A mídia está criptografada e não temos as chaves para descriptografá-la.","Play Video":"Iniciar vídeo","Close":"Fechar","Close Modal Dialog":"Fechar diálogo modal","Modal Window":"Janela modal","This is a modal window":"Essa é uma janela modal","This modal can be closed by pressing the Escape key or activating the close button.":"Esse modal pode ser fechado pressionando a tecla Escape ou ativando o botão de fechar.",", opens captions settings dialog":", abre diálogo de configurações de legendas ocultas",", opens subtitles settings dialog":", abre diálogo de configurações de legendas",", opens descriptions settings dialog":", abre diálogo de configurações de descrições",", selected":", selecionada","captions settings":"configurações de legendas ocultas","subtitles settings":"configurações de legendas","descriptions settings":"configurações de descrições","Text":"Texto","White":"Branco","Black":"Preto","Red":"Vermelho","Green":"Verde","Blue":"Azul","Yellow":"Amarelo","Magenta":"Magenta","Cyan":"Ciano","Background":"Fundo","Window":"Janela","Transparent":"Transparente","Semi-Transparent":"Semitransparente","Opaque":"Opaco","Font Size":"Tamanho da fonte","Text Edge Style":"Estilo da borda do texto","None":"Nenhuma","Raised":"Elevada","Depressed":"Afundado","Uniform":"Uniforme","Dropshadow":"Sombra projetada","Font Family":"Família da fonte","Proportional Sans-Serif":"Sem serifa proporcional","Monospace Sans-Serif":"Sem serifa monoespaçada","Proportional Serif":"Serifa proporcional","Monospace Serif":"Serifa monoespaçado","Casual":"Casual","Script":"Script","Small Caps":"Versaletes","Reset":"Reiniciar","restore all settings to the default values":"restaura todas as configurações para os valores padrão","Done":"Concluído","Caption Settings Dialog":"Diálogo de configurações de legenda oculta","Beginning of dialog window. Escape will cancel and close the window.":"Começo da janela do diálogo. A tecla Escape vai cancelar e fechar a janela.","End of dialog window.":"Fim da janela do diálogo.","{1} is loading.":"{1} está carregando.","Quality":"Qualidade","Auto":"Auto","Speed":"Velocidade","Subtitles/CC":"Legendas/CC","peers":"pares","Go to the video page":"Vá para a página do vídeo","Settings":"Configurações","Uses P2P, others may know you are watching this video.":"Usa P2P, outros podem saber que você está assistindo a esse vídeo.","Copy the video URL":"Copiar a URL do vídeo","Copy the video URL at the current time":"Copiar a URL do vídeo no tempo atual","Copy embed code":"Copiar código embutido"} \ No newline at end of file {"Audio Player":"Reproduzir áudio","Video Player":"Reprodutor de vídeo","Play":"Reproduzir","Pause":"Pausar","Replay":"Reproduzir novamente","Current Time":"Hora atual","Duration":"Duração","Remaining Time":"Tempo restante","Stream Type":"Tipo de fluxo","LIVE":"AO VIVO","Loaded":"Carregado","Progress":"Progresso","Progress Bar":"Barra de progresso","progress bar timing: currentTime={1} duration={2}":"{1} de {2}","Fullscreen":"Tela cheia","Non-Fullscreen":"Tela não cheia","Mute":"Sem áudio","Unmute":"Com áudio","Playback Rate":"Taxa de reprodução","Subtitles":"Legendas","subtitles off":"legendas desligadas","Captions":"Legendas ocultas","captions off":"legendas desligadas","Chapters":"Capítulos","Descriptions":"Descrições","descriptions off":"descrições desligadas","Audio Track":"Faixa de áudio","Volume Level":"Nível de volume","You aborted the media playback":"Você interrompeu a reprodução de mídia","A network error caused the media download to fail part-way.":"Um erro de rede fez com que o download da mídia falhasse parcialmente.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Não foi possível carregar a mídia porque o servidor ou a rede falhou ou porque o formato não é suportado.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"A reprodução da mídia foi interrompida devido a um problema de corrupção ou porque a mídia utilizou recursos que seu navegador não suportava.","No compatible source was found for this media.":"Nenhuma fonte compatível foi localizada para essa mídia.","The media is encrypted and we do not have the keys to decrypt it.":"A mídia está criptografada e não temos as chaves para descriptografá-la.","Play Video":"Iniciar vídeo","Close":"Fechar","Close Modal Dialog":"Fechar diálogo modal","Modal Window":"Janela modal","This is a modal window":"Essa é uma janela modal","This modal can be closed by pressing the Escape key or activating the close button.":"Esse modal pode ser fechado pressionando a tecla Escape ou ativando o botão de fechar.",", opens captions settings dialog":", abre diálogo de configurações de legendas ocultas",", opens subtitles settings dialog":", abre diálogo de configurações de legendas",", opens descriptions settings dialog":", abre diálogo de configurações de descrições",", selected":", selecionada","captions settings":"configurações de legendas ocultas","subtitles settings":"configurações de legendas","descriptions settings":"configurações de descrições","Text":"Texto","White":"Branco","Black":"Preto","Red":"Vermelho","Green":"Verde","Blue":"Azul","Yellow":"Amarelo","Magenta":"Magenta","Cyan":"Ciano","Background":"Fundo","Window":"Janela","Transparent":"Transparente","Semi-Transparent":"Semitransparente","Opaque":"Opaco","Font Size":"Tamanho da fonte","Text Edge Style":"Estilo da borda do texto","None":"Nenhuma","Raised":"Elevada","Depressed":"Afundado","Uniform":"Uniforme","Dropshadow":"Sombra projetada","Font Family":"Família da fonte","Proportional Sans-Serif":"Sem serifa proporcional","Monospace Sans-Serif":"Sem serifa monoespaçada","Proportional Serif":"Serifa proporcional","Monospace Serif":"Serifa monoespaçado","Casual":"Casual","Script":"Script","Small Caps":"Versaletes","Reset":"Reiniciar","restore all settings to the default values":"restaura todas as configurações para os valores padrão","Done":"Concluído","Caption Settings Dialog":"Diálogo de configurações de legenda oculta","Beginning of dialog window. Escape will cancel and close the window.":"Começo da janela do diálogo. A tecla Escape vai cancelar e fechar a janela.","End of dialog window.":"Fim da janela do diálogo.","{1} is loading.":"{1} está carregando.","Quality":"Qualidade","Auto":"Auto","Speed":"Velocidade","Subtitles/CC":"Legendas/CC","peers":"pares","peer":"pessoa","Go to the video page":"Vá para a página do vídeo","Settings":"Configurações","Uses P2P, others may know you are watching this video.":"Usa P2P, outros podem saber que você está assistindo a esse vídeo.","Copy the video URL":"Copiar a URL do vídeo","Copy the video URL at the current time":"Copiar a URL do vídeo no tempo atual","Copy embed code":"Copiar código embutido","Copy magnet URI":"Copiar link magnet","Total downloaded: ":"Total baixado:","Total uploaded: ":"Total subido:"} \ No newline at end of file
diff --git a/client/src/locale/target/player_pt_PT.json b/client/src/locale/target/player_pt_PT.json
new file mode 100644
index 000000000..8f79071ab
--- /dev/null
+++ b/client/src/locale/target/player_pt_PT.json
@@ -0,0 +1 @@
{"Audio Player":"Reproduzir áudio","Video Player":"Reprodutor de vídeo","Play":"Reproduzir","Pause":"Pausar","Replay":"Reproduzir novamente","Current Time":"Hora atual","Duration":"Duração","Remaining Time":"Tempo restante","Stream Type":"Tipo de fluxo","LIVE":"AO VIVO","Loaded":"Carregado","Progress":"Progresso","Progress Bar":"Barra de progresso","progress bar timing: currentTime={1} duration={2}":"{1} de {2}","Fullscreen":"Tela cheia","Non-Fullscreen":"Tela não cheia","Mute":"Sem áudio","Unmute":"Com áudio","Playback Rate":"Taxa de reprodução","Subtitles":"Legendas","subtitles off":"legendas desligadas","Captions":"Legendas ocultas","captions off":"legendas desligadas","Chapters":"Capítulos","Descriptions":"Descrições","descriptions off":"descrições desligadas","Audio Track":"Faixa de áudio","Volume Level":"Nível de volume","You aborted the media playback":"Você interrompeu a reprodução de mídia","A network error caused the media download to fail part-way.":"Um erro de rede fez com que o download da mídia falhasse parcialmente.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Não foi possível carregar a mídia porque o servidor ou a rede falhou ou porque o formato não é suportado.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"A reprodução da mídia foi interrompida devido a um problema de corrupção ou porque a mídia utilizou recursos que seu navegador não suportava.","No compatible source was found for this media.":"Nenhuma fonte compatível foi localizada para essa mídia.","The media is encrypted and we do not have the keys to decrypt it.":"A mídia está criptografada e não temos as chaves para descriptografá-la.","Play Video":"Iniciar vídeo","Close":"Fechar","Close Modal Dialog":"Fechar diálogo modal","Modal Window":"Janela modal","This is a modal window":"Essa é uma janela modal","This modal can be closed by pressing the Escape key or activating the close button.":"Esse modal pode ser fechado pressionando a tecla Escape ou ativando o botão de fechar.",", opens captions settings dialog":", abre diálogo de configurações de legendas ocultas",", opens subtitles settings dialog":", abre diálogo de configurações de legendas",", opens descriptions settings dialog":", abre diálogo de configurações de descrições",", selected":", selecionada","captions settings":"configurações de legendas ocultas","subtitles settings":"configurações de legendas","descriptions settings":"configurações de descrições","Text":"Texto","White":"Branco","Black":"Preto","Red":"Vermelho","Green":"Verde","Blue":"Azul","Yellow":"Amarelo","Magenta":"Magenta","Cyan":"Ciano","Background":"Fundo","Window":"Janela","Transparent":"Transparente","Semi-Transparent":"Semitransparente","Opaque":"Opaco","Font Size":"Tamanho da fonte","Text Edge Style":"Estilo da borda do texto","None":"Nenhuma","Raised":"Elevada","Depressed":"Afundado","Uniform":"Uniforme","Dropshadow":"Sombra projetada","Font Family":"Família da fonte","Proportional Sans-Serif":"Sem serifa proporcional","Monospace Sans-Serif":"Sem serifa monoespaçada","Proportional Serif":"Serifa proporcional","Monospace Serif":"Serifa monoespaçado","Casual":"Casual","Script":"Script","Small Caps":"Versaletes","Reset":"Reiniciar","restore all settings to the default values":"restaura todas as configurações para os valores padrão","Done":"Concluído","Caption Settings Dialog":"Diálogo de configurações de legenda oculta","Beginning of dialog window. Escape will cancel and close the window.":"Começo da janela do diálogo. A tecla Escape vai cancelar e fechar a janela.","End of dialog window.":"Fim da janela do diálogo.","{1} is loading.":"{1} está carregando.","Quality":"Qualidade","Auto":"Auto","Speed":"Velocidade","Subtitles/CC":"Legendas/CC","peers":"pares","Go to the video page":"Vá para a página do vídeo","Settings":"Configurações","Uses P2P, others may know you are watching this video.":"Usa P2P, outros podem saber que você está assistindo a esse vídeo.","Copy the video URL":"Copiar a URL do vídeo","Copy the video URL at the current time":"Copiar a URL do vídeo no tempo atual","Copy embed code":"Copiar código embutido"} \ No newline at end of file
diff --git a/client/src/locale/target/player_ru_RU.json b/client/src/locale/target/player_ru_RU.json
index e2d8d4980..a7432f659 100644
--- a/client/src/locale/target/player_ru_RU.json
+++ b/client/src/locale/target/player_ru_RU.json
@@ -1 +1 @@
{"Audio Player":"Ðудиоплеер","Video Player":"Видеоплеер","Play":"ВоÑпроизвеÑти","Pause":"Пауза","Replay":"ВоÑпроизвеÑти Ñнова","Current Time":"Текущий момент","Duration":"ПродолжительноÑÑ‚ÑŒ","Remaining Time":"ОÑтавшееÑÑ Ð²Ñ€ÐµÐ¼Ñ","Stream Type":"Тип потока","LIVE":"ПрÑмой Ñфир","Loaded":"Загружено","Progress":"Ход выполнениÑ","Progress Bar":"Индикатор выполнениÑ","progress bar timing: currentTime={1} duration={2}":"{1} из {2}","Fullscreen":"Полный Ñкран","Non-Fullscreen":"Окно","Mute":"Без звука","Unmute":"Со звуком","Playback Rate":" СкороÑÑ‚ÑŒ воÑпроизведениÑ","Subtitles":"Субтитры","subtitles off":"Без Ñубтитров","Captions":"Сопроводительные надпиÑи","captions off":"Без Ñопроводительных надпиÑей","Chapters":"Главы","Descriptions":"ОпиÑание","descriptions off":"без опиÑаний","Audio Track":"Ðудиодорожка","Volume Level":"ГромкоÑÑ‚ÑŒ","You aborted the media playback":"Ð’Ñ‹ отменили воÑпроизведение медиафайла","A network error caused the media download to fail part-way.":"Ошибка Ñети Ñтала причиной неудачного воÑÐ¿Ñ€Ð¾Ð¸Ð·Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¼ÐµÐ´Ð¸Ð°Ñ„Ð°Ð¹Ð»Ð°","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Медиафайл не может быть воÑпроизведен: ошибки Ñервера или Ñети; или не поддерживаетÑÑ Ñ„Ð¾Ñ€Ð¼Ð°Ñ‚ медиафайла","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"ВоÑпроизведение отменено: файл иÑпорчен или иÑпользует инÑтрументы, которые ваш навигатор не поддерживает ","No compatible source was found for this media.":"Ðе найдено ÑовмеÑтимого иÑточника Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð¼ÐµÐ´Ð¸Ð°Ñ„Ð°Ð¹Ð»Ð°","The media is encrypted and we do not have the keys to decrypt it.":"Этот медиафайл зашифрован и у Ð½Ð°Ñ Ð½ÐµÑ‚ ключей Ð´Ð»Ñ ÐµÐ³Ð¾ раÑшифровки ","Play Video":"ВоÑпроизвеÑти видео","Close":"Закрыть","Close Modal Dialog":"Закрыть модальное диалоговое окно","Modal Window":"Модальное окно","This is a modal window":"Это модальное окно","This modal can be closed by pressing the Escape key or activating the close button.":"Это модальное окно можно закрыть нажав на кнопку Escape или на кнопку закрыть",", opens captions settings dialog":", открывает окно наÑтроек Ñопроводительных надпиÑей",", opens subtitles settings dialog":", открывает окно наÑтроек Ñубтитров",", opens descriptions settings dialog":", открывает окно наÑтроек опиÑаний",", selected":", выделено ","captions settings":"ÐаÑтройки Ñопроводительных надпиÑей","subtitles settings":"ÐаÑтройки Ñубтитров","descriptions settings":"ÐаÑтройки опиÑаний ","Text":"ТекÑÑ‚","White":"Белый","Black":"Черный","Red":"КраÑный","Green":"Зеленый","Blue":"Синий","Yellow":"Желтый","Magenta":"Пурпурный ","Cyan":"Голубой","Background":"Фон","Window":"Окно","Transparent":"Прозрачный","Semi-Transparent":"Полупрозрачный ","Opaque":"Ðепрозрачный","Font Size":"Размер шрифта ","None":"ОтÑутÑтвует","Uniform":"Однообразный","Dropshadow":"ÐŸÐ°Ð´Ð°ÑŽÑ‰Ð°Ñ Ñ‚ÐµÐ½ÑŒ","Font Family":"Шрифт","Proportional Sans-Serif":"Пропорциональный без заÑечек","Monospace Sans-Serif":"ФикÑированной ширины без заÑечек","Proportional Serif":"Пропорциональный Ñ Ð·Ð°Ñечками","Monospace Serif":"ФикÑированной ширины Ñ Ð·Ð°Ñечками","Casual":"Свободный","Script":"рукопиÑный шрифт","Small Caps":" Уменьшенные заглавные буквы","Reset":"ВоÑÑтановить ","restore all settings to the default values":"ВоÑÑтановить наÑтройки по умолчанию ","Done":"Выполнено","Caption Settings Dialog":"Окно наÑтроек Ñопроводительных надпиÑей","Beginning of dialog window. Escape will cancel and close the window.":"Ðачало диалогового окна. Клавиша Escape отменит дейÑтвие и закроет окно","End of dialog window.":"Конец диалогового окна","{1} is loading.":"{1} в процеÑÑе загрузки","Quality":"КачеÑтво","Auto":"Ðвто","Speed":"СкороÑÑ‚ÑŒ","Subtitles/CC":"Субтитры","peers":"Партнер","Go to the video page":"Перейти на Ñтраницу Ñ Ð²Ð¸Ð´ÐµÐ¾","Settings":"ÐаÑтройки","Uses P2P, others may know you are watching this video.":"ИÑпользует P2P, другие могут знать, что вы проÑматриваете Ñто видео.","Copy the video URL":"Скопировать URL видео","Copy the video URL at the current time":"Скопировать URL видео на текущем моменте ","Copy embed code":"Скопировать вÑтроенный код"} \ No newline at end of file {"Audio Player":"Ðудиоплеер","Video Player":"Видеоплеер","Play":"ВоÑпроизвеÑти","Pause":"Пауза","Replay":"ВоÑпроизвеÑти Ñнова","Current Time":"Текущий момент","Duration":"ПродолжительноÑÑ‚ÑŒ","Remaining Time":"ОÑтавшееÑÑ Ð²Ñ€ÐµÐ¼Ñ","Stream Type":"Тип потока","LIVE":"ПрÑмой Ñфир","Loaded":"Загружено","Progress":"Ход выполнениÑ","Progress Bar":"Индикатор выполнениÑ","progress bar timing: currentTime={1} duration={2}":"{1} из {2}","Fullscreen":"Полный Ñкран","Non-Fullscreen":"Окно","Mute":"Без звука","Unmute":"Со звуком","Playback Rate":" СкороÑÑ‚ÑŒ воÑпроизведениÑ","Subtitles":"Субтитры","subtitles off":"Без Ñубтитров","Captions":"Сопроводительные надпиÑи","captions off":"Без Ñопроводительных надпиÑей","Chapters":"Главы","Descriptions":"ОпиÑание","descriptions off":"без опиÑаний","Audio Track":"Ðудиодорожка","Volume Level":"ГромкоÑÑ‚ÑŒ","You aborted the media playback":"Ð’Ñ‹ отменили воÑпроизведение медиафайла","A network error caused the media download to fail part-way.":"Ошибка Ñети Ñтала причиной неудачного воÑÐ¿Ñ€Ð¾Ð¸Ð·Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¼ÐµÐ´Ð¸Ð°Ñ„Ð°Ð¹Ð»Ð°","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Медиафайл не может быть воÑпроизведен: ошибки Ñервера или Ñети; или не поддерживаетÑÑ Ñ„Ð¾Ñ€Ð¼Ð°Ñ‚ медиафайла","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"ВоÑпроизведение отменено: файл иÑпорчен или иÑпользует инÑтрументы, которые ваш навигатор не поддерживает ","No compatible source was found for this media.":"Ðе найдено ÑовмеÑтимого иÑточника Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð¼ÐµÐ´Ð¸Ð°Ñ„Ð°Ð¹Ð»Ð°","The media is encrypted and we do not have the keys to decrypt it.":"Этот медиафайл зашифрован и у Ð½Ð°Ñ Ð½ÐµÑ‚ ключей Ð´Ð»Ñ ÐµÐ³Ð¾ раÑшифровки ","Play Video":"ВоÑпроизвеÑти видео","Close":"Закрыть","Close Modal Dialog":"Закрыть модальное диалоговое окно","Modal Window":"Модальное окно","This is a modal window":"Это модальное окно","This modal can be closed by pressing the Escape key or activating the close button.":"Это модальное окно можно закрыть нажав на кнопку Escape или на кнопку закрыть",", opens captions settings dialog":", открывает окно наÑтроек Ñопроводительных надпиÑей",", opens subtitles settings dialog":", открывает окно наÑтроек Ñубтитров",", opens descriptions settings dialog":", открывает окно наÑтроек опиÑаний",", selected":", выделено ","captions settings":"ÐаÑтройки Ñопроводительных надпиÑей","subtitles settings":"ÐаÑтройки Ñубтитров","descriptions settings":"ÐаÑтройки опиÑаний ","Text":"ТекÑÑ‚","White":"Белый","Black":"Черный","Red":"КраÑный","Green":"Зеленый","Blue":"Синий","Yellow":"Желтый","Magenta":"Пурпурный ","Cyan":"Голубой","Background":"Фон","Window":"Окно","Transparent":"Прозрачный","Semi-Transparent":"Полупрозрачный ","Opaque":"Ðепрозрачный","Font Size":"Размер шрифта ","Text Edge Style":"Стиль кромок текÑта","None":"ОтÑутÑтвует","Raised":"поднÑтый","Uniform":"Однообразный","Dropshadow":"ÐŸÐ°Ð´Ð°ÑŽÑ‰Ð°Ñ Ñ‚ÐµÐ½ÑŒ","Font Family":"Шрифт","Proportional Sans-Serif":"Пропорциональный без заÑечек","Monospace Sans-Serif":"ФикÑированной ширины без заÑечек","Proportional Serif":"Пропорциональный Ñ Ð·Ð°Ñечками","Monospace Serif":"ФикÑированной ширины Ñ Ð·Ð°Ñечками","Casual":"Свободный","Script":"рукопиÑный шрифт","Small Caps":" Уменьшенные заглавные буквы","Reset":"ВоÑÑтановить ","restore all settings to the default values":"ВоÑÑтановить наÑтройки по умолчанию ","Done":"Выполнено","Caption Settings Dialog":"Окно наÑтроек Ñопроводительных надпиÑей","Beginning of dialog window. Escape will cancel and close the window.":"Ðачало диалогового окна. Клавиша Escape отменит дейÑтвие и закроет окно","End of dialog window.":"Конец диалогового окна","{1} is loading.":"{1} в процеÑÑе загрузки","Quality":"КачеÑтво","Auto":"Ðвто","Speed":"СкороÑÑ‚ÑŒ","Subtitles/CC":"Субтитры","peers":"Партнер","Go to the video page":"Перейти на Ñтраницу Ñ Ð²Ð¸Ð´ÐµÐ¾","Settings":"ÐаÑтройки","Uses P2P, others may know you are watching this video.":"ИÑпользует P2P, другие могут знать, что вы проÑматриваете Ñто видео.","Copy the video URL":"Скопировать URL видео","Copy the video URL at the current time":"Скопировать URL видео на текущем моменте ","Copy embed code":"Скопировать вÑтроенный код","Copy magnet URI":"Копировать магнит URI"} \ No newline at end of file
diff --git a/client/src/locale/target/player_sv_SE.json b/client/src/locale/target/player_sv_SE.json
index b7582e244..a222bfeab 100644
--- a/client/src/locale/target/player_sv_SE.json
+++ b/client/src/locale/target/player_sv_SE.json
@@ -1 +1 @@
{"Audio Player":"Ljudspelare","Video Player":"Videospelare","Play":"Spela","Pause":"Pausa","Replay":"Spela igen","Current Time":"Aktuell tid","Duration":"Total tid","Remaining Time":"Återstående tid","Stream Type":"Strömningstyp","LIVE":"DIREKT","Loaded":"Laddad","Progress":"Förlopp","Progress Bar":"Förloppsindikator","progress bar timing: currentTime={1} duration={2}":"{1} av {2}","Fullscreen":"Fullskärm","Non-Fullscreen":"Inte fullskärm","Mute":"Ljud av","Unmute":"Ljud på","Playback Rate":"Uppspelningshastighet","Subtitles":"Undertexter på","subtitles off":"Undertexter av","Captions":"Textning","captions off":"Textning av","Chapters":"Kapitel","Descriptions":"Beskrivningar på","descriptions off":"Beskrivningar av","Audio Track":"Ljudspår","Volume Level":"Volymnivå","You aborted the media playback":"Du avbröt uppspelningen.","A network error caused the media download to fail part-way.":"Ett nätverksfel gjorde att nedladdningen av videon misslyckades.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Det gick inte att ladda videon, antingen på grund av ett server- eller nätverksfel, eller för att formatet inte stöds.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"Uppspelningen avbröts på grund av att videon är skadad eller för att videon använder funktioner som din webbläsare inte stöder.","No compatible source was found for this media.":"Det gick inte att hitta någon kompatibel källa för videon.","The media is encrypted and we do not have the keys to decrypt it.":"Videon är krypterad och vi har inte dekrypteringsnycklarna.","Play Video":"Spela upp video","Close":"Stäng","Close Modal Dialog":"Stäng dialogruta","Modal Window":"Dialogrutan","This is a modal window":"Detta är en dialogruta","This modal can be closed by pressing the Escape key or activating the close button.":"Dialogrutan kan stängas genom att trycka Escape eller klicka på stäng-knappen.",", opens captions settings dialog":", öppnar dialogrutan för inställning av textning",", opens subtitles settings dialog":", öppnar dialogrutan för inställning av undertexter",", opens descriptions settings dialog":", öppnar dialogrutan för inställning av beskrivningar",", selected":", vald","captions settings":"textningsinställningar","subtitles settings":"inställningar för undertexter","descriptions settings":"inställningar för beskrivning","Text":"Text","White":"Vit","Black":"Svart","Red":"Röd","Green":"Grön","Blue":"Blå","Yellow":"Gul","Magenta":"Magenta","Cyan":"Cyan","Background":"Bakgrund","Window":"Fönster","Transparent":"Genomskinlig","Semi-Transparent":"Halvgenomskinlig","Opaque":"Ogenomskinlig","Font Size":"Textstorlek","Text Edge Style":"Textkanter","None":"Ingen","Raised":"Upphöjd","Depressed":"Nedsänkt","Uniform":"Enhetlig","Dropshadow":"Skuggning","Font Family":"Typsnitt","Proportional Sans-Serif":"Proportionerlig sans-serif","Monospace Sans-Serif":"Monospace sans-serif","Proportional Serif":"Proportionerlig serif","Monospace Serif":"Monospace serif","Casual":"Ledig stil","Script":"Skript","Small Caps":"Små kapitäler","Reset":"Återställ","restore all settings to the default values":"återställ alla inställningar till sina standardvärden","Done":"Klar","Caption Settings Dialog":"Dialogruta för textningsinställningar","Beginning of dialog window. Escape will cancel and close the window.":"Början av dialogruta. Tryck Escape för att avbryta och stänga fönstret.","End of dialog window.":"Slut på dialogruta.","{1} is loading.":"{1} laddar.","Quality":"Kvalitet","Auto":"Auto","Speed":"Hastighet","Subtitles/CC":"Undertext","peers":"peers","Go to the video page":"Gå till videosidan","Settings":"Inställningar","Uses P2P, others may know you are watching this video.":"Använder P2P, andra kan veta att du tittar på den här videon.","Copy the video URL":"Kopiera videons URL","Copy the video URL at the current time":"Kopiera videons URL vid den här tidpunkten","Copy embed code":"Kopiera inbäddningskod"} \ No newline at end of file {"Audio Player":"Ljudspelare","Video Player":"Videospelare","Play":"Spela","Pause":"Pausa","Replay":"Spela igen","Current Time":"Aktuell tid","Duration":"Total tid","Remaining Time":"Återstående tid","Stream Type":"Strömningstyp","LIVE":"DIREKT","Loaded":"Laddad","Progress":"Förlopp","Progress Bar":"Förloppsindikator","progress bar timing: currentTime={1} duration={2}":"{1} av {2}","Fullscreen":"Fullskärm","Non-Fullscreen":"Inte fullskärm","Mute":"Ljud av","Unmute":"Ljud på","Playback Rate":"Uppspelningshastighet","Subtitles":"Undertexter på","subtitles off":"Undertexter av","Captions":"Textning","captions off":"Textning av","Chapters":"Kapitel","Descriptions":"Beskrivningar på","descriptions off":"Beskrivningar av","Audio Track":"Ljudspår","Volume Level":"Volymnivå","You aborted the media playback":"Du avbröt uppspelningen.","A network error caused the media download to fail part-way.":"Ett nätverksfel gjorde att nedladdningen av videon misslyckades.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Det gick inte att ladda videon, antingen på grund av ett server- eller nätverksfel, eller för att formatet inte stöds.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"Uppspelningen avbröts på grund av att videon är skadad eller för att videon använder funktioner som din webbläsare inte stöder.","No compatible source was found for this media.":"Det gick inte att hitta någon kompatibel källa för videon.","The media is encrypted and we do not have the keys to decrypt it.":"Videon är krypterad och vi har inte dekrypteringsnycklarna.","Play Video":"Spela upp video","Close":"Stäng","Close Modal Dialog":"Stäng dialogruta","Modal Window":"Dialogrutan","This is a modal window":"Detta är en dialogruta","This modal can be closed by pressing the Escape key or activating the close button.":"Dialogrutan kan stängas genom att trycka Escape eller klicka på stäng-knappen.",", opens captions settings dialog":", öppnar dialogrutan för inställning av textning",", opens subtitles settings dialog":", öppnar dialogrutan för inställning av undertexter",", opens descriptions settings dialog":", öppnar dialogrutan för inställning av beskrivningar",", selected":", vald","captions settings":"textningsinställningar","subtitles settings":"inställningar för undertexter","descriptions settings":"inställningar för beskrivning","Text":"Text","White":"Vit","Black":"Svart","Red":"Röd","Green":"Grön","Blue":"Blå","Yellow":"Gul","Magenta":"Magenta","Cyan":"Cyan","Background":"Bakgrund","Window":"Fönster","Transparent":"Genomskinlig","Semi-Transparent":"Halvgenomskinlig","Opaque":"Ogenomskinlig","Font Size":"Textstorlek","Text Edge Style":"Textkanter","None":"Ingen","Raised":"Upphöjd","Depressed":"Nedsänkt","Uniform":"Enhetlig","Dropshadow":"Skuggning","Font Family":"Typsnitt","Proportional Sans-Serif":"Proportionerlig sans-serif","Monospace Sans-Serif":"Monospace sans-serif","Proportional Serif":"Proportionerlig serif","Monospace Serif":"Monospace serif","Casual":"Ledig stil","Script":"Skript","Small Caps":"Små kapitäler","Reset":"Återställ","restore all settings to the default values":"återställ alla inställningar till sina standardvärden","Done":"Klar","Caption Settings Dialog":"Dialogruta för textningsinställningar","Beginning of dialog window. Escape will cancel and close the window.":"Början av dialogruta. Tryck Escape för att avbryta och stänga fönstret.","End of dialog window.":"Slut på dialogruta.","{1} is loading.":"{1} laddar.","Quality":"Kvalitet","Auto":"Auto","Speed":"Hastighet","Subtitles/CC":"Undertext","peers":"peers","peer":"servent","Go to the video page":"Gå till videosidan","Settings":"Inställningar","Uses P2P, others may know you are watching this video.":"Använder P2P, andra kan veta att du tittar på den här videon.","Copy the video URL":"Kopiera videons URL","Copy the video URL at the current time":"Kopiera videons URL vid den här tidpunkten","Copy embed code":"Kopiera inbäddningskod","Copy magnet URI":"Kopiera magnet-länk","Total downloaded: ":"Summa nerladdat:","Total uploaded: ":"Summa uppladdat:"} \ No newline at end of file
diff --git a/client/src/locale/target/player_uk_UA.xml b/client/src/locale/target/player_uk_UA.xml
index ca58ea87c..7ac6b5ff1 100644
--- a/client/src/locale/target/player_uk_UA.xml
+++ b/client/src/locale/target/player_uk_UA.xml
@@ -5,11 +5,15 @@
5 <body> 5 <body>
6 <trans-unit id="Audio Player"> 6 <trans-unit id="Audio Player">
7 <source>Audio Player</source> 7 <source>Audio Player</source>
8 <target>Ðудіо Плеер</target> 8 <target>Ðудіо Плеєр</target>
9 </trans-unit> 9 </trans-unit>
10 <trans-unit id="Video Player"> 10 <trans-unit id="Video Player">
11 <source>Video Player</source> 11 <source>Video Player</source>
12 <target>Відео Плеер</target> 12 <target>Відео Плеєр</target>
13 </trans-unit>
14 <trans-unit id="Play">
15 <source>Play</source>
16 <target>Відтворити</target>
13 </trans-unit> 17 </trans-unit>
14 <trans-unit id="Pause"> 18 <trans-unit id="Pause">
15 <source>Pause</source> 19 <source>Pause</source>
@@ -25,7 +29,11 @@
25 </trans-unit> 29 </trans-unit>
26 <trans-unit id="Duration"> 30 <trans-unit id="Duration">
27 <source>Duration</source> 31 <source>Duration</source>
28 <target>ТривалиÑÑ‚ÑŒ</target> 32 <target>ТриваліÑÑ‚ÑŒ</target>
33 </trans-unit>
34 <trans-unit id="Remaining Time">
35 <source>Remaining Time</source>
36 <target>ЧаÑ, що залишивÑÑ</target>
29 </trans-unit> 37 </trans-unit>
30 <trans-unit id="Stream Type"> 38 <trans-unit id="Stream Type">
31 <source>Stream Type</source> 39 <source>Stream Type</source>
@@ -49,31 +57,43 @@
49 </trans-unit> 57 </trans-unit>
50 <trans-unit id="progress bar timing: currentTime={1} duration={2}"> 58 <trans-unit id="progress bar timing: currentTime={1} duration={2}">
51 <source>{1} of {2}</source> 59 <source>{1} of {2}</source>
52 <target>{1} of {2}</target> 60 <target>{1} з {2}</target>
53 </trans-unit> 61 </trans-unit>
54 <trans-unit id="Fullscreen"> 62 <trans-unit id="Fullscreen">
55 <source>Fullscreen</source> 63 <source>Fullscreen</source>
56 <target>Повноекраний режим</target> 64 <target>Повноекранний режим</target>
57 </trans-unit> 65 </trans-unit>
58 <trans-unit id="Non-Fullscreen"> 66 <trans-unit id="Non-Fullscreen">
59 <source>Non-Fullscreen</source> 67 <source>Non-Fullscreen</source>
60 <target>Вийти з повноекранного режиму</target> 68 <target>Вийти з повноекранного режиму</target>
61 </trans-unit> 69 </trans-unit>
70 <trans-unit id="Mute">
71 <source>Mute</source>
72 <target>Без звуку</target>
73 </trans-unit>
74 <trans-unit id="Unmute">
75 <source>Unmute</source>
76 <target>Із звуком</target>
77 </trans-unit>
78 <trans-unit id="Playback Rate">
79 <source>Playback Rate</source>
80 <target>ШвидкіÑÑ‚ÑŒ відтвореннÑ</target>
81 </trans-unit>
62 <trans-unit id="Subtitles"> 82 <trans-unit id="Subtitles">
63 <source>Subtitles</source> 83 <source>Subtitles</source>
64 <target>Субтитри</target> 84 <target>Субтитри</target>
65 </trans-unit> 85 </trans-unit>
66 <trans-unit id="subtitles off"> 86 <trans-unit id="subtitles off">
67 <source>subtitles off</source> 87 <source>subtitles off</source>
68 <target>subtitles off</target> 88 <target>Без Ñубтитрів</target>
69 </trans-unit> 89 </trans-unit>
70 <trans-unit id="Captions"> 90 <trans-unit id="Captions">
71 <source>Captions</source> 91 <source>Captions</source>
72 <target>Титри</target> 92 <target>ПідпиÑи</target>
73 </trans-unit> 93 </trans-unit>
74 <trans-unit id="captions off"> 94 <trans-unit id="captions off">
75 <source>captions off</source> 95 <source>captions off</source>
76 <target>captions off</target> 96 <target>Без підпиÑів</target>
77 </trans-unit> 97 </trans-unit>
78 <trans-unit id="Chapters"> 98 <trans-unit id="Chapters">
79 <source>Chapters</source> 99 <source>Chapters</source>
@@ -85,7 +105,43 @@
85 </trans-unit> 105 </trans-unit>
86 <trans-unit id="descriptions off"> 106 <trans-unit id="descriptions off">
87 <source>descriptions off</source> 107 <source>descriptions off</source>
88 <target>descriptions off</target> 108 <target>Без опиÑу</target>
109 </trans-unit>
110 <trans-unit id="Audio Track">
111 <source>Audio Track</source>
112 <target>Ðудіодоріжка</target>
113 </trans-unit>
114 <trans-unit id="Volume Level">
115 <source>Volume Level</source>
116 <target>Рівень гучноÑÑ‚Ñ–</target>
117 </trans-unit>
118 <trans-unit id="You aborted the media playback">
119 <source>You aborted the media playback</source>
120 <target>Ви припинили Ð²Ñ–Ð´Ñ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ÐµÐ¾</target>
121 </trans-unit>
122 <trans-unit id="A network error caused the media download to fail part-way.">
123 <source>A network error caused the media download to fail part-way.</source>
124 <target>Помилка мережі викликала збій під Ñ‡Ð°Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ÐµÐ¾.</target>
125 </trans-unit>
126 <trans-unit id="The media could not be loaded, either because the server or network failed or because the format is not supported.">
127 <source>The media could not be loaded, either because the server or network failed or because the format is not supported.</source>
128 <target>Ðеможливо завантажити відео через мережевий чи Ñерверний збій або формат не підтримуєтьÑÑ.</target>
129 </trans-unit>
130 <trans-unit id="The media playback was aborted due to a corruption problem or because the media used features your browser did not support.">
131 <source>The media playback was aborted due to a corruption problem or because the media used features your browser did not support.</source>
132 <target>Ð’Ñ–Ð´Ñ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ÐµÐ¾ було припинено через Ð¿Ð¾ÑˆÐºÐ¾Ð´Ð¶ÐµÐ½Ð½Ñ Ð°Ð±Ð¾ у зв'Ñзку з тим, що відео викориÑтовує функції, Ñкі не підтримуютьÑÑ Ð²Ð°ÑˆÐ¸Ð¼ браузером.</target>
133 </trans-unit>
134 <trans-unit id="No compatible source was found for this media.">
135 <source>No compatible source was found for this media.</source>
136 <target>СуміÑні джерела Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ відео відÑутні.</target>
137 </trans-unit>
138 <trans-unit id="The media is encrypted and we do not have the keys to decrypt it.">
139 <source>The media is encrypted and we do not have the keys to decrypt it.</source>
140 <target>Відео в зашифрованому виглÑді, Ñ– ми не маємо ключів Ð´Ð»Ñ Ñ€Ð¾Ð·ÑˆÐ¸Ñ„Ñ€Ð¾Ð²ÐºÐ¸.</target>
141 </trans-unit>
142 <trans-unit id="Play Video">
143 <source>Play Video</source>
144 <target>Відтворити відео</target>
89 </trans-unit> 145 </trans-unit>
90 <trans-unit id="Close"> 146 <trans-unit id="Close">
91 <source>Close</source> 147 <source>Close</source>
@@ -93,11 +149,47 @@
93 </trans-unit> 149 </trans-unit>
94 <trans-unit id="Close Modal Dialog"> 150 <trans-unit id="Close Modal Dialog">
95 <source>Close Modal Dialog</source> 151 <source>Close Modal Dialog</source>
96 <target>Закрити_Модальне_Вікно</target> 152 <target>Закрити Модальне Вікно</target>
97 </trans-unit> 153 </trans-unit>
98 <trans-unit id="Modal Window"> 154 <trans-unit id="Modal Window">
99 <source>Modal Window</source> 155 <source>Modal Window</source>
100 <target>Модальне_Вікно</target> 156 <target>Модальне Вікно</target>
157 </trans-unit>
158 <trans-unit id="This is a modal window">
159 <source>This is a modal window</source>
160 <target>Це модальне вікно.</target>
161 </trans-unit>
162 <trans-unit id="This modal can be closed by pressing the Escape key or activating the close button.">
163 <source>This modal can be closed by pressing the Escape key or activating the close button.</source>
164 <target>Модальне вікно можна закрити, натиÑнувши клавішу Esc або кнопку Ð·Ð°ÐºÑ€Ð¸Ñ‚Ñ‚Ñ Ð²Ñ–ÐºÐ½Ð°.</target>
165 </trans-unit>
166 <trans-unit id=", opens captions settings dialog">
167 <source>, opens captions settings dialog</source>
168 <target>, відкриєтьÑÑ Ð´Ñ–Ð°Ð»Ð¾Ð³Ð¾Ð²Ðµ вікно Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ–Ð´Ð¿Ð¸Ñів</target>
169 </trans-unit>
170 <trans-unit id=", opens subtitles settings dialog">
171 <source>, opens subtitles settings dialog</source>
172 <target>, відкриєтьÑÑ Ð´Ñ–Ð°Ð»Ð¾Ð³Ð¾Ð²Ðµ вікно Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñубтитрів</target>
173 </trans-unit>
174 <trans-unit id=", opens descriptions settings dialog">
175 <source>, opens descriptions settings dialog</source>
176 <target>, відкриєтьÑÑ Ð´Ñ–Ð°Ð»Ð¾Ð³Ð¾Ð²Ðµ вікно Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¾Ð¿Ð¸Ñів</target>
177 </trans-unit>
178 <trans-unit id=", selected">
179 <source>, selected</source>
180 <target>, обраний</target>
181 </trans-unit>
182 <trans-unit id="captions settings">
183 <source>captions settings</source>
184 <target>Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ–Ð´Ð¿Ð¸Ñів</target>
185 </trans-unit>
186 <trans-unit id="subtitles settings">
187 <source>subititles settings</source>
188 <target>Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñубтитрів</target>
189 </trans-unit>
190 <trans-unit id="descriptions settings">
191 <source>descriptions settings</source>
192 <target>Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¾Ð¿Ð¸Ñів</target>
101 </trans-unit> 193 </trans-unit>
102 <trans-unit id="Text"> 194 <trans-unit id="Text">
103 <source>Text</source> 195 <source>Text</source>
@@ -105,11 +197,11 @@
105 </trans-unit> 197 </trans-unit>
106 <trans-unit id="White"> 198 <trans-unit id="White">
107 <source>White</source> 199 <source>White</source>
108 <target>Біле</target> 200 <target>Білий</target>
109 </trans-unit> 201 </trans-unit>
110 <trans-unit id="Black"> 202 <trans-unit id="Black">
111 <source>Black</source> 203 <source>Black</source>
112 <target>Чорне</target> 204 <target>Чорний</target>
113 </trans-unit> 205 </trans-unit>
114 <trans-unit id="Red"> 206 <trans-unit id="Red">
115 <source>Red</source> 207 <source>Red</source>
@@ -131,6 +223,10 @@
131 <source>Magenta</source> 223 <source>Magenta</source>
132 <target>Пурпурний</target> 224 <target>Пурпурний</target>
133 </trans-unit> 225 </trans-unit>
226 <trans-unit id="Cyan">
227 <source>Cyan</source>
228 <target>Блакитний</target>
229 </trans-unit>
134 <trans-unit id="Background"> 230 <trans-unit id="Background">
135 <source>Background</source> 231 <source>Background</source>
136 <target>Фон</target> 232 <target>Фон</target>
@@ -141,20 +237,104 @@
141 </trans-unit> 237 </trans-unit>
142 <trans-unit id="Transparent"> 238 <trans-unit id="Transparent">
143 <source>Transparent</source> 239 <source>Transparent</source>
144 <target>ПрозоріÑÑ‚ÑŒ</target> 240 <target>Прозорий</target>
145 </trans-unit> 241 </trans-unit>
146 <trans-unit id="Semi-Transparent"> 242 <trans-unit id="Semi-Transparent">
147 <source>Semi-Transparent</source> 243 <source>Semi-Transparent</source>
148 <target>Пів-прозорий</target> 244 <target>Пів-прозорий</target>
149 </trans-unit> 245 </trans-unit>
246 <trans-unit id="Opaque">
247 <source>Opaque</source>
248 <target>ПрозоріÑÑ‚ÑŒ</target>
249 </trans-unit>
250 <trans-unit id="Font Size">
251 <source>Font Size</source>
252 <target>Розмір шрифту</target>
253 </trans-unit>
254 <trans-unit id="Text Edge Style">
255 <source>Text Edge Style</source>
256 <target>Стиль краю текÑту</target>
257 </trans-unit>
258 <trans-unit id="None">
259 <source>None</source>
260 <target>Ðічого</target>
261 </trans-unit>
262 <trans-unit id="Raised">
263 <source>Raised</source>
264 <target>ПіднÑтий</target>
265 </trans-unit>
266 <trans-unit id="Depressed">
267 <source>Depressed</source>
268 <target>Знижений</target>
269 </trans-unit>
270 <trans-unit id="Uniform">
271 <source>Uniform</source>
272 <target>Однаковий</target>
273 </trans-unit>
274 <trans-unit id="Dropshadow">
275 <source>Dropshadow</source>
276 <target>Тінь</target>
277 </trans-unit>
278 <trans-unit id="Font Family">
279 <source>Font Family</source>
280 <target>Шрифт</target>
281 </trans-unit>
282 <trans-unit id="Proportional Sans-Serif">
283 <source>Proportional Sans-Serif</source>
284 <target>Пропорційний без заÑічок</target>
285 </trans-unit>
286 <trans-unit id="Monospace Sans-Serif">
287 <source>Monospace Sans-Serif</source>
288 <target>Моноширинний без заÑічок</target>
289 </trans-unit>
290 <trans-unit id="Proportional Serif">
291 <source>Proportional Serif</source>
292 <target>Пропорційний із заÑічками</target>
293 </trans-unit>
294 <trans-unit id="Monospace Serif">
295 <source>Monospace Serif</source>
296 <target>Моноширинний із заÑічками</target>
297 </trans-unit>
298 <trans-unit id="Casual">
299 <source>Casual</source>
300 <target>Випадковий</target>
301 </trans-unit>
302 <trans-unit id="Script">
303 <source>Script</source>
304 <target>ПиÑемний</target>
305 </trans-unit>
306 <trans-unit id="Small Caps">
307 <source>Small Caps</source>
308 <target>Малі пропиÑні</target>
309 </trans-unit>
150 <trans-unit id="Reset"> 310 <trans-unit id="Reset">
151 <source>Reset</source> 311 <source>Reset</source>
152 <target>Скинути</target> 312 <target>Скинути</target>
153 </trans-unit> 313 </trans-unit>
314 <trans-unit id="restore all settings to the default values">
315 <source>restore all settings to the default values</source>
316 <target>Ñкинути вÑÑ– Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð° замовчуваннÑм</target>
317 </trans-unit>
154 <trans-unit id="Done"> 318 <trans-unit id="Done">
155 <source>Done</source> 319 <source>Done</source>
156 <target>Готово</target> 320 <target>Готово</target>
157 </trans-unit> 321 </trans-unit>
322 <trans-unit id="Caption Settings Dialog">
323 <source>Caption Settings Dialog</source>
324 <target>Діалог налаштувань підпиÑу</target>
325 </trans-unit>
326 <trans-unit id="Beginning of dialog window. Escape will cancel and close the window.">
327 <source>Beginning of dialog window. Escape will cancel and close the window.</source>
328 <target>Початок діалогового вікна. Клавіша Esc ÑкаÑує дію Ñ– закриє вікно.</target>
329 </trans-unit>
330 <trans-unit id="End of dialog window.">
331 <source>End of dialog window.</source>
332 <target>Кінець діалогового вікна.</target>
333 </trans-unit>
334 <trans-unit id="{1} is loading.">
335 <source>{1} is loading.</source>
336 <target>{1} завантажуєтьÑÑ.</target>
337 </trans-unit>
158 <trans-unit id="Quality"> 338 <trans-unit id="Quality">
159 <source>Quality</source> 339 <source>Quality</source>
160 <target>ЯкіÑÑ‚ÑŒ</target> 340 <target>ЯкіÑÑ‚ÑŒ</target>
@@ -167,9 +347,53 @@
167 <source>Speed</source> 347 <source>Speed</source>
168 <target>ШвидкіÑÑ‚ÑŒ</target> 348 <target>ШвидкіÑÑ‚ÑŒ</target>
169 </trans-unit> 349 </trans-unit>
350 <trans-unit id="Subtitles/CC">
351 <source>Subtitles/CC</source>
352 <target>Субтитри/ПідпиÑи</target>
353 </trans-unit>
354 <trans-unit id="peers">
355 <source>peers</source>
356 <target>піри</target>
357 </trans-unit>
358 <trans-unit id="peer">
359 <source>peer</source>
360 <target>пір</target>
361 </trans-unit>
362 <trans-unit id="Go to the video page">
363 <source>Go to the video page</source>
364 <target>Перейти на Ñторінку відео</target>
365 </trans-unit>
170 <trans-unit id="Settings"> 366 <trans-unit id="Settings">
171 <source>Settings</source> 367 <source>Settings</source>
172 <target>Ðалаштунки</target> 368 <target>ÐалаштуваннÑ</target>
369 </trans-unit>
370 <trans-unit id="Uses P2P, others may know you are watching this video.">
371 <source>Uses P2P, others may know you are watching this video.</source>
372 <target>ВикориÑтовує P2P, інші кориÑтувачі можуть дізнатиÑÑ, що ви дивитеÑÑŒ дане відео.</target>
373 </trans-unit>
374 <trans-unit id="Copy the video URL">
375 <source>Copy the video URL</source>
376 <target>Скопіювати URL-адреÑу відео</target>
377 </trans-unit>
378 <trans-unit id="Copy the video URL at the current time">
379 <source>Copy the video URL at the current time</source>
380 <target>Скопіювати URL-адреÑу відео Ñ– поточний чаÑ</target>
381 </trans-unit>
382 <trans-unit id="Copy embed code">
383 <source>Copy embed code</source>
384 <target>Скопіювати вбудований код</target>
385 </trans-unit>
386 <trans-unit id="Copy magnet URI">
387 <source>Copy magnet URI</source>
388 <target>Скопіювати magnet-поÑиланнÑ</target>
389 </trans-unit>
390 <trans-unit id="Total downloaded: ">
391 <source>Total downloaded: </source>
392 <target>Ð’Ñього завантажено:</target>
393 </trans-unit>
394 <trans-unit id="Total uploaded: ">
395 <source>Total uploaded: </source>
396 <target>Ð’Ñього віддано:</target>
173 </trans-unit> 397 </trans-unit>
174 </body> 398 </body>
175 </file></xliff> \ No newline at end of file 399 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/player_zh_Hant_TW.json b/client/src/locale/target/player_zh_Hant_TW.json
index f7a867458..ac8960b11 100644
--- a/client/src/locale/target/player_zh_Hant_TW.json
+++ b/client/src/locale/target/player_zh_Hant_TW.json
@@ -1 +1 @@
{"Audio Player":"音訊播放器","Video Player":"視訊播放器","Play":"播放","Pause":"æš«åœ","Replay":"é‡æ’­","Current Time":"ç›®å‰æ™‚é–“","Duration":"長度","Remaining Time":"剩餘時間","Stream Type":"串æµé¡žåž‹","LIVE":"ç›´æ’­","Loaded":"已載入","Progress":"進度","Progress Bar":"進度æ¢","progress bar timing: currentTime={1} duration={2}":"{1} 之 {2}","Fullscreen":"全螢幕","Non-Fullscreen":"éžå…¨èž¢å¹•","Mute":"éœéŸ³","Unmute":"å–消éœéŸ³","Playback Rate":"播放速率","Subtitles":"字幕","subtitles off":"字幕關閉","Captions":"標題","captions off":"標題關閉","Chapters":"章節","Descriptions":"æè¿°","descriptions off":"æ述關閉","Audio Track":"音訊軌","Volume Level":"音訊等級","You aborted the media playback":"您中止了媒體播放","A network error caused the media download to fail part-way.":"網路錯誤造æˆåª’體下載部份失敗。","The media could not be loaded, either because the server or network failed or because the format is not supported.":"媒體無法載入,å¯èƒ½æ˜¯å› ç‚ºä¼ºæœå™¨æˆ–網路故障,或為ä¸æ”¯æ´çš„æ ¼å¼ã€‚","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"媒體播放因æ毀或該媒體使用了您的ç€è¦½å™¨ä¸æ”¯æ´çš„功能而中止。","No compatible source was found for this media.":"找ä¸åˆ°æ­¤åª’體的相容來æºã€‚","The media is encrypted and we do not have the keys to decrypt it.":"媒體已加密,我們沒有金鑰å¯ä»¥å°‡å…¶è§£å¯†ã€‚","Play Video":"播放影片","Close":"關閉","Close Modal Dialog":"關閉程å¼å°è©±æ¡†","Modal Window":"程å¼è¦–窗","This is a modal window":"這是一個程å¼è¦–窗","This modal can be closed by pressing the Escape key or activating the close button.":"這個程å¼å¯ä»¥å¤ éŽæŒ‰ä¸‹ Esc éµæˆ–啟動關閉按鈕來關閉。",", opens captions settings dialog":",開啟標題設定å°è©±æ¡†",", opens subtitles settings dialog":",開啟字幕設定å°è©±æ¡†",", opens descriptions settings dialog":",開啟æ述設定å°è©±æ¡†",", selected":",已é¸å–","captions settings":"標題設定","subtitles settings":"字幕設定","descriptions settings":"æ述設定","Text":"文字","White":"白色","Black":"黑色","Red":"紅色","Green":"綠色","Blue":"è—色","Yellow":"黃色","Magenta":"洋紅色","Cyan":"æ·±è—色","Background":"背景","Window":"視窗","Transparent":"é€æ˜Ž","Semi-Transparent":"åŠé€æ˜Ž","Opaque":"ä¸é€æ˜Ž","Font Size":"字型大å°","Text Edge Style":"文字邊緣樣å¼","None":"ç„¡","Raised":"凸起","Depressed":"æ‰å¹³","Uniform":"å‡å‹»","Dropshadow":"陰影效果","Font Family":"字型家æ—","Proportional Sans-Serif":"比例無襯線","Monospace Sans-Serif":"等寬無襯線","Proportional Serif":"比例襯線","Monospace Serif":"等寬襯線","Casual":"è¯éº—","Script":"手寫","Small Caps":"å°åž‹å¤§å¯«å­—æ¯","Reset":"é‡è¨­","restore all settings to the default values":"將所有設定復原為é è¨­å€¼","Done":"完æˆ","Caption Settings Dialog":"標題設定å°è©±æ¡†","Beginning of dialog window. Escape will cancel and close the window.":"å°è©±æ¡†è¦–窗開始。Esc 將會å–消並關閉視窗。","End of dialog window.":"å°è©±æ¡†è¦–窗çµæŸã€‚","{1} is loading.":"{1} 正在載入。","Quality":"å“質","Auto":"自動","Speed":"速度","Subtitles/CC":"CC字幕","peers":"peer","Go to the video page":"到影片é é¢","Settings":"設定","Uses P2P, others may know you are watching this video.":"使用 P2P,其他人å¯èƒ½æœƒçŸ¥é“您正在觀看這部影片。","Copy the video URL":"複製影片 URL","Copy the video URL at the current time":"複製目å‰å½±ç‰‡æ™‚é–“çš„ URL","Copy embed code":"複製嵌入程å¼ç¢¼"} \ No newline at end of file {"Audio Player":"音訊播放器","Video Player":"視訊播放器","Play":"播放","Pause":"æš«åœ","Replay":"é‡æ’­","Current Time":"ç›®å‰æ™‚é–“","Duration":"長度","Remaining Time":"剩餘時間","Stream Type":"串æµé¡žåž‹","LIVE":"ç›´æ’­","Loaded":"已載入","Progress":"進度","Progress Bar":"進度æ¢","progress bar timing: currentTime={1} duration={2}":"{1} 之 {2}","Fullscreen":"全螢幕","Non-Fullscreen":"éžå…¨èž¢å¹•","Mute":"éœéŸ³","Unmute":"å–消éœéŸ³","Playback Rate":"播放速率","Subtitles":"字幕","subtitles off":"字幕關閉","Captions":"標題","captions off":"標題關閉","Chapters":"章節","Descriptions":"æè¿°","descriptions off":"æ述關閉","Audio Track":"音訊軌","Volume Level":"音訊等級","You aborted the media playback":"您中止了媒體播放","A network error caused the media download to fail part-way.":"網路錯誤造æˆåª’體下載部份失敗。","The media could not be loaded, either because the server or network failed or because the format is not supported.":"媒體無法載入,å¯èƒ½æ˜¯å› ç‚ºä¼ºæœå™¨æˆ–網路故障,或為ä¸æ”¯æ´çš„æ ¼å¼ã€‚","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"媒體播放因æ毀或該媒體使用了您的ç€è¦½å™¨ä¸æ”¯æ´çš„功能而中止。","No compatible source was found for this media.":"找ä¸åˆ°æ­¤åª’體的相容來æºã€‚","The media is encrypted and we do not have the keys to decrypt it.":"媒體已加密,我們沒有金鑰å¯ä»¥å°‡å…¶è§£å¯†ã€‚","Play Video":"播放影片","Close":"關閉","Close Modal Dialog":"關閉程å¼å°è©±æ¡†","Modal Window":"程å¼è¦–窗","This is a modal window":"這是一個程å¼è¦–窗","This modal can be closed by pressing the Escape key or activating the close button.":"這個程å¼å¯ä»¥å¤ éŽæŒ‰ä¸‹ Esc éµæˆ–啟動關閉按鈕來關閉。",", opens captions settings dialog":",開啟標題設定å°è©±æ¡†",", opens subtitles settings dialog":",開啟字幕設定å°è©±æ¡†",", opens descriptions settings dialog":",開啟æ述設定å°è©±æ¡†",", selected":",已é¸å–","captions settings":"標題設定","subtitles settings":"字幕設定","descriptions settings":"æ述設定","Text":"文字","White":"白色","Black":"黑色","Red":"紅色","Green":"綠色","Blue":"è—色","Yellow":"黃色","Magenta":"洋紅色","Cyan":"æ·±è—色","Background":"背景","Window":"視窗","Transparent":"é€æ˜Ž","Semi-Transparent":"åŠé€æ˜Ž","Opaque":"ä¸é€æ˜Ž","Font Size":"字型大å°","Text Edge Style":"文字邊緣樣å¼","None":"ç„¡","Raised":"凸起","Depressed":"æ‰å¹³","Uniform":"å‡å‹»","Dropshadow":"陰影效果","Font Family":"字型家æ—","Proportional Sans-Serif":"比例無襯線","Monospace Sans-Serif":"等寬無襯線","Proportional Serif":"比例襯線","Monospace Serif":"等寬襯線","Casual":"è¯éº—","Script":"手寫","Small Caps":"å°åž‹å¤§å¯«å­—æ¯","Reset":"é‡è¨­","restore all settings to the default values":"將所有設定復原為é è¨­å€¼","Done":"完æˆ","Caption Settings Dialog":"標題設定å°è©±æ¡†","Beginning of dialog window. Escape will cancel and close the window.":"å°è©±æ¡†è¦–窗開始。Esc 將會å–消並關閉視窗。","End of dialog window.":"å°è©±æ¡†è¦–窗çµæŸã€‚","{1} is loading.":"{1} 正在載入。","Quality":"å“質","Auto":"自動","Speed":"速度","Subtitles/CC":"CC字幕","peers":"peer","peer":"peer","Go to the video page":"到影片é é¢","Settings":"設定","Uses P2P, others may know you are watching this video.":"使用 P2P,其他人å¯èƒ½æœƒçŸ¥é“您正在觀看這部影片。","Copy the video URL":"複製影片 URL","Copy the video URL at the current time":"複製目å‰å½±ç‰‡æ™‚é–“çš„ URL","Copy embed code":"複製嵌入程å¼ç¢¼","Copy magnet URI":"複製ç£åŠ› URI","Total downloaded: ":"總下載:","Total uploaded: ":"總上傳:"} \ No newline at end of file
diff --git a/client/src/locale/target/server_ar_001.xml b/client/src/locale/target/server_ar_001.xml
index af71187aa..bed5ff2f0 100644
--- a/client/src/locale/target/server_ar_001.xml
+++ b/client/src/locale/target/server_ar_001.xml
@@ -119,6 +119,10 @@
119 <source>Published</source> 119 <source>Published</source>
120 <target>تم نشرها</target> 120 <target>تم نشرها</target>
121 </trans-unit> 121 </trans-unit>
122 <trans-unit id="To transcode">
123 <source>To transcode</source>
124 <target>إعادة ترميز</target>
125 </trans-unit>
122 <trans-unit id="To import"> 126 <trans-unit id="To import">
123 <source>To import</source> 127 <source>To import</source>
124 <target>للاستيراد</target> 128 <target>للاستيراد</target>
@@ -129,12 +133,28 @@
129 </trans-unit> 133 </trans-unit>
130 <trans-unit id="Success"> 134 <trans-unit id="Success">
131 <source>Success</source> 135 <source>Success</source>
132 <target>تم بنجاح</target> 136 <target>نجح</target>
133 </trans-unit> 137 </trans-unit>
134 <trans-unit id="Failed"> 138 <trans-unit id="Failed">
135 <source>Failed</source> 139 <source>Failed</source>
136 <target>Ùشل</target> 140 <target>Ùشل</target>
137 </trans-unit> 141 </trans-unit>
142 <trans-unit id="This video does not exist.">
143 <source>This video does not exist.</source>
144 <target>هذا الÙيديو غير موجود</target>
145 </trans-unit>
146 <trans-unit id="We cannot fetch the video. Please try again later.">
147 <source>We cannot fetch the video. Please try again later.</source>
148 <target>لا يمكن الوصول للÙيديو. أعد المحاولة لاحقا </target>
149 </trans-unit>
150 <trans-unit id="Sorry">
151 <source>Sorry</source>
152 <target>عذرا</target>
153 </trans-unit>
154 <trans-unit id="This video is not available because the remote instance is not responding.">
155 <source>This video is not available because the remote instance is not responding.</source>
156 <target>هذا الÙيديو غير متوÙر لأن مثيل الخادوم البعيد لا يستجيب</target>
157 </trans-unit>
138 <trans-unit id="Misc"> 158 <trans-unit id="Misc">
139 <source>Misc</source> 159 <source>Misc</source>
140 <target>أخرى</target> 160 <target>أخرى</target>
diff --git a/client/src/locale/target/server_cs_CZ.json b/client/src/locale/target/server_cs_CZ.json
index e013a910f..604a67854 100644
--- a/client/src/locale/target/server_cs_CZ.json
+++ b/client/src/locale/target/server_cs_CZ.json
@@ -1 +1 @@
{"Music":"Hudba","Films":"Filmy","Vehicles":"Auta","Art":"UmÄ›ní","Sports":"Sport","Travels":"Cestování","Gaming":"Hry","People":"Lidé","Comedy":"Komedie","Entertainment":"Zábava","News & Politics":"Zprávy a politika","How To":"Jak na to","Education":"Výukové","Activism":"Aktivismus","Science & Technology":"VÄ›da a technologie","Animals":"Zvířata","Kids":"DÄ›ti","Food":"Jídlo a vaÅ™ení","Attribution":"UveÄte autora","Attribution - Share Alike":"UveÄte autora - Zachovejte licenci","Attribution - No Derivatives":"UveÄte autora - Nezpracovávejte","Attribution - Non Commercial":"UveÄte autora - NeÅ¡iÅ™te dílo komerÄnÄ›","Attribution - Non Commercial - Share Alike":"UveÄte autora - NeÅ¡iÅ™te dílo komerÄnÄ› - Zachovejte licenci","Attribution - Non Commercial - No Derivatives":"UveÄte autora - NeÅ¡iÅ™te dílo komerÄnÄ› - Nezpracovávejte","Public Domain Dedication":"Volné dílo","Public":"VeÅ™ejné","Unlisted":"Nezobrazeno","Private":"Soukromé","Published":"Publikované","To transcode":"K transkódování","To import":"To import","Pending":"ÄŒekající","Success":"ÚspÄ›ch","Failed":"NeúspÄ›ch","Misc":"Různé","Unknown":"Neznámé","Afar":"AfarÅ¡tina","Abkhazian":"AbcházÅ¡tina","Afrikaans":"AfrikánÅ¡tina","Akan":"AkanÅ¡tina","Amharic":"AmharÅ¡tina","Arabic":"ArabÅ¡tina","Aragonese":"AragonÅ¡tina","American Sign Language":"Americká znaková Å™eÄ","Assamese":"ÃsámÅ¡tina","Avaric":"AvarÅ¡tina","Kotava":"Kotava","Aymara":"AjmarÅ¡tina","Azerbaijani":"ÃzerbájdžánÅ¡tina","Bashkir":"BaÅ¡kirÅ¡tina","Bambara":"BambarÅ¡tina","Belarusian":"BÄ›loruÅ¡tina","Bengali":"BengálÅ¡tina","British Sign Language":"Britská znaková Å™eÄ","Bislama":"BislamÅ¡tina","Tibetan":"TibetÅ¡tina","Bosnian":"BosenÅ¡tina","Breton":"BretonÅ¡tina","Bulgarian":"BulharÅ¡tina","Brazilian Sign Language":"Brazilská znaková Å™eÄ","Catalan":"KatalánÅ¡tina","Czech":"ÄŒeÅ¡tina","Chamorro":"Chamorro","Chechen":"ÄŒeÄenÅ¡tina","Chuvash":"ÄŒuvaÅ¡tina","Cornish":"KornÅ¡tina","Corsican":"KorsiÄtina","Cree":"KríjÅ¡tina","Czech Sign Language":"ÄŒeská znaková Å™eÄ","Chinese Sign Language":"Čínská znaková Å™eÄ","Welsh":"VelÅ¡tina","Danish":"DánÅ¡tina","German":"NÄ›mÄina","Dhivehi":"MaledivÅ¡tina","Danish Sign Language":"Dánská znaková Å™eÄ","Dzongkha":"Dzongkä","Modern Greek (1453-)":"Moderní Å™eÄtina","English":"AngliÄtina","Esperanto":"Esperanto","Estonian":"EstonÅ¡tina","Basque":"BaskiÄtina","Ewe":"EveÅ¡tina","Faroese":"FaerÅ¡tina","Persian":"PerÅ¡tina","Fijian":"FidžijÅ¡tina","Finnish":"FinÅ¡tina","French":"FrancouzÅ¡tina","Western Frisian":"Západofríština","French Sign Language":"Francouzská znaková Å™eÄ","Fulah":"FulbÅ¡tina","Scottish Gaelic":"Skotská gaelÅ¡tina","Irish":"IrÅ¡tina","Galician":"GalicijÅ¡tina","Manx":"ManÅ¡tina","Guarani":"GuaranÅ¡tina","German Sign Language":"NÄ›mecká znaková Å™eÄ","Gujarati":"GudžarátÅ¡tina","Haitian":"Haitská kreolÅ¡tina","Hausa":"HauÅ¡tina","Serbo-Croatian":"SrcbochorvatÅ¡inta","Hebrew":"HebrejÅ¡tina","Herero":"Herero","Hindi":"HindÅ¡tina","Hiri Motu":"Hiri Motu","Croatian":"ChorvatÅ¡tina","Hungarian":"MaÄarÅ¡tina","Armenian":"ArménÅ¡tina","Igbo":"IgboÅ¡tina","Sichuan Yi":"Nuosu","Inuktitut":"InuktitutÅ¡tina","Indonesian":"Indonéština","Inupiaq":"Inupiaq","Icelandic":"IslandÅ¡tina","Italian":"ItalÅ¡tina","Javanese":"JavánÅ¡tina","Lojban":"Lojban","Japanese":"JaponÅ¡tina","Japanese Sign Language":"Japonská znaková Å™eÄ","Kalaallisut":"GrónÅ¡tina","Kannada":"KannadÅ¡tina","Kashmiri":"KaÅ¡mírÅ¡tina","Georgian":"GruzínÅ¡tina","Kanuri":"KanurijÅ¡tina","Kazakh":"KazaÅ¡tina","Khmer":"KhmerÅ¡tina","Kikuyu":"KikujÅ¡tina","Kinyarwanda":"RwandÅ¡tina","Kirghiz":"KyrgyzÅ¡tina","Komi":"Komi","Kongo":"Konžština","Korean":"KorejÅ¡tina","Kuanyama":"Kuanyama","Kurdish":"KurdÅ¡tina","Lao":"LaoÅ¡tina","Latvian":"LotyÅ¡tina","Limburgan":"LimburÅ¡tina","Lingala":"NgalÅ¡tina","Lithuanian":"LitevÅ¡tina","Luxembourgish":"LucemburÅ¡tina","Luba-Katanga":"Luba-Katanga","Ganda":"GandÅ¡tina","Marshallese":"MaršálÅ¡tina","Malayalam":"MalajálamÅ¡tina","Marathi":"MaráthÅ¡tina","Macedonian":"MakedonÅ¡tina","Malagasy":"MalgaÅ¡tina","Maltese":"MaltÅ¡tina","Mongolian":"MongolÅ¡tina","Maori":"MaorÅ¡tina","Malay (macrolanguage)":"MalajÅ¡tina","Burmese":"BarmÅ¡tina","Nauru":"NaurÅ¡tina","Navajo":"Navažština","South Ndebele":"Jižní ndebelÅ¡tina","North Ndebele":"Severní ndebelÅ¡tina","Ndonga":"NdondÅ¡tina","Nepali (macrolanguage)":"NepálÅ¡tina","Dutch":"DánÅ¡tina","Norwegian Nynorsk":"NorÅ¡tina Nynorsk","Norwegian BokmÃ¥l":"NorÅ¡tina BokmÃ¥l","Norwegian":"NorÅ¡tina ","Nyanja":"ÄŒiÄevÅ¡tina","Occitan":"OkcitánÅ¡tina","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"UrijÅ¡tina","Oromo":"OromÅ¡tina","Ossetian":"OsetÅ¡tina","Panjabi":"PaňdžábÅ¡tina","Pakistan Sign Language":"Pakistánská znaková Å™eÄ","Polish":"PolÅ¡tina","Portuguese":"PortugalÅ¡tina","Pushto":"PaÅ¡tÅ¡tina","Quechua":"KeÄuánÅ¡tina","Romansh":"RétorománÅ¡tina","Romanian":"RumunÅ¡tina","Russian Sign Language":"Ruská znaková Å™eÄ","Rundi":"Kirundi","Russian":"RuÅ¡tina","Sango":"Sango","Saudi Arabian Sign Language":"Saudská arabská znaková Å™eÄ","South African Sign Language":"Jihoafrická znaková Å™eÄ","Sinhala":"SinhálÅ¡tina","Slovak":"SlovenÅ¡tina","Slovenian":"SlovinÅ¡tina","Northern Sami":"Severní sámÅ¡tina","Samoan":"SamojÅ¡tina","Shona":"Shona","Sindhi":"SindhÅ¡tina","Somali":"SomálÅ¡tina","Southern Sotho":"Jižní sotÅ¡tina","Spanish":"Å panÄ›lÅ¡tina","Albanian":"AlbánÅ¡tina","Sardinian":"SardínÅ¡tina","Serbian":"SrbÅ¡tina","Swati":"Swati","Sundanese":"SundÅ¡tina","Swahili (macrolanguage)":"SvahilÅ¡tina","Swedish":"Å védÅ¡tina","Swedish Sign Language":"Å védská znaková Å™eÄ","Tahitian":"TahitÅ¡tina","Tamil":"TamilÅ¡tina","Tatar":"TatarÅ¡tina","Telugu":"TelugÅ¡tina","Tajik":"TádžiÄtina","Tagalog":"Tagalog","Thai":"ThajÅ¡tina","Tigrinya":"Tigrinya","Klingon":"KlingonÅ¡tina","Tonga (Tonga Islands)":"TongánÅ¡tina","Tswana":"SetswanÅ¡tina","Tsonga":"TsongÅ¡tina","Turkmen":"TurkmenÅ¡tina","Turkish":"TureÄtina","Twi":"Twi","Uighur":"UjgurÅ¡tina","Ukrainian":"UkrajinÅ¡tina","Urdu":"UrdÅ¡tina","Uzbek":"UzbeÄtina","Venda":"VendÅ¡tina","Vietnamese":"VietnamÅ¡tina","Walloon":"ValonÅ¡tina","Wolof":"Wolof ","Xhosa":"XhoÅ¡tina","Yiddish":"JidiÅ¡","Yoruba":"JorubÅ¡tina","Zhuang":"ÄŒuangÅ¡tina","Chinese":"ČínÅ¡tina","Zulu":"ZuluÅ¡tina"} \ No newline at end of file {"Music":"Hudba","Films":"Filmy","Vehicles":"Auta","Art":"UmÄ›ní","Sports":"Sport","Travels":"Cestování","Gaming":"Hry","People":"Lidé","Comedy":"Komedie","Entertainment":"Zábava","News & Politics":"Zprávy a politika","How To":"Jak na to","Education":"Výukové","Activism":"Aktivismus","Science & Technology":"VÄ›da a technologie","Animals":"Zvířata","Kids":"DÄ›ti","Food":"Jídlo a vaÅ™ení","Attribution":"UveÄte autora","Attribution - Share Alike":"UveÄte autora - Zachovejte licenci","Attribution - No Derivatives":"UveÄte autora - Nezpracovávejte","Attribution - Non Commercial":"UveÄte autora - NeÅ¡iÅ™te dílo komerÄnÄ›","Attribution - Non Commercial - Share Alike":"UveÄte autora - NeÅ¡iÅ™te dílo komerÄnÄ› - Zachovejte licenci","Attribution - Non Commercial - No Derivatives":"UveÄte autora - NeÅ¡iÅ™te dílo komerÄnÄ› - Nezpracovávejte","Public Domain Dedication":"Volné dílo","Public":"VeÅ™ejné","Unlisted":"Nezobrazeno","Private":"Soukromé","Published":"Publikované","To transcode":"K transkódování","To import":"To import","Pending":"ÄŒekající","Success":"ÚspÄ›ch","Failed":"NeúspÄ›ch","Regular":"Běžný","Watch later":"PÅ™ehrát pozdÄ›ji","This video does not exist.":"Toto video neexistuje.","We cannot fetch the video. Please try again later.":"Nemůžeme získat toto video. Prosím zkuste to znovu pozdÄ›ji.","Sorry":"Omlouváme se","This video is not available because the remote instance is not responding.":"Toto video není dostupné, protože vzdálená instance neodpovídá.","Misc":"Různé","Unknown":"Neznámé","Afar":"AfarÅ¡tina","Abkhazian":"AbcházÅ¡tina","Afrikaans":"AfrikánÅ¡tina","Akan":"AkanÅ¡tina","Amharic":"AmharÅ¡tina","Arabic":"ArabÅ¡tina","Aragonese":"AragonÅ¡tina","American Sign Language":"Americká znaková Å™eÄ","Assamese":"ÃsámÅ¡tina","Avaric":"AvarÅ¡tina","Kotava":"Kotava","Aymara":"AjmarÅ¡tina","Azerbaijani":"ÃzerbájdžánÅ¡tina","Bashkir":"BaÅ¡kirÅ¡tina","Bambara":"BambarÅ¡tina","Belarusian":"BÄ›loruÅ¡tina","Bengali":"BengálÅ¡tina","British Sign Language":"Britská znaková Å™eÄ","Bislama":"BislamÅ¡tina","Tibetan":"TibetÅ¡tina","Bosnian":"BosenÅ¡tina","Breton":"BretonÅ¡tina","Bulgarian":"BulharÅ¡tina","Brazilian Sign Language":"Brazilská znaková Å™eÄ","Catalan":"KatalánÅ¡tina","Czech":"ÄŒeÅ¡tina","Chamorro":"Chamorro","Chechen":"ÄŒeÄenÅ¡tina","Chuvash":"ÄŒuvaÅ¡tina","Cornish":"KornÅ¡tina","Corsican":"KorsiÄtina","Cree":"KríjÅ¡tina","Czech Sign Language":"ÄŒeská znaková Å™eÄ","Chinese Sign Language":"Čínská znaková Å™eÄ","Welsh":"VelÅ¡tina","Danish":"DánÅ¡tina","German":"NÄ›mÄina","Dhivehi":"MaledivÅ¡tina","Danish Sign Language":"Dánská znaková Å™eÄ","Dzongkha":"Dzongkä","Modern Greek (1453-)":"Moderní Å™eÄtina","English":"AngliÄtina","Esperanto":"Esperanto","Estonian":"EstonÅ¡tina","Basque":"BaskiÄtina","Ewe":"EveÅ¡tina","Faroese":"FaerÅ¡tina","Persian":"PerÅ¡tina","Fijian":"FidžijÅ¡tina","Finnish":"FinÅ¡tina","French":"FrancouzÅ¡tina","Western Frisian":"Západofríština","French Sign Language":"Francouzská znaková Å™eÄ","Fulah":"FulbÅ¡tina","Scottish Gaelic":"Skotská gaelÅ¡tina","Irish":"IrÅ¡tina","Galician":"GalicijÅ¡tina","Manx":"ManÅ¡tina","Guarani":"GuaranÅ¡tina","German Sign Language":"NÄ›mecká znaková Å™eÄ","Gujarati":"GudžarátÅ¡tina","Haitian":"Haitská kreolÅ¡tina","Hausa":"HauÅ¡tina","Serbo-Croatian":"SrcbochorvatÅ¡inta","Hebrew":"HebrejÅ¡tina","Herero":"Herero","Hindi":"HindÅ¡tina","Hiri Motu":"Hiri Motu","Croatian":"ChorvatÅ¡tina","Hungarian":"MaÄarÅ¡tina","Armenian":"ArménÅ¡tina","Igbo":"IgboÅ¡tina","Sichuan Yi":"Nuosu","Inuktitut":"InuktitutÅ¡tina","Indonesian":"Indonéština","Inupiaq":"Inupiaq","Icelandic":"IslandÅ¡tina","Italian":"ItalÅ¡tina","Javanese":"JavánÅ¡tina","Lojban":"Lojban","Japanese":"JaponÅ¡tina","Japanese Sign Language":"Japonská znaková Å™eÄ","Kalaallisut":"GrónÅ¡tina","Kannada":"KannadÅ¡tina","Kashmiri":"KaÅ¡mírÅ¡tina","Georgian":"GruzínÅ¡tina","Kanuri":"KanurijÅ¡tina","Kazakh":"KazaÅ¡tina","Khmer":"KhmerÅ¡tina","Kikuyu":"KikujÅ¡tina","Kinyarwanda":"RwandÅ¡tina","Kirghiz":"KyrgyzÅ¡tina","Komi":"Komi","Kongo":"Konžština","Korean":"KorejÅ¡tina","Kuanyama":"Kuanyama","Kurdish":"KurdÅ¡tina","Lao":"LaoÅ¡tina","Latvian":"LotyÅ¡tina","Limburgan":"LimburÅ¡tina","Lingala":"NgalÅ¡tina","Lithuanian":"LitevÅ¡tina","Luxembourgish":"LucemburÅ¡tina","Luba-Katanga":"Luba-Katanga","Ganda":"GandÅ¡tina","Marshallese":"MaršálÅ¡tina","Malayalam":"MalajálamÅ¡tina","Marathi":"MaráthÅ¡tina","Macedonian":"MakedonÅ¡tina","Malagasy":"MalgaÅ¡tina","Maltese":"MaltÅ¡tina","Mongolian":"MongolÅ¡tina","Maori":"MaorÅ¡tina","Malay (macrolanguage)":"MalajÅ¡tina","Burmese":"BarmÅ¡tina","Nauru":"NaurÅ¡tina","Navajo":"Navažština","South Ndebele":"Jižní ndebelÅ¡tina","North Ndebele":"Severní ndebelÅ¡tina","Ndonga":"NdondÅ¡tina","Nepali (macrolanguage)":"NepálÅ¡tina","Dutch":"DánÅ¡tina","Norwegian Nynorsk":"NorÅ¡tina Nynorsk","Norwegian BokmÃ¥l":"NorÅ¡tina BokmÃ¥l","Norwegian":"NorÅ¡tina ","Nyanja":"ÄŒiÄevÅ¡tina","Occitan":"OkcitánÅ¡tina","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"UrijÅ¡tina","Oromo":"OromÅ¡tina","Ossetian":"OsetÅ¡tina","Panjabi":"PaňdžábÅ¡tina","Pakistan Sign Language":"Pakistánská znaková Å™eÄ","Polish":"PolÅ¡tina","Portuguese":"PortugalÅ¡tina","Pushto":"PaÅ¡tÅ¡tina","Quechua":"KeÄuánÅ¡tina","Romansh":"RétorománÅ¡tina","Romanian":"RumunÅ¡tina","Russian Sign Language":"Ruská znaková Å™eÄ","Rundi":"Kirundi","Russian":"RuÅ¡tina","Sango":"Sango","Saudi Arabian Sign Language":"Saudská arabská znaková Å™eÄ","South African Sign Language":"Jihoafrická znaková Å™eÄ","Sinhala":"SinhálÅ¡tina","Slovak":"SlovenÅ¡tina","Slovenian":"SlovinÅ¡tina","Northern Sami":"Severní sámÅ¡tina","Samoan":"SamojÅ¡tina","Shona":"Shona","Sindhi":"SindhÅ¡tina","Somali":"SomálÅ¡tina","Southern Sotho":"Jižní sotÅ¡tina","Spanish":"Å panÄ›lÅ¡tina","Albanian":"AlbánÅ¡tina","Sardinian":"SardínÅ¡tina","Serbian":"SrbÅ¡tina","Swati":"Swati","Sundanese":"SundÅ¡tina","Swahili (macrolanguage)":"SvahilÅ¡tina","Swedish":"Å védÅ¡tina","Swedish Sign Language":"Å védská znaková Å™eÄ","Tahitian":"TahitÅ¡tina","Tamil":"TamilÅ¡tina","Tatar":"TatarÅ¡tina","Telugu":"TelugÅ¡tina","Tajik":"TádžiÄtina","Tagalog":"Tagalog","Thai":"ThajÅ¡tina","Tigrinya":"Tigrinya","Klingon":"KlingonÅ¡tina","Tonga (Tonga Islands)":"TongánÅ¡tina","Tswana":"SetswanÅ¡tina","Tsonga":"TsongÅ¡tina","Turkmen":"TurkmenÅ¡tina","Turkish":"TureÄtina","Twi":"Twi","Uighur":"UjgurÅ¡tina","Ukrainian":"UkrajinÅ¡tina","Urdu":"UrdÅ¡tina","Uzbek":"UzbeÄtina","Venda":"VendÅ¡tina","Vietnamese":"VietnamÅ¡tina","Walloon":"ValonÅ¡tina","Wolof":"Wolof ","Xhosa":"XhoÅ¡tina","Yiddish":"JidiÅ¡","Yoruba":"JorubÅ¡tina","Zhuang":"ÄŒuangÅ¡tina","Chinese":"ČínÅ¡tina","Zulu":"ZuluÅ¡tina"} \ No newline at end of file
diff --git a/client/src/locale/target/server_de_DE.json b/client/src/locale/target/server_de_DE.json
index b3801c4ca..373eb39e7 100644
--- a/client/src/locale/target/server_de_DE.json
+++ b/client/src/locale/target/server_de_DE.json
@@ -1 +1 @@
{"Music":"Musik","Films":"Filme","Vehicles":"Fahrzeuge","Art":"Kunst","Sports":"Sport","Travels":"Reisen","Gaming":"Spiele","People":"Menschen","Comedy":"Komödie","Entertainment":"Unterhaltung","News & Politics":"Nachrichten & Politik","How To":"Anleitung","Education":"Bildung","Activism":"Aktivismus","Science & Technology":"Wissenschaft und Technologie","Animals":"Tiere","Kids":"Kinder","Food":"Essen","Attribution":"Namensnennung","Attribution - Share Alike":"Namensnennung - Weitergabe unter gleichen Bedingungen","Attribution - No Derivatives":"Namensnennung - Keine Bearbeitung","Attribution - Non Commercial":"Namensnennung - Nicht kommerziell","Attribution - Non Commercial - Share Alike":"Namensnennung - Nicht-kommerziell - Weitergabe unter gleichen Bedingungen","Attribution - Non Commercial - No Derivatives":"Namensnennung - Nicht-kommerziell - Keine Bearbeitung","Public Domain Dedication":"In Gemeinfreiheit entlassen","Public":"Öffentlich","Unlisted":"Nicht gelistet","Private":"Privat","Published":"Veröffentlicht","To transcode":"Zu transkodieren","To import":"Zu importieren","Pending":"Ausstehend","Success":"Erfolg","Failed":"Fehlgeschlagen","Misc":"Verschiedenes","Unknown":"Unbekannt","Afar":"Afar","Abkhazian":"Abchasisch","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharisch","Arabic":"Arabisch","Aragonese":"Aragonesisch","American Sign Language":"Amerikanische Gebärdensprache","Assamese":"Assamesisch","Avaric":"Awarisch","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Aserbeidschanisch","Bashkir":"Baschkirisch","Bambara":"Bambara","Belarusian":"Weißrussisch","Bengali":"Bengali","British Sign Language":"Britische Gebärdensprache","Bislama":"Beach-la-mar","Tibetan":"Tibetisch","Bosnian":"Bosnisch","Breton":"Bretonisch","Bulgarian":"Bulgarisch","Brazilian Sign Language":"Brasilianische Gebärdensprache","Catalan":"Katalanisch","Czech":"Tschechisch","Chamorro":"Chamorro","Chechen":"Tschetschenisch","Chuvash":"Tschuwaschisch","Cornish":"Kornisch","Corsican":"Korsisch","Cree":"Cree","Czech Sign Language":"Tschechische Gebärdensprache","Chinese Sign Language":"Chinesiche Gebärdensprache","Welsh":"Kymrisch","Danish":"Dänisch","German":"Deutsch","Dhivehi":"Maledivisch","Danish Sign Language":"Dänische Gebärdensprache","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Neugriechisch","English":"Englisch","Esperanto":"Esperanto","Estonian":"Estnisch","Basque":"Baskisch","Ewe":"Ewe","Faroese":"Färöisch","Persian":"Persisch","Fijian":"Fidschi","Finnish":"Finnisch","French":"Französisch","Western Frisian":"Friesisch","French Sign Language":"Französiche Gebärdensprache","Fulah":"Ful","Scottish Gaelic":"Gälisch-Schottisch","Irish":"Irisch","Galician":"Galicisch","Manx":"Manx","Guarani":"Guaraní","German Sign Language":"Deutsche Gebärdensprache","Gujarati":"Gujarati","Haitian":"Haïtien (Haiti-Kreolisch)","Hausa":"Hausa","Serbo-Croatian":"Serbokroatisch","Hebrew":"Hebräisch","Herero":"Otjiherero","Hindi":"Hindi","Hiri Motu":"Hiri-Motu","Croatian":"Kroatisch","Hungarian":"Ungarisch","Armenian":"Armenisch","Igbo":"Igbo","Sichuan Yi":"Yi","Inuktitut":"Inuktitut","Indonesian":"Bahasa Indonesia","Inupiaq":"Inupik","Icelandic":"Isländisch","Italian":"Italienisch","Javanese":"Javanisch","Lojban":"Lojban","Japanese":"Japanisch","Japanese Sign Language":"Japanische Gebärdensprache","Kalaallisut":"Grönländisch","Kannada":"Kannada","Kashmiri":"Kaschmiri","Georgian":"Georgisch","Kanuri":"Kanuri","Kazakh":"Kasachisch","Khmer":"Kambodschanisch","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Kirgisisch","Komi":"Komi","Kongo":"Kikongo","Korean":"Koreanisch","Kuanyama":"Kuanyama","Kurdish":"Kurdisch","Lao":"Laotisch","Latvian":"Lettisch","Limburgan":"Limburgisch","Lingala":"Lingala","Lithuanian":"Litauisch","Luxembourgish":"Luxemburgisch","Luba-Katanga":"Kiluba","Ganda":"Luganda","Marshallese":"Marschallesisch","Malayalam":"Malayalam","Marathi":"Marathi","Macedonian":"Makedonisch","Malagasy":"Malagassi","Maltese":"Maltesisch","Mongolian":"Mongolisch","Maori":"MÄori","Malay (macrolanguage)":"Malaiisch","Burmese":"Birmanisch","Nauru":"Nauruanisch","Navajo":"Navajo","South Ndebele":"Süd-Ndebele","North Ndebele":"Nord-Ndebele","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepali","Dutch":"Niederländisch","Norwegian Nynorsk":"Nynorsk","Norwegian BokmÃ¥l":"BokmÃ¥l","Norwegian":"Norwegisch","Nyanja":"Chichewa","Occitan":"Okzitanisch","Ojibwa":"Ojibwe","Oriya (macrolanguage)":"Oriya","Oromo":"Oromo","Ossetian":"Ossetisch","Panjabi":"Panjabi","Pakistan Sign Language":"Pakistanische Gebärdensprache","Polish":"Polnisch","Portuguese":"Portugiesisch","Pushto":"Paschtu","Quechua":"Quechua","Romansh":"Rätoromanisch","Romanian":"Rumänisch","Russian Sign Language":"Russische Gebärdensprache","Rundi":"Kirundi","Russian":"Russisch","Sango":"Sango","Saudi Arabian Sign Language":"Saudi-arabische Gebärdensprache","South African Sign Language":"Südafrikanische Gebärdensprache","Sinhala":"Singhalesisch","Slovak":"Slowakisch","Slovenian":"Slowenisch","Northern Sami":"Nordsaamisch","Samoan":"Samoanisch","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Sesotho","Spanish":"Spanisch","Albanian":"Albanisch","Sardinian":"Sardisch","Serbian":"Serbisch","Swati":"siSwati","Sundanese":"Sundanesisch","Swahili (macrolanguage)":"Swahili","Swedish":"Schwedisch","Swedish Sign Language":"Schwedische Gebärdensprache","Tahitian":"Tahitisch","Tamil":"Tamil","Tatar":"Tatarisch","Telugu":"Telugu","Tajik":"Tadschikisch","Tagalog":"Tagalog","Thai":"Thailändisch","Tigrinya":"Tigrinisch","Klingon":"Klingonisch","Tonga (Tonga Islands)":"Tongaisch","Tswana":"Setswana","Tsonga":"Xitsonga","Turkmen":"Turkmenisch","Turkish":"Türkisch","Twi":"Twi","Uighur":"Uigurisch","Ukrainian":"Ukrainisch","Urdu":"Urdu","Uzbek":"Usbekisch","Venda":"Tshivenda","Vietnamese":"Vietnamesisch","Walloon":"Wallonisch","Wolof":"Wolof","Xhosa":"isiXhosa","Yiddish":"Jiddisch","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinesisch","Zulu":"isiZulu"} \ No newline at end of file {"Music":"Musik","Films":"Filme","Vehicles":"Fahrzeuge","Art":"Kunst","Sports":"Sport","Travels":"Reisen","Gaming":"Spiele","People":"Menschen","Comedy":"Komödie","Entertainment":"Unterhaltung","News & Politics":"Nachrichten & Politik","How To":"Anleitung","Education":"Bildung","Activism":"Aktivismus","Science & Technology":"Wissenschaft und Technologie","Animals":"Tiere","Kids":"Kinder","Food":"Essen","Attribution":"Namensnennung","Attribution - Share Alike":"Namensnennung - Weitergabe unter gleichen Bedingungen","Attribution - No Derivatives":"Namensnennung - Keine Bearbeitung","Attribution - Non Commercial":"Namensnennung - Nicht kommerziell","Attribution - Non Commercial - Share Alike":"Namensnennung - Nicht-kommerziell - Weitergabe unter gleichen Bedingungen","Attribution - Non Commercial - No Derivatives":"Namensnennung - Nicht-kommerziell - Keine Bearbeitung","Public Domain Dedication":"In Gemeinfreiheit entlassen","Public":"Öffentlich","Unlisted":"Nicht gelistet","Private":"Privat","Published":"Veröffentlicht","To transcode":"Zu transkodieren","To import":"Zu importieren","Pending":"Ausstehend","Success":"Erfolg","Failed":"Fehlgeschlagen","Regular":"Normal","Watch later":"Später ansehen","This video does not exist.":"Dieses Video existiert nicht.","We cannot fetch the video. Please try again later.":"Video konnte nicht geladen werden. Bitte versuche es später noch ein mal.","Sorry":"Entschuldigung","This video is not available because the remote instance is not responding.":"Dieses Video ist nicht verfügbar, weil die entfernte Instanz nicht erreichbar ist.","Misc":"Verschiedenes","Unknown":"Unbekannt","Afar":"Afar","Abkhazian":"Abchasisch","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharisch","Arabic":"Arabisch","Aragonese":"Aragonesisch","American Sign Language":"Amerikanische Gebärdensprache","Assamese":"Assamesisch","Avaric":"Awarisch","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Aserbeidschanisch","Bashkir":"Baschkirisch","Bambara":"Bambara","Belarusian":"Weißrussisch","Bengali":"Bengali","British Sign Language":"Britische Gebärdensprache","Bislama":"Beach-la-mar","Tibetan":"Tibetisch","Bosnian":"Bosnisch","Breton":"Bretonisch","Bulgarian":"Bulgarisch","Brazilian Sign Language":"Brasilianische Gebärdensprache","Catalan":"Katalanisch","Czech":"Tschechisch","Chamorro":"Chamorro","Chechen":"Tschetschenisch","Chuvash":"Tschuwaschisch","Cornish":"Kornisch","Corsican":"Korsisch","Cree":"Cree","Czech Sign Language":"Tschechische Gebärdensprache","Chinese Sign Language":"Chinesiche Gebärdensprache","Welsh":"Kymrisch","Danish":"Dänisch","German":"Deutsch","Dhivehi":"Maledivisch","Danish Sign Language":"Dänische Gebärdensprache","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Neugriechisch","English":"Englisch","Esperanto":"Esperanto","Estonian":"Estnisch","Basque":"Baskisch","Ewe":"Ewe","Faroese":"Färöisch","Persian":"Persisch","Fijian":"Fidschi","Finnish":"Finnisch","French":"Französisch","Western Frisian":"Friesisch","French Sign Language":"Französiche Gebärdensprache","Fulah":"Ful","Scottish Gaelic":"Gälisch-Schottisch","Irish":"Irisch","Galician":"Galicisch","Manx":"Manx","Guarani":"Guaraní","German Sign Language":"Deutsche Gebärdensprache","Gujarati":"Gujarati","Haitian":"Haïtien (Haiti-Kreolisch)","Hausa":"Hausa","Serbo-Croatian":"Serbokroatisch","Hebrew":"Hebräisch","Herero":"Otjiherero","Hindi":"Hindi","Hiri Motu":"Hiri-Motu","Croatian":"Kroatisch","Hungarian":"Ungarisch","Armenian":"Armenisch","Igbo":"Igbo","Sichuan Yi":"Yi","Inuktitut":"Inuktitut","Indonesian":"Bahasa Indonesia","Inupiaq":"Inupik","Icelandic":"Isländisch","Italian":"Italienisch","Javanese":"Javanisch","Lojban":"Lojban","Japanese":"Japanisch","Japanese Sign Language":"Japanische Gebärdensprache","Kalaallisut":"Grönländisch","Kannada":"Kannada","Kashmiri":"Kaschmiri","Georgian":"Georgisch","Kanuri":"Kanuri","Kazakh":"Kasachisch","Khmer":"Kambodschanisch","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Kirgisisch","Komi":"Komi","Kongo":"Kikongo","Korean":"Koreanisch","Kuanyama":"Kuanyama","Kurdish":"Kurdisch","Lao":"Laotisch","Latvian":"Lettisch","Limburgan":"Limburgisch","Lingala":"Lingala","Lithuanian":"Litauisch","Luxembourgish":"Luxemburgisch","Luba-Katanga":"Kiluba","Ganda":"Luganda","Marshallese":"Marschallesisch","Malayalam":"Malayalam","Marathi":"Marathi","Macedonian":"Makedonisch","Malagasy":"Malagassi","Maltese":"Maltesisch","Mongolian":"Mongolisch","Maori":"MÄori","Malay (macrolanguage)":"Malaiisch","Burmese":"Birmanisch","Nauru":"Nauruanisch","Navajo":"Navajo","South Ndebele":"Süd-Ndebele","North Ndebele":"Nord-Ndebele","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepali","Dutch":"Niederländisch","Norwegian Nynorsk":"Nynorsk","Norwegian BokmÃ¥l":"BokmÃ¥l","Norwegian":"Norwegisch","Nyanja":"Chichewa","Occitan":"Okzitanisch","Ojibwa":"Ojibwe","Oriya (macrolanguage)":"Oriya","Oromo":"Oromo","Ossetian":"Ossetisch","Panjabi":"Panjabi","Pakistan Sign Language":"Pakistanische Gebärdensprache","Polish":"Polnisch","Portuguese":"Portugiesisch","Pushto":"Paschtu","Quechua":"Quechua","Romansh":"Rätoromanisch","Romanian":"Rumänisch","Russian Sign Language":"Russische Gebärdensprache","Rundi":"Kirundi","Russian":"Russisch","Sango":"Sango","Saudi Arabian Sign Language":"Saudi-arabische Gebärdensprache","South African Sign Language":"Südafrikanische Gebärdensprache","Sinhala":"Singhalesisch","Slovak":"Slowakisch","Slovenian":"Slowenisch","Northern Sami":"Nordsaamisch","Samoan":"Samoanisch","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Sesotho","Spanish":"Spanisch","Albanian":"Albanisch","Sardinian":"Sardisch","Serbian":"Serbisch","Swati":"siSwati","Sundanese":"Sundanesisch","Swahili (macrolanguage)":"Swahili","Swedish":"Schwedisch","Swedish Sign Language":"Schwedische Gebärdensprache","Tahitian":"Tahitisch","Tamil":"Tamil","Tatar":"Tatarisch","Telugu":"Telugu","Tajik":"Tadschikisch","Tagalog":"Tagalog","Thai":"Thailändisch","Tigrinya":"Tigrinisch","Klingon":"Klingonisch","Tonga (Tonga Islands)":"Tongaisch","Tswana":"Setswana","Tsonga":"Xitsonga","Turkmen":"Turkmenisch","Turkish":"Türkisch","Twi":"Twi","Uighur":"Uigurisch","Ukrainian":"Ukrainisch","Urdu":"Urdu","Uzbek":"Usbekisch","Venda":"Tshivenda","Vietnamese":"Vietnamesisch","Walloon":"Wallonisch","Wolof":"Wolof","Xhosa":"isiXhosa","Yiddish":"Jiddisch","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinesisch","Zulu":"isiZulu"} \ No newline at end of file
diff --git a/client/src/locale/target/server_eo.json b/client/src/locale/target/server_eo.json
index c1ee83e7f..9948c77d4 100644
--- a/client/src/locale/target/server_eo.json
+++ b/client/src/locale/target/server_eo.json
@@ -1 +1 @@
{"Music":"Muziko","Films":"Filmoj","Vehicles":"Veturiloj","Art":"Arto","Sports":"Sporto","Travels":"VojaÄado","Gaming":"Ludoj","People":"Homoj","Comedy":"Komedio","Entertainment":"Amuzo","News & Politics":"Novaĵoj kaj politiko","How To":"Instrukcioj","Education":"Instruado","Activism":"Aktivismo","Science & Technology":"Scienco Ï— teÄ¥nikaro","Animals":"Bestoj","Kids":"Infanoj","Food":"ManÄo","Attribution":"Atribuite","Attribution - Share Alike":"Atribuite – Samkondiĉe","Attribution - No Derivatives":"Atribuite – Nemodifite","Attribution - Non Commercial":"Atribuite – Nekomerce","Attribution - Non Commercial - Share Alike":"Atribuite – Nekomerce – Samkondiĉe","Attribution - Non Commercial - No Derivatives":"Atribuite – Nekomerce – Nemodifite","Public Domain Dedication":"Dediĉo al publika posedo","Public":"Publika","Unlisted":"Nelistigata","Private":"Privata","Success":"Sukcesis","Failed":"Malsukcesis","Misc":"Diversaĵoj","Unknown":"Nekonata","Afar":"Afara","Abkhazian":"AbÄ¥aza","Afrikaans":"Afrikansa","Akan":"Akana","Amharic":"Amhara","Arabic":"Araba","Aragonese":"Aragona","American Sign Language":"Usona gestlingvo","Assamese":"Asama","Avaric":"Avara","Kotava":"Kotavo","Aymara":"Ajmara","Azerbaijani":"AzerbajÄana","Bashkir":"BaÅkira","Bambara":"Bambara","Belarusian":"Belorusa","Bengali":"Bengala","British Sign Language":"Brita gestlingvo","Bislama":"Bislama","Tibetan":"Tibeta","Bosnian":"Bosna","Breton":"Bretona","Bulgarian":"Bulgara","Brazilian Sign Language":"Brazila gestlingvo","Catalan":"Kataluna","Czech":"ĈeÄ¥a","Chamorro":"Ĉamora","Chechen":"Ĉeĉena","Chuvash":"ĈuvaÅa","Cornish":"Kornvala","Corsican":"Korsika","Czech Sign Language":"ĈeÄ¥a gestlingvo","Chinese Sign Language":"Ĉina gestlingvo","Welsh":"Kimra","Danish":"Dana","German":"Germana","Dhivehi":"Maldiva","Danish Sign Language":"Dana gestlingvo","Dzongkha":"Butana","Modern Greek (1453-)":"Novgreka","English":"Angla","Esperanto":"Esperanto","Estonian":"Estona","Basque":"EÅ­ska","Ewe":"Evea","Faroese":"Feroa","Persian":"Persa","Fijian":"FiÄia","Finnish":"Finna","French":"Franca","Western Frisian":"Okcidentfrisa","French Sign Language":"Franca gestlingvo","Fulah":"Fula","Scottish Gaelic":"Skotgaela","Irish":"Irlanda","Galician":"Galega","Manx":"Manksa","Guarani":"Gvarania","German Sign Language":"Germana gestlingvo","Gujarati":"GuÄarata","Haitian":"Haitia","Hausa":"HaÅ­sa","Serbo-Croatian":"Kroatserba","Hebrew":"Hebrea","Herero":"Herera","Hindi":"Hinda","Hiri Motu":"Hirimotua","Croatian":"Kroata","Hungarian":"Hungara","Armenian":"Armena","Igbo":"Igba","Sichuan Yi":"Jia","Inuktitut":"Inuktituta","Indonesian":"Indonezia","Inupiaq":"Inupiko","Icelandic":"Islanda","Italian":"Itala","Javanese":"Java","Lojban":"Loĵbano","Japanese":"Japana","Japanese Sign Language":"Japana gestlingvo","Kalaallisut":"Gronlanda","Kannada":"Kanara","Kashmiri":"KaÅmira","Georgian":"Kartvela","Kanuri":"Kanuria","Kazakh":"KazaÄ¥a","Khmer":"Kmera","Kirghiz":"Kirgiza","Komi":"Komia","Kongo":"Konga","Korean":"Korea","Kuanyama":"Kvanjama","Kurdish":"Kurda","Lao":"Laosa","Latvian":"Latva","Limburgan":"Limburga","Lingala":"Lingala","Lithuanian":"Litova","Luxembourgish":"Luksemburga","Marshallese":"MarÅalinsula","Malayalam":"Malajalama","Marathi":"Marata","Macedonian":"Makedona","Malagasy":"MalgaÅa","Maltese":"Malta","Mongolian":"Mongola","Maori":"Maoria","Malay (macrolanguage)":"Malaja","Burmese":"Birma","Nauru":"Naura","Navajo":"Navajo","South Ndebele":"Sudndebela","North Ndebele":"Nordndebela","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepala","Dutch":"Nederlanda","Norwegian Nynorsk":"Novnorvega","Norwegian BokmÃ¥l":"Bukmolo","Norwegian":"Norvega","Nyanja":"Ĉiĉeva","Ojibwa":"OÄibua","Oriya (macrolanguage)":"Orisa","Oromo":"Oroma","Ossetian":"Oseta","Panjabi":"PanÄaba","Pakistan Sign Language":"Pakistana gestlingvo","Polish":"Pola","Portuguese":"Portugala","Pushto":"PaÅtua","Quechua":"Keĉua","Romansh":"Romanĉa","Romanian":"Rumana","Russian Sign Language":"Rusa gestlingvo","Russian":"Rusa","Saudi Arabian Sign Language":"Saudarabuja gestlingvo","South African Sign Language":"Sudafrika gestlingvo","Sinhala":"Sinhala","Slovak":"Slovaka","Slovenian":"Slovena","Northern Sami":"Nordlapona","Samoan":"Samoa","Shona":"Åœona","Sindhi":"Sinda","Somali":"Somala","Southern Sotho":"Sudsota","Spanish":"Hispana","Albanian":"Albana","Sardinian":"Sarda","Serbian":"Serba","Swati":"Svazia","Sundanese":"Sunda","Swahili (macrolanguage)":"Svahila","Swedish":"Sveda","Swedish Sign Language":"Sveda gestlingvo","Tahitian":"Tahitia","Tamil":"Tamula","Tatar":"Tatara","Telugu":"Telugua","Tajik":"TaÄika","Tagalog":"Tagaloga","Thai":"Taja","Klingon":"Klingona","Tonga (Tonga Islands)":"Tonga","Tswana":"Cvana","Tsonga":"Conga","Turkmen":"Turkmena","Turkish":"Turka","Uighur":"Ujgura","Ukrainian":"Ukrajna","Urdu":"Urdua","Uzbek":"Uzbeka","Venda":"Vendaa","Vietnamese":"Vjetnama","Walloon":"Valona","Wolof":"Volofa","Xhosa":"Kosa","Yiddish":"Jido","Yoruba":"Joruba","Zhuang":"Ĉuanga","Chinese":"Ĉina","Zulu":"Zulua"} \ No newline at end of file {"Music":"Muziko","Films":"Filmoj","Vehicles":"Veturiloj","Art":"Arto","Sports":"Sporto","Travels":"VojaÄado","Gaming":"Ludoj","People":"Homoj","Comedy":"Komedio","Entertainment":"Amuzo","News & Politics":"Novaĵoj kaj politiko","How To":"Instrukcioj","Education":"Instruado","Activism":"Aktivismo","Science & Technology":"Scienco Ï— teÄ¥nikaro","Animals":"Bestoj","Kids":"Infanoj","Food":"ManÄo","Attribution":"Atribuite","Attribution - Share Alike":"Atribuite – Samkondiĉe","Attribution - No Derivatives":"Atribuite – Nemodifite","Attribution - Non Commercial":"Atribuite – Nekomerce","Attribution - Non Commercial - Share Alike":"Atribuite – Nekomerce – Samkondiĉe","Attribution - Non Commercial - No Derivatives":"Atribuite – Nekomerce – Nemodifite","Public Domain Dedication":"Dediĉo al publika posedo","Public":"Publika","Unlisted":"Nelistigata","Private":"Privata","Published":"Publikigita","To transcode":"Transkodota","To import":"Enportota","Pending":"Okazonta","Success":"Sukcesis","Failed":"Malsukcesis","Watch later":"Spekti pli poste","This video does not exist.":"Ĉi tiu filmo ne ekzistas","We cannot fetch the video. Please try again later.":"Ni ne povas preni la filmon. Bonvolu reprovi poste.","Sorry":"Ni bedaÅ­ras","This video is not available because the remote instance is not responding.":"Ĉi tiu filmo ne disponeblas ĉar la fora nodo ne respondas.","Misc":"Diversaĵoj","Unknown":"Nekonata","Afar":"Afara","Abkhazian":"AbÄ¥aza","Afrikaans":"Afrikansa","Akan":"Akana","Amharic":"Amhara","Arabic":"Araba","Aragonese":"Aragona","American Sign Language":"Usona gestlingvo","Assamese":"Asama","Avaric":"Avara","Kotava":"Kotavo","Aymara":"Ajmara","Azerbaijani":"AzerbajÄana","Bashkir":"BaÅkira","Bambara":"Bambara","Belarusian":"Belorusa","Bengali":"Bengala","British Sign Language":"Brita gestlingvo","Bislama":"Bislama","Tibetan":"Tibeta","Bosnian":"Bosna","Breton":"Bretona","Bulgarian":"Bulgara","Brazilian Sign Language":"Brazila gestlingvo","Catalan":"Kataluna","Czech":"ĈeÄ¥a","Chamorro":"Ĉamora","Chechen":"Ĉeĉena","Chuvash":"ĈuvaÅa","Cornish":"Kornvala","Corsican":"Korsika","Cree":"Kria","Czech Sign Language":"ĈeÄ¥a gestlingvo","Chinese Sign Language":"Ĉina gestlingvo","Welsh":"Kimra","Danish":"Dana","German":"Germana","Dhivehi":"Maldiva","Danish Sign Language":"Dana gestlingvo","Dzongkha":"Butana","Modern Greek (1453-)":"Novgreka","English":"Angla","Esperanto":"Esperanto","Estonian":"Estona","Basque":"EÅ­ska","Ewe":"Evea","Faroese":"Feroa","Persian":"Persa","Fijian":"FiÄia","Finnish":"Finna","French":"Franca","Western Frisian":"Okcidentfrisa","French Sign Language":"Franca gestlingvo","Fulah":"Fula","Scottish Gaelic":"Skotgaela","Irish":"Irlanda","Galician":"Galega","Manx":"Manksa","Guarani":"Gvarania","German Sign Language":"Germana gestlingvo","Gujarati":"GuÄarata","Haitian":"Haitia","Hausa":"HaÅ­sa","Serbo-Croatian":"Kroatserba","Hebrew":"Hebrea","Herero":"Herera","Hindi":"Hinda","Hiri Motu":"Hirimotua","Croatian":"Kroata","Hungarian":"Hungara","Armenian":"Armena","Igbo":"Igba","Sichuan Yi":"Jia","Inuktitut":"Inuktituta","Indonesian":"Indonezia","Inupiaq":"Inupiko","Icelandic":"Islanda","Italian":"Itala","Javanese":"Java","Lojban":"Loĵbano","Japanese":"Japana","Japanese Sign Language":"Japana gestlingvo","Kalaallisut":"Gronlanda","Kannada":"Kanara","Kashmiri":"KaÅmira","Georgian":"Kartvela","Kanuri":"Kanuria","Kazakh":"KazaÄ¥a","Khmer":"Kmera","Kikuyu":"Kikuja","Kinyarwanda":"Ruanda","Kirghiz":"Kirgiza","Komi":"Komia","Kongo":"Konga","Korean":"Korea","Kuanyama":"Kvanjama","Kurdish":"Kurda","Lao":"Laosa","Latvian":"Latva","Limburgan":"Limburga","Lingala":"Lingala","Lithuanian":"Litova","Luxembourgish":"Luksemburga","Luba-Katanga":"Kiluba","Ganda":"Ganda","Marshallese":"MarÅalinsula","Malayalam":"Malajalama","Marathi":"Marata","Macedonian":"Makedona","Malagasy":"MalgaÅa","Maltese":"Malta","Mongolian":"Mongola","Maori":"Maoria","Malay (macrolanguage)":"Malaja","Burmese":"Birma","Nauru":"Naura","Navajo":"Navajo","South Ndebele":"Sudndebela","North Ndebele":"Nordndebela","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepala","Dutch":"Nederlanda","Norwegian Nynorsk":"Novnorvega","Norwegian BokmÃ¥l":"Bukmolo","Norwegian":"Norvega","Nyanja":"Ĉiĉeva","Occitan":"Okcitana","Ojibwa":"OÄibua","Oriya (macrolanguage)":"Orisa","Oromo":"Oroma","Ossetian":"Oseta","Panjabi":"PanÄaba","Pakistan Sign Language":"Pakistana gestlingvo","Polish":"Pola","Portuguese":"Portugala","Pushto":"PaÅtua","Quechua":"Keĉua","Romansh":"Romanĉa","Romanian":"Rumana","Russian Sign Language":"Rusa gestlingvo","Rundi":"Burunda","Russian":"Rusa","Sango":"Sangoa","Saudi Arabian Sign Language":"Saudarabuja gestlingvo","South African Sign Language":"Sudafrika gestlingvo","Sinhala":"Sinhala","Slovak":"Slovaka","Slovenian":"Slovena","Northern Sami":"Nordlapona","Samoan":"Samoa","Shona":"Åœona","Sindhi":"Sinda","Somali":"Somala","Southern Sotho":"Sudsota","Spanish":"Hispana","Albanian":"Albana","Sardinian":"Sarda","Serbian":"Serba","Swati":"Svazia","Sundanese":"Sunda","Swahili (macrolanguage)":"Svahila","Swedish":"Sveda","Swedish Sign Language":"Sveda gestlingvo","Tahitian":"Tahitia","Tamil":"Tamula","Tatar":"Tatara","Telugu":"Telugua","Tajik":"TaÄika","Tagalog":"Tagaloga","Thai":"Taja","Tigrinya":"Tigraja","Klingon":"Klingona","Tonga (Tonga Islands)":"Tonga","Tswana":"Cvana","Tsonga":"Conga","Turkmen":"Turkmena","Turkish":"Turka","Twi":"Tvia","Uighur":"Ujgura","Ukrainian":"Ukrajna","Urdu":"Urdua","Uzbek":"Uzbeka","Venda":"Vendaa","Vietnamese":"Vjetnama","Walloon":"Valona","Wolof":"Volofa","Xhosa":"Kosa","Yiddish":"Jido","Yoruba":"Joruba","Zhuang":"Ĉuanga","Chinese":"Ĉina","Zulu":"Zulua"} \ No newline at end of file
diff --git a/client/src/locale/target/server_fr_FR.json b/client/src/locale/target/server_fr_FR.json
index 64762b575..ba4035be5 100644
--- a/client/src/locale/target/server_fr_FR.json
+++ b/client/src/locale/target/server_fr_FR.json
@@ -1 +1 @@
{"Music":"Musiques","Films":"Films","Vehicles":"Transport","Art":"Art","Sports":"Sports","Travels":"Voyages","Gaming":"Jeux vidéos","People":"Personnalités","Comedy":"Humour","Entertainment":"Divertissement","News & Politics":"Actualité & Politique","How To":"Tutoriels","Education":"Éducation","Activism":"Militantisme","Science & Technology":"Science & Technologie","Animals":"Animaux","Kids":"Enfants","Food":"Cuisine","Attribution":"Attribution","Attribution - Share Alike":"Attribution - Partage dans les mêmes conditions","Attribution - No Derivatives":"Attribution - Pas d’œuvre dérivée","Attribution - Non Commercial":"Attribution - Utilisation non commerciale","Attribution - Non Commercial - Share Alike":"Attribution - Utilisation non commerciale - Partage dans les mêmes conditions","Attribution - Non Commercial - No Derivatives":"Attribution - Utilisation non commerciale - Pas d’œuvre dérivée","Public Domain Dedication":"Domaine public","Public":"Publique","Unlisted":"Non listée","Private":"Privée","Published":"Publiée","To transcode":"À transcoder","To import":"À importer","Pending":"En cours","Success":"Succès","Failed":"Échoué","This video does not exist.":"Cette vidéo n'existe pas.","We cannot fetch the video. Please try again later.":"Nous ne pouvons pas récupérer la vidéo. Merci de réessayer plus tard.","Sorry":"Désolé","This video is not available because the remote instance is not responding.":"Cette vidéo n'est pas disponible car l'instance distante ne répond pas.","Misc":"Divers","Unknown":"Inconnu","Afar":"Afar","Abkhazian":"Abkhaze","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharique","Arabic":"Arabe","Aragonese":"Aragonais","American Sign Language":"Langue des signes américaine","Assamese":"Assamais","Avaric":"Avar","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azéri","Bashkir":"Bachkir","Bambara":"Bambara","Belarusian":"Biélorusse","Bengali":"Bengali","British Sign Language":"Langue des signes britannique","Bislama":"Bichlamar","Tibetan":"Tibétain","Bosnian":"Bosniaque","Breton":"Breton","Bulgarian":"Bulgare","Brazilian Sign Language":"Langue des signes brésilienne","Catalan":"Catalan","Czech":"Tchèque","Chamorro":"Chamorro","Chechen":"Tchétchène","Chuvash":"Tchouvache","Cornish":"Cornique","Corsican":"Corse","Cree":"Cree","Czech Sign Language":"Langue des signes tchèque","Chinese Sign Language":"Langue des signes chinoise","Welsh":"Gallois","Danish":"Danois","German":"Allemand","Dhivehi":"Maldivien","Danish Sign Language":"Langue des signes danoise","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Grec moderne (après 1453)","English":"Anglais","Esperanto":"Espéranto","Estonian":"Estonien","Basque":"Basque","Ewe":"Éwé","Faroese":"Féroïen","Persian":"Persan","Fijian":"Fidjien","Finnish":"Finnois","French":"Français","Western Frisian":"Frison occidental","French Sign Language":"Langue des signes française","Fulah":"Peul","Scottish Gaelic":"Gaélique","Irish":"Irlandais","Galician":"Galicien","Manx":"Manx","Guarani":"Guarani","German Sign Language":"Langue des signes allemande","Gujarati":"Goudjrati","Haitian":"Haïtien","Hausa":"Haoussa","Serbo-Croatian":"Serbo-croate","Hebrew":"Hébreu","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri motu","Croatian":"Croate","Hungarian":"Hongrois","Armenian":"Arménien","Igbo":"Igbo","Sichuan Yi":"Yi de Sichuan","Inuktitut":"Inuktitut","Indonesian":"Indonésien","Inupiaq":"Inupiaq","Icelandic":"Islandais","Italian":"Italien","Javanese":"Javanais","Lojban":"Lojban","Japanese":"Japonais","Japanese Sign Language":"Langue des signes japonaise","Kalaallisut":"Groenlandais","Kannada":"Kannada","Kashmiri":"Kashmiri","Georgian":"Géorgien","Kanuri":"Kanouri","Kazakh":"Kazakh","Khmer":"Khmer central","Kikuyu":"Kikuyu","Kinyarwanda":"Rwanda","Kirghiz":"Kirghiz","Komi":"Kom","Kongo":"Kongo","Korean":"Coréen","Kuanyama":"Kuanyama","Kurdish":"Kurde","Lao":"Lao","Latvian":"Letton","Limburgan":"Limbourgeois","Lingala":"Lingala","Lithuanian":"Lituanien","Luxembourgish":"Luxembourgeois","Luba-Katanga":"Luba-katanga","Ganda":"Ganda","Marshallese":"Marshall","Malayalam":"Malayalam","Marathi":"Marathe","Macedonian":"Macédonien","Malagasy":"Malgache","Maltese":"Maltais","Mongolian":"Mongol","Maori":"Maori","Malay (macrolanguage)":"Malais","Burmese":"Birman","Nauru":"Nauruan","Navajo":"Navaho","South Ndebele":"Ndébélé du Sud","North Ndebele":"Ndébélé du Nord","Ndonga":"Ndonga","Nepali (macrolanguage)":"Népalais","Dutch":"Néerlandais","Norwegian Nynorsk":"Norvégien nynorsk","Norwegian Bokmål":"Norvégien bokmål","Norwegian":"Norvégien","Nyanja":"Chichewa","Occitan":"Occitane","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya","Oromo":"Galla","Ossetian":"Ossète","Panjabi":"Pendjabi","Pakistan Sign Language":"Langue des signes pakistanaise","Polish":"Polonais","Portuguese":"Portugais","Pushto":"Pachto","Quechua":"Quechua","Romansh":"Romanche","Romanian":"Roumain","Russian Sign Language":"Langue des signes russe","Rundi":"Rundi","Russian":"Russe","Sango":"Sango","Saudi Arabian Sign Language":"Langue des signes saoudienne","South African Sign Language":"Langue des signes sud-africaine","Sinhala":"Singhalais","Slovak":"Slovaque","Slovenian":"Slovène","Northern Sami":"Sami du Nord","Samoan":"Samoan","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Sotho du Sud","Spanish":"Espagnol","Albanian":"Albanais","Sardinian":"Sarde","Serbian":"Serbe","Swati":"Swati","Sundanese":"Soundanais","Swahili (macrolanguage)":"Swahili","Swedish":"Suédois","Swedish Sign Language":"Langue des signes suédoise","Tahitian":"Tahitien","Tamil":"Tamoul","Tatar":"Tatar","Telugu":"Télougou","Tajik":"Tadjik","Tagalog":"Tagalog","Thai":"Thaï","Tigrinya":"Tigrigna","Klingon":"Klingon","Tonga (Tonga Islands)":"Tongan (Îles Tonga)","Tswana":"Tswana","Tsonga":"Tsonga","Turkmen":"Turkmène","Turkish":"Turc","Twi":"Twi","Uighur":"Ouïgour","Ukrainian":"Ukrainien","Urdu":"Ourdou","Uzbek":"Ouszbek","Venda":"Venda","Vietnamese":"Vietnamien","Walloon":"Wallon","Wolof":"Wolof","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinois","Zulu":"Zoulou"} \ No newline at end of file {"Music":"Musiques","Films":"Films","Vehicles":"Transport","Art":"Art","Sports":"Sports","Travels":"Voyages","Gaming":"Jeux vidéos","People":"Personnalités","Comedy":"Humour","Entertainment":"Divertissement","News & Politics":"Actualité & Politique","How To":"Tutoriels","Education":"Éducation","Activism":"Militantisme","Science & Technology":"Science & Technologie","Animals":"Animaux","Kids":"Enfants","Food":"Cuisine","Attribution":"Attribution","Attribution - Share Alike":"Attribution - Partage dans les mêmes conditions","Attribution - No Derivatives":"Attribution - Pas d’œuvre dérivée","Attribution - Non Commercial":"Attribution - Utilisation non commerciale","Attribution - Non Commercial - Share Alike":"Attribution - Utilisation non commerciale - Partage dans les mêmes conditions","Attribution - Non Commercial - No Derivatives":"Attribution - Utilisation non commerciale - Pas d’œuvre dérivée","Public Domain Dedication":"Domaine public","Public":"Publique","Unlisted":"Non listée","Private":"Privée","Published":"Publiée","To transcode":"À transcoder","To import":"À importer","Pending":"En cours","Success":"Succès","Failed":"Échoué","Regular":"Régulier","Watch later":"Regarder plus tard","This video does not exist.":"Cette vidéo n'existe pas.","We cannot fetch the video. Please try again later.":"Nous ne pouvons pas récupérer la vidéo. Merci de réessayer plus tard.","Sorry":"Désolé","This video is not available because the remote instance is not responding.":"Cette vidéo n'est pas disponible car l'instance distante ne répond pas.","Misc":"Divers","Unknown":"Inconnu","Afar":"Afar","Abkhazian":"Abkhaze","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharique","Arabic":"Arabe","Aragonese":"Aragonais","American Sign Language":"Langue des signes américaine","Assamese":"Assamais","Avaric":"Avar","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azéri","Bashkir":"Bachkir","Bambara":"Bambara","Belarusian":"Biélorusse","Bengali":"Bengali","British Sign Language":"Langue des signes britannique","Bislama":"Bichlamar","Tibetan":"Tibétain","Bosnian":"Bosniaque","Breton":"Breton","Bulgarian":"Bulgare","Brazilian Sign Language":"Langue des signes brésilienne","Catalan":"Catalan","Czech":"Tchèque","Chamorro":"Chamorro","Chechen":"Tchétchène","Chuvash":"Tchouvache","Cornish":"Cornique","Corsican":"Corse","Cree":"Cree","Czech Sign Language":"Langue des signes tchèque","Chinese Sign Language":"Langue des signes chinoise","Welsh":"Gallois","Danish":"Danois","German":"Allemand","Dhivehi":"Maldivien","Danish Sign Language":"Langue des signes danoise","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Grec moderne (après 1453)","English":"Anglais","Esperanto":"Espéranto","Estonian":"Estonien","Basque":"Basque","Ewe":"Éwé","Faroese":"Féroïen","Persian":"Persan","Fijian":"Fidjien","Finnish":"Finnois","French":"Français","Western Frisian":"Frison occidental","French Sign Language":"Langue des signes française","Fulah":"Peul","Scottish Gaelic":"Gaélique","Irish":"Irlandais","Galician":"Galicien","Manx":"Manx","Guarani":"Guarani","German Sign Language":"Langue des signes allemande","Gujarati":"Goudjrati","Haitian":"Haïtien","Hausa":"Haoussa","Serbo-Croatian":"Serbo-croate","Hebrew":"Hébreu","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri motu","Croatian":"Croate","Hungarian":"Hongrois","Armenian":"Arménien","Igbo":"Igbo","Sichuan Yi":"Yi de Sichuan","Inuktitut":"Inuktitut","Indonesian":"Indonésien","Inupiaq":"Inupiaq","Icelandic":"Islandais","Italian":"Italien","Javanese":"Javanais","Lojban":"Lojban","Japanese":"Japonais","Japanese Sign Language":"Langue des signes japonaise","Kalaallisut":"Groenlandais","Kannada":"Kannada","Kashmiri":"Kashmiri","Georgian":"Géorgien","Kanuri":"Kanouri","Kazakh":"Kazakh","Khmer":"Khmer central","Kikuyu":"Kikuyu","Kinyarwanda":"Rwanda","Kirghiz":"Kirghiz","Komi":"Kom","Kongo":"Kongo","Korean":"Coréen","Kuanyama":"Kuanyama","Kurdish":"Kurde","Lao":"Lao","Latvian":"Letton","Limburgan":"Limbourgeois","Lingala":"Lingala","Lithuanian":"Lituanien","Luxembourgish":"Luxembourgeois","Luba-Katanga":"Luba-katanga","Ganda":"Ganda","Marshallese":"Marshall","Malayalam":"Malayalam","Marathi":"Marathe","Macedonian":"Macédonien","Malagasy":"Malgache","Maltese":"Maltais","Mongolian":"Mongol","Maori":"Maori","Malay (macrolanguage)":"Malais","Burmese":"Birman","Nauru":"Nauruan","Navajo":"Navaho","South Ndebele":"Ndébélé du Sud","North Ndebele":"Ndébélé du Nord","Ndonga":"Ndonga","Nepali (macrolanguage)":"Népalais","Dutch":"Néerlandais","Norwegian Nynorsk":"Norvégien nynorsk","Norwegian Bokmål":"Norvégien bokmål","Norwegian":"Norvégien","Nyanja":"Chichewa","Occitan":"Occitane","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya","Oromo":"Galla","Ossetian":"Ossète","Panjabi":"Pendjabi","Pakistan Sign Language":"Langue des signes pakistanaise","Polish":"Polonais","Portuguese":"Portugais","Pushto":"Pachto","Quechua":"Quechua","Romansh":"Romanche","Romanian":"Roumain","Russian Sign Language":"Langue des signes russe","Rundi":"Rundi","Russian":"Russe","Sango":"Sango","Saudi Arabian Sign Language":"Langue des signes saoudienne","South African Sign Language":"Langue des signes sud-africaine","Sinhala":"Singhalais","Slovak":"Slovaque","Slovenian":"Slovène","Northern Sami":"Sami du Nord","Samoan":"Samoan","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Sotho du Sud","Spanish":"Espagnol","Albanian":"Albanais","Sardinian":"Sarde","Serbian":"Serbe","Swati":"Swati","Sundanese":"Soundanais","Swahili (macrolanguage)":"Swahili","Swedish":"Suédois","Swedish Sign Language":"Langue des signes suédoise","Tahitian":"Tahitien","Tamil":"Tamoul","Tatar":"Tatar","Telugu":"Télougou","Tajik":"Tadjik","Tagalog":"Tagalog","Thai":"Thaï","Tigrinya":"Tigrigna","Klingon":"Klingon","Tonga (Tonga Islands)":"Tongan (Îles Tonga)","Tswana":"Tswana","Tsonga":"Tsonga","Turkmen":"Turkmène","Turkish":"Turc","Twi":"Twi","Uighur":"Ouïgour","Ukrainian":"Ukrainien","Urdu":"Ourdou","Uzbek":"Ouszbek","Venda":"Venda","Vietnamese":"Vietnamien","Walloon":"Wallon","Wolof":"Wolof","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinois","Zulu":"Zoulou"} \ No newline at end of file
diff --git a/client/src/locale/target/server_gl_ES.xml b/client/src/locale/target/server_gl_ES.xml
index 6ae3a16b4..140c6bdb1 100644
--- a/client/src/locale/target/server_gl_ES.xml
+++ b/client/src/locale/target/server_gl_ES.xml
@@ -43,6 +43,10 @@
43 <source>Entertainment</source> 43 <source>Entertainment</source>
44 <target>Entretemento</target> 44 <target>Entretemento</target>
45 </trans-unit> 45 </trans-unit>
46 <trans-unit id="News &amp; Politics">
47 <source>News &amp; Politics</source>
48 <target>Novas &amp; Política</target>
49 </trans-unit>
46 <trans-unit id="How To"> 50 <trans-unit id="How To">
47 <source>How To</source> 51 <source>How To</source>
48 <target>Manuais</target> 52 <target>Manuais</target>
@@ -135,6 +139,22 @@
135 <source>Failed</source> 139 <source>Failed</source>
136 <target>Fallou</target> 140 <target>Fallou</target>
137 </trans-unit> 141 </trans-unit>
142 <trans-unit id="This video does not exist.">
143 <source>This video does not exist.</source>
144 <target>Este vídeo non existe</target>
145 </trans-unit>
146 <trans-unit id="We cannot fetch the video. Please try again later.">
147 <source>We cannot fetch the video. Please try again later.</source>
148 <target>Non atopamos o vídeo. Por favor, inténteo máis tarde.</target>
149 </trans-unit>
150 <trans-unit id="Sorry">
151 <source>Sorry</source>
152 <target>Lamentámolo</target>
153 </trans-unit>
154 <trans-unit id="This video is not available because the remote instance is not responding.">
155 <source>This video is not available because the remote instance is not responding.</source>
156 <target>Este vídeo non está dispoñible porque a instancia remota non resposta.</target>
157 </trans-unit>
138 <trans-unit id="Misc"> 158 <trans-unit id="Misc">
139 <source>Misc</source> 159 <source>Misc</source>
140 <target>Variado</target> 160 <target>Variado</target>
diff --git a/client/src/locale/target/server_it_IT.json b/client/src/locale/target/server_it_IT.json
index 6586f622e..9961d08b7 100644
--- a/client/src/locale/target/server_it_IT.json
+++ b/client/src/locale/target/server_it_IT.json
@@ -1 +1 @@
{"Music":"Musica","Films":"Film","Vehicles":"Veicoli","Art":"Arte","Sports":"Sport","Travels":"Viaggi","Gaming":"Giochi","People":"Persone","Comedy":"Commedia","Entertainment":"Intrattenimento","News & Politics":"Notizie & Politica","How To":"Come fare","Education":"Educazione","Activism":"Attivismo","Science & Technology":"Scienza & Tecnologia","Animals":"Animali","Kids":"Bambini","Food":"Cibo","Attribution":"Attribuzione","Attribution - Share Alike":"Attribuzione - Condividi Allo Stesso Modo","Attribution - No Derivatives":"Attribuzione - Non Opere Derivate","Attribution - Non Commercial":"Attribuzione - Non Commerciale","Attribution - Non Commercial - Share Alike":"Attribuzione - Non Commerciale - Condividi Allo Stesso Modo","Attribution - Non Commercial - No Derivatives":"Attribuzione - Non Commerciale - Non Opere Derivate","Public Domain Dedication":"Pubblico Dominio","Public":"Pubblico","Unlisted":"Non elencato","Private":"Privato","Published":"Pubblicato","To transcode":"Da codificare","To import":"Da importare","Pending":"In sospeso","Success":"Successo","Failed":"Fallito","Misc":"Altro","Unknown":"Sconosciuto","Afar":"Afar","Abkhazian":"Abcaso","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amarico","Arabic":"Arabo","Aragonese":"Aragonese","American Sign Language":"Lingua dei Segni Americana","Assamese":"Assamese","Avaric":"Avarico","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azero","Bashkir":"Bashkir","Bambara":"Bambara","Belarusian":"Bielorusso","Bengali":"Bengalese","British Sign Language":"Lingua dei Segni Britannica","Bislama":"Bislama","Tibetan":"Tibetano","Bosnian":"Bosniaco","Breton":"Bretone","Bulgarian":"Bulgaro","Brazilian Sign Language":"Lingua dei Segni Brasiliana","Catalan":"Catalano","Czech":"Ceco","Chamorro":"Chamorro","Chechen":"Ceceno","Chuvash":"Ciuvascio","Cornish":"Cornico","Corsican":"Corso","Cree":"Cree","Czech Sign Language":"Lingua dei Segni Ceca","Chinese Sign Language":"Lingua dei Segni Cinese","Welsh":"Gallese","Danish":"Danese","German":"Tedesco","Dhivehi":"Dhivehi","Danish Sign Language":"Lingua dei Segni Danese","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Greco Moderno (1453-)","English":"Inglese","Esperanto":"Esperanto","Estonian":"Estone","Basque":"Basco","Ewe":"Ewe","Faroese":"Faroese","Persian":"Persiano","Fijian":"Fijiano","Finnish":"Finlandese","French":"Francese","Western Frisian":"Frisone Occidentale","French Sign Language":"Lingua dei Segni Francese","Fulah":"Fula","Scottish Gaelic":"Gaelico Scozzese","Irish":"Irlandese","Galician":"Galiziano","Manx":"Mannese","Guarani":"Guarani","German Sign Language":"Lingua dei Segni Tedesca","Gujarati":"Gujarati","Haitian":"Haitiano","Hausa":"Hausa","Serbo-Croatian":"Serbocroato","Hebrew":"Ebraico","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri Motu","Croatian":"Croato","Hungarian":"Ungherese","Armenian":"Armeno","Igbo":"Igbo","Sichuan Yi":"Sichuan Yi","Inuktitut":"Inuktitut","Indonesian":"Indonesiano","Inupiaq":"Inupiaq","Icelandic":"Islandese","Italian":"Italiano","Javanese":"Giavanese","Lojban":"Lojban","Japanese":"Giapponese","Japanese Sign Language":"Lingua dei Segni Giapponese","Kalaallisut":"Kalaallisut","Kannada":"Kannada","Kashmiri":"Kashmiri","Georgian":"Georgiano","Kanuri":"Kanuri","Kazakh":"Kazako","Khmer":"Khmer","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Kirghiso","Komi":"Komi","Kongo":"Kongo","Korean":"Coreano","Kuanyama":"Kuanyama","Kurdish":"Curdo","Lao":"Lao","Latvian":"Lettone","Limburgan":"Limburghese","Lingala":"Lingala","Lithuanian":"Lituano","Luxembourgish":"Lussemburghese","Luba-Katanga":"Luba-Katanga","Ganda":"Ganda","Marshallese":"Marshallese","Malayalam":"Malayalam","Marathi":"Marathi","Macedonian":"Macedone","Malagasy":"Malgascio","Maltese":"Maltese","Mongolian":"Mongolo","Maori":"Maori","Malay (macrolanguage)":"Malay (macrolinguaggio)","Burmese":"Birmano","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"Ndebele Meridionale","North Ndebele":"Ndebele Settentrionale","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepalese (macrolinguaggio)","Dutch":"Olandese","Norwegian Nynorsk":"Norvegese Nynorsk","Norwegian Bokmål":"Norvegese Bokmål","Norwegian":"Norvegese","Nyanja":"Chewa","Occitan":"Occitano","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya (macrolinguaggio)","Oromo":"Oromo","Ossetian":"Osseto","Panjabi":"Punjabi","Pakistan Sign Language":"Lingua dei Segni Pakistana","Polish":"Polacco","Portuguese":"Portoghese","Pushto":"Pashto","Quechua":"Quechua","Romansh":"Romancio","Romanian":"Romeno","Russian Sign Language":"Lingua dei Segni Russa","Rundi":"Rundi","Russian":"Russo","Sango":"Sango","Saudi Arabian Sign Language":"Lingua dei Segni dell'Arabia Saudita","South African Sign Language":"Lingua dei Segni Sudafricana","Sinhala":"Singalese","Slovak":"Slovacco","Slovenian":"Sloveno","Northern Sami":"Sami Settentrionale","Samoan":"Samoano","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somalo","Southern Sotho":"Sotho Meridionale","Spanish":"Spagnolo","Albanian":"Albanese","Sardinian":"Sardo","Serbian":"Serbo","Swati":"Swati","Sundanese":"Sondanese","Swahili (macrolanguage)":"Swahili (macrolinguaggio)","Swedish":"Svedese","Swedish Sign Language":"Lingua dei Segni Svedese","Tahitian":"Tahitiano","Tamil":"Tamil","Tatar":"Tataro","Telugu":"Telugu","Tajik":"Tagico","Tagalog":"Tagalog","Thai":"Thai","Tigrinya":"Tigrino","Klingon":"Klingon","Tonga (Tonga Islands)":"Tonga (Isole delle Tonga)","Tswana":"Tswana","Tsonga":"Tsonga","Turkmen":"Turcmeno","Turkish":"Turco","Twi":"Twi","Uighur":"Uighuro","Ukrainian":"Ucraino","Urdu":"Urdu","Uzbek":"Uzbeco","Venda":"Venda","Vietnamese":"Vietnamita","Walloon":"Vallone","Wolof":"Wolof","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Cinese","Zulu":"Zulu"} \ No newline at end of file {"Music":"Musica","Films":"Film","Vehicles":"Veicoli","Art":"Arte","Sports":"Sport","Travels":"Viaggi","Gaming":"Giochi","People":"Persone","Comedy":"Commedia","Entertainment":"Intrattenimento","News & Politics":"Notizie & Politica","How To":"Come fare","Education":"Educazione","Activism":"Attivismo","Science & Technology":"Scienza & Tecnologia","Animals":"Animali","Kids":"Bambini","Food":"Cibo","Attribution":"Attribuzione","Attribution - Share Alike":"Attribuzione - Condividi Allo Stesso Modo","Attribution - No Derivatives":"Attribuzione - Non Opere Derivate","Attribution - Non Commercial":"Attribuzione - Non Commerciale","Attribution - Non Commercial - Share Alike":"Attribuzione - Non Commerciale - Condividi Allo Stesso Modo","Attribution - Non Commercial - No Derivatives":"Attribuzione - Non Commerciale - Non Opere Derivate","Public Domain Dedication":"Pubblico Dominio","Public":"Pubblico","Unlisted":"Non elencato","Private":"Privato","Published":"Pubblicato","To transcode":"Da codificare","To import":"Da importare","Pending":"In sospeso","Success":"Successo","Failed":"Fallito","This video does not exist.":"Questo video non esiste.","We cannot fetch the video. Please try again later.":"Impossibile recuperare il video. Riprovare più tardi.","Sorry":"Spiacenti","This video is not available because the remote instance is not responding.":"Questo video non è disponibile perché l'istanza remota non risponde.","Misc":"Altro","Unknown":"Sconosciuto","Afar":"Afar","Abkhazian":"Abcaso","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amarico","Arabic":"Arabo","Aragonese":"Aragonese","American Sign Language":"Lingua dei Segni Americana","Assamese":"Assamese","Avaric":"Avarico","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azero","Bashkir":"Bashkir","Bambara":"Bambara","Belarusian":"Bielorusso","Bengali":"Bengalese","British Sign Language":"Lingua dei Segni Britannica","Bislama":"Bislama","Tibetan":"Tibetano","Bosnian":"Bosniaco","Breton":"Bretone","Bulgarian":"Bulgaro","Brazilian Sign Language":"Lingua dei Segni Brasiliana","Catalan":"Catalano","Czech":"Ceco","Chamorro":"Chamorro","Chechen":"Ceceno","Chuvash":"Ciuvascio","Cornish":"Cornico","Corsican":"Corso","Cree":"Cree","Czech Sign Language":"Lingua dei Segni Ceca","Chinese Sign Language":"Lingua dei Segni Cinese","Welsh":"Gallese","Danish":"Danese","German":"Tedesco","Dhivehi":"Dhivehi","Danish Sign Language":"Lingua dei Segni Danese","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Greco Moderno (1453-)","English":"Inglese","Esperanto":"Esperanto","Estonian":"Estone","Basque":"Basco","Ewe":"Ewe","Faroese":"Faroese","Persian":"Persiano","Fijian":"Fijiano","Finnish":"Finlandese","French":"Francese","Western Frisian":"Frisone Occidentale","French Sign Language":"Lingua dei Segni Francese","Fulah":"Fula","Scottish Gaelic":"Gaelico Scozzese","Irish":"Irlandese","Galician":"Galiziano","Manx":"Mannese","Guarani":"Guarani","German Sign Language":"Lingua dei Segni Tedesca","Gujarati":"Gujarati","Haitian":"Haitiano","Hausa":"Hausa","Serbo-Croatian":"Serbocroato","Hebrew":"Ebraico","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri Motu","Croatian":"Croato","Hungarian":"Ungherese","Armenian":"Armeno","Igbo":"Igbo","Sichuan Yi":"Sichuan Yi","Inuktitut":"Inuktitut","Indonesian":"Indonesiano","Inupiaq":"Inupiaq","Icelandic":"Islandese","Italian":"Italiano","Javanese":"Giavanese","Lojban":"Lojban","Japanese":"Giapponese","Japanese Sign Language":"Lingua dei Segni Giapponese","Kalaallisut":"Kalaallisut","Kannada":"Kannada","Kashmiri":"Kashmiri","Georgian":"Georgiano","Kanuri":"Kanuri","Kazakh":"Kazako","Khmer":"Khmer","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Kirghiso","Komi":"Komi","Kongo":"Kongo","Korean":"Coreano","Kuanyama":"Kuanyama","Kurdish":"Curdo","Lao":"Lao","Latvian":"Lettone","Limburgan":"Limburghese","Lingala":"Lingala","Lithuanian":"Lituano","Luxembourgish":"Lussemburghese","Luba-Katanga":"Luba-Katanga","Ganda":"Ganda","Marshallese":"Marshallese","Malayalam":"Malayalam","Marathi":"Marathi","Macedonian":"Macedone","Malagasy":"Malgascio","Maltese":"Maltese","Mongolian":"Mongolo","Maori":"Maori","Malay (macrolanguage)":"Malay (macrolinguaggio)","Burmese":"Birmano","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"Ndebele Meridionale","North Ndebele":"Ndebele Settentrionale","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepalese (macrolinguaggio)","Dutch":"Olandese","Norwegian Nynorsk":"Norvegese Nynorsk","Norwegian Bokmål":"Norvegese Bokmål","Norwegian":"Norvegese","Nyanja":"Chewa","Occitan":"Occitano","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya (macrolinguaggio)","Oromo":"Oromo","Ossetian":"Osseto","Panjabi":"Punjabi","Pakistan Sign Language":"Lingua dei Segni Pakistana","Polish":"Polacco","Portuguese":"Portoghese","Pushto":"Pashto","Quechua":"Quechua","Romansh":"Romancio","Romanian":"Romeno","Russian Sign Language":"Lingua dei Segni Russa","Rundi":"Rundi","Russian":"Russo","Sango":"Sango","Saudi Arabian Sign Language":"Lingua dei Segni dell'Arabia Saudita","South African Sign Language":"Lingua dei Segni Sudafricana","Sinhala":"Singalese","Slovak":"Slovacco","Slovenian":"Sloveno","Northern Sami":"Sami Settentrionale","Samoan":"Samoano","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somalo","Southern Sotho":"Sotho Meridionale","Spanish":"Spagnolo","Albanian":"Albanese","Sardinian":"Sardo","Serbian":"Serbo","Swati":"Swati","Sundanese":"Sondanese","Swahili (macrolanguage)":"Swahili (macrolinguaggio)","Swedish":"Svedese","Swedish Sign Language":"Lingua dei Segni Svedese","Tahitian":"Tahitiano","Tamil":"Tamil","Tatar":"Tataro","Telugu":"Telugu","Tajik":"Tagico","Tagalog":"Tagalog","Thai":"Thai","Tigrinya":"Tigrino","Klingon":"Klingon","Tonga (Tonga Islands)":"Tonga (Isole delle Tonga)","Tswana":"Tswana","Tsonga":"Tsonga","Turkmen":"Turcmeno","Turkish":"Turco","Twi":"Twi","Uighur":"Uighuro","Ukrainian":"Ucraino","Urdu":"Urdu","Uzbek":"Uzbeco","Venda":"Venda","Vietnamese":"Vietnamita","Walloon":"Vallone","Wolof":"Wolof","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Cinese","Zulu":"Zulu"} \ No newline at end of file
diff --git a/client/src/locale/target/server_ja_JP.json b/client/src/locale/target/server_ja_JP.json
new file mode 100644
index 000000000..72b912549
--- /dev/null
+++ b/client/src/locale/target/server_ja_JP.json
@@ -0,0 +1 @@
{"Music":"音楽","Films":"映画","Vehicles":"乗り物","Art":"芸術","Sports":"スãƒãƒ¼ãƒ„","Travels":"æ—…è¡Œ","Gaming":"ゲーム","People":"人々","Comedy":"コメディー","Entertainment":"エンターテインメント","News & Politics":"ニュース & 政治","How To":"ãƒã‚¦ãƒ„ー","Education":"教育","Activism":"活動主義","Science & Technology":"科学技術","Animals":"動物","Kids":"å­ã©ã‚‚","Food":"食ã¹ç‰©","Attribution":"CC BY (表示)","Attribution - Share Alike":"CC BY-SA (表示 - 継承)","Attribution - No Derivatives":"CC BY-ND (表示 - 改変ç¦æ­¢)","Attribution - Non Commercial":"CC BY-NC (表示 - éžå–¶åˆ©)","Attribution - Non Commercial - Share Alike":"CC BY-NC-SA (表示 - éžå–¶åˆ© - 継承)","Attribution - Non Commercial - No Derivatives":"CC BY-NC-ND (表示 - éžå–¶åˆ© - 改変ç¦æ­¢)","Public Domain Dedication":"パブリック・ドメインã¸ã®ä¾›ä¸Ž","Public":"公開","Unlisted":"未åŽè¼‰","Private":"éžå…¬é–‹","Published":"公開済","To transcode":"トランスコードã™ã‚‹","To import":"インãƒãƒ¼ãƒˆã™ã‚‹","Pending":"ä¿ç•™ä¸­","Success":"完了","Failed":"失敗","Regular":"定期的","Watch later":"後ã§è¦‹ã‚‹","This video does not exist.":"ã“ã®å‹•ç”»ã¯å­˜åœ¨ã—ã¾ã›ã‚“。","We cannot fetch the video. Please try again later.":"動画をå–得出æ¥ã¾ã›ã‚“。 後ã§ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ä¸‹ã•ã„。","Sorry":"ã”ã‚ã‚“ãªã•ã„","This video is not available because the remote instance is not responding.":"ã“ã®å‹•ç”»ã¯ã€ãƒªãƒ¢ãƒ¼ãƒˆã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ãŒå¿œç­”ã—ã¦ã„ãªã„ãŸã‚利用出æ¥ã¾ã›ã‚“。","Misc":"ãã®ä»–","Unknown":"ä¸æ˜Ž","Afar":"アファール語","Abkhazian":"アブãƒã‚¸ã‚¢èªž","Afrikaans":"アフリカーンス語","Akan":"アカン語","Amharic":"アムãƒãƒ©èªž","Arabic":"アラビア語","Aragonese":"アラゴン語","American Sign Language":"アメリカ手話","Assamese":"アッサム語","Avaric":"アヴァル語","Kotava":"コタヴァ","Aymara":"アイマラ語","Azerbaijani":"アゼルãƒã‚¤ã‚¸ãƒ£ãƒ³èªž","Bashkir":"ãƒã‚·ã‚­ãƒ¼ãƒ«èªž","Bambara":"ãƒãƒ³ãƒãƒ©èªž","Belarusian":"ベラルーシ語","Bengali":"ベンガル語","British Sign Language":"イギリス手話","Bislama":"ビスラマ語","Tibetan":"ãƒãƒ™ãƒƒãƒˆèªž","Bosnian":"ボスニア語","Breton":"ブルトン語","Bulgarian":"ブルガリア語","Brazilian Sign Language":"ブラジル手話","Catalan":"カタルーニャ語","Czech":"ãƒã‚§ã‚³èªž","Chamorro":"ãƒãƒ£ãƒ¢ãƒ­èªž","Chechen":"ãƒã‚§ãƒã‚§ãƒ³èªž","Chuvash":"ãƒãƒ¥ãƒ´ã‚¡ã‚·ãƒ¥èªž","Cornish":"コーンウォール語","Corsican":"コルシカ語","Cree":"クリーク語","Czech Sign Language":"ãƒã‚§ã‚³æ‰‹è©±","Chinese Sign Language":"中国手話","Welsh":"ウェールズ語","Danish":"デンマーク語","German":"ドイツ語","Dhivehi":"ディベヒ語","Danish Sign Language":"デンマーク手話","Dzongkha":"ゾンカ語","Modern Greek (1453-)":"ギリシア民衆語","English":"英語","Esperanto":"エスペラント","Estonian":"エストニア語","Basque":"ãƒã‚¹ã‚¯èªž","Ewe":"エウェ語","Faroese":"フェロー語","Persian":"ペルシア語","Fijian":"フィジー語","Finnish":"フィンランド語","French":"フランス語","Western Frisian":"西フリジア語","French Sign Language":"フランス手話","Fulah":"フラニ語","Scottish Gaelic":"スコットランド・ゲール語","Irish":"アイルランド語","Galician":"ガリシア語","Manx":"マン島語","Guarani":"グアラニー語","German Sign Language":"ドイツ手話","Gujarati":"グジャラート語","Haitian":"ãƒã‚¤ãƒèªž","Hausa":"ãƒã‚¦ã‚µèªž","Serbo-Croatian":"セルビア・クロアãƒã‚¢èªž","Hebrew":"ヘブライ語","Herero":"ヘレロ語","Hindi":"ヒンディー語","Hiri Motu":"ヒリモツ語","Croatian":"クロアãƒã‚¢èªž","Hungarian":"ãƒãƒ³ã‚¬ãƒªãƒ¼èªž","Armenian":"アルメニア語","Igbo":"イグボ語","Sichuan Yi":"å››å·å½èªž","Inuktitut":"イヌクティトゥット語","Indonesian":"インドãƒã‚·ã‚¢èªž","Inupiaq":"イヌピアック語","Icelandic":"アイスランド語","Italian":"イタリア語","Javanese":"ジャワ語","Lojban":"ロジãƒãƒ³","Japanese":"日本語","Japanese Sign Language":"日本手話","Kalaallisut":"グリーンランド語","Kannada":"カンナダ語","Kashmiri":"カシミール語","Georgian":"グルジア語","Kanuri":"カヌリ語","Kazakh":"カザフ語","Khmer":"クメール語","Kikuyu":"キクユ語","Kinyarwanda":"ルワンダ語","Kirghiz":"キルギス語","Komi":"コミ語","Kongo":"コンゴ語","Korean":"æœé®®èªž","Kuanyama":"クワニャマ語","Kurdish":"クルド語","Lao":"ラーオ語","Latvian":"ラトビア語","Limburgan":"リンブルフ語","Lingala":"リンガラ語","Lithuanian":"リトアニア語","Luxembourgish":"ルクセンブルク語","Luba-Katanga":"ルãƒï½¥ã‚«ã‚¿ãƒ³ã‚¬èªž","Ganda":"ガンダ語","Marshallese":"マーシャル語","Malayalam":"マラヤーラム語","Marathi":"マラーティー語","Macedonian":"マケドニア語","Malagasy":"マダガスカル語","Maltese":"マルタ語","Mongolian":"モンゴル語","Maori":"マオリ語","Malay (macrolanguage)":"マレー語 (マクロランゲージ)","Burmese":"ビルマ語","Nauru":"ナウル語","Navajo":"ナãƒãƒ›èªž","South Ndebele":"å—ンデベレ語","North Ndebele":"北ンデベレ語","Ndonga":"ンドンガ語","Nepali (macrolanguage)":"ãƒãƒ‘ール語 (マクロランゲージ)","Dutch":"オランダ語","Norwegian Nynorsk":"ノルウェー語 (ニーノシュク)","Norwegian BokmÃ¥l":"ノルウェー語 (ブークモール)","Norwegian":"ノルウェー語","Nyanja":"ニャンジャ語","Occitan":"オック語","Ojibwa":"オジブウェー語","Oriya (macrolanguage)":"オリヤー語 (マクロランゲージ)","Oromo":"オロモ語","Ossetian":"オセット語","Panjabi":"パンジャーブ語","Pakistan Sign Language":"パキスタン手話","Polish":"ãƒãƒ¼ãƒ©ãƒ³ãƒ‰èªž","Portuguese":"ãƒãƒ«ãƒˆã‚¬ãƒ«èªž","Pushto":"パシュトー語","Quechua":"ケãƒãƒ¥ã‚¢èªž","Romansh":"ロマンシュ語","Romanian":"ルーマニア語","Russian Sign Language":"ロシア手話","Rundi":"ルンディ語","Russian":"ロシア語","Sango":"サンゴ語","Saudi Arabian Sign Language":"サウジアラビア手話","South African Sign Language":"å—アフリカ手話","Sinhala":"シンãƒãƒ©èªž","Slovak":"スロãƒã‚­ã‚¢èªž","Slovenian":"スロベニア語","Northern Sami":"北部サーミ語","Samoan":"サモア語","Shona":"ショナ語","Sindhi":"シンド語","Somali":"ソマリ語","Southern Sotho":"å—ソト語","Spanish":"スペイン語","Albanian":"アルãƒãƒ‹ã‚¢èªž","Sardinian":"サルデーニャ語","Serbian":"セルビア語","Swati":"スワティ語","Sundanese":"スンダ語","Swahili (macrolanguage)":"スワヒリ語 (マクロランゲージ)","Swedish":"スウェーデン語","Swedish Sign Language":"スウェーデン手話","Tahitian":"タヒãƒèªž","Tamil":"タミル語","Tatar":"タタール語","Telugu":"テルグ語","Tajik":"タジク語","Tagalog":"タガログ語","Thai":"タイ語","Tigrinya":"ティグリニャ語","Klingon":"クリンゴン語","Tonga (Tonga Islands)":"トンガ (トンガ諸島)","Tswana":"ツワナ語","Tsonga":"ツォンガ語","Turkmen":"トルクメン語","Turkish":"トルコ語","Twi":"トウィ語","Uighur":"ウイグル語","Ukrainian":"ウクライナ語","Urdu":"ウルドゥー語","Uzbek":"ウズベク語","Venda":"ヴェンダ語","Vietnamese":"ベトナム語","Walloon":"ワロン語","Wolof":"ウォロフ語","Xhosa":"コサ語","Yiddish":"イディッシュ語","Yoruba":"ヨルãƒèªž","Zhuang":"ãƒãƒ¯ãƒ³èªž","Chinese":"中国語","Zulu":"ズールー語"} \ No newline at end of file
diff --git a/client/src/locale/target/server_nl_NL.json b/client/src/locale/target/server_nl_NL.json
new file mode 100644
index 000000000..99c361c63
--- /dev/null
+++ b/client/src/locale/target/server_nl_NL.json
@@ -0,0 +1 @@
{"Music":"Muziek","Films":"Films","Vehicles":"Voertuigen","Art":"Kunst","Sports":"Sport","Travels":"Reizen","Gaming":"Gaming","People":"Mensen","Comedy":"Humor","Entertainment":"Entertainment","News & Politics":"Nieuws & Politiek","How To":"Tutorials","Education":"Onderwijs","Activism":"Activisme","Science & Technology":"Wetenschap & Technologie","Animals":"Dieren","Kids":"Kinderen","Food":"Eten","Attribution":"Naamsvermelding","Attribution - Share Alike":"Naamsvermelding - Gelijk Delen","Attribution - No Derivatives":"Naamsvermelding – Geen Afgeleide Werken","Attribution - Non Commercial":"Naamsvermelding – Niet Commercieel","Attribution - Non Commercial - Share Alike":"Naamsvermelding – Niet Commercieel – Gelijk Delen","Attribution - Non Commercial - No Derivatives":"Naamsvermelding – Niet Commercieel – Geen Afgeleide Werken","Public Domain Dedication":"Publiek domein","Public":"Publiek","Unlisted":"Geheim","Private":"Privé","Published":"Gepubliceerd","To transcode":"Transcoderen","To import":"Importeren","Pending":"In behandeling","Success":"Gelukt","Failed":"Mislukt","Regular":"Standaard","Watch later":"Later bekijken","This video does not exist.":"Deze video bestaat niet.","We cannot fetch the video. Please try again later.":"We kunnen de video niet ophalen. Probeer het later nog eens.","Sorry":"Sorry","This video is not available because the remote instance is not responding.":"Deze video is niet beschikbaar omdat de externe instantie niet reageert.","Misc":"Varia","Unknown":"Onbekend","Afar":"Ver","Abkhazian":"Abchazisch","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amhaars","Arabic":"Arabisch","Aragonese":"Aragonees","American Sign Language":"Amerikaanse gebarentaal","Assamese":"Assamees","Avaric":"Avaars","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azerbeidzjaans","Bashkir":"Basjkiers","Bambara":"Bambara","Belarusian":"Wit-Russisch","Bengali":"Bengaals","British Sign Language":"Britse gebarentaal","Bislama":"Bislama","Tibetan":"Tibetaans","Bosnian":"Bosnisch","Breton":"Bretoens","Bulgarian":"Bulgaars","Brazilian Sign Language":"Braziliaanse gebarentaal","Catalan":"Catalaans","Czech":"Tsjechisch","Chamorro":"Chamorro","Chechen":"Tsjetsjeens","Chuvash":"Tsjoevasjisch","Cornish":"Cornisch","Corsican":"Corsicaans","Cree":"Cree","Czech Sign Language":"Tsjechische gebarentaal","Chinese Sign Language":"Chinese gebarentaal","Welsh":"Welsh","Danish":"Deens","German":"Duits","Dhivehi":"Divehi","Danish Sign Language":"Deense gebarentaal","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Modern Grieks (1453-)","English":"Engels","Esperanto":"Esperanto","Estonian":"Ests","Basque":"Baskisch","Ewe":"Ewe","Faroese":"Faeröers","Persian":"Perzisch","Fijian":"Fijisch","Finnish":"Fins","French":"Frans","Western Frisian":"West-Fries","French Sign Language":"Franse gebarentaal","Fulah":"Fula","Scottish Gaelic":"Schots Gaelic","Irish":"Iers","Galician":"Galicisch","Manx":"Manx-Gaelisch","Guarani":"Guaraní","German Sign Language":"Duitse gebarentaal","Gujarati":"Gujarati","Haitian":"Haïtiaans","Hausa":"Hausa","Serbo-Croatian":"Servo-Kroatisch","Hebrew":"Hebreeuws","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri Motu","Croatian":"Kroatisch","Hungarian":"Hongaars","Armenian":"Armeens","Igbo":"Igbo","Sichuan Yi":"Nuoso","Inuktitut":"Inuktitut","Indonesian":"Indonesisch","Inupiaq":"Inupiak","Icelandic":"IJslands","Italian":"Italiaans","Javanese":"Javaans","Lojban":"Lojban","Japanese":"Japans","Japanese Sign Language":"Japanse gebarentaal","Kalaallisut":"Groenlands","Kannada":"Kannada","Kashmiri":"Kasjmiri","Georgian":"Georgisch","Kanuri":"Kanuri","Kazakh":"Kazachs","Khmer":"Khmer","Kikuyu":"Gikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Kirgizisch","Komi":"Zurjeens","Kongo":"Kongo","Korean":"Koreaans","Kuanyama":"Kwanyama","Kurdish":"Koerdisch","Lao":"Laotiaans","Latvian":"Lets","Limburgan":"Limburgs","Lingala":"Lingala","Lithuanian":"Litouws","Luxembourgish":"Luxemburgs","Luba-Katanga":"Luba-Katanga","Ganda":"Luganda","Marshallese":"Marshallees","Malayalam":"Malayalam","Marathi":"Marathi","Macedonian":"Macedonisch","Malagasy":"Malagasi","Maltese":"Maltees","Mongolian":"Mongools","Maori":"Maori","Malay (macrolanguage)":"Maleis (macrotaal)","Burmese":"Birmaans","Nauru":"Nauruaans","Navajo":"Navajo","South Ndebele":"Zuid-Ndebele","North Ndebele":"Noord-Ndebele","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepalees","Dutch":"Nederlands","Norwegian Nynorsk":"Noors Nynorsk","Norwegian Bokmål":"Noors Bokmål","Norwegian":"Noors","Nyanja":"Nyanja","Occitan":"Occitan","Ojibwa":"Ojibwe","Oriya (macrolanguage)":"Odia","Oromo":"Afaan Oromo","Ossetian":"Ossetisch","Panjabi":"Punjabi","Pakistan Sign Language":"Pakistaanse gebarentaal","Polish":"Pools","Portuguese":"Portugees","Pushto":"Pasjtoe","Quechua":"Quechua","Romansh":"Reto-Romaans","Romanian":"Roemeens","Russian Sign Language":"Russische gebarentaal","Rundi":"Kirundi","Russian":"Russisch","Sango":"Sango","Saudi Arabian Sign Language":"Saoedi-Arabische gebarentaal","South African Sign Language":"Zuid-Afrikaanse gebarentaal","Sinhala":"Sinhalees","Slovak":"Slovaaks","Slovenian":"Sloveens","Northern Sami":"Noord-Samisch","Samoan":"Samoaans","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somalisch","Southern Sotho":"Zuid-Sotho","Spanish":"Spaans","Albanian":"Albanees","Sardinian":"Sardijns","Serbian":"Servisch","Swati":"Swazi","Sundanese":"Soendanees","Swahili (macrolanguage)":"Swahili (macrotaal)","Swedish":"Zweeds","Swedish Sign Language":"Zweedse gebarentaal","Tahitian":"Tahitiaans","Tamil":"Tamil","Tatar":"Tataars","Telugu":"Telugu","Tajik":"Tadzjieks","Tagalog":"Tagalog","Thai":"Thais","Tigrinya":"Tigrinya","Klingon":"Klingon","Tonga (Tonga Islands)":"Tongaans","Tswana":"Tswana","Tsonga":"Tsonga","Turkmen":"Turkmeens","Turkish":"Turks","Twi":"Twi","Uighur":"Oeigoers","Ukrainian":"Oekraïens","Urdu":"Urdu","Uzbek":"Oezbeeks","Venda":"Venda","Vietnamese":"Vietnamees","Walloon":"Waals","Wolof":"Wolof","Xhosa":"Xhosa","Yiddish":"Jiddisch","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinees","Zulu":"Zoeloe"} \ No newline at end of file
diff --git a/client/src/locale/target/server_nl_NL.xml b/client/src/locale/target/server_nl_NL.xml
deleted file mode 100644
index a53a90588..000000000
--- a/client/src/locale/target/server_nl_NL.xml
+++ /dev/null
@@ -1,151 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="nl-NL">
5 <body>
6 <trans-unit id="Music">
7 <source>Music</source>
8 <target>Muziek</target>
9 </trans-unit>
10 <trans-unit id="Films">
11 <source>Films</source>
12 <target>Films</target>
13 </trans-unit>
14 <trans-unit id="Vehicles">
15 <source>Vehicles</source>
16 <target>Voertuigen</target>
17 </trans-unit>
18 <trans-unit id="Art">
19 <source>Art</source>
20 <target>Kunst</target>
21 </trans-unit>
22 <trans-unit id="Sports">
23 <source>Sports</source>
24 <target>Sport</target>
25 </trans-unit>
26 <trans-unit id="Travels">
27 <source>Travels</source>
28 <target>Reizen</target>
29 </trans-unit>
30 <trans-unit id="Gaming">
31 <source>Gaming</source>
32 <target>Gaming</target>
33 </trans-unit>
34 <trans-unit id="People">
35 <source>People</source>
36 <target>Mensen</target>
37 </trans-unit>
38 <trans-unit id="Comedy">
39 <source>Comedy</source>
40 <target>Humor</target>
41 </trans-unit>
42 <trans-unit id="Entertainment">
43 <source>Entertainment</source>
44 <target>Entertainment</target>
45 </trans-unit>
46 <trans-unit id="News &amp; Politics">
47 <source>News &amp; Politics</source>
48 <target>Nieuws en Politiek</target>
49 </trans-unit>
50 <trans-unit id="How To">
51 <source>How To</source>
52 <target>Tutorials</target>
53 </trans-unit>
54 <trans-unit id="Education">
55 <source>Education</source>
56 <target>Onderwijs</target>
57 </trans-unit>
58 <trans-unit id="Activism">
59 <source>Activism</source>
60 <target>Activisme</target>
61 </trans-unit>
62 <trans-unit id="Science &amp; Technology">
63 <source>Science &amp; Technology</source>
64 <target>Wetenschap en technologie</target>
65 </trans-unit>
66 <trans-unit id="Animals">
67 <source>Animals</source>
68 <target>Dieren</target>
69 </trans-unit>
70 <trans-unit id="Kids">
71 <source>Kids</source>
72 <target>Kinderen</target>
73 </trans-unit>
74 <trans-unit id="Food">
75 <source>Food</source>
76 <target>Eten</target>
77 </trans-unit>
78 <trans-unit id="Attribution">
79 <source>Attribution</source>
80 <target>Naamsvermelding</target>
81 </trans-unit>
82 <trans-unit id="Attribution - Share Alike">
83 <source>Attribution - Share Alike</source>
84 <target>Naamsvermelding – Gelijken Delen</target>
85 </trans-unit>
86 <trans-unit id="Attribution - No Derivatives">
87 <source>Attribution - No Derivatives</source>
88 <target>Naamsvermelding – Geen Afgeleide Werken</target>
89 </trans-unit>
90 <trans-unit id="Attribution - Non Commercial">
91 <source>Attribution - Non Commercial</source>
92 <target>Naamsvermelding – Niet Commercieel</target>
93 </trans-unit>
94 <trans-unit id="Attribution - Non Commercial - Share Alike">
95 <source>Attribution - Non Commercial - Share Alike</source>
96 <target>Naamsvermelding – Niet Commercieel – Gelijk Delen</target>
97 </trans-unit>
98 <trans-unit id="Attribution - Non Commercial - No Derivatives">
99 <source>Attribution - Non Commercial - No Derivatives</source>
100 <target>Naamsvermelding – Niet Commercieel – Geen Afgeleide Werken</target>
101 </trans-unit>
102 <trans-unit id="Public Domain Dedication">
103 <source>Public Domain Dedication</source>
104 <target>Publiek domein</target>
105 </trans-unit>
106 <trans-unit id="Public">
107 <source>Public</source>
108 <target>Publiek</target>
109 </trans-unit>
110 <trans-unit id="Unlisted">
111 <source>Unlisted</source>
112 <target>Niet opgelijst</target>
113 </trans-unit>
114 <trans-unit id="Private">
115 <source>Private</source>
116 <target>Privé</target>
117 </trans-unit>
118 <trans-unit id="Published">
119 <source>Published</source>
120 <target>Gepubliceerd</target>
121 </trans-unit>
122 <trans-unit id="To transcode">
123 <source>To transcode</source>
124 <target>Transcoden</target>
125 </trans-unit>
126 <trans-unit id="To import">
127 <source>To import</source>
128 <target>Importeren</target>
129 </trans-unit>
130 <trans-unit id="Pending">
131 <source>Pending</source>
132 <target>In behandeling</target>
133 </trans-unit>
134 <trans-unit id="Success">
135 <source>Success</source>
136 <target>Success</target>
137 </trans-unit>
138 <trans-unit id="Failed">
139 <source>Failed</source>
140 <target>Gefaald</target>
141 </trans-unit>
142 <trans-unit id="Misc">
143 <source>Misc</source>
144 <target>Varia</target>
145 </trans-unit>
146 <trans-unit id="Unknown">
147 <source>Unknown</source>
148 <target>Onbekend</target>
149 </trans-unit>
150 </body>
151 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/server_oc.json b/client/src/locale/target/server_oc.json
index 2a12278d0..25e6f062f 100644
--- a/client/src/locale/target/server_oc.json
+++ b/client/src/locale/target/server_oc.json
@@ -1 +1 @@
{"Music":"Musica","Films":"Films","Vehicles":"Veituras","Art":"Art","Sports":"Espòrts","Travels":"Viatges","Gaming":"Vidèo jòc","People":"Gent","Comedy":"Comèdia","Entertainment":"Léser ","News & Politics":"Actualitat e Politica","How To":"Demonstracions","Education":"Educacion","Activism":"Activisme","Science & Technology":"Sciéncia & Tecnologia","Animals":"Animals","Kids":"Mainatges","Food":"Manjar","Attribution":"Atribucion","Attribution - Share Alike":"Atribucion - Partejar a l’identic","Attribution - No Derivatives":"Atribucion - Cap de derivacion","Attribution - Non Commercial":"Atribucion - Pas comercial","Attribution - Non Commercial - Share Alike":"Atribucion - Pas comercial - Partejar a l’identic","Attribution - Non Commercial - No Derivatives":"Atribucion - Pas comercial - Cap de derivacion","Public Domain Dedication":"Domeni public","Public":"Public","Unlisted":"Pas listat","Private":"Privat","Published":"Publicada","To transcode":"De transcodar","To import":"D’importar","Pending":"En espèra","Success":"Reüssida","Failed":"Fracàs","Misc":"Divèrs","Unknown":"Desconegut","Afar":"Afar","Abkhazian":"Abcaz","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharic","Arabic":"Arabi","Aragonese":"Aragonés","American Sign Language":"Lenga de signes americana","Assamese":"Assamés","Avaric":"Avaric","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azèri","Bashkir":"Bashkir","Bambara":"Bambara","Belarusian":"Bielorús","Bengali":"Bengalin","British Sign Language":"Lenga de signes britanica","Bislama":"Bislama","Tibetan":"Tibetan","Bosnian":"Bosnian","Breton":"Breton","Bulgarian":"Bulgar","Brazilian Sign Language":"Lenga de signes brasiliana","Catalan":"Catalan","Czech":"Chèc","Chamorro":"Chamorro","Chechen":"Chenchèn","Chuvash":"Chuvash","Cornish":"Cornic","Corsican":"Còrs","Cree":"Cree","Czech Sign Language":"Lenga de signes chèca","Chinese Sign Language":"Lenga de signes chinesa","Welsh":"Galés","Danish":"Danés","German":"Alemand","Dhivehi":"Maldivian","Danish Sign Language":"Lenga de signes danesa","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Grèc","English":"Anglés","Esperanto":"Esperanto","Estonian":"Estonian","Basque":"Basc","Ewe":"Ewe","Faroese":"Faroés","Persian":"Persan","Fijian":"Fijian","Finnish":"Finés","French":"Francés","Western Frisian":"Frison occitendal","French Sign Language":"Lenga de signes francesa","Fulah":"Fulah","Scottish Gaelic":"Gaelic escossés","Irish":"Irlandés","Galician":"Galician","Manx":"Manés","Guarani":"Guaraní","German Sign Language":"Lenga de signes alemanda","Gujarati":"Gujarati","Haitian":"Haitian","Hausa":"Hausa","Serbo-Croatian":"Sèrbocroat","Hebrew":"Ebrieu","Herero":"Herero","Hindi":"Indi","Hiri Motu":"Hiri Motu","Croatian":"Croat","Hungarian":"Ongrés","Armenian":"Armèni","Igbo":"Igbo","Sichuan Yi":"Nuosu","Inuktitut":"Inuktitut","Indonesian":"Bahasa Indonesia","Inupiaq":"Inupiaq","Icelandic":"Islandés","Italian":"Italian","Javanese":"Javanés","Lojban":"Lojban","Japanese":"Japonés","Japanese Sign Language":"Lenga de signes japonesa","Kalaallisut":"Kalaallisut","Kannada":"Canarés","Kashmiri":"Cashmiri","Georgian":"Georgian","Kanuri":"Kanuri","Kazakh":"Cazac","Khmer":"Cmèr","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Quirguiz","Komi":"Komi","Kongo":"Kongo","Korean":"Corean","Kuanyama":"Kuanyama","Kurdish":"Curd","Lao":"Laosian","Latvian":"Leton","Limburgan":"Limborgués","Lingala":"Lingala","Lithuanian":"Lituanian","Luxembourgish":"Luxemborgés","Luba-Katanga":"Luba-Katanga","Ganda":"Ganda","Marshallese":"Marshallés","Malayalam":"Malaialam","Marathi":"Marathi","Macedonian":"Macedonian","Malagasy":"Malgash","Maltese":"Maltés","Mongolian":"Mongòl","Maori":"Maòri","Malay (macrolanguage)":"Malai (macrolengatge)","Burmese":"Birman","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"Ndebele del Sud","North Ndebele":"Ndebele del Nòrd","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepali (macrolengatge)","Dutch":"Neerlandés","Norwegian Nynorsk":"Norvegian Nynorsk","Norwegian Bokmål":"Norvegian","Norwegian":"Norwegian","Nyanja":"Nyanja","Occitan":"Occitan","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya (macrolengatge)","Oromo":"Oromo","Ossetian":"Ossèt","Panjabi":"Panjabi","Pakistan Sign Language":"Lenga de signes de Paquistan","Polish":"Polonés","Portuguese":"Portugués","Pushto":"Pushto","Quechua":"Quíchoa","Romansh":"Romanch","Romanian":"Romanés","Russian Sign Language":"Lenga de signes russa","Rundi":"Rundi","Russian":"Rus","Sango":"Sango","Saudi Arabian Sign Language":"Lenga de signes d'Arabia Saudita","South African Sign Language":"Lenga de signes d’Africa del Sud","Sinhala":"Singalés","Slovak":"Eslovac","Slovenian":"Eslovèn","Northern Sami":"Sami septentrional","Samoan":"Samoan","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Sotho meridional","Spanish":"Espanhòl","Albanian":"Albanés","Sardinian":"Sard","Serbian":"Sèrbe","Swati":"Swati","Sundanese":"Sodanés","Swahili (macrolanguage)":"Swahili (macrolengatge)","Swedish":"Suedés","Swedish Sign Language":"Lenga de signes suedesa","Tahitian":"Tahician","Tamil":"Tamil","Tatar":"Tatar","Telugu":"Telugu","Tajik":"Tajik","Tagalog":"Tagalòg","Thai":"Tailandés","Tigrinya":"Tigrinya","Klingon":"Klingon","Tonga (Tonga Islands)":"Tònga (islas Tònga)","Tswana":"Tswana","Tsonga":"Tsònga","Turkmen":"Turcmèn","Turkish":"Turc","Twi":"Toï","Uighur":"Oigors","Ukrainian":"Ucraïnian","Urdu":"Ordo","Uzbek":"Uzbec","Venda":"Venda","Vietnamese":"Vietnamian","Walloon":"Valon","Wolof":"Wolòf","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinés","Zulu":"Zulu"} \ No newline at end of file {"Music":"Musica","Films":"Films","Vehicles":"Veituras","Art":"Art","Sports":"Espòrts","Travels":"Viatges","Gaming":"Vidèo jòc","People":"Gent","Comedy":"Comèdia","Entertainment":"Léser ","News & Politics":"Actualitat e Politica","How To":"Demonstracions","Education":"Educacion","Activism":"Activisme","Science & Technology":"Sciéncia & Tecnologia","Animals":"Animals","Kids":"Mainatges","Food":"Manjar","Attribution":"Atribucion","Attribution - Share Alike":"Atribucion - Partejar a l’identic","Attribution - No Derivatives":"Atribucion - Cap de derivacion","Attribution - Non Commercial":"Atribucion - Pas comercial","Attribution - Non Commercial - Share Alike":"Atribucion - Pas comercial - Partejar a l’identic","Attribution - Non Commercial - No Derivatives":"Atribucion - Pas comercial - Cap de derivacion","Public Domain Dedication":"Domeni public","Public":"Public","Unlisted":"Pas listat","Private":"Privat","Published":"Publicada","To transcode":"De transcodar","To import":"D’importar","Pending":"En espèra","Success":"Reüssida","Failed":"Fracàs","Regular":"Normal","Watch later":"Agachar mai tard","This video does not exist.":"Aquesta vidèo existís pas.","We cannot fetch the video. Please try again later.":"Podèm pas recuperar la vidèo. Mercés d’ensajar de nòu mai tard.","Sorry":"O planhèm","This video is not available because the remote instance is not responding.":"Aquesta vidèo es pas disponibla perque l’instància alonhada respond pas.","Misc":"Divèrs","Unknown":"Desconegut","Afar":"Afar","Abkhazian":"Abcaz","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharic","Arabic":"Arabi","Aragonese":"Aragonés","American Sign Language":"Lenga de signes americana","Assamese":"Assamés","Avaric":"Avaric","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azèri","Bashkir":"Bashkir","Bambara":"Bambara","Belarusian":"Bielorús","Bengali":"Bengalin","British Sign Language":"Lenga de signes britanica","Bislama":"Bislama","Tibetan":"Tibetan","Bosnian":"Bosnian","Breton":"Breton","Bulgarian":"Bulgar","Brazilian Sign Language":"Lenga de signes brasiliana","Catalan":"Catalan","Czech":"Chèc","Chamorro":"Chamorro","Chechen":"Chenchèn","Chuvash":"Chuvash","Cornish":"Cornic","Corsican":"Còrs","Cree":"Cree","Czech Sign Language":"Lenga de signes chèca","Chinese Sign Language":"Lenga de signes chinesa","Welsh":"Galés","Danish":"Danés","German":"Alemand","Dhivehi":"Maldivian","Danish Sign Language":"Lenga de signes danesa","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Grèc","English":"Anglés","Esperanto":"Esperanto","Estonian":"Estonian","Basque":"Basc","Ewe":"Ewe","Faroese":"Faroés","Persian":"Persan","Fijian":"Fijian","Finnish":"Finés","French":"Francés","Western Frisian":"Frison occitendal","French Sign Language":"Lenga de signes francesa","Fulah":"Fulah","Scottish Gaelic":"Gaelic escossés","Irish":"Irlandés","Galician":"Galician","Manx":"Manés","Guarani":"Guaraní","German Sign Language":"Lenga de signes alemanda","Gujarati":"Gujarati","Haitian":"Haitian","Hausa":"Hausa","Serbo-Croatian":"Sèrbocroat","Hebrew":"Ebrieu","Herero":"Herero","Hindi":"Indi","Hiri Motu":"Hiri Motu","Croatian":"Croat","Hungarian":"Ongrés","Armenian":"Armèni","Igbo":"Igbo","Sichuan Yi":"Nuosu","Inuktitut":"Inuktitut","Indonesian":"Bahasa Indonesia","Inupiaq":"Inupiaq","Icelandic":"Islandés","Italian":"Italian","Javanese":"Javanés","Lojban":"Lojban","Japanese":"Japonés","Japanese Sign Language":"Lenga de signes japonesa","Kalaallisut":"Kalaallisut","Kannada":"Canarés","Kashmiri":"Cashmiri","Georgian":"Georgian","Kanuri":"Kanuri","Kazakh":"Cazac","Khmer":"Cmèr","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Quirguiz","Komi":"Komi","Kongo":"Kongo","Korean":"Corean","Kuanyama":"Kuanyama","Kurdish":"Curd","Lao":"Laosian","Latvian":"Leton","Limburgan":"Limborgués","Lingala":"Lingala","Lithuanian":"Lituanian","Luxembourgish":"Luxemborgés","Luba-Katanga":"Luba-Katanga","Ganda":"Ganda","Marshallese":"Marshallés","Malayalam":"Malaialam","Marathi":"Marathi","Macedonian":"Macedonian","Malagasy":"Malgash","Maltese":"Maltés","Mongolian":"Mongòl","Maori":"Maòri","Malay (macrolanguage)":"Malai (macrolengatge)","Burmese":"Birman","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"Ndebele del Sud","North Ndebele":"Ndebele del Nòrd","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepali (macrolengatge)","Dutch":"Neerlandés","Norwegian Nynorsk":"Norvegian Nynorsk","Norwegian Bokmål":"Norvegian","Norwegian":"Norwegian","Nyanja":"Nyanja","Occitan":"Occitan","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya (macrolengatge)","Oromo":"Oromo","Ossetian":"Ossèt","Panjabi":"Panjabi","Pakistan Sign Language":"Lenga de signes de Paquistan","Polish":"Polonés","Portuguese":"Portugués","Pushto":"Pushto","Quechua":"Quíchoa","Romansh":"Romanch","Romanian":"Romanés","Russian Sign Language":"Lenga de signes russa","Rundi":"Rundi","Russian":"Rus","Sango":"Sango","Saudi Arabian Sign Language":"Lenga de signes d'Arabia Saudita","South African Sign Language":"Lenga de signes d’Africa del Sud","Sinhala":"Singalés","Slovak":"Eslovac","Slovenian":"Eslovèn","Northern Sami":"Sami septentrional","Samoan":"Samoan","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Sotho meridional","Spanish":"Espanhòl","Albanian":"Albanés","Sardinian":"Sard","Serbian":"Sèrbe","Swati":"Swati","Sundanese":"Sodanés","Swahili (macrolanguage)":"Swahili (macrolengatge)","Swedish":"Suedés","Swedish Sign Language":"Lenga de signes suedesa","Tahitian":"Tahician","Tamil":"Tamil","Tatar":"Tatar","Telugu":"Telugu","Tajik":"Tajik","Tagalog":"Tagalòg","Thai":"Tailandés","Tigrinya":"Tigrinya","Klingon":"Klingon","Tonga (Tonga Islands)":"Tònga (islas Tònga)","Tswana":"Tswana","Tsonga":"Tsònga","Turkmen":"Turcmèn","Turkish":"Turc","Twi":"Toï","Uighur":"Oigors","Ukrainian":"Ucraïnian","Urdu":"Ordo","Uzbek":"Uzbec","Venda":"Venda","Vietnamese":"Vietnamian","Walloon":"Valon","Wolof":"Wolòf","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinés","Zulu":"Zulu"} \ No newline at end of file
diff --git a/client/src/locale/target/server_pl_PL.json b/client/src/locale/target/server_pl_PL.json
index 90973bf28..c63d28007 100644
--- a/client/src/locale/target/server_pl_PL.json
+++ b/client/src/locale/target/server_pl_PL.json
@@ -1 +1 @@
{"Music":"Muzyka","Films":"Filmy","Vehicles":"Pojazdy","Art":"Sztuka","Sports":"Sport","Travels":"Podróże","Gaming":"Gry","People":"Ludzie","Comedy":"Komedia","Entertainment":"Rozrywka","How To":"Poradniki","Education":"Edukacja","Activism":"Aktywizm","Science & Technology":"Nauka i technologia","Animals":"ZwierzÄ™ta","Kids":"Dzieci","Food":"Jedzenie","Attribution":"Uznanie autostwa","Attribution - Share Alike":"Uznanie autorstwa - Na tych samych warunkach","Attribution - No Derivatives":"Uznanie autorstwa - Bez utworów zależnych","Attribution - Non Commercial":"Uznanie autorstwa - Użycie niekomercyjne","Attribution - Non Commercial - Share Alike":"Uznanie autorstwa - Użycie niekomercyjne - Na tych samych warunkach","Attribution - Non Commercial - No Derivatives":"Uznanie autorstwa - Użycie niekomercyjne - Bez utworów zależnych","Public Domain Dedication":"Przekazanie do Domeny Publicznej","Public":"Publiczne","Unlisted":"Niewypisane","Private":"Prywatne","Published":"Opublikowano","To transcode":"Transkodować","To import":"Importować","Pending":"Oczekiwanie","Success":"Sukces","Failed":"Niepowodzenie","Misc":"Różne","Unknown":"Nieznane","Afar":"Afar","Abkhazian":"Abchaski","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharski","Arabic":"Arabski","American Sign Language":"AmerykaÅ„ski JÄ™zyk Migowy","Avaric":"Awarski","Bashkir":"Baszkirski","Bambara":"Bambara","Belarusian":"BiaÅ‚oruski","Bengali":"Bengalski","British Sign Language":"Brytyjski JÄ™zyk Migowy","Bislama":"Bislama","Tibetan":"TybetaÅ„ski","Bosnian":"BoÅ›niacki","Breton":"BretoÅ„ski","Bulgarian":"BuÅ‚garski","Catalan":"KataloÅ„ski","Czech":"Czeski","Cornish":"Kornijski","Corsican":"KorsykaÅ„ski","Cree":"Kri","Czech Sign Language":"Czeski JÄ™zyk Migowy","Chinese Sign Language":"ChiÅ„ski JÄ™zyk Migowy","Welsh":"Walijski","Danish":"DuÅ„ski","German":"Niemiecki","Danish Sign Language":"DuÅ„ski JÄ™zyk Migowy","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Nowogrecki (1453-)","English":"Angielski","Estonian":"EstoÅ„ski","Basque":"Baskijski","Ewe":"Ewe","Persian":"Perski","Fijian":"Fidżyjski","Finnish":"FiÅ„ski","French":"Francuski","French Sign Language":"Francuski JÄ™zyk Migowy","Fulah":"Ful","Irish":"Irlandzki","Galician":"Galicyjski","German Sign Language":"Niemiecki JÄ™zyk Migowy","Hausa":"Hausa","Serbo-Croatian":"Serbsko-Chorwacki","Hindi":"Hindi","Croatian":"Chorwacki","Hungarian":"WÄ™gierski","Armenian":"OrmaÅ„ski","Igbo":"Igbo","Indonesian":"Indonezyjski","Icelandic":"Islandzki","Italian":"WÅ‚oski","Javanese":"Jawajski","Japanese":"JapoÅ„ski","Japanese Sign Language":"JapoÅ„ski JÄ™zyk Migowy","Komi":"Komi","Kongo":"Kongo","Korean":"KoreaÅ„ski","Kurdish":"Kurdyjski","Lao":"LaotaÅ„ski","Latvian":"Åotewski","Lithuanian":"Litewski","Luxembourgish":"Luksemburski","Nauru":"NauraÅ„ski","Dutch":"Holenderski","Norwegian Nynorsk":"Norweski Nynorsk","Norwegian BokmÃ¥l":"Norweski BokmÃ¥l","Norwegian":"Norweski","Oromo":"Oromo","Polish":"Polski","Portuguese":"Portugalski","Pushto":"Paszto","Romansh":"Romansz","Romanian":"RumuÅ„ski","Russian Sign Language":"Rosyjski JÄ™zyk Migowy","Rundi":"Rundi","Russian":"Rosyjski","Sango":"Sango","Slovak":"SÅ‚owacki","Slovenian":"SÅ‚oweÅ„ski","Samoan":"SamoaÅ„ski","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somalijski","Spanish":"HiszpaÅ„ski","Serbian":"Serbski","Swedish":"Szwedzki","Swedish Sign Language":"Szwedzki JÄ™zyk Migowy","Tamil":"Tamilski","Tatar":"Tatarski","Telugu":"Telugu","Tajik":"Tadżycki","Tagalog":"Tagalski","Thai":"Tajski","Turkmen":"TurkmeÅ„ski","Turkish":"Turecki","Twi":"Twi","Ukrainian":"UkraiÅ„ski","Urdu":"Urdu","Uzbek":"Uzbecki","Venda":"Venda","Vietnamese":"Wietnamski","Walloon":"WaloÅ„ski","Wolof":"Wolof","Xhosa":"Xhosa","Yiddish":"Jidysz","Yoruba":"Joruba","Zhuang":"Zhuang","Chinese":"ChiÅ„ski","Zulu":"Zulu"} \ No newline at end of file {"Music":"Muzyka","Films":"Filmy","Vehicles":"Pojazdy","Art":"Sztuka","Sports":"Sport","Travels":"Podróże","Gaming":"Gry","People":"Ludzie","Comedy":"Komedia","Entertainment":"Rozrywka","News & Politics":"WiadomoÅ›ci i polityka","How To":"Poradniki","Education":"Edukacja","Activism":"Aktywizm","Science & Technology":"Nauka i technologia","Animals":"ZwierzÄ™ta","Kids":"Dzieci","Food":"Jedzenie","Attribution":"Uznanie autostwa","Attribution - Share Alike":"Uznanie autorstwa - Na tych samych warunkach","Attribution - No Derivatives":"Uznanie autorstwa - Bez utworów zależnych","Attribution - Non Commercial":"Uznanie autorstwa - Użycie niekomercyjne","Attribution - Non Commercial - Share Alike":"Uznanie autorstwa - Użycie niekomercyjne - Na tych samych warunkach","Attribution - Non Commercial - No Derivatives":"Uznanie autorstwa - Użycie niekomercyjne - Bez utworów zależnych","Public Domain Dedication":"Przekazanie do Domeny Publicznej","Public":"Publiczne","Unlisted":"Niewypisane","Private":"Prywatne","Published":"Opublikowano","To transcode":"Transkodować","To import":"Importować","Pending":"Oczekiwanie","Success":"Sukces","Failed":"Niepowodzenie","This video does not exist.":"Ten film nie istnieje.","We cannot fetch the video. Please try again later.":"Nie możemy pobrać filmu. Spróbuj ponownie później.","Sorry":"Przepraszamy","This video is not available because the remote instance is not responding.":"Ten film nie jest dostÄ™pny ponieważ zdalna instancja nie odpowiada.","Misc":"Różne","Unknown":"Nieznane","Afar":"Afar","Abkhazian":"Abchaski","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharski","Arabic":"Arabski","Aragonese":"AragoÅ„ski","American Sign Language":"AmerykaÅ„ski JÄ™zyk Migowy","Assamese":"Asamski","Avaric":"Awarski","Kotava":"Kotava","Aymara":"Ajmara","Azerbaijani":"AzerbejdżaÅ„ski","Bashkir":"Baszkirski","Bambara":"Bambara","Belarusian":"BiaÅ‚oruski","Bengali":"Bengalski","British Sign Language":"Brytyjski JÄ™zyk Migowy","Bislama":"Bislama","Tibetan":"TybetaÅ„ski","Bosnian":"BoÅ›niacki","Breton":"BretoÅ„ski","Bulgarian":"BuÅ‚garski","Brazilian Sign Language":"Brazylijski JÄ™zyk Migowy","Catalan":"KataloÅ„ski","Czech":"Czeski","Chamorro":"Czamorro","Chechen":"CzeczeÅ„ski","Cornish":"Kornijski","Corsican":"KorsykaÅ„ski","Cree":"Kri","Czech Sign Language":"Czeski JÄ™zyk Migowy","Chinese Sign Language":"ChiÅ„ski JÄ™zyk Migowy","Welsh":"Walijski","Danish":"DuÅ„ski","German":"Niemiecki","Danish Sign Language":"DuÅ„ski JÄ™zyk Migowy","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Nowogrecki (1453-)","English":"Angielski","Esperanto":"Esperanto","Estonian":"EstoÅ„ski","Basque":"Baskijski","Ewe":"Ewe","Persian":"Perski","Fijian":"Fidżyjski","Finnish":"FiÅ„ski","French":"Francuski","French Sign Language":"Francuski JÄ™zyk Migowy","Fulah":"Ful","Irish":"Irlandzki","Galician":"Galicyjski","German Sign Language":"Niemiecki JÄ™zyk Migowy","Hausa":"Hausa","Serbo-Croatian":"Serbsko-Chorwacki","Hebrew":"Hebrajski","Hindi":"Hindi","Croatian":"Chorwacki","Hungarian":"WÄ™gierski","Armenian":"OrmaÅ„ski","Igbo":"Igbo","Indonesian":"Indonezyjski","Icelandic":"Islandzki","Italian":"WÅ‚oski","Javanese":"Jawajski","Japanese":"JapoÅ„ski","Japanese Sign Language":"JapoÅ„ski JÄ™zyk Migowy","Komi":"Komi","Kongo":"Kongo","Korean":"KoreaÅ„ski","Kurdish":"Kurdyjski","Lao":"LaotaÅ„ski","Latvian":"Åotewski","Lithuanian":"Litewski","Luxembourgish":"Luksemburski","Nauru":"NauraÅ„ski","Dutch":"Holenderski","Norwegian Nynorsk":"Norweski Nynorsk","Norwegian BokmÃ¥l":"Norweski BokmÃ¥l","Norwegian":"Norweski","Oromo":"Oromo","Polish":"Polski","Portuguese":"Portugalski","Pushto":"Paszto","Romansh":"Romansz","Romanian":"RumuÅ„ski","Russian Sign Language":"Rosyjski JÄ™zyk Migowy","Rundi":"Rundi","Russian":"Rosyjski","Sango":"Sango","Slovak":"SÅ‚owacki","Slovenian":"SÅ‚oweÅ„ski","Samoan":"SamoaÅ„ski","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somalijski","Spanish":"HiszpaÅ„ski","Serbian":"Serbski","Swedish":"Szwedzki","Swedish Sign Language":"Szwedzki JÄ™zyk Migowy","Tamil":"Tamilski","Tatar":"Tatarski","Telugu":"Telugu","Tajik":"Tadżycki","Tagalog":"Tagalski","Thai":"Tajski","Turkmen":"TurkmeÅ„ski","Turkish":"Turecki","Twi":"Twi","Ukrainian":"UkraiÅ„ski","Urdu":"Urdu","Uzbek":"Uzbecki","Venda":"Venda","Vietnamese":"Wietnamski","Walloon":"WaloÅ„ski","Wolof":"Wolof","Xhosa":"Xhosa","Yiddish":"Jidysz","Yoruba":"Joruba","Zhuang":"Zhuang","Chinese":"ChiÅ„ski","Zulu":"Zulu"} \ No newline at end of file
diff --git a/client/src/locale/target/server_pt_BR.json b/client/src/locale/target/server_pt_BR.json
index 2bfcbaa59..543abccd7 100644
--- a/client/src/locale/target/server_pt_BR.json
+++ b/client/src/locale/target/server_pt_BR.json
@@ -1 +1 @@
{"Music":"Músicas","Films":"Filmes","Vehicles":"Veículos","Art":"Arte","Sports":"Esportes","Travels":"Viagens","Gaming":"Jogos","People":"Pessoas","Comedy":"Comédia","Entertainment":"Entretenimento","How To":"Como fazer","Education":"Educação","Activism":"Ativismo","Science & Technology":"Ciência & Tecnologia","Animals":"Animais","Kids":"Infantil","Food":"Comida","Attribution":"Atribuição","Attribution - Share Alike":"Atribuição - Compartilha Igual","Attribution - No Derivatives":"Atribuição - Sem Derivações","Attribution - Non Commercial":"Atribuição - Não Comercial","Attribution - Non Commercial - Share Alike":"Atribuição - Não Comercial - Compartilha Igual","Attribution - Non Commercial - No Derivatives":"Atribuição - Não Comercial - Sem Derivações","Public Domain Dedication":"Dedicação para Domínio Público","Public":"Público","Unlisted":"Não listado","Private":"Privado","Published":"Publicado","To transcode":"Para transcodificar","To import":"Para importar","Pending":"Pendente","Success":"Sucesso","Failed":"Falhou","Misc":"Diversos","Unknown":"Desconhecido","Afar":"Afar","Abkhazian":"Abcázio","Afrikaans":"Africâner","Akan":"Akan","Amharic":"Amárico","Arabic":"Ãrabe","Aragonese":"Aragonês","American Sign Language":"Língua de sinais americana","Assamese":"Assamês","Avaric":"Avárico","Kotava":"Coreano","Aymara":"Aimará","Azerbaijani":"Azerbaidjano","Bashkir":"Basquir","Bambara":"Bambara","Belarusian":"Bielorusso","Bengali":"Bengali","British Sign Language":"Língua de sinais britânica","Bislama":"Bislamá","Tibetan":"Tibetano","Bosnian":"Bósnio","Breton":"Bretão","Bulgarian":"Búlgaro","Brazilian Sign Language":"Língua de sinais brasileira","Catalan":"Catalão","Czech":"Tcheco","Chamorro":"Chamorro","Chechen":"Checheno","Chuvash":"Tchuvache","Cornish":"Córnico","Corsican":"Corso","Cree":"Cree","Czech Sign Language":"Língua de sinais tcheca","Chinese Sign Language":"Língua de sinais chinesa","Welsh":"Galês","Danish":"Dinamarquês","German":"Alemão","Dhivehi":"Sérvio","Danish Sign Language":"Língua de sinais dinamarquesa","Dzongkha":"Butanês","Modern Greek (1453-)":"Grego, Moderno (1453-)","English":"Inglês","Esperanto":"Esperanto","Estonian":"Estoniano","Basque":"Basco","Ewe":"Jeje","Faroese":"Faroês","Persian":"Persa","Fijian":"Fidjiano","Finnish":"Finlandês","French":"Francês","Western Frisian":"Frísio ocidental","French Sign Language":"Língua de sinais francesa","Fulah":"Fula","Scottish Gaelic":"Gaélico Escocês","Irish":"Irlandês","Galician":"Galego","Manx":"Manx","Guarani":"Guarani","German Sign Language":"Língua de sinais alemã","Gujarati":"Gujerati","Haitian":"Italiano","Hausa":"Hauçá","Serbo-Croatian":"Croata","Hebrew":"Hebraico","Herero":"Hereró","Hindi":"Híndi","Hiri Motu":"Hiri Motu","Croatian":"Croata","Hungarian":"Húngaro","Armenian":"Armênio","Igbo":"Ibo","Sichuan Yi":"Lituano","Inuktitut":"Inuktitut","Indonesian":"Indonésio","Inupiaq":"Inupiaque","Icelandic":"Islandês","Italian":"Italiano","Javanese":"Javanês","Lojban":"Lojban","Japanese":"Japonês","Japanese Sign Language":"Língua de sinais japonesa","Kalaallisut":"Groenlandês (Kalaallisut)","Kannada":"Canarês","Kashmiri":"Caxemira","Georgian":"Georgiano","Kanuri":"Canúri","Kazakh":"Cazaque","Khmer":"Khmer","Kikuyu":"Kikuyu","Kinyarwanda":"Ruanda","Kirghiz":"Quirguiz","Komi":"Komi","Kongo":"Congo","Korean":"Coreano","Kuanyama":"Cuanhama","Kurdish":"Curdo","Lao":"Laosiano","Latvian":"Letão","Limburgan":"Lituano","Lingala":"Lingala","Lithuanian":"Lituano","Luxembourgish":"Luxemburguês","Luba-Katanga":"Baluba","Ganda":"Nganda","Marshallese":"Marshalês","Malayalam":"Malaiala","Marathi":"Marati","Macedonian":"Macedônio","Malagasy":"Malgaxe","Maltese":"Maltês","Mongolian":"Mongol","Maori":"Maori","Malay (macrolanguage)":"Malaiala (macrolíngua)","Burmese":"Birmanês","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"Ndebele do Sul","North Ndebele":"Ndebele do Norte","Ndonga":"Ovampo","Nepali (macrolanguage)":"Nepalês (macrolíngua)","Dutch":"Holandês","Norwegian Nynorsk":"Norueguês Nynorsk","Norwegian BokmÃ¥l":"Norueguês Nynorsk","Norwegian":"Norueguês","Nyanja":"Lituano","Occitan":"Occitano","Ojibwa":"Obíjua","Oriya (macrolanguage)":"Oriá (macrolíngua)","Oromo":"Oromo","Ossetian":"Ossétio","Panjabi":"Panjabi","Pakistan Sign Language":"Língua de sinais paquistanesa","Polish":"Polonês","Portuguese":"Português","Pushto":"Pachto","Quechua":"Quíchua","Romansh":"Romanche","Romanian":"Romeno","Russian Sign Language":"Idiomas de Sinais","Rundi":"Kirundi","Russian":"Russo","Sango":"Sango","Saudi Arabian Sign Language":"Língua de sinais da Arábia Saudita","South African Sign Language":"Língua de sinais da Ãfrica do Sul","Sinhala":"Cingalês","Slovak":"Eslovaco","Slovenian":"Esloveno","Northern Sami":"Sami do norte","Samoan":"Samoano","Shona":"Xona","Sindhi":"Síndi","Somali":"Somali","Southern Sotho":"Soto do Sul","Spanish":"Espanhol","Albanian":"Albanês","Sardinian":"Sardo","Serbian":"Sérvio","Swati":"Swati","Sundanese":"Sundanês","Swahili (macrolanguage)":"Suaíli (macrolíngua)","Swedish":"Sueco","Swedish Sign Language":"Língua de sinais sueca","Tahitian":"Taitiano","Tamil":"Tâmil","Tatar":"Tártaro","Telugu":"Télugo","Tajik":"Tadjique","Tagalog":"Tagalo","Thai":"Tailandês","Tigrinya":"Tigrínia","Klingon":"Letão","Tonga (Tonga Islands)":"Tonga","Tswana":"Tsuana","Tsonga":"Tsonga","Turkmen":"Turcomeno","Turkish":"Turco","Twi":"Twi","Uighur":"Uigur","Ukrainian":"Ucraniano","Urdu":"Urdu","Uzbek":"Uzbeque","Venda":"Venda","Vietnamese":"Vietnamita","Walloon":"Valão","Wolof":"Uólofe","Xhosa":"Xhosa","Yiddish":"Iídiche","Yoruba":"Ioruba","Zhuang":"Zuni","Chinese":"Chinês","Zulu":"Zulu"} \ No newline at end of file {"Music":"Músicas","Films":"Filmes","Vehicles":"Veículos","Art":"Arte","Sports":"Esportes","Travels":"Viagens","Gaming":"Jogos","People":"Pessoas","Comedy":"Comédia","Entertainment":"Entretenimento","News & Politics":"Notícias e Politica","How To":"Como fazer","Education":"Educação","Activism":"Ativismo","Science & Technology":"Ciência & Tecnologia","Animals":"Animais","Kids":"Infantil","Food":"Comida","Attribution":"Atribuição","Attribution - Share Alike":"Atribuição - Compartilha Igual","Attribution - No Derivatives":"Atribuição - Sem Derivações","Attribution - Non Commercial":"Atribuição - Não Comercial","Attribution - Non Commercial - Share Alike":"Atribuição - Não Comercial - Compartilha Igual","Attribution - Non Commercial - No Derivatives":"Atribuição - Não Comercial - Sem Derivações","Public Domain Dedication":"Dedicação para Domínio Público","Public":"Público","Unlisted":"Não listado","Private":"Privado","Published":"Publicado","To transcode":"Para transcodificar","To import":"Para importar","Pending":"Pendente","Success":"Sucesso","Failed":"Falhou","This video does not exist.":"Este vídeo não existe.","We cannot fetch the video. Please try again later.":"Nós não podemos buscar o vídeo. Por favor tente novamente mais tarde.","Sorry":"Desculpa","This video is not available because the remote instance is not responding.":"Este vídeo não está disponível pois a instância remota não esta respondendo.","Misc":"Diversos","Unknown":"Desconhecido","Afar":"Afar","Abkhazian":"Abcázio","Afrikaans":"Africâner","Akan":"Akan","Amharic":"Amárico","Arabic":"Ãrabe","Aragonese":"Aragonês","American Sign Language":"Língua de sinais americana","Assamese":"Assamês","Avaric":"Avárico","Kotava":"Coreano","Aymara":"Aimará","Azerbaijani":"Azerbaidjano","Bashkir":"Basquir","Bambara":"Bambara","Belarusian":"Bielorusso","Bengali":"Bengali","British Sign Language":"Língua de sinais britânica","Bislama":"Bislamá","Tibetan":"Tibetano","Bosnian":"Bósnio","Breton":"Bretão","Bulgarian":"Búlgaro","Brazilian Sign Language":"Língua de sinais brasileira","Catalan":"Catalão","Czech":"Tcheco","Chamorro":"Chamorro","Chechen":"Checheno","Chuvash":"Tchuvache","Cornish":"Córnico","Corsican":"Corso","Cree":"Cree","Czech Sign Language":"Língua de sinais tcheca","Chinese Sign Language":"Língua de sinais chinesa","Welsh":"Galês","Danish":"Dinamarquês","German":"Alemão","Dhivehi":"Sérvio","Danish Sign Language":"Língua de sinais dinamarquesa","Dzongkha":"Butanês","Modern Greek (1453-)":"Grego, Moderno (1453-)","English":"Inglês","Esperanto":"Esperanto","Estonian":"Estoniano","Basque":"Basco","Ewe":"Jeje","Faroese":"Faroês","Persian":"Persa","Fijian":"Fidjiano","Finnish":"Finlandês","French":"Francês","Western Frisian":"Frísio ocidental","French Sign Language":"Língua de sinais francesa","Fulah":"Fula","Scottish Gaelic":"Gaélico Escocês","Irish":"Irlandês","Galician":"Galego","Manx":"Manx","Guarani":"Guarani","German Sign Language":"Língua de sinais alemã","Gujarati":"Gujerati","Haitian":"Italiano","Hausa":"Hauçá","Serbo-Croatian":"Croata","Hebrew":"Hebraico","Herero":"Hereró","Hindi":"Híndi","Hiri Motu":"Hiri Motu","Croatian":"Croata","Hungarian":"Húngaro","Armenian":"Armênio","Igbo":"Ibo","Sichuan Yi":"Lituano","Inuktitut":"Inuktitut","Indonesian":"Indonésio","Inupiaq":"Inupiaque","Icelandic":"Islandês","Italian":"Italiano","Javanese":"Javanês","Lojban":"Lojban","Japanese":"Japonês","Japanese Sign Language":"Língua de sinais japonesa","Kalaallisut":"Groenlandês (Kalaallisut)","Kannada":"Canarês","Kashmiri":"Caxemira","Georgian":"Georgiano","Kanuri":"Canúri","Kazakh":"Cazaque","Khmer":"Khmer","Kikuyu":"Kikuyu","Kinyarwanda":"Ruanda","Kirghiz":"Quirguiz","Komi":"Komi","Kongo":"Congo","Korean":"Coreano","Kuanyama":"Cuanhama","Kurdish":"Curdo","Lao":"Laosiano","Latvian":"Letão","Limburgan":"Lituano","Lingala":"Lingala","Lithuanian":"Lituano","Luxembourgish":"Luxemburguês","Luba-Katanga":"Baluba","Ganda":"Nganda","Marshallese":"Marshalês","Malayalam":"Malaiala","Marathi":"Marati","Macedonian":"Macedônio","Malagasy":"Malgaxe","Maltese":"Maltês","Mongolian":"Mongol","Maori":"Maori","Malay (macrolanguage)":"Malaiala (macrolíngua)","Burmese":"Birmanês","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"Ndebele do Sul","North Ndebele":"Ndebele do Norte","Ndonga":"Ovampo","Nepali (macrolanguage)":"Nepalês (macrolíngua)","Dutch":"Holandês","Norwegian Nynorsk":"Norueguês Nynorsk","Norwegian BokmÃ¥l":"Norueguês Nynorsk","Norwegian":"Norueguês","Nyanja":"Lituano","Occitan":"Occitano","Ojibwa":"Obíjua","Oriya (macrolanguage)":"Oriá (macrolíngua)","Oromo":"Oromo","Ossetian":"Ossétio","Panjabi":"Panjabi","Pakistan Sign Language":"Língua de sinais paquistanesa","Polish":"Polonês","Portuguese":"Português","Pushto":"Pachto","Quechua":"Quíchua","Romansh":"Romanche","Romanian":"Romeno","Russian Sign Language":"Idiomas de Sinais","Rundi":"Kirundi","Russian":"Russo","Sango":"Sango","Saudi Arabian Sign Language":"Língua de sinais da Arábia Saudita","South African Sign Language":"Língua de sinais da Ãfrica do Sul","Sinhala":"Cingalês","Slovak":"Eslovaco","Slovenian":"Esloveno","Northern Sami":"Sami do norte","Samoan":"Samoano","Shona":"Xona","Sindhi":"Síndi","Somali":"Somali","Southern Sotho":"Soto do Sul","Spanish":"Espanhol","Albanian":"Albanês","Sardinian":"Sardo","Serbian":"Sérvio","Swati":"Swati","Sundanese":"Sundanês","Swahili (macrolanguage)":"Suaíli (macrolíngua)","Swedish":"Sueco","Swedish Sign Language":"Língua de sinais sueca","Tahitian":"Taitiano","Tamil":"Tâmil","Tatar":"Tártaro","Telugu":"Télugo","Tajik":"Tadjique","Tagalog":"Tagalo","Thai":"Tailandês","Tigrinya":"Tigrínia","Klingon":"Letão","Tonga (Tonga Islands)":"Tonga","Tswana":"Tsuana","Tsonga":"Tsonga","Turkmen":"Turcomeno","Turkish":"Turco","Twi":"Twi","Uighur":"Uigur","Ukrainian":"Ucraniano","Urdu":"Urdu","Uzbek":"Uzbeque","Venda":"Venda","Vietnamese":"Vietnamita","Walloon":"Valão","Wolof":"Uólofe","Xhosa":"Xhosa","Yiddish":"Iídiche","Yoruba":"Ioruba","Zhuang":"Zuni","Chinese":"Chinês","Zulu":"Zulu"} \ No newline at end of file
diff --git a/client/src/locale/target/server_pt_PT.json b/client/src/locale/target/server_pt_PT.json
new file mode 100644
index 000000000..53c6cee7e
--- /dev/null
+++ b/client/src/locale/target/server_pt_PT.json
@@ -0,0 +1 @@
{"Music":"Músicas","Films":"Filmes","Vehicles":"Veículos","Art":"Arte","Sports":"Esportes","Travels":"Viagens","Gaming":"Jogos","People":"Pessoas","Comedy":"Comédia","Entertainment":"Entretenimento","How To":"Como fazer","Education":"Educação","Activism":"Ativismo","Science & Technology":"Ciência & Tecnologia","Animals":"Animais","Kids":"Infantil","Food":"Comida","Attribution":"Atribuição","Attribution - Share Alike":"Atribuição - Compartilha Igual","Attribution - No Derivatives":"Atribuição - Sem Derivações","Attribution - Non Commercial":"Atribuição - Não Comercial","Attribution - Non Commercial - Share Alike":"Atribuição - Não Comercial - Compartilha Igual","Attribution - Non Commercial - No Derivatives":"Atribuição - Não Comercial - Sem Derivações","Public Domain Dedication":"Dedicação para Domínio Público","Public":"Público","Unlisted":"Não listado","Private":"Privado","Published":"Publicado","To transcode":"Para transcodificar","To import":"Para importar","Pending":"Pendente","Success":"Sucesso","Failed":"Falhou","This video does not exist.":"Este vídeo não existe.","Misc":"Diversos","Unknown":"Desconhecido","Afar":"Afar","Abkhazian":"Abcázio","Afrikaans":"Africâner","Akan":"Akan","Amharic":"Amárico","Arabic":"Ãrabe","Aragonese":"Aragonês","American Sign Language":"Língua de sinais americana","Assamese":"Assamês","Avaric":"Avárico","Kotava":"Coreano","Aymara":"Aimará","Azerbaijani":"Azerbaidjano","Bashkir":"Basquir","Bambara":"Bambara","Belarusian":"Bielorusso","Bengali":"Bengali","British Sign Language":"Língua de sinais britânica","Bislama":"Bislamá","Tibetan":"Tibetano","Bosnian":"Bósnio","Breton":"Bretão","Bulgarian":"Búlgaro","Brazilian Sign Language":"Língua de sinais brasileira","Catalan":"Catalão","Czech":"Tcheco","Chamorro":"Chamorro","Chechen":"Checheno","Chuvash":"Tchuvache","Cornish":"Córnico","Corsican":"Corso","Cree":"Cree","Czech Sign Language":"Língua de sinais tcheca","Chinese Sign Language":"Língua de sinais chinesa","Welsh":"Galês","Danish":"Dinamarquês","German":"Alemão","Dhivehi":"Sérvio","Danish Sign Language":"Língua de sinais dinamarquesa","Dzongkha":"Butanês","Modern Greek (1453-)":"Grego, Moderno (1453-)","English":"Inglês","Esperanto":"Esperanto","Estonian":"Estoniano","Basque":"Basco","Ewe":"Jeje","Faroese":"Faroês","Persian":"Persa","Fijian":"Fidjiano","Finnish":"Finlandês","French":"Francês","Western Frisian":"Frísio ocidental","French Sign Language":"Língua de sinais francesa","Fulah":"Fula","Scottish Gaelic":"Gaélico Escocês","Irish":"Irlandês","Galician":"Galego","Manx":"Manx","Guarani":"Guarani","German Sign Language":"Língua de sinais alemã","Gujarati":"Gujerati","Haitian":"Italiano","Hausa":"Hauçá","Serbo-Croatian":"Croata","Hebrew":"Hebraico","Herero":"Hereró","Hindi":"Híndi","Hiri Motu":"Hiri Motu","Croatian":"Croata","Hungarian":"Húngaro","Armenian":"Armênio","Igbo":"Ibo","Sichuan Yi":"Lituano","Inuktitut":"Inuktitut","Indonesian":"Indonésio","Inupiaq":"Inupiaque","Icelandic":"Islandês","Italian":"Italiano","Javanese":"Javanês","Lojban":"Lojban","Japanese":"Japonês","Japanese Sign Language":"Língua de sinais japonesa","Kalaallisut":"Groenlandês (Kalaallisut)","Kannada":"Canarês","Kashmiri":"Caxemira","Georgian":"Georgiano","Kanuri":"Canúri","Kazakh":"Cazaque","Khmer":"Khmer","Kikuyu":"Kikuyu","Kinyarwanda":"Ruanda","Kirghiz":"Quirguiz","Komi":"Komi","Kongo":"Congo","Korean":"Coreano","Kuanyama":"Cuanhama","Kurdish":"Curdo","Lao":"Laosiano","Latvian":"Letão","Limburgan":"Lituano","Lingala":"Lingala","Lithuanian":"Lituano","Luxembourgish":"Luxemburguês","Luba-Katanga":"Baluba","Ganda":"Nganda","Marshallese":"Marshalês","Malayalam":"Malaiala","Marathi":"Marati","Macedonian":"Macedônio","Malagasy":"Malgaxe","Maltese":"Maltês","Mongolian":"Mongol","Maori":"Maori","Malay (macrolanguage)":"Malaiala (macrolíngua)","Burmese":"Birmanês","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"Ndebele do Sul","North Ndebele":"Ndebele do Norte","Ndonga":"Ovampo","Nepali (macrolanguage)":"Nepalês (macrolíngua)","Dutch":"Holandês","Norwegian Nynorsk":"Norueguês Nynorsk","Norwegian BokmÃ¥l":"Norueguês Nynorsk","Norwegian":"Norueguês","Nyanja":"Lituano","Occitan":"Occitano","Ojibwa":"Obíjua","Oriya (macrolanguage)":"Oriá (macrolíngua)","Oromo":"Oromo","Ossetian":"Ossétio","Panjabi":"Panjabi","Pakistan Sign Language":"Língua de sinais paquistanesa","Polish":"Polonês","Portuguese":"Português","Pushto":"Pachto","Quechua":"Quíchua","Romansh":"Romanche","Romanian":"Romeno","Russian Sign Language":"Idiomas de Sinais","Rundi":"Kirundi","Russian":"Russo","Sango":"Sango","Saudi Arabian Sign Language":"Língua de sinais da Arábia Saudita","South African Sign Language":"Língua de sinais da Ãfrica do Sul","Sinhala":"Cingalês","Slovak":"Eslovaco","Slovenian":"Esloveno","Northern Sami":"Sami do norte","Samoan":"Samoano","Shona":"Xona","Sindhi":"Síndi","Somali":"Somali","Southern Sotho":"Soto do Sul","Spanish":"Espanhol","Albanian":"Albanês","Sardinian":"Sardo","Serbian":"Sérvio","Swati":"Swati","Sundanese":"Sundanês","Swahili (macrolanguage)":"Suaíli (macrolíngua)","Swedish":"Sueco","Swedish Sign Language":"Língua de sinais sueca","Tahitian":"Taitiano","Tamil":"Tâmil","Tatar":"Tártaro","Telugu":"Télugo","Tajik":"Tadjique","Tagalog":"Tagalo","Thai":"Tailandês","Tigrinya":"Tigrínia","Klingon":"Letão","Tonga (Tonga Islands)":"Tonga","Tswana":"Tsuana","Tsonga":"Tsonga","Turkmen":"Turcomeno","Turkish":"Turco","Twi":"Twi","Uighur":"Uigur","Ukrainian":"Ucraniano","Urdu":"Urdu","Uzbek":"Uzbeque","Venda":"Venda","Vietnamese":"Vietnamita","Walloon":"Valão","Wolof":"Uólofe","Xhosa":"Xhosa","Yiddish":"Iídiche","Yoruba":"Ioruba","Zhuang":"Zuni","Chinese":"Chinês","Zulu":"Zulu"} \ No newline at end of file
diff --git a/client/src/locale/target/server_ru_RU.json b/client/src/locale/target/server_ru_RU.json
index e62f2aeb4..53825b38e 100644
--- a/client/src/locale/target/server_ru_RU.json
+++ b/client/src/locale/target/server_ru_RU.json
@@ -1 +1 @@
{"Music":"Музыка","Films":"Филмы","Vehicles":"ТранÑпортные ÑредÑтва","Art":"ИÑкуÑÑтво","Sports":"Спорт","Travels":"ПутешеÑтвиÑ","Gaming":"Видеоигры","People":"Люди","Comedy":"КомедиÑ","Entertainment":"РазвлечениÑ","How To":"Как","Education":"Образование","Activism":"Ðктивизм","Science & Technology":"Ðаука и ТехнологиÑ","Animals":"Животные ","Kids":"Дети","Food":"Еда","Attribution":"ÐтрибуциÑ","Attribution - Share Alike":" ÐÑ‚Ñ€Ð¸Ð±ÑƒÑ†Ð¸Ñ - Ð¿ÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ñ Ñ Ð¾Ð´Ð¸Ð½Ð°ÐºÐ¾Ð²Ñ‹Ð¼Ð¸ уÑловиÑми ","Attribution - No Derivatives":"ÐÑ‚Ñ€Ð¸Ð±ÑƒÑ†Ð¸Ñ - без права Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ ","Attribution - Non Commercial":"ÐÑ‚Ñ€Ð¸Ð±ÑƒÑ†Ð¸Ñ - не коммерчеÑкое иÑпользование","Attribution - Non Commercial - Share Alike":"ÐÑ‚Ñ€Ð¸Ð±ÑƒÑ†Ð¸Ñ - не коммерчеÑкое иÑпользование - Ð¿ÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ñ Ñ Ð¾Ð´Ð¸Ð½Ð°ÐºÐ¾Ð²Ñ‹Ð¼Ð¸ уÑловиÑми","Attribution - Non Commercial - No Derivatives":"ÐÑ‚Ñ€Ð¸Ð±ÑƒÑ†Ð¸Ñ - не коммерчеÑкое иÑпользование - без права изменениÑ","Public Domain Dedication":"Безлицензионный","Public":"ОбщеÑтвенный","Unlisted":" Ее включённый в ÑпиÑок","Private":"Личный","Published":"Опубликованный","To transcode":"Перекодировать","To import":"Импортировать","Pending":"Ð’ ожидании","Success":"Удачное завершение","Failed":"Ðеудачно","Misc":"Разное","Unknown":"ÐеизвеÑтное","Afar":"ÐфарÑкий","Abkhazian":"ÐбхазÑкий","Afrikaans":"ÐфрикаанÑ","Akan":"Ðкан","Amharic":"ÐмхарÑкий","Arabic":"ÐрабÑкий","Aragonese":"ÐрагонÑкий","American Sign Language":"ÐмÑлен","Assamese":"ÐÑÑамÑкий","Avaric":"ÐварÑкий","Kotava":"Котава","Aymara":"Ðймара","Azerbaijani":"ÐзербайджанÑкий","Bashkir":"БашкирÑкий","Bambara":"Бамана","Belarusian":"БелоруÑÑкий","Bengali":"БенгальÑкий","British Sign Language":"БританÑкий жеÑтовый","Bislama":"БиÑлама","Tibetan":"ТибетÑкий","Bosnian":"БоÑнийÑкий","Breton":"БретонÑкий","Bulgarian":"БолгарÑкий","Brazilian Sign Language":"БразильÑкий жеÑтовый","Catalan":"КаталанÑкий","Czech":"ЧешÑкий","Chamorro":"Чаморро","Chechen":"ЧеченÑкий","Chuvash":"ЧувашÑкий","Cornish":"КорнÑкий","Corsican":"КорÑиканÑкий","Cree":"Кри","Czech Sign Language":"ЧешÑкий жеÑтовый","Chinese Sign Language":"КитайÑкий жеÑтовый","Welsh":"УÑлш","Danish":"ДатÑкий","German":"Ðемецкий","Dhivehi":"Дивехи","Danish Sign Language":"ДатÑкий жеÑтовый ","Dzongkha":"Дзонг-кÑ","Modern Greek (1453-)":"Современный гречеÑкий","English":"ÐнглийÑкий","Esperanto":"ЭÑперанто","Estonian":"ЭÑтонÑкий","Basque":"БаÑкÑкий","Ewe":"Эве","Faroese":"ФарерÑкий","Persian":"ПерÑидÑкий","Fijian":"ФиджийÑкий","Finnish":"ФинÑкий","French":"ФранцузÑкий","Western Frisian":"ЗападнофризÑкий","French Sign Language":"ФранцузÑкий жеÑтовый","Fulah":"Фула","Scottish Gaelic":"ШотландÑкий","Irish":"ИрландÑкий","Galician":"ГалиÑийÑкий","Manx":"ÐœÑнÑкий","Guarani":"Гуарани","German Sign Language":"Ðемецкий жеÑтовый","Gujarati":"Гуджарати","Haitian":"ГаитÑнÑкий креольÑкий","Hausa":"ХауÑа","Serbo-Croatian":"СербохорватÑкий","Hebrew":"Иврит","Herero":"Гереро","Hindi":"Хинди","Hiri Motu":"Хири-моту","Croatian":"ХорватÑкий","Hungarian":"ВенгерÑкий","Armenian":"ÐрмÑнÑкий","Igbo":"Игбо","Sichuan Yi":"ÐоÑу","Inuktitut":"Инуктитут","Indonesian":"ИндонезийÑкий","Inupiaq":"ÐлÑÑкинÑко-инуитÑкие","Icelandic":"ИÑландÑкий","Italian":"ИтальÑнÑкий","Javanese":"ЯванÑкий","Lojban":"Ложбан","Japanese":"ЯпонÑкий","Japanese Sign Language":"ЯпонÑкий жеÑтовый","Kalaallisut":"ГренландÑкий","Kannada":"Каннада","Kashmiri":"КашмирÑкий","Georgian":"ГрузинÑкий","Kanuri":"Канури","Kazakh":"КазахÑкий","Khmer":"КхмерÑкий","Kikuyu":"Кикуйю","Kinyarwanda":"Руанда","Kirghiz":"КиргизÑкий","Komi":"Коми","Kongo":"Конго","Korean":"КорейÑкий","Kuanyama":"КваньÑма","Kurdish":"КурдÑкие","Lao":"ЛаоÑÑкий","Latvian":"ЛатышÑкий","Limburgan":"ЛимбургÑкий","Lingala":"Лингала","Lithuanian":"ЛитовÑкий","Luxembourgish":"ЛюкÑембургÑкий","Luba-Katanga":"Луба-катанга","Ganda":"Луганда","Marshallese":"МаршалльÑкий","Malayalam":"МалаÑлам","Marathi":"Маратхи","Macedonian":"МакедонÑкий","Malagasy":"МалагаÑийÑкий","Maltese":"МальтийÑкий","Mongolian":"МонгольÑкий","Maori":"Маори","Malay (macrolanguage)":"МалайÑкий","Burmese":"БирманÑкий","Nauru":"ÐауруанÑкий","Navajo":"Ðавахо","South Ndebele":"Южный ндебеле","North Ndebele":"Северный ндебеле","Ndonga":"Ðдонга","Nepali (macrolanguage)":"ÐепальÑкий","Dutch":"ÐидерландÑкий","Norwegian Nynorsk":"ÐовонорвежÑкий","Norwegian BokmÃ¥l":"Букмол","Norwegian":"ÐорвежÑкий","Nyanja":"ÐÑŒÑнджа","Ojibwa":"Оджибве","Oriya (macrolanguage)":"ОриÑ","Oromo":"Оромо","Ossetian":"ОÑетинÑкий","Panjabi":"Панджаби","Pakistan Sign Language":"ДагеÑтанÑкий ","Polish":"ПольÑкий","Portuguese":"ПортугальÑкий","Pushto":"Пушту","Quechua":"КеÌчуа","Romansh":"РоманшÑкий","Romanian":"РумынÑкий","Russian Sign Language":"РуÑÑкий жеÑтовый","Rundi":"Рунди","Russian":"РуÑÑкий","Sango":"Санго","Saudi Arabian Sign Language":"ÐрабÑкий жеÑтовый","South African Sign Language":"ЖеÑтовый Южной Ðфрики","Sinhala":"СингальÑкий","Slovak":"Словацкий","Slovenian":"СловенÑкий","Northern Sami":"СеверноÑаамÑкий","Samoan":"СамоанÑкий","Shona":"Шона","Sindhi":"Синдхи","Somali":"СомалийÑкий","Southern Sotho":"СеÑото","Spanish":"ИÑпанÑкий","Albanian":"ÐлбанÑкий","Sardinian":"СардинÑкий","Serbian":"СербÑкий","Swati":"Свати","Sundanese":"СунданÑкий","Swahili (macrolanguage)":"Суахили","Swedish":"ШведÑкий","Swedish Sign Language":"ШведÑкий жеÑтовый","Tahitian":"ТаитÑнÑкий","Tamil":"ТамильÑкий","Tatar":"ТатарÑкий","Telugu":"Телугу","Tajik":"ТаджикÑкий","Tagalog":"ТагальÑкий","Thai":"ТайÑкий","Tigrinya":"ТигриньÑ","Klingon":"КлингонÑкий","Tonga (Tonga Islands)":"ТонганÑкий","Tswana":"ТÑвана","Tsonga":"ТÑонга","Turkmen":"ТуркменÑкий","Turkish":"Турецкий","Twi":"Чви","Uighur":"УйгурÑкий","Ukrainian":"УкраинÑкий","Urdu":"Урду","Uzbek":"УзбекÑкий","Venda":"Венда","Vietnamese":"ВьетнамÑкий","Walloon":"ВаллонÑкий","Wolof":"Волоф","Xhosa":"КоÑа","Yiddish":"Идиш","Yoruba":"Йоруба","Zhuang":"ЧжуанÑкий","Chinese":"КитайÑкий","Zulu":"Зулу"} \ No newline at end of file {"Music":"Музыка","Films":"Филмы","Vehicles":"ТранÑпортные ÑредÑтва","Art":"ИÑкуÑÑтво","Sports":"Спорт","Travels":"ПутешеÑтвиÑ","Gaming":"Видеоигры","People":"Люди","Comedy":"КомедиÑ","Entertainment":"РазвлечениÑ","News & Politics":"ÐовоÑти и политика","How To":"Как","Education":"Образование","Activism":"Ðктивизм","Science & Technology":"Ðаука и ТехнологиÑ","Animals":"Животные ","Kids":"Дети","Food":"Еда","Attribution":"ÐтрибуциÑ","Attribution - Share Alike":" ÐÑ‚Ñ€Ð¸Ð±ÑƒÑ†Ð¸Ñ - Ð¿ÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ñ Ñ Ð¾Ð´Ð¸Ð½Ð°ÐºÐ¾Ð²Ñ‹Ð¼Ð¸ уÑловиÑми ","Attribution - No Derivatives":"ÐÑ‚Ñ€Ð¸Ð±ÑƒÑ†Ð¸Ñ - без права Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ ","Attribution - Non Commercial":"ÐÑ‚Ñ€Ð¸Ð±ÑƒÑ†Ð¸Ñ - не коммерчеÑкое иÑпользование","Attribution - Non Commercial - Share Alike":"ÐÑ‚Ñ€Ð¸Ð±ÑƒÑ†Ð¸Ñ - не коммерчеÑкое иÑпользование - Ð¿ÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ñ Ñ Ð¾Ð´Ð¸Ð½Ð°ÐºÐ¾Ð²Ñ‹Ð¼Ð¸ уÑловиÑми","Attribution - Non Commercial - No Derivatives":"ÐÑ‚Ñ€Ð¸Ð±ÑƒÑ†Ð¸Ñ - не коммерчеÑкое иÑпользование - без права изменениÑ","Public Domain Dedication":"Безлицензионный","Public":"ОбщеÑтвенный","Unlisted":" Ее включённый в ÑпиÑок","Private":"Личный","Published":"Опубликованный","To transcode":"Перекодировать","To import":"Импортировать","Pending":"Ð’ ожидании","Success":"Удачное завершение","Failed":"Ðеудачно","Regular":"Обычно","Watch later":"Смотреть позже","This video does not exist.":"Этого видео не ÑущеÑтвует.","We cannot fetch the video. Please try again later.":"Мы не можем извлечь видео. ПожалуйÑта, попробуйте еще раз позже.","Sorry":"ПроÑтите","This video is not available because the remote instance is not responding.":"Это видео недоÑтупно, поÑкольку удаленный Ñервер не отвечает.","Misc":"Разное","Unknown":"ÐеизвеÑтное","Afar":"ÐфарÑкий","Abkhazian":"ÐбхазÑкий","Afrikaans":"ÐфрикаанÑ","Akan":"Ðкан","Amharic":"ÐмхарÑкий","Arabic":"ÐрабÑкий","Aragonese":"ÐрагонÑкий","American Sign Language":"ÐмÑлен","Assamese":"ÐÑÑамÑкий","Avaric":"ÐварÑкий","Kotava":"Котава","Aymara":"Ðймара","Azerbaijani":"ÐзербайджанÑкий","Bashkir":"БашкирÑкий","Bambara":"Бамана","Belarusian":"БелоруÑÑкий","Bengali":"БенгальÑкий","British Sign Language":"БританÑкий жеÑтовый","Bislama":"БиÑлама","Tibetan":"ТибетÑкий","Bosnian":"БоÑнийÑкий","Breton":"БретонÑкий","Bulgarian":"БолгарÑкий","Brazilian Sign Language":"БразильÑкий жеÑтовый","Catalan":"КаталанÑкий","Czech":"ЧешÑкий","Chamorro":"Чаморро","Chechen":"ЧеченÑкий","Chuvash":"ЧувашÑкий","Cornish":"КорнÑкий","Corsican":"КорÑиканÑкий","Cree":"Кри","Czech Sign Language":"ЧешÑкий жеÑтовый","Chinese Sign Language":"КитайÑкий жеÑтовый","Welsh":"УÑлш","Danish":"ДатÑкий","German":"Ðемецкий","Dhivehi":"Дивехи","Danish Sign Language":"ДатÑкий жеÑтовый ","Dzongkha":"Дзонг-кÑ","Modern Greek (1453-)":"Современный гречеÑкий","English":"ÐнглийÑкий","Esperanto":"ЭÑперанто","Estonian":"ЭÑтонÑкий","Basque":"БаÑкÑкий","Ewe":"Эве","Faroese":"ФарерÑкий","Persian":"ПерÑидÑкий","Fijian":"ФиджийÑкий","Finnish":"ФинÑкий","French":"ФранцузÑкий","Western Frisian":"ЗападнофризÑкий","French Sign Language":"ФранцузÑкий жеÑтовый","Fulah":"Фула","Scottish Gaelic":"ШотландÑкий","Irish":"ИрландÑкий","Galician":"ГалиÑийÑкий","Manx":"ÐœÑнÑкий","Guarani":"Гуарани","German Sign Language":"Ðемецкий жеÑтовый","Gujarati":"Гуджарати","Haitian":"ГаитÑнÑкий креольÑкий","Hausa":"ХауÑа","Serbo-Croatian":"СербохорватÑкий","Hebrew":"Иврит","Herero":"Гереро","Hindi":"Хинди","Hiri Motu":"Хири-моту","Croatian":"ХорватÑкий","Hungarian":"ВенгерÑкий","Armenian":"ÐрмÑнÑкий","Igbo":"Игбо","Sichuan Yi":"ÐоÑу","Inuktitut":"Инуктитут","Indonesian":"ИндонезийÑкий","Inupiaq":"ÐлÑÑкинÑко-инуитÑкие","Icelandic":"ИÑландÑкий","Italian":"ИтальÑнÑкий","Javanese":"ЯванÑкий","Lojban":"Ложбан","Japanese":"ЯпонÑкий","Japanese Sign Language":"ЯпонÑкий жеÑтовый","Kalaallisut":"ГренландÑкий","Kannada":"Каннада","Kashmiri":"КашмирÑкий","Georgian":"ГрузинÑкий","Kanuri":"Канури","Kazakh":"КазахÑкий","Khmer":"КхмерÑкий","Kikuyu":"Кикуйю","Kinyarwanda":"Руанда","Kirghiz":"КиргизÑкий","Komi":"Коми","Kongo":"Конго","Korean":"КорейÑкий","Kuanyama":"КваньÑма","Kurdish":"КурдÑкие","Lao":"ЛаоÑÑкий","Latvian":"ЛатышÑкий","Limburgan":"ЛимбургÑкий","Lingala":"Лингала","Lithuanian":"ЛитовÑкий","Luxembourgish":"ЛюкÑембургÑкий","Luba-Katanga":"Луба-катанга","Ganda":"Луганда","Marshallese":"МаршалльÑкий","Malayalam":"МалаÑлам","Marathi":"Маратхи","Macedonian":"МакедонÑкий","Malagasy":"МалагаÑийÑкий","Maltese":"МальтийÑкий","Mongolian":"МонгольÑкий","Maori":"Маори","Malay (macrolanguage)":"МалайÑкий","Burmese":"БирманÑкий","Nauru":"ÐауруанÑкий","Navajo":"Ðавахо","South Ndebele":"Южный ндебеле","North Ndebele":"Северный ндебеле","Ndonga":"Ðдонга","Nepali (macrolanguage)":"ÐепальÑкий","Dutch":"ÐидерландÑкий","Norwegian Nynorsk":"ÐовонорвежÑкий","Norwegian BokmÃ¥l":"Букмол","Norwegian":"ÐорвежÑкий","Nyanja":"ÐÑŒÑнджа","Occitan":"окцитан","Ojibwa":"Оджибве","Oriya (macrolanguage)":"ОриÑ","Oromo":"Оромо","Ossetian":"ОÑетинÑкий","Panjabi":"Панджаби","Pakistan Sign Language":"ДагеÑтанÑкий ","Polish":"ПольÑкий","Portuguese":"ПортугальÑкий","Pushto":"Пушту","Quechua":"КеÌчуа","Romansh":"РоманшÑкий","Romanian":"РумынÑкий","Russian Sign Language":"РуÑÑкий жеÑтовый","Rundi":"Рунди","Russian":"РуÑÑкий","Sango":"Санго","Saudi Arabian Sign Language":"ÐрабÑкий жеÑтовый","South African Sign Language":"ЖеÑтовый Южной Ðфрики","Sinhala":"СингальÑкий","Slovak":"Словацкий","Slovenian":"СловенÑкий","Northern Sami":"СеверноÑаамÑкий","Samoan":"СамоанÑкий","Shona":"Шона","Sindhi":"Синдхи","Somali":"СомалийÑкий","Southern Sotho":"СеÑото","Spanish":"ИÑпанÑкий","Albanian":"ÐлбанÑкий","Sardinian":"СардинÑкий","Serbian":"СербÑкий","Swati":"Свати","Sundanese":"СунданÑкий","Swahili (macrolanguage)":"Суахили","Swedish":"ШведÑкий","Swedish Sign Language":"ШведÑкий жеÑтовый","Tahitian":"ТаитÑнÑкий","Tamil":"ТамильÑкий","Tatar":"ТатарÑкий","Telugu":"Телугу","Tajik":"ТаджикÑкий","Tagalog":"ТагальÑкий","Thai":"ТайÑкий","Tigrinya":"ТигриньÑ","Klingon":"КлингонÑкий","Tonga (Tonga Islands)":"ТонганÑкий","Tswana":"ТÑвана","Tsonga":"ТÑонга","Turkmen":"ТуркменÑкий","Turkish":"Турецкий","Twi":"Чви","Uighur":"УйгурÑкий","Ukrainian":"УкраинÑкий","Urdu":"Урду","Uzbek":"УзбекÑкий","Venda":"Венда","Vietnamese":"ВьетнамÑкий","Walloon":"ВаллонÑкий","Wolof":"Волоф","Xhosa":"КоÑа","Yiddish":"Идиш","Yoruba":"Йоруба","Zhuang":"ЧжуанÑкий","Chinese":"КитайÑкий","Zulu":"Зулу"} \ No newline at end of file
diff --git a/client/src/locale/target/server_sv_SE.json b/client/src/locale/target/server_sv_SE.json
index ed5e8c8ef..9fd87f3e6 100644
--- a/client/src/locale/target/server_sv_SE.json
+++ b/client/src/locale/target/server_sv_SE.json
@@ -1 +1 @@
{"Music":"Musik","Films":"Filmer","Vehicles":"Fordon","Art":"Konst","Sports":"Sport","Travels":"Resor","Gaming":"Spel","People":"Människor","Comedy":"Komedi","Entertainment":"Underhållning","News & Politics":"Nyheter och politik","How To":"Instruktioner","Education":"Utbildning","Activism":"Aktivism","Science & Technology":"Vetenskap och teknik","Animals":"Djur","Kids":"Barn","Food":"Mat","Attribution":"Attribution","Attribution - Share Alike":"Attribution - Share Alike","Attribution - No Derivatives":"Attribution - No Derivatives","Attribution - Non Commercial":"Attribution - Non Commercial","Attribution - Non Commercial - Share Alike":"Attribution - Non Commercial - Share Alike","Attribution - Non Commercial - No Derivatives":"Attribution - Non Commercial - No Derivatives","Public Domain Dedication":"Public Domain Dedication","Public":"Offentlig","Unlisted":"Olistad","Private":"Privat","Published":"Publicerad","To transcode":"Att omkoda","To import":"Att importera","Pending":"I kö","Success":"Lyckades","Failed":"Misslyckades","Misc":"Diverse","Unknown":"Okänd","Afar":"afar","Abkhazian":"abchaziska","Afrikaans":"afrikaans","Akan":"akan","Amharic":"amhariska","Arabic":"arabiska","Aragonese":"aragonska","American Sign Language":"amerikanskt teckenspråk","Assamese":"assamesiska","Avaric":"avariska","Kotava":"kotava","Aymara":"aymara","Azerbaijani":"azerbajdzjanska","Bashkir":"basjkiriska","Bambara":"bambara","Belarusian":"vitryska","Bengali":"bengali","British Sign Language":"brittiskt teckenspråk","Bislama":"bislama","Tibetan":"tibetanska","Bosnian":"bosniska","Breton":"bretonska","Bulgarian":"bulgariska","Brazilian Sign Language":"brasilianskt teckenspråk","Catalan":"katalanska","Czech":"tjeckiska","Chamorro":"chamorro","Chechen":"tjetjenska","Chuvash":"tjuvasjiska","Cornish":"korniska","Corsican":"korsikanska","Cree":"cree","Czech Sign Language":"tjeckiskt teckenspråk","Chinese Sign Language":"kinesiskt teckenspråk","Welsh":"kymriska","Danish":"danska","German":"tyska","Dhivehi":"divehi","Danish Sign Language":"danskt teckenspråk","Dzongkha":"dzongkha","Modern Greek (1453-)":"modern grekiska (1453–)","English":"engelska","Esperanto":"esperanto","Estonian":"estniska","Basque":"baskiska","Ewe":"ewe","Faroese":"färöiska","Persian":"persiska","Fijian":"fijianska","Finnish":"finska","French":"franska","Western Frisian":"västfrisiska","French Sign Language":"franskt teckenspråk","Fulah":"fula","Scottish Gaelic":"skotsk gäliska","Irish":"iriska","Galician":"galiciska","Manx":"manx","Guarani":"guaraní","German Sign Language":"tyskt teckenspråk","Gujarati":"gujarati","Haitian":"haitisk kreol","Hausa":"hausa","Serbo-Croatian":"serbokroatiska","Hebrew":"hebreiska","Herero":"herero","Hindi":"hindi","Hiri Motu":"hiri motu","Croatian":"kroatiska","Hungarian":"ungerska","Armenian":"armeniska","Igbo":"igbo","Sichuan Yi":"sichuan yi","Inuktitut":"inuktitut","Indonesian":"indonesiska","Inupiaq":"iñupiaq","Icelandic":"isländska","Italian":"italienska","Javanese":"javanesiska","Lojban":"lojban","Japanese":"japanska","Japanese Sign Language":"japanskt teckenspråk","Kalaallisut":"kalaallisut","Kannada":"kannada","Kashmiri":"kashmiri","Georgian":"georgiska","Kanuri":"kanuri","Kazakh":"kazakiska","Khmer":"khmer","Kikuyu":"kikuyu","Kinyarwanda":"rwanda","Kirghiz":"kirgiziska","Komi":"komi","Kongo":"kikongo","Korean":"koreanska","Kuanyama":"kwanyama","Kurdish":"kurdiska","Lao":"lao","Latvian":"lettiska","Limburgan":"limburgiska","Lingala":"lingala","Lithuanian":"litauiska","Luxembourgish":"luxemburgiska","Luba-Katanga":"luba-katanga","Ganda":"luganda","Marshallese":"marshallesiska","Malayalam":"malayalam","Marathi":"marathi","Macedonian":"makedonska","Malagasy":"malagassiska","Maltese":"maltesiska","Mongolian":"mongoliska","Maori":"maori","Malay (macrolanguage)":"malajiska","Burmese":"burmesiska","Nauru":"nauruanska","Navajo":"navajo","South Ndebele":"sydndebele","North Ndebele":"nordndebele","Ndonga":"ndonga","Nepali (macrolanguage)":"nepali","Dutch":"nederländska","Norwegian Nynorsk":"nynorska","Norwegian Bokmål":"bokmål","Norwegian":"norska","Nyanja":"chichewa","Occitan":"occitanska","Ojibwa":"ojibwa","Oriya (macrolanguage)":"oriya","Oromo":"oromo","Ossetian":"ossetiska","Panjabi":"punjabi","Pakistan Sign Language":"pakistanskt teckenspråk","Polish":"polska","Portuguese":"portugisiska","Pushto":"pashto","Quechua":"quechua","Romansh":"rätoromanska","Romanian":"rumänska","Russian Sign Language":"ryskt teckenspråk","Rundi":"kirundi","Russian":"ryska","Sango":"sango","Saudi Arabian Sign Language":"saudiarabiskt teckenspråk","South African Sign Language":"sydafrikanskt teckenspråk","Sinhala":"singalesiska","Slovak":"slovakiska","Slovenian":"slovenska","Northern Sami":"nordsamiska","Samoan":"samoanska","Shona":"shona","Sindhi":"sindhi","Somali":"somaliska","Southern Sotho":"sesotho","Spanish":"spanska","Albanian":"albanska","Sardinian":"sardiska","Serbian":"serbiska","Swati":"siSwati","Sundanese":"sundanesiska","Swahili (macrolanguage)":"swahili","Swedish":"svenska","Swedish Sign Language":"svenskt teckenspråk","Tahitian":"tahitiska","Tamil":"tamil","Tatar":"tatariska","Telugu":"telugu","Tajik":"tadzjikiska","Tagalog":"tagalog","Thai":"thai","Tigrinya":"tigrinska","Klingon":"klingon","Tonga (Tonga Islands)":"tonganska","Tswana":"setswana","Tsonga":"tsonga","Turkmen":"turkmeniska","Turkish":"turkiska","Twi":"twi","Uighur":"uiguriska","Ukrainian":"ukrainska","Urdu":"urdu","Uzbek":"uzbekiska","Venda":"venda","Vietnamese":"vietnamesiska","Walloon":"vallonska","Wolof":"wolof","Xhosa":"xhosa","Yiddish":"jiddisch","Yoruba":"yoruba","Zhuang":"zhuang","Chinese":"kinesiska","Zulu":"zulu"} \ No newline at end of file {"Music":"Musik","Films":"Filmer","Vehicles":"Fordon","Art":"Konst","Sports":"Sport","Travels":"Resor","Gaming":"Spel","People":"Människor","Comedy":"Komedi","Entertainment":"Underhållning","News & Politics":"Nyheter och politik","How To":"Instruktioner","Education":"Utbildning","Activism":"Aktivism","Science & Technology":"Vetenskap och teknik","Animals":"Djur","Kids":"Barn","Food":"Mat","Attribution":"Attribution","Attribution - Share Alike":"Attribution - Share Alike","Attribution - No Derivatives":"Attribution - No Derivatives","Attribution - Non Commercial":"Attribution - Non Commercial","Attribution - Non Commercial - Share Alike":"Attribution - Non Commercial - Share Alike","Attribution - Non Commercial - No Derivatives":"Attribution - Non Commercial - No Derivatives","Public Domain Dedication":"Public Domain Dedication","Public":"Offentlig","Unlisted":"Olistad","Private":"Privat","Published":"Publicerad","To transcode":"Att omkoda","To import":"Att importera","Pending":"I kö","Success":"Lyckades","Failed":"Misslyckades","Regular":"Vanlig","Watch later":"Titta senare","This video does not exist.":"Videon finns inte.","We cannot fetch the video. Please try again later.":"Vi kan inte hitta videon just nu. Försök gärna igen senare.","Sorry":"Vi beklagar","This video is not available because the remote instance is not responding.":"Videon är inte tillgänglig eftersom fjärrinstansen inte svarar.","Misc":"Diverse","Unknown":"Okänd","Afar":"Afar","Abkhazian":"Abchaziska","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amhariska","Arabic":"Arabiska","Aragonese":"Aragonska","American Sign Language":"Amerikanskt teckenspråk","Assamese":"Assamesiska","Avaric":"Avariska","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azerbajdzjanska","Bashkir":"Basjkiriska","Bambara":"Bambara","Belarusian":"Vitryska","Bengali":"Bengali","British Sign Language":"Brittiskt teckenspråk","Bislama":"Bislama","Tibetan":"Tibetanska","Bosnian":"Bosniska","Breton":"Bretonska","Bulgarian":"Bulgariska","Brazilian Sign Language":"Brasilianskt teckenspråk","Catalan":"Katalanska","Czech":"Tjeckiska","Chamorro":"Chamorro","Chechen":"Tjetjenska","Chuvash":"Tjuvasjiska","Cornish":"Korniska","Corsican":"Korsikanska","Cree":"Cree","Czech Sign Language":"Tjeckiskt teckenspråk","Chinese Sign Language":"Kinesiskt teckenspråk","Welsh":"Kymriska","Danish":"Danska","German":"Tyska","Dhivehi":"Divehi","Danish Sign Language":"Danskt teckenspråk","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Modern grekiska (1453–)","English":"Engelska","Esperanto":"Esperanto","Estonian":"Estniska","Basque":"Baskiska","Ewe":"Ewe","Faroese":"Färöiska","Persian":"Persiska","Fijian":"Fijianska","Finnish":"Finska","French":"Franska","Western Frisian":"Västfrisiska","French Sign Language":"Franskt teckenspråk","Fulah":"Fula","Scottish Gaelic":"Skotsk gäliska","Irish":"Iriska","Galician":"Galiciska","Manx":"Manx","Guarani":"Guaraní","German Sign Language":"Tyskt teckenspråk","Gujarati":"Gujarati","Haitian":"Haitisk kreol","Hausa":"Hausa","Serbo-Croatian":"Serbokroatiska","Hebrew":"Hebreiska","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri motu","Croatian":"Kroatiska","Hungarian":"Ungerska","Armenian":"Armeniska","Igbo":"Igbo","Sichuan Yi":"Sichuan Yi","Inuktitut":"Inuktitut","Indonesian":"Indonesiska","Inupiaq":"Iñupiaq","Icelandic":"Isländska","Italian":"Italienska","Javanese":"Javanesiska","Lojban":"Lojban","Japanese":"Japanska","Japanese Sign Language":"Japanskt teckenspråk","Kalaallisut":"Kalaallisut","Kannada":"Kannada","Kashmiri":"Kashmiri","Georgian":"Georgiska","Kanuri":"Kanuri","Kazakh":"Kazakiska","Khmer":"Khmer","Kikuyu":"Kikuyu","Kinyarwanda":"Rwanda","Kirghiz":"Kirgiziska","Komi":"Komi","Kongo":"Kikongo","Korean":"Koreanska","Kuanyama":"Kuanyama","Kurdish":"Kurdiska","Lao":"Lao","Latvian":"Lettiska","Limburgan":"Limburgiska","Lingala":"Lingala","Lithuanian":"Litauiska","Luxembourgish":"Luxemburgiska","Luba-Katanga":"Luba-Katanga","Ganda":"Luganda","Marshallese":"Marshallesiska","Malayalam":"Malayalam","Marathi":"Marathi","Macedonian":"Makedonska","Malagasy":"Malagassiska","Maltese":"Maltesiska","Mongolian":"Mongoliska","Maori":"Maori","Malay (macrolanguage)":"Malajiska","Burmese":"Burmesiska","Nauru":"Nauruanska","Navajo":"Navajo","South Ndebele":"Sydndebele","North Ndebele":"Nordndebele","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepali","Dutch":"Nederländska","Norwegian Nynorsk":"Nynorska","Norwegian Bokmål":"Bokmål","Norwegian":"Norska","Nyanja":"Chichewa","Occitan":"Occitanska","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya","Oromo":"Oromo","Ossetian":"Ossetiska","Panjabi":"Panjabi","Pakistan Sign Language":"Pakistanskt teckenspråk","Polish":"Polska","Portuguese":"Portugisiska","Pushto":"Pashto","Quechua":"Quechua","Romansh":"Rätoromanska","Romanian":"Rumänska","Russian Sign Language":"Ryskt teckenspråk","Rundi":"Kirundi","Russian":"Ryska","Sango":"Sango","Saudi Arabian Sign Language":"Saudiskt teckenspråk","South African Sign Language":"Sydafrikanskt teckenspråk","Sinhala":"Singalesiska","Slovak":"Slovakiska","Slovenian":"Slovenska","Northern Sami":"Nordsamiska","Samoan":"Samoanska","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somaliska","Southern Sotho":"Sesotho","Spanish":"Spanska","Albanian":"Albanska","Sardinian":"Sardiska","Serbian":"Serbiska","Swati":"SiSwati","Sundanese":"Sundanesiska","Swahili (macrolanguage)":"Swahili","Swedish":"Svenska","Swedish Sign Language":"Svenskt teckenspråk","Tahitian":"Tahitiska","Tamil":"Tamil","Tatar":"Tatariska","Telugu":"Telugu","Tajik":"Tadzjikiska","Tagalog":"Tagalog","Thai":"Thai","Tigrinya":"Tigrinska","Klingon":"Klingon","Tonga (Tonga Islands)":"Tonganska","Tswana":"Setswana","Tsonga":"Tsonga","Turkmen":"Turkmeniska","Turkish":"Turkiska","Twi":"Twi","Uighur":"Uiguriska","Ukrainian":"Ukrainska","Urdu":"Urdu","Uzbek":"Uzbekiska","Venda":"Venda","Vietnamese":"Vietnamesiska","Walloon":"Vallonska","Wolof":"Wolof","Xhosa":"Xhosa","Yiddish":"Jiddisch","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Kinesiska","Zulu":"Zulu"} \ No newline at end of file
diff --git a/client/src/locale/target/server_zh_Hant_TW.json b/client/src/locale/target/server_zh_Hant_TW.json
index 24f638df0..9beb11024 100644
--- a/client/src/locale/target/server_zh_Hant_TW.json
+++ b/client/src/locale/target/server_zh_Hant_TW.json
@@ -1 +1 @@
{"Music":"音樂","Films":"電影","Vehicles":"汽車","Art":"è—è¡“","Sports":"é‹å‹•","Travels":"æ—…éŠ","Gaming":"éŠæˆ²","People":"大眾","Comedy":"喜劇","Entertainment":"娛樂","News & Politics":"æ–°èžèˆ‡æ”¿ç­–","How To":"How To","Education":"教育","Activism":"行動","Science & Technology":"科學與科技","Animals":"動物","Kids":"å…’ç«¥","Food":"食物","Attribution":"姓å標示","Attribution - Share Alike":"姓å標示 - 相åŒæ–¹å¼åˆ†äº«","Attribution - No Derivatives":"姓å標示 - ç¦æ­¢æ”¹ä½œ","Attribution - Non Commercial":"姓å標示 - éžå•†æ¥­æ€§","Attribution - Non Commercial - Share Alike":"姓å標示 - éžå•†æ¥­æ€§ - 相åŒæ–¹å¼åˆ†äº«","Attribution - Non Commercial - No Derivatives":"姓å標示 - éžå•†æ¥­æ€§ - ç¦æ­¢æ”¹ä½œ","Public Domain Dedication":"公有領域","Public":"公開","Unlisted":"ä¸åˆ—出","Private":"ç§äºº","Published":"已發佈","To transcode":"待轉æ›ç·¨ç¢¼","To import":"待匯入","Pending":"擱置中","Success":"æˆåŠŸ","Failed":"失敗","Misc":"雜項","Unknown":"未知","Afar":"阿法爾語","Abkhazian":"阿布哈茲語","Afrikaans":"å—éžèªž","Akan":"阿寒語","Amharic":"阿姆哈拉語","Arabic":"阿拉伯語","Aragonese":"亞拉岡語","American Sign Language":"美國手語","Assamese":"阿薩姆語","Avaric":"阿瓦爾語","Kotava":"Kotava 語","Aymara":"艾馬拉語","Azerbaijani":"亞塞拜然語","Bashkir":"巴什基爾語","Bambara":"ç­å·´æ‹‰èªž","Belarusian":"白俄羅斯語","Bengali":"孟加拉語","British Sign Language":"英國手語","Bislama":"比斯拉馬語","Tibetan":"è—語","Bosnian":"波士尼亞語","Breton":"布列塔尼語","Bulgarian":"ä¿åŠ åˆ©äºžèªž","Brazilian Sign Language":"巴西手語","Catalan":"加泰隆尼亞語","Czech":"æ·å…‹èªž","Chamorro":"查莫羅語","Chechen":"車臣語","Chuvash":"楚瓦什語","Cornish":"康瓦爾語","Corsican":"科西嘉語","Cree":"克里語","Czech Sign Language":"æ·å…‹æ‰‹èªž","Chinese Sign Language":"中國手語","Welsh":"å¨çˆ¾æ–¯èªž","Danish":"丹麥語","German":"德語","Dhivehi":"迪維西語","Danish Sign Language":"丹麥手語","Dzongkha":"ä¸ä¸¹èªž","Modern Greek (1453-)":"ç¾ä»£å¸Œè‡˜èªžï¼ˆ1453年後)","English":"英語","Esperanto":"世界語","Estonian":"愛沙尼亞語","Basque":"巴斯克語","Ewe":"埃維語","Faroese":"法羅語","Persian":"波斯語","Fijian":"æ–濟語","Finnish":"芬蘭語","French":"法語","Western Frisian":"西è²å£«è˜­èªž","French Sign Language":"法國手語","Fulah":"富拉語","Scottish Gaelic":"蘇格蘭蓋爾語","Irish":"愛爾蘭語","Galician":"加利西亞語","Manx":"曼島語","Guarani":"瓜拉尼語","German Sign Language":"德國手語","Gujarati":"å¤å‰æ‹‰ç‰¹èªž","Haitian":"海地語","Hausa":"豪薩語","Serbo-Croatian":"塞爾維亞-克羅埃西亞語","Hebrew":"希伯來語","Herero":"赫雷羅語","Hindi":"å°åœ°èªž","Hiri Motu":"希里摩圖語","Croatian":"克羅埃西亞語","Hungarian":"匈牙利語","Armenian":"亞美尼亞語","Igbo":"伊åšèªž","Sichuan Yi":"å½èªžåŒ—部方言","Inuktitut":"å› ç´ç‰¹èªž","Indonesian":"å°å°¼èªž","Inupiaq":"å› ç´çš®é›…特語","Icelandic":"冰島語","Italian":"義大利語","Javanese":"爪哇語","Lojban":"é‚輯語","Japanese":"日語","Japanese Sign Language":"日本手語","Kalaallisut":"格陵蘭語","Kannada":"康ç´é”語","Kashmiri":"喀什米爾語","Georgian":"喬治亞語","Kanuri":"å¡åŠªé‡Œèªž","Kazakh":"哈薩克語","Khmer":"高棉語","Kikuyu":"基庫尤語","Kinyarwanda":"盧安é”語","Kirghiz":"å‰çˆ¾å‰æ–¯èªž","Komi":"科米語","Kongo":"剛果語","Korean":"韓語","Kuanyama":"Kuanyama 語","Kurdish":"庫德語","Lao":"寮語","Latvian":"拉脫維亞語","Limburgan":"林堡語","Lingala":"林格拉語","Lithuanian":"立陶宛語","Luxembourgish":"盧森堡語","Luba-Katanga":"盧巴å¡ä¸¹åŠ èªž","Ganda":"盧干é”語","Marshallese":"馬紹爾語","Malayalam":"馬拉雅拉姆語","Marathi":"馬拉æ語","Macedonian":"馬其頓語","Malagasy":"馬拉加斯語","Maltese":"馬爾他語","Mongolian":"è’™å¤èªž","Maori":"毛利語","Malay (macrolanguage)":"馬來語","Burmese":"緬甸語","Nauru":"諾魯語","Navajo":"ç´ç“¦è·èªž","South Ndebele":"å—æ©å¾·è²å‹’語","North Ndebele":"北æ©å¾·è²å‹’語","Ndonga":"æ©æ•¦åŠ èªž","Nepali (macrolanguage)":"尼泊爾語","Dutch":"è·è˜­èªž","Norwegian Nynorsk":"新挪å¨èªž","Norwegian BokmÃ¥l":"書é¢æŒªå¨èªž","Norwegian":"挪å¨èªž","Nyanja":"å°¼æšè³ˆèªž","Occitan":"奧克西當語","Ojibwa":"æ­åŠå¸ƒå¨èªž","Oriya (macrolanguage)":"æ­åˆ©äºžèªž","Oromo":"奧羅莫語","Ossetian":"奧塞æ亞語","Panjabi":"æ—é®æ™®èªž","Pakistan Sign Language":"巴基斯å¦æ‰‹èªž","Polish":"波蘭語","Portuguese":"è‘¡è„牙語","Pushto":"普什圖語","Quechua":"奇楚瓦語","Romansh":"羅曼什語","Romanian":"羅馬尼亞語","Russian Sign Language":"俄羅斯手語","Rundi":"克倫地語","Russian":"俄語","Sango":"桑戈語","Saudi Arabian Sign Language":"æ²™çƒåœ°é˜¿æ‹‰ä¼¯æ‰‹èªž","South African Sign Language":"å—éžæ‰‹èªž","Sinhala":"僧伽羅語","Slovak":"斯洛ä¼å…‹èªž","Slovenian":"斯洛維尼亞語","Northern Sami":"北方薩米語","Samoan":"薩摩亞語","Shona":"ä¿®ç´èªž","Sindhi":"信德語","Somali":"索馬利亞語","Southern Sotho":"塞索托語","Spanish":"西ç­ç‰™èªž","Albanian":"阿爾巴尼亞語","Sardinian":"è–©ä¸å°¼äºžèªž","Serbian":"塞爾維亞語","Swati":"å²ç“¦æ¿Ÿèªž","Sundanese":"巽他語","Swahili (macrolanguage)":"斯瓦希里語","Swedish":"瑞典語","Swedish Sign Language":"瑞典手語","Tahitian":"大溪地語","Tamil":"å¦ç±³çˆ¾èªž","Tatar":"韃é¼èªž","Telugu":"泰盧固語","Tajik":"å¡”å‰å…‹èªž","Tagalog":"他加祿語","Thai":"泰語","Tigrinya":"æ格利尼亞語","Klingon":"克林貢語","Tonga (Tonga Islands)":"æ±åŠ èªž","Tswana":"札那語","Tsonga":"宋加語","Turkmen":"土庫曼語","Turkish":"土耳其語","Twi":"契維語","Uighur":"維å¾çˆ¾èªž","Ukrainian":"çƒå…‹è˜­èªž","Urdu":"çƒçˆ¾éƒ½èªž","Uzbek":"çƒèŒ²åˆ¥å…‹èªž","Venda":"æ–‡é”語","Vietnamese":"越å—語","Walloon":"瓦隆語","Wolof":"沃洛夫語","Xhosa":"科薩語","Yiddish":"æ„第緒語","Yoruba":"約魯巴語","Zhuang":"壯語","Chinese":"漢語","Zulu":"祖魯語"} \ No newline at end of file {"Music":"音樂","Films":"電影","Vehicles":"汽車","Art":"è—è¡“","Sports":"é‹å‹•","Travels":"æ—…éŠ","Gaming":"éŠæˆ²","People":"大眾","Comedy":"喜劇","Entertainment":"娛樂","News & Politics":"æ–°èžèˆ‡æ”¿ç­–","How To":"How To","Education":"教育","Activism":"行動","Science & Technology":"科學與科技","Animals":"動物","Kids":"å…’ç«¥","Food":"食物","Attribution":"姓å標示","Attribution - Share Alike":"姓å標示 - 相åŒæ–¹å¼åˆ†äº«","Attribution - No Derivatives":"姓å標示 - ç¦æ­¢æ”¹ä½œ","Attribution - Non Commercial":"姓å標示 - éžå•†æ¥­æ€§","Attribution - Non Commercial - Share Alike":"姓å標示 - éžå•†æ¥­æ€§ - 相åŒæ–¹å¼åˆ†äº«","Attribution - Non Commercial - No Derivatives":"姓å標示 - éžå•†æ¥­æ€§ - ç¦æ­¢æ”¹ä½œ","Public Domain Dedication":"公有領域","Public":"公開","Unlisted":"ä¸åˆ—出","Private":"ç§äºº","Published":"已發佈","To transcode":"待轉æ›ç·¨ç¢¼","To import":"待匯入","Pending":"擱置中","Success":"æˆåŠŸ","Failed":"失敗","Regular":"一般","Watch later":"ç¨å¾Œè§€çœ‹","This video does not exist.":"此影片ä¸å­˜åœ¨ã€‚","We cannot fetch the video. Please try again later.":"我們無法擷å–影片。請ç¨å¾Œå†è©¦ä¸€æ¬¡ã€‚","Sorry":"抱歉","This video is not available because the remote instance is not responding.":"此影片ä¸å¯ç”¨ï¼Œå› ç‚ºé ç«¯å¯¦é«”沒有回應。","Misc":"雜項","Unknown":"未知","Afar":"阿法爾語","Abkhazian":"阿布哈茲語","Afrikaans":"å—éžèªž","Akan":"阿寒語","Amharic":"阿姆哈拉語","Arabic":"阿拉伯語","Aragonese":"亞拉岡語","American Sign Language":"美國手語","Assamese":"阿薩姆語","Avaric":"阿瓦爾語","Kotava":"Kotava 語","Aymara":"艾馬拉語","Azerbaijani":"亞塞拜然語","Bashkir":"巴什基爾語","Bambara":"ç­å·´æ‹‰èªž","Belarusian":"白俄羅斯語","Bengali":"孟加拉語","British Sign Language":"英國手語","Bislama":"比斯拉馬語","Tibetan":"è—語","Bosnian":"波士尼亞語","Breton":"布列塔尼語","Bulgarian":"ä¿åŠ åˆ©äºžèªž","Brazilian Sign Language":"巴西手語","Catalan":"加泰隆尼亞語","Czech":"æ·å…‹èªž","Chamorro":"查莫羅語","Chechen":"車臣語","Chuvash":"楚瓦什語","Cornish":"康瓦爾語","Corsican":"科西嘉語","Cree":"克里語","Czech Sign Language":"æ·å…‹æ‰‹èªž","Chinese Sign Language":"中國手語","Welsh":"å¨çˆ¾æ–¯èªž","Danish":"丹麥語","German":"德語","Dhivehi":"迪維西語","Danish Sign Language":"丹麥手語","Dzongkha":"ä¸ä¸¹èªž","Modern Greek (1453-)":"ç¾ä»£å¸Œè‡˜èªžï¼ˆ1453年後)","English":"英語","Esperanto":"世界語","Estonian":"愛沙尼亞語","Basque":"巴斯克語","Ewe":"埃維語","Faroese":"法羅語","Persian":"波斯語","Fijian":"æ–濟語","Finnish":"芬蘭語","French":"法語","Western Frisian":"西è²å£«è˜­èªž","French Sign Language":"法國手語","Fulah":"富拉語","Scottish Gaelic":"蘇格蘭蓋爾語","Irish":"愛爾蘭語","Galician":"加利西亞語","Manx":"曼島語","Guarani":"瓜拉尼語","German Sign Language":"德國手語","Gujarati":"å¤å‰æ‹‰ç‰¹èªž","Haitian":"海地語","Hausa":"豪薩語","Serbo-Croatian":"塞爾維亞-克羅埃西亞語","Hebrew":"希伯來語","Herero":"赫雷羅語","Hindi":"å°åœ°èªž","Hiri Motu":"希里摩圖語","Croatian":"克羅埃西亞語","Hungarian":"匈牙利語","Armenian":"亞美尼亞語","Igbo":"伊åšèªž","Sichuan Yi":"å½èªžåŒ—部方言","Inuktitut":"å› ç´ç‰¹èªž","Indonesian":"å°å°¼èªž","Inupiaq":"å› ç´çš®é›…特語","Icelandic":"冰島語","Italian":"義大利語","Javanese":"爪哇語","Lojban":"é‚輯語","Japanese":"日語","Japanese Sign Language":"日本手語","Kalaallisut":"格陵蘭語","Kannada":"康ç´é”語","Kashmiri":"喀什米爾語","Georgian":"喬治亞語","Kanuri":"å¡åŠªé‡Œèªž","Kazakh":"哈薩克語","Khmer":"高棉語","Kikuyu":"基庫尤語","Kinyarwanda":"盧安é”語","Kirghiz":"å‰çˆ¾å‰æ–¯èªž","Komi":"科米語","Kongo":"剛果語","Korean":"韓語","Kuanyama":"Kuanyama 語","Kurdish":"庫德語","Lao":"寮語","Latvian":"拉脫維亞語","Limburgan":"林堡語","Lingala":"林格拉語","Lithuanian":"立陶宛語","Luxembourgish":"盧森堡語","Luba-Katanga":"盧巴å¡ä¸¹åŠ èªž","Ganda":"盧干é”語","Marshallese":"馬紹爾語","Malayalam":"馬拉雅拉姆語","Marathi":"馬拉æ語","Macedonian":"馬其頓語","Malagasy":"馬拉加斯語","Maltese":"馬爾他語","Mongolian":"è’™å¤èªž","Maori":"毛利語","Malay (macrolanguage)":"馬來語","Burmese":"緬甸語","Nauru":"諾魯語","Navajo":"ç´ç“¦è·èªž","South Ndebele":"å—æ©å¾·è²å‹’語","North Ndebele":"北æ©å¾·è²å‹’語","Ndonga":"æ©æ•¦åŠ èªž","Nepali (macrolanguage)":"尼泊爾語","Dutch":"è·è˜­èªž","Norwegian Nynorsk":"新挪å¨èªž","Norwegian BokmÃ¥l":"書é¢æŒªå¨èªž","Norwegian":"挪å¨èªž","Nyanja":"å°¼æšè³ˆèªž","Occitan":"奧克西當語","Ojibwa":"æ­åŠå¸ƒå¨èªž","Oriya (macrolanguage)":"æ­åˆ©äºžèªž","Oromo":"奧羅莫語","Ossetian":"奧塞æ亞語","Panjabi":"æ—é®æ™®èªž","Pakistan Sign Language":"巴基斯å¦æ‰‹èªž","Polish":"波蘭語","Portuguese":"è‘¡è„牙語","Pushto":"普什圖語","Quechua":"奇楚瓦語","Romansh":"羅曼什語","Romanian":"羅馬尼亞語","Russian Sign Language":"俄羅斯手語","Rundi":"克倫地語","Russian":"俄語","Sango":"桑戈語","Saudi Arabian Sign Language":"æ²™çƒåœ°é˜¿æ‹‰ä¼¯æ‰‹èªž","South African Sign Language":"å—éžæ‰‹èªž","Sinhala":"僧伽羅語","Slovak":"斯洛ä¼å…‹èªž","Slovenian":"斯洛維尼亞語","Northern Sami":"北方薩米語","Samoan":"薩摩亞語","Shona":"ä¿®ç´èªž","Sindhi":"信德語","Somali":"索馬利亞語","Southern Sotho":"塞索托語","Spanish":"西ç­ç‰™èªž","Albanian":"阿爾巴尼亞語","Sardinian":"è–©ä¸å°¼äºžèªž","Serbian":"塞爾維亞語","Swati":"å²ç“¦æ¿Ÿèªž","Sundanese":"巽他語","Swahili (macrolanguage)":"斯瓦希里語","Swedish":"瑞典語","Swedish Sign Language":"瑞典手語","Tahitian":"大溪地語","Tamil":"å¦ç±³çˆ¾èªž","Tatar":"韃é¼èªž","Telugu":"泰盧固語","Tajik":"å¡”å‰å…‹èªž","Tagalog":"他加祿語","Thai":"泰語","Tigrinya":"æ格利尼亞語","Klingon":"克林貢語","Tonga (Tonga Islands)":"æ±åŠ èªž","Tswana":"札那語","Tsonga":"宋加語","Turkmen":"土庫曼語","Turkish":"土耳其語","Twi":"契維語","Uighur":"維å¾çˆ¾èªž","Ukrainian":"çƒå…‹è˜­èªž","Urdu":"çƒçˆ¾éƒ½èªž","Uzbek":"çƒèŒ²åˆ¥å…‹èªž","Venda":"æ–‡é”語","Vietnamese":"越å—語","Walloon":"瓦隆語","Wolof":"沃洛夫語","Xhosa":"科薩語","Yiddish":"æ„第緒語","Yoruba":"約魯巴語","Zhuang":"壯語","Chinese":"漢語","Zulu":"祖魯語"} \ No newline at end of file
diff --git a/client/src/main.ts b/client/src/main.ts
index dee962180..86fdabba5 100644
--- a/client/src/main.ts
+++ b/client/src/main.ts
@@ -34,7 +34,7 @@ const bootstrap = () => platformBrowserDynamic()
34 // .catch(err => console.error('Cannot register service worker.', err)) 34 // .catch(err => console.error('Cannot register service worker.', err))
35 // } 35 // }
36 36
37 if (navigator.serviceWorker) { 37 if (navigator.serviceWorker && typeof navigator.serviceWorker.getRegistrations === 'function') {
38 navigator.serviceWorker.getRegistrations() 38 navigator.serviceWorker.getRegistrations()
39 .then(registrations => { 39 .then(registrations => {
40 for (const registration of registrations) { 40 for (const registration of registrations) {
diff --git a/client/src/polyfills.ts b/client/src/polyfills.ts
index 368908432..b68c07fdb 100644
--- a/client/src/polyfills.ts
+++ b/client/src/polyfills.ts
@@ -76,6 +76,7 @@ import 'core-js/es7/object'
76/*************************************************************************************************** 76/***************************************************************************************************
77 * Zone JS is required by default for Angular itself. 77 * Zone JS is required by default for Angular itself.
78 */ 78 */
79// tslint:disable
79import 'zone.js/dist/zone' // Included with Angular CLI. 80import 'zone.js/dist/zone' // Included with Angular CLI.
80 81
81/*************************************************************************************************** 82/***************************************************************************************************
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 478737a43..d84766240 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -104,7 +104,7 @@ label {
104 background-color: var(--submenuColor); 104 background-color: var(--submenuColor);
105 width: 100%; 105 width: 100%;
106 height: 81px; 106 height: 81px;
107 margin-bottom: 30px; 107 margin-bottom: $sub-menu-margin-bottom;
108 display: flex; 108 display: flex;
109 align-items: center; 109 align-items: center;
110 padding-left: $not-expanded-horizontal-margins; 110 padding-left: $not-expanded-horizontal-margins;
@@ -147,7 +147,7 @@ label {
147 } 147 }
148 148
149 @media screen and (max-width: 500px) { 149 @media screen and (max-width: 500px) {
150 margin-right: 20px; 150 margin-right: 15px;
151 } 151 }
152} 152}
153 153
@@ -382,6 +382,8 @@ table {
382 } 382 }
383 383
384 .sub-menu { 384 .sub-menu {
385 width: 100vw;
386 overflow-x: auto;
385 padding-left: 15px; 387 padding-left: 15px;
386 padding-right: 15px; 388 padding-right: 15px;
387 margin-bottom: 10px; 389 margin-bottom: 10px;
diff --git a/client/src/sass/include/_miniature.scss b/client/src/sass/include/_miniature.scss
new file mode 100644
index 000000000..b62187fd2
--- /dev/null
+++ b/client/src/sass/include/_miniature.scss
@@ -0,0 +1,140 @@
1@import '_variables';
2@import '_mixins';
3
4@mixin miniature-name {
5 @include ellipsis-multiline(1.1em, 2);
6
7 transition: color 0.2s;
8 font-weight: $font-semibold;
9 color: var(--mainForegroundColor);
10 margin-top: 10px;
11 margin-bottom: 5px;
12
13 &:hover {
14 text-decoration: none;
15 }
16
17 &.blur-filter {
18 filter: blur(3px);
19 padding-left: 4px;
20 }
21}
22
23$play-overlay-transition: 0.2s ease;
24$play-overlay-height: 26px;
25$play-overlay-width: 18px;
26
27@mixin miniature-thumbnail {
28 @include disable-outline;
29
30 display: flex;
31 flex-direction: column;
32 position: relative;
33 border-radius: 3px;
34 overflow: hidden;
35 width: $video-thumbnail-width;
36 height: $video-thumbnail-height;
37 background-color: #ececec;
38 transition: filter $play-overlay-transition;
39
40 .play-overlay {
41 position: absolute;
42 right: 0;
43 bottom: 0;
44
45 width: inherit;
46 height: inherit;
47 opacity: 0;
48 background-color: rgba(0, 0, 0, 0.7);
49
50 &, .icon {
51 transition: all $play-overlay-transition;
52 }
53
54 .icon {
55 width: 0;
56 height: 0;
57
58 position: absolute;
59 left: 50%;
60 top: 50%;
61 transform: translate(-50%, -50%) scale(0.5);
62
63 border-top: ($play-overlay-height / 2) solid transparent;
64 border-bottom: ($play-overlay-height / 2) solid transparent;
65
66 border-left: $play-overlay-width solid rgba(255, 255, 255, 0.95);
67 }
68 }
69
70 &:hover {
71 text-decoration: none !important;
72
73 .play-overlay {
74 opacity: 1;
75
76 .icon {
77 transform: translate(-50%, -50%) scale(1);
78 }
79 }
80 }
81
82 &.focus-visible {
83 box-shadow: 0 0 0 2px var(--mainColor);
84 }
85
86 img {
87 width: inherit;
88 height: inherit;
89
90 &.blur-filter {
91 filter: blur(20px);
92 transform : scale(1.03);
93 }
94 }
95}
96
97@mixin thumbnail-size-component ($width, $height) {
98 /deep/ .video-thumbnail {
99 width: $width;
100 height: $height;
101 }
102}
103
104@mixin static-thumbnail-overlay {
105 display: inline-block;
106 background-color: rgba(0, 0, 0, 0.7);
107 color: #fff;
108}
109
110@mixin video-miniature-small-screen {
111 text-align: center;
112
113 /deep/ .video-miniature {
114 padding-right: 0;
115 height: auto;
116 width: 100%;
117 margin-bottom: 20px;
118
119 .video-miniature-information {
120 width: 100% !important;
121 text-align: left;
122
123 span {
124 width: 100%;
125 }
126 }
127
128 .video-thumbnail {
129 margin: 0 -15px 10px -15px;
130 width: 100vw;
131 height: calc(100vw / #{$video-thumbnail-ratio});
132 border-radius: 0;
133
134 img {
135 width: 100%;
136 height: 100%;
137 }
138 }
139 }
140}
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index e18e9ae9d..262a8136f 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -18,23 +18,21 @@
18 } 18 }
19} 19}
20 20
21/** 21
22 * This mixin will crop text in block for needed amount of lines and put ellipsis at the end 22@mixin ellipsis {
23 * 23 white-space: nowrap;
24 * @param $font-size font-size property 24 overflow: hidden;
25 * @param $line-height line-height property 25 text-overflow: ellipsis;
26 * @param $lines-to-show amount of lines to show 26}
27 */ 27
28@mixin ellipsis-multiline($font-size: 1rem, $line-height: 1, $lines-to-show: 2) { 28@mixin ellipsis-multiline($font-size: 16px, $number-of-lines: 2) {
29 display: block; 29 display: block;
30 /* Fallback for non-webkit */ 30 /* Fallback for non-webkit */
31 display: -webkit-box; 31 display: -webkit-box;
32 max-height: $font-size * $line-height * $lines-to-show; 32 max-height: $font-size * $number-of-lines;
33 /* Fallback for non-webkit */ 33 /* Fallback for non-webkit */
34 font-size: $font-size; 34 font-size: $font-size;
35 line-height: $line-height; 35 line-height: $font-size;
36 -webkit-line-clamp: $lines-to-show;
37 -webkit-box-orient: vertical;
38 overflow: hidden; 36 overflow: hidden;
39 text-overflow: ellipsis; 37 text-overflow: ellipsis;
40} 38}
@@ -57,13 +55,25 @@
57 55
58@mixin apply-svg-color ($color) { 56@mixin apply-svg-color ($color) {
59 /deep/ svg { 57 /deep/ svg {
60 path[fill="#000000"], g[fill="#000000"], rect[fill="#000000"], circle[fill="#000000"] { 58 path[fill="#000000"],
59 g[fill="#000000"],
60 rect[fill="#000000"],
61 circle[fill="#000000"],
62 polygon[fill="#000000"] {
61 fill: $color; 63 fill: $color;
62 } 64 }
63 65
64 path[stroke="#000000"], g[stroke="#000000"], rect[stroke="#000000"], circle[stroke="#000000"] { 66 path[stroke="#000000"],
67 g[stroke="#000000"],
68 rect[stroke="#000000"],
69 circle[stroke="#000000"],
70 polygon[stroke="#000000"] {
65 stroke: $color; 71 stroke: $color;
66 } 72 }
73
74 stop[stop-color="#000000"] {
75 stop-color: $color;
76 }
67 } 77 }
68} 78}
69 79
@@ -225,6 +235,10 @@
225 position: relative; 235 position: relative;
226 font-size: 15px; 236 font-size: 15px;
227 237
238 @media screen and (max-width: $width) {
239 width: 100%;
240 }
241
228 &:after { 242 &:after {
229 top: 50%; 243 top: 50%;
230 right: calc(0% + 15px); 244 right: calc(0% + 15px);
@@ -432,7 +446,7 @@
432 height: 160px; 446 height: 160px;
433 display: flex; 447 display: flex;
434 flex-direction: column; 448 flex-direction: column;
435 align-items: start; 449 align-items: flex-start;
436 450
437 .actor { 451 .actor {
438 display: flex; 452 display: flex;
@@ -505,36 +519,18 @@
505 @media screen and (max-width: 800px) { 519 @media screen and (max-width: 800px) {
506 flex-direction: column; 520 flex-direction: column;
507 height: auto; 521 height: auto;
508 text-align: center;
509 align-items: center; 522 align-items: center;
510 } 523 }
511} 524}
512 525
513@mixin video-miniature-small-screen { 526@mixin dropdown-with-icon-item {
514 text-align: center; 527 padding: 6px 24px;
515 528
516 /deep/ .video-miniature { 529 my-global-icon {
517 padding-right: 0; 530 width: 24px;
518 height: auto;
519 width: 100%;
520 margin-bottom: 20px;
521
522 .video-miniature-information {
523 width: 100% !important;
524
525 span {
526 width: 100%;
527 }
528 }
529
530 .video-thumbnail {
531 width: 100%;
532 height: auto;
533 531
534 img { 532 margin-right: 10px;
535 width: 100%; 533 position: relative;
536 height: auto; 534 top: -2px;
537 }
538 }
539 } 535 }
540} 536}
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss
index 3780b7501..c7b205b11 100644
--- a/client/src/sass/include/_variables.scss
+++ b/client/src/sass/include/_variables.scss
@@ -44,14 +44,20 @@ $footer-margin: 30px;
44 44
45$footer-border-color: $header-border-color; 45$footer-border-color: $header-border-color;
46 46
47$video-thumbnail-height: 110px; 47$separator-border-color: rgba(0, 0, 0, 0.10);
48$video-thumbnail-width: 200px; 48
49$video-miniature-width: 238px;
50$video-thumbnail-height: 122px;
51$video-thumbnail-width: 223px;
52$video-thumbnail-ratio: $video-thumbnail-width / $video-thumbnail-height;
49 53
50$theater-bottom-space: 115px; 54$theater-bottom-space: 115px;
51 55
52$input-background-color: $bg-color; 56$input-background-color: $bg-color;
53$input-placeholder-color: #898989; 57$input-placeholder-color: #898989;
54 58
59$sub-menu-margin-bottom: 30px;
60
55/*** map theme ***/ 61/*** map theme ***/
56 62
57// pass variables into a sass map, 63// pass variables into a sass map,
diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss
index 4e921e970..e63a2875c 100644
--- a/client/src/sass/player/peertube-skin.scss
+++ b/client/src/sass/player/peertube-skin.scss
@@ -21,16 +21,16 @@
21 .vjs-dock-description { 21 .vjs-dock-description {
22 font-size: 11px; 22 font-size: 11px;
23 23
24 &::before, &::after { 24 .text::before, .text::after {
25 display: inline-block; 25 display: inline-block;
26 content: '\1F308'; 26 content: '\1F308';
27 } 27 }
28 28
29 &::before { 29 .text::before {
30 margin-right: 4px; 30 margin-right: 4px;
31 } 31 }
32 32
33 &::after { 33 .text::after {
34 margin-left: 4px; 34 margin-left: 4px;
35 transform: scale(-1, 1); 35 transform: scale(-1, 1);
36 } 36 }
@@ -55,7 +55,7 @@
55 $big-play-width: 1.2em; 55 $big-play-width: 1.2em;
56 $big-play-height: 1.2em; 56 $big-play-height: 1.2em;
57 57
58 border: 6px solid #fff; 58 border: 4px solid #fff;
59 border-radius: 100%; 59 border-radius: 100%;
60 60
61 left: 50%; 61 left: 50%;
@@ -483,7 +483,7 @@
483 483
484 .vjs-big-play-button { 484 .vjs-big-play-button {
485 font-size: 5em; 485 font-size: 5em;
486 border-width: 5px; 486 border-width: 3px;
487 487
488 .vjs-icon-placeholder::before { 488 .vjs-icon-placeholder::before {
489 @include big-play-button-triangle-size(32px); 489 @include big-play-button-triangle-size(32px);
@@ -498,7 +498,7 @@
498 498
499 .vjs-big-play-button { 499 .vjs-big-play-button {
500 font-size: 4.5em; 500 font-size: 4.5em;
501 border-width: 4.5px; 501 border-width: 2.5px;
502 502
503 .vjs-icon-placeholder::before { 503 .vjs-icon-placeholder::before {
504 @include big-play-button-triangle-size(27px); 504 @include big-play-button-triangle-size(27px);
@@ -521,7 +521,7 @@
521 521
522 .vjs-big-play-button { 522 .vjs-big-play-button {
523 font-size: 3em; 523 font-size: 3em;
524 border-width: 3px; 524 border-width: 2px;
525 525
526 .vjs-icon-placeholder::before { 526 .vjs-icon-placeholder::before {
527 @include big-play-button-triangle-size(20px); 527 @include big-play-button-triangle-size(20px);
@@ -605,4 +605,4 @@
605 .vjs-error-display { 605 .vjs-error-display {
606 display: block; 606 display: block;
607 } 607 }
608} \ No newline at end of file 608}
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss
index 6e502b028..957b99356 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -62,11 +62,14 @@ p-table {
62 tr { 62 tr {
63 &:hover { 63 &:hover {
64 background-color: var(--submenuColor) !important; 64 background-color: var(--submenuColor) !important;
65 }
66 65
67 &:not(:hover) { 66 .action-cell {
68 .action-cell * { 67 .dropdown-root,
69 display: none !important; 68 my-edit-button,
69 my-delete-button,
70 my-button {
71 display: block !important;
72 }
70 } 73 }
71 } 74 }
72 75
@@ -140,6 +143,17 @@ p-table {
140 padding: 0 !important; 143 padding: 0 !important;
141 text-align: center; 144 text-align: center;
142 145
146 .dropdown-root,
147 my-edit-button,
148 my-delete-button,
149 my-button {
150 display: none !important;
151
152 &.show {
153 display: block !important;
154 }
155 }
156
143 my-edit-button + my-delete-button { 157 my-edit-button + my-delete-button {
144 margin-left: 5px; 158 margin-left: 5px;
145 } 159 }
diff --git a/client/src/setupJest.ts b/client/src/setupJest.ts
deleted file mode 100644
index 8d88704e8..000000000
--- a/client/src/setupJest.ts
+++ /dev/null
@@ -1 +0,0 @@
1import 'jest-preset-angular';
diff --git a/client/src/standalone/player/definitions.ts b/client/src/standalone/player/definitions.ts
index 7f9ef9b6f..afd10541b 100644
--- a/client/src/standalone/player/definitions.ts
+++ b/client/src/standalone/player/definitions.ts
@@ -1,6 +1,4 @@
1export interface EventHandler<T> { 1export type EventHandler<T> = (ev: T) => void
2 (ev: T): void
3}
4 2
5export type PlayerEventType = 3export type PlayerEventType =
6 'pause' | 'play' | 4 'pause' | 'play' |
diff --git a/client/src/standalone/player/events.ts b/client/src/standalone/player/events.ts
index f1639ef19..28a13c727 100644
--- a/client/src/standalone/player/events.ts
+++ b/client/src/standalone/player/events.ts
@@ -13,13 +13,13 @@ export class EventRegistrar {
13 private eventRegistrations: PlayerEventRegistrationMap = {} 13 private eventRegistrations: PlayerEventRegistrationMap = {}
14 14
15 public bindToChannel (channel: Channel.MessagingChannel) { 15 public bindToChannel (channel: Channel.MessagingChannel) {
16 for (let name of Object.keys(this.eventRegistrations)) { 16 for (const name of Object.keys(this.eventRegistrations)) {
17 channel.bind(name, (txn, params) => this.fire(name, params)) 17 channel.bind(name, (txn, params) => this.fire(name, params))
18 } 18 }
19 } 19 }
20 20
21 public registerTypes (names: string[]) { 21 public registerTypes (names: string[]) {
22 for (let name of names) { 22 for (const name of names) {
23 this.eventRegistrations[ name ] = { registrations: [] } 23 this.eventRegistrations[ name ] = { registrations: [] }
24 } 24 }
25 } 25 }
diff --git a/client/src/standalone/videos/embed.html b/client/src/standalone/videos/embed.html
index f79cf68df..c3b6e08ca 100644
--- a/client/src/standalone/videos/embed.html
+++ b/client/src/standalone/videos/embed.html
@@ -6,6 +6,7 @@
6 <meta charset="UTF-8"> 6 <meta charset="UTF-8">
7 <meta name="viewport" content="width=device-width, initial-scale=1"> 7 <meta name="viewport" content="width=device-width, initial-scale=1">
8 <meta name="robots" content="noindex"> 8 <meta name="robots" content="noindex">
9 <meta property="og:platform" content="PeerTube" />
9 10
10 <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" /> 11 <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
11 </head> 12 </head>
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts
index 54b8fb543..707f04253 100644
--- a/client/src/standalone/videos/embed.ts
+++ b/client/src/standalone/videos/embed.ts
@@ -1,33 +1,18 @@
1import './embed.scss' 1import './embed.scss'
2 2
3import 'core-js/es6/symbol'
4import 'core-js/es6/object'
5import 'core-js/es6/function'
6import 'core-js/es6/parse-int'
7import 'core-js/es6/parse-float'
8import 'core-js/es6/number'
9import 'core-js/es6/math'
10import 'core-js/es6/string'
11import 'core-js/es6/date'
12import 'core-js/es6/array'
13import 'core-js/es6/regexp'
14import 'core-js/es6/map'
15import 'core-js/es6/weak-map'
16import 'core-js/es6/set'
17// For google bot that uses Chrome 41 and does not understand fetch
18import 'whatwg-fetch'
19
20// FIXME: something weird with our path definition in tsconfig and typings
21// @ts-ignore
22import * as vjs from 'video.js'
23
24import * as Channel from 'jschannel' 3import * as Channel from 'jschannel'
25 4
26import { peertubeTranslate, ResultList, VideoDetails } from '../../../../shared' 5import { peertubeTranslate, ResultList, ServerConfig, VideoDetails } from '../../../../shared'
27import { addContextMenu, getServerTranslations, getVideojsOptions, loadLocaleInVideoJS } from '../../assets/player/peertube-player'
28import { PeerTubeResolution } from '../player/definitions' 6import { PeerTubeResolution } from '../player/definitions'
29import { VideoJSCaption } from '../../assets/player/peertube-videojs-typings' 7import { VideoJSCaption } from '../../assets/player/peertube-videojs-typings'
30import { VideoCaption } from '../../../../shared/models/videos/caption/video-caption.model' 8import { VideoCaption } from '../../../../shared/models/videos/caption/video-caption.model'
9import {
10 P2PMediaLoaderOptions,
11 PeertubePlayerManager,
12 PeertubePlayerManagerOptions,
13 PlayerMode
14} from '../../assets/player/peertube-player-manager'
15import { VideoStreamingPlaylistType } from '../../../../shared/models/videos/video-streaming-playlist.type'
31 16
32/** 17/**
33 * Embed API exposes control of the embed player to the outside world via 18 * Embed API exposes control of the embed player to the outside world via
@@ -55,7 +40,7 @@ class PeerTubeEmbedApi {
55 } 40 }
56 41
57 private constructChannel () { 42 private constructChannel () {
58 let channel = Channel.build({ window: window.parent, origin: '*', scope: this.embed.scope }) 43 const channel = Channel.build({ window: window.parent, origin: '*', scope: this.embed.scope })
59 44
60 channel.bind('play', (txn, params) => this.embed.player.play()) 45 channel.bind('play', (txn, params) => this.embed.player.play())
61 channel.bind('pause', (txn, params) => this.embed.player.pause()) 46 channel.bind('pause', (txn, params) => this.embed.player.pause())
@@ -73,16 +58,16 @@ class PeerTubeEmbedApi {
73 } 58 }
74 59
75 private setResolution (resolutionId: number) { 60 private setResolution (resolutionId: number) {
76 if (resolutionId === -1 && this.embed.player.peertube().isAutoResolutionForbidden()) return 61 if (resolutionId === -1 && this.embed.player.webtorrent().isAutoResolutionForbidden()) return
77 62
78 // Auto resolution 63 // Auto resolution
79 if (resolutionId === -1) { 64 if (resolutionId === -1) {
80 this.embed.player.peertube().enableAutoResolution() 65 this.embed.player.webtorrent().enableAutoResolution()
81 return 66 return
82 } 67 }
83 68
84 this.embed.player.peertube().disableAutoResolution() 69 this.embed.player.webtorrent().disableAutoResolution()
85 this.embed.player.peertube().updateResolution(resolutionId) 70 this.embed.player.webtorrent().updateResolution(resolutionId)
86 } 71 }
87 72
88 /** 73 /**
@@ -97,8 +82,8 @@ class PeerTubeEmbedApi {
97 let currentState: 'playing' | 'paused' | 'unstarted' = 'unstarted' 82 let currentState: 'playing' | 'paused' | 'unstarted' = 'unstarted'
98 83
99 setInterval(() => { 84 setInterval(() => {
100 let position = this.element.currentTime 85 const position = this.element.currentTime
101 let volume = this.element.volume 86 const volume = this.element.volume
102 87
103 this.channel.notify({ 88 this.channel.notify({
104 method: 'playbackStatusUpdate', 89 method: 'playbackStatusUpdate',
@@ -122,15 +107,17 @@ class PeerTubeEmbedApi {
122 107
123 // PeerTube specific capabilities 108 // PeerTube specific capabilities
124 109
125 this.embed.player.peertube().on('autoResolutionUpdate', () => this.loadResolutions()) 110 if (this.embed.player.webtorrent) {
126 this.embed.player.peertube().on('videoFileUpdate', () => this.loadResolutions()) 111 this.embed.player.webtorrent().on('autoResolutionUpdate', () => this.loadWebTorrentResolutions())
112 this.embed.player.webtorrent().on('videoFileUpdate', () => this.loadWebTorrentResolutions())
113 }
127 } 114 }
128 115
129 private loadResolutions () { 116 private loadWebTorrentResolutions () {
130 let resolutions = [] 117 const resolutions = []
131 let currentResolutionId = this.embed.player.peertube().getCurrentResolutionId() 118 const currentResolutionId = this.embed.player.webtorrent().getCurrentResolutionId()
132 119
133 for (const videoFile of this.embed.player.peertube().videoFiles) { 120 for (const videoFile of this.embed.player.webtorrent().videoFiles) {
134 let label = videoFile.resolution.label 121 let label = videoFile.resolution.label
135 if (videoFile.fps && videoFile.fps >= 50) { 122 if (videoFile.fps && videoFile.fps >= 50) {
136 label += videoFile.fps 123 label += videoFile.fps
@@ -164,6 +151,8 @@ class PeerTubeEmbed {
164 subtitle: string 151 subtitle: string
165 enableApi = false 152 enableApi = false
166 startTime: number | string = 0 153 startTime: number | string = 0
154 stopTime: number | string
155 mode: PlayerMode
167 scope = 'peertube' 156 scope = 'peertube'
168 157
169 static async main () { 158 static async main () {
@@ -188,6 +177,10 @@ class PeerTubeEmbed {
188 return fetch(this.getVideoUrl(videoId) + '/captions') 177 return fetch(this.getVideoUrl(videoId) + '/captions')
189 } 178 }
190 179
180 loadConfig (): Promise<Response> {
181 return fetch('/api/v1/config')
182 }
183
191 removeElement (element: HTMLElement) { 184 removeElement (element: HTMLElement) {
192 element.parentElement.removeChild(element) 185 element.parentElement.removeChild(element)
193 } 186 }
@@ -246,17 +239,20 @@ class PeerTubeEmbed {
246 239
247 private loadParams () { 240 private loadParams () {
248 try { 241 try {
249 let params = new URL(window.location.toString()).searchParams 242 const params = new URL(window.location.toString()).searchParams
250 243
251 this.autoplay = this.getParamToggle(params, 'autoplay') 244 this.autoplay = this.getParamToggle(params, 'autoplay', false)
252 this.controls = this.getParamToggle(params, 'controls') 245 this.controls = this.getParamToggle(params, 'controls', true)
253 this.muted = this.getParamToggle(params, 'muted') 246 this.muted = this.getParamToggle(params, 'muted', false)
254 this.loop = this.getParamToggle(params, 'loop') 247 this.loop = this.getParamToggle(params, 'loop', false)
255 this.enableApi = this.getParamToggle(params, 'api', this.enableApi) 248 this.enableApi = this.getParamToggle(params, 'api', this.enableApi)
256 249
257 this.scope = this.getParamString(params, 'scope', this.scope) 250 this.scope = this.getParamString(params, 'scope', this.scope)
258 this.subtitle = this.getParamString(params, 'subtitle') 251 this.subtitle = this.getParamString(params, 'subtitle')
259 this.startTime = this.getParamString(params, 'start') 252 this.startTime = this.getParamString(params, 'start')
253 this.stopTime = this.getParamString(params, 'stop')
254
255 this.mode = this.getParamString(params, 'mode') === 'p2p-media-loader' ? 'p2p-media-loader' : 'webtorrent'
260 } catch (err) { 256 } catch (err) {
261 console.error('Cannot get params from URL.', err) 257 console.error('Cannot get params from URL.', err)
262 } 258 }
@@ -266,11 +262,11 @@ class PeerTubeEmbed {
266 const urlParts = window.location.pathname.split('/') 262 const urlParts = window.location.pathname.split('/')
267 const videoId = urlParts[ urlParts.length - 1 ] 263 const videoId = urlParts[ urlParts.length - 1 ]
268 264
269 const [ , serverTranslations, videoResponse, captionsResponse ] = await Promise.all([ 265 const [ serverTranslations, videoResponse, captionsResponse, configResponse ] = await Promise.all([
270 loadLocaleInVideoJS(window.location.origin, vjs, navigator.language), 266 PeertubePlayerManager.getServerTranslations(window.location.origin, navigator.language),
271 getServerTranslations(window.location.origin, navigator.language),
272 this.loadVideoInfo(videoId), 267 this.loadVideoInfo(videoId),
273 this.loadVideoCaptions(videoId) 268 this.loadVideoCaptions(videoId),
269 this.loadConfig()
274 ]) 270 ])
275 271
276 if (!videoResponse.ok) { 272 if (!videoResponse.ok) {
@@ -292,43 +288,73 @@ class PeerTubeEmbed {
292 288
293 this.loadParams() 289 this.loadParams()
294 290
295 const videojsOptions = getVideojsOptions({ 291 const options: PeertubePlayerManagerOptions = {
296 autoplay: this.autoplay, 292 common: {
297 controls: this.controls, 293 autoplay: this.autoplay,
298 muted: this.muted, 294 controls: this.controls,
299 loop: this.loop, 295 muted: this.muted,
300 startTime: this.startTime, 296 loop: this.loop,
301 subtitle: this.subtitle, 297 captions: videoCaptions.length !== 0,
302 298 startTime: this.startTime,
303 videoCaptions, 299 stopTime: this.stopTime,
304 inactivityTimeout: 1500, 300 subtitle: this.subtitle,
305 videoViewUrl: this.getVideoUrl(videoId) + '/views', 301
306 playerElement: this.videoElement, 302 videoCaptions,
307 videoFiles: videoInfo.files, 303 inactivityTimeout: 1500,
308 videoDuration: videoInfo.duration, 304 videoViewUrl: this.getVideoUrl(videoId) + '/views',
309 enableHotkeys: true, 305
310 peertubeLink: true, 306 playerElement: this.videoElement,
311 poster: window.location.origin + videoInfo.previewPath, 307 onPlayerElementChange: (element: HTMLVideoElement) => this.videoElement = element,
312 theaterMode: false 308
313 }) 309 videoDuration: videoInfo.duration,
310 enableHotkeys: true,
311 peertubeLink: true,
312 poster: window.location.origin + videoInfo.previewPath,
313 theaterMode: false,
314
315 serverUrl: window.location.origin,
316 language: navigator.language,
317 embedUrl: window.location.origin + videoInfo.embedPath
318 },
319
320 webtorrent: {
321 videoFiles: videoInfo.files
322 }
323 }
314 324
315 this.playerOptions = videojsOptions 325 if (this.mode === 'p2p-media-loader') {
316 this.player = vjs(this.videoContainerId, videojsOptions, () => { 326 const hlsPlaylist = videoInfo.streamingPlaylists.find(p => p.type === VideoStreamingPlaylistType.HLS)
317 this.player.on('customError', (event: any, data: any) => this.handleError(data.err, serverTranslations)) 327
328 Object.assign(options, {
329 p2pMediaLoader: {
330 playlistUrl: hlsPlaylist.playlistUrl,
331 segmentsSha256Url: hlsPlaylist.segmentsSha256Url,
332 redundancyBaseUrls: hlsPlaylist.redundancies.map(r => r.baseUrl),
333 trackerAnnounce: videoInfo.trackerUrls,
334 videoFiles: videoInfo.files
335 } as P2PMediaLoaderOptions
336 })
337 }
318 338
319 window[ 'videojsPlayer' ] = this.player 339 this.player = await PeertubePlayerManager.initialize(this.mode, options)
320 340
321 if (this.controls) { 341 this.player.on('customError', (event: any, data: any) => this.handleError(data.err, serverTranslations))
322 this.player.dock({
323 title: videoInfo.name,
324 description: this.player.localize('Uses P2P, others may know your IP is downloading this video.')
325 })
326 }
327 342
328 addContextMenu(this.player, window.location.origin + videoInfo.embedPath) 343 window[ 'videojsPlayer' ] = this.player
329 344
330 this.initializeApi() 345 if (this.controls) {
331 }) 346 const config: ServerConfig = await configResponse.json()
347 const description = config.tracker.enabled
348 ? '<span class="text">' + this.player.localize('Uses P2P, others may know your IP is downloading this video.') + '</span>'
349 : undefined
350
351 this.player.dock({
352 title: videoInfo.name,
353 description
354 })
355 }
356
357 this.initializeApi()
332 } 358 }
333 359
334 private handleError (err: Error, translations?: { [ id: string ]: string }) { 360 private handleError (err: Error, translations?: { [ id: string ]: string }) {
diff --git a/client/src/standalone/videos/test-embed.ts b/client/src/standalone/videos/test-embed.ts
index 30a298573..8e83d92a9 100644
--- a/client/src/standalone/videos/test-embed.ts
+++ b/client/src/standalone/videos/test-embed.ts
@@ -7,13 +7,13 @@ window.addEventListener('load', async () => {
7 const lastPart = urlParts[ urlParts.length - 1 ] 7 const lastPart = urlParts[ urlParts.length - 1 ]
8 const videoId = lastPart.indexOf('?') === -1 ? lastPart : lastPart.split('?')[ 0 ] 8 const videoId = lastPart.indexOf('?') === -1 ? lastPart : lastPart.split('?')[ 0 ]
9 9
10 let iframe = document.createElement('iframe') 10 const iframe = document.createElement('iframe')
11 iframe.src = `/videos/embed/${videoId}?autoplay=1&controls=0&api=1` 11 iframe.src = `/videos/embed/${videoId}?autoplay=1&controls=0&api=1`
12 let mainElement = document.querySelector('#host') 12 const mainElement = document.querySelector('#host')
13 mainElement.appendChild(iframe) 13 mainElement.appendChild(iframe)
14 14
15 console.log(`Document finished loading.`) 15 console.log(`Document finished loading.`)
16 let player = new PeerTubePlayer(document.querySelector('iframe')) 16 const player = new PeerTubePlayer(document.querySelector('iframe'))
17 17
18 window[ 'player' ] = player 18 window[ 'player' ] = player
19 19
@@ -21,7 +21,7 @@ window.addEventListener('load', async () => {
21 await player.ready 21 await player.ready
22 console.log(`Player is ready.`) 22 console.log(`Player is ready.`)
23 23
24 let monitoredEvents = [ 24 const monitoredEvents = [
25 'pause', 25 'pause',
26 'play', 26 'play',
27 'playbackStatusUpdate', 27 'playbackStatusUpdate',
@@ -36,18 +36,18 @@ window.addEventListener('load', async () => {
36 let playbackRates: number[] = [] 36 let playbackRates: number[] = []
37 let currentRate = await player.getPlaybackRate() 37 let currentRate = await player.getPlaybackRate()
38 38
39 let updateRates = async () => { 39 const updateRates = async () => {
40 let rateListEl = document.querySelector('#rate-list') 40 const rateListEl = document.querySelector('#rate-list')
41 rateListEl.innerHTML = '' 41 rateListEl.innerHTML = ''
42 42
43 playbackRates.forEach(rate => { 43 playbackRates.forEach(rate => {
44 if (currentRate === rate) { 44 if (currentRate === rate) {
45 let itemEl = document.createElement('strong') 45 const itemEl = document.createElement('strong')
46 itemEl.innerText = `${rate} (active)` 46 itemEl.innerText = `${rate} (active)`
47 itemEl.style.display = 'block' 47 itemEl.style.display = 'block'
48 rateListEl.appendChild(itemEl) 48 rateListEl.appendChild(itemEl)
49 } else { 49 } else {
50 let itemEl = document.createElement('a') 50 const itemEl = document.createElement('a')
51 itemEl.href = 'javascript:;' 51 itemEl.href = 'javascript:;'
52 itemEl.innerText = rate.toString() 52 itemEl.innerText = rate.toString()
53 itemEl.addEventListener('click', () => { 53 itemEl.addEventListener('click', () => {
@@ -66,18 +66,18 @@ window.addEventListener('load', async () => {
66 updateRates() 66 updateRates()
67 }) 67 })
68 68
69 let updateResolutions = ((resolutions: PeerTubeResolution[]) => { 69 const updateResolutions = ((resolutions: PeerTubeResolution[]) => {
70 let resolutionListEl = document.querySelector('#resolution-list') 70 const resolutionListEl = document.querySelector('#resolution-list')
71 resolutionListEl.innerHTML = '' 71 resolutionListEl.innerHTML = ''
72 72
73 resolutions.forEach(resolution => { 73 resolutions.forEach(resolution => {
74 if (resolution.active) { 74 if (resolution.active) {
75 let itemEl = document.createElement('strong') 75 const itemEl = document.createElement('strong')
76 itemEl.innerText = `${resolution.label} (active)` 76 itemEl.innerText = `${resolution.label} (active)`
77 itemEl.style.display = 'block' 77 itemEl.style.display = 'block'
78 resolutionListEl.appendChild(itemEl) 78 resolutionListEl.appendChild(itemEl)
79 } else { 79 } else {
80 let itemEl = document.createElement('a') 80 const itemEl = document.createElement('a')
81 itemEl.href = 'javascript:;' 81 itemEl.href = 'javascript:;'
82 itemEl.innerText = resolution.label 82 itemEl.innerText = resolution.label
83 itemEl.addEventListener('click', () => { 83 itemEl.addEventListener('click', () => {
diff --git a/client/src/tsconfig.app.json b/client/src/tsconfig.app.json
index af7a74e9e..729eee353 100644
--- a/client/src/tsconfig.app.json
+++ b/client/src/tsconfig.app.json
@@ -3,7 +3,7 @@
3 "compilerOptions": { 3 "compilerOptions": {
4 "outDir": "../out-tsc/app", 4 "outDir": "../out-tsc/app",
5 "baseUrl": "./", 5 "baseUrl": "./",
6 "module": "es2015", 6 "module": "esnext",
7 "types": [], 7 "types": [],
8 "lib": [ 8 "lib": [
9 "es2017", 9 "es2017",
diff --git a/client/src/tsconfig.spec.json b/client/src/tsconfig.spec.json
deleted file mode 100644
index cefee1781..000000000
--- a/client/src/tsconfig.spec.json
+++ /dev/null
@@ -1,17 +0,0 @@
1{
2 "extends": "../tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../out-tsc/spec",
5 "module": "commonjs",
6 "target": "es5",
7 "baseUrl": "",
8 "allowJs": true
9 },
10 "files": [
11 "test.ts"
12 ],
13 "include": [
14 "**/*.spec.ts",
15 "**/*.d.ts"
16 ]
17}
diff --git a/client/tsconfig.json b/client/tsconfig.json
index beca79e01..e46528d1c 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -5,6 +5,7 @@
5 "sourceMap": true, 5 "sourceMap": true,
6 "declaration": false, 6 "declaration": false,
7 "moduleResolution": "node", 7 "moduleResolution": "node",
8 "module": "esnext",
8 "emitDecoratorMetadata": true, 9 "emitDecoratorMetadata": true,
9 "experimentalDecorators": true, 10 "experimentalDecorators": true,
10 "noImplicitAny": true, 11 "noImplicitAny": true,
@@ -27,6 +28,7 @@
27 "baseUrl": "src", 28 "baseUrl": "src",
28 "paths": { 29 "paths": {
29 "@app/*": [ "app/*" ], 30 "@app/*": [ "app/*" ],
31 "@shared/*": [ "../../shared/*" ],
30 "video.js": [ "../node_modules/video.js/dist/alt/video.core.js" ], 32 "video.js": [ "../node_modules/video.js/dist/alt/video.core.js" ],
31 "fs": [ "./shims/noop" ], 33 "fs": [ "./shims/noop" ],
32 "http": [ "./shims/http" ], 34 "http": [ "./shims/http" ],
@@ -40,11 +42,15 @@
40 "strictInjectionParameters": true, 42 "strictInjectionParameters": true,
41 "fullTemplateTypeCheck": true 43 "fullTemplateTypeCheck": true
42 }, 44 },
45 "include": [
46 "./src",
47 "../../shared"
48 ],
43 "exclude": [ 49 "exclude": [
50 "../../node_modules",
44 "../node_modules", 51 "../node_modules",
45 "node_modules", 52 "../dist",
46 "dist", 53 "../../server",
47 "../server", 54 "../src/**/*.spec.ts"
48 "src/**/*.spec.ts"
49 ] 55 ]
50} 56}
diff --git a/client/tslint.json b/client/tslint.json
index fcc866ee3..f45b1d576 100644
--- a/client/tslint.json
+++ b/client/tslint.json
@@ -1,12 +1,12 @@
1{ 1{
2 "extends": "tslint-config-standard", 2 "extends": [ "tslint-angular", "tslint-config-standard" ],
3 "rulesDirectory": ["./node_modules/codelyzer"],
4 "rules": { 3 "rules": {
5 "no-inferrable-types": true, 4 "no-inferrable-types": true,
6 "eofline": true, 5 "eofline": true,
7 "max-line-length": [true, 140], 6 "max-line-length": [true, 140],
8 "no-floating-promises": false, 7 "no-floating-promises": false,
9 "no-unused-variable": false, // Memory issues 8 "no-unused-variable": false, // Memory issues
9 "await-promise": [true, "PromiseLike"],
10 "member-ordering": [true, { 10 "member-ordering": [true, {
11 "order": [ 11 "order": [
12 "public-static-field", 12 "public-static-field",
@@ -21,27 +21,9 @@
21 ]} 21 ]}
22 ], 22 ],
23 23
24 "angular-whitespace": [true, "check-interpolation", "check-semicolon"], 24 "no-shadowed-variable": false,
25 "banana-in-box": true, 25 "no-bitwise": false,
26 "templates-no-negated-async": true, 26 "max-classes-per-file": false,
27 "directive-selector": [true, "attribute", "my", "camelCase"], 27 "interface-over-type-literal": false
28 "component-selector": [true, "element", "my", "kebab-case"],
29 "use-input-property-decorator": true,
30 "use-output-property-decorator": true,
31 "use-host-property-decorator": true,
32 "use-view-encapsulation": true,
33 "no-attribute-parameter-decorator": true,
34 "no-input-rename": true,
35 "no-output-rename": true,
36 "no-output-on-prefix": true,
37 "no-forward-ref": false,
38 "use-life-cycle-interface": true,
39 "contextual-life-cycle": true,
40 "trackBy-function": false,
41 "use-pipe-transform-interface": true,
42 "pipe-prefix": [true, "my"],
43 "component-class-suffix": true,
44 "directive-class-suffix": true,
45 "pipe-impure": true
46 } 28 }
47} 29}
diff --git a/client/yarn.lock b/client/yarn.lock
index dee67c414..5be2cf642 100644
--- a/client/yarn.lock
+++ b/client/yarn.lock
@@ -2,142 +2,153 @@
2# yarn lockfile v1 2# yarn lockfile v1
3 3
4 4
5"@angular-devkit/architect@0.11.1": 5"@angular-devkit/architect@0.13.7":
6 version "0.11.1" 6 version "0.13.7"
7 resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.11.1.tgz#fb8429b583d4d7efafe5ff551ffdd30a705b9ab0" 7 resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.13.7.tgz#b09e80dedeacddb86a94d3002c7fb8627733554f"
8 integrity sha512-MdcZ5KclwL2SBXCQSn8uI2hakBX58EyuAwFWsM/pKrNt9j8RqIk93l4amd2OkaMtZRFP5zWodyf/3qOwacjuQg== 8 integrity sha512-1N4R7cuwbbz7Z76v0Fi5nkxg6eS6FA58Y7SnTYCxI2HRJ1lqlafRjr89eoKzzbCH8ZGa7NG0wfRXtUwF/IrGmQ==
9 dependencies: 9 dependencies:
10 "@angular-devkit/core" "7.1.1" 10 "@angular-devkit/core" "7.3.7"
11 rxjs "6.3.3" 11 rxjs "6.3.3"
12 12
13"@angular-devkit/build-angular@~0.11.1": 13"@angular-devkit/build-angular@~0.13.1":
14 version "0.11.1" 14 version "0.13.7"
15 resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.11.1.tgz#a828797d9177227aee70a65bb06d4b189b1404cd" 15 resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.13.7.tgz#dacf124dd94aa9b5ed831a9ba9f458c51249c5f4"
16 integrity sha512-hA/3GVMmRwOPXWhImrBG9gZTdERr937NMuedKhTXuNj6TNMNjk9XQ+q2erd0LZVbgfhL/nC0wHnpy0dUWXu8jA== 16 integrity sha512-GVYZyLvFXH87loz7GaSt2/JMXeAQrnOFxrx0e82eLtjMjj2ncrTj8FkbCp3WVhUivID1GoDhbgXwcBOHYlzHRg==
17 dependencies: 17 dependencies:
18 "@angular-devkit/architect" "0.11.1" 18 "@angular-devkit/architect" "0.13.7"
19 "@angular-devkit/build-optimizer" "0.11.1" 19 "@angular-devkit/build-optimizer" "0.13.7"
20 "@angular-devkit/build-webpack" "0.11.1" 20 "@angular-devkit/build-webpack" "0.13.7"
21 "@angular-devkit/core" "7.1.1" 21 "@angular-devkit/core" "7.3.7"
22 "@ngtools/webpack" "7.1.1" 22 "@ngtools/webpack" "7.3.7"
23 ajv "6.5.3" 23 ajv "6.9.1"
24 autoprefixer "9.3.1" 24 autoprefixer "9.4.6"
25 circular-dependency-plugin "5.0.2" 25 circular-dependency-plugin "5.0.2"
26 clean-css "4.2.1" 26 clean-css "4.2.1"
27 copy-webpack-plugin "4.5.4" 27 copy-webpack-plugin "4.6.0"
28 file-loader "2.0.0" 28 file-loader "3.0.1"
29 glob "7.1.3" 29 glob "7.1.3"
30 istanbul "0.4.5"
31 istanbul-instrumenter-loader "3.0.1" 30 istanbul-instrumenter-loader "3.0.1"
32 karma-source-map-support "1.3.0" 31 karma-source-map-support "1.3.0"
33 less "3.8.1" 32 less "3.9.0"
34 less-loader "4.1.0" 33 less-loader "4.1.0"
35 license-webpack-plugin "2.0.2" 34 license-webpack-plugin "2.1.0"
36 loader-utils "1.1.0" 35 loader-utils "1.2.3"
37 mini-css-extract-plugin "0.4.4" 36 mini-css-extract-plugin "0.5.0"
38 minimatch "3.0.4" 37 minimatch "3.0.4"
39 opn "5.3.0" 38 opn "5.4.0"
40 parse5 "4.0.0" 39 parse5 "4.0.0"
41 portfinder "1.0.17" 40 postcss "7.0.14"
42 postcss "7.0.5" 41 postcss-import "12.0.1"
43 postcss-import "12.0.0"
44 postcss-loader "3.0.0" 42 postcss-loader "3.0.0"
45 raw-loader "0.5.1" 43 raw-loader "1.0.0"
46 rxjs "6.3.3" 44 rxjs "6.3.3"
47 sass-loader "7.1.0" 45 sass-loader "7.1.0"
48 semver "5.5.1" 46 semver "5.6.0"
49 source-map-loader "0.2.4" 47 source-map-loader "0.2.4"
50 source-map-support "0.5.9" 48 source-map-support "0.5.10"
51 speed-measure-webpack-plugin "1.2.3" 49 speed-measure-webpack-plugin "1.3.1"
52 stats-webpack-plugin "0.7.0" 50 stats-webpack-plugin "0.7.0"
53 style-loader "0.23.1" 51 style-loader "0.23.1"
54 stylus "0.54.5" 52 stylus "0.54.5"
55 stylus-loader "3.0.2" 53 stylus-loader "3.0.2"
56 terser-webpack-plugin "1.1.0" 54 terser-webpack-plugin "1.2.2"
57 tree-kill "1.2.0" 55 tree-kill "1.2.1"
58 webpack "4.23.1" 56 webpack "4.29.0"
59 webpack-dev-middleware "3.4.0" 57 webpack-dev-middleware "3.5.1"
60 webpack-dev-server "3.1.10" 58 webpack-dev-server "3.1.14"
61 webpack-merge "4.1.4" 59 webpack-merge "4.2.1"
62 webpack-sources "1.3.0" 60 webpack-sources "1.3.0"
63 webpack-subresource-integrity "1.1.0-rc.6" 61 webpack-subresource-integrity "1.1.0-rc.6"
64 optionalDependencies: 62 optionalDependencies:
65 node-sass "4.10.0" 63 node-sass "4.11.0"
66 64
67"@angular-devkit/build-optimizer@0.11.1": 65"@angular-devkit/build-optimizer@0.13.7":
68 version "0.11.1" 66 version "0.13.7"
69 resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.11.1.tgz#1079737a44b26b39e35cea7f966a39cd11bbbf48" 67 resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.13.7.tgz#c30d3b3fea5379144aed0f6ea5bf90c28c2efb86"
70 integrity sha512-pyFP6ykZf8Iq8nRkgP2XKq8knpIG6ye0qYklnBC9815AC5RAO126Y4fmtd6tnH+5p1mQxnt5HegG0j5xOCgDRw== 68 integrity sha512-NXW75v0lS0cGI1ri058vlaLA4D4Z+CsGYbuHYfmZeoyY0Ub9K4PPI+MZnAUT3D3dCes/dcZTmCNru4prOXR43w==
71 dependencies: 69 dependencies:
72 loader-utils "1.1.0" 70 loader-utils "1.2.3"
73 source-map "0.5.6" 71 source-map "0.5.6"
74 typescript "3.1.6" 72 typescript "3.2.4"
75 webpack-sources "1.2.0" 73 webpack-sources "1.3.0"
76 74
77"@angular-devkit/build-webpack@0.11.1": 75"@angular-devkit/build-webpack@0.13.7":
78 version "0.11.1" 76 version "0.13.7"
79 resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.11.1.tgz#bd98ff3dea633c5b77671b471e72cf6c91f6c679" 77 resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.13.7.tgz#4c430005cdfbe86857012129bac28afe9ecfcbe9"
80 integrity sha512-p7fPHOi2Wfq2VPtnRVowg3n99MujghpOp6zW0gBJQD1TQhGVzPK6AX42S0NA4d05ahNBCDU2n7Y+5TjNJRIGJw== 78 integrity sha512-JXlgO0EzlSY90gbw3Cofr02HrZ24Wxgl6ysd6rFuTlXLqlTkjrUn0VdMeoQE33IvfXoaRzXqIH+EQtJvThjUFw==
81 dependencies: 79 dependencies:
82 "@angular-devkit/architect" "0.11.1" 80 "@angular-devkit/architect" "0.13.7"
83 "@angular-devkit/core" "7.1.1" 81 "@angular-devkit/core" "7.3.7"
84 rxjs "6.3.3" 82 rxjs "6.3.3"
85 83
86"@angular-devkit/core@7.1.1": 84"@angular-devkit/core@7.3.7":
87 version "7.1.1" 85 version "7.3.7"
88 resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-7.1.1.tgz#ce0a674f16188072988502cc3f073b15efcfe194" 86 resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-7.3.7.tgz#9b93e8b88bc776c6b08895799123d718a20e3b41"
89 integrity sha512-rODqECpOiV6vX+L1qd63GLiF3SG+V1O+d8WYtnKPOxnsMM9yWpWmqmroHtXfisjucu/zwoqj8HoO/noJZCfynw== 87 integrity sha512-RRDCqSX4wF3Nxxls+W0BzCHz2HYWFP6bUpWxmzXF8EETGlZq/b/ZsEnVV41jtsqC4PCTks4k0qUFMaKE7XCupg==
90 dependencies: 88 dependencies:
91 ajv "6.5.3" 89 ajv "6.9.1"
92 chokidar "2.0.4" 90 chokidar "2.0.4"
93 fast-json-stable-stringify "2.0.0" 91 fast-json-stable-stringify "2.0.0"
94 rxjs "6.3.3" 92 rxjs "6.3.3"
95 source-map "0.7.3" 93 source-map "0.7.3"
96 94
97"@angular-devkit/schematics@7.1.1": 95"@angular-devkit/schematics@7.3.7":
98 version "7.1.1" 96 version "7.3.7"
99 resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-7.1.1.tgz#328ec6071c5ef3b1588a9f4bc97f5edfc3620b09" 97 resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-7.3.7.tgz#268465d355aa03d16189d0ea89467703dae4d581"
100 integrity sha512-yjzTw8ZWMPg0Fc9VQCHNpUCAH7aiNxrUDs0IbhdC0CyKTBoqH+cx2xP4Z6ECf4uNwceLKJlE0l3ot42Ypnlziw== 98 integrity sha512-XHrr63E6p9kLNR83D4AcUkdBFLw4yxeQihual3I88eJUPJdHAvQYkp1sBThlMkNmBWPVagUD4efknkUFfRkFmg==
101 dependencies: 99 dependencies:
102 "@angular-devkit/core" "7.1.1" 100 "@angular-devkit/core" "7.3.7"
103 rxjs "6.3.3" 101 rxjs "6.3.3"
104 102
105"@angular/animations@~7.1.1": 103"@angular/animations@~7.2.4":
106 version "7.1.1" 104 version "7.2.11"
107 resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-7.1.1.tgz#8fecbd19417364946a9ea40c8fdf32462110232f" 105 resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-7.2.11.tgz#379015467aa97f5987a2c4b56c5a7cbdfce3fefc"
108 integrity sha512-iTNxhPPraCZsE4rgM23lguT1kDV4mfYAr+Bsi5J0+v9ZJA+VaKvi6eRW8ZGrx4/rDz6hzTnBn1jgPppHFbsOcw== 106 integrity sha512-YlZATC4Gnd3eOBuSW/QqsMPHeJWVKR8yfen2qKgFO3waK+6qXHXIdRF3j81l07jlUx5kBw+f1OCEeHl2QChBiw==
109 dependencies: 107 dependencies:
110 tslib "^1.9.0" 108 tslib "^1.9.0"
111 109
112"@angular/cli@~7.1.1": 110"@angular/cdk@^7.3.4":
113 version "7.1.1" 111 version "7.3.6"
114 resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-7.1.1.tgz#c5dd2b92c5c3391f20262b5e530813e4e2d31777" 112 resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-7.3.6.tgz#4c330cacd11df4adade6c1cd3ed587745f9912fd"
115 integrity sha512-lPVKsk035T5Ls0Mf83OngrNoLZu/ucZSjRLN/GWZK1O/YYVmb/dTgVl/a7HC+G480tWQ34nlqnCRbrP7sE9v7g== 113 integrity sha512-ZuOz8nQk0bdo8YyNFcwnmSl4MPaQDAFTbLK29w4Vd/LfPnhBI3pAr0wVuPFb0fl3eSvvUrfTb/+kPbQcE07A0A==
116 dependencies: 114 dependencies:
117 "@angular-devkit/architect" "0.11.1" 115 tslib "^1.7.1"
118 "@angular-devkit/core" "7.1.1" 116 optionalDependencies:
119 "@angular-devkit/schematics" "7.1.1" 117 parse5 "^5.0.0"
120 "@schematics/angular" "7.1.1" 118
121 "@schematics/update" "0.11.1" 119"@angular/cli@~7.3.1":
122 inquirer "6.2.0" 120 version "7.3.7"
123 opn "5.3.0" 121 resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-7.3.7.tgz#49c9dc0519e2ec3a75e522ae3fec9cb6a462ec4f"
124 semver "5.5.1" 122 integrity sha512-b8YT+HXkhpK1A6lo56VvnUb07s2DWJSKdyhlJ3vIKwlYRg5svcmxh+AS6Oz0rzcQc++a0I5IODd9yWrMAkCBog==
123 dependencies:
124 "@angular-devkit/architect" "0.13.7"
125 "@angular-devkit/core" "7.3.7"
126 "@angular-devkit/schematics" "7.3.7"
127 "@schematics/angular" "7.3.7"
128 "@schematics/update" "0.13.7"
129 "@yarnpkg/lockfile" "1.1.0"
130 ini "1.3.5"
131 inquirer "6.2.1"
132 npm-package-arg "6.1.0"
133 opn "5.4.0"
134 pacote "9.4.0"
135 semver "5.6.0"
125 symbol-observable "1.2.0" 136 symbol-observable "1.2.0"
126 137
127"@angular/common@~7.1.1": 138"@angular/common@~7.2.4":
128 version "7.1.1" 139 version "7.2.11"
129 resolved "https://registry.yarnpkg.com/@angular/common/-/common-7.1.1.tgz#f78f884614ef81ab2fd648f1aa3e83aae370a6c8" 140 resolved "https://registry.yarnpkg.com/@angular/common/-/common-7.2.11.tgz#311ff4f9c0ae33b54456555f9da9a0d8c97ce27d"
130 integrity sha512-SngekFx9v39sjgi9pON0Wehxpu+NdUk7OEebw4Fa8dKqTgydTkuhmnNH+9WQe264asoeCt51oufPRjIqMLNohA== 141 integrity sha512-78T65tt3zD0Oss6pyRvzLhPlTJMhPpXMCsJdr1s821i+/xg8TUzgU3Cqxvz37r3dysnY08r6BmEqJg3+fGxEwA==
131 dependencies: 142 dependencies:
132 tslib "^1.9.0" 143 tslib "^1.9.0"
133 144
134"@angular/compiler-cli@~7.1.1": 145"@angular/compiler-cli@~7.2.4":
135 version "7.1.1" 146 version "7.2.11"
136 resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-7.1.1.tgz#c5f6225fb72b56f42fa78c332fdee9755c64604e" 147 resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-7.2.11.tgz#0835a17dd9cea4bb03c5073d943a5074fed539ff"
137 integrity sha512-4NXlkDhOEQgaP3Agigqw93CvXJvsfnXa0xiglq9e/wjL+6XbtM9WcDb5lfRQz41N9RSkO3pEHGvKMweKZGgogA== 148 integrity sha512-JlyJcRdD0oltKbFKGA83g4+vitF4e7ReqAHYTGbNTDIicWhCXYwwGAqj0HYAUHsv9KnP9F5ojZOJ7FRIN7mPgw==
138 dependencies: 149 dependencies:
139 canonical-path "1.0.0" 150 canonical-path "1.0.0"
140 chokidar "^1.4.2" 151 chokidar "^2.1.1"
141 convert-source-map "^1.5.1" 152 convert-source-map "^1.5.1"
142 dependency-graph "^0.7.2" 153 dependency-graph "^0.7.2"
143 magic-string "^0.25.0" 154 magic-string "^0.25.0"
@@ -148,64 +159,64 @@
148 tslib "^1.9.0" 159 tslib "^1.9.0"
149 yargs "9.0.1" 160 yargs "9.0.1"
150 161
151"@angular/compiler@~7.1.1": 162"@angular/compiler@~7.2.4":
152 version "7.1.1" 163 version "7.2.11"
153 resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-7.1.1.tgz#4efbcad27ab43d4cd36d936a8df2e073f6d02d0a" 164 resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-7.2.11.tgz#d547bf781e5c8b28da9af2460a6dfb5683d325ae"
154 integrity sha512-oJvBe8XZ+DXF/W/DxWBTbBcixJTuPeZWdkcZIGWhJoQP7K5GnGnj8ffP9Lp6Dh4TKv85awtC6OfIKhbHxa650Q== 165 integrity sha512-PptrtUgzuxLtBFxcmkkmhr16Pu9A3xqRQGmgTKL2mzwpt/fZswYEv4QT2E5Br8f94UP5XPv+K30kY+exjPnFjg==
155 dependencies: 166 dependencies:
156 tslib "^1.9.0" 167 tslib "^1.9.0"
157 168
158"@angular/core@~7.1.1": 169"@angular/core@~7.2.4":
159 version "7.1.1" 170 version "7.2.11"
160 resolved "https://registry.yarnpkg.com/@angular/core/-/core-7.1.1.tgz#9748b0103cd86226554e1ccbd0f43dd8c46f1ed1" 171 resolved "https://registry.yarnpkg.com/@angular/core/-/core-7.2.11.tgz#c42164cdc1d4cf98973bae078384bb3845207f99"
161 integrity sha512-Osig5SRgDRQ+Hec/liN7nq/BCJieB+4/pqRh9rFbOXezb2ptgRZqdXOXN8P17i4AwPVf308Mh55V0niJ5Eu3Rw== 172 integrity sha512-2FUgXbGn75D6HQESVVmnrjqP1l2YNwwIZISembzpr4WvTm0lxzq/9WsuPFJNWggwCerajyjYz+kDJT3RsonGZg==
162 dependencies: 173 dependencies:
163 tslib "^1.9.0" 174 tslib "^1.9.0"
164 175
165"@angular/forms@~7.1.1": 176"@angular/forms@~7.2.4":
166 version "7.1.1" 177 version "7.2.11"
167 resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-7.1.1.tgz#d16ef10a901c007062fd19144cd77917ef55ee24" 178 resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-7.2.11.tgz#0f040cd8d1e072c054f10cfed804827f1db87f88"
168 integrity sha512-yCWuPjpu23Wc3XUw7v/ACNn/e249oT0bYlM8aaMQ1F5OwrmmC4NJC12Rpl9Ihza61RIHIKzNcHVEgzc7WhcSag== 179 integrity sha512-S7qpaA4lP4yU5HsOvPuf4bpDGiqP6YjwcWHcTkm1kx9oiHGvmUoQAkFw06SMh2YCsGi413Qqys/4L0H8+8Za2A==
169 dependencies: 180 dependencies:
170 tslib "^1.9.0" 181 tslib "^1.9.0"
171 182
172"@angular/http@~7.1.1": 183"@angular/http@~7.2.4":
173 version "7.1.1" 184 version "7.2.11"
174 resolved "https://registry.yarnpkg.com/@angular/http/-/http-7.1.1.tgz#f19f17ad42e7f3cdabcf1250ca757640d0f02219" 185 resolved "https://registry.yarnpkg.com/@angular/http/-/http-7.2.11.tgz#c52a491374d937cd05789a5c13d70a1c5fdddf4d"
175 integrity sha512-pRk+c/kz9aJ8te5xzCxlPLpFnwB0d/E9YkOo3/ydaXF9vZw13RTzk00YyzJ41PDzJf8oPDdXtueTQ+vtJ7Srtw== 186 integrity sha512-v2imS3q8kxXyHcYXrsv7K4Ot4ZinyYEzJiDPndmIWDLerSMriDahKx3akX6BXYyaJ+a22sEu8JfBuO3tqc+WqQ==
176 dependencies: 187 dependencies:
177 tslib "^1.9.0" 188 tslib "^1.9.0"
178 189
179"@angular/language-service@~7.1.1": 190"@angular/language-service@~7.2.4":
180 version "7.1.1" 191 version "7.2.11"
181 resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-7.1.1.tgz#6bbe35b2430ad54618a1803f881efb5894b296c9" 192 resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-7.2.11.tgz#1967ebcef5fc03e462941aa70dc41562d5dce06e"
182 integrity sha512-X+5g20PMtNRGZIa3svMv4PLJdJehn4wqrS8nwOtzH5XkSn5vA3IxjsJVdSzAy2AN0/sKKJK5jmQorPtKO4saJg== 193 integrity sha512-hq6ROxnqghmKXwJ8eIPb0wlz/PSmVTpFNQGrk3H6BFdRxPIHxvYU94mcLiV0/rMLZsSSSd4oANRUQToJR9upUA==
183 194
184"@angular/platform-browser-dynamic@~7.1.1": 195"@angular/platform-browser-dynamic@~7.2.4":
185 version "7.1.1" 196 version "7.2.11"
186 resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-7.1.1.tgz#6945298446173338782f437a996226110cda0d3e" 197 resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-7.2.11.tgz#b5afa0758fc8a3be27851dd4912c739087fa4787"
187 integrity sha512-ZIu48Vn4S6gjD7CMbGlKGaPQ8v9rYkWzlNYi4vTYzgiqKKNC3hqLsVESU3mSvr5oeQBxSIBidTdHSyafHFrA2w== 198 integrity sha512-MDwNjH0BKfYabTJtfKAy87o+pRVcHsCwlrkp8/LBGNS42vDuzWWNUepMRTf2SloDUthL9Tsibdl1LfbMhUoGpw==
188 dependencies: 199 dependencies:
189 tslib "^1.9.0" 200 tslib "^1.9.0"
190 201
191"@angular/platform-browser@~7.1.1": 202"@angular/platform-browser@~7.2.4":
192 version "7.1.1" 203 version "7.2.11"
193 resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-7.1.1.tgz#a6bd408f656dc43ee5a2d8af3dfaa786c7c1dfca" 204 resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-7.2.11.tgz#8357e5ce524ffc2ddf72f19c6fa3652edf1dc2a0"
194 integrity sha512-I6OPjecynGJSbPtzu0gvEgSmIR6X6/xEAhg4L9PycW1ryjzptTC9klWRTWIqsIBqMxhVnY44uKLeRNrDwMOwyA== 205 integrity sha512-M/XB1TQDHx2Ni+2NR75Zc1N+UuwfAMwNcBaOxtKRLkZhpyOAneA0ZyqT2GQm6XTGxDwQhz6Q3wG6SwGTm9aLYg==
195 dependencies: 206 dependencies:
196 tslib "^1.9.0" 207 tslib "^1.9.0"
197 208
198"@angular/router@~7.1.1": 209"@angular/router@~7.2.4":
199 version "7.1.1" 210 version "7.2.11"
200 resolved "https://registry.yarnpkg.com/@angular/router/-/router-7.1.1.tgz#80a4cdffc03a529b73485c2ad63a30ec435364ea" 211 resolved "https://registry.yarnpkg.com/@angular/router/-/router-7.2.11.tgz#a134dd4f06cdd2ccbf798688aedd4a2d5fb584ca"
201 integrity sha512-jbnqEq/1iDBkeH8Vn13hauGPTzhwllWM+MLfmdNGTiMzGRx4pmkWa57seDOeBF/GNYBL9JjkWTCrkKFAc2FJKw== 212 integrity sha512-6TcXQgTCPrOgkGWkxO879t+kcMovno6VfN4xfqr36IMBRxhmeWFEhLJmsVGPa/TT4XZjYQXyBk57ZXmneUqjQQ==
202 dependencies: 213 dependencies:
203 tslib "^1.9.0" 214 tslib "^1.9.0"
204 215
205"@angular/service-worker@~7.1.1": 216"@angular/service-worker@~7.2.4":
206 version "7.1.1" 217 version "7.2.11"
207 resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-7.1.1.tgz#c9e6f0265d7e102d8271483519cf09a180f0e08b" 218 resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-7.2.11.tgz#ab61d4b1c75359fde461b4073b90438abff4d9e9"
208 integrity sha512-xX00x0XMW47jEfYTZLwdJCqkmPE7+mdtlSeOGpjaKv6Y2hqZodz80RYgH5JltM4RKEzOvQolR6KmdKcw1ANs9Q== 219 integrity sha512-MalD4T2Iur582TMmHKFDmoqSYMys1EjdTZWt0qME85ri1w7yBriujvTyy9/aZmT2bFBGeJvbqhohoU46CsnqsA==
209 dependencies: 220 dependencies:
210 tslib "^1.9.0" 221 tslib "^1.9.0"
211 222
@@ -214,21 +225,21 @@
214 resolved "https://registry.yarnpkg.com/@angularclass/hmr/-/hmr-2.1.3.tgz#34e658ed3da37f23b0a200e2da5a89be92bb209f" 225 resolved "https://registry.yarnpkg.com/@angularclass/hmr/-/hmr-2.1.3.tgz#34e658ed3da37f23b0a200e2da5a89be92bb209f"
215 integrity sha1-NOZY7T2jfyOwogDi2lqJvpK7IJ8= 226 integrity sha1-NOZY7T2jfyOwogDi2lqJvpK7IJ8=
216 227
217"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.0.0-beta.35": 228"@babel/code-frame@^7.0.0":
218 version "7.0.0" 229 version "7.0.0"
219 resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" 230 resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
220 integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA== 231 integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==
221 dependencies: 232 dependencies:
222 "@babel/highlight" "^7.0.0" 233 "@babel/highlight" "^7.0.0"
223 234
224"@babel/generator@^7.0.0", "@babel/generator@^7.1.6": 235"@babel/generator@^7.0.0", "@babel/generator@^7.4.0":
225 version "7.2.0" 236 version "7.4.0"
226 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.2.0.tgz#eaf3821fa0301d9d4aef88e63d4bcc19b73ba16c" 237 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.0.tgz#c230e79589ae7a729fd4631b9ded4dc220418196"
227 integrity sha512-BA75MVfRlFQG2EZgFYIwyT1r6xSkwfP2bdkY/kLZusEYWiJs4xCowab/alaEaT0wSvmVuXGqiefeBlP+7V1yKg== 238 integrity sha512-/v5I+a1jhGSKLgZDcmAUZ4K/VePi43eRkUs3yePW1HB1iANOD5tqJXwGSG4BZhSksP8J9ejSlwGeTiiOFZOrXQ==
228 dependencies: 239 dependencies:
229 "@babel/types" "^7.2.0" 240 "@babel/types" "^7.4.0"
230 jsesc "^2.5.1" 241 jsesc "^2.5.1"
231 lodash "^4.17.10" 242 lodash "^4.17.11"
232 source-map "^0.5.0" 243 source-map "^0.5.0"
233 trim-right "^1.0.1" 244 trim-right "^1.0.1"
234 245
@@ -248,12 +259,12 @@
248 dependencies: 259 dependencies:
249 "@babel/types" "^7.0.0" 260 "@babel/types" "^7.0.0"
250 261
251"@babel/helper-split-export-declaration@^7.0.0": 262"@babel/helper-split-export-declaration@^7.4.0":
252 version "7.0.0" 263 version "7.4.0"
253 resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813" 264 resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz#571bfd52701f492920d63b7f735030e9a3e10b55"
254 integrity sha512-MXkOJqva62dfC0w85mEf/LucPPS/1+04nmmRMPEBUB++hiiThQ2zPtX/mEWQ3mtzCEjIJvPY8nuwxXtQeQwUag== 265 integrity sha512-7Cuc6JZiYShaZnybDmfwhY4UYHzI6rlqhWjaIqbsJGsIqPimEYy5uh3akSRLMg65LSdSEnJ8a8/bWQN6u2oMGw==
255 dependencies: 266 dependencies:
256 "@babel/types" "^7.0.0" 267 "@babel/types" "^7.4.0"
257 268
258"@babel/highlight@^7.0.0": 269"@babel/highlight@^7.0.0":
259 version "7.0.0" 270 version "7.0.0"
@@ -264,101 +275,99 @@
264 esutils "^2.0.2" 275 esutils "^2.0.2"
265 js-tokens "^4.0.0" 276 js-tokens "^4.0.0"
266 277
267"@babel/parser@^7.0.0", "@babel/parser@^7.1.2", "@babel/parser@^7.1.6": 278"@babel/parser@^7.0.0", "@babel/parser@^7.4.0":
268 version "7.2.0" 279 version "7.4.2"
269 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.0.tgz#02d01dbc330b6cbf36b76ac93c50752c69027065" 280 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.2.tgz#b4521a400cb5a871eab3890787b4bc1326d38d91"
270 integrity sha512-M74+GvK4hn1eejD9lZ7967qAwvqTZayQa3g10ag4s9uewgR7TKjeaT0YMyoq+gVfKYABiWZ4MQD701/t5e1Jhg== 281 integrity sha512-9fJTDipQFvlfSVdD/JBtkiY0br9BtfvW2R8wo6CX/Ej2eMuV0gWPk1M67Mt3eggQvBqYW1FCEk8BN7WvGm/g5g==
271 282
272"@babel/runtime@^7.0.0": 283"@babel/runtime@^7.2.0":
273 version "7.2.0" 284 version "7.4.2"
274 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.2.0.tgz#b03e42eeddf5898e00646e4c840fa07ba8dcad7f" 285 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.2.tgz#f5ab6897320f16decd855eed70b705908a313fe8"
275 integrity sha512-oouEibCbHMVdZSDlJBO6bZmID/zA/G/Qx3H1d3rSNPTD+L8UNKvCat7aKWSJ74zYbm5zWGh0GQN0hKj8zYFTCg== 286 integrity sha512-7Bl2rALb7HpvXFL7TETNzKSAeBVCPHELzc0C//9FCxN8nsiueWSJBqaF+2oIJScyILStASR/Cx5WMkXGYTiJFA==
276 dependencies: 287 dependencies:
277 regenerator-runtime "^0.12.0" 288 regenerator-runtime "^0.13.2"
278 289
279"@babel/template@^7.0.0", "@babel/template@^7.1.0": 290"@babel/template@^7.0.0", "@babel/template@^7.1.0":
280 version "7.1.2" 291 version "7.4.0"
281 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644" 292 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.0.tgz#12474e9c077bae585c5d835a95c0b0b790c25c8b"
282 integrity sha512-SY1MmplssORfFiLDcOETrW7fCLl+PavlwMh92rrGcikQaRq4iWPVH0MpwPpY3etVMx6RnDjXtr6VZYr/IbP/Ag== 293 integrity sha512-SOWwxxClTTh5NdbbYZ0BmaBVzxzTh2tO/TeLTbF6MO6EzVhHTnff8CdBXx3mEtazFBoysmEM6GU/wF+SuSx4Fw==
283 dependencies: 294 dependencies:
284 "@babel/code-frame" "^7.0.0" 295 "@babel/code-frame" "^7.0.0"
285 "@babel/parser" "^7.1.2" 296 "@babel/parser" "^7.4.0"
286 "@babel/types" "^7.1.2" 297 "@babel/types" "^7.4.0"
287 298
288"@babel/traverse@^7.0.0": 299"@babel/traverse@^7.0.0":
289 version "7.1.6" 300 version "7.4.0"
290 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.6.tgz#c8db9963ab4ce5b894222435482bd8ea854b7b5c" 301 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.0.tgz#14006967dd1d2b3494cdd650c686db9daf0ddada"
291 integrity sha512-CXedit6GpISz3sC2k2FsGCUpOhUqKdyL0lqNrImQojagnUMXf8hex4AxYFRuMkNGcvJX5QAFGzB5WJQmSv8SiQ== 302 integrity sha512-/DtIHKfyg2bBKnIN+BItaIlEg5pjAnzHOIQe5w+rHAw/rg9g0V7T4rqPX8BJPfW11kt3koyjAnTNwCzb28Y1PA==
292 dependencies: 303 dependencies:
293 "@babel/code-frame" "^7.0.0" 304 "@babel/code-frame" "^7.0.0"
294 "@babel/generator" "^7.1.6" 305 "@babel/generator" "^7.4.0"
295 "@babel/helper-function-name" "^7.1.0" 306 "@babel/helper-function-name" "^7.1.0"
296 "@babel/helper-split-export-declaration" "^7.0.0" 307 "@babel/helper-split-export-declaration" "^7.4.0"
297 "@babel/parser" "^7.1.6" 308 "@babel/parser" "^7.4.0"
298 "@babel/types" "^7.1.6" 309 "@babel/types" "^7.4.0"
299 debug "^4.1.0" 310 debug "^4.1.0"
300 globals "^11.1.0" 311 globals "^11.1.0"
301 lodash "^4.17.10" 312 lodash "^4.17.11"
302 313
303"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.6", "@babel/types@^7.2.0": 314"@babel/types@^7.0.0", "@babel/types@^7.4.0":
304 version "7.2.0" 315 version "7.4.0"
305 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.0.tgz#7941c5b2d8060e06f9601d6be7c223eef906d5d8" 316 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"
306 integrity sha512-b4v7dyfApuKDvmPb+O488UlGuR1WbwMXFsO/cyqMrnfvRAChZKJAYeeglWTjUO1b9UghKKgepAQM5tsvBJca6A== 317 integrity sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==
307 dependencies: 318 dependencies:
308 esutils "^2.0.2" 319 esutils "^2.0.2"
309 lodash "^4.17.10" 320 lodash "^4.17.11"
310 to-fast-properties "^2.0.0" 321 to-fast-properties "^2.0.0"
311 322
312"@neos21/bootstrap3-glyphicons@^1.0.1": 323"@neos21/bootstrap3-glyphicons@^1.0.1":
313 version "1.0.2" 324 version "1.0.3"
314 resolved "https://registry.yarnpkg.com/@neos21/bootstrap3-glyphicons/-/bootstrap3-glyphicons-1.0.2.tgz#c86509a866258f645a9ed9428c10057e4c664245" 325 resolved "https://registry.yarnpkg.com/@neos21/bootstrap3-glyphicons/-/bootstrap3-glyphicons-1.0.3.tgz#58ecfeed21a959875077f190acc191b2d0e60aa6"
315 integrity sha512-ESM4L1GUdsDcuX+mrO6yR98ZSmlyx2RZ9X4GtcACjt6wGdGqNspwOR6o7sEinRx7oCIqcFbDVq7ls84fkSl3pw== 326 integrity sha512-C/QiUKppme99jGFm9/8a/J8zoeOP0YPb+lASR64MuhbFjqERDZd6T8QV8fDvjV1egRUnI8KaLyig19bCcH01DA==
316 327
317"@ng-bootstrap/ng-bootstrap@^4.0.0": 328"@ng-bootstrap/ng-bootstrap@^4.0.0":
318 version "4.0.0" 329 version "4.1.1"
319 resolved "https://registry.yarnpkg.com/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-4.0.0.tgz#e56aafc8e3ae900b88d528303a5962cc363088ed" 330 resolved "https://registry.yarnpkg.com/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-4.1.1.tgz#5e9c477ed9cc19114b56a0abc87e9c8483fb6bbf"
320 integrity sha512-jWVHRDUYppOSvzclP9d3lVWGUO+y0X9W6jdfyYehDkJCY0MFgtwefLYMtQ/NJ4niPzm2d/zZn+Bte48iIn0nKw== 331 integrity sha512-OgbmPVhbDdNpIwogEXsycUJG0caNtb2+wCABfLUClgi9YcfNXhZ9Phu2GQq7Pk/LO66okth6s77RBQnbTJuysg==
321 dependencies: 332 dependencies:
322 tslib "^1.9.0" 333 tslib "^1.9.0"
323 334
324"@ngtools/webpack@7.1.1": 335"@ngtools/webpack@7.3.7":
325 version "7.1.1" 336 version "7.3.7"
326 resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-7.1.1.tgz#c418e1cb0d70a77d06e8c32500fe2e92e606ea52" 337 resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-7.3.7.tgz#52f7f44aec736c630db8ae9fc380a5f789a9e681"
327 integrity sha512-XW/YDjiDZlwOYK4YvGAIKIVEkqtdwPLwTWAmDbnfpEHQc8UALsBrzGdjze0jSfXQdQxkbmXo0aolZgNc7uL/wQ== 338 integrity sha512-u14/poGhv0aSQ3vwgX6DpIFN+TWviqOv4+uM4/AUnLGwvNS+p02BMIr3m+biX9dsLH+7EfATEuWOLkSkhaCjnA==
328 dependencies: 339 dependencies:
329 "@angular-devkit/core" "7.1.1" 340 "@angular-devkit/core" "7.3.7"
330 enhanced-resolve "4.1.0" 341 enhanced-resolve "4.1.0"
331 rxjs "6.3.3" 342 rxjs "6.3.3"
332 tree-kill "1.2.0" 343 tree-kill "1.2.1"
333 webpack-sources "1.2.0" 344 webpack-sources "1.3.0"
334 345
335"@ngx-loading-bar/core@3.0.0", "@ngx-loading-bar/core@^3.0.0": 346"@ngx-loading-bar/core@^4.2.0":
336 version "3.0.0" 347 version "4.2.0"
337 resolved "https://registry.yarnpkg.com/@ngx-loading-bar/core/-/core-3.0.0.tgz#86c6d036b5ad50950b5ea526db585f39d44f396a" 348 resolved "https://registry.yarnpkg.com/@ngx-loading-bar/core/-/core-4.2.0.tgz#cf0cc209eb967bd7625c2cec565841890cd5e17e"
338 integrity sha512-DBH+bKf8M9uSk2791HbtN/JvcEmBxEbUCiOJ6PYrjbginH6dUn2NsSxnv3myu0lpx+7K3MusXLNImkB5JUh2QA== 349 integrity sha512-sfVmsDoLr9zI7ylzPct4wefi6zWBPyekQIhJVhME3h9sPh8S+BHy5loKgUqiZR3YduRNr8boLh4GkHpL3eXEPg==
339 dependencies: 350 dependencies:
340 tslib "^1.7.1" 351 tslib "^1.7.1"
341 352
342"@ngx-loading-bar/http-client@^3.0.0": 353"@ngx-loading-bar/http-client@^4.2.0":
343 version "3.0.0" 354 version "4.2.0"
344 resolved "https://registry.yarnpkg.com/@ngx-loading-bar/http-client/-/http-client-3.0.0.tgz#2fce2f60da37a48f2173ef4f08189eecf98d9215" 355 resolved "https://registry.yarnpkg.com/@ngx-loading-bar/http-client/-/http-client-4.2.0.tgz#62f498c6860a9d460df4f1ef6173608168bdbfe6"
345 integrity sha512-7AHM3tmA2FDFXsKbL09vnRqqxdztpjilkP3U9zXB5Lkv3XtlJnZoQKFCSbmEusw30k3oAmY5id/ZE9X83uekZg== 356 integrity sha512-r8M9XAdKZC98LQhxyDA+pq5V9SS471VLI82UlsnBz17i3K2cHWVBjkwomEQq9i2xBNS14DOY/tAlxUlX+WAhSg==
346 dependencies: 357 dependencies:
347 "@ngx-loading-bar/core" "3.0.0" 358 tslib "^1.9.0"
348 tslib "^1.7.1"
349 359
350"@ngx-loading-bar/router@^3.0.0": 360"@ngx-loading-bar/router@^4.2.0":
351 version "3.0.0" 361 version "4.2.0"
352 resolved "https://registry.yarnpkg.com/@ngx-loading-bar/router/-/router-3.0.0.tgz#627e73be406dfdff48175f75c110bebd4f6fa588" 362 resolved "https://registry.yarnpkg.com/@ngx-loading-bar/router/-/router-4.2.0.tgz#e8a841b3d19b21db9b098e575c03d53ac14c697c"
353 integrity sha512-UL3GaFyFfHwgGeAdSEG800Rl3GuBfKydPp21lD/paqdsrUT2Z1cBLAiVFw7U4QdnSLaPzngYr9bzgDFdy4GqYQ== 363 integrity sha512-WFPzGDn25a9On3m0+sTGaHzj3/QAAU+LPX+ngNhSzqbJ8Kc0FJ5mKshVXRCgGZ9Wi2jjOKKRODTssS8lPMIdgA==
354 dependencies: 364 dependencies:
355 "@ngx-loading-bar/core" "3.0.0" 365 tslib "^1.9.0"
356 tslib "^1.7.1"
357 366
358"@ngx-meta/core@^6.0.0-rc.1": 367"@ngx-meta/core@^7.0.0":
359 version "6.0.0" 368 version "7.0.0"
360 resolved "https://registry.yarnpkg.com/@ngx-meta/core/-/core-6.0.0.tgz#3cdc176e810fbe7b9b2d0d09abc5c8606ec61023" 369 resolved "https://registry.yarnpkg.com/@ngx-meta/core/-/core-7.0.0.tgz#fe136fc7f0b507499972f5ea0675c58721f6f6e1"
361 integrity sha512-44BZrKeJsvAsnJHIgp2PG5RyM/GrkvPbE2HxFhMBgOpHBtNcsosbr3FmdhYMwKDim3fsd6HnNEE21nqEMI9+Nw== 370 integrity sha512-gsbt84hnQPGGGSwxG8av6y7HdZCw9y4pCjUDybEfJEPogrRJIVNUnemh2PnpdzpxRlk9qjbQ+sxO1Nohs+2pSQ==
362 dependencies: 371 dependencies:
363 tslib "~1.9.0" 372 tslib "~1.9.0"
364 373
@@ -371,33 +380,38 @@
371 tslib "^1.9.0" 380 tslib "^1.9.0"
372 yargs "10.0.3" 381 yargs "10.0.3"
373 382
374"@schematics/angular@7.1.1": 383"@schematics/angular@7.3.7":
375 version "7.1.1" 384 version "7.3.7"
376 resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-7.1.1.tgz#4ee17a17d221eaf48009db0b991766d1074d0b4f" 385 resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-7.3.7.tgz#6c219d71930c1127033e77f25d6ec3782306fa91"
377 integrity sha512-jMaj8y3rNTQQXuH38uoWfAOmwYjtzqo1RelNfACnT54mfO/Dat+k7WasBLHWuvzvnN4/Ga3kXL7sJpkeMciiIg== 386 integrity sha512-X769unu8NViF4fjQhe3kFSLy2fmigWUJiTdEA76CPHsh5ka7trNhLaKcorXvYQDX+OhT5WHwBx5shg/3aJ3GYw==
378 dependencies: 387 dependencies:
379 "@angular-devkit/core" "7.1.1" 388 "@angular-devkit/core" "7.3.7"
380 "@angular-devkit/schematics" "7.1.1" 389 "@angular-devkit/schematics" "7.3.7"
381 typescript "3.1.6" 390 typescript "3.2.4"
382 391
383"@schematics/update@0.11.1": 392"@schematics/update@0.13.7":
384 version "0.11.1" 393 version "0.13.7"
385 resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.11.1.tgz#5129a800043dc38ee1f1c879865e0df82ddac7ed" 394 resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.13.7.tgz#8b4d7146ae0ecedfe6ffc88b7fdec3ac165c89e4"
386 integrity sha512-IzPXamoMpDb2eY2zSW4fPuuH+7RfJLte9XVzQM2y3ZTBhlJQFLqx7qJtOXdcXUboonC6o61KCayNDERFnDUdPg== 395 integrity sha512-7GiQiRkZlrPqINCWf/tKSUMfKz5dCwTFijkN/Hr0z2c679Q8kjiBnibNnzHG+zgmE7pH9gPRPvIa4hL+/zdtYw==
387 dependencies: 396 dependencies:
388 "@angular-devkit/core" "7.1.1" 397 "@angular-devkit/core" "7.3.7"
389 "@angular-devkit/schematics" "7.1.1" 398 "@angular-devkit/schematics" "7.3.7"
390 "@yarnpkg/lockfile" "1.1.0" 399 "@yarnpkg/lockfile" "1.1.0"
391 ini "1.3.5" 400 ini "1.3.5"
392 pacote "9.1.1" 401 pacote "9.4.0"
393 rxjs "6.3.3" 402 rxjs "6.3.3"
394 semver "5.5.1" 403 semver "5.6.0"
395 semver-intersect "1.4.0" 404 semver-intersect "1.4.0"
396 405
406"@streamroot/videojs-hlsjs-plugin@^1.0.7":
407 version "1.0.9"
408 resolved "https://registry.yarnpkg.com/@streamroot/videojs-hlsjs-plugin/-/videojs-hlsjs-plugin-1.0.9.tgz#f9fd15da922b4147812d18b9e1a57a74b3b0cefe"
409 integrity sha512-WJ4vhzhRKz8x05KNWoZ11hovD7bz2FWYIH9hlwn35Bu+1UmPmN7YLE3QehIm6WHWnvhBtnCnYHCf/YfH2hW/XQ==
410
397"@types/bittorrent-protocol@*": 411"@types/bittorrent-protocol@*":
398 version "2.2.2" 412 version "2.2.3"
399 resolved "https://registry.yarnpkg.com/@types/bittorrent-protocol/-/bittorrent-protocol-2.2.2.tgz#169e9633e1bd18e6b830d11cf42e611b1972cb83" 413 resolved "https://registry.yarnpkg.com/@types/bittorrent-protocol/-/bittorrent-protocol-2.2.3.tgz#522f30db08695e14df4ca3fc6495431f27c72f70"
400 integrity sha512-VAPyW8eGh8FjyGxBSKyPSH60Qkxo3r2W4sDYXCQJYfYD49UnA1SUP+5GQ/4MgbdiEDSp9YW4yuebpIR/vstD5Q== 414 integrity sha512-YbG+R60XYzHpoYAJNChyIjpAmgpf2K6ArvwrlASEKNW4GX8dv6//dUcaOwoiMKZALZ4Kk3etbyUO/q/qSsMymQ==
401 dependencies: 415 dependencies:
402 "@types/node" "*" 416 "@types/node" "*"
403 417
@@ -406,15 +420,15 @@
406 resolved "https://registry.yarnpkg.com/@types/core-js/-/core-js-2.5.0.tgz#35cc282488de6f10af1d92902899a3b8ca3fbc47" 420 resolved "https://registry.yarnpkg.com/@types/core-js/-/core-js-2.5.0.tgz#35cc282488de6f10af1d92902899a3b8ca3fbc47"
407 integrity sha512-qjkHL3wF0JMHMqgm/kmL8Pf8rIiqvueEiZ0g6NVTcBX1WN46GWDr+V5z+gsHUeL0n8TfAmXnYmF7ajsxmBp4PQ== 421 integrity sha512-qjkHL3wF0JMHMqgm/kmL8Pf8rIiqvueEiZ0g6NVTcBX1WN46GWDr+V5z+gsHUeL0n8TfAmXnYmF7ajsxmBp4PQ==
408 422
409"@types/jasmine@*": 423"@types/hls.js@^0.12.0":
410 version "3.3.1" 424 version "0.12.3"
411 resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.3.1.tgz#b6c4f356013364e98b583647c7b3b6de6fccd2cc" 425 resolved "https://registry.yarnpkg.com/@types/hls.js/-/hls.js-0.12.3.tgz#09d5d1dbcd78d7dd46deff6db02bd2af9721a4cf"
412 integrity sha512-JnKB+cEIFuQZXizZP6N0zxma+JlvowkjefWuL61otVmXN7Ebbs4ka3IbDVIz1pc+TCiT00q925jANz3gQJ9qXw== 426 integrity sha512-1QbxVTp7v9bn8MjvbMXV4YbMntC9Dv8v9bI9LgWxfg9Mgib0/jI2XITUEKGgG5Cde48ktyA1UHTSWld7QKKNnQ==
413 427
414"@types/jasmine@^2.8.7": 428"@types/jasmine@*", "@types/jasmine@^3.3.12":
415 version "2.8.12" 429 version "3.3.12"
416 resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.8.12.tgz#dfe606b07686c977f54d17cb8ebe6cae2e26f8ff" 430 resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.3.12.tgz#bf282cb540e9ad7a0a04b742082c073b655eab39"
417 integrity sha512-eE+xeiGBPgQsNcyg61JBqQS6NtxC+s2yfOikMCnc0Z4NqKujzmSahmtjLCKVQU/AyrTEQ76TOwQBnr8wGP2bmA== 431 integrity sha512-lXvr2xFQEVQLkIhuGaR3GC1L9lMU1IxeWnAF/wNY5ZWpC4p9dgxkKkzMp7pntpAdv9pZSnYqgsBkCg32MXSZMg==
418 432
419"@types/jasminewd2@^2.0.3": 433"@types/jasminewd2@^2.0.3":
420 version "2.0.6" 434 version "2.0.6"
@@ -423,32 +437,34 @@
423 dependencies: 437 dependencies:
424 "@types/jasmine" "*" 438 "@types/jasmine" "*"
425 439
426"@types/jest@^23.3.1":
427 version "23.3.10"
428 resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.10.tgz#4897974cc317bf99d4fe6af1efa15957fa9c94de"
429 integrity sha512-DC8xTuW/6TYgvEg3HEXS7cu9OijFqprVDXXiOcdOKZCU/5PJNLZU37VVvmZHdtMiGOa8wAA/We+JzbdxFzQTRQ==
430
431"@types/jschannel@^1.0.0": 440"@types/jschannel@^1.0.0":
432 version "1.0.1" 441 version "1.0.1"
433 resolved "https://registry.yarnpkg.com/@types/jschannel/-/jschannel-1.0.1.tgz#79d582ccf42554c8457230526a3054d018d559f0" 442 resolved "https://registry.yarnpkg.com/@types/jschannel/-/jschannel-1.0.1.tgz#79d582ccf42554c8457230526a3054d018d559f0"
434 integrity sha512-S34NuOoOOKXbft3f9GDeLKp777ABCGArZaqUWOuu1Xn+1S75Osmk8kCeqmw5x2TuASyjE082DwDAuoaXNIRCTw== 443 integrity sha512-S34NuOoOOKXbft3f9GDeLKp777ABCGArZaqUWOuu1Xn+1S75Osmk8kCeqmw5x2TuASyjE082DwDAuoaXNIRCTw==
435 444
445"@types/linkifyjs@^2.1.1":
446 version "2.1.1"
447 resolved "https://registry.yarnpkg.com/@types/linkifyjs/-/linkifyjs-2.1.1.tgz#d6902c165f7108ff9293f7145dfb703fee6814c7"
448 integrity sha512-rTXD/qsdI0aAf1tOtacWaE47K2QLz5C/g7rmB6kYyNuRKWMtStcQjVAM5R/T6kaiR8EVLMwPZ1RqX3aA/CS95g==
449 dependencies:
450 "@types/react" "*"
451
436"@types/lodash-es@^4.17.0": 452"@types/lodash-es@^4.17.0":
437 version "4.17.1" 453 version "4.17.3"
438 resolved "https://registry.yarnpkg.com/@types/lodash-es/-/lodash-es-4.17.1.tgz#56745e5411558362aeca31def918f88f725dd29d" 454 resolved "https://registry.yarnpkg.com/@types/lodash-es/-/lodash-es-4.17.3.tgz#87eb0b3673b076b8ee655f1890260a136af09a2d"
439 integrity sha512-3EDZjphPfdjnsWvY11ufYImFMPyQJwIH1eFYRgWQsjOctce06fmNgVf5sfvXBRiaS1o0X50bAln1lfWs8ZO3BA== 455 integrity sha512-iHI0i7ZAL1qepz1Y7f3EKg/zUMDwDfTzitx+AlHhJJvXwenP682ZyGbgPSc5Ej3eEAKVbNWKFuwOadCj5vBbYQ==
440 dependencies: 456 dependencies:
441 "@types/lodash" "*" 457 "@types/lodash" "*"
442 458
443"@types/lodash@*": 459"@types/lodash@*":
444 version "4.14.118" 460 version "4.14.123"
445 resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.118.tgz#247bab39bfcc6d910d4927c6e06cbc70ec376f27" 461 resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.123.tgz#39be5d211478c8dd3bdae98ee75bb7efe4abfe4d"
446 integrity sha512-iiJbKLZbhSa6FYRip/9ZDX6HXhayXLDGY2Fqws9cOkEQ6XeKfaxB0sC541mowZJueYyMnVUmmG+al5/4fCDrgw== 462 integrity sha512-pQvPkc4Nltyx7G1Ww45OjVqUsJP4UsZm+GWJpigXgkikZqJgRm4c48g027o6tdgubWHwFRF15iFd+Y4Pmqv6+Q==
447 463
448"@types/magnet-uri@*": 464"@types/magnet-uri@*":
449 version "5.1.1" 465 version "5.1.2"
450 resolved "https://registry.yarnpkg.com/@types/magnet-uri/-/magnet-uri-5.1.1.tgz#861aaf64c92a3137dd848fefc55cd352a8ea851a" 466 resolved "https://registry.yarnpkg.com/@types/magnet-uri/-/magnet-uri-5.1.2.tgz#7860417399d52ddc0be1021d570b4ac93ffc133e"
451 integrity sha1-hhqvZMkqMTfdhI/vxVzTUqjqhRo= 467 integrity sha512-bXFPXskwHoEYP6t8rq4nWchOlbUzXkyhnfCVZmq+zb25R5pWkasw7BmTIqDKQ6RAQmq89jll1v23yLa/SvPfAw==
452 dependencies: 468 dependencies:
453 "@types/node" "*" 469 "@types/node" "*"
454 470
@@ -458,50 +474,63 @@
458 integrity sha512-Bhc4jTJ3g+WU+dBvyhwwssHifjqapauyjV+0cTWVWRjwDAaK9PebZBFpLJmoOCp47qlkDeeT1Y9sV9LyyaG02w== 474 integrity sha512-Bhc4jTJ3g+WU+dBvyhwwssHifjqapauyjV+0cTWVWRjwDAaK9PebZBFpLJmoOCp47qlkDeeT1Y9sV9LyyaG02w==
459 475
460"@types/mousetrap@^1.6.0": 476"@types/mousetrap@^1.6.0":
461 version "1.6.0" 477 version "1.6.2"
462 resolved "https://registry.yarnpkg.com/@types/mousetrap/-/mousetrap-1.6.0.tgz#c3951ab98b88ff6093cd0b1e4f8591af439141b8" 478 resolved "https://registry.yarnpkg.com/@types/mousetrap/-/mousetrap-1.6.2.tgz#5f48bdbd28c8a447167263ae436488f1d8be072d"
463 integrity sha512-Jn2cF8X6RAMiSmJaATGjf2r3GzIfpZQpvnQhKprQ5sAbMaNXc7hc9sA2XHdMl3bEMEQhTV79JVW7n4Pgg7sjtg== 479 integrity sha512-m67PUdzoHJGmYJ6Fno4iXocl+azw9cuz8tdUG21M04UzMRUT1YfxPIIIt3lQkXLMGwlGSKXYNGxCOMxKlGegIw==
464 480
465"@types/node@*", "@types/node@^10.9.2": 481"@types/node@*":
466 version "10.12.12" 482 version "11.13.0"
467 resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.12.tgz#e15a9d034d9210f00320ef718a50c4a799417c47" 483 resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.0.tgz#b0df8d6ef9b5001b2be3a94d909ce3c29a80f9e1"
468 integrity sha512-Pr+6JRiKkfsFvmU/LK68oBRCQeEg36TyAbPhc2xpez24OOZZCuoIhWGTd39VZy6nGafSbxzGouFPTFD/rR1A0A== 484 integrity sha512-rx29MMkRdVmzunmiA4lzBYJNnXsW/PhG4kMBy2ATsYaDjGGR75dCFEVVROKpNwlVdcUX3xxlghKQOeDPBJobng==
469 485
470"@types/node@^6.0.46": 486"@types/node@^10.9.2":
471 version "6.14.2" 487 version "10.14.4"
472 resolved "https://registry.yarnpkg.com/@types/node/-/node-6.14.2.tgz#40b3dbb1221c7d66802cbcc32fe3b85e54569c77" 488 resolved "https://registry.yarnpkg.com/@types/node/-/node-10.14.4.tgz#1c586b991457cbb58fef51bc4e0cfcfa347714b5"
473 integrity sha512-JWB3xaVfsfnFY8Ofc9rTB/op0fqqTSqy4vBcVk1LuRJvta7KTX+D//fCkiTMeLGhdr2EbFZzQjC97gvmPilk9Q== 489 integrity sha512-DT25xX/YgyPKiHFOpNuANIQIVvYEwCWXgK2jYYwqgaMrYE6+tq+DtmMwlD3drl6DJbUwtlIDnn0d7tIn/EbXBg==
474 490
475"@types/parse-torrent-file@*": 491"@types/parse-torrent-file@*":
476 version "4.0.1" 492 version "4.0.2"
477 resolved "https://registry.yarnpkg.com/@types/parse-torrent-file/-/parse-torrent-file-4.0.1.tgz#056a6c18f3fac0cd7c6c74540f00496a3225976b" 493 resolved "https://registry.yarnpkg.com/@types/parse-torrent-file/-/parse-torrent-file-4.0.2.tgz#40c96fc075aec256514807c6c381d11d9035bd9e"
478 integrity sha1-BWpsGPP6wM18bHRUDwBJajIll2s= 494 integrity sha512-EzdzpcN0sStQ35sUV2SChTJErLsbotsxZ/RYeR9gf3zXKlPLKaA7aIAoS/nuLRvfxH8mbrWQmXSw76alKecSdg==
479 dependencies: 495 dependencies:
480 "@types/node" "*" 496 "@types/node" "*"
481 497
482"@types/parse-torrent@*": 498"@types/parse-torrent@*":
483 version "5.8.2" 499 version "5.8.3"
484 resolved "https://registry.yarnpkg.com/@types/parse-torrent/-/parse-torrent-5.8.2.tgz#53ab880e38ced2005a79948f0df0c8762539323e" 500 resolved "https://registry.yarnpkg.com/@types/parse-torrent/-/parse-torrent-5.8.3.tgz#ff4e987d09ad27ccc1c8893b3a2c6a31a3bc4042"
485 integrity sha512-wfXO0N2vNkk/W1CEiPbT+7GPiOe3fnRLecdFBw/HNxPyx6czOGqUYi8bw2dbjEmYqWSsqhMdrajEd6o5ry2p4w== 501 integrity sha512-c0xAjnpov+Xk/2HTtpaBm0tukNIAoZoxrqgTDwSaIu6IVCynY+2YD9zcQNk2P6H4atcXzD78/LI2CQzLlMmAJg==
486 dependencies: 502 dependencies:
487 "@types/magnet-uri" "*" 503 "@types/magnet-uri" "*"
488 "@types/node" "*" 504 "@types/node" "*"
489 "@types/parse-torrent-file" "*" 505 "@types/parse-torrent-file" "*"
490 506
507"@types/prop-types@*":
508 version "15.7.0"
509 resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.0.tgz#4c48fed958d6dcf9487195a0ef6456d5f6e0163a"
510 integrity sha512-eItQyV43bj4rR3JPV0Skpl1SncRCdziTEK9/v8VwXmV6d/qOUO8/EuWeHBbCZcsfSHfzI5UyMJLCSXtxxznyZg==
511
491"@types/q@^0.0.32": 512"@types/q@^0.0.32":
492 version "0.0.32" 513 version "0.0.32"
493 resolved "https://registry.yarnpkg.com/@types/q/-/q-0.0.32.tgz#bd284e57c84f1325da702babfc82a5328190c0c5" 514 resolved "https://registry.yarnpkg.com/@types/q/-/q-0.0.32.tgz#bd284e57c84f1325da702babfc82a5328190c0c5"
494 integrity sha1-vShOV8hPEyXacCur/IKlMoGQwMU= 515 integrity sha1-vShOV8hPEyXacCur/IKlMoGQwMU=
495 516
517"@types/react@*":
518 version "16.8.10"
519 resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.10.tgz#1ccb6fde17f71a62ef055382ec68bdc379d4d8d9"
520 integrity sha512-7bUQeZKP4XZH/aB4i7k1i5yuwymDu/hnLMhD9NjVZvQQH7ZUgRN3d6iu8YXzx4sN/tNr0bj8jgguk8hhObzGvA==
521 dependencies:
522 "@types/prop-types" "*"
523 csstype "^2.2.0"
524
496"@types/sanitize-html@1.18.0": 525"@types/sanitize-html@1.18.0":
497 version "1.18.0" 526 version "1.18.0"
498 resolved "https://registry.yarnpkg.com/@types/sanitize-html/-/sanitize-html-1.18.0.tgz#de5cb560a41308ea8474e93b9d10bbb4050692f5" 527 resolved "https://registry.yarnpkg.com/@types/sanitize-html/-/sanitize-html-1.18.0.tgz#de5cb560a41308ea8474e93b9d10bbb4050692f5"
499 integrity sha512-cGOcHB/CFqqu4l6b7yVGej6eQ/QsUSsgWHcJPCvfPgXx8Q7t602EdnZ6fZcM019dbdE9/7ecRipBwk8cCMgukw== 528 integrity sha512-cGOcHB/CFqqu4l6b7yVGej6eQ/QsUSsgWHcJPCvfPgXx8Q7t602EdnZ6fZcM019dbdE9/7ecRipBwk8cCMgukw==
500 529
501"@types/selenium-webdriver@^3.0.0": 530"@types/selenium-webdriver@^3.0.0":
502 version "3.0.13" 531 version "3.0.15"
503 resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-3.0.13.tgz#deb799c641773c5e367abafc92d1e733d62cddd7" 532 resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-3.0.15.tgz#024c24051c3798e9a0cf5cceb1c893140df1bc31"
504 integrity sha512-rI0LGoMiZGUM+tjDakQpwZOvcmQoubiJ7hxqrYU12VRxBuGGvOThxrBOU/QmJKlKg1WG6FMzuvcEyLffvVSsmw== 533 integrity sha512-5nh8/K2u9p4bk95GGCJB7KBvewaB0TUziZ9DTr+mR2I6RoO4OJVqx7rxK83hs2J1tomwtCGkhiW+Dy8EUnfB+Q==
505 534
506"@types/simple-peer@*": 535"@types/simple-peer@*":
507 version "6.1.5" 536 version "6.1.5"
@@ -515,175 +544,189 @@
515 resolved "https://registry.yarnpkg.com/@types/socket.io-client/-/socket.io-client-1.4.32.tgz#988a65a0386c274b1c22a55377fab6a30789ac14" 544 resolved "https://registry.yarnpkg.com/@types/socket.io-client/-/socket.io-client-1.4.32.tgz#988a65a0386c274b1c22a55377fab6a30789ac14"
516 integrity sha512-Vs55Kq8F+OWvy1RLA31rT+cAyemzgm0EWNeax6BWF8H7QiiOYMJIdcwSDdm5LVgfEkoepsWkS+40+WNb7BUMbg== 545 integrity sha512-Vs55Kq8F+OWvy1RLA31rT+cAyemzgm0EWNeax6BWF8H7QiiOYMJIdcwSDdm5LVgfEkoepsWkS+40+WNb7BUMbg==
517 546
547"@types/source-list-map@*":
548 version "0.1.2"
549 resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9"
550 integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==
551
518"@types/video.js@^7.2.5": 552"@types/video.js@^7.2.5":
519 version "7.2.5" 553 version "7.2.10"
520 resolved "https://registry.yarnpkg.com/@types/video.js/-/video.js-7.2.5.tgz#20896c81141d3517c3a89bb6eb97c6a191aa5d4c" 554 resolved "https://registry.yarnpkg.com/@types/video.js/-/video.js-7.2.10.tgz#089247caa7eb3748768e4550d5c7191c37f571ba"
521 integrity sha512-5WUDOme0q81d58nEqf7qnz7B2Jc4jlA7/MQGOgoqI5VE6oied0KUfk5x/XqPSZSAHNwDDREAkrcK8JXcB+iruQ== 555 integrity sha512-BkFR2zgDIYNhlRCR/zUrDkXkJRO0y0c1HgZigsF+Ow9Wb1kM6XkTpM7C7iSUG7t1buNLDsw7FG0QYDd+ZoUuoQ==
556
557"@types/webpack-sources@^0.1.5":
558 version "0.1.5"
559 resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-0.1.5.tgz#be47c10f783d3d6efe1471ff7f042611bd464a92"
560 integrity sha512-zfvjpp7jiafSmrzJ2/i3LqOyTYTuJ7u1KOXlKgDlvsj9Rr0x7ZiYu5lZbXwobL7lmsRNtPXlBfmaUD8eU2Hu8w==
561 dependencies:
562 "@types/node" "*"
563 "@types/source-list-map" "*"
564 source-map "^0.6.1"
522 565
523"@types/webtorrent@^0.98.4": 566"@types/webtorrent@^0.98.4":
524 version "0.98.4" 567 version "0.98.5"
525 resolved "https://registry.yarnpkg.com/@types/webtorrent/-/webtorrent-0.98.4.tgz#cf8dbe22e3d5cf6915305f7f970b52bca01bf8b4" 568 resolved "https://registry.yarnpkg.com/@types/webtorrent/-/webtorrent-0.98.5.tgz#a75a220a82b11668e66935bcbc04a8502e7d9357"
526 integrity sha1-z42+IuPVz2kVMF9/lwtSvKAb+LQ= 569 integrity sha512-BkL8C5aCwSijqlNY1LUH4Cs6IgI4UEQgB6GiJBjMeNcA1s3Ikd3+7TolsXd2ptnElcNTbcuKOK5UajP6G7nciA==
527 dependencies: 570 dependencies:
528 "@types/bittorrent-protocol" "*" 571 "@types/bittorrent-protocol" "*"
529 "@types/node" "*" 572 "@types/node" "*"
530 "@types/parse-torrent" "*" 573 "@types/parse-torrent" "*"
531 "@types/simple-peer" "*" 574 "@types/simple-peer" "*"
532 575
533"@videojs/http-streaming@1.4.1": 576"@videojs/http-streaming@1.5.1":
534 version "1.4.1" 577 version "1.5.1"
535 resolved "https://registry.yarnpkg.com/@videojs/http-streaming/-/http-streaming-1.4.1.tgz#0b9c5d1a271d72546ec77e9c3f3b75995102032f" 578 resolved "https://registry.yarnpkg.com/@videojs/http-streaming/-/http-streaming-1.5.1.tgz#b6c81ec1f1ec93ee57c261f34c144f5493c9fc31"
536 integrity sha512-Bb3aP/b81heFt98JzDm8zN+mkHel8Ehb/ZKAOECeL19zq/Gp12653cE4JmG7cUI6VPSQB60DYMp6us3/HqKs7Q== 579 integrity sha512-Pc3aVr4SRINFLhUWjTofVjQ9iMjs9myXnyfJ0AdW0c4bLwJ0Fw7HUsbns+qseuBzVJe01i7J2R/DE1Y4hFgblA==
537 dependencies: 580 dependencies:
538 aes-decrypter "3.0.0" 581 aes-decrypter "3.0.0"
539 global "^4.3.0" 582 global "^4.3.0"
540 m3u8-parser "4.2.0" 583 m3u8-parser "4.2.0"
541 mpd-parser "0.7.0" 584 mpd-parser "0.7.0"
542 mux.js "4.5.1" 585 mux.js "5.0.1"
543 url-toolkit "^2.1.3" 586 url-toolkit "^2.1.3"
544 video.js "^6.8.0 || ^7.0.0" 587 video.js "^6.8.0 || ^7.0.0"
545 588
546"@webassemblyjs/ast@1.7.10": 589"@webassemblyjs/ast@1.7.11":
547 version "1.7.10" 590 version "1.7.11"
548 resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.7.10.tgz#0cfc61d61286240b72fc522cb755613699eea40a" 591 resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.7.11.tgz#b988582cafbb2b095e8b556526f30c90d057cace"
549 integrity sha512-wTUeaByYN2EA6qVqhbgavtGc7fLTOx0glG2IBsFlrFG51uXIGlYBTyIZMf4SPLo3v1bgV/7lBN3l7Z0R6Hswew== 592 integrity sha512-ZEzy4vjvTzScC+SH8RBssQUawpaInUdMTYwYYLh54/s8TuT0gBLuyUnppKsVyZEi876VmmStKsUs28UxPgdvrA==
550 dependencies: 593 dependencies:
551 "@webassemblyjs/helper-module-context" "1.7.10" 594 "@webassemblyjs/helper-module-context" "1.7.11"
552 "@webassemblyjs/helper-wasm-bytecode" "1.7.10" 595 "@webassemblyjs/helper-wasm-bytecode" "1.7.11"
553 "@webassemblyjs/wast-parser" "1.7.10" 596 "@webassemblyjs/wast-parser" "1.7.11"
554 597
555"@webassemblyjs/floating-point-hex-parser@1.7.10": 598"@webassemblyjs/floating-point-hex-parser@1.7.11":
556 version "1.7.10" 599 version "1.7.11"
557 resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.10.tgz#ee63d729c6311a85863e369a473f9983f984e4d9" 600 resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz#a69f0af6502eb9a3c045555b1a6129d3d3f2e313"
558 integrity sha512-gMsGbI6I3p/P1xL2UxqhNh1ga2HCsx5VBB2i5VvJFAaqAjd2PBTRULc3BpTydabUQEGlaZCzEUQhLoLG7TvEYQ== 601 integrity sha512-zY8dSNyYcgzNRNT666/zOoAyImshm3ycKdoLsyDw/Bwo6+/uktb7p4xyApuef1dwEBo/U/SYQzbGBvV+nru2Xg==
559 602
560"@webassemblyjs/helper-api-error@1.7.10": 603"@webassemblyjs/helper-api-error@1.7.11":
561 version "1.7.10" 604 version "1.7.11"
562 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.10.tgz#bfcb3bbe59775357475790a2ad7b289f09b2f198" 605 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.11.tgz#c7b6bb8105f84039511a2b39ce494f193818a32a"
563 integrity sha512-DoYRlPWtuw3yd5BOr9XhtrmB6X1enYF0/54yNvQWGXZEPDF5PJVNI7zQ7gkcKfTESzp8bIBWailaFXEK/jjCsw== 606 integrity sha512-7r1qXLmiglC+wPNkGuXCvkmalyEstKVwcueZRP2GNC2PAvxbLYwLLPr14rcdJaE4UtHxQKfFkuDFuv91ipqvXg==
564 607
565"@webassemblyjs/helper-buffer@1.7.10": 608"@webassemblyjs/helper-buffer@1.7.11":
566 version "1.7.10" 609 version "1.7.11"
567 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.10.tgz#0a8c624c67ad0b214d2e003859921a1988cb151b" 610 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.11.tgz#3122d48dcc6c9456ed982debe16c8f37101df39b"
568 integrity sha512-+RMU3dt/dPh4EpVX4u5jxsOlw22tp3zjqE0m3ftU2tsYxnPULb4cyHlgaNd2KoWuwasCQqn8Mhr+TTdbtj3LlA== 611 integrity sha512-MynuervdylPPh3ix+mKZloTcL06P8tenNH3sx6s0qE8SLR6DdwnfgA7Hc9NSYeob2jrW5Vql6GVlsQzKQCa13w==
569 612
570"@webassemblyjs/helper-code-frame@1.7.10": 613"@webassemblyjs/helper-code-frame@1.7.11":
571 version "1.7.10" 614 version "1.7.11"
572 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.10.tgz#0ab7e22fad0241a173178c73976fc0edf50832ce" 615 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.11.tgz#cf8f106e746662a0da29bdef635fcd3d1248364b"
573 integrity sha512-UiytbpKAULOEab2hUZK2ywXen4gWJVrgxtwY3Kn+eZaaSWaRM8z/7dAXRSoamhKFiBh1uaqxzE/XD9BLlug3gw== 616 integrity sha512-T8ESC9KMXFTXA5urJcyor5cn6qWeZ4/zLPyWeEXZ03hj/x9weSokGNkVCdnhSabKGYWxElSdgJ+sFa9G/RdHNw==
574 dependencies: 617 dependencies:
575 "@webassemblyjs/wast-printer" "1.7.10" 618 "@webassemblyjs/wast-printer" "1.7.11"
576 619
577"@webassemblyjs/helper-fsm@1.7.10": 620"@webassemblyjs/helper-fsm@1.7.11":
578 version "1.7.10" 621 version "1.7.11"
579 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.10.tgz#0915e7713fbbb735620a9d3e4fa3d7951f97ac64" 622 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.11.tgz#df38882a624080d03f7503f93e3f17ac5ac01181"
580 integrity sha512-w2vDtUK9xeSRtt5+RnnlRCI7wHEvLjF0XdnxJpgx+LJOvklTZPqWkuy/NhwHSLP19sm9H8dWxKeReMR7sCkGZA== 623 integrity sha512-nsAQWNP1+8Z6tkzdYlXT0kxfa2Z1tRTARd8wYnc/e3Zv3VydVVnaeePgqUzFrpkGUyhUUxOl5ML7f1NuT+gC0A==
581 624
582"@webassemblyjs/helper-module-context@1.7.10": 625"@webassemblyjs/helper-module-context@1.7.11":
583 version "1.7.10" 626 version "1.7.11"
584 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.10.tgz#9beb83f72740f5ac8075313b5cac5e796510f755" 627 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.11.tgz#d874d722e51e62ac202476935d649c802fa0e209"
585 integrity sha512-yE5x/LzZ3XdPdREmJijxzfrf+BDRewvO0zl8kvORgSWmxpRrkqY39KZSq6TSgIWBxkK4SrzlS3BsMCv2s1FpsQ== 628 integrity sha512-JxfD5DX8Ygq4PvXDucq0M+sbUFA7BJAv/GGl9ITovqE+idGX+J3QSzJYz+LwQmL7fC3Rs+utvWoJxDb6pmC0qg==
586 629
587"@webassemblyjs/helper-wasm-bytecode@1.7.10": 630"@webassemblyjs/helper-wasm-bytecode@1.7.11":
588 version "1.7.10" 631 version "1.7.11"
589 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.10.tgz#797b1e734bbcfdea8399669cdc58308ef1c7ffc0" 632 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.11.tgz#dd9a1e817f1c2eb105b4cf1013093cb9f3c9cb06"
590 integrity sha512-u5qy4SJ/OrxKxZqJ9N3qH4ZQgHaAzsopsYwLvoWJY6Q33r8PhT3VPyNMaJ7ZFoqzBnZlCcS/0f4Sp8WBxylXfg== 633 integrity sha512-cMXeVS9rhoXsI9LLL4tJxBgVD/KMOKXuFqYb5oCJ/opScWpkCMEz9EJtkonaNcnLv2R3K5jIeS4TRj/drde1JQ==
591 634
592"@webassemblyjs/helper-wasm-section@1.7.10": 635"@webassemblyjs/helper-wasm-section@1.7.11":
593 version "1.7.10" 636 version "1.7.11"
594 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.10.tgz#c0ea3703c615d7bc3e3507c3b7991c8767b2f20e" 637 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.11.tgz#9c9ac41ecf9fbcfffc96f6d2675e2de33811e68a"
595 integrity sha512-Ecvww6sCkcjatcyctUrn22neSJHLN/TTzolMGG/N7S9rpbsTZ8c6Bl98GpSpV77EvzNijiNRHBG0+JO99qKz6g== 638 integrity sha512-8ZRY5iZbZdtNFE5UFunB8mmBEAbSI3guwbrsCl4fWdfRiAcvqQpeqd5KHhSWLL5wuxo53zcaGZDBU64qgn4I4Q==
596 dependencies: 639 dependencies:
597 "@webassemblyjs/ast" "1.7.10" 640 "@webassemblyjs/ast" "1.7.11"
598 "@webassemblyjs/helper-buffer" "1.7.10" 641 "@webassemblyjs/helper-buffer" "1.7.11"
599 "@webassemblyjs/helper-wasm-bytecode" "1.7.10" 642 "@webassemblyjs/helper-wasm-bytecode" "1.7.11"
600 "@webassemblyjs/wasm-gen" "1.7.10" 643 "@webassemblyjs/wasm-gen" "1.7.11"
601 644
602"@webassemblyjs/ieee754@1.7.10": 645"@webassemblyjs/ieee754@1.7.11":
603 version "1.7.10" 646 version "1.7.11"
604 resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.7.10.tgz#62c1728b7ef0f66ef8221e2966a0afd75db430df" 647 resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.7.11.tgz#c95839eb63757a31880aaec7b6512d4191ac640b"
605 integrity sha512-HRcWcY+YWt4+s/CvQn+vnSPfRaD4KkuzQFt5MNaELXXHSjelHlSEA8ZcqT69q0GTIuLWZ6JaoKar4yWHVpZHsQ== 648 integrity sha512-Mmqx/cS68K1tSrvRLtaV/Lp3NZWzXtOHUW2IvDvl2sihAwJh4ACE0eL6A8FvMyDG9abes3saB6dMimLOs+HMoQ==
606 dependencies: 649 dependencies:
607 "@xtuc/ieee754" "^1.2.0" 650 "@xtuc/ieee754" "^1.2.0"
608 651
609"@webassemblyjs/leb128@1.7.10": 652"@webassemblyjs/leb128@1.7.11":
610 version "1.7.10" 653 version "1.7.11"
611 resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.7.10.tgz#167e0bb4b06d7701585772a73fba9f4df85439f6" 654 resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.7.11.tgz#d7267a1ee9c4594fd3f7e37298818ec65687db63"
612 integrity sha512-og8MciYlA8hvzCLR71hCuZKPbVBfLQeHv7ImKZ4nlyxrYbG7uJHYtHiHu6OV9SqrGuD03H/HtXC4Bgdjfm9FHw== 655 integrity sha512-vuGmgZjjp3zjcerQg+JA+tGOncOnJLWVkt8Aze5eWQLwTQGNgVLcyOTqgSCxWTR4J42ijHbBxnuRaL1Rv7XMdw==
613 dependencies: 656 dependencies:
614 "@xtuc/long" "4.2.1" 657 "@xtuc/long" "4.2.1"
615 658
616"@webassemblyjs/utf8@1.7.10": 659"@webassemblyjs/utf8@1.7.11":
617 version "1.7.10" 660 version "1.7.11"
618 resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.7.10.tgz#b6728f5b6f50364abc155be029f9670e6685605a" 661 resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.7.11.tgz#06d7218ea9fdc94a6793aa92208160db3d26ee82"
619 integrity sha512-Ng6Pxv6siyZp635xCSnH3mKmIFgqWPCcGdoo0GBYgyGdxu7cUj4agV7Uu1a8REP66UYUFXJLudeGgd4RvuJAnQ== 662 integrity sha512-C6GFkc7aErQIAH+BMrIdVSmW+6HSe20wg57HEC1uqJP8E/xpMjXqQUxkQw07MhNDSDcGpxI9G5JSNOQCqJk4sA==
620 663
621"@webassemblyjs/wasm-edit@1.7.10": 664"@webassemblyjs/wasm-edit@1.7.11":
622 version "1.7.10" 665 version "1.7.11"
623 resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.10.tgz#83fe3140f5a58f5a30b914702be9f0e59a399092" 666 resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.11.tgz#8c74ca474d4f951d01dbae9bd70814ee22a82005"
624 integrity sha512-e9RZFQlb+ZuYcKRcW9yl+mqX/Ycj9+3/+ppDI8nEE/NCY6FoK8f3dKBcfubYV/HZn44b+ND4hjh+4BYBt+sDnA== 667 integrity sha512-FUd97guNGsCZQgeTPKdgxJhBXkUbMTY6hFPf2Y4OedXd48H97J+sOY2Ltaq6WGVpIH8o/TGOVNiVz/SbpEMJGg==
625 dependencies: 668 dependencies:
626 "@webassemblyjs/ast" "1.7.10" 669 "@webassemblyjs/ast" "1.7.11"
627 "@webassemblyjs/helper-buffer" "1.7.10" 670 "@webassemblyjs/helper-buffer" "1.7.11"
628 "@webassemblyjs/helper-wasm-bytecode" "1.7.10" 671 "@webassemblyjs/helper-wasm-bytecode" "1.7.11"
629 "@webassemblyjs/helper-wasm-section" "1.7.10" 672 "@webassemblyjs/helper-wasm-section" "1.7.11"
630 "@webassemblyjs/wasm-gen" "1.7.10" 673 "@webassemblyjs/wasm-gen" "1.7.11"
631 "@webassemblyjs/wasm-opt" "1.7.10" 674 "@webassemblyjs/wasm-opt" "1.7.11"
632 "@webassemblyjs/wasm-parser" "1.7.10" 675 "@webassemblyjs/wasm-parser" "1.7.11"
633 "@webassemblyjs/wast-printer" "1.7.10" 676 "@webassemblyjs/wast-printer" "1.7.11"
634 677
635"@webassemblyjs/wasm-gen@1.7.10": 678"@webassemblyjs/wasm-gen@1.7.11":
636 version "1.7.10" 679 version "1.7.11"
637 resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.10.tgz#4de003806ae29c97ab3707782469b53299570174" 680 resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.11.tgz#9bbba942f22375686a6fb759afcd7ac9c45da1a8"
638 integrity sha512-M0lb6cO2Y0PzDye/L39PqwV+jvO+2YxEG5ax+7dgq7EwXdAlpOMx1jxyXJTScQoeTpzOPIb+fLgX/IkLF8h2yw== 681 integrity sha512-U/KDYp7fgAZX5KPfq4NOupK/BmhDc5Kjy2GIqstMhvvdJRcER/kUsMThpWeRP8BMn4LXaKhSTggIJPOeYHwISA==
639 dependencies: 682 dependencies:
640 "@webassemblyjs/ast" "1.7.10" 683 "@webassemblyjs/ast" "1.7.11"
641 "@webassemblyjs/helper-wasm-bytecode" "1.7.10" 684 "@webassemblyjs/helper-wasm-bytecode" "1.7.11"
642 "@webassemblyjs/ieee754" "1.7.10" 685 "@webassemblyjs/ieee754" "1.7.11"
643 "@webassemblyjs/leb128" "1.7.10" 686 "@webassemblyjs/leb128" "1.7.11"
644 "@webassemblyjs/utf8" "1.7.10" 687 "@webassemblyjs/utf8" "1.7.11"
645 688
646"@webassemblyjs/wasm-opt@1.7.10": 689"@webassemblyjs/wasm-opt@1.7.11":
647 version "1.7.10" 690 version "1.7.11"
648 resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.10.tgz#d151e31611934a556c82789fdeec41a814993c2a" 691 resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.11.tgz#b331e8e7cef8f8e2f007d42c3a36a0580a7d6ca7"
649 integrity sha512-R66IHGCdicgF5ZliN10yn5HaC7vwYAqrSVJGjtJJQp5+QNPBye6heWdVH/at40uh0uoaDN/UVUfXK0gvuUqtVg== 692 integrity sha512-XynkOwQyiRidh0GLua7SkeHvAPXQV/RxsUeERILmAInZegApOUAIJfRuPYe2F7RcjOC9tW3Cb9juPvAC/sCqvg==
650 dependencies: 693 dependencies:
651 "@webassemblyjs/ast" "1.7.10" 694 "@webassemblyjs/ast" "1.7.11"
652 "@webassemblyjs/helper-buffer" "1.7.10" 695 "@webassemblyjs/helper-buffer" "1.7.11"
653 "@webassemblyjs/wasm-gen" "1.7.10" 696 "@webassemblyjs/wasm-gen" "1.7.11"
654 "@webassemblyjs/wasm-parser" "1.7.10" 697 "@webassemblyjs/wasm-parser" "1.7.11"
655 698
656"@webassemblyjs/wasm-parser@1.7.10": 699"@webassemblyjs/wasm-parser@1.7.11":
657 version "1.7.10" 700 version "1.7.11"
658 resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.10.tgz#0367be7bf8f09e3e6abc95f8e483b9206487ec65" 701 resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.11.tgz#6e3d20fa6a3519f6b084ef9391ad58211efb0a1a"
659 integrity sha512-AEv8mkXVK63n/iDR3T693EzoGPnNAwKwT3iHmKJNBrrALAhhEjuPzo/lTE4U7LquEwyvg5nneSNdTdgrBaGJcA== 702 integrity sha512-6lmXRTrrZjYD8Ng8xRyvyXQJYUQKYSXhJqXOBLw24rdiXsHAOlvw5PhesjdcaMadU/pyPQOJ5dHreMjBxwnQKg==
660 dependencies: 703 dependencies:
661 "@webassemblyjs/ast" "1.7.10" 704 "@webassemblyjs/ast" "1.7.11"
662 "@webassemblyjs/helper-api-error" "1.7.10" 705 "@webassemblyjs/helper-api-error" "1.7.11"
663 "@webassemblyjs/helper-wasm-bytecode" "1.7.10" 706 "@webassemblyjs/helper-wasm-bytecode" "1.7.11"
664 "@webassemblyjs/ieee754" "1.7.10" 707 "@webassemblyjs/ieee754" "1.7.11"
665 "@webassemblyjs/leb128" "1.7.10" 708 "@webassemblyjs/leb128" "1.7.11"
666 "@webassemblyjs/utf8" "1.7.10" 709 "@webassemblyjs/utf8" "1.7.11"
667 710
668"@webassemblyjs/wast-parser@1.7.10": 711"@webassemblyjs/wast-parser@1.7.11":
669 version "1.7.10" 712 version "1.7.11"
670 resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.7.10.tgz#058f598b52f730b23fc874d4775b6286b6247264" 713 resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.7.11.tgz#25bd117562ca8c002720ff8116ef9072d9ca869c"
671 integrity sha512-YTPEtOBljkCL0VjDp4sHe22dAYSm3ZwdJ9+2NTGdtC7ayNvuip1wAhaAS8Zt9Q6SW9E5Jf5PX7YE3XWlrzR9cw== 714 integrity sha512-lEyVCg2np15tS+dm7+JJTNhNWq9yTZvi3qEhAIIOaofcYlUp0UR5/tVqOwa/gXYr3gjwSZqw+/lS9dscyLelbQ==
672 dependencies: 715 dependencies:
673 "@webassemblyjs/ast" "1.7.10" 716 "@webassemblyjs/ast" "1.7.11"
674 "@webassemblyjs/floating-point-hex-parser" "1.7.10" 717 "@webassemblyjs/floating-point-hex-parser" "1.7.11"
675 "@webassemblyjs/helper-api-error" "1.7.10" 718 "@webassemblyjs/helper-api-error" "1.7.11"
676 "@webassemblyjs/helper-code-frame" "1.7.10" 719 "@webassemblyjs/helper-code-frame" "1.7.11"
677 "@webassemblyjs/helper-fsm" "1.7.10" 720 "@webassemblyjs/helper-fsm" "1.7.11"
678 "@xtuc/long" "4.2.1" 721 "@xtuc/long" "4.2.1"
679 722
680"@webassemblyjs/wast-printer@1.7.10": 723"@webassemblyjs/wast-printer@1.7.11":
681 version "1.7.10" 724 version "1.7.11"
682 resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.7.10.tgz#d817909d2450ae96c66b7607624d98a33b84223b" 725 resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.7.11.tgz#c4245b6de242cb50a2cc950174fdbf65c78d7813"
683 integrity sha512-mJ3QKWtCchL1vhU/kZlJnLPuQZnlDOdZsyP0bbLWPGdYsQDnSBvyTLhzwBA3QAMlzEL9V4JHygEmK6/OTEyytA== 726 integrity sha512-m5vkAsuJ32QpkdkDOUPGSltrg8Cuk3KBx4YrmAGQwCZPRdUHXxG4phIOuuycLemHFr74sWL9Wthqss4fzdzSwg==
684 dependencies: 727 dependencies:
685 "@webassemblyjs/ast" "1.7.10" 728 "@webassemblyjs/ast" "1.7.11"
686 "@webassemblyjs/wast-parser" "1.7.10" 729 "@webassemblyjs/wast-parser" "1.7.11"
687 "@xtuc/long" "4.2.1" 730 "@xtuc/long" "4.2.1"
688 731
689"@xtuc/ieee754@^1.2.0": 732"@xtuc/ieee754@^1.2.0":
@@ -709,21 +752,11 @@ JSONStream@^1.3.4:
709 jsonparse "^1.2.0" 752 jsonparse "^1.2.0"
710 through ">=2.2.7 <3" 753 through ">=2.2.7 <3"
711 754
712abab@^2.0.0:
713 version "2.0.0"
714 resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f"
715 integrity sha512-sY5AXXVZv4Y1VACTtR11UJCPHHudgY5i26Qj5TypE6DKlIApbwb5uqhXcJ5UUGbvZNRh7EeIoW+LrJumBsKp7w==
716
717abbrev@1: 755abbrev@1:
718 version "1.1.1" 756 version "1.1.1"
719 resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" 757 resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
720 integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== 758 integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
721 759
722abbrev@1.0.x:
723 version "1.0.9"
724 resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.0.9.tgz#91b4792588a7738c25f35dd6f63752a2f8776135"
725 integrity sha1-kbR5JYinc4wl813W9jdSovh3YTU=
726
727accepts@~1.3.4, accepts@~1.3.5: 760accepts@~1.3.4, accepts@~1.3.5:
728 version "1.3.5" 761 version "1.3.5"
729 resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.5.tgz#eb777df6011723a3b14e8a72c0805c8e86746bd2" 762 resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.5.tgz#eb777df6011723a3b14e8a72c0805c8e86746bd2"
@@ -732,35 +765,20 @@ accepts@~1.3.4, accepts@~1.3.5:
732 mime-types "~2.1.18" 765 mime-types "~2.1.18"
733 negotiator "0.6.1" 766 negotiator "0.6.1"
734 767
735acorn-dynamic-import@^3.0.0: 768acorn-dynamic-import@^4.0.0:
736 version "3.0.0" 769 version "4.0.0"
737 resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-3.0.0.tgz#901ceee4c7faaef7e07ad2a47e890675da50a278" 770 resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz#482210140582a36b83c3e342e1cfebcaa9240948"
738 integrity sha512-zVWV8Z8lislJoOKKqdNMOB+s6+XV5WERty8MnKBeFgwA+19XJjJHs2RP5dzM57FftIs+jQnRToLiWazKr6sSWg== 771 integrity sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw==
739 dependencies:
740 acorn "^5.0.0"
741
742acorn-globals@^4.1.0:
743 version "4.3.0"
744 resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.3.0.tgz#e3b6f8da3c1552a95ae627571f7dd6923bb54103"
745 integrity sha512-hMtHj3s5RnuhvHPowpBYvJVj3rAar82JiDQHvGs1zO0l10ocX/xEdBShNHTJaboucJUsScghp74pH3s7EnHHQw==
746 dependencies:
747 acorn "^6.0.1"
748 acorn-walk "^6.0.1"
749 772
750acorn-walk@^6.0.1: 773acorn-walk@^6.1.1:
751 version "6.1.1" 774 version "6.1.1"
752 resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.1.1.tgz#d363b66f5fac5f018ff9c3a1e7b6f8e310cc3913" 775 resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.1.1.tgz#d363b66f5fac5f018ff9c3a1e7b6f8e310cc3913"
753 integrity sha512-OtUw6JUTgxA2QoqqmrmQ7F2NYqiBPi/L2jqHyFtllhOUvXYQXf0Z1CYUinIfyT4bTCGmrA7gX9FvHA81uzCoVw== 776 integrity sha512-OtUw6JUTgxA2QoqqmrmQ7F2NYqiBPi/L2jqHyFtllhOUvXYQXf0Z1CYUinIfyT4bTCGmrA7gX9FvHA81uzCoVw==
754 777
755acorn@^5.0.0, acorn@^5.5.3, acorn@^5.6.2, acorn@^5.7.3: 778acorn@^6.0.5, acorn@^6.0.7:
756 version "5.7.3" 779 version "6.1.1"
757 resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279" 780 resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
758 integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw== 781 integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==
759
760acorn@^6.0.1:
761 version "6.0.4"
762 resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.4.tgz#77377e7353b72ec5104550aa2d2097a2fd40b754"
763 integrity sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==
764 782
765addr-to-ip-port@^1.0.1, addr-to-ip-port@^1.4.2: 783addr-to-ip-port@^1.0.1, addr-to-ip-port@^1.4.2:
766 version "1.5.1" 784 version "1.5.1"
@@ -786,7 +804,7 @@ after@0.8.2:
786 resolved "https://registry.yarnpkg.com/after/-/after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f" 804 resolved "https://registry.yarnpkg.com/after/-/after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f"
787 integrity sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8= 805 integrity sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=
788 806
789agent-base@4, agent-base@^4.1.0, agent-base@~4.2.0: 807agent-base@4, agent-base@^4.1.0, agent-base@~4.2.1:
790 version "4.2.1" 808 version "4.2.1"
791 resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.1.tgz#d89e5999f797875674c07d87f260fc41e83e8ca9" 809 resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.1.tgz#d89e5999f797875674c07d87f260fc41e83e8ca9"
792 integrity sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg== 810 integrity sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==
@@ -801,19 +819,19 @@ agentkeepalive@^3.4.1:
801 humanize-ms "^1.2.1" 819 humanize-ms "^1.2.1"
802 820
803ajv-errors@^1.0.0: 821ajv-errors@^1.0.0:
804 version "1.0.0" 822 version "1.0.1"
805 resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.0.tgz#ecf021fa108fd17dfb5e6b383f2dd233e31ffc59" 823 resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d"
806 integrity sha1-7PAh+hCP0X37Xms4Py3SM+Mf/Fk= 824 integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==
807 825
808ajv-keywords@^3.1.0: 826ajv-keywords@^3.1.0:
809 version "3.2.0" 827 version "3.4.0"
810 resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.2.0.tgz#e86b819c602cf8821ad637413698f1dec021847a" 828 resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.0.tgz#4b831e7b531415a7cc518cd404e73f6193c6349d"
811 integrity sha1-6GuBnGAs+IIa1jdBNpjx3sAhhHo= 829 integrity sha512-aUjdRFISbuFOl0EIZc+9e4FfZp0bDZgAdOOf30bJmw8VM9v84SHyVyxDfbWxpGYbdZD/9XoKxfHVNmxPkhwyGw==
812 830
813ajv@6.5.3: 831ajv@6.9.1:
814 version "6.5.3" 832 version "6.9.1"
815 resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.3.tgz#71a569d189ecf4f4f321224fecb166f071dd90f9" 833 resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.9.1.tgz#a4d3683d74abc5670e75f0b16520f70a20ea8dc1"
816 integrity sha512-LqZ9wY+fx3UMiiPd741yB2pj3hhil+hQc8taf4o2QGRFpWgZ2V5C8HA165DY9sS3fJwsk7uT7ZlFEyC3Ig3lLg== 834 integrity sha512-XDN92U311aINL77ieWHmqCcNlwjoP5cHXDxIxbf2MaPYuCXOHS7gHH8jktxeK5omgd52XbSTX6a4Piwd1pQmzA==
817 dependencies: 835 dependencies:
818 fast-deep-equal "^2.0.1" 836 fast-deep-equal "^2.0.1"
819 fast-json-stable-stringify "^2.0.0" 837 fast-json-stable-stringify "^2.0.0"
@@ -839,9 +857,9 @@ ajv@^5.0.0:
839 json-schema-traverse "^0.3.0" 857 json-schema-traverse "^0.3.0"
840 858
841ajv@^6.1.0, ajv@^6.5.5: 859ajv@^6.1.0, ajv@^6.5.5:
842 version "6.6.1" 860 version "6.10.0"
843 resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.6.1.tgz#6360f5ed0d80f232cc2b294c362d5dc2e538dd61" 861 resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1"
844 integrity sha512-ZoJjft5B+EJBjUyu9C9Hc0OZyPZSSlOF+plzouTrg6UlA8f+e/n8NIgBFG/9tppJtpPWfthHakK7juJdNDODww== 862 integrity sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==
845 dependencies: 863 dependencies:
846 fast-deep-equal "^2.0.1" 864 fast-deep-equal "^2.0.1"
847 fast-json-stable-stringify "^2.0.0" 865 fast-json-stable-stringify "^2.0.0"
@@ -862,14 +880,14 @@ angular2-hotkeys@^2.1.2:
862 mousetrap "^1.6.0" 880 mousetrap "^1.6.0"
863 881
864ansi-colors@^3.0.0: 882ansi-colors@^3.0.0:
865 version "3.2.2" 883 version "3.2.4"
866 resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.2.tgz#e49349137dbeb6d381b91e607c189915e53265ba" 884 resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf"
867 integrity sha512-kJmcp4PrviBBEx95fC3dYRiC/QSN3EBd0GU1XoNEk/IuUa92rsB6o90zP3w5VAyNznR38Vkc9i8vk5zK6T7TxA== 885 integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==
868 886
869ansi-escapes@^3.0.0: 887ansi-escapes@^3.0.0:
870 version "3.1.0" 888 version "3.2.0"
871 resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30" 889 resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
872 integrity sha512-UgAb8H9D41AQnu/PbWlCofQVcnV4Gs2bBJi9eZPxfU/hgglFh3SMDMENRIqdr7H6XFnXdoknctFByVsCOotTVw== 890 integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
873 891
874ansi-html@0.0.7: 892ansi-html@0.0.7:
875 version "0.0.7" 893 version "0.0.7"
@@ -886,26 +904,23 @@ ansi-regex@^3.0.0:
886 resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" 904 resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
887 integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= 905 integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
888 906
907ansi-regex@^4.1.0:
908 version "4.1.0"
909 resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
910 integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
911
889ansi-styles@^2.2.1: 912ansi-styles@^2.2.1:
890 version "2.2.1" 913 version "2.2.1"
891 resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" 914 resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
892 integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= 915 integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
893 916
894ansi-styles@^3.2.0, ansi-styles@^3.2.1: 917ansi-styles@^3.2.1:
895 version "3.2.1" 918 version "3.2.1"
896 resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" 919 resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
897 integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== 920 integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
898 dependencies: 921 dependencies:
899 color-convert "^1.9.0" 922 color-convert "^1.9.0"
900 923
901anymatch@^1.3.0:
902 version "1.3.2"
903 resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.2.tgz#553dcb8f91e3c889845dfdba34c77721b90b9d7a"
904 integrity sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==
905 dependencies:
906 micromatch "^2.1.5"
907 normalize-path "^2.0.0"
908
909anymatch@^2.0.0: 924anymatch@^2.0.0:
910 version "2.0.0" 925 version "2.0.0"
911 resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" 926 resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
@@ -915,16 +930,9 @@ anymatch@^2.0.0:
915 normalize-path "^2.1.1" 930 normalize-path "^2.1.1"
916 931
917app-root-path@^2.1.0: 932app-root-path@^2.1.0:
918 version "2.1.0" 933 version "2.2.1"
919 resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.1.0.tgz#98bf6599327ecea199309866e8140368fd2e646a" 934 resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.2.1.tgz#d0df4a682ee408273583d43f6f79e9892624bc9a"
920 integrity sha1-mL9lmTJ+zqGZMJhm6BQDaP0uZGo= 935 integrity sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA==
921
922append-transform@^0.4.0:
923 version "0.4.0"
924 resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991"
925 integrity sha1-126/jKlNJ24keja61EpLdKthGZE=
926 dependencies:
927 default-require-extensions "^1.0.0"
928 936
929append-transform@^1.0.0: 937append-transform@^1.0.0:
930 version "1.0.0" 938 version "1.0.0"
@@ -953,19 +961,12 @@ argparse@^1.0.7:
953 dependencies: 961 dependencies:
954 sprintf-js "~1.0.2" 962 sprintf-js "~1.0.2"
955 963
956arr-diff@^2.0.0:
957 version "2.0.0"
958 resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf"
959 integrity sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=
960 dependencies:
961 arr-flatten "^1.0.1"
962
963arr-diff@^4.0.0: 964arr-diff@^4.0.0:
964 version "4.0.0" 965 version "4.0.0"
965 resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" 966 resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
966 integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= 967 integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=
967 968
968arr-flatten@^1.0.1, arr-flatten@^1.1.0: 969arr-flatten@^1.1.0:
969 version "1.1.0" 970 version "1.1.0"
970 resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" 971 resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"
971 integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== 972 integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==
@@ -975,11 +976,6 @@ arr-union@^3.1.0:
975 resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" 976 resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
976 integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= 977 integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
977 978
978array-equal@^1.0.0:
979 version "1.0.0"
980 resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
981 integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=
982
983array-find-index@^1.0.1: 979array-find-index@^1.0.1:
984 version "1.0.2" 980 version "1.0.2"
985 resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" 981 resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
@@ -995,11 +991,6 @@ array-flatten@^2.1.0:
995 resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099" 991 resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
996 integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ== 992 integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
997 993
998array-slice@^0.2.3:
999 version "0.2.3"
1000 resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-0.2.3.tgz#dd3cfb80ed7973a75117cdac69b0b99ec86186f5"
1001 integrity sha1-3Tz7gO15c6dRF82sabC5nshhhvU=
1002
1003array-union@^1.0.1: 994array-union@^1.0.1:
1004 version "1.0.2" 995 version "1.0.2"
1005 resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" 996 resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -1012,11 +1003,6 @@ array-uniq@^1.0.1, array-uniq@^1.0.2:
1012 resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" 1003 resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
1013 integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= 1004 integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=
1014 1005
1015array-unique@^0.2.1:
1016 version "0.2.1"
1017 resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
1018 integrity sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=
1019
1020array-unique@^0.3.2: 1006array-unique@^0.3.2:
1021 version "0.3.2" 1007 version "0.3.2"
1022 resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" 1008 resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
@@ -1027,7 +1013,7 @@ arraybuffer.slice@~0.0.7:
1027 resolved "https://registry.yarnpkg.com/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz#3bbc4275dd584cc1b10809b89d4e8b63a69e7675" 1013 resolved "https://registry.yarnpkg.com/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz#3bbc4275dd584cc1b10809b89d4e8b63a69e7675"
1028 integrity sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog== 1014 integrity sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==
1029 1015
1030arrify@^1.0.0, arrify@^1.0.1: 1016arrify@^1.0.0:
1031 version "1.0.1" 1017 version "1.0.1"
1032 resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" 1018 resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
1033 integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= 1019 integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=
@@ -1075,15 +1061,10 @@ ast-types@0.9.6:
1075 resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.9.6.tgz#102c9e9e9005d3e7e3829bf0c4fa24ee862ee9b9" 1061 resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.9.6.tgz#102c9e9e9005d3e7e3829bf0c4fa24ee862ee9b9"
1076 integrity sha1-ECyenpAF0+fjgpvwxPok7oYu6bk= 1062 integrity sha1-ECyenpAF0+fjgpvwxPok7oYu6bk=
1077 1063
1078astral-regex@^1.0.0: 1064async-each@^1.0.0, async-each@^1.0.1:
1079 version "1.0.0" 1065 version "1.0.2"
1080 resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" 1066 resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.2.tgz#8b8a7ca2a658f927e9f307d6d1a42f4199f0f735"
1081 integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== 1067 integrity sha512-6xrbvN0MOBKSJDdonmSSz2OwFSgxRaVtBDes26mj9KIGtDo+g9xosFRSC+i1gQh2oAN/tQ62AI/pGZGQjVOiRg==
1082
1083async-each@^1.0.0:
1084 version "1.0.1"
1085 resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d"
1086 integrity sha1-GdOGodntxufByF04iu28xW0zYC0=
1087 1068
1088async-foreach@^0.1.3: 1069async-foreach@^0.1.3:
1089 version "0.1.3" 1070 version "0.1.3"
@@ -1095,17 +1076,17 @@ async-limiter@~1.0.0:
1095 resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8" 1076 resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
1096 integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg== 1077 integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==
1097 1078
1098async@1.x, async@^1.5.2: 1079async@^1.5.2:
1099 version "1.5.2" 1080 version "1.5.2"
1100 resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" 1081 resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
1101 integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo= 1082 integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=
1102 1083
1103async@^2.1.4, async@^2.4.1, async@^2.5.0, async@^2.6.1: 1084async@^2.1.4, async@^2.4.1, async@^2.5.0, async@^2.6.1:
1104 version "2.6.1" 1085 version "2.6.2"
1105 resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610" 1086 resolved "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381"
1106 integrity sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ== 1087 integrity sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==
1107 dependencies: 1088 dependencies:
1108 lodash "^4.17.10" 1089 lodash "^4.17.11"
1109 1090
1110asynckit@^0.4.0: 1091asynckit@^0.4.0:
1111 version "0.4.0" 1092 version "0.4.0"
@@ -1117,16 +1098,16 @@ atob@^2.1.1:
1117 resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" 1098 resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
1118 integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== 1099 integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
1119 1100
1120autoprefixer@9.3.1: 1101autoprefixer@9.4.6:
1121 version "9.3.1" 1102 version "9.4.6"
1122 resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.3.1.tgz#71b622174de2b783d5fd99f9ad617b7a3c78443e" 1103 resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.4.6.tgz#0ace275e33b37de16b09a5547dbfe73a98c1d446"
1123 integrity sha512-DY9gOh8z3tnCbJ13JIWaeQsoYncTGdsrgCceBaQSIL4nvdrLxgbRSBPevg2XbX7u4QCSfLheSJEEIUUSlkbx6Q== 1104 integrity sha512-Yp51mevbOEdxDUy5WjiKtpQaecqYq9OqZSL04rSoCiry7Tc5I9FEyo3bfxiTJc1DfHeKwSFCUYbBAiOQ2VGfiw==
1124 dependencies: 1105 dependencies:
1125 browserslist "^4.3.3" 1106 browserslist "^4.4.1"
1126 caniuse-lite "^1.0.30000898" 1107 caniuse-lite "^1.0.30000929"
1127 normalize-range "^0.1.2" 1108 normalize-range "^0.1.2"
1128 num2fraction "^1.2.2" 1109 num2fraction "^1.2.2"
1129 postcss "^7.0.5" 1110 postcss "^7.0.13"
1130 postcss-value-parser "^3.3.1" 1111 postcss-value-parser "^3.3.1"
1131 1112
1132awesome-typescript-loader@5.2.1: 1113awesome-typescript-loader@5.2.1:
@@ -1162,32 +1143,7 @@ babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
1162 esutils "^2.0.2" 1143 esutils "^2.0.2"
1163 js-tokens "^3.0.2" 1144 js-tokens "^3.0.2"
1164 1145
1165babel-core@^6.0.0, babel-core@^6.26.0: 1146babel-generator@^6.18.0:
1166 version "6.26.3"
1167 resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207"
1168 integrity sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==
1169 dependencies:
1170 babel-code-frame "^6.26.0"
1171 babel-generator "^6.26.0"
1172 babel-helpers "^6.24.1"
1173 babel-messages "^6.23.0"
1174 babel-register "^6.26.0"
1175 babel-runtime "^6.26.0"
1176 babel-template "^6.26.0"
1177 babel-traverse "^6.26.0"
1178 babel-types "^6.26.0"
1179 babylon "^6.18.0"
1180 convert-source-map "^1.5.1"
1181 debug "^2.6.9"
1182 json5 "^0.5.1"
1183 lodash "^4.17.4"
1184 minimatch "^3.0.4"
1185 path-is-absolute "^1.0.1"
1186 private "^0.1.8"
1187 slash "^1.0.0"
1188 source-map "^0.5.7"
1189
1190babel-generator@^6.18.0, babel-generator@^6.26.0:
1191 version "6.26.1" 1147 version "6.26.1"
1192 resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90" 1148 resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90"
1193 integrity sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA== 1149 integrity sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==
@@ -1201,22 +1157,6 @@ babel-generator@^6.18.0, babel-generator@^6.26.0:
1201 source-map "^0.5.7" 1157 source-map "^0.5.7"
1202 trim-right "^1.0.1" 1158 trim-right "^1.0.1"
1203 1159
1204babel-helpers@^6.24.1:
1205 version "6.24.1"
1206 resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2"
1207 integrity sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=
1208 dependencies:
1209 babel-runtime "^6.22.0"
1210 babel-template "^6.24.1"
1211
1212babel-jest@^23.6.0:
1213 version "23.6.0"
1214 resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-23.6.0.tgz#a644232366557a2240a0c083da6b25786185a2f1"
1215 integrity sha512-lqKGG6LYXYu+DQh/slrQ8nxXQkEkhugdXsU6St7GmhVS7Ilc/22ArwqXNJrf0QaOBjZB0360qZMwXqDYQHXaew==
1216 dependencies:
1217 babel-plugin-istanbul "^4.1.6"
1218 babel-preset-jest "^23.2.0"
1219
1220babel-messages@^6.23.0: 1160babel-messages@^6.23.0:
1221 version "6.23.0" 1161 version "6.23.0"
1222 resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e" 1162 resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
@@ -1224,47 +1164,6 @@ babel-messages@^6.23.0:
1224 dependencies: 1164 dependencies:
1225 babel-runtime "^6.22.0" 1165 babel-runtime "^6.22.0"
1226 1166
1227babel-plugin-istanbul@^4.1.6:
1228 version "4.1.6"
1229 resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz#36c59b2192efce81c5b378321b74175add1c9a45"
1230 integrity sha512-PWP9FQ1AhZhS01T/4qLSKoHGY/xvkZdVBGlKM/HuxxS3+sC66HhTNR7+MpbO/so/cz/wY94MeSWJuP1hXIPfwQ==
1231 dependencies:
1232 babel-plugin-syntax-object-rest-spread "^6.13.0"
1233 find-up "^2.1.0"
1234 istanbul-lib-instrument "^1.10.1"
1235 test-exclude "^4.2.1"
1236
1237babel-plugin-jest-hoist@^23.2.0:
1238 version "23.2.0"
1239 resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-23.2.0.tgz#e61fae05a1ca8801aadee57a6d66b8cefaf44167"
1240 integrity sha1-5h+uBaHKiAGq3uV6bWa4zvr0QWc=
1241
1242babel-plugin-syntax-object-rest-spread@^6.13.0:
1243 version "6.13.0"
1244 resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
1245 integrity sha1-/WU28rzhODb/o6VFjEkDpZe7O/U=
1246
1247babel-preset-jest@^23.2.0:
1248 version "23.2.0"
1249 resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-23.2.0.tgz#8ec7a03a138f001a1a8fb1e8113652bf1a55da46"
1250 integrity sha1-jsegOhOPABoaj7HoETZSvxpV2kY=
1251 dependencies:
1252 babel-plugin-jest-hoist "^23.2.0"
1253 babel-plugin-syntax-object-rest-spread "^6.13.0"
1254
1255babel-register@^6.26.0:
1256 version "6.26.0"
1257 resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071"
1258 integrity sha1-btAhFz4vy0htestFxgCahW9kcHE=
1259 dependencies:
1260 babel-core "^6.26.0"
1261 babel-runtime "^6.26.0"
1262 core-js "^2.5.0"
1263 home-or-tmp "^2.0.0"
1264 lodash "^4.17.4"
1265 mkdirp "^0.5.1"
1266 source-map-support "^0.4.15"
1267
1268babel-runtime@^6.22.0, babel-runtime@^6.26.0: 1167babel-runtime@^6.22.0, babel-runtime@^6.26.0:
1269 version "6.26.0" 1168 version "6.26.0"
1270 resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" 1169 resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
@@ -1273,7 +1172,7 @@ babel-runtime@^6.22.0, babel-runtime@^6.26.0:
1273 core-js "^2.4.0" 1172 core-js "^2.4.0"
1274 regenerator-runtime "^0.11.0" 1173 regenerator-runtime "^0.11.0"
1275 1174
1276babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0: 1175babel-template@^6.16.0:
1277 version "6.26.0" 1176 version "6.26.0"
1278 resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02" 1177 resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02"
1279 integrity sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI= 1178 integrity sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=
@@ -1284,7 +1183,7 @@ babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0:
1284 babylon "^6.18.0" 1183 babylon "^6.18.0"
1285 lodash "^4.17.4" 1184 lodash "^4.17.4"
1286 1185
1287babel-traverse@^6.0.0, babel-traverse@^6.18.0, babel-traverse@^6.26.0: 1186babel-traverse@^6.18.0, babel-traverse@^6.26.0:
1288 version "6.26.0" 1187 version "6.26.0"
1289 resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee" 1188 resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee"
1290 integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4= 1189 integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=
@@ -1299,7 +1198,7 @@ babel-traverse@^6.0.0, babel-traverse@^6.18.0, babel-traverse@^6.26.0:
1299 invariant "^2.2.2" 1198 invariant "^2.2.2"
1300 lodash "^4.17.4" 1199 lodash "^4.17.4"
1301 1200
1302babel-types@^6.0.0, babel-types@^6.18.0, babel-types@^6.26.0: 1201babel-types@^6.18.0, babel-types@^6.26.0:
1303 version "6.26.0" 1202 version "6.26.0"
1304 resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497" 1203 resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
1305 integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc= 1204 integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=
@@ -1365,9 +1264,9 @@ bcrypt-pbkdf@^1.0.0:
1365 tweetnacl "^0.14.3" 1264 tweetnacl "^0.14.3"
1366 1265
1367bencode@^2.0.0: 1266bencode@^2.0.0:
1368 version "2.0.0" 1267 version "2.0.1"
1369 resolved "https://registry.yarnpkg.com/bencode/-/bencode-2.0.0.tgz#e72e6b3691d824bd03ea7aa9d752cd1d49a50027" 1268 resolved "https://registry.yarnpkg.com/bencode/-/bencode-2.0.1.tgz#667a6a31c5e038d558608333da6b7c94e836c85b"
1370 integrity sha512-wr2HwwrUpfB5c68zmAudOltC7rZ1G0+lQOcnuEcfIM3AWAVnB3rHI3nlgd/2CWTfQ3w3zagKt89zni/M+VLZ8g== 1269 integrity sha512-2uhEl8FdjSBUyb69qDTgOEeeqDTa+n3yMQzLW0cOzNf1Ow5bwcg3idf+qsWisIKRH8Bk8oC7UXL8irRcPA8ZEQ==
1371 dependencies: 1270 dependencies:
1372 safe-buffer "^5.1.1" 1271 safe-buffer "^5.1.1"
1373 1272
@@ -1393,15 +1292,20 @@ big.js@^3.1.3:
1393 resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e" 1292 resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e"
1394 integrity sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q== 1293 integrity sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==
1395 1294
1295big.js@^5.2.2:
1296 version "5.2.2"
1297 resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
1298 integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
1299
1396binary-extensions@^1.0.0: 1300binary-extensions@^1.0.0:
1397 version "1.12.0" 1301 version "1.13.1"
1398 resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.12.0.tgz#c2d780f53d45bba8317a8902d4ceeaf3a6385b14" 1302 resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
1399 integrity sha512-DYWGk01lDcxeS/K9IHPGWfT8PsJmbXRtRd2Sx72Tnb8pcYZQFF1oSDb8hJtS1vhp212q1Rzi5dUf9+nq0o9UIg== 1303 integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
1400 1304
1401binary-search@^1.3.4: 1305binary-search@^1.3.4:
1402 version "1.3.4" 1306 version "1.3.5"
1403 resolved "https://registry.yarnpkg.com/binary-search/-/binary-search-1.3.4.tgz#d15f44ff9226ef309d85247fa0dbfbf659955f56" 1307 resolved "https://registry.yarnpkg.com/binary-search/-/binary-search-1.3.5.tgz#479ad009589e0273cf54e5d74ab1546c489078ce"
1404 integrity sha512-dPxU/vZLnH0tEVjVPgi015oSwqu6oLfCeHywuFRhBE0yM0mYocvleTl8qsdM1YFhRzTRhM1+VzS8XLDVrHPopg== 1308 integrity sha512-RHFP0AdU6KAB0CCZsRMU2CJTk2EpL8GLURT+4gilpjr1f/7M91FgUMnXuQLmf3OKLet34gjuNFwO7e4agdX5pw==
1405 1309
1406bitfield@^2.0.0: 1310bitfield@^2.0.0:
1407 version "2.0.0" 1311 version "2.0.0"
@@ -1445,7 +1349,7 @@ bittorrent-protocol@^3.0.0:
1445 unordered-array-remove "^1.0.2" 1349 unordered-array-remove "^1.0.2"
1446 xtend "^4.0.0" 1350 xtend "^4.0.0"
1447 1351
1448bittorrent-tracker@^9.0.0: 1352bittorrent-tracker@^9.0.0, bittorrent-tracker@^9.10.1:
1449 version "9.10.1" 1353 version "9.10.1"
1450 resolved "https://registry.yarnpkg.com/bittorrent-tracker/-/bittorrent-tracker-9.10.1.tgz#5de14aac012a287af394d3cc9eda1ec6cc956f11" 1354 resolved "https://registry.yarnpkg.com/bittorrent-tracker/-/bittorrent-tracker-9.10.1.tgz#5de14aac012a287af394d3cc9eda1ec6cc956f11"
1451 integrity sha512-n5zTL/g6Wt0rb2EnkiyiaGYhth7I/N0/xMqGUpvGX/7g1scDGBVPhJnXR8lfp3/OMj681fv40o4q/otECMtZSA== 1355 integrity sha512-n5zTL/g6Wt0rb2EnkiyiaGYhth7I/N0/xMqGUpvGX/7g1scDGBVPhJnXR8lfp3/OMj681fv40o4q/otECMtZSA==
@@ -1510,7 +1414,7 @@ blocking-proxy@^1.0.0:
1510 dependencies: 1414 dependencies:
1511 minimist "^1.2.0" 1415 minimist "^1.2.0"
1512 1416
1513bluebird@^3.3.0, bluebird@^3.5.1, bluebird@^3.5.2: 1417bluebird@^3.3.0, bluebird@^3.5.1, bluebird@^3.5.3:
1514 version "3.5.3" 1418 version "3.5.3"
1515 resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7" 1419 resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7"
1516 integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw== 1420 integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==
@@ -1554,9 +1458,9 @@ boolbase@~1.0.0:
1554 integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= 1458 integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
1555 1459
1556bootstrap@^4.1.3: 1460bootstrap@^4.1.3:
1557 version "4.1.3" 1461 version "4.3.1"
1558 resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.1.3.tgz#0eb371af2c8448e8c210411d0cb824a6409a12be" 1462 resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.3.1.tgz#280ca8f610504d99d7b6b4bfc4b68cec601704ac"
1559 integrity sha512-rDFIzgXcof0jDyjNosjv4Sno77X4KuPeFxG2XZZv1/Kc8DRVGVADdoQyyOVDwPqL36DDmtCQbrpMCqvpPLJQ0w== 1463 integrity sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==
1560 1464
1561brace-expansion@^1.1.7: 1465brace-expansion@^1.1.7:
1562 version "1.1.11" 1466 version "1.1.11"
@@ -1566,23 +1470,7 @@ brace-expansion@^1.1.7:
1566 balanced-match "^1.0.0" 1470 balanced-match "^1.0.0"
1567 concat-map "0.0.1" 1471 concat-map "0.0.1"
1568 1472
1569braces@^0.1.2: 1473braces@^2.3.0, braces@^2.3.1, braces@^2.3.2:
1570 version "0.1.5"
1571 resolved "https://registry.yarnpkg.com/braces/-/braces-0.1.5.tgz#c085711085291d8b75fdd74eab0f8597280711e6"
1572 integrity sha1-wIVxEIUpHYt1/ddOqw+FlygHEeY=
1573 dependencies:
1574 expand-range "^0.1.0"
1575
1576braces@^1.8.2:
1577 version "1.8.5"
1578 resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7"
1579 integrity sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=
1580 dependencies:
1581 expand-range "^1.8.1"
1582 preserve "^0.2.0"
1583 repeat-element "^1.1.2"
1584
1585braces@^2.3.0, braces@^2.3.1:
1586 version "2.3.2" 1474 version "2.3.2"
1587 resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" 1475 resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
1588 integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== 1476 integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==
@@ -1603,18 +1491,6 @@ brorand@^1.0.1:
1603 resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" 1491 resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
1604 integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= 1492 integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
1605 1493
1606browser-process-hrtime@^0.1.2:
1607 version "0.1.3"
1608 resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz#616f00faef1df7ec1b5bf9cfe2bdc3170f26c7b4"
1609 integrity sha512-bRFnI4NnjO6cnyLmOV/7PVoDEMJChlcfN0z4s1YMBY989/SvlfMI1lgCnkFUs53e9gQF+w7qu7XdllSTiSl8Aw==
1610
1611browser-resolve@^1.11.3:
1612 version "1.11.3"
1613 resolved "https://registry.yarnpkg.com/browser-resolve/-/browser-resolve-1.11.3.tgz#9b7cbb3d0f510e4cb86bdbd796124d28b5890af6"
1614 integrity sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==
1615 dependencies:
1616 resolve "1.1.7"
1617
1618browserify-aes@^1.0.0, browserify-aes@^1.0.4: 1494browserify-aes@^1.0.0, browserify-aes@^1.0.4:
1619 version "1.2.0" 1495 version "1.2.0"
1620 resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48" 1496 resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48"
@@ -1679,36 +1555,22 @@ browserify-zlib@^0.2.0:
1679 dependencies: 1555 dependencies:
1680 pako "~1.0.5" 1556 pako "~1.0.5"
1681 1557
1682browserslist@^4.3.3: 1558browserslist@^4.4.1:
1683 version "4.3.5" 1559 version "4.5.3"
1684 resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.3.5.tgz#1a917678acc07b55606748ea1adf9846ea8920f7" 1560 resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.5.3.tgz#969495c410314bc89f14e748505e58be968080f1"
1685 integrity sha512-z9ZhGc3d9e/sJ9dIx5NFXkKoaiQTnrvrMsN3R1fGb1tkWWNSz12UewJn9TNxGo1l7J23h0MRaPmk7jfeTZYs1w== 1561 integrity sha512-Tx/Jtrmh6vFg24AelzLwCaCq1IUJiMDM1x/LPzqbmbktF8Zo7F9ONUpOWsFK6TtdON95mSMaQUWqi0ilc8xM6g==
1686 dependencies: 1562 dependencies:
1687 caniuse-lite "^1.0.30000912" 1563 caniuse-lite "^1.0.30000955"
1688 electron-to-chromium "^1.3.86" 1564 electron-to-chromium "^1.3.122"
1689 node-releases "^1.0.5" 1565 node-releases "^1.1.12"
1690 1566
1691browserstack@^1.5.1: 1567browserstack@^1.5.1:
1692 version "1.5.1" 1568 version "1.5.2"
1693 resolved "https://registry.yarnpkg.com/browserstack/-/browserstack-1.5.1.tgz#e2dfa66ffee940ebad0a07f7e00fd4687c455d66" 1569 resolved "https://registry.yarnpkg.com/browserstack/-/browserstack-1.5.2.tgz#17d8bb76127a1cc0ea416424df80d218f803673f"
1694 integrity sha512-O8VMT64P9NOLhuIoD4YngyxBURefaSdR4QdhG8l6HZ9VxtU7jc3m6jLufFwKA5gaf7fetfB2TnRJnMxyob+heg== 1570 integrity sha512-+6AFt9HzhKykcPF79W6yjEUJcdvZOV0lIXdkORXMJftGrDl0OKWqRF4GHqpDNkxiceDT/uB7Fb/aDwktvXX7dg==
1695 dependencies: 1571 dependencies:
1696 https-proxy-agent "^2.2.1" 1572 https-proxy-agent "^2.2.1"
1697 1573
1698bs-logger@0.x:
1699 version "0.2.6"
1700 resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8"
1701 integrity sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==
1702 dependencies:
1703 fast-json-stable-stringify "2.x"
1704
1705bser@^2.0.0:
1706 version "2.0.0"
1707 resolved "https://registry.yarnpkg.com/bser/-/bser-2.0.0.tgz#9ac78d3ed5d915804fd87acb158bc797147a1719"
1708 integrity sha1-mseNPtXZFYBP2HrLFYvHlxR6Fxk=
1709 dependencies:
1710 node-int64 "^0.4.0"
1711
1712buffer-alloc-unsafe@^1.1.0: 1574buffer-alloc-unsafe@^1.1.0:
1713 version "1.1.0" 1575 version "1.1.0"
1714 resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0" 1576 resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0"
@@ -1732,7 +1594,7 @@ buffer-fill@^1.0.0:
1732 resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c" 1594 resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c"
1733 integrity sha1-+PeLdniYiO858gXNY39o5wISKyw= 1595 integrity sha1-+PeLdniYiO858gXNY39o5wISKyw=
1734 1596
1735buffer-from@1.x, buffer-from@^1.0.0, buffer-from@^1.1.0: 1597buffer-from@^1.0.0, buffer-from@^1.1.0:
1736 version "1.1.1" 1598 version "1.1.1"
1737 resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" 1599 resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
1738 integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== 1600 integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
@@ -1765,13 +1627,13 @@ buffer@^5.1.0:
1765 ieee754 "^1.1.4" 1627 ieee754 "^1.1.4"
1766 1628
1767bufferutil@^4.0.0: 1629bufferutil@^4.0.0:
1768 version "4.0.0" 1630 version "4.0.1"
1769 resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.0.0.tgz#a5078160e443751a4e83b6f4d6d7e26c058326a0" 1631 resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.0.1.tgz#3a177e8e5819a1243fe16b63a199951a7ad8d4a7"
1770 integrity sha512-jpnqMVLo7sqfUY2W92RC4jjj9TuiOSkjB0k43TxPcrBSntZwXUOl8Krfd3eVEdApuScpSTwYKntm/dXU2T8gnw== 1632 integrity sha512-xowrxvpxojqkagPcWRQVXZl0YXhRhAtBEIq3VoER1NH5Mw1n1o0ojdspp+GS2J//2gCVyrzQDApQ4unGF+QOoA==
1771 dependencies: 1633 dependencies:
1772 node-gyp-build "~3.4.0" 1634 node-gyp-build "~3.7.0"
1773 1635
1774builtin-modules@^1.0.0, builtin-modules@^1.1.1: 1636builtin-modules@^1.1.1:
1775 version "1.1.1" 1637 version "1.1.1"
1776 resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f" 1638 resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
1777 integrity sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= 1639 integrity sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=
@@ -1810,24 +1672,24 @@ cacache@^10.0.4:
1810 unique-filename "^1.1.0" 1672 unique-filename "^1.1.0"
1811 y18n "^4.0.0" 1673 y18n "^4.0.0"
1812 1674
1813cacache@^11.0.1, cacache@^11.0.2, cacache@^11.2.0: 1675cacache@^11.0.1, cacache@^11.0.2, cacache@^11.3.2:
1814 version "11.3.1" 1676 version "11.3.2"
1815 resolved "https://registry.yarnpkg.com/cacache/-/cacache-11.3.1.tgz#d09d25f6c4aca7a6d305d141ae332613aa1d515f" 1677 resolved "https://registry.yarnpkg.com/cacache/-/cacache-11.3.2.tgz#2d81e308e3d258ca38125b676b98b2ac9ce69bfa"
1816 integrity sha512-2PEw4cRRDu+iQvBTTuttQifacYjLPhET+SYO/gEFMy8uhi+jlJREDAjSF5FWSdV/Aw5h18caHA7vMTw2c+wDzA== 1678 integrity sha512-E0zP4EPGDOaT2chM08Als91eYnf8Z+eH1awwwVsngUmgppfM5jjJ8l3z5vO5p5w/I3LsiXawb1sW0VY65pQABg==
1817 dependencies: 1679 dependencies:
1818 bluebird "^3.5.1" 1680 bluebird "^3.5.3"
1819 chownr "^1.0.1" 1681 chownr "^1.1.1"
1820 figgy-pudding "^3.1.0" 1682 figgy-pudding "^3.5.1"
1821 glob "^7.1.2" 1683 glob "^7.1.3"
1822 graceful-fs "^4.1.11" 1684 graceful-fs "^4.1.15"
1823 lru-cache "^4.1.3" 1685 lru-cache "^5.1.1"
1824 mississippi "^3.0.0" 1686 mississippi "^3.0.0"
1825 mkdirp "^0.5.1" 1687 mkdirp "^0.5.1"
1826 move-concurrently "^1.0.1" 1688 move-concurrently "^1.0.1"
1827 promise-inflight "^1.0.1" 1689 promise-inflight "^1.0.1"
1828 rimraf "^2.6.2" 1690 rimraf "^2.6.2"
1829 ssri "^6.0.0" 1691 ssri "^6.0.1"
1830 unique-filename "^1.1.0" 1692 unique-filename "^1.1.1"
1831 y18n "^4.0.0" 1693 y18n "^4.0.0"
1832 1694
1833cache-base@^1.0.1: 1695cache-base@^1.0.1:
@@ -1857,11 +1719,6 @@ callsite@1.0.0:
1857 resolved "https://registry.yarnpkg.com/callsite/-/callsite-1.0.0.tgz#280398e5d664bd74038b6f0905153e6e8af1bc20" 1719 resolved "https://registry.yarnpkg.com/callsite/-/callsite-1.0.0.tgz#280398e5d664bd74038b6f0905153e6e8af1bc20"
1858 integrity sha1-KAOY5dZkvXQDi28JBRU+borxvCA= 1720 integrity sha1-KAOY5dZkvXQDi28JBRU+borxvCA=
1859 1721
1860callsites@^2.0.0:
1861 version "2.0.0"
1862 resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
1863 integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
1864
1865camel-case@3.0.x: 1722camel-case@3.0.x:
1866 version "3.0.0" 1723 version "3.0.0"
1867 resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-3.0.0.tgz#ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73" 1724 resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-3.0.0.tgz#ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73"
@@ -1893,28 +1750,21 @@ camelcase@^4.1.0:
1893 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" 1750 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
1894 integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= 1751 integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=
1895 1752
1896camelcase@^5.0.0: 1753camelcase@^5.0.0, camelcase@^5.2.0:
1897 version "5.0.0" 1754 version "5.3.0"
1898 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.0.0.tgz#03295527d58bd3cd4aa75363f35b2e8d97be2f42" 1755 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.0.tgz#0a110882cbeba41f72f99fcf918f4a0a92a13ebf"
1899 integrity sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA== 1756 integrity sha512-Y05ICatFYPAfykDIB7VdwSJ0LUl1yq/BwO2OpyGGLjiRe1fgzTwVypPiWnzkGFOVFHXrCXUNBl86bpjBhZWSJg==
1900 1757
1901caniuse-lite@^1.0.30000898, caniuse-lite@^1.0.30000912: 1758caniuse-lite@^1.0.30000929, caniuse-lite@^1.0.30000955:
1902 version "1.0.30000914" 1759 version "1.0.30000955"
1903 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000914.tgz#f802b4667c24d0255f54a95818dcf8e1aa41f624" 1760 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000955.tgz#360fdb9a1e41d6dd996130411334e44a39e4446d"
1904 integrity sha512-qqj0CL1xANgg6iDOybiPTIxtsmAnfIky9mBC35qgWrnK4WwmhqfpmkDYMYgwXJ8LRZ3/2jXlCntulO8mBaAgSg== 1761 integrity sha512-6AwmIKgqCYfDWWadRkAuZSHMQP4Mmy96xAXEdRBlN/luQhlRYOKgwOlZ9plpCOsVbBuqbTmGqDK3JUM/nlr8CA==
1905 1762
1906canonical-path@1.0.0: 1763canonical-path@1.0.0:
1907 version "1.0.0" 1764 version "1.0.0"
1908 resolved "https://registry.yarnpkg.com/canonical-path/-/canonical-path-1.0.0.tgz#fcb470c23958def85081856be7a86e904f180d1d" 1765 resolved "https://registry.yarnpkg.com/canonical-path/-/canonical-path-1.0.0.tgz#fcb470c23958def85081856be7a86e904f180d1d"
1909 integrity sha512-feylzsbDxi1gPZ1IjystzIQZagYYLvfKrSuygUCgf7z6x790VEzze5QEkdSV1U58RA7Hi0+v6fv4K54atOzATg== 1766 integrity sha512-feylzsbDxi1gPZ1IjystzIQZagYYLvfKrSuygUCgf7z6x790VEzze5QEkdSV1U58RA7Hi0+v6fv4K54atOzATg==
1910 1767
1911capture-exit@^1.2.0:
1912 version "1.2.0"
1913 resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-1.2.0.tgz#1c5fcc489fd0ab00d4f1ac7ae1072e3173fbab6f"
1914 integrity sha1-HF/MSJ/QqwDU8ax64QcuMXP7q28=
1915 dependencies:
1916 rsvp "^3.3.3"
1917
1918caseless@~0.12.0: 1768caseless@~0.12.0:
1919 version "0.12.0" 1769 version "0.12.0"
1920 resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" 1770 resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -1931,10 +1781,10 @@ chalk@^1.1.1, chalk@^1.1.3:
1931 strip-ansi "^3.0.0" 1781 strip-ansi "^3.0.0"
1932 supports-color "^2.0.0" 1782 supports-color "^2.0.0"
1933 1783
1934chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1: 1784chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4.2:
1935 version "2.4.1" 1785 version "2.4.2"
1936 resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e" 1786 resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1937 integrity sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ== 1787 integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
1938 dependencies: 1788 dependencies:
1939 ansi-styles "^3.2.1" 1789 ansi-styles "^3.2.1"
1940 escape-string-regexp "^1.0.5" 1790 escape-string-regexp "^1.0.5"
@@ -1950,7 +1800,7 @@ check-types@^7.3.0:
1950 resolved "https://registry.yarnpkg.com/check-types/-/check-types-7.4.0.tgz#0378ec1b9616ec71f774931a3c6516fad8c152f4" 1800 resolved "https://registry.yarnpkg.com/check-types/-/check-types-7.4.0.tgz#0378ec1b9616ec71f774931a3c6516fad8c152f4"
1951 integrity sha512-YbulWHdfP99UfZ73NcUDlNJhEIDgm9Doq9GhpyXbF+7Aegi3CVV7qqMCKTTqJxlvEvnQBp9IA+dxsGN6xK/nSg== 1801 integrity sha512-YbulWHdfP99UfZ73NcUDlNJhEIDgm9Doq9GhpyXbF+7Aegi3CVV7qqMCKTTqJxlvEvnQBp9IA+dxsGN6xK/nSg==
1952 1802
1953chokidar@2.0.4, chokidar@^2.0.0, chokidar@^2.0.2, chokidar@^2.0.3: 1803chokidar@2.0.4:
1954 version "2.0.4" 1804 version "2.0.4"
1955 resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.4.tgz#356ff4e2b0e8e43e322d18a372460bbcf3accd26" 1805 resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.4.tgz#356ff4e2b0e8e43e322d18a372460bbcf3accd26"
1956 integrity sha512-z9n7yt9rOvIJrMhvDtDictKrkFHeihkNl6uWMmZlmL6tJtX9Cs+87oK+teBx+JIgzvbX3yZHT3eF8vpbDxHJXQ== 1806 integrity sha512-z9n7yt9rOvIJrMhvDtDictKrkFHeihkNl6uWMmZlmL6tJtX9Cs+87oK+teBx+JIgzvbX3yZHT3eF8vpbDxHJXQ==
@@ -1970,21 +1820,24 @@ chokidar@2.0.4, chokidar@^2.0.0, chokidar@^2.0.2, chokidar@^2.0.3:
1970 optionalDependencies: 1820 optionalDependencies:
1971 fsevents "^1.2.2" 1821 fsevents "^1.2.2"
1972 1822
1973chokidar@^1.4.2: 1823chokidar@^2.0.0, chokidar@^2.0.2, chokidar@^2.0.3, chokidar@^2.1.1:
1974 version "1.7.0" 1824 version "2.1.5"
1975 resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.7.0.tgz#798e689778151c8076b4b360e5edd28cda2bb468" 1825 resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.5.tgz#0ae8434d962281a5f56c72869e79cb6d9d86ad4d"
1976 integrity sha1-eY5ol3gVHIB2tLNg5e3SjNortGg= 1826 integrity sha512-i0TprVWp+Kj4WRPtInjexJ8Q+BqTE909VpH8xVhXrJkoc5QC8VO9TryGOqTr+2hljzc1sC62t22h5tZePodM/A==
1977 dependencies: 1827 dependencies:
1978 anymatch "^1.3.0" 1828 anymatch "^2.0.0"
1979 async-each "^1.0.0" 1829 async-each "^1.0.1"
1980 glob-parent "^2.0.0" 1830 braces "^2.3.2"
1981 inherits "^2.0.1" 1831 glob-parent "^3.1.0"
1832 inherits "^2.0.3"
1982 is-binary-path "^1.0.0" 1833 is-binary-path "^1.0.0"
1983 is-glob "^2.0.0" 1834 is-glob "^4.0.0"
1835 normalize-path "^3.0.0"
1984 path-is-absolute "^1.0.0" 1836 path-is-absolute "^1.0.0"
1985 readdirp "^2.0.0" 1837 readdirp "^2.2.1"
1838 upath "^1.1.1"
1986 optionalDependencies: 1839 optionalDependencies:
1987 fsevents "^1.0.0" 1840 fsevents "^1.2.7"
1988 1841
1989chownr@^1.0.1, chownr@^1.1.1: 1842chownr@^1.0.1, chownr@^1.1.1:
1990 version "1.1.1" 1843 version "1.1.1"
@@ -2006,11 +1859,6 @@ chunk-store-stream@^3.0.1:
2006 block-stream2 "^1.0.0" 1859 block-stream2 "^1.0.0"
2007 readable-stream "^2.0.5" 1860 readable-stream "^2.0.5"
2008 1861
2009ci-info@^1.5.0:
2010 version "1.6.0"
2011 resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497"
2012 integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==
2013
2014cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: 1862cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
2015 version "1.0.4" 1863 version "1.0.4"
2016 resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de" 1864 resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
@@ -2024,11 +1872,6 @@ circular-dependency-plugin@5.0.2:
2024 resolved "https://registry.yarnpkg.com/circular-dependency-plugin/-/circular-dependency-plugin-5.0.2.tgz#da168c0b37e7b43563fb9f912c1c007c213389ef" 1872 resolved "https://registry.yarnpkg.com/circular-dependency-plugin/-/circular-dependency-plugin-5.0.2.tgz#da168c0b37e7b43563fb9f912c1c007c213389ef"
2025 integrity sha512-oC7/DVAyfcY3UWKm0sN/oVoDedQDQiw/vIiAnuTWTpE5s0zWf7l3WY417Xw/Fbi/QbAjctAkxgMiS9P0s3zkmA== 1873 integrity sha512-oC7/DVAyfcY3UWKm0sN/oVoDedQDQiw/vIiAnuTWTpE5s0zWf7l3WY417Xw/Fbi/QbAjctAkxgMiS9P0s3zkmA==
2026 1874
2027circular-json@^0.5.5:
2028 version "0.5.9"
2029 resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.5.9.tgz#932763ae88f4f7dead7a0d09c8a51a4743a53b1d"
2030 integrity sha512-4ivwqHpIFJZBuhN3g/pEcdbnGUywkBblloGbkglyloVjjR3uT6tieI89MVOfbP2tHX5sgb01FuLgAOzebNlJNQ==
2031
2032class-utils@^0.3.5: 1875class-utils@^0.3.5:
2033 version "0.3.6" 1876 version "0.3.6"
2034 resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" 1877 resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
@@ -2091,11 +1934,6 @@ clone@^2.1.1, clone@^2.1.2:
2091 resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" 1934 resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
2092 integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18= 1935 integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=
2093 1936
2094closest-file-data@^0.1.4:
2095 version "0.1.4"
2096 resolved "https://registry.yarnpkg.com/closest-file-data/-/closest-file-data-0.1.4.tgz#975f87c132f299d24a0375b9f63ca3fb88f72b3a"
2097 integrity sha1-l1+HwTLymdJKA3W59jyj+4j3Kzo=
2098
2099closest-to@~2.0.0: 1937closest-to@~2.0.0:
2100 version "2.0.0" 1938 version "2.0.0"
2101 resolved "https://registry.yarnpkg.com/closest-to/-/closest-to-2.0.0.tgz#bb2a860edb7769b62d04821748ae50da24dbefaa" 1939 resolved "https://registry.yarnpkg.com/closest-to/-/closest-to-2.0.0.tgz#bb2a860edb7769b62d04821748ae50da24dbefaa"
@@ -2111,7 +1949,7 @@ code-point-at@^1.0.0:
2111 resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" 1949 resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
2112 integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= 1950 integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
2113 1951
2114codelyzer@^4.4.4: 1952codelyzer@^4.0.2:
2115 version "4.5.0" 1953 version "4.5.0"
2116 resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-4.5.0.tgz#a65ddeeeca2894653253a89bfa229118ff9f59b1" 1954 resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-4.5.0.tgz#a65ddeeeca2894653253a89bfa229118ff9f59b1"
2117 integrity sha512-oO6vCkjqsVrEsmh58oNlnJkRXuA30hF8cdNAQV9DytEalDwyOFRvHMnlKFzmOStNerOmPGZU9GAHnBo4tGvtiQ== 1955 integrity sha512-oO6vCkjqsVrEsmh58oNlnJkRXuA30hF8cdNAQV9DytEalDwyOFRvHMnlKFzmOStNerOmPGZU9GAHnBo4tGvtiQ==
@@ -2144,22 +1982,15 @@ color-name@1.1.3:
2144 integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= 1982 integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
2145 1983
2146colors@*, colors@^1.1.0: 1984colors@*, colors@^1.1.0:
2147 version "1.3.2" 1985 version "1.3.3"
2148 resolved "https://registry.yarnpkg.com/colors/-/colors-1.3.2.tgz#2df8ff573dfbf255af562f8ce7181d6b971a359b" 1986 resolved "https://registry.yarnpkg.com/colors/-/colors-1.3.3.tgz#39e005d546afe01e01f9c4ca8fa50f686a01205d"
2149 integrity sha512-rhP0JSBGYvpcNQj4s5AdShMeE5ahMop96cTeDl/v9qQQm2fYClE2QXZRi8wLzc+GmXSxdIqqbOIAhyObEXDbfQ== 1987 integrity sha512-mmGt/1pZqYRjMxB1axhTo16/snVZ5krrKkcmMeVKxzECMMXoCgnvTPp10QgHfcbQZw8Dq2jMNG6je4JlWU0gWg==
2150 1988
2151colors@1.1.2: 1989colors@1.1.2:
2152 version "1.1.2" 1990 version "1.1.2"
2153 resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63" 1991 resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"
2154 integrity sha1-FopHAXVran9RoSzgyXv6KMCE7WM= 1992 integrity sha1-FopHAXVran9RoSzgyXv6KMCE7WM=
2155 1993
2156combine-lists@^1.0.0:
2157 version "1.0.1"
2158 resolved "https://registry.yarnpkg.com/combine-lists/-/combine-lists-1.0.1.tgz#458c07e09e0d900fc28b70a3fec2dacd1d2cb7f6"
2159 integrity sha1-RYwH4J4NkA/Ci3Cj/sLazR0st/Y=
2160 dependencies:
2161 lodash "^4.5.0"
2162
2163combined-stream@^1.0.6, combined-stream@~1.0.6: 1994combined-stream@^1.0.6, combined-stream@~1.0.6:
2164 version "1.0.7" 1995 version "1.0.7"
2165 resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828" 1996 resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828"
@@ -2167,30 +1998,25 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
2167 dependencies: 1998 dependencies:
2168 delayed-stream "~1.0.0" 1999 delayed-stream "~1.0.0"
2169 2000
2170commander@2.17.x, commander@~2.17.1: 2001commander@2.17.x:
2171 version "2.17.1" 2002 version "2.17.1"
2172 resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf" 2003 resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
2173 integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg== 2004 integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==
2174 2005
2175commander@^2.12.1, commander@^2.18.0, commander@^2.9.0: 2006commander@^2.12.1, commander@^2.18.0, commander@^2.19.0, commander@^2.9.0, commander@~2.19.0:
2176 version "2.19.0" 2007 version "2.19.0"
2177 resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a" 2008 resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
2178 integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg== 2009 integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==
2179 2010
2180commander@~2.13.0:
2181 version "2.13.0"
2182 resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c"
2183 integrity sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==
2184
2185commondir@^1.0.1: 2011commondir@^1.0.1:
2186 version "1.0.1" 2012 version "1.0.1"
2187 resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" 2013 resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
2188 integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= 2014 integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
2189 2015
2190compact2string@^1.2.0: 2016compact2string@^1.2.0:
2191 version "1.4.0" 2017 version "1.4.1"
2192 resolved "https://registry.yarnpkg.com/compact2string/-/compact2string-1.4.0.tgz#a99cd96ea000525684b269683ae2222d6eea7b49" 2018 resolved "https://registry.yarnpkg.com/compact2string/-/compact2string-1.4.1.tgz#8d34929055f8300a13cfc030ad1832e2e53c2e25"
2193 integrity sha1-qZzZbqAAUlaEsmloOuIiLW7qe0k= 2019 integrity sha512-3D+EY5nsRhqnOwDxveBv5T8wGo4DEvYxjDtPGmdOX+gfr5gE92c2RC0w2wa+xEefm07QuVqqcF3nZJUZ92l/og==
2194 dependencies: 2020 dependencies:
2195 ipaddr.js ">= 0.1.5" 2021 ipaddr.js ">= 0.1.5"
2196 2022
@@ -2214,23 +2040,23 @@ component-inherit@0.0.3:
2214 resolved "https://registry.yarnpkg.com/component-inherit/-/component-inherit-0.0.3.tgz#645fc4adf58b72b649d5cae65135619db26ff143" 2040 resolved "https://registry.yarnpkg.com/component-inherit/-/component-inherit-0.0.3.tgz#645fc4adf58b72b649d5cae65135619db26ff143"
2215 integrity sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM= 2041 integrity sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=
2216 2042
2217compressible@~2.0.14: 2043compressible@~2.0.16:
2218 version "2.0.15" 2044 version "2.0.16"
2219 resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.15.tgz#857a9ab0a7e5a07d8d837ed43fe2defff64fe212" 2045 resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.16.tgz#a49bf9858f3821b64ce1be0296afc7380466a77f"
2220 integrity sha512-4aE67DL33dSW9gw4CI2H/yTxqHLNcxp0yS6jB+4h+wr3e43+1z7vm0HU9qXOH8j+qjKuL8+UtkOxYQSMq60Ylw== 2046 integrity sha512-JQfEOdnI7dASwCuSPWIeVYwc/zMsu/+tRhoUvEfXz2gxOA2DNjmG5vhtFdBlhWPPGo+RdT9S3tgc/uH5qgDiiA==
2221 dependencies: 2047 dependencies:
2222 mime-db ">= 1.36.0 < 2" 2048 mime-db ">= 1.38.0 < 2"
2223 2049
2224compression@^1.5.2: 2050compression@^1.5.2:
2225 version "1.7.3" 2051 version "1.7.4"
2226 resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.3.tgz#27e0e176aaf260f7f2c2813c3e440adb9f1993db" 2052 resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f"
2227 integrity sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg== 2053 integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==
2228 dependencies: 2054 dependencies:
2229 accepts "~1.3.5" 2055 accepts "~1.3.5"
2230 bytes "3.0.0" 2056 bytes "3.0.0"
2231 compressible "~2.0.14" 2057 compressible "~2.0.16"
2232 debug "2.6.9" 2058 debug "2.6.9"
2233 on-headers "~1.0.1" 2059 on-headers "~1.0.2"
2234 safe-buffer "5.1.2" 2060 safe-buffer "5.1.2"
2235 vary "~1.1.2" 2061 vary "~1.1.2"
2236 2062
@@ -2250,9 +2076,9 @@ concat-stream@^1.5.0:
2250 typedarray "^0.0.6" 2076 typedarray "^0.0.6"
2251 2077
2252connect-history-api-fallback@^1.3.0: 2078connect-history-api-fallback@^1.3.0:
2253 version "1.5.0" 2079 version "1.6.0"
2254 resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.5.0.tgz#b06873934bc5e344fef611a196a6faae0aee015a" 2080 resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc"
2255 integrity sha1-sGhzk0vF40T+9hGhlqb6rgruAVo= 2081 integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==
2256 2082
2257connect@^3.6.0: 2083connect@^3.6.0:
2258 version "3.6.6" 2084 version "3.6.6"
@@ -2296,7 +2122,7 @@ convert-source-map@^0.3.3:
2296 resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190" 2122 resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190"
2297 integrity sha1-8dgClQr33SYxof6+BZZVDIarMZA= 2123 integrity sha1-8dgClQr33SYxof6+BZZVDIarMZA=
2298 2124
2299convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.5.1: 2125convert-source-map@^1.5.0, convert-source-map@^1.5.1:
2300 version "1.6.0" 2126 version "1.6.0"
2301 resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20" 2127 resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
2302 integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A== 2128 integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==
@@ -2330,10 +2156,10 @@ copy-descriptor@^0.1.0:
2330 resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" 2156 resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
2331 integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= 2157 integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
2332 2158
2333copy-webpack-plugin@4.5.4: 2159copy-webpack-plugin@4.6.0:
2334 version "4.5.4" 2160 version "4.6.0"
2335 resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-4.5.4.tgz#f2b2782b3cd5225535c3dc166a80067e7d940f27" 2161 resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-4.6.0.tgz#e7f40dd8a68477d405dd1b7a854aae324b158bae"
2336 integrity sha512-0lstlEyj74OAtYMrDxlNZsU7cwFijAI3Ofz2fD6Mpo9r4xCv4yegfa3uHIKvZY1NSuOtE9nvG6TAhJ+uz9gDaQ== 2162 integrity sha512-Y+SQCF+0NoWQryez2zXn5J5knmr9z/9qSQt7fbL78u83rxmigOy8X5+BFn8CFSuX+nKT8gpYwJX68ekqtQt6ZA==
2337 dependencies: 2163 dependencies:
2338 cacache "^10.0.4" 2164 cacache "^10.0.4"
2339 find-cache-dir "^1.0.0" 2165 find-cache-dir "^1.0.0"
@@ -2344,15 +2170,15 @@ copy-webpack-plugin@4.5.4:
2344 p-limit "^1.0.0" 2170 p-limit "^1.0.0"
2345 serialize-javascript "^1.4.0" 2171 serialize-javascript "^1.4.0"
2346 2172
2347core-js@^2.2.0, core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0: 2173core-js@^2.2.0, core-js@^2.4.0:
2348 version "2.5.7" 2174 version "2.6.5"
2349 resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e" 2175 resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.5.tgz#44bc8d249e7fb2ff5d00e0341a7ffb94fbf67895"
2350 integrity sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw== 2176 integrity sha512-klh/kDpwX8hryYL14M9w/xei6vrv6sE8gTHDG7/T/+SEovB/G4ejwcfE/CBzO6Edsu+OETZMZ3wcX/EjUkrl5A==
2351 2177
2352core-js@~2.3.0: 2178core-js@^3.0.0:
2353 version "2.3.0" 2179 version "3.0.0"
2354 resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.3.0.tgz#fab83fbb0b2d8dc85fa636c4b9d34c75420c6d65" 2180 resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.0.0.tgz#a8dbfa978d29bfc263bfb66c556d0ca924c28957"
2355 integrity sha1-+rg/uwstjchfpjbEudNMdUIMbWU= 2181 integrity sha512-WBmxlgH2122EzEJ6GH8o9L/FeoUKxxxZ6q6VUxoTlsE4EvbTWKJb447eyVxTEuq0LpXjlq/kCB2qgBvsYRkLvQ==
2356 2182
2357core-util-is@1.0.2, core-util-is@~1.0.0: 2183core-util-is@1.0.2, core-util-is@~1.0.0:
2358 version "1.0.2" 2184 version "1.0.2"
@@ -2464,23 +2290,22 @@ crypto-browserify@^3.11.0:
2464 randombytes "^2.0.0" 2290 randombytes "^2.0.0"
2465 randomfill "^1.0.3" 2291 randomfill "^1.0.3"
2466 2292
2467css-loader@^1.0.0: 2293css-loader@^2.1.1:
2468 version "1.0.1" 2294 version "2.1.1"
2469 resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-1.0.1.tgz#6885bb5233b35ec47b006057da01cc640b6b79fe" 2295 resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-2.1.1.tgz#d8254f72e412bb2238bb44dd674ffbef497333ea"
2470 integrity sha512-+ZHAZm/yqvJ2kDtPne3uX0C+Vr3Zn5jFn2N4HywtS5ujwvsVkyg0VArEXpl3BgczDA8anieki1FIzhchX4yrDw== 2296 integrity sha512-OcKJU/lt232vl1P9EEDamhoO9iKY3tIjY5GU+XDLblAykTdgs6Ux9P1hTHve8nFKy5KPpOXOsVI/hIwi3841+w==
2471 dependencies: 2297 dependencies:
2472 babel-code-frame "^6.26.0" 2298 camelcase "^5.2.0"
2473 css-selector-tokenizer "^0.7.0" 2299 icss-utils "^4.1.0"
2474 icss-utils "^2.1.0" 2300 loader-utils "^1.2.3"
2475 loader-utils "^1.0.2" 2301 normalize-path "^3.0.0"
2476 lodash "^4.17.11" 2302 postcss "^7.0.14"
2477 postcss "^6.0.23" 2303 postcss-modules-extract-imports "^2.0.0"
2478 postcss-modules-extract-imports "^1.2.0" 2304 postcss-modules-local-by-default "^2.0.6"
2479 postcss-modules-local-by-default "^1.2.0" 2305 postcss-modules-scope "^2.1.0"
2480 postcss-modules-scope "^1.1.0" 2306 postcss-modules-values "^2.0.0"
2481 postcss-modules-values "^1.3.0"
2482 postcss-value-parser "^3.3.0" 2307 postcss-value-parser "^3.3.0"
2483 source-list-map "^2.0.0" 2308 schema-utils "^1.0.0"
2484 2309
2485css-parse@1.7.x: 2310css-parse@1.7.x:
2486 version "1.7.0" 2311 version "1.7.0"
@@ -2506,18 +2331,10 @@ css-selector-tokenizer@^0.7.0:
2506 fastparse "^1.1.1" 2331 fastparse "^1.1.1"
2507 regexpu-core "^1.0.0" 2332 regexpu-core "^1.0.0"
2508 2333
2509css-tree@^1.0.0-alpha.29:
2510 version "1.0.0-alpha.29"
2511 resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.29.tgz#3fa9d4ef3142cbd1c301e7664c1f352bd82f5a39"
2512 integrity sha512-sRNb1XydwkW9IOci6iB2xmy8IGCj6r/fr+JWitvJ2JxQRPzN3T4AGGVWCMlVmVwM1gtgALJRmGIlWv5ppnGGkg==
2513 dependencies:
2514 mdn-data "~1.1.0"
2515 source-map "^0.5.3"
2516
2517css-what@2.1: 2334css-what@2.1:
2518 version "2.1.2" 2335 version "2.1.3"
2519 resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.2.tgz#c0876d9d0480927d7d4920dcd72af3595649554d" 2336 resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2"
2520 integrity sha512-wan8dMWQ0GUeF7DGEPVjhHemVW/vy6xUYmFzRY8RYqgA0JtXC9rJmbScBjqSu6dg9q0lwPQy6ZAmJVr3PPTvqQ== 2337 integrity sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==
2521 2338
2522css@^2.0.0: 2339css@^2.0.0:
2523 version "2.2.4" 2340 version "2.2.4"
@@ -2541,17 +2358,15 @@ cssesc@^0.1.0:
2541 resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-0.1.0.tgz#c814903e45623371a0477b40109aaafbeeaddbb4" 2358 resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-0.1.0.tgz#c814903e45623371a0477b40109aaafbeeaddbb4"
2542 integrity sha1-yBSQPkViM3GgR3tAEJqq++6t27Q= 2359 integrity sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=
2543 2360
2544cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0": 2361cssesc@^3.0.0:
2545 version "0.3.4" 2362 version "3.0.0"
2546 resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.4.tgz#8cd52e8a3acfd68d3aed38ee0a640177d2f9d797" 2363 resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
2547 integrity sha512-+7prCSORpXNeR4/fUP3rL+TzqtiFfhMvTd7uEqMdgPvLPt4+uzFUeufx5RHjGTACCargg/DiEt/moMQmvnfkog== 2364 integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
2548 2365
2549cssstyle@^1.0.0: 2366csstype@^2.2.0:
2550 version "1.1.1" 2367 version "2.6.3"
2551 resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-1.1.1.tgz#18b038a9c44d65f7a8e428a653b9f6fe42faf5fb" 2368 resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.3.tgz#b701e5968245bf9b08d54ac83d00b624e622a9fa"
2552 integrity sha512-364AI1l/M5TYcFH83JnOH/pSqgaNnKmYgKrm0didZMGKWjQB60dymwWy1rKUgL3J1ffdq9xVi2yGLHdSjjSNog== 2369 integrity sha512-rINUZXOkcBmoHWEyu7JdHu5JMzkGRoMX4ov9830WNgxf5UYxcBUO0QTKAqeJ5EZfSdlrcJYkC8WwfVW7JYi4yg==
2553 dependencies:
2554 cssom "0.3.x"
2555 2370
2556currently-unhandled@^0.4.1: 2371currently-unhandled@^0.4.1:
2557 version "0.4.1" 2372 version "0.4.1"
@@ -2584,47 +2399,38 @@ dashdash@^1.12.0:
2584 dependencies: 2399 dependencies:
2585 assert-plus "^1.0.0" 2400 assert-plus "^1.0.0"
2586 2401
2587data-urls@^1.0.0: 2402date-format@^2.0.0:
2588 version "1.1.0" 2403 version "2.0.0"
2589 resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-1.1.0.tgz#15ee0582baa5e22bb59c77140da8f9c76963bbfe" 2404 resolved "https://registry.yarnpkg.com/date-format/-/date-format-2.0.0.tgz#7cf7b172f1ec564f0003b39ea302c5498fb98c8f"
2590 integrity sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ== 2405 integrity sha512-M6UqVvZVgFYqZL1SfHsRGIQSz3ZL+qgbsV5Lp1Vj61LZVYuEwcMXYay7DRDtYs2HQQBK5hQtQ0fD9aEJ89V0LA==
2591 dependencies:
2592 abab "^2.0.0"
2593 whatwg-mimetype "^2.2.0"
2594 whatwg-url "^7.0.0"
2595
2596date-format@^1.2.0:
2597 version "1.2.0"
2598 resolved "https://registry.yarnpkg.com/date-format/-/date-format-1.2.0.tgz#615e828e233dd1ab9bb9ae0950e0ceccfa6ecad8"
2599 integrity sha1-YV6CjiM90aubua4JUODOzPpuytg=
2600 2406
2601date-now@^0.1.4: 2407date-now@^0.1.4:
2602 version "0.1.4" 2408 version "0.1.4"
2603 resolved "https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef200672b9e345b" 2409 resolved "https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef200672b9e345b"
2604 integrity sha1-6vQ5/U1ISK105cx9vvIAZyueNFs= 2410 integrity sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=
2605 2411
2606debug@*, debug@^4.0.1, debug@^4.1.0: 2412debug@*, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
2607 version "4.1.0" 2413 version "4.1.1"
2608 resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87" 2414 resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
2609 integrity sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg== 2415 integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
2610 dependencies: 2416 dependencies:
2611 ms "^2.1.1" 2417 ms "^2.1.1"
2612 2418
2613debug@2.6.9, debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9: 2419debug@2.6.9, debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8:
2614 version "2.6.9" 2420 version "2.6.9"
2615 resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" 2421 resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
2616 integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== 2422 integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
2617 dependencies: 2423 dependencies:
2618 ms "2.0.0" 2424 ms "2.0.0"
2619 2425
2620debug@3.1.0, debug@=3.1.0, debug@~3.1.0: 2426debug@3.1.0, debug@~3.1.0:
2621 version "3.1.0" 2427 version "3.1.0"
2622 resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" 2428 resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2623 integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== 2429 integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
2624 dependencies: 2430 dependencies:
2625 ms "2.0.0" 2431 ms "2.0.0"
2626 2432
2627debug@^3.1.0, debug@^3.2.5: 2433debug@^3.1.0, debug@^3.2.5, debug@^3.2.6:
2628 version "3.2.6" 2434 version "3.2.6"
2629 resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" 2435 resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
2630 integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== 2436 integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
@@ -2665,11 +2471,6 @@ deep-extend@^0.6.0:
2665 resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" 2471 resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
2666 integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== 2472 integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
2667 2473
2668deep-is@~0.1.3:
2669 version "0.1.3"
2670 resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
2671 integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
2672
2673default-gateway@^2.6.0: 2474default-gateway@^2.6.0:
2674 version "2.7.2" 2475 version "2.7.2"
2675 resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-2.7.2.tgz#b7ef339e5e024b045467af403d50348db4642d0f" 2476 resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-2.7.2.tgz#b7ef339e5e024b045467af403d50348db4642d0f"
@@ -2678,13 +2479,6 @@ default-gateway@^2.6.0:
2678 execa "^0.10.0" 2479 execa "^0.10.0"
2679 ip-regex "^2.1.0" 2480 ip-regex "^2.1.0"
2680 2481
2681default-require-extensions@^1.0.0:
2682 version "1.0.0"
2683 resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-1.0.0.tgz#f37ea15d3e13ffd9b437d33e1a75b5fb97874cb8"
2684 integrity sha1-836hXT4T/9m0N9M+GnW1+5eHTLg=
2685 dependencies:
2686 strip-bom "^2.0.0"
2687
2688default-require-extensions@^2.0.0: 2482default-require-extensions@^2.0.0:
2689 version "2.0.0" 2483 version "2.0.0"
2690 resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-2.0.0.tgz#f5f8fbb18a7d6d50b21f641f649ebb522cfe24f7" 2484 resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-2.0.0.tgz#f5f8fbb18a7d6d50b21f641f649ebb522cfe24f7"
@@ -2784,6 +2578,11 @@ destroy@~1.0.4:
2784 resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" 2578 resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
2785 integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= 2579 integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=
2786 2580
2581detect-file@^1.0.0:
2582 version "1.0.0"
2583 resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
2584 integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
2585
2787detect-indent@^4.0.0: 2586detect-indent@^4.0.0:
2788 version "4.0.0" 2587 version "4.0.0"
2789 resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208" 2588 resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208"
@@ -2796,12 +2595,7 @@ detect-libc@^1.0.2:
2796 resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" 2595 resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
2797 integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= 2596 integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=
2798 2597
2799detect-newline@^2.1.0: 2598detect-node@^2.0.4:
2800 version "2.1.0"
2801 resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
2802 integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=
2803
2804detect-node@^2.0.3:
2805 version "2.0.4" 2599 version "2.0.4"
2806 resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c" 2600 resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c"
2807 integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw== 2601 integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==
@@ -2836,11 +2630,10 @@ dijkstrajs@^1.0.1:
2836 integrity sha1-082BIh4+pAdCz83lVtTpnpjdxxs= 2630 integrity sha1-082BIh4+pAdCz83lVtTpnpjdxxs=
2837 2631
2838dir-glob@^2.0.0: 2632dir-glob@^2.0.0:
2839 version "2.0.0" 2633 version "2.2.2"
2840 resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.0.0.tgz#0b205d2b6aef98238ca286598a8204d29d0a0034" 2634 resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4"
2841 integrity sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag== 2635 integrity sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==
2842 dependencies: 2636 dependencies:
2843 arrify "^1.0.1"
2844 path-type "^3.0.0" 2637 path-type "^3.0.0"
2845 2638
2846dns-equal@^1.0.0: 2639dns-equal@^1.0.0:
@@ -2871,7 +2664,7 @@ doctrine@0.7.2:
2871 esutils "^1.1.6" 2664 esutils "^1.1.6"
2872 isarray "0.0.1" 2665 isarray "0.0.1"
2873 2666
2874dom-converter@~0.2: 2667dom-converter@^0.2:
2875 version "0.2.0" 2668 version "0.2.0"
2876 resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768" 2669 resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"
2877 integrity sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== 2670 integrity sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==
@@ -2889,12 +2682,12 @@ dom-serialize@^2.2.0:
2889 void-elements "^2.0.0" 2682 void-elements "^2.0.0"
2890 2683
2891dom-serializer@0: 2684dom-serializer@0:
2892 version "0.1.0" 2685 version "0.1.1"
2893 resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82" 2686 resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0"
2894 integrity sha1-BzxpdUbOB4DOI75KKOKT5AvDDII= 2687 integrity sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==
2895 dependencies: 2688 dependencies:
2896 domelementtype "~1.1.1" 2689 domelementtype "^1.3.0"
2897 entities "~1.1.1" 2690 entities "^1.1.1"
2898 2691
2899dom-walk@^0.1.0: 2692dom-walk@^0.1.0:
2900 version "0.1.1" 2693 version "0.1.1"
@@ -2906,34 +2699,10 @@ domain-browser@^1.1.1:
2906 resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" 2699 resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
2907 integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== 2700 integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==
2908 2701
2909domelementtype@1: 2702domelementtype@1, domelementtype@^1.3.0, domelementtype@^1.3.1:
2910 version "1.2.1" 2703 version "1.3.1"
2911 resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.2.1.tgz#578558ef23befac043a1abb0db07635509393479" 2704 resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f"
2912 integrity sha512-SQVCLFS2E7G5CRCMdn6K9bIhRj1bS6QBWZfF0TUPh4V/BbqrQ619IdSS3/izn0FZ+9l+uODzaZjb08fjOfablA== 2705 integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==
2913
2914domelementtype@^1.3.0:
2915 version "1.3.0"
2916 resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.0.tgz#b17aed82e8ab59e52dd9c19b1756e0fc187204c2"
2917 integrity sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=
2918
2919domelementtype@~1.1.1:
2920 version "1.1.3"
2921 resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.1.3.tgz#bd28773e2642881aec51544924299c5cd822185b"
2922 integrity sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=
2923
2924domexception@^1.0.1:
2925 version "1.0.1"
2926 resolved "https://registry.yarnpkg.com/domexception/-/domexception-1.0.1.tgz#937442644ca6a31261ef36e3ec677fe805582c90"
2927 integrity sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==
2928 dependencies:
2929 webidl-conversions "^4.0.2"
2930
2931domhandler@2.1:
2932 version "2.1.0"
2933 resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.1.0.tgz#d2646f5e57f6c3bab11cf6cb05d3c0acf7412594"
2934 integrity sha1-0mRvXlf2w7qxHPbLBdPArPdBJZQ=
2935 dependencies:
2936 domelementtype "1"
2937 2706
2938domhandler@^2.3.0: 2707domhandler@^2.3.0:
2939 version "2.4.2" 2708 version "2.4.2"
@@ -2942,13 +2711,6 @@ domhandler@^2.3.0:
2942 dependencies: 2711 dependencies:
2943 domelementtype "1" 2712 domelementtype "1"
2944 2713
2945domutils@1.1:
2946 version "1.1.6"
2947 resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.1.6.tgz#bddc3de099b9a2efacc51c623f28f416ecc57485"
2948 integrity sha1-vdw94Jm5ou+sxRxiPyj0FuzFdIU=
2949 dependencies:
2950 domelementtype "1"
2951
2952domutils@1.5.1: 2714domutils@1.5.1:
2953 version "1.5.1" 2715 version "1.5.1"
2954 resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf" 2716 resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf"
@@ -2971,9 +2733,9 @@ duplexer@^0.1.1:
2971 integrity sha1-rOb/gIwc5mtX0ev5eXessCM0z8E= 2733 integrity sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=
2972 2734
2973duplexify@^3.4.2, duplexify@^3.6.0: 2735duplexify@^3.4.2, duplexify@^3.6.0:
2974 version "3.6.1" 2736 version "3.7.1"
2975 resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.6.1.tgz#b1a7a29c4abfd639585efaecce80d666b1e34125" 2737 resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309"
2976 integrity sha512-vM58DwdnKmty+FSPzT14K9JXb90H+j5emaR4KYbr2KTIz00WHGbWOe5ghQTx233ZCLZtrGDALzKwcjEtSt35mA== 2738 integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==
2977 dependencies: 2739 dependencies:
2978 end-of-stream "^1.0.0" 2740 end-of-stream "^1.0.0"
2979 inherits "^2.0.1" 2741 inherits "^2.0.1"
@@ -2998,10 +2760,10 @@ ejs@^2.6.1:
2998 resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.6.1.tgz#498ec0d495655abc6f23cd61868d926464071aa0" 2760 resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.6.1.tgz#498ec0d495655abc6f23cd61868d926464071aa0"
2999 integrity sha512-0xy4A/twfrRCnkhfk8ErDi5DqdAsAqeGxht4xkCUrsvhhbQNs7E+4jV0CN7+NKIY0aHE72+XvqtBIXzD31ZbXQ== 2761 integrity sha512-0xy4A/twfrRCnkhfk8ErDi5DqdAsAqeGxht4xkCUrsvhhbQNs7E+4jV0CN7+NKIY0aHE72+XvqtBIXzD31ZbXQ==
3000 2762
3001electron-to-chromium@^1.3.86: 2763electron-to-chromium@^1.3.122:
3002 version "1.3.88" 2764 version "1.3.122"
3003 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.88.tgz#f36ab32634f49ef2b0fdc1e82e2d1cc17feb29e7" 2765 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.122.tgz#b32a0805f48557bd3c3b8104eadc7fa511b14a9a"
3004 integrity sha512-UPV4NuQMKeUh1S0OWRvwg0PI8ASHN9kBC8yDTk1ROXLC85W5GnhTRu/MZu3Teqx3JjlQYuckuHYXSUSgtb3J+A== 2766 integrity sha512-3RKoIyCN4DhP2dsmleuFvpJAIDOseWH88wFYBzb22CSwoFDSWRc4UAMfrtc9h8nBdJjTNIN3rogChgOy6eFInw==
3005 2767
3006elliptic@^6.0.0: 2768elliptic@^6.0.0:
3007 version "6.4.1" 2769 version "6.4.1"
@@ -3058,9 +2820,9 @@ engine.io-client@~3.2.0:
3058 yeast "0.1.2" 2820 yeast "0.1.2"
3059 2821
3060engine.io-client@~3.3.1: 2822engine.io-client@~3.3.1:
3061 version "3.3.1" 2823 version "3.3.2"
3062 resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-3.3.1.tgz#afedb4a07b2ea48b7190c3136bfea98fdd4f0f03" 2824 resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-3.3.2.tgz#04e068798d75beda14375a264bb3d742d7bc33aa"
3063 integrity sha512-q66JBFuQcy7CSlfAz9L3jH+v7DTT3i6ZEadYcVj2pOs8/0uJHLxKX3WBkGTvULJMdz0tUCyJag0aKT/dpXL9BQ== 2825 integrity sha512-y0CPINnhMvPuwtqXfsGuWE8BB66+B6wTtCofQDRecMQPYX3MYUZXFNKDhdrSe3EVjgOu4V3rxdeqN/Tr91IgbQ==
3064 dependencies: 2826 dependencies:
3065 component-emitter "1.2.1" 2827 component-emitter "1.2.1"
3066 component-inherit "0.0.3" 2828 component-inherit "0.0.3"
@@ -3135,18 +2897,19 @@ error-ex@^1.2.0, error-ex@^1.3.1:
3135 dependencies: 2897 dependencies:
3136 is-arrayish "^0.2.1" 2898 is-arrayish "^0.2.1"
3137 2899
3138es-abstract@^1.5.1: 2900es-abstract@^1.5.0, es-abstract@^1.5.1:
3139 version "1.12.0" 2901 version "1.13.0"
3140 resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165" 2902 resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
3141 integrity sha512-C8Fx/0jFmV5IPoMOFPA9P9G5NtqW+4cOPit3MIuvR2t7Ag2K15EJTpxnHAYTzL+aYQJIESYeXZmDBfOBE1HcpA== 2903 integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
3142 dependencies: 2904 dependencies:
3143 es-to-primitive "^1.1.1" 2905 es-to-primitive "^1.2.0"
3144 function-bind "^1.1.1" 2906 function-bind "^1.1.1"
3145 has "^1.0.1" 2907 has "^1.0.3"
3146 is-callable "^1.1.3" 2908 is-callable "^1.1.4"
3147 is-regex "^1.0.4" 2909 is-regex "^1.0.4"
2910 object-keys "^1.0.12"
3148 2911
3149es-to-primitive@^1.1.1: 2912es-to-primitive@^1.2.0:
3150 version "1.2.0" 2913 version "1.2.0"
3151 resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377" 2914 resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
3152 integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg== 2915 integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==
@@ -3156,13 +2919,13 @@ es-to-primitive@^1.1.1:
3156 is-symbol "^1.0.2" 2919 is-symbol "^1.0.2"
3157 2920
3158es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14: 2921es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14:
3159 version "0.10.46" 2922 version "0.10.49"
3160 resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.46.tgz#efd99f67c5a7ec789baa3daa7f79870388f7f572" 2923 resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.49.tgz#059a239de862c94494fec28f8150c977028c6c5e"
3161 integrity sha512-24XxRvJXNFwEMpJb3nOkiRJKRoupmjYmOPVlI65Qy2SrtxwOTB+g6ODjBKOtwEHbYrhWRty9xxOWLNdClT2djw== 2924 integrity sha512-3NMEhi57E31qdzmYp2jwRArIUsj1HI/RxbQ4bgnSB+AIKIxsAmTiK83bYMifIcpWvEc3P1X30DhUKOqEtF/kvg==
3162 dependencies: 2925 dependencies:
3163 es6-iterator "~2.0.3" 2926 es6-iterator "~2.0.3"
3164 es6-symbol "~3.1.1" 2927 es6-symbol "~3.1.1"
3165 next-tick "1" 2928 next-tick "^1.0.0"
3166 2929
3167es6-iterator@~2.0.3: 2930es6-iterator@~2.0.3:
3168 version "2.0.3" 2931 version "2.0.3"
@@ -3174,14 +2937,9 @@ es6-iterator@~2.0.3:
3174 es6-symbol "^3.1.1" 2937 es6-symbol "^3.1.1"
3175 2938
3176es6-promise@^4.0.3: 2939es6-promise@^4.0.3:
3177 version "4.2.5" 2940 version "4.2.6"
3178 resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.5.tgz#da6d0d5692efb461e082c14817fe2427d8f5d054" 2941 resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.6.tgz#b685edd8258886365ea62b57d30de28fadcd974f"
3179 integrity sha512-n6wvpdE43VFtJq+lUDYDBFUwV8TZbuGXLV4D6wKafg13ldznKsyEvatubnmUe31zcvelSzOHF+XbaT+Bl9ObDg== 2942 integrity sha512-aRVgGdnmW2OiySVPUC9e6m+plolMAJKjZnQlCwNSuK5yQ0JN61DZSO1X1Ufd1foqWRAlig0rhduTCHe7sVtK5Q==
3180
3181es6-promise@~3.0.2:
3182 version "3.0.2"
3183 resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-3.0.2.tgz#010d5858423a5f118979665f46486a95c6ee2bb6"
3184 integrity sha1-AQ1YWEI6XxGJeWZfRkhqlcbuK7Y=
3185 2943
3186es6-promisify@^5.0.0: 2944es6-promisify@^5.0.0:
3187 version "5.0.0" 2945 version "5.0.0"
@@ -3216,53 +2974,24 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
3216 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" 2974 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
3217 integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= 2975 integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
3218 2976
3219escodegen@1.8.x:
3220 version "1.8.1"
3221 resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.8.1.tgz#5a5b53af4693110bebb0867aa3430dd3b70a1018"
3222 integrity sha1-WltTr0aTEQvrsIZ6o0MN07cKEBg=
3223 dependencies:
3224 esprima "^2.7.1"
3225 estraverse "^1.9.1"
3226 esutils "^2.0.2"
3227 optionator "^0.8.1"
3228 optionalDependencies:
3229 source-map "~0.2.0"
3230
3231escodegen@^1.9.1:
3232 version "1.11.0"
3233 resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.11.0.tgz#b27a9389481d5bfd5bec76f7bb1eb3f8f4556589"
3234 integrity sha512-IeMV45ReixHS53K/OmfKAIztN/igDHzTJUhZM3k1jMhIZWjk45SMwAtBsEXiJp3vSPmTcu6CXn7mDvFHRN66fw==
3235 dependencies:
3236 esprima "^3.1.3"
3237 estraverse "^4.2.0"
3238 esutils "^2.0.2"
3239 optionator "^0.8.1"
3240 optionalDependencies:
3241 source-map "~0.6.1"
3242
3243eslint-scope@^4.0.0: 2977eslint-scope@^4.0.0:
3244 version "4.0.0" 2978 version "4.0.3"
3245 resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.0.tgz#50bf3071e9338bcdc43331794a0cb533f0136172" 2979 resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
3246 integrity sha512-1G6UTDi7Jc1ELFwnR58HV4fK9OQK4S6N985f166xqXxpjU6plxFISJa2Ba9KCQuFa8RCnj/lSFJbHo7UFDBnUA== 2980 integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
3247 dependencies: 2981 dependencies:
3248 esrecurse "^4.1.0" 2982 esrecurse "^4.1.0"
3249 estraverse "^4.1.1" 2983 estraverse "^4.1.1"
3250 2984
3251esprima@2.7.x, esprima@^2.7.1:
3252 version "2.7.3"
3253 resolved "https://registry.yarnpkg.com/esprima/-/esprima-2.7.3.tgz#96e3b70d5779f6ad49cd032673d1c312767ba581"
3254 integrity sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=
3255
3256esprima@^3.1.3, esprima@~3.1.0:
3257 version "3.1.3"
3258 resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633"
3259 integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=
3260
3261esprima@^4.0.0: 2985esprima@^4.0.0:
3262 version "4.0.1" 2986 version "4.0.1"
3263 resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" 2987 resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
3264 integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== 2988 integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
3265 2989
2990esprima@~3.1.0:
2991 version "3.1.3"
2992 resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633"
2993 integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=
2994
3266esrecurse@^4.1.0: 2995esrecurse@^4.1.0:
3267 version "4.2.1" 2996 version "4.2.1"
3268 resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz#007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf" 2997 resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz#007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf"
@@ -3270,12 +2999,7 @@ esrecurse@^4.1.0:
3270 dependencies: 2999 dependencies:
3271 estraverse "^4.1.0" 3000 estraverse "^4.1.0"
3272 3001
3273estraverse@^1.9.1: 3002estraverse@^4.1.0, estraverse@^4.1.1:
3274 version "1.9.3"
3275 resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-1.9.3.tgz#af67f2dc922582415950926091a4005d29c9bb44"
3276 integrity sha1-r2fy3JIlgkFZUJJgkaQAXSnJu0Q=
3277
3278estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0:
3279 version "4.2.0" 3003 version "4.2.0"
3280 resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13" 3004 resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13"
3281 integrity sha1-De4/7TH81GlhjOc0IJn8GvoL2xM= 3005 integrity sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=
@@ -3295,15 +3019,15 @@ etag@~1.8.1:
3295 resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" 3019 resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
3296 integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= 3020 integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
3297 3021
3298eventemitter3@^3.0.0: 3022eventemitter3@3.1.0, eventemitter3@^3.0.0:
3299 version "3.1.0" 3023 version "3.1.0"
3300 resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.0.tgz#090b4d6cdbd645ed10bf750d4b5407942d7ba163" 3024 resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.0.tgz#090b4d6cdbd645ed10bf750d4b5407942d7ba163"
3301 integrity sha512-ivIvhpq/Y0uSjcHDcOIccjmYjGLcP09MFGE7ysAwkAvkXfpZlC985pH2/ui64DKazbTW/4kN3yqozUxlXzI6cA== 3025 integrity sha512-ivIvhpq/Y0uSjcHDcOIccjmYjGLcP09MFGE7ysAwkAvkXfpZlC985pH2/ui64DKazbTW/4kN3yqozUxlXzI6cA==
3302 3026
3303events@^1.0.0: 3027events@^3.0.0:
3304 version "1.1.1" 3028 version "3.0.0"
3305 resolved "https://registry.yarnpkg.com/events/-/events-1.1.1.tgz#9ebdb7635ad099c70dcc4c2a1f5004288e8bd924" 3029 resolved "https://registry.yarnpkg.com/events/-/events-3.0.0.tgz#9a0a0dfaf62893d92b875b8f2698ca4114973e88"
3306 integrity sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ= 3030 integrity sha512-Dc381HFWJzEOhQ+d8pkNon++bk9h6cdAoAj4iE6Q4y6xgTzySWXlKn05/TVNpjnfRqi/X0EpJEJohPjNI3zpVA==
3307 3031
3308eventsource@^1.0.7: 3032eventsource@^1.0.7:
3309 version "1.0.7" 3033 version "1.0.7"
@@ -3320,13 +3044,6 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
3320 md5.js "^1.3.4" 3044 md5.js "^1.3.4"
3321 safe-buffer "^5.1.1" 3045 safe-buffer "^5.1.1"
3322 3046
3323exec-sh@^0.2.0:
3324 version "0.2.2"
3325 resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.2.2.tgz#2a5e7ffcbd7d0ba2755bdecb16e5a427dfbdec36"
3326 integrity sha512-FIUCJz1RbuS0FKTdaAafAByGS0CPvU3R0MeHxgtl+djzCc//F8HakL8GzmVNZanasTbTAY/3DRFA0KpVqj/eAw==
3327 dependencies:
3328 merge "^1.2.0"
3329
3330execa@^0.10.0: 3047execa@^0.10.0:
3331 version "0.10.0" 3048 version "0.10.0"
3332 resolved "https://registry.yarnpkg.com/execa/-/execa-0.10.0.tgz#ff456a8f53f90f8eccc71a96d11bdfc7f082cb50" 3049 resolved "https://registry.yarnpkg.com/execa/-/execa-0.10.0.tgz#ff456a8f53f90f8eccc71a96d11bdfc7f082cb50"
@@ -3353,27 +3070,24 @@ execa@^0.7.0:
3353 signal-exit "^3.0.0" 3070 signal-exit "^3.0.0"
3354 strip-eof "^1.0.0" 3071 strip-eof "^1.0.0"
3355 3072
3073execa@^1.0.0:
3074 version "1.0.0"
3075 resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
3076 integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==
3077 dependencies:
3078 cross-spawn "^6.0.0"
3079 get-stream "^4.0.0"
3080 is-stream "^1.1.0"
3081 npm-run-path "^2.0.0"
3082 p-finally "^1.0.0"
3083 signal-exit "^3.0.0"
3084 strip-eof "^1.0.0"
3085
3356exit@^0.1.2: 3086exit@^0.1.2:
3357 version "0.1.2" 3087 version "0.1.2"
3358 resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" 3088 resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
3359 integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw= 3089 integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=
3360 3090
3361expand-braces@^0.1.1:
3362 version "0.1.2"
3363 resolved "https://registry.yarnpkg.com/expand-braces/-/expand-braces-0.1.2.tgz#488b1d1d2451cb3d3a6b192cfc030f44c5855fea"
3364 integrity sha1-SIsdHSRRyz06axks/AMPRMWFX+o=
3365 dependencies:
3366 array-slice "^0.2.3"
3367 array-unique "^0.2.1"
3368 braces "^0.1.2"
3369
3370expand-brackets@^0.1.4:
3371 version "0.1.5"
3372 resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b"
3373 integrity sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=
3374 dependencies:
3375 is-posix-bracket "^0.1.0"
3376
3377expand-brackets@^2.1.4: 3091expand-brackets@^2.1.4:
3378 version "2.1.4" 3092 version "2.1.4"
3379 resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" 3093 resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
@@ -3387,32 +3101,12 @@ expand-brackets@^2.1.4:
3387 snapdragon "^0.8.1" 3101 snapdragon "^0.8.1"
3388 to-regex "^3.0.1" 3102 to-regex "^3.0.1"
3389 3103
3390expand-range@^0.1.0: 3104expand-tilde@^2.0.0, expand-tilde@^2.0.2:
3391 version "0.1.1" 3105 version "2.0.2"
3392 resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-0.1.1.tgz#4cb8eda0993ca56fa4f41fc42f3cbb4ccadff044" 3106 resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502"
3393 integrity sha1-TLjtoJk8pW+k9B/ELzy7TMrf8EQ= 3107 integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=
3394 dependencies:
3395 is-number "^0.1.1"
3396 repeat-string "^0.2.2"
3397
3398expand-range@^1.8.1:
3399 version "1.8.2"
3400 resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337"
3401 integrity sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=
3402 dependencies:
3403 fill-range "^2.1.0"
3404
3405expect@^23.6.0:
3406 version "23.6.0"
3407 resolved "https://registry.yarnpkg.com/expect/-/expect-23.6.0.tgz#1e0c8d3ba9a581c87bd71fb9bc8862d443425f98"
3408 integrity sha512-dgSoOHgmtn/aDGRVFWclQyPDKl2CQRq0hmIEoUAuQs/2rn2NcvCWcSCovm6BLeuB/7EZuLGu2QfnR+qRt5OM4w==
3409 dependencies: 3108 dependencies:
3410 ansi-styles "^3.2.0" 3109 homedir-polyfill "^1.0.1"
3411 jest-diff "^23.6.0"
3412 jest-get-type "^22.1.0"
3413 jest-matcher-utils "^23.6.0"
3414 jest-message-util "^23.4.0"
3415 jest-regex-util "^23.3.0"
3416 3110
3417express@^4.16.2, express@^4.16.3: 3111express@^4.16.2, express@^4.16.3:
3418 version "4.16.4" 3112 version "4.16.4"
@@ -3479,13 +3173,6 @@ external-editor@^3.0.0:
3479 iconv-lite "^0.4.24" 3173 iconv-lite "^0.4.24"
3480 tmp "^0.0.33" 3174 tmp "^0.0.33"
3481 3175
3482extglob@^0.3.1:
3483 version "0.3.2"
3484 resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1"
3485 integrity sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=
3486 dependencies:
3487 is-extglob "^1.0.0"
3488
3489extglob@^2.0.4: 3176extglob@^2.0.4:
3490 version "2.0.4" 3177 version "2.0.4"
3491 resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" 3178 resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543"
@@ -3530,16 +3217,11 @@ fast-deep-equal@^2.0.1:
3530 resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" 3217 resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
3531 integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk= 3218 integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=
3532 3219
3533fast-json-stable-stringify@2.0.0, fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0: 3220fast-json-stable-stringify@2.0.0, fast-json-stable-stringify@^2.0.0:
3534 version "2.0.0" 3221 version "2.0.0"
3535 resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" 3222 resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
3536 integrity sha1-1RQsDK7msRifh9OnYREGT4bIu/I= 3223 integrity sha1-1RQsDK7msRifh9OnYREGT4bIu/I=
3537 3224
3538fast-levenshtein@~2.0.4:
3539 version "2.0.6"
3540 resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
3541 integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
3542
3543fastparse@^1.1.1: 3225fastparse@^1.1.1:
3544 version "1.1.2" 3226 version "1.1.2"
3545 resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.2.tgz#91728c5a5942eced8531283c79441ee4122c35a9" 3227 resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.2.tgz#91728c5a5942eced8531283c79441ee4122c35a9"
@@ -3559,14 +3241,7 @@ faye-websocket@~0.11.1:
3559 dependencies: 3241 dependencies:
3560 websocket-driver ">=0.5.1" 3242 websocket-driver ">=0.5.1"
3561 3243
3562fb-watchman@^2.0.0: 3244figgy-pudding@^3.4.1, figgy-pudding@^3.5.1:
3563 version "2.0.0"
3564 resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58"
3565 integrity sha1-VOmr99+i8mzZsWNsWIwa/AXeXVg=
3566 dependencies:
3567 bser "^2.0.0"
3568
3569figgy-pudding@^3.1.0, figgy-pudding@^3.4.1, figgy-pudding@^3.5.1:
3570 version "3.5.1" 3245 version "3.5.1"
3571 resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790" 3246 resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790"
3572 integrity sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w== 3247 integrity sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w==
@@ -3578,20 +3253,15 @@ figures@^2.0.0:
3578 dependencies: 3253 dependencies:
3579 escape-string-regexp "^1.0.5" 3254 escape-string-regexp "^1.0.5"
3580 3255
3581file-loader@2.0.0, file-loader@^2.0.0: 3256file-loader@3.0.1, file-loader@^3.0.1:
3582 version "2.0.0" 3257 version "3.0.1"
3583 resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-2.0.0.tgz#39749c82f020b9e85901dcff98e8004e6401cfde" 3258 resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-3.0.1.tgz#f8e0ba0b599918b51adfe45d66d1e771ad560faa"
3584 integrity sha512-YCsBfd1ZGCyonOKLxPiKPdu+8ld9HAaMEvJewzz+b2eTF7uL5Zm/HdBF6FjCrpCMRq25Mi0U1gl4pwn2TlH7hQ== 3259 integrity sha512-4sNIOXgtH/9WZq4NvlfU3Opn5ynUsqBwSLyM+I7UOwdGigTBYfVVQEwe/msZNX/j4pCJTIM14Fsw66Svo1oVrw==
3585 dependencies: 3260 dependencies:
3586 loader-utils "^1.0.2" 3261 loader-utils "^1.0.2"
3587 schema-utils "^1.0.0" 3262 schema-utils "^1.0.0"
3588 3263
3589filename-regex@^2.0.0: 3264fileset@^2.0.3:
3590 version "2.0.1"
3591 resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26"
3592 integrity sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=
3593
3594fileset@^2.0.2, fileset@^2.0.3:
3595 version "2.0.3" 3265 version "2.0.3"
3596 resolved "https://registry.yarnpkg.com/fileset/-/fileset-2.0.3.tgz#8e7548a96d3cc2327ee5e674168723a333bba2a0" 3266 resolved "https://registry.yarnpkg.com/fileset/-/fileset-2.0.3.tgz#8e7548a96d3cc2327ee5e674168723a333bba2a0"
3597 integrity sha1-jnVIqW08wjJ+5eZ0FocjozO7oqA= 3267 integrity sha1-jnVIqW08wjJ+5eZ0FocjozO7oqA=
@@ -3614,17 +3284,6 @@ filestream@^4.0.0:
3614 typedarray-to-buffer "^3.0.0" 3284 typedarray-to-buffer "^3.0.0"
3615 xtend "^4.0.1" 3285 xtend "^4.0.1"
3616 3286
3617fill-range@^2.1.0:
3618 version "2.2.4"
3619 resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.4.tgz#eb1e773abb056dcd8df2bfdf6af59b8b3a936565"
3620 integrity sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==
3621 dependencies:
3622 is-number "^2.1.0"
3623 isobject "^2.0.0"
3624 randomatic "^3.0.0"
3625 repeat-element "^1.1.2"
3626 repeat-string "^1.5.2"
3627
3628fill-range@^4.0.0: 3287fill-range@^4.0.0:
3629 version "4.0.0" 3288 version "4.0.0"
3630 resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" 3289 resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
@@ -3671,12 +3330,12 @@ find-cache-dir@^1.0.0:
3671 pkg-dir "^2.0.0" 3330 pkg-dir "^2.0.0"
3672 3331
3673find-cache-dir@^2.0.0: 3332find-cache-dir@^2.0.0:
3674 version "2.0.0" 3333 version "2.1.0"
3675 resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.0.0.tgz#4c1faed59f45184530fb9d7fa123a4d04a98472d" 3334 resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7"
3676 integrity sha512-LDUY6V1Xs5eFskUVYtIwatojt6+9xC9Chnlk/jYOOvn3FAFfSaWddxahDGyNHh0b2dMXa6YW2m0tk8TdVaXHlA== 3335 integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==
3677 dependencies: 3336 dependencies:
3678 commondir "^1.0.1" 3337 commondir "^1.0.1"
3679 make-dir "^1.0.0" 3338 make-dir "^2.0.0"
3680 pkg-dir "^3.0.0" 3339 pkg-dir "^3.0.0"
3681 3340
3682find-up@^1.0.0: 3341find-up@^1.0.0:
@@ -3701,6 +3360,16 @@ find-up@^3.0.0:
3701 dependencies: 3360 dependencies:
3702 locate-path "^3.0.0" 3361 locate-path "^3.0.0"
3703 3362
3363findup-sync@^2.0.0:
3364 version "2.0.0"
3365 resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-2.0.0.tgz#9326b1488c22d1a6088650a86901b2d9a90a2cbc"
3366 integrity sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=
3367 dependencies:
3368 detect-file "^1.0.0"
3369 is-glob "^3.1.0"
3370 micromatch "^3.0.4"
3371 resolve-dir "^1.0.1"
3372
3704flatted@^2.0.0: 3373flatted@^2.0.0:
3705 version "2.0.0" 3374 version "2.0.0"
3706 resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.0.tgz#55122b6536ea496b4b44893ee2608141d10d9916" 3375 resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.0.tgz#55122b6536ea496b4b44893ee2608141d10d9916"
@@ -3712,12 +3381,12 @@ flatten@^1.0.2:
3712 integrity sha1-2uRqnXj74lKSJYzB54CkHZXAN4I= 3381 integrity sha1-2uRqnXj74lKSJYzB54CkHZXAN4I=
3713 3382
3714flush-write-stream@^1.0.0: 3383flush-write-stream@^1.0.0:
3715 version "1.0.3" 3384 version "1.1.1"
3716 resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.0.3.tgz#c5d586ef38af6097650b49bc41b55fabb19f35bd" 3385 resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8"
3717 integrity sha512-calZMC10u0FMUqoiunI2AiGIIUtUIvifNwkHhNupZH4cbNnW1Itkoh/Nf5HFYmDrwWPjrUxpkZT0KhuCq0jmGw== 3386 integrity sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==
3718 dependencies: 3387 dependencies:
3719 inherits "^2.0.1" 3388 inherits "^2.0.3"
3720 readable-stream "^2.0.4" 3389 readable-stream "^2.3.6"
3721 3390
3722focus-visible@^4.1.5: 3391focus-visible@^4.1.5:
3723 version "4.1.5" 3392 version "4.1.5"
@@ -3725,13 +3394,13 @@ focus-visible@^4.1.5:
3725 integrity sha512-yo/njtk/BB4Z2euzaZe3CZrg4u5s5uEi7ZwbHBJS2quHx51N0mmcx9nTIiImUGlgy+vf26d0CcQluahBBBL/Fw== 3394 integrity sha512-yo/njtk/BB4Z2euzaZe3CZrg4u5s5uEi7ZwbHBJS2quHx51N0mmcx9nTIiImUGlgy+vf26d0CcQluahBBBL/Fw==
3726 3395
3727follow-redirects@^1.0.0: 3396follow-redirects@^1.0.0:
3728 version "1.5.10" 3397 version "1.7.0"
3729 resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a" 3398 resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.7.0.tgz#489ebc198dc0e7f64167bd23b03c4c19b5784c76"
3730 integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ== 3399 integrity sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==
3731 dependencies: 3400 dependencies:
3732 debug "=3.1.0" 3401 debug "^3.2.6"
3733 3402
3734for-each@^0.3.2: 3403for-each@^0.3.3:
3735 version "0.3.3" 3404 version "0.3.3"
3736 resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e" 3405 resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
3737 integrity sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw== 3406 integrity sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==
@@ -3748,13 +3417,6 @@ for-in@^1.0.1, for-in@^1.0.2:
3748 resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" 3417 resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
3749 integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= 3418 integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
3750 3419
3751for-own@^0.1.4:
3752 version "0.1.5"
3753 resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce"
3754 integrity sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=
3755 dependencies:
3756 for-in "^1.0.1"
3757
3758for-own@^1.0.0: 3420for-own@^1.0.0:
3759 version "1.0.0" 3421 version "1.0.0"
3760 resolved "https://registry.yarnpkg.com/for-own/-/for-own-1.0.0.tgz#c63332f415cedc4b04dbfe70cf836494c53cb44b" 3422 resolved "https://registry.yarnpkg.com/for-own/-/for-own-1.0.0.tgz#c63332f415cedc4b04dbfe70cf836494c53cb44b"
@@ -3820,10 +3482,10 @@ fs-chunk-store@^1.6.2:
3820 run-parallel "^1.1.2" 3482 run-parallel "^1.1.2"
3821 thunky "^1.0.1" 3483 thunky "^1.0.1"
3822 3484
3823fs-extra@6.0.1: 3485fs-extra@^7.0.0:
3824 version "6.0.1" 3486 version "7.0.1"
3825 resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.1.tgz#8abc128f7946e310135ddc93b98bddb410e7a34b" 3487 resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
3826 integrity sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA== 3488 integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
3827 dependencies: 3489 dependencies:
3828 graceful-fs "^4.1.2" 3490 graceful-fs "^4.1.2"
3829 jsonfile "^4.0.0" 3491 jsonfile "^4.0.0"
@@ -3851,10 +3513,10 @@ fs.realpath@^1.0.0:
3851 resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" 3513 resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
3852 integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= 3514 integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
3853 3515
3854fsevents@^1.0.0, fsevents@^1.2.2, fsevents@^1.2.3: 3516fsevents@^1.2.2, fsevents@^1.2.7:
3855 version "1.2.4" 3517 version "1.2.7"
3856 resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.4.tgz#f41dcb1af2582af3692da36fc55cbd8e1041c426" 3518 resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.7.tgz#4851b664a3783e52003b3c66eb0eee1074933aa4"
3857 integrity sha512-z8H8/diyk76B7q5wg+Ud0+CqzcAF3mBBI/bA5ne5zrRUUIvNkJY//D3BqyH571KuAC4Nr7Rw7CjWX4r0y9DvNg== 3519 integrity sha512-Pxm6sI2MeBD7RdD12RYsqaP0nMiwx8eZBXCa6z2L+mRHm2DYrOYwihmhjpkdjUHwQhslWQjRpEgNq4XvBmaAuw==
3858 dependencies: 3520 dependencies:
3859 nan "^2.9.2" 3521 nan "^2.9.2"
3860 node-pre-gyp "^0.10.0" 3522 node-pre-gyp "^0.10.0"
@@ -3869,7 +3531,7 @@ fstream@^1.0.0, fstream@^1.0.2:
3869 mkdirp ">=0.5 0" 3531 mkdirp ">=0.5 0"
3870 rimraf "2" 3532 rimraf "2"
3871 3533
3872function-bind@^1.1.1: 3534function-bind@^1.0.2, function-bind@^1.1.1:
3873 version "1.1.1" 3535 version "1.1.1"
3874 resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" 3536 resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
3875 integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== 3537 integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
@@ -3900,7 +3562,7 @@ genfun@^5.0.0:
3900 resolved "https://registry.yarnpkg.com/genfun/-/genfun-5.0.0.tgz#9dd9710a06900a5c4a5bf57aca5da4e52fe76537" 3562 resolved "https://registry.yarnpkg.com/genfun/-/genfun-5.0.0.tgz#9dd9710a06900a5c4a5bf57aca5da4e52fe76537"
3901 integrity sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA== 3563 integrity sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA==
3902 3564
3903get-browser-rtc@^1.0.0: 3565get-browser-rtc@^1.0.0, get-browser-rtc@^1.0.2:
3904 version "1.0.2" 3566 version "1.0.2"
3905 resolved "https://registry.yarnpkg.com/get-browser-rtc/-/get-browser-rtc-1.0.2.tgz#bbcd40c8451a7ed4ef5c373b8169a409dd1d11d9" 3567 resolved "https://registry.yarnpkg.com/get-browser-rtc/-/get-browser-rtc-1.0.2.tgz#bbcd40c8451a7ed4ef5c373b8169a409dd1d11d9"
3906 integrity sha1-u81AyEUaftTvXDc7gWmkCd0dEdk= 3568 integrity sha1-u81AyEUaftTvXDc7gWmkCd0dEdk=
@@ -3925,7 +3587,7 @@ get-stream@^3.0.0:
3925 resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" 3587 resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
3926 integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= 3588 integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=
3927 3589
3928get-stream@^4.1.0: 3590get-stream@^4.0.0, get-stream@^4.1.0:
3929 version "4.1.0" 3591 version "4.1.0"
3930 resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" 3592 resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
3931 integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== 3593 integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==
@@ -3944,21 +3606,6 @@ getpass@^0.1.1:
3944 dependencies: 3606 dependencies:
3945 assert-plus "^1.0.0" 3607 assert-plus "^1.0.0"
3946 3608
3947glob-base@^0.3.0:
3948 version "0.3.0"
3949 resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4"
3950 integrity sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=
3951 dependencies:
3952 glob-parent "^2.0.0"
3953 is-glob "^2.0.0"
3954
3955glob-parent@^2.0.0:
3956 version "2.0.0"
3957 resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28"
3958 integrity sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=
3959 dependencies:
3960 is-glob "^2.0.0"
3961
3962glob-parent@^3.1.0: 3609glob-parent@^3.1.0:
3963 version "3.1.0" 3610 version "3.1.0"
3964 resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" 3611 resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
@@ -3991,7 +3638,7 @@ glob@7.1.2:
3991 once "^1.3.0" 3638 once "^1.3.0"
3992 path-is-absolute "^1.0.0" 3639 path-is-absolute "^1.0.0"
3993 3640
3994glob@7.1.3, glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.0.6, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@~7.1.1: 3641glob@7.1.3, glob@^7.0.0, glob@^7.0.3, glob@^7.0.6, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@~7.1.1:
3995 version "7.1.3" 3642 version "7.1.3"
3996 resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1" 3643 resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
3997 integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ== 3644 integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==
@@ -4003,21 +3650,25 @@ glob@7.1.3, glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.0.6, glob@^7.1.1, glo
4003 once "^1.3.0" 3650 once "^1.3.0"
4004 path-is-absolute "^1.0.0" 3651 path-is-absolute "^1.0.0"
4005 3652
4006glob@^5.0.15: 3653global-modules@^1.0.0:
4007 version "5.0.15" 3654 version "1.0.0"
4008 resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1" 3655 resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea"
4009 integrity sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E= 3656 integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==
4010 dependencies: 3657 dependencies:
4011 inflight "^1.0.4" 3658 global-prefix "^1.0.1"
4012 inherits "2" 3659 is-windows "^1.0.1"
4013 minimatch "2 || 3" 3660 resolve-dir "^1.0.0"
4014 once "^1.3.0"
4015 path-is-absolute "^1.0.0"
4016 3661
4017global-modules-path@^2.3.0: 3662global-prefix@^1.0.1:
4018 version "2.3.1" 3663 version "1.0.2"
4019 resolved "https://registry.yarnpkg.com/global-modules-path/-/global-modules-path-2.3.1.tgz#e541f4c800a1a8514a990477b267ac67525b9931" 3664 resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe"
4020 integrity sha512-y+shkf4InI7mPRHSo2b/k6ix6+NLDtyccYv86whhxrSGX9wjPX1VMITmrDbE1eh7zkzhiWtW2sHklJYoQ62Cxg== 3665 integrity sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=
3666 dependencies:
3667 expand-tilde "^2.0.2"
3668 homedir-polyfill "^1.0.1"
3669 ini "^1.3.4"
3670 is-windows "^1.0.1"
3671 which "^1.2.14"
4021 3672
4022global@4.3.2, global@^4.3.0, global@^4.3.1, global@^4.3.2, global@~4.3.0: 3673global@4.3.2, global@^4.3.0, global@^4.3.1, global@^4.3.2, global@~4.3.0:
4023 version "4.3.2" 3674 version "4.3.2"
@@ -4028,9 +3679,9 @@ global@4.3.2, global@^4.3.0, global@^4.3.1, global@^4.3.2, global@~4.3.0:
4028 process "~0.5.1" 3679 process "~0.5.1"
4029 3680
4030globals@^11.1.0: 3681globals@^11.1.0:
4031 version "11.9.0" 3682 version "11.11.0"
4032 resolved "https://registry.yarnpkg.com/globals/-/globals-11.9.0.tgz#bde236808e987f290768a93d065060d78e6ab249" 3683 resolved "https://registry.yarnpkg.com/globals/-/globals-11.11.0.tgz#dcf93757fa2de5486fbeed7118538adf789e9c2e"
4033 integrity sha512-5cJVtyXWH8PiJPVLZzzoIizXx944O4OmRro5MWKx5fT4MgcN7OfaMutPeaTdJCCURwbWdhhcCWcKIffPnmTzBg== 3684 integrity sha512-WHq43gS+6ufNOEqlrDBxVEbb8ntfXrfAUU2ZOpCxrBdGKW3gyv8mCxAfIBD0DroPKGrJ2eSsXsLtY9MPntsyTw==
4034 3685
4035globals@^9.18.0: 3686globals@^9.18.0:
4036 version "9.18.0" 3687 version "9.18.0"
@@ -4081,16 +3732,11 @@ globule@^1.0.0:
4081 lodash "~4.17.10" 3732 lodash "~4.17.10"
4082 minimatch "~3.0.2" 3733 minimatch "~3.0.2"
4083 3734
4084graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6: 3735graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
4085 version "4.1.15" 3736 version "4.1.15"
4086 resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" 3737 resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
4087 integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA== 3738 integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
4088 3739
4089growly@^1.3.0:
4090 version "1.3.0"
4091 resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
4092 integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
4093
4094gzip-size@^5.0.0: 3740gzip-size@^5.0.0:
4095 version "5.0.0" 3741 version "5.0.0"
4096 resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.0.0.tgz#a55ecd99222f4c48fd8c01c625ce3b349d0a0e80" 3742 resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.0.0.tgz#a55ecd99222f4c48fd8c01c625ce3b349d0a0e80"
@@ -4099,17 +3745,17 @@ gzip-size@^5.0.0:
4099 duplexer "^0.1.1" 3745 duplexer "^0.1.1"
4100 pify "^3.0.0" 3746 pify "^3.0.0"
4101 3747
4102handle-thing@^1.2.5: 3748handle-thing@^2.0.0:
4103 version "1.2.5" 3749 version "2.0.0"
4104 resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-1.2.5.tgz#fd7aad726bf1a5fd16dfc29b2f7a6601d27139c4" 3750 resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.0.tgz#0e039695ff50c93fc288557d696f3c1dc6776754"
4105 integrity sha1-/Xqtcmvxpf0W38KbL3pmAdJxOcQ= 3751 integrity sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ==
4106 3752
4107handlebars@^4.0.1, handlebars@^4.0.11, handlebars@^4.0.3: 3753handlebars@^4.1.0:
4108 version "4.0.12" 3754 version "4.1.1"
4109 resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.12.tgz#2c15c8a96d46da5e266700518ba8cb8d919d5bc5" 3755 resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.1.tgz#6e4e41c18ebe7719ae4d38e5aca3d32fa3dd23d3"
4110 integrity sha512-RhmTekP+FZL+XNhwS1Wf+bTTZpdLougwt5pcgA1tuz6Jcx0fpH/7z0qd71RKnZHBCxIRBHfBOnio4gViPemNzA== 3756 integrity sha512-3Zhi6C0euYZL5sM0Zcy7lInLXKQ+YLcF/olbN010mzGQ4XVm50JeyBnMqofHh696GrciGruC7kCcApPDJvVgwA==
4111 dependencies: 3757 dependencies:
4112 async "^2.5.0" 3758 neo-async "^2.6.0"
4113 optimist "^0.6.1" 3759 optimist "^0.6.1"
4114 source-map "^0.6.1" 3760 source-map "^0.6.1"
4115 optionalDependencies: 3761 optionalDependencies:
@@ -4147,11 +3793,6 @@ has-cors@1.1.0:
4147 resolved "https://registry.yarnpkg.com/has-cors/-/has-cors-1.1.0.tgz#5e474793f7ea9843d1bb99c23eef49ff126fff39" 3793 resolved "https://registry.yarnpkg.com/has-cors/-/has-cors-1.1.0.tgz#5e474793f7ea9843d1bb99c23eef49ff126fff39"
4148 integrity sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk= 3794 integrity sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=
4149 3795
4150has-flag@^1.0.0:
4151 version "1.0.0"
4152 resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
4153 integrity sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=
4154
4155has-flag@^3.0.0: 3796has-flag@^3.0.0:
4156 version "3.0.0" 3797 version "3.0.0"
4157 resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" 3798 resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -4198,7 +3839,7 @@ has-values@^1.0.0:
4198 is-number "^3.0.0" 3839 is-number "^3.0.0"
4199 kind-of "^4.0.0" 3840 kind-of "^4.0.0"
4200 3841
4201has@^1.0.1: 3842has@^1.0.1, has@^1.0.3:
4202 version "1.0.3" 3843 version "1.0.3"
4203 resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" 3844 resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
4204 integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== 3845 integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
@@ -4226,6 +3867,14 @@ he@1.2.x:
4226 resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" 3867 resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
4227 integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== 3868 integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
4228 3869
3870hls.js@^0.12.2:
3871 version "0.12.4"
3872 resolved "https://registry.yarnpkg.com/hls.js/-/hls.js-0.12.4.tgz#c155b7b2825a11117c111b781973c0ffa759006b"
3873 integrity sha512-e8OPxQ60dBVsdkv4atdxR21KzC1mgwspM41qpozpj3Uv1Fz4CaeQy3FWoaV2O+QKKbNRvV5hW+/LipCWdrwnMQ==
3874 dependencies:
3875 eventemitter3 "3.1.0"
3876 url-toolkit "^2.1.6"
3877
4229hmac-drbg@^1.0.0: 3878hmac-drbg@^1.0.0:
4230 version "1.0.1" 3879 version "1.0.1"
4231 resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" 3880 resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@@ -4235,13 +3884,12 @@ hmac-drbg@^1.0.0:
4235 minimalistic-assert "^1.0.0" 3884 minimalistic-assert "^1.0.0"
4236 minimalistic-crypto-utils "^1.0.1" 3885 minimalistic-crypto-utils "^1.0.1"
4237 3886
4238home-or-tmp@^2.0.0: 3887homedir-polyfill@^1.0.1:
4239 version "2.0.0" 3888 version "1.0.3"
4240 resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" 3889 resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8"
4241 integrity sha1-42w/LSyufXRqhX440Y1fMqeILbg= 3890 integrity sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==
4242 dependencies: 3891 dependencies:
4243 os-homedir "^1.0.0" 3892 parse-passwd "^1.0.0"
4244 os-tmpdir "^1.0.1"
4245 3893
4246hoopy@^0.1.2: 3894hoopy@^0.1.2:
4247 version "0.1.4" 3895 version "0.1.4"
@@ -4263,13 +3911,6 @@ hpack.js@^2.1.6:
4263 readable-stream "^2.0.1" 3911 readable-stream "^2.0.1"
4264 wbuf "^1.1.0" 3912 wbuf "^1.1.0"
4265 3913
4266html-encoding-sniffer@^1.0.2:
4267 version "1.0.2"
4268 resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
4269 integrity sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==
4270 dependencies:
4271 whatwg-encoding "^1.0.1"
4272
4273html-entities@^1.2.0: 3914html-entities@^1.2.0:
4274 version "1.2.1" 3915 version "1.2.1"
4275 resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.2.1.tgz#0df29351f0721163515dfb9e5543e5f6eed5162f" 3916 resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.2.1.tgz#0df29351f0721163515dfb9e5543e5f6eed5162f"
@@ -4312,27 +3953,17 @@ html-webpack-plugin@^3.2.0:
4312 toposort "^1.0.0" 3953 toposort "^1.0.0"
4313 util.promisify "1.0.0" 3954 util.promisify "1.0.0"
4314 3955
4315htmlparser2@^3.10.0: 3956htmlparser2@^3.10.0, htmlparser2@^3.3.0:
4316 version "3.10.0" 3957 version "3.10.1"
4317 resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.0.tgz#5f5e422dcf6119c0d983ed36260ce9ded0bee464" 3958 resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f"
4318 integrity sha512-J1nEUGv+MkXS0weHNWVKJJ+UrLfePxRWpN3C9bEi9fLxL2+ggW94DQvgYVXsaT30PGwYRIZKNZXuyMhp3Di4bQ== 3959 integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==
4319 dependencies: 3960 dependencies:
4320 domelementtype "^1.3.0" 3961 domelementtype "^1.3.1"
4321 domhandler "^2.3.0" 3962 domhandler "^2.3.0"
4322 domutils "^1.5.1" 3963 domutils "^1.5.1"
4323 entities "^1.1.1" 3964 entities "^1.1.1"
4324 inherits "^2.0.1" 3965 inherits "^2.0.1"
4325 readable-stream "^3.0.6" 3966 readable-stream "^3.1.1"
4326
4327htmlparser2@~3.3.0:
4328 version "3.3.0"
4329 resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.3.0.tgz#cc70d05a59f6542e43f0e685c982e14c924a9efe"
4330 integrity sha1-zHDQWln2VC5D8OaFyYLhTJJKnv4=
4331 dependencies:
4332 domelementtype "1"
4333 domhandler "2.1"
4334 domutils "1.1"
4335 readable-stream "1.0"
4336 3967
4337http-cache-semantics@^3.8.1: 3968http-cache-semantics@^3.8.1:
4338 version "3.8.1" 3969 version "3.8.1"
@@ -4422,7 +4053,7 @@ iconv-lite@0.4.23:
4422 dependencies: 4053 dependencies:
4423 safer-buffer ">= 2.1.2 < 3" 4054 safer-buffer ">= 2.1.2 < 3"
4424 4055
4425iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4, iconv-lite@~0.4.13: 4056iconv-lite@^0.4.24, iconv-lite@^0.4.4, iconv-lite@~0.4.13:
4426 version "0.4.24" 4057 version "0.4.24"
4427 resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" 4058 resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
4428 integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== 4059 integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
@@ -4434,17 +4065,17 @@ icss-replace-symbols@^1.1.0:
4434 resolved "https://registry.yarnpkg.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz#06ea6f83679a7749e386cfe1fe812ae5db223ded" 4065 resolved "https://registry.yarnpkg.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz#06ea6f83679a7749e386cfe1fe812ae5db223ded"
4435 integrity sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= 4066 integrity sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=
4436 4067
4437icss-utils@^2.1.0: 4068icss-utils@^4.1.0:
4438 version "2.1.0" 4069 version "4.1.0"
4439 resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-2.1.0.tgz#83f0a0ec378bf3246178b6c2ad9136f135b1c962" 4070 resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.0.tgz#339dbbffb9f8729a243b701e1c29d4cc58c52f0e"
4440 integrity sha1-g/Cg7DeL8yRheLbCrZE28TWxyWI= 4071 integrity sha512-3DEun4VOeMvSczifM3F2cKQrDQ5Pj6WKhkOq6HD4QTnDUAq8MQRxy5TX6Sy1iY6WPBe4gQ3p5vTECjbIkglkkQ==
4441 dependencies: 4072 dependencies:
4442 postcss "^6.0.1" 4073 postcss "^7.0.14"
4443 4074
4444ieee754@^1.1.4: 4075ieee754@^1.1.4:
4445 version "1.1.12" 4076 version "1.1.13"
4446 resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.12.tgz#50bf24e5b9c8bb98af4964c941cdb0918da7b60b" 4077 resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84"
4447 integrity sha512-GguP+DRY+pJ3soyIiGPTvdiVXjZ+DbXOxGpXn3eMvNW4x4irjqXm4wHKscC+TfxSJ0yw/S1F24tqdMNsMZTiLA== 4078 integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==
4448 4079
4449iferr@^0.1.5: 4080iferr@^0.1.5:
4450 version "0.1.5" 4081 version "0.1.5"
@@ -4492,14 +4123,6 @@ import-from@^2.1.0:
4492 dependencies: 4123 dependencies:
4493 resolve-from "^3.0.0" 4124 resolve-from "^3.0.0"
4494 4125
4495import-local@^1.0.0:
4496 version "1.0.0"
4497 resolved "https://registry.yarnpkg.com/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc"
4498 integrity sha512-vAaZHieK9qjGo58agRBg+bhHX3hoTZU/Oa3GESWLz7t1U62fk63aHuDJJEteXoDeTCcPmUT+z38gkHPZkkmpmQ==
4499 dependencies:
4500 pkg-dir "^2.0.0"
4501 resolve-cwd "^2.0.0"
4502
4503import-local@^2.0.0: 4126import-local@^2.0.0:
4504 version "2.0.0" 4127 version "2.0.0"
4505 resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d" 4128 resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d"
@@ -4525,6 +4148,11 @@ indent-string@^2.1.0:
4525 dependencies: 4148 dependencies:
4526 repeating "^2.0.0" 4149 repeating "^2.0.0"
4527 4150
4151indexes-of@^1.0.1:
4152 version "1.0.1"
4153 resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607"
4154 integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc=
4155
4528indexof@0.0.1: 4156indexof@0.0.1:
4529 version "0.0.1" 4157 version "0.0.1"
4530 resolved "https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz#82dc336d232b9062179d05ab3293a66059fd435d" 4158 resolved "https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz#82dc336d232b9062179d05ab3293a66059fd435d"
@@ -4558,10 +4186,10 @@ ini@1.3.5, ini@^1.3.4, ini@~1.3.0:
4558 resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" 4186 resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
4559 integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== 4187 integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
4560 4188
4561inquirer@6.2.0: 4189inquirer@6.2.1:
4562 version "6.2.0" 4190 version "6.2.1"
4563 resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.2.0.tgz#51adcd776f661369dc1e894859c2560a224abdd8" 4191 resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.2.1.tgz#9943fc4882161bdb0b0c9276769c75b32dbfcd52"
4564 integrity sha512-QIEQG4YyQ2UYZGDC4srMZ7BjHOmNk1lR2JQj5UknBapklm6WHA+VVH7N+sUdX3A7NeCfGF8o4X1S3Ao7nAcIeg== 4192 integrity sha512-088kl3DRT2dLU5riVMKKr1DlImd6X7smDhpXUCkJDCKvTEJeRiXh0G132HG9u5a+6Ylw9plFRY7RuTnwohYSpg==
4565 dependencies: 4193 dependencies:
4566 ansi-escapes "^3.0.0" 4194 ansi-escapes "^3.0.0"
4567 chalk "^2.0.0" 4195 chalk "^2.0.0"
@@ -4574,7 +4202,7 @@ inquirer@6.2.0:
4574 run-async "^2.2.0" 4202 run-async "^2.2.0"
4575 rxjs "^6.1.0" 4203 rxjs "^6.1.0"
4576 string-width "^2.1.0" 4204 string-width "^2.1.0"
4577 strip-ansi "^4.0.0" 4205 strip-ansi "^5.0.0"
4578 through "^2.3.6" 4206 through "^2.3.6"
4579 4207
4580internal-ip@^3.0.1: 4208internal-ip@^3.0.1:
@@ -4586,11 +4214,11 @@ internal-ip@^3.0.1:
4586 ipaddr.js "^1.5.2" 4214 ipaddr.js "^1.5.2"
4587 4215
4588interpret@^1.0.0, interpret@^1.1.0: 4216interpret@^1.0.0, interpret@^1.1.0:
4589 version "1.1.0" 4217 version "1.2.0"
4590 resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.1.0.tgz#7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614" 4218 resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296"
4591 integrity sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ= 4219 integrity sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==
4592 4220
4593invariant@^2.2.2, invariant@^2.2.4: 4221invariant@^2.2.2:
4594 version "2.2.4" 4222 version "2.2.4"
4595 resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" 4223 resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
4596 integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== 4224 integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
@@ -4630,9 +4258,9 @@ ipaddr.js@1.8.0:
4630 integrity sha1-6qM9bd16zo9/b+DJygRA5wZzix4= 4258 integrity sha1-6qM9bd16zo9/b+DJygRA5wZzix4=
4631 4259
4632"ipaddr.js@>= 0.1.5", ipaddr.js@^1.0.1, ipaddr.js@^1.5.2: 4260"ipaddr.js@>= 0.1.5", ipaddr.js@^1.0.1, ipaddr.js@^1.5.2:
4633 version "1.8.1" 4261 version "1.9.0"
4634 resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.8.1.tgz#fa4b79fa47fd3def5e3b159825161c0a519c9427" 4262 resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.0.tgz#37df74e430a0e47550fe54a2defe30d8acd95f65"
4635 integrity sha1-+kt5+kf9Pe9eOxWYJRYcClGclCc= 4263 integrity sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA==
4636 4264
4637is-accessor-descriptor@^0.1.6: 4265is-accessor-descriptor@^0.1.6:
4638 version "0.1.6" 4266 version "0.1.6"
@@ -4670,25 +4298,11 @@ is-buffer@^1.1.5:
4670 resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" 4298 resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
4671 integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== 4299 integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
4672 4300
4673is-builtin-module@^1.0.0:
4674 version "1.0.0"
4675 resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"
4676 integrity sha1-VAVy0096wxGfj3bDDLwbHgN6/74=
4677 dependencies:
4678 builtin-modules "^1.0.0"
4679
4680is-callable@^1.1.3, is-callable@^1.1.4: 4301is-callable@^1.1.3, is-callable@^1.1.4:
4681 version "1.1.4" 4302 version "1.1.4"
4682 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75" 4303 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
4683 integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA== 4304 integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
4684 4305
4685is-ci@^1.0.10:
4686 version "1.2.1"
4687 resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
4688 integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==
4689 dependencies:
4690 ci-info "^1.5.0"
4691
4692is-data-descriptor@^0.1.4: 4306is-data-descriptor@^0.1.4:
4693 version "0.1.4" 4307 version "0.1.4"
4694 resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" 4308 resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -4731,18 +4345,6 @@ is-directory@^0.3.1:
4731 resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" 4345 resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1"
4732 integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= 4346 integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=
4733 4347
4734is-dotfile@^1.0.0:
4735 version "1.0.3"
4736 resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.3.tgz#a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1"
4737 integrity sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=
4738
4739is-equal-shallow@^0.1.3:
4740 version "0.1.3"
4741 resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221de0bcfa5d9eac4c45d638aa1c534"
4742 integrity sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=
4743 dependencies:
4744 is-primitive "^2.0.0"
4745
4746is-extendable@^0.1.0, is-extendable@^0.1.1: 4348is-extendable@^0.1.0, is-extendable@^0.1.1:
4747 version "0.1.1" 4349 version "0.1.1"
4748 resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" 4350 resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89"
@@ -4755,11 +4357,6 @@ is-extendable@^1.0.1:
4755 dependencies: 4357 dependencies:
4756 is-plain-object "^2.0.4" 4358 is-plain-object "^2.0.4"
4757 4359
4758is-extglob@^1.0.0:
4759 version "1.0.0"
4760 resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
4761 integrity sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=
4762
4763is-extglob@^2.1.0, is-extglob@^2.1.1: 4360is-extglob@^2.1.0, is-extglob@^2.1.1:
4764 version "2.1.1" 4361 version "2.1.1"
4765 resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" 4362 resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
@@ -4794,18 +4391,6 @@ is-function@^1.0.1:
4794 resolved "https://registry.yarnpkg.com/is-function/-/is-function-1.0.1.tgz#12cfb98b65b57dd3d193a3121f5f6e2f437602b5" 4391 resolved "https://registry.yarnpkg.com/is-function/-/is-function-1.0.1.tgz#12cfb98b65b57dd3d193a3121f5f6e2f437602b5"
4795 integrity sha1-Es+5i2W1fdPRk6MSH19uL0N2ArU= 4392 integrity sha1-Es+5i2W1fdPRk6MSH19uL0N2ArU=
4796 4393
4797is-generator-fn@^1.0.0:
4798 version "1.0.0"
4799 resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-1.0.0.tgz#969d49e1bb3329f6bb7f09089be26578b2ddd46a"
4800 integrity sha1-lp1J4bszKfa7fwkIm+JleLLd1Go=
4801
4802is-glob@^2.0.0, is-glob@^2.0.1:
4803 version "2.0.1"
4804 resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
4805 integrity sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=
4806 dependencies:
4807 is-extglob "^1.0.0"
4808
4809is-glob@^3.1.0: 4394is-glob@^3.1.0:
4810 version "3.1.0" 4395 version "3.1.0"
4811 resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" 4396 resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a"
@@ -4814,24 +4399,12 @@ is-glob@^3.1.0:
4814 is-extglob "^2.1.0" 4399 is-extglob "^2.1.0"
4815 4400
4816is-glob@^4.0.0: 4401is-glob@^4.0.0:
4817 version "4.0.0" 4402 version "4.0.1"
4818 resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.0.tgz#9521c76845cc2610a85203ddf080a958c2ffabc0" 4403 resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
4819 integrity sha1-lSHHaEXMJhCoUgPd8ICpWML/q8A= 4404 integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
4820 dependencies: 4405 dependencies:
4821 is-extglob "^2.1.1" 4406 is-extglob "^2.1.1"
4822 4407
4823is-number@^0.1.1:
4824 version "0.1.1"
4825 resolved "https://registry.yarnpkg.com/is-number/-/is-number-0.1.1.tgz#69a7af116963d47206ec9bd9b48a14216f1e3806"
4826 integrity sha1-aaevEWlj1HIG7JvZtIoUIW8eOAY=
4827
4828is-number@^2.1.0:
4829 version "2.1.0"
4830 resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f"
4831 integrity sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=
4832 dependencies:
4833 kind-of "^3.0.2"
4834
4835is-number@^3.0.0: 4408is-number@^3.0.0:
4836 version "3.0.0" 4409 version "3.0.0"
4837 resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" 4410 resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
@@ -4839,11 +4412,6 @@ is-number@^3.0.0:
4839 dependencies: 4412 dependencies:
4840 kind-of "^3.0.2" 4413 kind-of "^3.0.2"
4841 4414
4842is-number@^4.0.0:
4843 version "4.0.0"
4844 resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff"
4845 integrity sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==
4846
4847is-path-cwd@^1.0.0: 4415is-path-cwd@^1.0.0:
4848 version "1.0.0" 4416 version "1.0.0"
4849 resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d" 4417 resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d"
@@ -4870,16 +4438,6 @@ is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4:
4870 dependencies: 4438 dependencies:
4871 isobject "^3.0.1" 4439 isobject "^3.0.1"
4872 4440
4873is-posix-bracket@^0.1.0:
4874 version "0.1.1"
4875 resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
4876 integrity sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=
4877
4878is-primitive@^2.0.0:
4879 version "2.0.0"
4880 resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575"
4881 integrity sha1-IHurkWOEmcB7Kt8kCkGochADRXU=
4882
4883is-promise@^2.1.0: 4441is-promise@^2.1.0:
4884 version "2.1.0" 4442 version "2.1.0"
4885 resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa" 4443 resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
@@ -4914,7 +4472,7 @@ is-utf8@^0.2.0:
4914 resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" 4472 resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
4915 integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= 4473 integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
4916 4474
4917is-windows@^1.0.2: 4475is-windows@^1.0.1, is-windows@^1.0.2:
4918 version "1.0.2" 4476 version "1.0.2"
4919 resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" 4477 resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
4920 integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== 4478 integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
@@ -4973,39 +4531,23 @@ isstream@~0.1.2:
4973 resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" 4531 resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
4974 integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= 4532 integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
4975 4533
4976istanbul-api@^1.3.1: 4534istanbul-api@^2.1.1:
4977 version "1.3.7" 4535 version "2.1.1"
4978 resolved "https://registry.yarnpkg.com/istanbul-api/-/istanbul-api-1.3.7.tgz#a86c770d2b03e11e3f778cd7aedd82d2722092aa" 4536 resolved "https://registry.yarnpkg.com/istanbul-api/-/istanbul-api-2.1.1.tgz#194b773f6d9cbc99a9258446848b0f988951c4d0"
4979 integrity sha512-4/ApBnMVeEPG3EkSzcw25wDe4N66wxwn+KKn6b47vyek8Xb3NBAcg4xfuQbS7BqcZuTX4wxfD5lVagdggR3gyA== 4537 integrity sha512-kVmYrehiwyeBAk/wE71tW6emzLiHGjYIiDrc8sfyty4F8M02/lrgXSm+R1kXysmF20zArvmZXjlE/mg24TVPJw==
4980 dependencies:
4981 async "^2.1.4"
4982 fileset "^2.0.2"
4983 istanbul-lib-coverage "^1.2.1"
4984 istanbul-lib-hook "^1.2.2"
4985 istanbul-lib-instrument "^1.10.2"
4986 istanbul-lib-report "^1.1.5"
4987 istanbul-lib-source-maps "^1.2.6"
4988 istanbul-reports "^1.5.1"
4989 js-yaml "^3.7.0"
4990 mkdirp "^0.5.1"
4991 once "^1.4.0"
4992
4993istanbul-api@^2.0.5:
4994 version "2.0.6"
4995 resolved "https://registry.yarnpkg.com/istanbul-api/-/istanbul-api-2.0.6.tgz#cd7b33ee678f6c01531d05f5e567ebbcd25f8ecc"
4996 integrity sha512-8W5oeAGWXhtTJjAyVfvavOLVyZCTNCKsyF6GON/INKlBdO7uJ/bv3qnPj5M6ERKzmMCJS1kntnjjGuJ86fn3rQ==
4997 dependencies: 4538 dependencies:
4998 async "^2.6.1" 4539 async "^2.6.1"
4999 compare-versions "^3.2.1" 4540 compare-versions "^3.2.1"
5000 fileset "^2.0.3" 4541 fileset "^2.0.3"
5001 istanbul-lib-coverage "^2.0.1" 4542 istanbul-lib-coverage "^2.0.3"
5002 istanbul-lib-hook "^2.0.1" 4543 istanbul-lib-hook "^2.0.3"
5003 istanbul-lib-instrument "^3.0.0" 4544 istanbul-lib-instrument "^3.1.0"
5004 istanbul-lib-report "^2.0.2" 4545 istanbul-lib-report "^2.0.4"
5005 istanbul-lib-source-maps "^2.0.1" 4546 istanbul-lib-source-maps "^3.0.2"
5006 istanbul-reports "^2.0.1" 4547 istanbul-reports "^2.1.1"
5007 js-yaml "^3.12.0" 4548 js-yaml "^3.12.0"
5008 make-dir "^1.3.0" 4549 make-dir "^1.3.0"
4550 minimatch "^3.0.4"
5009 once "^1.4.0" 4551 once "^1.4.0"
5010 4552
5011istanbul-instrumenter-loader@3.0.1: 4553istanbul-instrumenter-loader@3.0.1:
@@ -5018,31 +4560,24 @@ istanbul-instrumenter-loader@3.0.1:
5018 loader-utils "^1.1.0" 4560 loader-utils "^1.1.0"
5019 schema-utils "^0.3.0" 4561 schema-utils "^0.3.0"
5020 4562
5021istanbul-lib-coverage@^1.2.0, istanbul-lib-coverage@^1.2.1: 4563istanbul-lib-coverage@^1.2.1:
5022 version "1.2.1" 4564 version "1.2.1"
5023 resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.1.tgz#ccf7edcd0a0bb9b8f729feeb0930470f9af664f0" 4565 resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.1.tgz#ccf7edcd0a0bb9b8f729feeb0930470f9af664f0"
5024 integrity sha512-PzITeunAgyGbtY1ibVIUiV679EFChHjoMNRibEIobvmrCRaIgwLxNucOSimtNWUhEib/oO7QY2imD75JVgCJWQ== 4566 integrity sha512-PzITeunAgyGbtY1ibVIUiV679EFChHjoMNRibEIobvmrCRaIgwLxNucOSimtNWUhEib/oO7QY2imD75JVgCJWQ==
5025 4567
5026istanbul-lib-coverage@^2.0.1: 4568istanbul-lib-coverage@^2.0.3:
5027 version "2.0.1" 4569 version "2.0.3"
5028 resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#2aee0e073ad8c5f6a0b00e0dfbf52b4667472eda" 4570 resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#0b891e5ad42312c2b9488554f603795f9a2211ba"
5029 integrity sha512-nPvSZsVlbG9aLhZYaC3Oi1gT/tpyo3Yt5fNyf6NmcKIayz4VV/txxJFFKAK/gU4dcNn8ehsanBbVHVl0+amOLA== 4571 integrity sha512-dKWuzRGCs4G+67VfW9pBFFz2Jpi4vSp/k7zBcJ888ofV5Mi1g5CUML5GvMvV6u9Cjybftu+E8Cgp+k0dI1E5lw==
5030
5031istanbul-lib-hook@^1.2.2:
5032 version "1.2.2"
5033 resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-1.2.2.tgz#bc6bf07f12a641fbf1c85391d0daa8f0aea6bf86"
5034 integrity sha512-/Jmq7Y1VeHnZEQ3TL10VHyb564mn6VrQXHchON9Jf/AEcmQ3ZIiyD1BVzNOKTZf/G3gE+kiGK6SmpF9y3qGPLw==
5035 dependencies:
5036 append-transform "^0.4.0"
5037 4572
5038istanbul-lib-hook@^2.0.1: 4573istanbul-lib-hook@^2.0.3:
5039 version "2.0.1" 4574 version "2.0.3"
5040 resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-2.0.1.tgz#918a57b75a0f951d552a08487ca1fa5336433d72" 4575 resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-2.0.3.tgz#e0e581e461c611be5d0e5ef31c5f0109759916fb"
5041 integrity sha512-ufiZoiJ8CxY577JJWEeFuxXZoMqiKpq/RqZtOAYuQLvlkbJWscq9n3gc4xrCGH9n4pW0qnTxOz1oyMmVtk8E1w== 4576 integrity sha512-CLmEqwEhuCYtGcpNVJjLV1DQyVnIqavMLFHV/DP+np/g3qvdxu3gsPqYoJMXm15sN84xOlckFB3VNvRbf5yEgA==
5042 dependencies: 4577 dependencies:
5043 append-transform "^1.0.0" 4578 append-transform "^1.0.0"
5044 4579
5045istanbul-lib-instrument@^1.10.1, istanbul-lib-instrument@^1.10.2, istanbul-lib-instrument@^1.7.3: 4580istanbul-lib-instrument@^1.7.3:
5046 version "1.10.2" 4581 version "1.10.2"
5047 resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.2.tgz#1f55ed10ac3c47f2bdddd5307935126754d0a9ca" 4582 resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.2.tgz#1f55ed10ac3c47f2bdddd5307935126754d0a9ca"
5048 integrity sha512-aWHxfxDqvh/ZlxR8BBaEPVSWDPUkGD63VjGQn3jcw8jCp7sHEMKcrj4xfJn/ABzdMEHiQNyvDQhqm5o8+SQg7A== 4583 integrity sha512-aWHxfxDqvh/ZlxR8BBaEPVSWDPUkGD63VjGQn3jcw8jCp7sHEMKcrj4xfJn/ABzdMEHiQNyvDQhqm5o8+SQg7A==
@@ -5055,95 +4590,47 @@ istanbul-lib-instrument@^1.10.1, istanbul-lib-instrument@^1.10.2, istanbul-lib-i
5055 istanbul-lib-coverage "^1.2.1" 4590 istanbul-lib-coverage "^1.2.1"
5056 semver "^5.3.0" 4591 semver "^5.3.0"
5057 4592
5058istanbul-lib-instrument@^3.0.0: 4593istanbul-lib-instrument@^3.1.0:
5059 version "3.0.0" 4594 version "3.1.0"
5060 resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-3.0.0.tgz#b5f066b2a161f75788be17a9d556f40a0cf2afc9" 4595 resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-3.1.0.tgz#a2b5484a7d445f1f311e93190813fa56dfb62971"
5061 integrity sha512-eQY9vN9elYjdgN9Iv6NS/00bptm02EBBk70lRMaVjeA6QYocQgenVrSgC28TJurdnZa80AGO3ASdFN+w/njGiQ== 4596 integrity sha512-ooVllVGT38HIk8MxDj/OIHXSYvH+1tq/Vb38s8ixt9GoJadXska4WkGY+0wkmtYCZNYtaARniH/DixUGGLZ0uA==
5062 dependencies: 4597 dependencies:
5063 "@babel/generator" "^7.0.0" 4598 "@babel/generator" "^7.0.0"
5064 "@babel/parser" "^7.0.0" 4599 "@babel/parser" "^7.0.0"
5065 "@babel/template" "^7.0.0" 4600 "@babel/template" "^7.0.0"
5066 "@babel/traverse" "^7.0.0" 4601 "@babel/traverse" "^7.0.0"
5067 "@babel/types" "^7.0.0" 4602 "@babel/types" "^7.0.0"
5068 istanbul-lib-coverage "^2.0.1" 4603 istanbul-lib-coverage "^2.0.3"
5069 semver "^5.5.0" 4604 semver "^5.5.0"
5070 4605
5071istanbul-lib-report@^1.1.5: 4606istanbul-lib-report@^2.0.4:
5072 version "1.1.5" 4607 version "2.0.4"
5073 resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-1.1.5.tgz#f2a657fc6282f96170aaf281eb30a458f7f4170c" 4608 resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-2.0.4.tgz#bfd324ee0c04f59119cb4f07dab157d09f24d7e4"
5074 integrity sha512-UsYfRMoi6QO/doUshYNqcKJqVmFe9w51GZz8BS3WB0lYxAllQYklka2wP9+dGZeHYaWIdcXUx8JGdbqaoXRXzw== 4609 integrity sha512-sOiLZLAWpA0+3b5w5/dq0cjm2rrNdAfHWaGhmn7XEFW6X++IV9Ohn+pnELAl9K3rfpaeBfbmH9JU5sejacdLeA==
5075 dependencies:
5076 istanbul-lib-coverage "^1.2.1"
5077 mkdirp "^0.5.1"
5078 path-parse "^1.0.5"
5079 supports-color "^3.1.2"
5080
5081istanbul-lib-report@^2.0.2:
5082 version "2.0.2"
5083 resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-2.0.2.tgz#430a2598519113e1da7af274ba861bd42dd97535"
5084 integrity sha512-rJ8uR3peeIrwAxoDEbK4dJ7cqqtxBisZKCuwkMtMv0xYzaAnsAi3AHrHPAAtNXzG/bcCgZZ3OJVqm1DTi9ap2Q==
5085 dependencies: 4610 dependencies:
5086 istanbul-lib-coverage "^2.0.1" 4611 istanbul-lib-coverage "^2.0.3"
5087 make-dir "^1.3.0" 4612 make-dir "^1.3.0"
5088 supports-color "^5.4.0" 4613 supports-color "^6.0.0"
5089 4614
5090istanbul-lib-source-maps@^1.2.4, istanbul-lib-source-maps@^1.2.6: 4615istanbul-lib-source-maps@^3.0.2:
5091 version "1.2.6" 4616 version "3.0.2"
5092 resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.6.tgz#37b9ff661580f8fca11232752ee42e08c6675d8f" 4617 resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.2.tgz#f1e817229a9146e8424a28e5d69ba220fda34156"
5093 integrity sha512-TtbsY5GIHgbMsMiRw35YBHGpZ1DVFEO19vxxeiDMYaeOFOCzfnYVxvl6pOUIZR4dtPhAGpSMup8OyF8ubsaqEg== 4618 integrity sha512-JX4v0CiKTGp9fZPmoxpu9YEkPbEqCqBbO3403VabKjH+NRXo72HafD5UgnjTEqHL2SAjaZK1XDuDOkn6I5QVfQ==
5094 dependencies:
5095 debug "^3.1.0"
5096 istanbul-lib-coverage "^1.2.1"
5097 mkdirp "^0.5.1"
5098 rimraf "^2.6.1"
5099 source-map "^0.5.3"
5100
5101istanbul-lib-source-maps@^2.0.1:
5102 version "2.0.1"
5103 resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-2.0.1.tgz#ce8b45131d8293fdeaa732f4faf1852d13d0a97e"
5104 integrity sha512-30l40ySg+gvBLcxTrLzR4Z2XTRj3HgRCA/p2rnbs/3OiTaoj054gAbuP5DcLOtwqmy4XW8qXBHzrmP2/bQ9i3A==
5105 dependencies: 4619 dependencies:
5106 debug "^3.1.0" 4620 debug "^4.1.1"
5107 istanbul-lib-coverage "^2.0.1" 4621 istanbul-lib-coverage "^2.0.3"
5108 make-dir "^1.3.0" 4622 make-dir "^1.3.0"
5109 rimraf "^2.6.2" 4623 rimraf "^2.6.2"
5110 source-map "^0.6.1" 4624 source-map "^0.6.1"
5111 4625
5112istanbul-reports@^1.5.1: 4626istanbul-reports@^2.1.1:
5113 version "1.5.1" 4627 version "2.1.1"
5114 resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-1.5.1.tgz#97e4dbf3b515e8c484caea15d6524eebd3ff4e1a" 4628 resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-2.1.1.tgz#72ef16b4ecb9a4a7bd0e2001e00f95d1eec8afa9"
5115 integrity sha512-+cfoZ0UXzWjhAdzosCPP3AN8vvef8XDkWtTfgaN+7L3YTpNYITnCaEkceo5SEYy644VkHka/P1FvkWvrG/rrJw== 4629 integrity sha512-FzNahnidyEPBCI0HcufJoSEoKykesRlFcSzQqjH9x0+LC8tnnE/p/90PBLu8iZTxr8yYZNyTtiAujUqyN+CIxw==
5116 dependencies: 4630 dependencies:
5117 handlebars "^4.0.3" 4631 handlebars "^4.1.0"
5118 4632
5119istanbul-reports@^2.0.1: 4633jasmine-core@^3.1.0, jasmine-core@^3.3:
5120 version "2.0.1"
5121 resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-2.0.1.tgz#fb8d6ea850701a3984350b977a969e9a556116a7"
5122 integrity sha512-CT0QgMBJqs6NJLF678ZHcquUAZIoBIUNzdJrRJfpkI9OnzG6MkUfHxbJC3ln981dMswC7/B1mfX3LNkhgJxsuw==
5123 dependencies:
5124 handlebars "^4.0.11"
5125
5126istanbul@0.4.5:
5127 version "0.4.5"
5128 resolved "https://registry.yarnpkg.com/istanbul/-/istanbul-0.4.5.tgz#65c7d73d4c4da84d4f3ac310b918fb0b8033733b"
5129 integrity sha1-ZcfXPUxNqE1POsMQuRj7C4Azczs=
5130 dependencies:
5131 abbrev "1.0.x"
5132 async "1.x"
5133 escodegen "1.8.x"
5134 esprima "2.7.x"
5135 glob "^5.0.15"
5136 handlebars "^4.0.1"
5137 js-yaml "3.x"
5138 mkdirp "0.5.x"
5139 nopt "3.x"
5140 once "1.x"
5141 resolve "1.1.x"
5142 supports-color "^3.1.0"
5143 which "^1.1.1"
5144 wordwrap "^1.0.0"
5145
5146jasmine-core@^3.1.0:
5147 version "3.3.0" 4634 version "3.3.0"
5148 resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.3.0.tgz#dea1cdc634bc93c7e0d4ad27185df30fa971b10e" 4635 resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.3.0.tgz#dea1cdc634bc93c7e0d4ad27185df30fa971b10e"
5149 integrity sha512-3/xSmG/d35hf80BEN66Y6g9Ca5l/Isdeg/j6zvbTYlTzeKinzmaTM4p9am5kYqOmE05D7s1t8FGjzdSnbUbceA== 4636 integrity sha512-3/xSmG/d35hf80BEN66Y6g9Ca5l/Isdeg/j6zvbTYlTzeKinzmaTM4p9am5kYqOmE05D7s1t8FGjzdSnbUbceA==
@@ -5174,346 +4661,15 @@ jasminewd2@^2.1.0:
5174 resolved "https://registry.yarnpkg.com/jasminewd2/-/jasminewd2-2.2.0.tgz#e37cf0b17f199cce23bea71b2039395246b4ec4e" 4661 resolved "https://registry.yarnpkg.com/jasminewd2/-/jasminewd2-2.2.0.tgz#e37cf0b17f199cce23bea71b2039395246b4ec4e"
5175 integrity sha1-43zwsX8ZnM4jvqcbIDk5Uka07E4= 4662 integrity sha1-43zwsX8ZnM4jvqcbIDk5Uka07E4=
5176 4663
5177jest-changed-files@^23.4.2:
5178 version "23.4.2"
5179 resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-23.4.2.tgz#1eed688370cd5eebafe4ae93d34bb3b64968fe83"
5180 integrity sha512-EyNhTAUWEfwnK0Is/09LxoqNDOn7mU7S3EHskG52djOFS/z+IT0jT3h3Ql61+dklcG7bJJitIWEMB4Sp1piHmA==
5181 dependencies:
5182 throat "^4.0.0"
5183
5184jest-cli@^23.6.0:
5185 version "23.6.0"
5186 resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-23.6.0.tgz#61ab917744338f443ef2baa282ddffdd658a5da4"
5187 integrity sha512-hgeD1zRUp1E1zsiyOXjEn4LzRLWdJBV//ukAHGlx6s5mfCNJTbhbHjgxnDUXA8fsKWN/HqFFF6X5XcCwC/IvYQ==
5188 dependencies:
5189 ansi-escapes "^3.0.0"
5190 chalk "^2.0.1"
5191 exit "^0.1.2"
5192 glob "^7.1.2"
5193 graceful-fs "^4.1.11"
5194 import-local "^1.0.0"
5195 is-ci "^1.0.10"
5196 istanbul-api "^1.3.1"
5197 istanbul-lib-coverage "^1.2.0"
5198 istanbul-lib-instrument "^1.10.1"
5199 istanbul-lib-source-maps "^1.2.4"
5200 jest-changed-files "^23.4.2"
5201 jest-config "^23.6.0"
5202 jest-environment-jsdom "^23.4.0"
5203 jest-get-type "^22.1.0"
5204 jest-haste-map "^23.6.0"
5205 jest-message-util "^23.4.0"
5206 jest-regex-util "^23.3.0"
5207 jest-resolve-dependencies "^23.6.0"
5208 jest-runner "^23.6.0"
5209 jest-runtime "^23.6.0"
5210 jest-snapshot "^23.6.0"
5211 jest-util "^23.4.0"
5212 jest-validate "^23.6.0"
5213 jest-watcher "^23.4.0"
5214 jest-worker "^23.2.0"
5215 micromatch "^2.3.11"
5216 node-notifier "^5.2.1"
5217 prompts "^0.1.9"
5218 realpath-native "^1.0.0"
5219 rimraf "^2.5.4"
5220 slash "^1.0.0"
5221 string-length "^2.0.0"
5222 strip-ansi "^4.0.0"
5223 which "^1.2.12"
5224 yargs "^11.0.0"
5225
5226jest-config@^23.6.0:
5227 version "23.6.0"
5228 resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-23.6.0.tgz#f82546a90ade2d8c7026fbf6ac5207fc22f8eb1d"
5229 integrity sha512-i8V7z9BeDXab1+VNo78WM0AtWpBRXJLnkT+lyT+Slx/cbP5sZJ0+NDuLcmBE5hXAoK0aUp7vI+MOxR+R4d8SRQ==
5230 dependencies:
5231 babel-core "^6.0.0"
5232 babel-jest "^23.6.0"
5233 chalk "^2.0.1"
5234 glob "^7.1.1"
5235 jest-environment-jsdom "^23.4.0"
5236 jest-environment-node "^23.4.0"
5237 jest-get-type "^22.1.0"
5238 jest-jasmine2 "^23.6.0"
5239 jest-regex-util "^23.3.0"
5240 jest-resolve "^23.6.0"
5241 jest-util "^23.4.0"
5242 jest-validate "^23.6.0"
5243 micromatch "^2.3.11"
5244 pretty-format "^23.6.0"
5245
5246jest-diff@^23.6.0:
5247 version "23.6.0"
5248 resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-23.6.0.tgz#1500f3f16e850bb3d71233408089be099f610c7d"
5249 integrity sha512-Gz9l5Ov+X3aL5L37IT+8hoCUsof1CVYBb2QEkOupK64XyRR3h+uRpYIm97K7sY8diFxowR8pIGEdyfMKTixo3g==
5250 dependencies:
5251 chalk "^2.0.1"
5252 diff "^3.2.0"
5253 jest-get-type "^22.1.0"
5254 pretty-format "^23.6.0"
5255
5256jest-docblock@^23.2.0:
5257 version "23.2.0"
5258 resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-23.2.0.tgz#f085e1f18548d99fdd69b20207e6fd55d91383a7"
5259 integrity sha1-8IXh8YVI2Z/dabICB+b9VdkTg6c=
5260 dependencies:
5261 detect-newline "^2.1.0"
5262
5263jest-each@^23.6.0:
5264 version "23.6.0"
5265 resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-23.6.0.tgz#ba0c3a82a8054387016139c733a05242d3d71575"
5266 integrity sha512-x7V6M/WGJo6/kLoissORuvLIeAoyo2YqLOoCDkohgJ4XOXSqOtyvr8FbInlAWS77ojBsZrafbozWoKVRdtxFCg==
5267 dependencies:
5268 chalk "^2.0.1"
5269 pretty-format "^23.6.0"
5270
5271jest-environment-jsdom@^23.4.0:
5272 version "23.4.0"
5273 resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-23.4.0.tgz#056a7952b3fea513ac62a140a2c368c79d9e6023"
5274 integrity sha1-BWp5UrP+pROsYqFAosNox52eYCM=
5275 dependencies:
5276 jest-mock "^23.2.0"
5277 jest-util "^23.4.0"
5278 jsdom "^11.5.1"
5279
5280jest-environment-node@^23.4.0:
5281 version "23.4.0"
5282 resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-23.4.0.tgz#57e80ed0841dea303167cce8cd79521debafde10"
5283 integrity sha1-V+gO0IQd6jAxZ8zozXlSHeuv3hA=
5284 dependencies:
5285 jest-mock "^23.2.0"
5286 jest-util "^23.4.0"
5287
5288jest-get-type@^22.1.0:
5289 version "22.4.3"
5290 resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-22.4.3.tgz#e3a8504d8479342dd4420236b322869f18900ce4"
5291 integrity sha512-/jsz0Y+V29w1chdXVygEKSz2nBoHoYqNShPe+QgxSNjAuP1i8+k4LbQNrfoliKej0P45sivkSCh7yiD6ubHS3w==
5292
5293jest-haste-map@^23.6.0:
5294 version "23.6.0"
5295 resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-23.6.0.tgz#2e3eb997814ca696d62afdb3f2529f5bbc935e16"
5296 integrity sha512-uyNhMyl6dr6HaXGHp8VF7cK6KpC6G9z9LiMNsst+rJIZ8l7wY0tk8qwjPmEghczojZ2/ZhtEdIabZ0OQRJSGGg==
5297 dependencies:
5298 fb-watchman "^2.0.0"
5299 graceful-fs "^4.1.11"
5300 invariant "^2.2.4"
5301 jest-docblock "^23.2.0"
5302 jest-serializer "^23.0.1"
5303 jest-worker "^23.2.0"
5304 micromatch "^2.3.11"
5305 sane "^2.0.0"
5306
5307jest-jasmine2@^23.6.0:
5308 version "23.6.0"
5309 resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-23.6.0.tgz#840e937f848a6c8638df24360ab869cc718592e0"
5310 integrity sha512-pe2Ytgs1nyCs8IvsEJRiRTPC0eVYd8L/dXJGU08GFuBwZ4sYH/lmFDdOL3ZmvJR8QKqV9MFuwlsAi/EWkFUbsQ==
5311 dependencies:
5312 babel-traverse "^6.0.0"
5313 chalk "^2.0.1"
5314 co "^4.6.0"
5315 expect "^23.6.0"
5316 is-generator-fn "^1.0.0"
5317 jest-diff "^23.6.0"
5318 jest-each "^23.6.0"
5319 jest-matcher-utils "^23.6.0"
5320 jest-message-util "^23.4.0"
5321 jest-snapshot "^23.6.0"
5322 jest-util "^23.4.0"
5323 pretty-format "^23.6.0"
5324
5325jest-leak-detector@^23.6.0:
5326 version "23.6.0"
5327 resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-23.6.0.tgz#e4230fd42cf381a1a1971237ad56897de7e171de"
5328 integrity sha512-f/8zA04rsl1Nzj10HIyEsXvYlMpMPcy0QkQilVZDFOaPbv2ur71X5u2+C4ZQJGyV/xvVXtCCZ3wQ99IgQxftCg==
5329 dependencies:
5330 pretty-format "^23.6.0"
5331
5332jest-matcher-utils@^23.6.0:
5333 version "23.6.0"
5334 resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-23.6.0.tgz#726bcea0c5294261a7417afb6da3186b4b8cac80"
5335 integrity sha512-rosyCHQfBcol4NsckTn01cdelzWLU9Cq7aaigDf8VwwpIRvWE/9zLgX2bON+FkEW69/0UuYslUe22SOdEf2nog==
5336 dependencies:
5337 chalk "^2.0.1"
5338 jest-get-type "^22.1.0"
5339 pretty-format "^23.6.0"
5340
5341jest-message-util@^23.4.0:
5342 version "23.4.0"
5343 resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-23.4.0.tgz#17610c50942349508d01a3d1e0bda2c079086a9f"
5344 integrity sha1-F2EMUJQjSVCNAaPR4L2iwHkIap8=
5345 dependencies:
5346 "@babel/code-frame" "^7.0.0-beta.35"
5347 chalk "^2.0.1"
5348 micromatch "^2.3.11"
5349 slash "^1.0.0"
5350 stack-utils "^1.0.1"
5351
5352jest-mock@^23.2.0:
5353 version "23.2.0"
5354 resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-23.2.0.tgz#ad1c60f29e8719d47c26e1138098b6d18b261134"
5355 integrity sha1-rRxg8p6HGdR8JuETgJi20YsmETQ=
5356
5357jest-preset-angular@^6.0.0:
5358 version "6.0.1"
5359 resolved "https://registry.yarnpkg.com/jest-preset-angular/-/jest-preset-angular-6.0.1.tgz#40a6c16ca5bbf3ac83a8594ac190643d7c6e7a07"
5360 integrity sha512-7b54ZOntt8wtf39X838vZZmXWkZYVRtk9bCO66yQhkmFkmLaxULDHdbUobiD+f8sn5Zb2u9grhOQbZZ+/RaY0g==
5361 dependencies:
5362 "@types/jest" "^23.3.1"
5363 jest-zone-patch "^0.0.8"
5364 ts-jest "~23.1.3"
5365
5366jest-regex-util@^23.3.0:
5367 version "23.3.0"
5368 resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-23.3.0.tgz#5f86729547c2785c4002ceaa8f849fe8ca471bc5"
5369 integrity sha1-X4ZylUfCeFxAAs6qj4Sf6MpHG8U=
5370
5371jest-resolve-dependencies@^23.6.0:
5372 version "23.6.0"
5373 resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-23.6.0.tgz#b4526af24c8540d9a3fab102c15081cf509b723d"
5374 integrity sha512-EkQWkFWjGKwRtRyIwRwI6rtPAEyPWlUC2MpzHissYnzJeHcyCn1Hc8j7Nn1xUVrS5C6W5+ZL37XTem4D4pLZdA==
5375 dependencies:
5376 jest-regex-util "^23.3.0"
5377 jest-snapshot "^23.6.0"
5378
5379jest-resolve@^23.6.0:
5380 version "23.6.0"
5381 resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-23.6.0.tgz#cf1d1a24ce7ee7b23d661c33ba2150f3aebfa0ae"
5382 integrity sha512-XyoRxNtO7YGpQDmtQCmZjum1MljDqUCob7XlZ6jy9gsMugHdN2hY4+Acz9Qvjz2mSsOnPSH7skBmDYCHXVZqkA==
5383 dependencies:
5384 browser-resolve "^1.11.3"
5385 chalk "^2.0.1"
5386 realpath-native "^1.0.0"
5387
5388jest-runner@^23.6.0:
5389 version "23.6.0"
5390 resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-23.6.0.tgz#3894bd219ffc3f3cb94dc48a4170a2e6f23a5a38"
5391 integrity sha512-kw0+uj710dzSJKU6ygri851CObtCD9cN8aNkg8jWJf4ewFyEa6kwmiH/r/M1Ec5IL/6VFa0wnAk6w+gzUtjJzA==
5392 dependencies:
5393 exit "^0.1.2"
5394 graceful-fs "^4.1.11"
5395 jest-config "^23.6.0"
5396 jest-docblock "^23.2.0"
5397 jest-haste-map "^23.6.0"
5398 jest-jasmine2 "^23.6.0"
5399 jest-leak-detector "^23.6.0"
5400 jest-message-util "^23.4.0"
5401 jest-runtime "^23.6.0"
5402 jest-util "^23.4.0"
5403 jest-worker "^23.2.0"
5404 source-map-support "^0.5.6"
5405 throat "^4.0.0"
5406
5407jest-runtime@^23.6.0:
5408 version "23.6.0"
5409 resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-23.6.0.tgz#059e58c8ab445917cd0e0d84ac2ba68de8f23082"
5410 integrity sha512-ycnLTNPT2Gv+TRhnAYAQ0B3SryEXhhRj1kA6hBPSeZaNQkJ7GbZsxOLUkwg6YmvWGdX3BB3PYKFLDQCAE1zNOw==
5411 dependencies:
5412 babel-core "^6.0.0"
5413 babel-plugin-istanbul "^4.1.6"
5414 chalk "^2.0.1"
5415 convert-source-map "^1.4.0"
5416 exit "^0.1.2"
5417 fast-json-stable-stringify "^2.0.0"
5418 graceful-fs "^4.1.11"
5419 jest-config "^23.6.0"
5420 jest-haste-map "^23.6.0"
5421 jest-message-util "^23.4.0"
5422 jest-regex-util "^23.3.0"
5423 jest-resolve "^23.6.0"
5424 jest-snapshot "^23.6.0"
5425 jest-util "^23.4.0"
5426 jest-validate "^23.6.0"
5427 micromatch "^2.3.11"
5428 realpath-native "^1.0.0"
5429 slash "^1.0.0"
5430 strip-bom "3.0.0"
5431 write-file-atomic "^2.1.0"
5432 yargs "^11.0.0"
5433
5434jest-serializer@^23.0.1:
5435 version "23.0.1"
5436 resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-23.0.1.tgz#a3776aeb311e90fe83fab9e533e85102bd164165"
5437 integrity sha1-o3dq6zEekP6D+rnlM+hRAr0WQWU=
5438
5439jest-snapshot@^23.6.0:
5440 version "23.6.0"
5441 resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-23.6.0.tgz#f9c2625d1b18acda01ec2d2b826c0ce58a5aa17a"
5442 integrity sha512-tM7/Bprftun6Cvj2Awh/ikS7zV3pVwjRYU2qNYS51VZHgaAMBs5l4o/69AiDHhQrj5+LA2Lq4VIvK7zYk/bswg==
5443 dependencies:
5444 babel-types "^6.0.0"
5445 chalk "^2.0.1"
5446 jest-diff "^23.6.0"
5447 jest-matcher-utils "^23.6.0"
5448 jest-message-util "^23.4.0"
5449 jest-resolve "^23.6.0"
5450 mkdirp "^0.5.1"
5451 natural-compare "^1.4.0"
5452 pretty-format "^23.6.0"
5453 semver "^5.5.0"
5454
5455jest-util@^23.4.0:
5456 version "23.4.0"
5457 resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-23.4.0.tgz#4d063cb927baf0a23831ff61bec2cbbf49793561"
5458 integrity sha1-TQY8uSe68KI4Mf9hvsLLv0l5NWE=
5459 dependencies:
5460 callsites "^2.0.0"
5461 chalk "^2.0.1"
5462 graceful-fs "^4.1.11"
5463 is-ci "^1.0.10"
5464 jest-message-util "^23.4.0"
5465 mkdirp "^0.5.1"
5466 slash "^1.0.0"
5467 source-map "^0.6.0"
5468
5469jest-validate@^23.6.0:
5470 version "23.6.0"
5471 resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-23.6.0.tgz#36761f99d1ed33fcd425b4e4c5595d62b6597474"
5472 integrity sha512-OFKapYxe72yz7agrDAWi8v2WL8GIfVqcbKRCLbRG9PAxtzF9b1SEDdTpytNDN12z2fJynoBwpMpvj2R39plI2A==
5473 dependencies:
5474 chalk "^2.0.1"
5475 jest-get-type "^22.1.0"
5476 leven "^2.1.0"
5477 pretty-format "^23.6.0"
5478
5479jest-watcher@^23.4.0:
5480 version "23.4.0"
5481 resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-23.4.0.tgz#d2e28ce74f8dad6c6afc922b92cabef6ed05c91c"
5482 integrity sha1-0uKM50+NrWxq/JIrksq+9u0FyRw=
5483 dependencies:
5484 ansi-escapes "^3.0.0"
5485 chalk "^2.0.1"
5486 string-length "^2.0.0"
5487
5488jest-worker@^23.2.0:
5489 version "23.2.0"
5490 resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-23.2.0.tgz#faf706a8da36fae60eb26957257fa7b5d8ea02b9"
5491 integrity sha1-+vcGqNo2+uYOsmlXJX+ntdjqArk=
5492 dependencies:
5493 merge-stream "^1.0.1"
5494
5495jest-zone-patch@^0.0.8:
5496 version "0.0.8"
5497 resolved "https://registry.yarnpkg.com/jest-zone-patch/-/jest-zone-patch-0.0.8.tgz#90fa3b5b60e95ad3e624dd2c3eb59bb1dcabd371"
5498 integrity sha1-kPo7W2DpWtPmJN0sPrWbsdyr03E=
5499
5500jest@^23.5.0:
5501 version "23.6.0"
5502 resolved "https://registry.yarnpkg.com/jest/-/jest-23.6.0.tgz#ad5835e923ebf6e19e7a1d7529a432edfee7813d"
5503 integrity sha512-lWzcd+HSiqeuxyhG+EnZds6iO3Y3ZEnMrfZq/OTGvF/C+Z4fPMCdhWTGSAiO2Oym9rbEXfwddHhh6jqrTF3+Lw==
5504 dependencies:
5505 import-local "^1.0.0"
5506 jest-cli "^23.6.0"
5507
5508jquery@^3.3.1: 4664jquery@^3.3.1:
5509 version "3.3.1" 4665 version "3.3.1"
5510 resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca" 4666 resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
5511 integrity sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg== 4667 integrity sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==
5512 4668
5513js-base64@^2.1.8: 4669js-base64@^2.1.8:
5514 version "2.4.9" 4670 version "2.5.1"
5515 resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.9.tgz#748911fb04f48a60c4771b375cac45a80df11c03" 4671 resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.5.1.tgz#1efa39ef2c5f7980bb1784ade4a8af2de3291121"
5516 integrity sha512-xcinL3AuDJk7VSzsHgb9DvvIXayBbadtMZ4HFPx8rUszbW1MuNMlwYVC4zzCZ6e1sqZpnNS5ZFYOhXqA39T7LQ== 4672 integrity sha512-M7kLczedRMYX4L8Mdh4MzyAMM9O5osx+4FcOQuTvr3A9F2D9S5JXheN0ewNbrvK2UatkTRhL5ejGmGSjNMiZuw==
5517 4673
5518"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: 4674"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
5519 version "4.0.0" 4675 version "4.0.0"
@@ -5525,10 +4681,10 @@ js-tokens@^3.0.2:
5525 resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" 4681 resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
5526 integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls= 4682 integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
5527 4683
5528js-yaml@3.x, js-yaml@^3.12.0, js-yaml@^3.7.0, js-yaml@^3.9.0: 4684js-yaml@^3.12.0, js-yaml@^3.13.0, js-yaml@^3.9.0:
5529 version "3.12.0" 4685 version "3.13.0"
5530 resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1" 4686 resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.0.tgz#38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e"
5531 integrity sha512-PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3A== 4687 integrity sha512-pZZoSxcCYco+DIKBTimr67J6Hy+EYGZDY/HCWC+iAEA9h1ByhMXAIVUXMcMFpOCxQ/xjXmPI2MkDL5HRm5eFrQ==
5532 dependencies: 4688 dependencies:
5533 argparse "^1.0.7" 4689 argparse "^1.0.7"
5534 esprima "^4.0.0" 4690 esprima "^4.0.0"
@@ -5543,38 +4699,6 @@ jschannel@^1.0.2:
5543 resolved "https://registry.yarnpkg.com/jschannel/-/jschannel-1.0.2.tgz#8932010e9c6042a27bc93b918dac2e267976ae14" 4699 resolved "https://registry.yarnpkg.com/jschannel/-/jschannel-1.0.2.tgz#8932010e9c6042a27bc93b918dac2e267976ae14"
5544 integrity sha1-iTIBDpxgQqJ7yTuRjawuJnl2rhQ= 4700 integrity sha1-iTIBDpxgQqJ7yTuRjawuJnl2rhQ=
5545 4701
5546jsdom@^11.5.1:
5547 version "11.12.0"
5548 resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-11.12.0.tgz#1a80d40ddd378a1de59656e9e6dc5a3ba8657bc8"
5549 integrity sha512-y8Px43oyiBM13Zc1z780FrfNLJCXTL40EWlty/LXUtcjykRBNgLlCjWXpfSPBl2iv+N7koQN+dvqszHZgT/Fjw==
5550 dependencies:
5551 abab "^2.0.0"
5552 acorn "^5.5.3"
5553 acorn-globals "^4.1.0"
5554 array-equal "^1.0.0"
5555 cssom ">= 0.3.2 < 0.4.0"
5556 cssstyle "^1.0.0"
5557 data-urls "^1.0.0"
5558 domexception "^1.0.1"
5559 escodegen "^1.9.1"
5560 html-encoding-sniffer "^1.0.2"
5561 left-pad "^1.3.0"
5562 nwsapi "^2.0.7"
5563 parse5 "4.0.0"
5564 pn "^1.1.0"
5565 request "^2.87.0"
5566 request-promise-native "^1.0.5"
5567 sax "^1.2.4"
5568 symbol-tree "^3.2.2"
5569 tough-cookie "^2.3.4"
5570 w3c-hr-time "^1.0.1"
5571 webidl-conversions "^4.0.2"
5572 whatwg-encoding "^1.0.3"
5573 whatwg-mimetype "^2.1.0"
5574 whatwg-url "^6.4.1"
5575 ws "^5.2.0"
5576 xml-name-validator "^3.0.0"
5577
5578jsesc@^1.3.0: 4702jsesc@^1.3.0:
5579 version "1.3.0" 4703 version "1.3.0"
5580 resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" 4704 resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
@@ -5627,18 +4751,18 @@ json3@^3.3.2:
5627 resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.2.tgz#3c0434743df93e2f5c42aee7b19bcb483575f4e1" 4751 resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.2.tgz#3c0434743df93e2f5c42aee7b19bcb483575f4e1"
5628 integrity sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE= 4752 integrity sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=
5629 4753
5630json5@2.x: 4754json5@^0.5.0:
5631 version "2.1.0"
5632 resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"
5633 integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==
5634 dependencies:
5635 minimist "^1.2.0"
5636
5637json5@^0.5.0, json5@^0.5.1:
5638 version "0.5.1" 4755 version "0.5.1"
5639 resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" 4756 resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
5640 integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= 4757 integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
5641 4758
4759json5@^1.0.1:
4760 version "1.0.1"
4761 resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
4762 integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
4763 dependencies:
4764 minimist "^1.2.0"
4765
5642jsonfile@^4.0.0: 4766jsonfile@^4.0.0:
5643 version "4.0.0" 4767 version "4.0.0"
5644 resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" 4768 resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
@@ -5667,15 +4791,14 @@ jsprim@^1.2.2:
5667 verror "1.10.0" 4791 verror "1.10.0"
5668 4792
5669jszip@^3.1.3: 4793jszip@^3.1.3:
5670 version "3.1.5" 4794 version "3.2.1"
5671 resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.1.5.tgz#e3c2a6c6d706ac6e603314036d43cd40beefdf37" 4795 resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.2.1.tgz#c5d32df7274042282b157efb16e522b43435e01a"
5672 integrity sha512-5W8NUaFRFRqTOL7ZDDrx5qWHJyBXy6velVudIzQUSoqAAYqzSh2Z7/m0Rf1QbmQJccegD0r+YZxBjzqoBiEeJQ== 4796 integrity sha512-iCMBbo4eE5rb1VCpm5qXOAaUiRKRUKiItn8ah2YQQx9qymmSAY98eyQfioChEYcVQLh0zxJ3wS4A0mh90AVPvw==
5673 dependencies: 4797 dependencies:
5674 core-js "~2.3.0" 4798 lie "~3.3.0"
5675 es6-promise "~3.0.2"
5676 lie "~3.1.0"
5677 pako "~1.0.2" 4799 pako "~1.0.2"
5678 readable-stream "~2.0.6" 4800 readable-stream "~2.3.6"
4801 set-immediate-shim "~1.0.1"
5679 4802
5680junk@^1, junk@^2.1.0: 4803junk@^1, junk@^2.1.0:
5681 version "1.0.3" 4804 version "1.0.3"
@@ -5726,11 +4849,11 @@ karma-chrome-launcher@^2.2.0:
5726 which "^1.2.1" 4849 which "^1.2.1"
5727 4850
5728karma-coverage-istanbul-reporter@^2.0.2: 4851karma-coverage-istanbul-reporter@^2.0.2:
5729 version "2.0.4" 4852 version "2.0.5"
5730 resolved "https://registry.yarnpkg.com/karma-coverage-istanbul-reporter/-/karma-coverage-istanbul-reporter-2.0.4.tgz#402ae4ed6eadb9d9dafbd408ffda17897c0d003a" 4853 resolved "https://registry.yarnpkg.com/karma-coverage-istanbul-reporter/-/karma-coverage-istanbul-reporter-2.0.5.tgz#ca5899d4905e44a5984dd4f963adfc1a74dce767"
5731 integrity sha512-xJS7QSQIVU6VK9HuJ/ieE5yynxKhjCCkd96NLY/BX/HXsx0CskU9JJiMQbd4cHALiddMwI4OWh1IIzeWrsavJw== 4854 integrity sha512-yPvAlKtY3y+rKKWbOo0CzBMVTvJEeMOgbMXuVv3yWvS8YtYKC98AU9vFF0mVBZ2RP1E9SgS90+PT6Kf14P3S4w==
5732 dependencies: 4855 dependencies:
5733 istanbul-api "^2.0.5" 4856 istanbul-api "^2.1.1"
5734 minimatch "^3.0.4" 4857 minimatch "^3.0.4"
5735 4858
5736karma-jasmine-html-reporter@^1.3.1: 4859karma-jasmine-html-reporter@^1.3.1:
@@ -5738,10 +4861,12 @@ karma-jasmine-html-reporter@^1.3.1:
5738 resolved "https://registry.yarnpkg.com/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-1.4.0.tgz#1abbd30d4509a8c82b96707ae7d2fa4da459ca19" 4861 resolved "https://registry.yarnpkg.com/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-1.4.0.tgz#1abbd30d4509a8c82b96707ae7d2fa4da459ca19"
5739 integrity sha512-0wxhwA8PLPpICZ4o2GRnPi67hf3JhfQm5WCB8nElh4qsE6wRNOTtrqooyBPNqI087Xr2SBhxLg5fU+BJ/qxRrw== 4862 integrity sha512-0wxhwA8PLPpICZ4o2GRnPi67hf3JhfQm5WCB8nElh4qsE6wRNOTtrqooyBPNqI087Xr2SBhxLg5fU+BJ/qxRrw==
5740 4863
5741karma-jasmine@^1.1.2: 4864karma-jasmine@^2.0.1:
5742 version "1.1.2" 4865 version "2.0.1"
5743 resolved "https://registry.yarnpkg.com/karma-jasmine/-/karma-jasmine-1.1.2.tgz#394f2b25ffb4a644b9ada6f22d443e2fd08886c3" 4866 resolved "https://registry.yarnpkg.com/karma-jasmine/-/karma-jasmine-2.0.1.tgz#26e3e31f2faf272dd80ebb0e1898914cc3a19763"
5744 integrity sha1-OU8rJf+0pkS5rabyLUQ+L9CIhsM= 4867 integrity sha512-iuC0hmr9b+SNn1DaUD2QEYtUxkS1J+bSJSn7ejdEexs7P8EYvA1CWkEdrDQ+8jVH3AgWlCNwjYsT1chjcNW9lA==
4868 dependencies:
4869 jasmine-core "^3.3"
5745 4870
5746karma-source-map-support@1.3.0: 4871karma-source-map-support@1.3.0:
5747 version "1.3.0" 4872 version "1.3.0"
@@ -5750,28 +4875,27 @@ karma-source-map-support@1.3.0:
5750 dependencies: 4875 dependencies:
5751 source-map-support "^0.5.5" 4876 source-map-support "^0.5.5"
5752 4877
5753karma@^3.0.0: 4878karma@^4.0.1:
5754 version "3.1.3" 4879 version "4.0.1"
5755 resolved "https://registry.yarnpkg.com/karma/-/karma-3.1.3.tgz#6e251648e3aff900927bc1126dbcbcb92d3edd61" 4880 resolved "https://registry.yarnpkg.com/karma/-/karma-4.0.1.tgz#2581d6caa0d4cd28b65131561b47bad6d5478773"
5756 integrity sha512-JU4FYUtFEGsLZd6ZJzLrivcPj0TkteBiIRDcXWFsltPMGgZMDtby/MIzNOzgyZv/9dahs9vHpSxerC/ZfeX9Qw== 4881 integrity sha512-ind+4s03BqIXas7ZmraV3/kc5+mnqwCd+VDX1FndS6jxbt03kQKX2vXrWxNLuCjVYmhMwOZosAEKMM0a2q7w7A==
5757 dependencies: 4882 dependencies:
5758 bluebird "^3.3.0" 4883 bluebird "^3.3.0"
5759 body-parser "^1.16.1" 4884 body-parser "^1.16.1"
4885 braces "^2.3.2"
5760 chokidar "^2.0.3" 4886 chokidar "^2.0.3"
5761 colors "^1.1.0" 4887 colors "^1.1.0"
5762 combine-lists "^1.0.0"
5763 connect "^3.6.0" 4888 connect "^3.6.0"
5764 core-js "^2.2.0" 4889 core-js "^2.2.0"
5765 di "^0.0.1" 4890 di "^0.0.1"
5766 dom-serialize "^2.2.0" 4891 dom-serialize "^2.2.0"
5767 expand-braces "^0.1.1"
5768 flatted "^2.0.0" 4892 flatted "^2.0.0"
5769 glob "^7.1.1" 4893 glob "^7.1.1"
5770 graceful-fs "^4.1.2" 4894 graceful-fs "^4.1.2"
5771 http-proxy "^1.13.0" 4895 http-proxy "^1.13.0"
5772 isbinaryfile "^3.0.0" 4896 isbinaryfile "^3.0.0"
5773 lodash "^4.17.5" 4897 lodash "^4.17.11"
5774 log4js "^3.0.0" 4898 log4js "^4.0.0"
5775 mime "^2.3.1" 4899 mime "^2.3.1"
5776 minimatch "^3.0.2" 4900 minimatch "^3.0.2"
5777 optimist "^0.6.1" 4901 optimist "^0.6.1"
@@ -5813,11 +4937,6 @@ kind-of@^6.0.0, kind-of@^6.0.2:
5813 resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" 4937 resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
5814 integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA== 4938 integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==
5815 4939
5816kleur@^2.0.1:
5817 version "2.0.2"
5818 resolved "https://registry.yarnpkg.com/kleur/-/kleur-2.0.2.tgz#b704f4944d95e255d038f0cb05fb8a602c55a300"
5819 integrity sha512-77XF9iTllATmG9lSlIv0qdQ2BQ/h9t0bJllHlbvsQ0zUWfU7Yi0S8L5JXzPZgkefIiajLmBJJ4BsMJmqcf7oxQ==
5820
5821last-one-wins@^1.0.4: 4940last-one-wins@^1.0.4:
5822 version "1.0.4" 4941 version "1.0.4"
5823 resolved "https://registry.yarnpkg.com/last-one-wins/-/last-one-wins-1.0.4.tgz#c1bfd0cbcb46790ec9156b8d1aee8fcb86cda22a" 4942 resolved "https://registry.yarnpkg.com/last-one-wins/-/last-one-wins-1.0.4.tgz#c1bfd0cbcb46790ec9156b8d1aee8fcb86cda22a"
@@ -5837,11 +4956,6 @@ lcid@^2.0.0:
5837 dependencies: 4956 dependencies:
5838 invert-kv "^2.0.0" 4957 invert-kv "^2.0.0"
5839 4958
5840left-pad@^1.3.0:
5841 version "1.3.0"
5842 resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e"
5843 integrity sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==
5844
5845less-loader@4.1.0: 4959less-loader@4.1.0:
5846 version "4.1.0" 4960 version "4.1.0"
5847 resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-4.1.0.tgz#2c1352c5b09a4f84101490274fd51674de41363e" 4961 resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-4.1.0.tgz#2c1352c5b09a4f84101490274fd51674de41363e"
@@ -5851,10 +4965,10 @@ less-loader@4.1.0:
5851 loader-utils "^1.1.0" 4965 loader-utils "^1.1.0"
5852 pify "^3.0.0" 4966 pify "^3.0.0"
5853 4967
5854less@3.8.1: 4968less@3.9.0:
5855 version "3.8.1" 4969 version "3.9.0"
5856 resolved "https://registry.yarnpkg.com/less/-/less-3.8.1.tgz#f31758598ef5a1930dd4caefa9e4340641e71e1d" 4970 resolved "https://registry.yarnpkg.com/less/-/less-3.9.0.tgz#b7511c43f37cf57dc87dffd9883ec121289b1474"
5857 integrity sha512-8HFGuWmL3FhQR0aH89escFNBQH/nEiYPP2ltDFdQw2chE28Yx2E3lhAIq9Y2saYwLSwa699s4dBVEfCY8Drf7Q== 4971 integrity sha512-31CmtPEZraNUtuUREYjSqRkeETFdyEHSEPAGq4erDlUXtda7pzNmctdljdIagSb589d/qXGWiiP31R5JVf+v0w==
5858 dependencies: 4972 dependencies:
5859 clone "^2.1.2" 4973 clone "^2.1.2"
5860 optionalDependencies: 4974 optionalDependencies:
@@ -5867,30 +4981,18 @@ less@3.8.1:
5867 request "^2.83.0" 4981 request "^2.83.0"
5868 source-map "~0.6.0" 4982 source-map "~0.6.0"
5869 4983
5870leven@^2.1.0: 4984license-webpack-plugin@2.1.0:
5871 version "2.1.0" 4985 version "2.1.0"
5872 resolved "https://registry.yarnpkg.com/leven/-/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580" 4986 resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-2.1.0.tgz#83acaa6e89c3c5316effdd80cb4ec9c5cd8efc2f"
5873 integrity sha1-wuep93IJTe6dNCAq6KzORoeHVYA= 4987 integrity sha512-vDiBeMWxjE9n6TabQ9J4FH8urFdsRK0Nvxn1cit9biCiR9aq1zBR0X2BlAkEiIG6qPamLeU0GzvIgLkrFc398A==
5874
5875levn@~0.3.0:
5876 version "0.3.0"
5877 resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
5878 integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=
5879 dependencies:
5880 prelude-ls "~1.1.2"
5881 type-check "~0.3.2"
5882
5883license-webpack-plugin@2.0.2:
5884 version "2.0.2"
5885 resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-2.0.2.tgz#9d34b521cb7fca8527945310b05be6ef0248b687"
5886 integrity sha512-GsomZw5VoT20ST8qH2tOjBgbyhn6Pgs9M94g0mbvfBIV1VXufm1iKY+4dbgfTObj1Mp6nSRE3Zf74deOZr0KwA==
5887 dependencies: 4988 dependencies:
4989 "@types/webpack-sources" "^0.1.5"
5888 webpack-sources "^1.2.0" 4990 webpack-sources "^1.2.0"
5889 4991
5890lie@~3.1.0: 4992lie@~3.3.0:
5891 version "3.1.1" 4993 version "3.3.0"
5892 resolved "https://registry.yarnpkg.com/lie/-/lie-3.1.1.tgz#9a436b2cc7746ca59de7a41fa469b3efb76bd87e" 4994 resolved "https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz#dcf82dee545f46074daf200c7c1c5a08e0f40f6a"
5893 integrity sha1-mkNrLMd0bKWd56QfpGmz77dr2H4= 4995 integrity sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==
5894 dependencies: 4996 dependencies:
5895 immediate "~3.0.5" 4997 immediate "~3.0.5"
5896 4998
@@ -5902,9 +5004,9 @@ linkify-it@^2.0.0:
5902 uc.micro "^1.0.1" 5004 uc.micro "^1.0.1"
5903 5005
5904linkifyjs@^2.1.5: 5006linkifyjs@^2.1.5:
5905 version "2.1.7" 5007 version "2.1.8"
5906 resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-2.1.7.tgz#e5d68d2ae30b9c055e1d74cc40f9a31d3abb4012" 5008 resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-2.1.8.tgz#2bee2272674dc196cce3740b8436c43df2162f9c"
5907 integrity sha512-Cbn77BnYEslpAObZZoP6GVQHF1j5T6RsDydNq5RVxIy4eiZAiADRx7qHfWzfEMQecc1PtZFog1AsCGGX2WjQLA== 5009 integrity sha512-j3QpiEr4UYzN5foKhrr9Sr06VI9vSlI4HisDWt+7Mq+TWDwpJ6H/LLpogYsXcyUIJLVhGblXXdUnblHsVNMPpg==
5908 optionalDependencies: 5010 optionalDependencies:
5909 jquery "^3.3.1" 5011 jquery "^3.3.1"
5910 react "^16.4.2" 5012 react "^16.4.2"
@@ -5943,18 +5045,18 @@ load-json-file@^2.0.0:
5943 strip-bom "^3.0.0" 5045 strip-bom "^3.0.0"
5944 5046
5945loader-runner@^2.3.0: 5047loader-runner@^2.3.0:
5946 version "2.3.1" 5048 version "2.4.0"
5947 resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.3.1.tgz#026f12fe7c3115992896ac02ba022ba92971b979" 5049 resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
5948 integrity sha512-By6ZFY7ETWOc9RFaAIb23IjJVcM4dvJC/N57nmdz9RSkMXvAXGI7SyVlAw3v8vjtDRlqThgVDVmTnr9fqMlxkw== 5050 integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==
5949 5051
5950loader-utils@1.1.0, loader-utils@^1.0.1, loader-utils@^1.0.2, loader-utils@^1.0.4, loader-utils@^1.1.0: 5052loader-utils@1.2.3, loader-utils@^1.0.1, loader-utils@^1.0.2, loader-utils@^1.0.4, loader-utils@^1.1.0, loader-utils@^1.2.3:
5951 version "1.1.0" 5053 version "1.2.3"
5952 resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.1.0.tgz#c98aef488bcceda2ffb5e2de646d6a754429f5cd" 5054 resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
5953 integrity sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0= 5055 integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
5954 dependencies: 5056 dependencies:
5955 big.js "^3.1.3" 5057 big.js "^5.2.2"
5956 emojis-list "^2.0.0" 5058 emojis-list "^2.0.0"
5957 json5 "^0.5.0" 5059 json5 "^1.0.1"
5958 5060
5959loader-utils@^0.2.16: 5061loader-utils@^0.2.16:
5960 version "0.2.17" 5062 version "0.2.17"
@@ -6022,17 +5124,12 @@ lodash.mergewith@^4.6.0, lodash.mergewith@^4.6.1:
6022 resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz#639057e726c3afbdb3e7d42741caa8d6e4335927" 5124 resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz#639057e726c3afbdb3e7d42741caa8d6e4335927"
6023 integrity sha512-eWw5r+PYICtEBgrBE5hhlT6aAa75f411bgDz/ZL2KZqYV03USvucsxcHUIlGTDTECs1eunpI7HOV7U+WLDvNdQ== 5125 integrity sha512-eWw5r+PYICtEBgrBE5hhlT6aAa75f411bgDz/ZL2KZqYV03USvucsxcHUIlGTDTECs1eunpI7HOV7U+WLDvNdQ==
6024 5126
6025lodash.sortby@^4.7.0:
6026 version "4.7.0"
6027 resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
6028 integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
6029
6030lodash.tail@^4.1.1: 5127lodash.tail@^4.1.1:
6031 version "4.1.1" 5128 version "4.1.1"
6032 resolved "https://registry.yarnpkg.com/lodash.tail/-/lodash.tail-4.1.1.tgz#d2333a36d9e7717c8ad2f7cacafec7c32b444664" 5129 resolved "https://registry.yarnpkg.com/lodash.tail/-/lodash.tail-4.1.1.tgz#d2333a36d9e7717c8ad2f7cacafec7c32b444664"
6033 integrity sha1-0jM6NtnncXyK0vfKyv7HwytERmQ= 5130 integrity sha1-0jM6NtnncXyK0vfKyv7HwytERmQ=
6034 5131
6035lodash@^4.0.0, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.5.0, lodash@~4.17.10: 5132lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@~4.17.10:
6036 version "4.17.11" 5133 version "4.17.11"
6037 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" 5134 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
6038 integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== 5135 integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
@@ -6044,16 +5141,16 @@ log-symbols@^2.1.0:
6044 dependencies: 5141 dependencies:
6045 chalk "^2.0.1" 5142 chalk "^2.0.1"
6046 5143
6047log4js@^3.0.0: 5144log4js@^4.0.0:
6048 version "3.0.6" 5145 version "4.1.0"
6049 resolved "https://registry.yarnpkg.com/log4js/-/log4js-3.0.6.tgz#e6caced94967eeeb9ce399f9f8682a4b2b28c8ff" 5146 resolved "https://registry.yarnpkg.com/log4js/-/log4js-4.1.0.tgz#57983c6a443546a8c8607e9cb045d2a117c27644"
6050 integrity sha512-ezXZk6oPJCWL483zj64pNkMuY/NcRX5MPiB0zE6tjZM137aeusrOnW1ecxgF9cmwMWkBMhjteQxBPoZBh9FDxQ== 5147 integrity sha512-eDa+zZPeVEeK6QGJAePyXM6pg4P3n3TO5rX9iZMVY48JshsTyLJZLIL5HipI1kQ2qLsSyOpUqNND/C5H4WhhiA==
6051 dependencies: 5148 dependencies:
6052 circular-json "^0.5.5" 5149 date-format "^2.0.0"
6053 date-format "^1.2.0" 5150 debug "^4.1.1"
6054 debug "^3.1.0" 5151 flatted "^2.0.0"
6055 rfdc "^1.1.2" 5152 rfdc "^1.1.2"
6056 streamroller "0.7.0" 5153 streamroller "^1.0.4"
6057 5154
6058loglevel@^1.4.1: 5155loglevel@^1.4.1:
6059 version "1.6.1" 5156 version "1.6.1"
@@ -6068,7 +5165,7 @@ loglevelnext@^1.0.1:
6068 es6-symbol "^3.1.1" 5165 es6-symbol "^3.1.1"
6069 object.assign "^4.1.0" 5166 object.assign "^4.1.0"
6070 5167
6071loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1: 5168loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
6072 version "1.4.0" 5169 version "1.4.0"
6073 resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" 5170 resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
6074 integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== 5171 integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -6096,6 +5193,13 @@ lru-cache@4.1.x, lru-cache@^4.0.1, lru-cache@^4.1.1, lru-cache@^4.1.2, lru-cache
6096 pseudomap "^1.0.2" 5193 pseudomap "^1.0.2"
6097 yallist "^2.1.2" 5194 yallist "^2.1.2"
6098 5195
5196lru-cache@^5.1.1:
5197 version "5.1.1"
5198 resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
5199 integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
5200 dependencies:
5201 yallist "^3.0.2"
5202
6099lru@^3.0.0, lru@^3.1.0: 5203lru@^3.0.0, lru@^3.1.0:
6100 version "3.1.0" 5204 version "3.1.0"
6101 resolved "https://registry.yarnpkg.com/lru/-/lru-3.1.0.tgz#ea7fb8546d83733396a13091d76cfeb4c06837d5" 5205 resolved "https://registry.yarnpkg.com/lru/-/lru-3.1.0.tgz#ea7fb8546d83733396a13091d76cfeb4c06837d5"
@@ -6108,12 +5212,19 @@ m3u8-parser@4.2.0:
6108 resolved "https://registry.yarnpkg.com/m3u8-parser/-/m3u8-parser-4.2.0.tgz#c8e0785fd17f741f4408b49466889274a9e36447" 5212 resolved "https://registry.yarnpkg.com/m3u8-parser/-/m3u8-parser-4.2.0.tgz#c8e0785fd17f741f4408b49466889274a9e36447"
6109 integrity sha512-LVHw0U6IPJjwk9i9f7Xe26NqaUHTNlIt4SSWoEfYFROeVKHN6MIjOhbRheI3dg8Jbq5WCuMFQ0QU3EgZpmzFPg== 5213 integrity sha512-LVHw0U6IPJjwk9i9f7Xe26NqaUHTNlIt4SSWoEfYFROeVKHN6MIjOhbRheI3dg8Jbq5WCuMFQ0QU3EgZpmzFPg==
6110 5214
5215m3u8-parser@^4.3.0:
5216 version "4.3.0"
5217 resolved "https://registry.yarnpkg.com/m3u8-parser/-/m3u8-parser-4.3.0.tgz#4b4e988f87b6d8b2401d209a1d17798285a9da04"
5218 integrity sha512-bVbjuBMoVIgFL1vpXVIxjeaoB5TPDJRb0m5qiTdM738SGqv/LAmsnVVPlKjM4fulm/rr1XZsKM+owHm+zvqxYA==
5219 dependencies:
5220 global "^4.3.2"
5221
6111magic-string@^0.25.0: 5222magic-string@^0.25.0:
6112 version "0.25.1" 5223 version "0.25.2"
6113 resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.1.tgz#b1c248b399cd7485da0fe7385c2fc7011843266e" 5224 resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.2.tgz#139c3a729515ec55e96e69e82a11fe890a293ad9"
6114 integrity sha512-sCuTz6pYom8Rlt4ISPFn6wuFodbKMIHUMv4Qko9P17dpxb7s52KJTmRuZZqHdGmLCK9AOcDare039nRIcfdkEg== 5225 integrity sha512-iLs9mPjh9IuTtRsqqhNGYcZXGei0Nh/A4xirrsqW7c+QhKVFL2vm7U09ru6cHRD22azaP/wMDgI+HCqbETMTtg==
6115 dependencies: 5226 dependencies:
6116 sourcemap-codec "^1.4.1" 5227 sourcemap-codec "^1.4.4"
6117 5228
6118magnet-uri@^5.1.3: 5229magnet-uri@^5.1.3:
6119 version "5.2.4" 5230 version "5.2.4"
@@ -6130,10 +5241,13 @@ make-dir@^1.0.0, make-dir@^1.3.0:
6130 dependencies: 5241 dependencies:
6131 pify "^3.0.0" 5242 pify "^3.0.0"
6132 5243
6133make-error@1.x: 5244make-dir@^2.0.0:
6134 version "1.3.5" 5245 version "2.1.0"
6135 resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.5.tgz#efe4e81f6db28cadd605c70f29c831b58ef776c8" 5246 resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
6136 integrity sha512-c3sIjNUow0+8swNwVpqoH4YCShKNFkMaw6oH1mNS2haDZQqkeZFlHS3dhoeEbKKmJB4vXpJucU6oH75aDYeE9g== 5247 integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==
5248 dependencies:
5249 pify "^4.0.1"
5250 semver "^5.6.0"
6137 5251
6138make-fetch-happen@^4.0.1: 5252make-fetch-happen@^4.0.1:
6139 version "4.0.1" 5253 version "4.0.1"
@@ -6152,13 +5266,6 @@ make-fetch-happen@^4.0.1:
6152 socks-proxy-agent "^4.0.0" 5266 socks-proxy-agent "^4.0.0"
6153 ssri "^6.0.0" 5267 ssri "^6.0.0"
6154 5268
6155makeerror@1.0.x:
6156 version "1.0.11"
6157 resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.11.tgz#e01a5c9109f2af79660e4e8b9587790184f5a96c"
6158 integrity sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=
6159 dependencies:
6160 tmpl "1.0.x"
6161
6162map-age-cleaner@^0.1.1: 5269map-age-cleaner@^0.1.1:
6163 version "0.1.3" 5270 version "0.1.3"
6164 resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a" 5271 resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a"
@@ -6194,11 +5301,6 @@ markdown-it@^8.4.0:
6194 mdurl "^1.0.1" 5301 mdurl "^1.0.1"
6195 uc.micro "^1.0.5" 5302 uc.micro "^1.0.5"
6196 5303
6197math-random@^1.0.1:
6198 version "1.0.1"
6199 resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.1.tgz#8b3aac588b8a66e4975e3cdea67f7bb329601fac"
6200 integrity sha1-izqsWIuKZuSXXjzepn97sylgH6w=
6201
6202md5.js@^1.3.4: 5304md5.js@^1.3.4:
6203 version "1.3.5" 5305 version "1.3.5"
6204 resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f" 5306 resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"
@@ -6208,11 +5310,6 @@ md5.js@^1.3.4:
6208 inherits "^2.0.1" 5310 inherits "^2.0.1"
6209 safe-buffer "^5.1.2" 5311 safe-buffer "^5.1.2"
6210 5312
6211mdn-data@~1.1.0:
6212 version "1.1.4"
6213 resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-1.1.4.tgz#50b5d4ffc4575276573c4eedb8780812a8419f01"
6214 integrity sha512-FSYbp3lyKjyj3E7fMl6rYvUdX0FBXaluGqlFoYESWQlyUTq8R+wp0rkFxoYFqZlHCvsUXGjyJmLQSnXToYhOSA==
6215
6216mdurl@^1.0.1: 5313mdurl@^1.0.1:
6217 version "1.0.1" 5314 version "1.0.1"
6218 resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" 5315 resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e"
@@ -6224,12 +5321,12 @@ media-typer@0.3.0:
6224 integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= 5321 integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
6225 5322
6226mediasource@^2.1.0, mediasource@^2.2.2: 5323mediasource@^2.1.0, mediasource@^2.2.2:
6227 version "2.2.2" 5324 version "2.3.0"
6228 resolved "https://registry.yarnpkg.com/mediasource/-/mediasource-2.2.2.tgz#2fe826f14e51da97fa4bf87be7b808a0b11d3a4c" 5325 resolved "https://registry.yarnpkg.com/mediasource/-/mediasource-2.3.0.tgz#4c7b49e7ea4fb88f1cc181d8fcf0d94649271dc6"
6229 integrity sha512-yIyAJMcu1mudTkxZ0jDAKnZJJba4eWPCxxtZRMpoaA4/AI7m7nqbRjmdxmi+x3hKTohb5vC9Yd3IBF/SUzp1vQ== 5326 integrity sha512-fqm86UwHvAnneIv40Uy1sDQaFtAByq/k0SQ3uCtbnEeSQNT1s5TDHCZOD1VmYCHwfY1jL2NjoZVwzZKYqy3L7A==
6230 dependencies: 5327 dependencies:
6231 inherits "^2.0.1" 5328 inherits "^2.0.1"
6232 readable-stream "^2.0.5" 5329 readable-stream "^3.0.0"
6233 to-arraybuffer "^1.0.1" 5330 to-arraybuffer "^1.0.1"
6234 5331
6235mem@^1.1.0: 5332mem@^1.1.0:
@@ -6240,13 +5337,13 @@ mem@^1.1.0:
6240 mimic-fn "^1.0.0" 5337 mimic-fn "^1.0.0"
6241 5338
6242mem@^4.0.0: 5339mem@^4.0.0:
6243 version "4.0.0" 5340 version "4.3.0"
6244 resolved "https://registry.yarnpkg.com/mem/-/mem-4.0.0.tgz#6437690d9471678f6cc83659c00cbafcd6b0cdaf" 5341 resolved "https://registry.yarnpkg.com/mem/-/mem-4.3.0.tgz#461af497bc4ae09608cdb2e60eefb69bff744178"
6245 integrity sha512-WQxG/5xYc3tMbYLXoXPm81ET2WDULiU5FxbuIoNbJqLOOI8zehXFdZuiUEgfdrU2mVB1pxBZUGlYORSrpuJreA== 5342 integrity sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==
6246 dependencies: 5343 dependencies:
6247 map-age-cleaner "^0.1.1" 5344 map-age-cleaner "^0.1.1"
6248 mimic-fn "^1.0.0" 5345 mimic-fn "^2.0.0"
6249 p-is-promise "^1.1.0" 5346 p-is-promise "^2.0.0"
6250 5347
6251memory-chunk-store@^1.2.0: 5348memory-chunk-store@^1.2.0:
6252 version "1.3.0" 5349 version "1.3.0"
@@ -6282,43 +5379,12 @@ merge-descriptors@1.0.1:
6282 resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" 5379 resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
6283 integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= 5380 integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=
6284 5381
6285merge-stream@^1.0.1:
6286 version "1.0.1"
6287 resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-1.0.1.tgz#4041202d508a342ba00174008df0c251b8c135e1"
6288 integrity sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE=
6289 dependencies:
6290 readable-stream "^2.0.1"
6291
6292merge@^1.2.0:
6293 version "1.2.1"
6294 resolved "https://registry.yarnpkg.com/merge/-/merge-1.2.1.tgz#38bebf80c3220a8a487b6fcfb3941bb11720c145"
6295 integrity sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ==
6296
6297methods@~1.1.2: 5382methods@~1.1.2:
6298 version "1.1.2" 5383 version "1.1.2"
6299 resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" 5384 resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
6300 integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= 5385 integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
6301 5386
6302micromatch@^2.1.5, micromatch@^2.3.11: 5387micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8, micromatch@^3.1.9:
6303 version "2.3.11"
6304 resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565"
6305 integrity sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=
6306 dependencies:
6307 arr-diff "^2.0.0"
6308 array-unique "^0.2.1"
6309 braces "^1.8.2"
6310 expand-brackets "^0.1.4"
6311 extglob "^0.3.1"
6312 filename-regex "^2.0.0"
6313 is-extglob "^1.0.0"
6314 is-glob "^2.0.1"
6315 kind-of "^3.0.2"
6316 normalize-path "^2.0.1"
6317 object.omit "^2.0.0"
6318 parse-glob "^3.0.4"
6319 regex-cache "^0.4.2"
6320
6321micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8, micromatch@^3.1.9:
6322 version "3.1.10" 5388 version "3.1.10"
6323 resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" 5389 resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
6324 integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== 5390 integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
@@ -6345,17 +5411,17 @@ miller-rabin@^4.0.0:
6345 bn.js "^4.0.0" 5411 bn.js "^4.0.0"
6346 brorand "^1.0.1" 5412 brorand "^1.0.1"
6347 5413
6348"mime-db@>= 1.36.0 < 2", mime-db@~1.37.0: 5414"mime-db@>= 1.38.0 < 2", mime-db@~1.38.0:
6349 version "1.37.0" 5415 version "1.38.0"
6350 resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.37.0.tgz#0b6a0ce6fdbe9576e25f1f2d2fde8830dc0ad0d8" 5416 resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.38.0.tgz#1a2aab16da9eb167b49c6e4df2d9c68d63d8e2ad"
6351 integrity sha512-R3C4db6bgQhlIhPU48fUtdVmKnflq+hRdad7IyKhtFj06VPNVdk2RhiYL3UjQIlso8L+YxAtFkobT0VK+S/ybg== 5417 integrity sha512-bqVioMFFzc2awcdJZIzR3HjZFX20QhilVS7hytkKrv7xFAn8bM1gzc/FOX2awLISvWe0PV8ptFKcon+wZ5qYkg==
6352 5418
6353mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.18, mime-types@~2.1.19: 5419mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.18, mime-types@~2.1.19:
6354 version "2.1.21" 5420 version "2.1.22"
6355 resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.21.tgz#28995aa1ecb770742fe6ae7e58f9181c744b3f96" 5421 resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.22.tgz#fe6b355a190926ab7698c9a0556a11199b2199bd"
6356 integrity sha512-3iL6DbwpyLzjR3xHSFNFeb9Nz/M8WDkX33t1GFQnFOllWk8pOrh/LSrB5OXlnlW5P9LH73X6loW/eogc+F5lJg== 5422 integrity sha512-aGl6TZGnhm/li6F7yx82bJiBZwgiEa4Hf6CNr8YO+r5UHr53tSTYZb102zyU50DOWWKeOv0uQLRL0/9EiKWCog==
6357 dependencies: 5423 dependencies:
6358 mime-db "~1.37.0" 5424 mime-db "~1.38.0"
6359 5425
6360mime@1.4.1: 5426mime@1.4.1:
6361 version "1.4.1" 5427 version "1.4.1"
@@ -6367,7 +5433,7 @@ mime@^1.4.1:
6367 resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" 5433 resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
6368 integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== 5434 integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
6369 5435
6370mime@^2.2.0, mime@^2.3.1: 5436mime@^2.3.1, mime@^2.4.0:
6371 version "2.4.0" 5437 version "2.4.0"
6372 resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.0.tgz#e051fd881358585f3279df333fe694da0bcffdd6" 5438 resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.0.tgz#e051fd881358585f3279df333fe694da0bcffdd6"
6373 integrity sha512-ikBcWwyqXQSHKtciCcctu9YfPbFYZ4+gbHEmE0Q8jzcTYQg5dHCr3g2wwAZjPoJfQVXZq6KXAjpXOTf5/cjT7w== 5439 integrity sha512-ikBcWwyqXQSHKtciCcctu9YfPbFYZ4+gbHEmE0Q8jzcTYQg5dHCr3g2wwAZjPoJfQVXZq6KXAjpXOTf5/cjT7w==
@@ -6377,6 +5443,11 @@ mimic-fn@^1.0.0:
6377 resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" 5443 resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
6378 integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== 5444 integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==
6379 5445
5446mimic-fn@^2.0.0:
5447 version "2.1.0"
5448 resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
5449 integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
5450
6380mimic-response@^1.0.0: 5451mimic-response@^1.0.0:
6381 version "1.0.1" 5452 version "1.0.1"
6382 resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" 5453 resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
@@ -6389,10 +5460,10 @@ min-document@^2.19.0:
6389 dependencies: 5460 dependencies:
6390 dom-walk "^0.1.0" 5461 dom-walk "^0.1.0"
6391 5462
6392mini-css-extract-plugin@0.4.4: 5463mini-css-extract-plugin@0.5.0:
6393 version "0.4.4" 5464 version "0.5.0"
6394 resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.4.tgz#c10410a004951bd3cedac1da69053940fccb625d" 5465 resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.5.0.tgz#ac0059b02b9692515a637115b0cc9fed3a35c7b0"
6395 integrity sha512-o+Jm+ocb0asEngdM6FsZWtZsRzA8koFUudIDwYUfl94M3PejPHG7Vopw5hN9V8WsMkSFpm3tZP3Fesz89EyrfQ== 5466 integrity sha512-IuaLjruM0vMKhUUT51fQdQzBYTX49dLj8w68ALEAe2A4iYNpIC4eMac67mt3NzycvjOlf07/kYxJDc0RTl1Wqw==
6396 dependencies: 5467 dependencies:
6397 loader-utils "^1.1.0" 5468 loader-utils "^1.1.0"
6398 schema-utils "^1.0.0" 5469 schema-utils "^1.0.0"
@@ -6408,7 +5479,7 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
6408 resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" 5479 resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
6409 integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= 5480 integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
6410 5481
6411"minimatch@2 || 3", minimatch@3.0.4, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2: 5482minimatch@3.0.4, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:
6412 version "3.0.4" 5483 version "3.0.4"
6413 resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" 5484 resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
6414 integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== 5485 integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
@@ -6439,9 +5510,9 @@ minipass@^2.2.1, minipass@^2.3.4, minipass@^2.3.5:
6439 yallist "^3.0.0" 5510 yallist "^3.0.0"
6440 5511
6441minizlib@^1.1.1: 5512minizlib@^1.1.1:
6442 version "1.1.1" 5513 version "1.2.1"
6443 resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.1.1.tgz#6734acc045a46e61d596a43bb9d9cd326e19cc42" 5514 resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.1.tgz#dd27ea6136243c7c880684e8672bb3a45fd9b614"
6444 integrity sha512-TrfjCjk4jLhcJyGMYymBH6oTXcWjYbUAXTHDbtnWHjZC25h0cdajHuPE1zxb4DVmu8crfh+HwH/WMuyLG0nHBg== 5515 integrity sha512-7+4oTUOWKg7AuL3vloEWekXY2/D20cevzsrNT2kGWm+39J9hGTCBv8VI5Pm5lXZ/o3/mdR4f8rflAPhnQb8mPA==
6445 dependencies: 5516 dependencies:
6446 minipass "^2.2.1" 5517 minipass "^2.2.1"
6447 5518
@@ -6493,7 +5564,7 @@ mixin-object@^2.0.1:
6493 for-in "^0.1.3" 5564 for-in "^0.1.3"
6494 is-extendable "^0.1.1" 5565 is-extendable "^0.1.1"
6495 5566
6496mkdirp@0.5.x, mkdirp@0.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0: 5567mkdirp@0.5.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0:
6497 version "0.5.1" 5568 version "0.5.1"
6498 resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" 5569 resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
6499 integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= 5570 integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
@@ -6501,9 +5572,9 @@ mkdirp@0.5.x, mkdirp@0.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp
6501 minimist "0.0.8" 5572 minimist "0.0.8"
6502 5573
6503mousetrap@^1.6.0: 5574mousetrap@^1.6.0:
6504 version "1.6.2" 5575 version "1.6.3"
6505 resolved "https://registry.yarnpkg.com/mousetrap/-/mousetrap-1.6.2.tgz#caadd9cf886db0986fb2fee59a82f6bd37527587" 5576 resolved "https://registry.yarnpkg.com/mousetrap/-/mousetrap-1.6.3.tgz#80fee49665fd478bccf072c9d46bdf1bfed3558a"
6506 integrity sha512-jDjhi7wlHwdO6q6DS7YRmSHcuI+RVxadBkLt3KHrhd3C2b+w5pKefg3oj5beTcHZyVFA9Aksf+yEE1y5jxUjVA== 5577 integrity sha512-bd+nzwhhs9ifsUrC2tWaSgm24/oo2c83zaRyZQF06hYA6sANfsXHtnZ19AbbbDXCDzeH5nZBSQ4NvCjgD62tJA==
6507 5578
6508move-concurrently@^1.0.1: 5579move-concurrently@^1.0.1:
6509 version "1.0.1" 5580 version "1.0.1"
@@ -6581,15 +5652,15 @@ mute-stream@0.0.7:
6581 resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" 5652 resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
6582 integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s= 5653 integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=
6583 5654
6584mux.js@4.5.1: 5655mux.js@5.0.1:
6585 version "4.5.1" 5656 version "5.0.1"
6586 resolved "https://registry.yarnpkg.com/mux.js/-/mux.js-4.5.1.tgz#1d70f1ad9b951315e16390d47be8fc42fd080194" 5657 resolved "https://registry.yarnpkg.com/mux.js/-/mux.js-5.0.1.tgz#ccf757d18f30e65179bd38d60ccc9f04e9cb1e3a"
6587 integrity sha512-j4rEyZKCRinGaSiBxPx9YD9B782TMPHPOlKyaMY07vIGTNYg4ouCEBvL6zX9Hh1k1fKZ5ZF3S7c+XVk6PB+Igw== 5658 integrity sha512-yfmJ9CaLGSyRnEwqwzvISSZe6EdcvXIsgapZfuNNFuUQUlYDwltnCgZqV6IG90daY4dYTemK/hxMoxI1bB6RjA==
6588 5659
6589nan@^2.10.0, nan@^2.9.2: 5660nan@^2.10.0, nan@^2.9.2:
6590 version "2.11.1" 5661 version "2.13.2"
6591 resolved "https://registry.yarnpkg.com/nan/-/nan-2.11.1.tgz#90e22bccb8ca57ea4cd37cc83d3819b52eea6766" 5662 resolved "https://registry.yarnpkg.com/nan/-/nan-2.13.2.tgz#f51dc7ae66ba7d5d55e1e6d4d8092e802c9aefe7"
6592 integrity sha512-iji6k87OSXa0CcrLl9z+ZiYSuR2o+c0bGuNmXdrhTQTakxytAFsC56SArGYoiHlJlFoHSnvmhpceZJaXkVuOtA== 5663 integrity sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw==
6593 5664
6594nanomatch@^1.2.9: 5665nanomatch@^1.2.9:
6595 version "1.2.13" 5666 version "1.2.13"
@@ -6608,11 +5679,6 @@ nanomatch@^1.2.9:
6608 snapdragon "^0.8.1" 5679 snapdragon "^0.8.1"
6609 to-regex "^3.0.1" 5680 to-regex "^3.0.1"
6610 5681
6611natural-compare@^1.4.0:
6612 version "1.4.0"
6613 resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
6614 integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
6615
6616needle@^2.2.1: 5682needle@^2.2.1:
6617 version "2.2.4" 5683 version "2.2.4"
6618 resolved "https://registry.yarnpkg.com/needle/-/needle-2.2.4.tgz#51931bff82533b1928b7d1d69e01f1b00ffd2a4e" 5684 resolved "https://registry.yarnpkg.com/needle/-/needle-2.2.4.tgz#51931bff82533b1928b7d1d69e01f1b00ffd2a4e"
@@ -6627,7 +5693,7 @@ negotiator@0.6.1:
6627 resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9" 5693 resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9"
6628 integrity sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk= 5694 integrity sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=
6629 5695
6630neo-async@^2.5.0: 5696neo-async@^2.5.0, neo-async@^2.6.0:
6631 version "2.6.0" 5697 version "2.6.0"
6632 resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.0.tgz#b9d15e4d71c6762908654b5183ed38b753340835" 5698 resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.0.tgz#b9d15e4d71c6762908654b5183ed38b753340835"
6633 integrity sha512-MFh0d/Wa7vkKO3Y3LlacqAEeHK0mckVqzDieUKTT+KGxi+zIpeVsFxymkIiRpbpDziHc290Xr9A1O4Om7otoRA== 5699 integrity sha512-MFh0d/Wa7vkKO3Y3LlacqAEeHK0mckVqzDieUKTT+KGxi+zIpeVsFxymkIiRpbpDziHc290Xr9A1O4Om7otoRA==
@@ -6642,7 +5708,7 @@ next-event@^1.0.0:
6642 resolved "https://registry.yarnpkg.com/next-event/-/next-event-1.0.0.tgz#e7778acde2e55802e0ad1879c39cf6f75eda61d8" 5708 resolved "https://registry.yarnpkg.com/next-event/-/next-event-1.0.0.tgz#e7778acde2e55802e0ad1879c39cf6f75eda61d8"
6643 integrity sha1-53eKzeLlWALgrRh5w5z2917aYdg= 5709 integrity sha1-53eKzeLlWALgrRh5w5z2917aYdg=
6644 5710
6645next-tick@1: 5711next-tick@^1.0.0:
6646 version "1.0.0" 5712 version "1.0.0"
6647 resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c" 5713 resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
6648 integrity sha1-yobR/ogoFpsBICCOPchCS524NCw= 5714 integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=
@@ -6654,26 +5720,26 @@ ng2-material-dropdown@0.10.1:
6654 dependencies: 5720 dependencies:
6655 tslib "^1.9.0" 5721 tslib "^1.9.0"
6656 5722
6657ngx-chips@1.9.7: 5723ngx-chips@2.0.0-beta.0:
6658 version "1.9.7" 5724 version "2.0.0-beta.0"
6659 resolved "https://registry.yarnpkg.com/ngx-chips/-/ngx-chips-1.9.7.tgz#0f0f30df65566edb4cc129554e8e071cf78835a5" 5725 resolved "https://registry.yarnpkg.com/ngx-chips/-/ngx-chips-2.0.0-beta.0.tgz#34ee6552ff2f3fc23d54ecba572a70022ac2e34a"
6660 integrity sha512-AJyKJ24V5a19ANYTNgaftsv9zffpZgR4hNBJfrQ3Pct6zs545NPz5DVIiUBOTWbH4YMgcCpS2uDcbec+J1N06g== 5726 integrity sha512-TND8OAaD1FBt5RG0TS8vhDOpVIXakQSTucQKD8GDhaNSz+92ba2WAZA5snzI5exVs52hjfCdUTAjam6d/OO9Ug==
6661 dependencies: 5727 dependencies:
6662 ng2-material-dropdown "0.10.1" 5728 ng2-material-dropdown "0.10.1"
6663 tslib "^1.9.0" 5729 tslib "^1.9.0"
6664 5730
6665ngx-clipboard@11.1.7: 5731ngx-clipboard@12.0.0:
6666 version "11.1.7" 5732 version "12.0.0"
6667 resolved "https://registry.yarnpkg.com/ngx-clipboard/-/ngx-clipboard-11.1.7.tgz#a880f82ab2dd17476d8fa9a48f7f524f37fdbef8" 5733 resolved "https://registry.yarnpkg.com/ngx-clipboard/-/ngx-clipboard-12.0.0.tgz#5ad5e10545fc4c8e8ca99f4197c3305f6bfbde53"
6668 integrity sha512-84BMdd8h9TqI87CtEElj19B4AlDyqj9pz+Iy52jwnXereui774A8H7CT6OoDQ+JP6MGl0r+gpTjTfiKC0hhxIg== 5734 integrity sha512-uN5KMNIiRT7uVHfJ5lgDSb7AvfkHvMrPjIKSaptWFl+z9AsMQq7/5IW6hfxx11AUPXY/yfoP4PWHsJ9KBwfv+g==
6669 dependencies: 5735 dependencies:
6670 ngx-window-token "^1.0.0" 5736 ngx-window-token "^2.0.0"
6671 tslib "^1.9.0" 5737 tslib "^1.9.0"
6672 5738
6673ngx-pipes@^2.1.7: 5739ngx-pipes@^2.1.7:
6674 version "2.3.6" 5740 version "2.4.6"
6675 resolved "https://registry.yarnpkg.com/ngx-pipes/-/ngx-pipes-2.3.6.tgz#3c7ba04844f0191262165d89d3aecf1a45b9d410" 5741 resolved "https://registry.yarnpkg.com/ngx-pipes/-/ngx-pipes-2.4.6.tgz#49bf76c32338ce4e8404817bd72fda025f6ef80b"
6676 integrity sha512-BLbZyqa7UjSp+qOmj5elPyMXedvgC5lI6W9kIDXaxE+4TIAPsbmLK3axo8NW22Bu73DgRYy8Ftepv3XV2dMqDg== 5742 integrity sha512-ISrdCxiOt9AiyJGtRqlNB5JMrCCb0Otp2KV1sWOxwZqfysz8apGhK0nrag0mCJQtjSNkdDgWcZdW7ZnDtQqZSg==
6677 dependencies: 5743 dependencies:
6678 tslib "^1.9.0" 5744 tslib "^1.9.0"
6679 5745
@@ -6684,10 +5750,10 @@ ngx-qrcode2@^0.0.9:
6684 dependencies: 5750 dependencies:
6685 qrcode "^0.8.2" 5751 qrcode "^0.8.2"
6686 5752
6687ngx-window-token@^1.0.0: 5753ngx-window-token@^2.0.0:
6688 version "1.0.2" 5754 version "2.0.1"
6689 resolved "https://registry.yarnpkg.com/ngx-window-token/-/ngx-window-token-1.0.2.tgz#2ebadd300fee1f61eb8b851b0ad97b1f46f5e4cc" 5755 resolved "https://registry.yarnpkg.com/ngx-window-token/-/ngx-window-token-2.0.1.tgz#8f91221af4116aa9f49bb3f7a6f1111639884fba"
6690 integrity sha512-bFgvi7MYSK1p4b3Mqvn9+biXaO8QDEbpP2sEMSwr0Zgrwh6zCO3F92a6SIIzusqpZBAhxyfVSqj3mO5qIxlM5Q== 5756 integrity sha512-rvqdqJEfnWXQFU5fyfYt06E10tR/UtFOYdF3QebfcOh5VIJhnTKiprX8e4B9OrX7WEVFm9BT8uV72xXcEgsaKA==
6691 dependencies: 5757 dependencies:
6692 tslib "^1.9.0" 5758 tslib "^1.9.0"
6693 5759
@@ -6717,10 +5783,10 @@ node-forge@0.7.5:
6717 resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.5.tgz#6c152c345ce11c52f465c2abd957e8639cd674df" 5783 resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.5.tgz#6c152c345ce11c52f465c2abd957e8639cd674df"
6718 integrity sha512-MmbQJ2MTESTjt3Gi/3yG1wGpIMhUfcIypUCGtTizFR9IiccFwxSpfp0vtIZlkFclEqERemxfnSdZEMR9VqqEFQ== 5784 integrity sha512-MmbQJ2MTESTjt3Gi/3yG1wGpIMhUfcIypUCGtTizFR9IiccFwxSpfp0vtIZlkFclEqERemxfnSdZEMR9VqqEFQ==
6719 5785
6720node-gyp-build@~3.4.0: 5786node-gyp-build@~3.7.0:
6721 version "3.4.0" 5787 version "3.7.0"
6722 resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-3.4.0.tgz#f8f62507e65f152488b28aac25d04b9d79748cf7" 5788 resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-3.7.0.tgz#daa77a4f547b9aed3e2aac779eaf151afd60ec8d"
6723 integrity sha512-YoviGBJYGrPdLOKDIQB0sKxuKy/EEsxzooNkOZak4vSTKT/qH0Pa6dj3t1MJjEQGsefih61IyHDmO1WW7xOFfw== 5789 integrity sha512-L/Eg02Epx6Si2NXmedx+Okg+4UHqmaf3TNcxd50SF9NQGcJaON3AtU++kax69XV7YWz4tUspqZSAsVofhFKG2w==
6724 5790
6725node-gyp@^3.8.0: 5791node-gyp@^3.8.0:
6726 version "3.8.0" 5792 version "3.8.0"
@@ -6740,15 +5806,10 @@ node-gyp@^3.8.0:
6740 tar "^2.0.0" 5806 tar "^2.0.0"
6741 which "1" 5807 which "1"
6742 5808
6743node-int64@^0.4.0:
6744 version "0.4.0"
6745 resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
6746 integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=
6747
6748node-libs-browser@^2.0.0: 5809node-libs-browser@^2.0.0:
6749 version "2.1.0" 5810 version "2.2.0"
6750 resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.1.0.tgz#5f94263d404f6e44767d726901fff05478d600df" 5811 resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.0.tgz#c72f60d9d46de08a940dedbb25f3ffa2f9bbaa77"
6751 integrity sha512-5AzFzdoIMb89hBGMZglEegffzgRg+ZFoUmisQ8HI4j1KDdpx13J0taNp2y9xPbur6W61gepGDDotGBVQ7mfUCg== 5812 integrity sha512-5MQunG/oyOaBdttrL40dA7bUfPORLRWMUJLQtMg7nluxUvk5XwnLdL9twQHFAjRx/y7mIMkLKT9++qPbbk6BZA==
6752 dependencies: 5813 dependencies:
6753 assert "^1.1.1" 5814 assert "^1.1.1"
6754 browserify-zlib "^0.2.0" 5815 browserify-zlib "^0.2.0"
@@ -6757,7 +5818,7 @@ node-libs-browser@^2.0.0:
6757 constants-browserify "^1.0.0" 5818 constants-browserify "^1.0.0"
6758 crypto-browserify "^3.11.0" 5819 crypto-browserify "^3.11.0"
6759 domain-browser "^1.1.1" 5820 domain-browser "^1.1.1"
6760 events "^1.0.0" 5821 events "^3.0.0"
6761 https-browserify "^1.0.0" 5822 https-browserify "^1.0.0"
6762 os-browserify "^0.3.0" 5823 os-browserify "^0.3.0"
6763 path-browserify "0.0.0" 5824 path-browserify "0.0.0"
@@ -6771,19 +5832,9 @@ node-libs-browser@^2.0.0:
6771 timers-browserify "^2.0.4" 5832 timers-browserify "^2.0.4"
6772 tty-browserify "0.0.0" 5833 tty-browserify "0.0.0"
6773 url "^0.11.0" 5834 url "^0.11.0"
6774 util "^0.10.3" 5835 util "^0.11.0"
6775 vm-browserify "0.0.4" 5836 vm-browserify "0.0.4"
6776 5837
6777node-notifier@^5.2.1:
6778 version "5.3.0"
6779 resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-5.3.0.tgz#c77a4a7b84038733d5fb351aafd8a268bfe19a01"
6780 integrity sha512-AhENzCSGZnZJgBARsUjnQ7DnZbzyP+HxlVXuD0xqAnvL8q+OqtSX7lGg9e8nHzwXkMMXNdVeqq4E2M3EUAqX6Q==
6781 dependencies:
6782 growly "^1.3.0"
6783 semver "^5.5.0"
6784 shellwords "^0.1.1"
6785 which "^1.3.0"
6786
6787node-pre-gyp@^0.10.0: 5838node-pre-gyp@^0.10.0:
6788 version "0.10.3" 5839 version "0.10.3"
6789 resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.10.3.tgz#3070040716afdc778747b61b6887bf78880b80fc" 5840 resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.10.3.tgz#3070040716afdc778747b61b6887bf78880b80fc"
@@ -6800,17 +5851,17 @@ node-pre-gyp@^0.10.0:
6800 semver "^5.3.0" 5851 semver "^5.3.0"
6801 tar "^4" 5852 tar "^4"
6802 5853
6803node-releases@^1.0.5: 5854node-releases@^1.1.12:
6804 version "1.0.5" 5855 version "1.1.13"
6805 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.0.5.tgz#a641adcc968b039a27345d92ef10b093e5cbd41d" 5856 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.13.tgz#8c03296b5ae60c08e2ff4f8f22ae45bd2f210083"
6806 integrity sha512-Ky7q0BO1BBkG/rQz6PkEZ59rwo+aSfhczHP1wwq8IowoVdN/FpiP7qp0XW0P2+BVCWe5fQUBozdbVd54q1RbCQ== 5857 integrity sha512-fKZGviSXR6YvVPyc011NHuJDSD8gFQvLPmc2d2V3BS4gr52ycyQ1Xzs7a8B+Ax3Ni/W+5h1h4SqmzeoA8WZRmA==
6807 dependencies: 5858 dependencies:
6808 semver "^5.3.0" 5859 semver "^5.3.0"
6809 5860
6810node-sass@4.10.0, node-sass@^4.9.3: 5861node-sass@4.11.0, node-sass@^4.9.3:
6811 version "4.10.0" 5862 version "4.11.0"
6812 resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.10.0.tgz#dcc2b364c0913630945ccbf7a2bbf1f926effca4" 5863 resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.11.0.tgz#183faec398e9cbe93ba43362e2768ca988a6369a"
6813 integrity sha512-fDQJfXszw6vek63Fe/ldkYXmRYK/QS6NbvM3i5oEo9ntPDy4XX7BcKZyTKv+/kSSxRtXXc7l+MSwEmYc0CSy6Q== 5864 integrity sha512-bHUdHTphgQJZaF1LASx0kAviPH7sGlcyNhWade4eVIpFp6tsn7SV8xNMTbsQFpEV9VXpnwTTnNYlfsZXgGgmkA==
6814 dependencies: 5865 dependencies:
6815 async-foreach "^0.1.3" 5866 async-foreach "^0.1.3"
6816 chalk "^1.1.1" 5867 chalk "^1.1.1"
@@ -6832,7 +5883,7 @@ node-sass@4.10.0, node-sass@^4.9.3:
6832 stdout-stream "^1.4.0" 5883 stdout-stream "^1.4.0"
6833 "true-case-path" "^1.0.2" 5884 "true-case-path" "^1.0.2"
6834 5885
6835"nopt@2 || 3", nopt@3.x: 5886"nopt@2 || 3":
6836 version "3.0.6" 5887 version "3.0.6"
6837 resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9" 5888 resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9"
6838 integrity sha1-xkZdvwirzU2zWTF/eaxopkayj/k= 5889 integrity sha1-xkZdvwirzU2zWTF/eaxopkayj/k=
@@ -6848,38 +5899,43 @@ nopt@^4.0.1:
6848 osenv "^0.1.4" 5899 osenv "^0.1.4"
6849 5900
6850normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.4.0: 5901normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.4.0:
6851 version "2.4.0" 5902 version "2.5.0"
6852 resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.4.0.tgz#12f95a307d58352075a04907b84ac8be98ac012f" 5903 resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
6853 integrity sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw== 5904 integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
6854 dependencies: 5905 dependencies:
6855 hosted-git-info "^2.1.4" 5906 hosted-git-info "^2.1.4"
6856 is-builtin-module "^1.0.0" 5907 resolve "^1.10.0"
6857 semver "2 || 3 || 4 || 5" 5908 semver "2 || 3 || 4 || 5"
6858 validate-npm-package-license "^3.0.1" 5909 validate-npm-package-license "^3.0.1"
6859 5910
6860normalize-path@^2.0.0, normalize-path@^2.0.1, normalize-path@^2.1.1: 5911normalize-path@^2.1.1:
6861 version "2.1.1" 5912 version "2.1.1"
6862 resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" 5913 resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
6863 integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= 5914 integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=
6864 dependencies: 5915 dependencies:
6865 remove-trailing-separator "^1.0.1" 5916 remove-trailing-separator "^1.0.1"
6866 5917
5918normalize-path@^3.0.0:
5919 version "3.0.0"
5920 resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
5921 integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
5922
6867normalize-range@^0.1.2: 5923normalize-range@^0.1.2:
6868 version "0.1.2" 5924 version "0.1.2"
6869 resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" 5925 resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
6870 integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= 5926 integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=
6871 5927
6872npm-bundled@^1.0.1: 5928npm-bundled@^1.0.1:
6873 version "1.0.5" 5929 version "1.0.6"
6874 resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.5.tgz#3c1732b7ba936b3a10325aef616467c0ccbcc979" 5930 resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd"
6875 integrity sha512-m/e6jgWu8/v5niCUKQi9qQl8QdeEduFA96xHDDzFGqly0OOjI7c+60KM/2sppfnUU9JJagf+zs+yGhqSOFj71g== 5931 integrity sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC5KwhrvzZRJu+LtDE585zVaS32+CGtf0g==
6876 5932
6877npm-font-source-sans-pro@^1.0.2: 5933npm-font-source-sans-pro@^1.0.2:
6878 version "1.0.2" 5934 version "1.0.2"
6879 resolved "https://registry.yarnpkg.com/npm-font-source-sans-pro/-/npm-font-source-sans-pro-1.0.2.tgz#c55c8ae368eebdbcaca65425a0d7e1f9a192a03e" 5935 resolved "https://registry.yarnpkg.com/npm-font-source-sans-pro/-/npm-font-source-sans-pro-1.0.2.tgz#c55c8ae368eebdbcaca65425a0d7e1f9a192a03e"
6880 integrity sha1-xVyK42juvbysplQloNfh+aGSoD4= 5936 integrity sha1-xVyK42juvbysplQloNfh+aGSoD4=
6881 5937
6882npm-package-arg@^6.0.0, npm-package-arg@^6.1.0: 5938npm-package-arg@6.1.0, npm-package-arg@^6.0.0, npm-package-arg@^6.1.0:
6883 version "6.1.0" 5939 version "6.1.0"
6884 resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-6.1.0.tgz#15ae1e2758a5027efb4c250554b85a737db7fcc1" 5940 resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-6.1.0.tgz#15ae1e2758a5027efb4c250554b85a737db7fcc1"
6885 integrity sha512-zYbhP2k9DbJhA0Z3HKUePUgdB1x7MfIfKssC+WLPFMKTBZKpZh5m13PgexJjCq6KW7j17r0jHWcCpxEqnnncSA== 5941 integrity sha512-zYbhP2k9DbJhA0Z3HKUePUgdB1x7MfIfKssC+WLPFMKTBZKpZh5m13PgexJjCq6KW7j17r0jHWcCpxEqnnncSA==
@@ -6890,14 +5946,14 @@ npm-package-arg@^6.0.0, npm-package-arg@^6.1.0:
6890 validate-npm-package-name "^3.0.0" 5946 validate-npm-package-name "^3.0.0"
6891 5947
6892npm-packlist@^1.1.12, npm-packlist@^1.1.6: 5948npm-packlist@^1.1.12, npm-packlist@^1.1.6:
6893 version "1.1.12" 5949 version "1.4.1"
6894 resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.1.12.tgz#22bde2ebc12e72ca482abd67afc51eb49377243a" 5950 resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.1.tgz#19064cdf988da80ea3cee45533879d90192bbfbc"
6895 integrity sha512-WJKFOVMeAlsU/pjXuqVdzU0WfgtIBCupkEVwn+1Y0ERAbUfWw8R4GjgVbaKnUjRoD2FoQbHOCbOyT5Mbs9Lw4g== 5951 integrity sha512-+TcdO7HJJ8peiiYhvPxsEDhF3PJFGUGRcFsGve3vxvxdcpO2Z4Z7rkosRM0kWj6LfbK/P0gu3dzk5RU1ffvFcw==
6896 dependencies: 5952 dependencies:
6897 ignore-walk "^3.0.1" 5953 ignore-walk "^3.0.1"
6898 npm-bundled "^1.0.1" 5954 npm-bundled "^1.0.1"
6899 5955
6900npm-pick-manifest@^2.1.0: 5956npm-pick-manifest@^2.2.3:
6901 version "2.2.3" 5957 version "2.2.3"
6902 resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-2.2.3.tgz#32111d2a9562638bb2c8f2bf27f7f3092c8fae40" 5958 resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-2.2.3.tgz#32111d2a9562638bb2c8f2bf27f7f3092c8fae40"
6903 integrity sha512-+IluBC5K201+gRU85vFlUwX3PFShZAbAgDNp2ewJdWMVSppdo/Zih0ul2Ecky/X7b51J7LrrUAP+XOmOCvYZqA== 5959 integrity sha512-+IluBC5K201+gRU85vFlUwX3PFShZAbAgDNp2ewJdWMVSppdo/Zih0ul2Ecky/X7b51J7LrrUAP+XOmOCvYZqA==
@@ -6907,9 +5963,9 @@ npm-pick-manifest@^2.1.0:
6907 semver "^5.4.1" 5963 semver "^5.4.1"
6908 5964
6909npm-registry-fetch@^3.8.0: 5965npm-registry-fetch@^3.8.0:
6910 version "3.8.0" 5966 version "3.9.0"
6911 resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-3.8.0.tgz#aa7d9a7c92aff94f48dba0984bdef4bd131c88cc" 5967 resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-3.9.0.tgz#44d841780e2833f06accb34488f8c7450d1a6856"
6912 integrity sha512-hrw8UMD+Nob3Kl3h8Z/YjmKamb1gf7D1ZZch2otrIXM3uFLB5vjEY6DhMlq80z/zZet6eETLbOXcuQudCB3Zpw== 5968 integrity sha512-srwmt8YhNajAoSAaDWndmZgx89lJwIZ1GWxOuckH4Coek4uHv5S+o/l9FLQe/awA+JwTnj4FJHldxhlXdZEBmw==
6913 dependencies: 5969 dependencies:
6914 JSONStream "^1.3.4" 5970 JSONStream "^1.3.4"
6915 bluebird "^3.5.1" 5971 bluebird "^3.5.1"
@@ -6957,11 +6013,6 @@ number-is-nan@^1.0.0:
6957 resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" 6013 resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
6958 integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= 6014 integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
6959 6015
6960nwsapi@^2.0.7:
6961 version "2.0.9"
6962 resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.0.9.tgz#77ac0cdfdcad52b6a1151a84e73254edc33ed016"
6963 integrity sha512-nlWFSCTYQcHk/6A9FFnfhKc14c3aFhfdNBXgo8Qgi9QTBu/qg3Ww+Uiz9wMzXd1T8GFxPc2QIHB6Qtf2XFryFQ==
6964
6965oauth-sign@~0.9.0: 6016oauth-sign@~0.9.0:
6966 version "0.9.0" 6017 version "0.9.0"
6967 resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" 6018 resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
@@ -6987,9 +6038,9 @@ object-copy@^0.1.0:
6987 kind-of "^3.0.3" 6038 kind-of "^3.0.3"
6988 6039
6989object-keys@^1.0.11, object-keys@^1.0.12: 6040object-keys@^1.0.11, object-keys@^1.0.12:
6990 version "1.0.12" 6041 version "1.1.0"
6991 resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2" 6042 resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.0.tgz#11bd22348dd2e096a045ab06f6c85bcc340fa032"
6992 integrity sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag== 6043 integrity sha512-6OO5X1+2tYkNyNEx6TsCxEqFfRWaqx6EtMiSbGrw8Ob8v9Ne+Hl8rBAgLBZn5wjEz3s/s6U1WXFUFOcxxAwUpg==
6993 6044
6994object-visit@^1.0.0: 6045object-visit@^1.0.0:
6995 version "1.0.1" 6046 version "1.0.1"
@@ -7016,14 +6067,6 @@ object.getownpropertydescriptors@^2.0.3:
7016 define-properties "^1.1.2" 6067 define-properties "^1.1.2"
7017 es-abstract "^1.5.1" 6068 es-abstract "^1.5.1"
7018 6069
7019object.omit@^2.0.0:
7020 version "2.0.1"
7021 resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
7022 integrity sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=
7023 dependencies:
7024 for-own "^0.1.4"
7025 is-extendable "^0.1.1"
7026
7027object.pick@^1.3.0: 6070object.pick@^1.3.0:
7028 version "1.3.0" 6071 version "1.3.0"
7029 resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" 6072 resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
@@ -7031,7 +6074,7 @@ object.pick@^1.3.0:
7031 dependencies: 6074 dependencies:
7032 isobject "^3.0.1" 6075 isobject "^3.0.1"
7033 6076
7034obuf@^1.0.0, obuf@^1.1.1: 6077obuf@^1.0.0, obuf@^1.1.2:
7035 version "1.1.2" 6078 version "1.1.2"
7036 resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e" 6079 resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
7037 integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg== 6080 integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==
@@ -7043,12 +6086,12 @@ on-finished@~2.3.0:
7043 dependencies: 6086 dependencies:
7044 ee-first "1.1.1" 6087 ee-first "1.1.1"
7045 6088
7046on-headers@~1.0.1: 6089on-headers@~1.0.2:
7047 version "1.0.1" 6090 version "1.0.2"
7048 resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.1.tgz#928f5d0f470d49342651ea6794b0857c100693f7" 6091 resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f"
7049 integrity sha1-ko9dD0cNSTQmUepnlLCFfBAGk/c= 6092 integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==
7050 6093
7051once@1.x, once@^1.3.0, once@^1.3.1, once@^1.3.3, once@^1.4.0: 6094once@^1.3.0, once@^1.3.1, once@^1.3.3, once@^1.4.0:
7052 version "1.4.0" 6095 version "1.4.0"
7053 resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" 6096 resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
7054 integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= 6097 integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
@@ -7067,17 +6110,17 @@ opener@^1.5.1:
7067 resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.1.tgz#6d2f0e77f1a0af0032aca716c2c1fbb8e7e8abed" 6110 resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.1.tgz#6d2f0e77f1a0af0032aca716c2c1fbb8e7e8abed"
7068 integrity sha512-goYSy5c2UXE4Ra1xixabeVh1guIX/ZV/YokJksb6q2lubWu6UbvPQ20p542/sFIll1nl8JnCyK9oBaOcCWXwvA== 6111 integrity sha512-goYSy5c2UXE4Ra1xixabeVh1guIX/ZV/YokJksb6q2lubWu6UbvPQ20p542/sFIll1nl8JnCyK9oBaOcCWXwvA==
7069 6112
7070opn@5.3.0: 6113opn@5.4.0:
7071 version "5.3.0" 6114 version "5.4.0"
7072 resolved "https://registry.yarnpkg.com/opn/-/opn-5.3.0.tgz#64871565c863875f052cfdf53d3e3cb5adb53b1c" 6115 resolved "https://registry.yarnpkg.com/opn/-/opn-5.4.0.tgz#cb545e7aab78562beb11aa3bfabc7042e1761035"
7073 integrity sha512-bYJHo/LOmoTd+pfiYhfZDnf9zekVJrY+cnS2a5F2x+w5ppvTqObojTP7WiFG+kVZs9Inw+qQ/lw7TroWwhdd2g== 6116 integrity sha512-YF9MNdVy/0qvJvDtunAOzFw9iasOQHpVthTCvGzxt61Il64AYSGdK+rYwld7NAfk9qJ7dt+hymBNSc9LNYS+Sw==
7074 dependencies: 6117 dependencies:
7075 is-wsl "^1.1.0" 6118 is-wsl "^1.1.0"
7076 6119
7077opn@^5.1.0: 6120opn@^5.1.0:
7078 version "5.4.0" 6121 version "5.5.0"
7079 resolved "https://registry.yarnpkg.com/opn/-/opn-5.4.0.tgz#cb545e7aab78562beb11aa3bfabc7042e1761035" 6122 resolved "https://registry.yarnpkg.com/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc"
7080 integrity sha512-YF9MNdVy/0qvJvDtunAOzFw9iasOQHpVthTCvGzxt61Il64AYSGdK+rYwld7NAfk9qJ7dt+hymBNSc9LNYS+Sw== 6123 integrity sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==
7081 dependencies: 6124 dependencies:
7082 is-wsl "^1.1.0" 6125 is-wsl "^1.1.0"
7083 6126
@@ -7089,18 +6132,6 @@ optimist@^0.6.1, optimist@~0.6.0:
7089 minimist "~0.0.1" 6132 minimist "~0.0.1"
7090 wordwrap "~0.0.2" 6133 wordwrap "~0.0.2"
7091 6134
7092optionator@^0.8.1:
7093 version "0.8.2"
7094 resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
7095 integrity sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=
7096 dependencies:
7097 deep-is "~0.1.3"
7098 fast-levenshtein "~2.0.4"
7099 levn "~0.3.0"
7100 prelude-ls "~1.1.2"
7101 type-check "~0.3.2"
7102 wordwrap "~1.0.0"
7103
7104original@^1.0.0: 6135original@^1.0.0:
7105 version "1.0.2" 6136 version "1.0.2"
7106 resolved "https://registry.yarnpkg.com/original/-/original-1.0.2.tgz#e442a61cffe1c5fd20a65f3261c26663b303f25f" 6137 resolved "https://registry.yarnpkg.com/original/-/original-1.0.2.tgz#e442a61cffe1c5fd20a65f3261c26663b303f25f"
@@ -7135,15 +6166,15 @@ os-locale@^2.0.0:
7135 mem "^1.1.0" 6166 mem "^1.1.0"
7136 6167
7137os-locale@^3.0.0: 6168os-locale@^3.0.0:
7138 version "3.0.1" 6169 version "3.1.0"
7139 resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.0.1.tgz#3b014fbf01d87f60a1e5348d80fe870dc82c4620" 6170 resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a"
7140 integrity sha512-7g5e7dmXPtzcP4bgsZ8ixDVqA7oWYuEz4lOSujeWyliPai4gfVDiFIcwBg3aGCPnmSGfzOKTK3ccPn0CKv3DBw== 6171 integrity sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==
7141 dependencies: 6172 dependencies:
7142 execa "^0.10.0" 6173 execa "^1.0.0"
7143 lcid "^2.0.0" 6174 lcid "^2.0.0"
7144 mem "^4.0.0" 6175 mem "^4.0.0"
7145 6176
7146os-tmpdir@^1.0.0, os-tmpdir@^1.0.1, os-tmpdir@~1.0.1, os-tmpdir@~1.0.2: 6177os-tmpdir@^1.0.0, os-tmpdir@~1.0.1, os-tmpdir@~1.0.2:
7147 version "1.0.2" 6178 version "1.0.2"
7148 resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" 6179 resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
7149 integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= 6180 integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
@@ -7166,10 +6197,10 @@ p-finally@^1.0.0:
7166 resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" 6197 resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
7167 integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= 6198 integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
7168 6199
7169p-is-promise@^1.1.0: 6200p-is-promise@^2.0.0:
7170 version "1.1.0" 6201 version "2.0.0"
7171 resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e" 6202 resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-2.0.0.tgz#7554e3d572109a87e1f3f53f6a7d85d1b194f4c5"
7172 integrity sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4= 6203 integrity sha512-pzQPhYMCAgLAKPWD2jC3Se9fEfrD9npNos0y150EeqZll7akhEgGhTW/slB6lHku8AvYGiJ+YJ5hfHKePPgFWg==
7173 6204
7174p-limit@^1.0.0, p-limit@^1.1.0: 6205p-limit@^1.0.0, p-limit@^1.1.0:
7175 version "1.3.0" 6206 version "1.3.0"
@@ -7179,9 +6210,9 @@ p-limit@^1.0.0, p-limit@^1.1.0:
7179 p-try "^1.0.0" 6210 p-try "^1.0.0"
7180 6211
7181p-limit@^2.0.0: 6212p-limit@^2.0.0:
7182 version "2.0.0" 6213 version "2.2.0"
7183 resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.0.0.tgz#e624ed54ee8c460a778b3c9f3670496ff8a57aec" 6214 resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2"
7184 integrity sha512-fl5s52lI5ahKCernzzIyAP0QAZbGIovtVHGwpcu1Jr/EpzLVDI2myISHwGqK7m8uQFugVWSrbxH7XnhGtvEc+A== 6215 integrity sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==
7185 dependencies: 6216 dependencies:
7186 p-try "^2.0.0" 6217 p-try "^2.0.0"
7187 6218
@@ -7210,9 +6241,29 @@ p-try@^1.0.0:
7210 integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= 6241 integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=
7211 6242
7212p-try@^2.0.0: 6243p-try@^2.0.0:
7213 version "2.0.0" 6244 version "2.2.0"
7214 resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.0.0.tgz#85080bb87c64688fa47996fe8f7dfbe8211760b1" 6245 resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
7215 integrity sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ== 6246 integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
6247
6248p2p-media-loader-core@^0.5.0:
6249 version "0.5.0"
6250 resolved "https://registry.yarnpkg.com/p2p-media-loader-core/-/p2p-media-loader-core-0.5.0.tgz#92cd5ecc8b41ad74d13a1bf7e7eddd039681808c"
6251 integrity sha512-CDpXqHgCVQ0Jxim/Ep0/xbLtQt/0NqjuYGT7valmSshkbi4ic+A4Gjb+zlrlOulKrth4a+BU6HugAG76FFpGYA==
6252 dependencies:
6253 bittorrent-tracker "^9.10.1"
6254 debug "^4.1.1"
6255 events "^3.0.0"
6256 get-browser-rtc "^1.0.2"
6257 sha.js "^2.4.11"
6258
6259p2p-media-loader-hlsjs@^0.5.0:
6260 version "0.5.0"
6261 resolved "https://registry.yarnpkg.com/p2p-media-loader-hlsjs/-/p2p-media-loader-hlsjs-0.5.0.tgz#1985119f7cedbe994ae6500eecd78f6ead5748ec"
6262 integrity sha512-HlicHPU+5oM+WX0a/G96/EO6upIzFi6ICfnZOpLixHnwaY/4bHhtTOU+flD9lDwK7cEhyQJ5ZIQR0wZDu8TDoA==
6263 dependencies:
6264 events "^3.0.0"
6265 m3u8-parser "^4.3.0"
6266 p2p-media-loader-core "^0.5.0"
7216 6267
7217package-json-versionify@^1.0.2: 6268package-json-versionify@^1.0.2:
7218 version "1.0.4" 6269 version "1.0.4"
@@ -7221,17 +6272,17 @@ package-json-versionify@^1.0.2:
7221 dependencies: 6272 dependencies:
7222 browserify-package-json "^1.0.0" 6273 browserify-package-json "^1.0.0"
7223 6274
7224pacote@9.1.1: 6275pacote@9.4.0:
7225 version "9.1.1" 6276 version "9.4.0"
7226 resolved "https://registry.yarnpkg.com/pacote/-/pacote-9.1.1.tgz#25091f75a25021de8be8d34cc6408728fca3579b" 6277 resolved "https://registry.yarnpkg.com/pacote/-/pacote-9.4.0.tgz#af979abdeb175cd347c3e33be3241af1ed254807"
7227 integrity sha512-f28Rq5ozzKAA9YwIKw61/ipwAatUZseYmVssDbHHaexF0wRIVotapVEZPAjOT7Eu3LYVqEp0NVpNizoAnYBUaA== 6278 integrity sha512-WQ1KL/phGMkedYEQx9ODsjj7xvwLSpdFJJdEXrLyw5SILMxcTNt5DTxT2Z93fXuLFYJBlZJdnwdalrQdB/rX5w==
7228 dependencies: 6279 dependencies:
7229 bluebird "^3.5.2" 6280 bluebird "^3.5.3"
7230 cacache "^11.2.0" 6281 cacache "^11.3.2"
7231 figgy-pudding "^3.5.1" 6282 figgy-pudding "^3.5.1"
7232 get-stream "^4.1.0" 6283 get-stream "^4.1.0"
7233 glob "^7.1.3" 6284 glob "^7.1.3"
7234 lru-cache "^4.1.3" 6285 lru-cache "^5.1.1"
7235 make-fetch-happen "^4.0.1" 6286 make-fetch-happen "^4.0.1"
7236 minimatch "^3.0.4" 6287 minimatch "^3.0.4"
7237 minipass "^2.3.5" 6288 minipass "^2.3.5"
@@ -7240,7 +6291,7 @@ pacote@9.1.1:
7240 normalize-package-data "^2.4.0" 6291 normalize-package-data "^2.4.0"
7241 npm-package-arg "^6.1.0" 6292 npm-package-arg "^6.1.0"
7242 npm-packlist "^1.1.12" 6293 npm-packlist "^1.1.12"
7243 npm-pick-manifest "^2.1.0" 6294 npm-pick-manifest "^2.2.3"
7244 npm-registry-fetch "^3.8.0" 6295 npm-registry-fetch "^3.8.0"
7245 osenv "^0.1.5" 6296 osenv "^0.1.5"
7246 promise-inflight "^1.0.1" 6297 promise-inflight "^1.0.1"
@@ -7250,14 +6301,14 @@ pacote@9.1.1:
7250 safe-buffer "^5.1.2" 6301 safe-buffer "^5.1.2"
7251 semver "^5.6.0" 6302 semver "^5.6.0"
7252 ssri "^6.0.1" 6303 ssri "^6.0.1"
7253 tar "^4.4.6" 6304 tar "^4.4.8"
7254 unique-filename "^1.1.1" 6305 unique-filename "^1.1.1"
7255 which "^1.3.1" 6306 which "^1.3.1"
7256 6307
7257pako@~1.0.2, pako@~1.0.5: 6308pako@~1.0.2, pako@~1.0.5:
7258 version "1.0.7" 6309 version "1.0.10"
7259 resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.7.tgz#2473439021b57f1516c82f58be7275ad8ef1bb27" 6310 resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.10.tgz#4328badb5086a426aa90f541977d4955da5c9732"
7260 integrity sha512-3HNK5tW4x8o5mO8RuHZp3Ydw9icZXx0RANAOMzlMzx7LVXhMJ4mo3MOBpzyd7r/+RUu8BmndP47LXT+vzjtWcQ== 6311 integrity sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw==
7261 6312
7262parallel-transform@^1.1.0: 6313parallel-transform@^1.1.0:
7263 version "1.1.0" 6314 version "1.1.0"
@@ -7276,33 +6327,24 @@ param-case@2.1.x:
7276 no-case "^2.2.0" 6327 no-case "^2.2.0"
7277 6328
7278parse-asn1@^5.0.0: 6329parse-asn1@^5.0.0:
7279 version "5.1.1" 6330 version "5.1.4"
7280 resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.1.tgz#f6bf293818332bd0dab54efb16087724745e6ca8" 6331 resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.4.tgz#37f6628f823fbdeb2273b4d540434a22f3ef1fcc"
7281 integrity sha512-KPx7flKXg775zZpnp9SxJlz00gTd4BmJ2yJufSc44gMCRrRQ7NSzAcSJQfifuOLgW6bEi+ftrALtsgALeB2Adw== 6332 integrity sha512-Qs5duJcuvNExRfFZ99HDD3z4mAi3r9Wl/FOjEOijlxwCZs7E7mW2vjTpgQ4J8LpTF8x5v+1Vn5UQFejmWT11aw==
7282 dependencies: 6333 dependencies:
7283 asn1.js "^4.0.0" 6334 asn1.js "^4.0.0"
7284 browserify-aes "^1.0.0" 6335 browserify-aes "^1.0.0"
7285 create-hash "^1.1.0" 6336 create-hash "^1.1.0"
7286 evp_bytestokey "^1.0.0" 6337 evp_bytestokey "^1.0.0"
7287 pbkdf2 "^3.0.3" 6338 pbkdf2 "^3.0.3"
7288 6339 safe-buffer "^5.1.1"
7289parse-glob@^3.0.4:
7290 version "3.0.4"
7291 resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c"
7292 integrity sha1-ssN2z7EfNVE7rdFz7wu246OIORw=
7293 dependencies:
7294 glob-base "^0.3.0"
7295 is-dotfile "^1.0.0"
7296 is-extglob "^1.0.0"
7297 is-glob "^2.0.0"
7298 6340
7299parse-headers@^2.0.0: 6341parse-headers@^2.0.0:
7300 version "2.0.1" 6342 version "2.0.2"
7301 resolved "https://registry.yarnpkg.com/parse-headers/-/parse-headers-2.0.1.tgz#6ae83a7aa25a9d9b700acc28698cd1f1ed7e9536" 6343 resolved "https://registry.yarnpkg.com/parse-headers/-/parse-headers-2.0.2.tgz#9545e8a4c1ae5eaea7d24992bca890281ed26e34"
7302 integrity sha1-aug6eqJanZtwCswoaYzR8e1+lTY= 6344 integrity sha512-/LypJhzFmyBIDYP9aDVgeyEb5sQfbfY5mnDq4hVhlQ69js87wXfmEI5V3xI6vvXasqebp0oCytYFLxsBVfCzSg==
7303 dependencies: 6345 dependencies:
7304 for-each "^0.3.2" 6346 for-each "^0.3.3"
7305 trim "0.0.1" 6347 string.prototype.trim "^1.1.2"
7306 6348
7307parse-json@^2.2.0: 6349parse-json@^2.2.0:
7308 version "2.2.0" 6350 version "2.2.0"
@@ -7324,6 +6366,11 @@ parse-numeric-range@^0.0.2:
7324 resolved "https://registry.yarnpkg.com/parse-numeric-range/-/parse-numeric-range-0.0.2.tgz#b4f09d413c7adbcd987f6e9233c7b4b210c938e4" 6366 resolved "https://registry.yarnpkg.com/parse-numeric-range/-/parse-numeric-range-0.0.2.tgz#b4f09d413c7adbcd987f6e9233c7b4b210c938e4"
7325 integrity sha1-tPCdQTx6282Yf26SM8e0shDJOOQ= 6367 integrity sha1-tPCdQTx6282Yf26SM8e0shDJOOQ=
7326 6368
6369parse-passwd@^1.0.0:
6370 version "1.0.0"
6371 resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6"
6372 integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=
6373
7327parse-torrent@^6.1.2: 6374parse-torrent@^6.1.2:
7328 version "6.1.2" 6375 version "6.1.2"
7329 resolved "https://registry.yarnpkg.com/parse-torrent/-/parse-torrent-6.1.2.tgz#99da5bdd23435a1cb7e8e7a63847c4efb21b1956" 6376 resolved "https://registry.yarnpkg.com/parse-torrent/-/parse-torrent-6.1.2.tgz#99da5bdd23435a1cb7e8e7a63847c4efb21b1956"
@@ -7342,6 +6389,11 @@ parse5@4.0.0:
7342 resolved "https://registry.yarnpkg.com/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608" 6389 resolved "https://registry.yarnpkg.com/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608"
7343 integrity sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA== 6390 integrity sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==
7344 6391
6392parse5@^5.0.0:
6393 version "5.1.0"
6394 resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.0.tgz#c59341c9723f414c452975564c7c00a68d58acd2"
6395 integrity sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ==
6396
7345parseqs@0.0.5: 6397parseqs@0.0.5:
7346 version "0.0.5" 6398 version "0.0.5"
7347 resolved "https://registry.yarnpkg.com/parseqs/-/parseqs-0.0.5.tgz#d5208a3738e46766e291ba2ea173684921a8b89d" 6399 resolved "https://registry.yarnpkg.com/parseqs/-/parseqs-0.0.5.tgz#d5208a3738e46766e291ba2ea173684921a8b89d"
@@ -7393,7 +6445,7 @@ path-exists@^3.0.0:
7393 resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" 6445 resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
7394 integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= 6446 integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
7395 6447
7396path-is-absolute@^1.0.0, path-is-absolute@^1.0.1: 6448path-is-absolute@^1.0.0:
7397 version "1.0.1" 6449 version "1.0.1"
7398 resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" 6450 resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
7399 integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= 6451 integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
@@ -7408,7 +6460,7 @@ path-key@^2.0.0, path-key@^2.0.1:
7408 resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" 6460 resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
7409 integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= 6461 integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
7410 6462
7411path-parse@^1.0.5: 6463path-parse@^1.0.6:
7412 version "1.0.6" 6464 version "1.0.6"
7413 resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" 6465 resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
7414 integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== 6466 integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
@@ -7474,6 +6526,11 @@ pify@^3.0.0:
7474 resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" 6526 resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
7475 integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= 6527 integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
7476 6528
6529pify@^4.0.1:
6530 version "4.0.1"
6531 resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
6532 integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
6533
7477pinkie-promise@^2.0.0: 6534pinkie-promise@^2.0.0:
7478 version "2.0.1" 6535 version "2.0.1"
7479 resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" 6536 resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
@@ -7505,25 +6562,11 @@ pkg-dir@^3.0.0:
7505 dependencies: 6562 dependencies:
7506 find-up "^3.0.0" 6563 find-up "^3.0.0"
7507 6564
7508pn@^1.1.0:
7509 version "1.1.0"
7510 resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"
7511 integrity sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==
7512
7513pngjs@^2.3.1: 6565pngjs@^2.3.1:
7514 version "2.3.1" 6566 version "2.3.1"
7515 resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-2.3.1.tgz#11d1e12b9cb64d63e30c143a330f4c1f567da85f" 6567 resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-2.3.1.tgz#11d1e12b9cb64d63e30c143a330f4c1f567da85f"
7516 integrity sha1-EdHhK5y2TWPjDBQ6Mw9MH1Z9qF8= 6568 integrity sha1-EdHhK5y2TWPjDBQ6Mw9MH1Z9qF8=
7517 6569
7518portfinder@1.0.17:
7519 version "1.0.17"
7520 resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.17.tgz#a8a1691143e46c4735edefcf4fbcccedad26456a"
7521 integrity sha512-syFcRIRzVI1BoEFOCaAiizwDolh1S1YXSodsVhncbhjzjZQulhczNRbqnUl9N31Q4dKGOXsNDqxC2BWBgSMqeQ==
7522 dependencies:
7523 async "^1.5.2"
7524 debug "^2.2.0"
7525 mkdirp "0.5.x"
7526
7527portfinder@^1.0.9: 6570portfinder@^1.0.9:
7528 version "1.0.20" 6571 version "1.0.20"
7529 resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.20.tgz#bea68632e54b2e13ab7b0c4775e9b41bf270e44a" 6572 resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.20.tgz#bea68632e54b2e13ab7b0c4775e9b41bf270e44a"
@@ -7538,10 +6581,10 @@ posix-character-classes@^0.1.0:
7538 resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" 6581 resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
7539 integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= 6582 integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
7540 6583
7541postcss-import@12.0.0: 6584postcss-import@12.0.1:
7542 version "12.0.0" 6585 version "12.0.1"
7543 resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-12.0.0.tgz#149f96a4ef0b27525c419784be8517ebd17e92c5" 6586 resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-12.0.1.tgz#cf8c7ab0b5ccab5649024536e565f841928b7153"
7544 integrity sha512-3KqKRZcaZAvxbY8DVLdd81tG5uKzbUQuiWIvy0o0fzEC42bKacqPYFWbfCQyw6L4LWUaqPz/idvIdbhpgQ32eQ== 6587 integrity sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw==
7545 dependencies: 6588 dependencies:
7546 postcss "^7.0.1" 6589 postcss "^7.0.1"
7547 postcss-value-parser "^3.2.3" 6590 postcss-value-parser "^3.2.3"
@@ -7566,78 +6609,60 @@ postcss-loader@3.0.0:
7566 postcss-load-config "^2.0.0" 6609 postcss-load-config "^2.0.0"
7567 schema-utils "^1.0.0" 6610 schema-utils "^1.0.0"
7568 6611
7569postcss-modules-extract-imports@^1.2.0: 6612postcss-modules-extract-imports@^2.0.0:
7570 version "1.2.1" 6613 version "2.0.0"
7571 resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz#dc87e34148ec7eab5f791f7cd5849833375b741a" 6614 resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e"
7572 integrity sha512-6jt9XZwUhwmRUhb/CkyJY020PYaPJsCyt3UjbaWo6XEbH/94Hmv6MP7fG2C5NDU/BcHzyGYxNtHvM+LTf9HrYw== 6615 integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==
7573 dependencies: 6616 dependencies:
7574 postcss "^6.0.1" 6617 postcss "^7.0.5"
7575 6618
7576postcss-modules-local-by-default@^1.2.0: 6619postcss-modules-local-by-default@^2.0.6:
7577 version "1.2.0" 6620 version "2.0.6"
7578 resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz#f7d80c398c5a393fa7964466bd19500a7d61c069" 6621 resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.6.tgz#dd9953f6dd476b5fd1ef2d8830c8929760b56e63"
7579 integrity sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk= 6622 integrity sha512-oLUV5YNkeIBa0yQl7EYnxMgy4N6noxmiwZStaEJUSe2xPMcdNc8WmBQuQCx18H5psYbVxz8zoHk0RAAYZXP9gA==
7580 dependencies: 6623 dependencies:
7581 css-selector-tokenizer "^0.7.0" 6624 postcss "^7.0.6"
7582 postcss "^6.0.1" 6625 postcss-selector-parser "^6.0.0"
6626 postcss-value-parser "^3.3.1"
7583 6627
7584postcss-modules-scope@^1.1.0: 6628postcss-modules-scope@^2.1.0:
7585 version "1.1.0" 6629 version "2.1.0"
7586 resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz#d6ea64994c79f97b62a72b426fbe6056a194bb90" 6630 resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.1.0.tgz#ad3f5bf7856114f6fcab901b0502e2a2bc39d4eb"
7587 integrity sha1-1upkmUx5+XtipytCb75gVqGUu5A= 6631 integrity sha512-91Rjps0JnmtUB0cujlc8KIKCsJXWjzuxGeT/+Q2i2HXKZ7nBUeF9YQTZZTNvHVoNYj1AthsjnGLtqDUE0Op79A==
7588 dependencies: 6632 dependencies:
7589 css-selector-tokenizer "^0.7.0" 6633 postcss "^7.0.6"
7590 postcss "^6.0.1" 6634 postcss-selector-parser "^6.0.0"
7591 6635
7592postcss-modules-values@^1.3.0: 6636postcss-modules-values@^2.0.0:
7593 version "1.3.0" 6637 version "2.0.0"
7594 resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz#ecffa9d7e192518389f42ad0e83f72aec456ea20" 6638 resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-2.0.0.tgz#479b46dc0c5ca3dc7fa5270851836b9ec7152f64"
7595 integrity sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA= 6639 integrity sha512-Ki7JZa7ff1N3EIMlPnGTZfUMe69FFwiQPnVSXC9mnn3jozCRBYIxiZd44yJOV2AmabOo4qFf8s0dC/+lweG7+w==
7596 dependencies: 6640 dependencies:
7597 icss-replace-symbols "^1.1.0" 6641 icss-replace-symbols "^1.1.0"
7598 postcss "^6.0.1" 6642 postcss "^7.0.6"
6643
6644postcss-selector-parser@^6.0.0:
6645 version "6.0.2"
6646 resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz#934cf799d016c83411859e09dcecade01286ec5c"
6647 integrity sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg==
6648 dependencies:
6649 cssesc "^3.0.0"
6650 indexes-of "^1.0.1"
6651 uniq "^1.0.1"
7599 6652
7600postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.0, postcss-value-parser@^3.3.1: 6653postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.0, postcss-value-parser@^3.3.1:
7601 version "3.3.1" 6654 version "3.3.1"
7602 resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" 6655 resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
7603 integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== 6656 integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
7604 6657
7605postcss@7.0.5: 6658postcss@7.0.14, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.13, postcss@^7.0.14, postcss@^7.0.5, postcss@^7.0.6:
7606 version "7.0.5" 6659 version "7.0.14"
7607 resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.5.tgz#70e6443e36a6d520b0fd4e7593fcca3635ee9f55" 6660 resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.14.tgz#4527ed6b1ca0d82c53ce5ec1a2041c2346bbd6e5"
7608 integrity sha512-HBNpviAUFCKvEh7NZhw1e8MBPivRszIiUnhrJ+sBFVSYSqubrzwX3KG51mYgcRHX8j/cAgZJedONZcm5jTBdgQ== 6661 integrity sha512-NsbD6XUUMZvBxtQAJuWDJeeC4QFsmWsfozWxCJPWf3M55K9iu2iMDaKqyoOdTJ1R4usBXuxlVFAIo8rZPQD4Bg==
7609 dependencies: 6662 dependencies:
7610 chalk "^2.4.1" 6663 chalk "^2.4.2"
7611 source-map "^0.6.1" 6664 source-map "^0.6.1"
7612 supports-color "^5.5.0" 6665 supports-color "^6.1.0"
7613
7614postcss@^6.0.1, postcss@^6.0.23:
7615 version "6.0.23"
7616 resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
7617 integrity sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==
7618 dependencies:
7619 chalk "^2.4.1"
7620 source-map "^0.6.1"
7621 supports-color "^5.4.0"
7622
7623postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.5:
7624 version "7.0.6"
7625 resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.6.tgz#6dcaa1e999cdd4a255dcd7d4d9547f4ca010cdc2"
7626 integrity sha512-Nq/rNjnHFcKgCDDZYO0lNsl6YWe6U7tTy+ESN+PnLxebL8uBtYX59HZqvrj7YLK5UCyll2hqDsJOo3ndzEW8Ug==
7627 dependencies:
7628 chalk "^2.4.1"
7629 source-map "^0.6.1"
7630 supports-color "^5.5.0"
7631
7632prelude-ls@~1.1.2:
7633 version "1.1.2"
7634 resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
7635 integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
7636
7637preserve@^0.2.0:
7638 version "0.2.0"
7639 resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
7640 integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=
7641 6666
7642pretty-error@^2.0.2: 6667pretty-error@^2.0.2:
7643 version "2.1.1" 6668 version "2.1.1"
@@ -7647,29 +6672,16 @@ pretty-error@^2.0.2:
7647 renderkid "^2.0.1" 6672 renderkid "^2.0.1"
7648 utila "~0.4" 6673 utila "~0.4"
7649 6674
7650pretty-format@^23.6.0:
7651 version "23.6.0"
7652 resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-23.6.0.tgz#5eaac8eeb6b33b987b7fe6097ea6a8a146ab5760"
7653 integrity sha512-zf9NV1NSlDLDjycnwm6hpFATCGl/K1lt0R/GdkAK2O5LN/rwJoB+Mh93gGJjut4YbmecbfgLWVGSTCr0Ewvvbw==
7654 dependencies:
7655 ansi-regex "^3.0.0"
7656 ansi-styles "^3.2.0"
7657
7658primeng@^7.0.0: 6675primeng@^7.0.0:
7659 version "7.0.0" 6676 version "7.1.0"
7660 resolved "https://registry.yarnpkg.com/primeng/-/primeng-7.0.0.tgz#3a189568069a31544c9ed952328e221daad9b9b1" 6677 resolved "https://registry.yarnpkg.com/primeng/-/primeng-7.1.0.tgz#6aa19f6867e9724b71713634412da1cd7b6fa638"
7661 integrity sha512-PrEEnp0VPbzsUQdpB/4KtUdRxaWwpprHy+IpUi09C42OAI2zqdTVIC0AaW81gDAGQyW7XraCP9EFI8KT4nC9GA== 6678 integrity sha512-uUkiKtGjCJN4Hz5fKliiw8/UvkOC7RV4oWOmoDY1el2Y2NDCyQIUI9t4QbyoPeyZzL1CggBbFsVPkqnQg+oVxA==
7662 6679
7663private@^0.1.8, private@~0.1.5: 6680private@~0.1.5:
7664 version "0.1.8" 6681 version "0.1.8"
7665 resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" 6682 resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
7666 integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg== 6683 integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==
7667 6684
7668process-nextick-args@~1.0.6:
7669 version "1.0.7"
7670 resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3"
7671 integrity sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=
7672
7673process-nextick-args@~2.0.0: 6685process-nextick-args@~2.0.0:
7674 version "2.0.0" 6686 version "2.0.0"
7675 resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa" 6687 resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
@@ -7705,21 +6717,14 @@ promise@^7.1.1:
7705 dependencies: 6717 dependencies:
7706 asap "~2.0.3" 6718 asap "~2.0.3"
7707 6719
7708prompts@^0.1.9:
7709 version "0.1.14"
7710 resolved "https://registry.yarnpkg.com/prompts/-/prompts-0.1.14.tgz#a8e15c612c5c9ec8f8111847df3337c9cbd443b2"
7711 integrity sha512-rxkyiE9YH6zAz/rZpywySLKkpaj0NMVyNw1qhsubdbjjSgcayjTShDreZGlFMcGSu5sab3bAKPfFk78PB90+8w==
7712 dependencies:
7713 kleur "^2.0.1"
7714 sisteransi "^0.1.1"
7715
7716prop-types@^15.6.2: 6720prop-types@^15.6.2:
7717 version "15.6.2" 6721 version "15.7.2"
7718 resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102" 6722 resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
7719 integrity sha512-3pboPvLiWD7dkI3qf3KbUe6hKFKa52w+AE0VCqECtf+QHAKgOL37tTaNCnuX1nAAQ4ZhyP+kYVKf8rLmJ/feDQ== 6723 integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
7720 dependencies: 6724 dependencies:
7721 loose-envify "^1.3.1" 6725 loose-envify "^1.4.0"
7722 object-assign "^4.1.1" 6726 object-assign "^4.1.1"
6727 react-is "^16.8.1"
7723 6728
7724protoduck@^5.0.1: 6729protoduck@^5.0.1:
7725 version "5.0.1" 6730 version "5.0.1"
@@ -7729,11 +6734,10 @@ protoduck@^5.0.1:
7729 genfun "^5.0.0" 6734 genfun "^5.0.0"
7730 6735
7731protractor@^5.3.2: 6736protractor@^5.3.2:
7732 version "5.4.1" 6737 version "5.4.2"
7733 resolved "https://registry.yarnpkg.com/protractor/-/protractor-5.4.1.tgz#011a99e38df7aa45d22455b889ffbb13a6ce0bd9" 6738 resolved "https://registry.yarnpkg.com/protractor/-/protractor-5.4.2.tgz#329efe37f48b2141ab9467799be2d4d12eb48c13"
7734 integrity sha512-ORey5ewQMYiXQxcQohsqEiKYOg/r5yJoJbt0tuROmmgajdg/CA3gTOZNIFJncUVMAJIk5YFqBBLUjKVmQO6tfA== 6739 integrity sha512-zlIj64Cr6IOWP7RwxVeD8O4UskLYPoyIcg0HboWJL9T79F1F0VWtKkGTr/9GN6BKL+/Q/GmM7C9kFVCfDbP5sA==
7735 dependencies: 6740 dependencies:
7736 "@types/node" "^6.0.46"
7737 "@types/q" "^0.0.32" 6741 "@types/q" "^0.0.32"
7738 "@types/selenium-webdriver" "^3.0.0" 6742 "@types/selenium-webdriver" "^3.0.0"
7739 blocking-proxy "^1.0.0" 6743 blocking-proxy "^1.0.0"
@@ -7768,10 +6772,10 @@ pseudomap@^1.0.2:
7768 resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" 6772 resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
7769 integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= 6773 integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM=
7770 6774
7771psl@^1.1.24, psl@^1.1.28: 6775psl@^1.1.24:
7772 version "1.1.29" 6776 version "1.1.31"
7773 resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.29.tgz#60f580d360170bb722a797cc704411e6da850c67" 6777 resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.31.tgz#e9aa86d0101b5b105cbe93ac6b784cd547276184"
7774 integrity sha512-AeUmQ0oLN02flVHXWh9sSJF7mcdFq0ppid/JkErufc3hGIV/AMa8Fo9VgDo/cT2jFdOWoFvHp90qqBH54W+gjQ== 6778 integrity sha512-/6pt4+C+T+wZUieKR620OpzN/LlnNKuWjy1iFLQ/UG35JqHlR/89MP1d96dUfkf6Dne3TuLQzOYEYshJ+Hx8mw==
7775 6779
7776public-encrypt@^4.0.0: 6780public-encrypt@^4.0.0:
7777 version "4.0.3" 6781 version "4.0.3"
@@ -7810,21 +6814,11 @@ pumpify@^1.3.3:
7810 inherits "^2.0.3" 6814 inherits "^2.0.3"
7811 pump "^2.0.0" 6815 pump "^2.0.0"
7812 6816
7813punycode@1.3.2: 6817punycode@1.3.2, punycode@^1.2.4, punycode@^1.4.1, punycode@^2.1.0:
7814 version "1.3.2"
7815 resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
7816 integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=
7817
7818punycode@^1.2.4, punycode@^1.4.1:
7819 version "1.4.1" 6818 version "1.4.1"
7820 resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" 6819 resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
7821 integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= 6820 integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
7822 6821
7823punycode@^2.1.0, punycode@^2.1.1:
7824 version "2.1.1"
7825 resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
7826 integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
7827
7828purify-css@^1.2.5: 6822purify-css@^1.2.5:
7829 version "1.2.5" 6823 version "1.2.5"
7830 resolved "https://registry.yarnpkg.com/purify-css/-/purify-css-1.2.5.tgz#c4b9ec90735765f3e247ba6a3b49f132f3482500" 6824 resolved "https://registry.yarnpkg.com/purify-css/-/purify-css-1.2.5.tgz#c4b9ec90735765f3e247ba6a3b49f132f3482500"
@@ -7885,14 +6879,14 @@ querystring@0.2.0:
7885 integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= 6879 integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=
7886 6880
7887querystringify@^2.0.0: 6881querystringify@^2.0.0:
7888 version "2.1.0" 6882 version "2.1.1"
7889 resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.0.tgz#7ded8dfbf7879dcc60d0a644ac6754b283ad17ef" 6883 resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.1.tgz#60e5a5fd64a7f8bfa4d2ab2ed6fdf4c85bad154e"
7890 integrity sha512-sluvZZ1YiTLD5jsqZcDmFyV2EwToyXZBfpoVOmktMmW+VEnhgakFHnasVph65fOjGPTWN0Nw3+XQaSeMayr0kg== 6884 integrity sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA==
7891 6885
7892random-access-file@^2.0.1: 6886random-access-file@^2.0.1:
7893 version "2.0.1" 6887 version "2.1.0"
7894 resolved "https://registry.yarnpkg.com/random-access-file/-/random-access-file-2.0.1.tgz#dc22de79270e9a84cb36a2419b759725930dcaeb" 6888 resolved "https://registry.yarnpkg.com/random-access-file/-/random-access-file-2.1.0.tgz#7b3b6623d47e2f89282e77f0c9c9ae6da3cd9039"
7895 integrity sha512-nb4fClpzoUY+v1SHrro+9yykN90eMA1rc+xM39tnZ5R3BgFY+J/NxPZ0KuUpishEsvnwou9Fvm2wa3cjeuG7vg== 6889 integrity sha512-W2hY3DboLETMclybTVzyqCNVKx1MjqUwZPzkpkkMD2t9mbGEtkV2SKWPqAJ/FTrAtnWB7aGwl0NDUS82da0KdQ==
7896 dependencies: 6890 dependencies:
7897 mkdirp "^0.5.1" 6891 mkdirp "^0.5.1"
7898 random-access-storage "^1.1.1" 6892 random-access-storage "^1.1.1"
@@ -7909,19 +6903,10 @@ random-iterate@^1.0.1:
7909 resolved "https://registry.yarnpkg.com/random-iterate/-/random-iterate-1.0.1.tgz#f7d97d92dee6665ec5f6da08c7f963cad4b2ac99" 6903 resolved "https://registry.yarnpkg.com/random-iterate/-/random-iterate-1.0.1.tgz#f7d97d92dee6665ec5f6da08c7f963cad4b2ac99"
7910 integrity sha1-99l9kt7mZl7F9toIx/ljytSyrJk= 6904 integrity sha1-99l9kt7mZl7F9toIx/ljytSyrJk=
7911 6905
7912randomatic@^3.0.0:
7913 version "3.1.1"
7914 resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-3.1.1.tgz#b776efc59375984e36c537b2f51a1f0aff0da1ed"
7915 integrity sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==
7916 dependencies:
7917 is-number "^4.0.0"
7918 kind-of "^6.0.0"
7919 math-random "^1.0.1"
7920
7921randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.3, randombytes@^2.0.5: 6906randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.3, randombytes@^2.0.5:
7922 version "2.0.6" 6907 version "2.1.0"
7923 resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.0.6.tgz#d302c522948588848a8d300c932b44c24231da80" 6908 resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
7924 integrity sha512-CIQ5OFxf4Jou6uOKe9t1AOgqpeU5fd70A8NPdHSGeYXqXsPe6peOwI0cUl88RWZ6sP1vPMV3avd/R6cZ5/sP1A== 6909 integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==
7925 dependencies: 6910 dependencies:
7926 safe-buffer "^5.1.0" 6911 safe-buffer "^5.1.0"
7927 6912
@@ -7955,10 +6940,13 @@ raw-body@2.3.3:
7955 iconv-lite "0.4.23" 6940 iconv-lite "0.4.23"
7956 unpipe "1.0.0" 6941 unpipe "1.0.0"
7957 6942
7958raw-loader@0.5.1, raw-loader@^0.5.1: 6943raw-loader@1.0.0, raw-loader@^1:
7959 version "0.5.1" 6944 version "1.0.0"
7960 resolved "https://registry.yarnpkg.com/raw-loader/-/raw-loader-0.5.1.tgz#0c3d0beaed8a01c966d9787bf778281252a979aa" 6945 resolved "https://registry.yarnpkg.com/raw-loader/-/raw-loader-1.0.0.tgz#3f9889e73dadbda9a424bce79809b4133ad46405"
7961 integrity sha1-DD0L6u2KAclm2Xh793goElKpeao= 6946 integrity sha512-Uqy5AqELpytJTRxYT4fhltcKPj0TyaEpzJDcGz7DFJi+pQOOi3GjR/DOdxTkTsF+NzhnldIoG6TORaBlInUuqA==
6947 dependencies:
6948 loader-utils "^1.1.0"
6949 schema-utils "^1.0.0"
7962 6950
7963rc@^1.2.7: 6951rc@^1.2.7:
7964 version "1.2.8" 6952 version "1.2.8"
@@ -7971,24 +6959,29 @@ rc@^1.2.7:
7971 strip-json-comments "~2.0.1" 6959 strip-json-comments "~2.0.1"
7972 6960
7973react-dom@^16.4.2: 6961react-dom@^16.4.2:
7974 version "16.6.3" 6962 version "16.8.6"
7975 resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.6.3.tgz#8fa7ba6883c85211b8da2d0efeffc9d3825cccc0" 6963 resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.6.tgz#71d6303f631e8b0097f56165ef608f051ff6e10f"
7976 integrity sha512-8ugJWRCWLGXy+7PmNh8WJz3g1TaTUt1XyoIcFN+x0Zbkoz+KKdUyx1AQLYJdbFXjuF41Nmjn5+j//rxvhFjgSQ== 6964 integrity sha512-1nL7PIq9LTL3fthPqwkvr2zY7phIPjYrT0jp4HjyEQrEROnw4dG41VVwi/wfoCneoleqrNX7iAD+pXebJZwrwA==
7977 dependencies: 6965 dependencies:
7978 loose-envify "^1.1.0" 6966 loose-envify "^1.1.0"
7979 object-assign "^4.1.1" 6967 object-assign "^4.1.1"
7980 prop-types "^15.6.2" 6968 prop-types "^15.6.2"
7981 scheduler "^0.11.2" 6969 scheduler "^0.13.6"
6970
6971react-is@^16.8.1:
6972 version "16.8.6"
6973 resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
6974 integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
7982 6975
7983react@^16.4.2: 6976react@^16.4.2:
7984 version "16.6.3" 6977 version "16.8.6"
7985 resolved "https://registry.yarnpkg.com/react/-/react-16.6.3.tgz#25d77c91911d6bbdd23db41e70fb094cc1e0871c" 6978 resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe"
7986 integrity sha512-zCvmH2vbEolgKxtqXL2wmGCUxUyNheYn/C+PD1YAjfxHC54+MhdruyhO7QieQrYsYeTxrn93PM2y0jRH1zEExw== 6979 integrity sha512-pC0uMkhLaHm11ZSJULfOBqV4tIZkx87ZLvbbQYunNixAAvjnC+snJCg0XQXn9VIsttVsbZP/H/ewzgsd5fxKXw==
7987 dependencies: 6980 dependencies:
7988 loose-envify "^1.1.0" 6981 loose-envify "^1.1.0"
7989 object-assign "^4.1.1" 6982 object-assign "^4.1.1"
7990 prop-types "^15.6.2" 6983 prop-types "^15.6.2"
7991 scheduler "^0.11.2" 6984 scheduler "^0.13.6"
7992 6985
7993read-cache@^1.0.0: 6986read-cache@^1.0.0:
7994 version "1.0.0" 6987 version "1.0.0"
@@ -8031,7 +7024,7 @@ read-pkg@^2.0.0:
8031 normalize-package-data "^2.3.2" 7024 normalize-package-data "^2.3.2"
8032 path-type "^2.0.0" 7025 path-type "^2.0.0"
8033 7026
8034"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.3, readable-stream@^2.0.4, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.2.9, readable-stream@^2.3.0, readable-stream@^2.3.2, readable-stream@^2.3.3, readable-stream@^2.3.4, readable-stream@^2.3.6, readable-stream@~2.3.6: 7027"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.3, readable-stream@^2.0.4, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.2, readable-stream@^2.3.3, readable-stream@^2.3.4, readable-stream@^2.3.6, readable-stream@~2.3.6:
8035 version "2.3.6" 7028 version "2.3.6"
8036 resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" 7029 resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
8037 integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== 7030 integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==
@@ -8044,38 +7037,16 @@ read-pkg@^2.0.0:
8044 string_decoder "~1.1.1" 7037 string_decoder "~1.1.1"
8045 util-deprecate "~1.0.1" 7038 util-deprecate "~1.0.1"
8046 7039
8047readable-stream@1.0: 7040readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.0.6, readable-stream@^3.1.1:
8048 version "1.0.34" 7041 version "3.3.0"
8049 resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c" 7042 resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.3.0.tgz#cb8011aad002eb717bf040291feba8569c986fb9"
8050 integrity sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw= 7043 integrity sha512-EsI+s3k3XsW+fU8fQACLN59ky34AZ14LoeVZpYwmZvldCFo0r0gnelwF2TcMjLor/BTL5aDJVBMkss0dthToPw==
8051 dependencies:
8052 core-util-is "~1.0.0"
8053 inherits "~2.0.1"
8054 isarray "0.0.1"
8055 string_decoder "~0.10.x"
8056
8057readable-stream@^3.0.2, readable-stream@^3.0.6:
8058 version "3.0.6"
8059 resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.0.6.tgz#351302e4c68b5abd6a2ed55376a7f9a25be3057a"
8060 integrity sha512-9E1oLoOWfhSXHGv6QlwXJim7uNzd9EVlWK+21tCU9Ju/kR0/p2AZYPz4qSchgO8PlLIH4FpZYfzwS+rEksZjIg==
8061 dependencies: 7044 dependencies:
8062 inherits "^2.0.3" 7045 inherits "^2.0.3"
8063 string_decoder "^1.1.1" 7046 string_decoder "^1.1.1"
8064 util-deprecate "^1.0.1" 7047 util-deprecate "^1.0.1"
8065 7048
8066readable-stream@~2.0.6: 7049readdirp@^2.0.0, readdirp@^2.2.1:
8067 version "2.0.6"
8068 resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.0.6.tgz#8f90341e68a53ccc928788dacfcd11b36eb9b78e"
8069 integrity sha1-j5A0HmilPMySh4jaz80Rs265t44=
8070 dependencies:
8071 core-util-is "~1.0.0"
8072 inherits "~2.0.1"
8073 isarray "~1.0.0"
8074 process-nextick-args "~1.0.6"
8075 string_decoder "~0.10.x"
8076 util-deprecate "~1.0.1"
8077
8078readdirp@^2.0.0:
8079 version "2.2.1" 7050 version "2.2.1"
8080 resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" 7051 resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525"
8081 integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== 7052 integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==
@@ -8084,13 +7055,6 @@ readdirp@^2.0.0:
8084 micromatch "^3.1.10" 7055 micromatch "^3.1.10"
8085 readable-stream "^2.0.2" 7056 readable-stream "^2.0.2"
8086 7057
8087realpath-native@^1.0.0:
8088 version "1.0.2"
8089 resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.0.2.tgz#cd51ce089b513b45cf9b1516c82989b51ccc6560"
8090 integrity sha512-+S3zTvVt9yTntFrBpm7TQmQ3tzpCrnA1a/y+3cUHAc9ZR6aIjG0WNLR+Rj79QpJktY+VeW/TQtFlQ1bzsehI8g==
8091 dependencies:
8092 util.promisify "^1.0.0"
8093
8094recast@~0.11.12: 7058recast@~0.11.12:
8095 version "0.11.23" 7059 version "0.11.23"
8096 resolved "https://registry.yarnpkg.com/recast/-/recast-0.11.23.tgz#451fd3004ab1e4df9b4e4b66376b2a21912462d3" 7060 resolved "https://registry.yarnpkg.com/recast/-/recast-0.11.23.tgz#451fd3004ab1e4df9b4e4b66376b2a21912462d3"
@@ -8122,9 +7086,9 @@ redent@^1.0.0:
8122 strip-indent "^1.0.1" 7086 strip-indent "^1.0.1"
8123 7087
8124reflect-metadata@^0.1.2: 7088reflect-metadata@^0.1.2:
8125 version "0.1.12" 7089 version "0.1.13"
8126 resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.1.12.tgz#311bf0c6b63cd782f228a81abe146a2bfa9c56f2" 7090 resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.1.13.tgz#67ae3ca57c972a2aa1642b10fe363fe32d49dc08"
8127 integrity sha512-n+IyV+nGz3+0q3/Yf1ra12KpCyi001bi4XFxSjbiWWjfqb52iTTtpGXmCCAOWWIAn9KEuFZKGqBERHmrtScZ3A== 7091 integrity sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==
8128 7092
8129regenerate@^1.2.1: 7093regenerate@^1.2.1:
8130 version "1.4.0" 7094 version "1.4.0"
@@ -8136,17 +7100,10 @@ regenerator-runtime@^0.11.0:
8136 resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" 7100 resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
8137 integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== 7101 integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
8138 7102
8139regenerator-runtime@^0.12.0: 7103regenerator-runtime@^0.13.2:
8140 version "0.12.1" 7104 version "0.13.2"
8141 resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de" 7105 resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz#32e59c9a6fb9b1a4aff09b4930ca2d4477343447"
8142 integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg== 7106 integrity sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==
8143
8144regex-cache@^0.4.2:
8145 version "0.4.4"
8146 resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd"
8147 integrity sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==
8148 dependencies:
8149 is-equal-shallow "^0.1.3"
8150 7107
8151regex-not@^1.0.0, regex-not@^1.0.2: 7108regex-not@^1.0.0, regex-not@^1.0.2:
8152 version "1.0.2" 7109 version "1.0.2"
@@ -8199,13 +7156,13 @@ render-media@^3.0.0:
8199 videostream "^2.5.1" 7156 videostream "^2.5.1"
8200 7157
8201renderkid@^2.0.1: 7158renderkid@^2.0.1:
8202 version "2.0.2" 7159 version "2.0.3"
8203 resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.2.tgz#12d310f255360c07ad8fde253f6c9e9de372d2aa" 7160 resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.3.tgz#380179c2ff5ae1365c522bf2fcfcff01c5b74149"
8204 integrity sha512-FsygIxevi1jSiPY9h7vZmBFUbAOcbYm9UwyiLNdVsLRs/5We9Ob5NMPbGYUTWiLq5L+ezlVdE0A8bbME5CWTpg== 7161 integrity sha512-z8CLQp7EZBPCwCnncgf9C4XAi3WR0dv+uWu/PjIyhhAb5d6IJ/QZqlHFprHeKT+59//V6BNUsLbvN8+2LarxGA==
8205 dependencies: 7162 dependencies:
8206 css-select "^1.1.0" 7163 css-select "^1.1.0"
8207 dom-converter "~0.2" 7164 dom-converter "^0.2"
8208 htmlparser2 "~3.3.0" 7165 htmlparser2 "^3.3.0"
8209 strip-ansi "^3.0.0" 7166 strip-ansi "^3.0.0"
8210 utila "^0.4.0" 7167 utila "^0.4.0"
8211 7168
@@ -8214,12 +7171,7 @@ repeat-element@^1.1.2:
8214 resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" 7171 resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce"
8215 integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== 7172 integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==
8216 7173
8217repeat-string@^0.2.2: 7174repeat-string@^1.6.1:
8218 version "0.2.2"
8219 resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-0.2.2.tgz#c7a8d3236068362059a7e4651fc6884e8b1fb4ae"
8220 integrity sha1-x6jTI2BoNiBZp+RlH8aITosftK4=
8221
8222repeat-string@^1.5.2, repeat-string@^1.6.1:
8223 version "1.6.1" 7175 version "1.6.1"
8224 resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" 7176 resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
8225 integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= 7177 integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
@@ -8231,22 +7183,6 @@ repeating@^2.0.0:
8231 dependencies: 7183 dependencies:
8232 is-finite "^1.0.0" 7184 is-finite "^1.0.0"
8233 7185
8234request-promise-core@1.1.1:
8235 version "1.1.1"
8236 resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.1.tgz#3eee00b2c5aa83239cfb04c5700da36f81cd08b6"
8237 integrity sha1-Pu4AssWqgyOc+wTFcA2jb4HNCLY=
8238 dependencies:
8239 lodash "^4.13.1"
8240
8241request-promise-native@^1.0.5:
8242 version "1.0.5"
8243 resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.5.tgz#5281770f68e0c9719e5163fd3fab482215f4fda5"
8244 integrity sha1-UoF3D2jgyXGeUWP9P6tIIhX0/aU=
8245 dependencies:
8246 request-promise-core "1.1.1"
8247 stealthy-require "^1.1.0"
8248 tough-cookie ">=2.3.3"
8249
8250request@^2.83.0, request@^2.87.0, request@^2.88.0: 7186request@^2.83.0, request@^2.87.0, request@^2.88.0:
8251 version "2.88.0" 7187 version "2.88.0"
8252 resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef" 7188 resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
@@ -8300,6 +7236,14 @@ resolve-cwd@^2.0.0:
8300 dependencies: 7236 dependencies:
8301 resolve-from "^3.0.0" 7237 resolve-from "^3.0.0"
8302 7238
7239resolve-dir@^1.0.0, resolve-dir@^1.0.1:
7240 version "1.0.1"
7241 resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43"
7242 integrity sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=
7243 dependencies:
7244 expand-tilde "^2.0.0"
7245 global-modules "^1.0.0"
7246
8303resolve-from@^3.0.0: 7247resolve-from@^3.0.0:
8304 version "3.0.0" 7248 version "3.0.0"
8305 resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" 7249 resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
@@ -8310,17 +7254,12 @@ resolve-url@^0.2.1:
8310 resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" 7254 resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
8311 integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= 7255 integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
8312 7256
8313resolve@1.1.7, resolve@1.1.x: 7257resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.3.2:
8314 version "1.1.7" 7258 version "1.10.0"
8315 resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" 7259 resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
8316 integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs= 7260 integrity sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg==
8317
8318resolve@1.x, resolve@^1.1.6, resolve@^1.1.7, resolve@^1.3.2:
8319 version "1.8.1"
8320 resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.8.1.tgz#82f1ec19a423ac1fbd080b0bab06ba36e84a7a26"
8321 integrity sha512-AicPrAC7Qu1JxPCZ9ZgCZlY35QgFnNqc+0LtbRNxnVw4TXvjQ72wnuL9JQcEBgXkI9JM8MsT9kaQoHcpCRJOYA==
8322 dependencies: 7261 dependencies:
8323 path-parse "^1.0.5" 7262 path-parse "^1.0.6"
8324 7263
8325restore-cursor@^2.0.0: 7264restore-cursor@^2.0.0:
8326 version "2.0.0" 7265 version "2.0.0"
@@ -8354,11 +7293,11 @@ rfdc@^1.1.2:
8354 integrity sha512-92ktAgvZhBzYTIK0Mja9uen5q5J3NRVMoDkJL2VMwq6SXjVCgqvQeVP2XAaUY6HT+XpQYeLSjb3UoitBryKmdA== 7293 integrity sha512-92ktAgvZhBzYTIK0Mja9uen5q5J3NRVMoDkJL2VMwq6SXjVCgqvQeVP2XAaUY6HT+XpQYeLSjb3UoitBryKmdA==
8355 7294
8356rimraf@2, rimraf@^2.2.8, rimraf@^2.4.2, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.0, rimraf@^2.6.1, rimraf@^2.6.2: 7295rimraf@2, rimraf@^2.2.8, rimraf@^2.4.2, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.0, rimraf@^2.6.1, rimraf@^2.6.2:
8357 version "2.6.2" 7296 version "2.6.3"
8358 resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36" 7297 resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
8359 integrity sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w== 7298 integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
8360 dependencies: 7299 dependencies:
8361 glob "^7.0.5" 7300 glob "^7.1.3"
8362 7301
8363ripemd160@^2.0.0, ripemd160@^2.0.1: 7302ripemd160@^2.0.0, ripemd160@^2.0.1:
8364 version "2.0.2" 7303 version "2.0.2"
@@ -8368,11 +7307,6 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
8368 hash-base "^3.0.0" 7307 hash-base "^3.0.0"
8369 inherits "^2.0.1" 7308 inherits "^2.0.1"
8370 7309
8371rsvp@^3.3.3:
8372 version "3.6.2"
8373 resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-3.6.2.tgz#2e96491599a96cde1b515d5674a8f7a91452926a"
8374 integrity sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw==
8375
8376run-async@^2.2.0: 7310run-async@^2.2.0:
8377 version "2.3.0" 7311 version "2.3.0"
8378 resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0" 7312 resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0"
@@ -8414,13 +7348,20 @@ rust-result@^1.0.0:
8414 dependencies: 7348 dependencies:
8415 individual "^2.0.0" 7349 individual "^2.0.0"
8416 7350
8417rxjs@6.3.3, rxjs@^6.1.0, rxjs@^6.3.3: 7351rxjs@6.3.3:
8418 version "6.3.3" 7352 version "6.3.3"
8419 resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.3.3.tgz#3c6a7fa420e844a81390fb1158a9ec614f4bad55" 7353 resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.3.3.tgz#3c6a7fa420e844a81390fb1158a9ec614f4bad55"
8420 integrity sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw== 7354 integrity sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==
8421 dependencies: 7355 dependencies:
8422 tslib "^1.9.0" 7356 tslib "^1.9.0"
8423 7357
7358rxjs@^6.1.0, rxjs@^6.3.3:
7359 version "6.4.0"
7360 resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.4.0.tgz#f3bb0fe7bda7fb69deac0c16f17b50b0b8790504"
7361 integrity sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==
7362 dependencies:
7363 tslib "^1.9.0"
7364
8424safe-buffer@5.1.2, safe-buffer@^5.0.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: 7365safe-buffer@5.1.2, safe-buffer@^5.0.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
8425 version "5.1.2" 7366 version "5.1.2"
8426 resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" 7367 resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -8445,35 +7386,19 @@ safe-regex@^1.1.0:
8445 resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" 7386 resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
8446 integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== 7387 integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
8447 7388
8448sane@^2.0.0:
8449 version "2.5.2"
8450 resolved "https://registry.yarnpkg.com/sane/-/sane-2.5.2.tgz#b4dc1861c21b427e929507a3e751e2a2cb8ab3fa"
8451 integrity sha1-tNwYYcIbQn6SlQej51HiosuKs/o=
8452 dependencies:
8453 anymatch "^2.0.0"
8454 capture-exit "^1.2.0"
8455 exec-sh "^0.2.0"
8456 fb-watchman "^2.0.0"
8457 micromatch "^3.1.4"
8458 minimist "^1.1.1"
8459 walker "~1.0.5"
8460 watch "~0.18.0"
8461 optionalDependencies:
8462 fsevents "^1.2.3"
8463
8464sanitize-html@^1.18.4: 7389sanitize-html@^1.18.4:
8465 version "1.19.2" 7390 version "1.20.0"
8466 resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-1.19.2.tgz#c03fffe2bf96cd582968ece9792cbca32e64dde0" 7391 resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-1.20.0.tgz#9a602beb1c9faf960fb31f9890f61911cc4d9156"
8467 integrity sha512-7fNb3/N0sZ/nkshMRBoxLz6K1dlMSVF/eQHX1Bof9sRT7cZJvmrDGfXEn544MXJnpY29vux1A599g9UrcHTBXA== 7392 integrity sha512-BpxXkBoAG+uKCHjoXFmox6kCSYpnulABoGcZ/R3QyY9ndXbIM5S94eOr1IqnzTG8TnbmXaxWoDDzKC5eJv7fEQ==
8468 dependencies: 7393 dependencies:
8469 chalk "^2.4.1" 7394 chalk "^2.4.1"
8470 css-tree "^1.0.0-alpha.29"
8471 htmlparser2 "^3.10.0" 7395 htmlparser2 "^3.10.0"
8472 lodash.clonedeep "^4.5.0" 7396 lodash.clonedeep "^4.5.0"
8473 lodash.escaperegexp "^4.1.2" 7397 lodash.escaperegexp "^4.1.2"
8474 lodash.isplainobject "^4.0.6" 7398 lodash.isplainobject "^4.0.6"
8475 lodash.isstring "^4.0.1" 7399 lodash.isstring "^4.0.1"
8476 lodash.mergewith "^4.6.1" 7400 lodash.mergewith "^4.6.1"
7401 postcss "^7.0.5"
8477 srcset "^1.0.0" 7402 srcset "^1.0.0"
8478 xtend "^4.0.1" 7403 xtend "^4.0.1"
8479 7404
@@ -8526,10 +7451,10 @@ sax@>=0.6.0, sax@^1.2.4:
8526 resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" 7451 resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
8527 integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== 7452 integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
8528 7453
8529scheduler@^0.11.2: 7454scheduler@^0.13.6:
8530 version "0.11.3" 7455 version "0.13.6"
8531 resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.11.3.tgz#b5769b90cf8b1464f3f3cfcafe8e3cd7555a2d6b" 7456 resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.6.tgz#466a4ec332467b31a91b9bf74e5347072e4cd889"
8532 integrity sha512-i9X9VRRVZDd3xZw10NY5Z2cVMbdYg6gqFecfj79USv1CFN+YrJ3gIPRKf1qlY+Sxly4djoKdfx1T+m9dnRB8kQ== 7457 integrity sha512-IWnObHt413ucAYKsD9J1QShUKkbKLQQHdxRyw73sw4FN26iWr3DY/H34xGPe4nmL1DwXyWmSWmMrA9TfQbE/XQ==
8533 dependencies: 7458 dependencies:
8534 loose-envify "^1.1.0" 7459 loose-envify "^1.1.0"
8535 object-assign "^4.1.1" 7460 object-assign "^4.1.1"
@@ -8602,16 +7527,16 @@ semver-intersect@1.4.0:
8602 dependencies: 7527 dependencies:
8603 semver "^5.0.0" 7528 semver "^5.0.0"
8604 7529
8605"semver@2 || 3 || 4 || 5", semver@^5.0.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5, semver@^5.5.0, semver@^5.6.0: 7530"semver@2 || 3 || 4 || 5", semver@^5.0.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0:
7531 version "5.7.0"
7532 resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
7533 integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
7534
7535semver@5.6.0:
8606 version "5.6.0" 7536 version "5.6.0"
8607 resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004" 7537 resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
8608 integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg== 7538 integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==
8609 7539
8610semver@5.5.1:
8611 version "5.5.1"
8612 resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.1.tgz#7dfdd8814bdb7cabc7be0fb1d734cfb66c940477"
8613 integrity sha512-PqpAxfrEhlSUWge8dwIp4tZnQ25DIOthpiaHNIthsjEFQD6EvqUKUDM7L8O2rShkFccYo1VjJR0coWfNkCubRw==
8614
8615semver@~5.3.0: 7540semver@~5.3.0:
8616 version "5.3.0" 7541 version "5.3.0"
8617 resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" 7542 resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
@@ -8637,9 +7562,9 @@ send@0.16.2:
8637 statuses "~1.4.0" 7562 statuses "~1.4.0"
8638 7563
8639serialize-javascript@^1.4.0: 7564serialize-javascript@^1.4.0:
8640 version "1.5.0" 7565 version "1.6.1"
8641 resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.5.0.tgz#1aa336162c88a890ddad5384baebc93a655161fe" 7566 resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.6.1.tgz#4d1f697ec49429a847ca6f442a2a755126c4d879"
8642 integrity sha512-Ga8c8NjAAp46Br4+0oZ2WxJCwIzwP60Gq1YPgU+39PiTVxyed/iKE/zyZI6+UlVYH5Q4PaQdHhcegIFPZTUfoQ== 7567 integrity sha512-A5MOagrPFga4YaKQSWHryl7AXvbQkEqpw4NNYMTNYUNV51bA8ABHgYFpqKx+YFFrw59xMV1qGH1R4AgoNIVgCw==
8643 7568
8644serve-index@^1.7.2: 7569serve-index@^1.7.2:
8645 version "1.9.1" 7570 version "1.9.1"
@@ -8669,6 +7594,11 @@ set-blocking@^2.0.0, set-blocking@~2.0.0:
8669 resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" 7594 resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
8670 integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= 7595 integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
8671 7596
7597set-immediate-shim@~1.0.1:
7598 version "1.0.1"
7599 resolved "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61"
7600 integrity sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=
7601
8672set-value@^0.4.3: 7602set-value@^0.4.3:
8673 version "0.4.3" 7603 version "0.4.3"
8674 resolved "https://registry.yarnpkg.com/set-value/-/set-value-0.4.3.tgz#7db08f9d3d22dc7f78e53af3c3bf4666ecdfccf1" 7604 resolved "https://registry.yarnpkg.com/set-value/-/set-value-0.4.3.tgz#7db08f9d3d22dc7f78e53af3c3bf4666ecdfccf1"
@@ -8699,7 +7629,7 @@ setprototypeof@1.1.0:
8699 resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" 7629 resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656"
8700 integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== 7630 integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==
8701 7631
8702sha.js@^2.4.0, sha.js@^2.4.8: 7632sha.js@^2.4.0, sha.js@^2.4.11, sha.js@^2.4.8:
8703 version "2.4.11" 7633 version "2.4.11"
8704 resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" 7634 resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7"
8705 integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== 7635 integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==
@@ -8737,11 +7667,6 @@ shelljs@^0.8.1:
8737 interpret "^1.0.0" 7667 interpret "^1.0.0"
8738 rechoir "^0.6.2" 7668 rechoir "^0.6.2"
8739 7669
8740shellwords@^0.1.1:
8741 version "0.1.1"
8742 resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
8743 integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
8744
8745signal-exit@^3.0.0, signal-exit@^3.0.2: 7670signal-exit@^3.0.0, signal-exit@^3.0.2:
8746 version "3.0.2" 7671 version "3.0.2"
8747 resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" 7672 resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
@@ -8762,20 +7687,20 @@ simple-get@^2.8.1, simple-get@^3.0.0, simple-get@^3.0.1:
8762 simple-concat "^1.0.0" 7687 simple-concat "^1.0.0"
8763 7688
8764simple-peer@^9.0.0: 7689simple-peer@^9.0.0:
8765 version "9.1.2" 7690 version "9.3.0"
8766 resolved "https://registry.yarnpkg.com/simple-peer/-/simple-peer-9.1.2.tgz#f8afa5eb83f8a17d66e437e5ac54c1221eca4b39" 7691 resolved "https://registry.yarnpkg.com/simple-peer/-/simple-peer-9.3.0.tgz#85ecb126b23d8730f3904f199db65e84141e0f4e"
8767 integrity sha512-MUWWno5o5cvISKOH4pYQ18PQJLpDaNWoKUbrPPKuspCLCkkh+zhtuQyTE8h2U2Ags+/OUN5wnUe92+9B8/Sm2Q== 7692 integrity sha512-5dLDfrRomrS2LuZUuH2aO7yTGtHFEl5Eb+8ZzqM0KC0lHcYUyJudUomP9ZY/lPUKBx2broL/Eee9bQ53yycEgQ==
8768 dependencies: 7693 dependencies:
8769 debug "^3.1.0" 7694 debug "^4.0.1"
8770 get-browser-rtc "^1.0.0" 7695 get-browser-rtc "^1.0.0"
8771 inherits "^2.0.1" 7696 inherits "^2.0.1"
8772 randombytes "^2.0.3" 7697 randombytes "^2.0.3"
8773 readable-stream "^2.3.4" 7698 readable-stream "^2.3.4"
8774 7699
8775simple-sha1@^2.0.0, simple-sha1@^2.0.8, simple-sha1@^2.1.0: 7700simple-sha1@^2.0.0, simple-sha1@^2.0.8, simple-sha1@^2.1.0:
8776 version "2.1.1" 7701 version "2.1.2"
8777 resolved "https://registry.yarnpkg.com/simple-sha1/-/simple-sha1-2.1.1.tgz#93f3b7f2e8dfdc056c32793e5d47b58d311b140d" 7702 resolved "https://registry.yarnpkg.com/simple-sha1/-/simple-sha1-2.1.2.tgz#de40cbd5aae278fde8e3bb3250a35d74c67326b1"
8778 integrity sha512-pFMPd+I/lQkpf4wFUeS/sED5IqdIG1lUlrQviBMV4u4mz8BRAcB5fvUx5Ckfg3kBigEglAjHg7E9k/yy2KlCqA== 7703 integrity sha512-TQl9rm4rdKAVmhO++sXAb8TNN0D6JAD5iyI1mqEPNpxUzTRrtm4aOG1pDf/5W/qCFihiaoK6uuL9rvQz1x1VKw==
8779 dependencies: 7704 dependencies:
8780 rusha "^0.8.1" 7705 rusha "^0.8.1"
8781 7706
@@ -8790,20 +7715,15 @@ simple-websocket@^7.0.1:
8790 readable-stream "^2.0.5" 7715 readable-stream "^2.0.5"
8791 ws "^6.0.0" 7716 ws "^6.0.0"
8792 7717
8793sisteransi@^0.1.1:
8794 version "0.1.1"
8795 resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-0.1.1.tgz#5431447d5f7d1675aac667ccd0b865a4994cb3ce"
8796 integrity sha512-PmGOd02bM9YO5ifxpw36nrNMBTptEtfRl4qUYl9SndkolplkrZZOW7PGHjrZL53QvMVj9nQ+TKqUnRsw4tJa4g==
8797
8798slash@^1.0.0: 7718slash@^1.0.0:
8799 version "1.0.0" 7719 version "1.0.0"
8800 resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" 7720 resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
8801 integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU= 7721 integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=
8802 7722
8803smart-buffer@^4.0.1: 7723smart-buffer@4.0.2:
8804 version "4.0.1" 7724 version "4.0.2"
8805 resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.0.1.tgz#07ea1ca8d4db24eb4cac86537d7d18995221ace3" 7725 resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.0.2.tgz#5207858c3815cc69110703c6b94e46c15634395d"
8806 integrity sha512-RFqinRVJVcCAL9Uh1oVqE6FZkqsyLiVOYEZ20TqIOjuX7iFVJ+zsbs4RIghnw/pTs7mZvt8ZHhvm1ZUrR4fykg== 7726 integrity sha512-JDhEpTKzXusOqXZ0BUIdH+CjFdO/CR3tLlf5CN34IypI+xMmXW1uB16OOY8z3cICbJlDAVJzNbwBhNO0wt9OAw==
8807 7727
8808snapdragon-node@^2.0.1: 7728snapdragon-node@^2.0.1:
8809 version "2.1.1" 7729 version "2.1.1"
@@ -8931,20 +7851,20 @@ sockjs@0.3.19:
8931 uuid "^3.0.1" 7851 uuid "^3.0.1"
8932 7852
8933socks-proxy-agent@^4.0.0: 7853socks-proxy-agent@^4.0.0:
8934 version "4.0.1" 7854 version "4.0.2"
8935 resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-4.0.1.tgz#5936bf8b707a993079c6f37db2091821bffa6473" 7855 resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-4.0.2.tgz#3c8991f3145b2799e70e11bd5fbc8b1963116386"
8936 integrity sha512-Kezx6/VBguXOsEe5oU3lXYyKMi4+gva72TwJ7pQY5JfqUx2nMk7NXA6z/mpNqIlfQjWYVfeuNvQjexiTaTn6Nw== 7856 integrity sha512-NT6syHhI9LmuEMSK6Kd2V7gNv5KFZoLE7V5udWmn0de+3Mkj3UMA/AJPLyeNUVmElCurSHtUdM3ETpR3z770Wg==
8937 dependencies: 7857 dependencies:
8938 agent-base "~4.2.0" 7858 agent-base "~4.2.1"
8939 socks "~2.2.0" 7859 socks "~2.3.2"
8940 7860
8941socks@~2.2.0: 7861socks@~2.3.2:
8942 version "2.2.2" 7862 version "2.3.2"
8943 resolved "https://registry.yarnpkg.com/socks/-/socks-2.2.2.tgz#f061219fc2d4d332afb4af93e865c84d3fa26e2b" 7863 resolved "https://registry.yarnpkg.com/socks/-/socks-2.3.2.tgz#ade388e9e6d87fdb11649c15746c578922a5883e"
8944 integrity sha512-g6wjBnnMOZpE0ym6e0uHSddz9p3a+WsBaaYQaBaSCJYvrC4IXykQR9MNGjLQf38e9iIIhp3b1/Zk8YZI3KGJ0Q== 7864 integrity sha512-pCpjxQgOByDHLlNqlnh/mNSAxIUkyBBuwwhTcV+enZGbDaClPvHdvm6uvOwZfFJkam7cGhBNbb4JxiP8UZkRvQ==
8945 dependencies: 7865 dependencies:
8946 ip "^1.1.5" 7866 ip "^1.1.5"
8947 smart-buffer "^4.0.1" 7867 smart-buffer "4.0.2"
8948 7868
8949source-list-map@^2.0.0: 7869source-list-map@^2.0.0:
8950 version "2.0.1" 7870 version "2.0.1"
@@ -8975,15 +7895,23 @@ source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
8975 source-map-url "^0.4.0" 7895 source-map-url "^0.4.0"
8976 urix "^0.1.0" 7896 urix "^0.1.0"
8977 7897
8978source-map-support@0.5.9, source-map-support@^0.5.3, source-map-support@^0.5.5, source-map-support@^0.5.6, source-map-support@~0.5.6: 7898source-map-support@0.5.10:
8979 version "0.5.9" 7899 version "0.5.10"
8980 resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.9.tgz#41bc953b2534267ea2d605bccfa7bfa3111ced5f" 7900 resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.10.tgz#2214080bc9d51832511ee2bab96e3c2f9353120c"
8981 integrity sha512-gR6Rw4MvUlYy83vP0vxoVNzM6t8MUXqNuRsuBmBHQDu1Fh6X015FrLdgoDKcNdkwGubozq0P4N0Q37UyFVr1EA== 7901 integrity sha512-YfQ3tQFTK/yzlGJuX8pTwa4tifQj4QS2Mj7UegOu8jAz59MqIiMGPXxQhVQiIMNzayuUSF/jEuVnfFF5JqybmQ==
8982 dependencies: 7902 dependencies:
8983 buffer-from "^1.0.0" 7903 buffer-from "^1.0.0"
8984 source-map "^0.6.0" 7904 source-map "^0.6.0"
8985 7905
8986source-map-support@^0.4.15, source-map-support@~0.4.0: 7906source-map-support@^0.5.3, source-map-support@^0.5.5, source-map-support@~0.5.10:
7907 version "0.5.11"
7908 resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.11.tgz#efac2ce0800355d026326a0ca23e162aeac9a4e2"
7909 integrity sha512-//sajEx/fGL3iw6fltKMdPvy8kL3kJ2O3iuYlRoT3k9Kb4BjOoZ+BZzaNHeuaruSt+Kf3Zk9tnfAQg9/AJqUVQ==
7910 dependencies:
7911 buffer-from "^1.0.0"
7912 source-map "^0.6.0"
7913
7914source-map-support@~0.4.0:
8987 version "0.4.18" 7915 version "0.4.18"
8988 resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f" 7916 resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f"
8989 integrity sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA== 7917 integrity sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==
@@ -9019,7 +7947,7 @@ source-map@^0.4.2, source-map@~0.4.1:
9019 dependencies: 7947 dependencies:
9020 amdefine ">=0.0.4" 7948 amdefine ">=0.0.4"
9021 7949
9022source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.0, source-map@~0.5.3: 7950source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.0, source-map@~0.5.3:
9023 version "0.5.7" 7951 version "0.5.7"
9024 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" 7952 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
9025 integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= 7953 integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
@@ -9029,22 +7957,15 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1:
9029 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" 7957 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
9030 integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== 7958 integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
9031 7959
9032source-map@~0.2.0: 7960sourcemap-codec@^1.4.4:
9033 version "0.2.0"
9034 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.2.0.tgz#dab73fbcfc2ba819b4de03bd6f6eaa48164b3f9d"
9035 integrity sha1-2rc/vPwrqBm03gO9b26qSBZLP50=
9036 dependencies:
9037 amdefine ">=0.0.4"
9038
9039sourcemap-codec@^1.4.1:
9040 version "1.4.4" 7961 version "1.4.4"
9041 resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.4.tgz#c63ea927c029dd6bd9a2b7fa03b3fec02ad56e9f" 7962 resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.4.tgz#c63ea927c029dd6bd9a2b7fa03b3fec02ad56e9f"
9042 integrity sha512-CYAPYdBu34781kLHkaW3m6b/uUSyMOC2R61gcYMWooeuaGtjof86ZA/8T+qVPPt7np1085CR9hmMGrySwEc8Xg== 7963 integrity sha512-CYAPYdBu34781kLHkaW3m6b/uUSyMOC2R61gcYMWooeuaGtjof86ZA/8T+qVPPt7np1085CR9hmMGrySwEc8Xg==
9043 7964
9044spdx-correct@^3.0.0: 7965spdx-correct@^3.0.0:
9045 version "3.0.2" 7966 version "3.1.0"
9046 resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.0.2.tgz#19bb409e91b47b1ad54159243f7312a858db3c2e" 7967 resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4"
9047 integrity sha512-q9hedtzyXHr5S0A1vEPoK/7l8NpfkFYTq6iCY+Pno2ZbdZR6WexZFtqeVGkGxW3TEJMN914Z55EnAGMmenlIQQ== 7968 integrity sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==
9048 dependencies: 7969 dependencies:
9049 spdx-expression-parse "^3.0.0" 7970 spdx-expression-parse "^3.0.0"
9050 spdx-license-ids "^3.0.0" 7971 spdx-license-ids "^3.0.0"
@@ -9063,39 +7984,37 @@ spdx-expression-parse@^3.0.0:
9063 spdx-license-ids "^3.0.0" 7984 spdx-license-ids "^3.0.0"
9064 7985
9065spdx-license-ids@^3.0.0: 7986spdx-license-ids@^3.0.0:
9066 version "3.0.2" 7987 version "3.0.3"
9067 resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.2.tgz#a59efc09784c2a5bada13cfeaf5c75dd214044d2" 7988 resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.3.tgz#81c0ce8f21474756148bbb5f3bfc0f36bf15d76e"
9068 integrity sha512-qky9CVt0lVIECkEsYbNILVnPvycuEBkXoMFLRWsREkomQLevYhtRKC+R91a5TOAQ3bCMjikRwhyaRqj1VYatYg== 7989 integrity sha512-uBIcIl3Ih6Phe3XHK1NqboJLdGfwr1UN3k6wSD1dZpmPsIkb8AGNbZYJ1fOBk834+Gxy8rpfDxrS6XLEMZMY2g==
9069 7990
9070spdy-transport@^2.0.18: 7991spdy-transport@^3.0.0:
9071 version "2.1.1" 7992 version "3.0.0"
9072 resolved "https://registry.yarnpkg.com/spdy-transport/-/spdy-transport-2.1.1.tgz#c54815d73858aadd06ce63001e7d25fa6441623b" 7993 resolved "https://registry.yarnpkg.com/spdy-transport/-/spdy-transport-3.0.0.tgz#00d4863a6400ad75df93361a1608605e5dcdcf31"
9073 integrity sha512-q7D8c148escoB3Z7ySCASadkegMmUZW8Wb/Q1u0/XBgDKMO880rLQDj8Twiew/tYi7ghemKUi/whSYOwE17f5Q== 7994 integrity sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==
9074 dependencies: 7995 dependencies:
9075 debug "^2.6.8" 7996 debug "^4.1.0"
9076 detect-node "^2.0.3" 7997 detect-node "^2.0.4"
9077 hpack.js "^2.1.6" 7998 hpack.js "^2.1.6"
9078 obuf "^1.1.1" 7999 obuf "^1.1.2"
9079 readable-stream "^2.2.9" 8000 readable-stream "^3.0.6"
9080 safe-buffer "^5.0.1" 8001 wbuf "^1.7.3"
9081 wbuf "^1.7.2"
9082 8002
9083spdy@^3.4.1: 8003spdy@^4.0.0:
9084 version "3.4.7" 8004 version "4.0.0"
9085 resolved "https://registry.yarnpkg.com/spdy/-/spdy-3.4.7.tgz#42ff41ece5cc0f99a3a6c28aabb73f5c3b03acbc" 8005 resolved "https://registry.yarnpkg.com/spdy/-/spdy-4.0.0.tgz#81f222b5a743a329aa12cea6a390e60e9b613c52"
9086 integrity sha1-Qv9B7OXMD5mjpsKKq7c/XDsDrLw= 8006 integrity sha512-ot0oEGT/PGUpzf/6uk4AWLqkq+irlqHXkrdbk51oWONh3bxQmBuljxPNl66zlRRcIJStWq0QkLUCPOPjgjvU0Q==
9087 dependencies: 8007 dependencies:
9088 debug "^2.6.8" 8008 debug "^4.1.0"
9089 handle-thing "^1.2.5" 8009 handle-thing "^2.0.0"
9090 http-deceiver "^1.2.7" 8010 http-deceiver "^1.2.7"
9091 safe-buffer "^5.0.1"
9092 select-hose "^2.0.0" 8011 select-hose "^2.0.0"
9093 spdy-transport "^2.0.18" 8012 spdy-transport "^3.0.0"
9094 8013
9095speed-measure-webpack-plugin@1.2.3: 8014speed-measure-webpack-plugin@1.3.1:
9096 version "1.2.3" 8015 version "1.3.1"
9097 resolved "https://registry.yarnpkg.com/speed-measure-webpack-plugin/-/speed-measure-webpack-plugin-1.2.3.tgz#de170b5cefbfa1c039d95e639edd3ad50cfc7c48" 8016 resolved "https://registry.yarnpkg.com/speed-measure-webpack-plugin/-/speed-measure-webpack-plugin-1.3.1.tgz#69840a5cdc08b4638697dac7db037f595d7f36a0"
9098 integrity sha512-p+taQ69VkRUXYMoZOx2nxV/Tz8tt79ahctoZJyJDHWP7fEYvwFNf5Pd73k5kZ6auu0pTsPNLEUwWpM8mCk85Zw== 8017 integrity sha512-qVIkJvbtS9j/UeZumbdfz0vg+QfG/zxonAjzefZrqzkr7xOncLVXkeGbTpzd1gjCBM4PmVNkWlkeTVhgskAGSQ==
9099 dependencies: 8018 dependencies:
9100 chalk "^2.0.1" 8019 chalk "^2.0.1"
9101 8020
@@ -9119,9 +8038,9 @@ split@^1.0.0:
9119 through "2" 8038 through "2"
9120 8039
9121sprintf-js@^1.1.1: 8040sprintf-js@^1.1.1:
9122 version "1.1.1" 8041 version "1.1.2"
9123 resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.1.tgz#36be78320afe5801f6cea3ee78b6e5aab940ea0c" 8042 resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.2.tgz#da1765262bf8c0f571749f2ad6c26300207ae673"
9124 integrity sha1-Nr54Mgr+WAH2zqPueLblqrlA6gw= 8043 integrity sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==
9125 8044
9126sprintf-js@~1.0.2: 8045sprintf-js@~1.0.2:
9127 version "1.0.3" 8046 version "1.0.3"
@@ -9137,9 +8056,9 @@ srcset@^1.0.0:
9137 number-is-nan "^1.0.0" 8056 number-is-nan "^1.0.0"
9138 8057
9139sshpk@^1.7.0: 8058sshpk@^1.7.0:
9140 version "1.15.2" 8059 version "1.16.1"
9141 resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.15.2.tgz#c946d6bd9b1a39d0e8635763f5242d6ed6dcb629" 8060 resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
9142 integrity sha512-Ra/OXQtuh0/enyl4ETZAfTaeksa6BXks5ZcjpSUNrjBr0DvrJKX+1fsKDPpT9TBXgHAFsa4510aNVgI8g/+SzA== 8061 integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==
9143 dependencies: 8062 dependencies:
9144 asn1 "~0.2.3" 8063 asn1 "~0.2.3"
9145 assert-plus "^1.0.0" 8064 assert-plus "^1.0.0"
@@ -9165,11 +8084,6 @@ ssri@^6.0.0, ssri@^6.0.1:
9165 dependencies: 8084 dependencies:
9166 figgy-pudding "^3.5.1" 8085 figgy-pudding "^3.5.1"
9167 8086
9168stack-utils@^1.0.1:
9169 version "1.0.2"
9170 resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.2.tgz#33eba3897788558bebfc2db059dc158ec36cebb8"
9171 integrity sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA==
9172
9173static-extend@^0.1.1: 8087static-extend@^0.1.1:
9174 version "0.1.2" 8088 version "0.1.2"
9175 resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" 8089 resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"
@@ -9207,15 +8121,10 @@ stdout-stream@^1.4.0:
9207 dependencies: 8121 dependencies:
9208 readable-stream "^2.0.1" 8122 readable-stream "^2.0.1"
9209 8123
9210stealthy-require@^1.1.0:
9211 version "1.1.1"
9212 resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b"
9213 integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=
9214
9215stream-browserify@^2.0.1: 8124stream-browserify@^2.0.1:
9216 version "2.0.1" 8125 version "2.0.2"
9217 resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.1.tgz#66266ee5f9bdb9940a4e4514cafb43bb71e5c9db" 8126 resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b"
9218 integrity sha1-ZiZu5fm9uZQKTkUUyvtDu3Hlyds= 8127 integrity sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==
9219 dependencies: 8128 dependencies:
9220 inherits "~2.0.1" 8129 inherits "~2.0.1"
9221 readable-stream "^2.0.2" 8130 readable-stream "^2.0.2"
@@ -9275,23 +8184,16 @@ stream-with-known-length-to-buffer@^1.0.0:
9275 dependencies: 8184 dependencies:
9276 once "^1.3.3" 8185 once "^1.3.3"
9277 8186
9278streamroller@0.7.0: 8187streamroller@^1.0.4:
9279 version "0.7.0" 8188 version "1.0.4"
9280 resolved "https://registry.yarnpkg.com/streamroller/-/streamroller-0.7.0.tgz#a1d1b7cf83d39afb0d63049a5acbf93493bdf64b" 8189 resolved "https://registry.yarnpkg.com/streamroller/-/streamroller-1.0.4.tgz#d485c7624796d5e2eb34190c79afcbf006afb5e6"
9281 integrity sha512-WREzfy0r0zUqp3lGO096wRuUp7ho1X6uo/7DJfTlEi0Iv/4gT7YHqXDjKC2ioVGBZtE8QzsQD9nx1nIuoZ57jQ== 8190 integrity sha512-Wc2Gm5ygjSX8ZpW9J7Y9FwiSzTlKSvcl0FTTMd3rn7RoxDXpBW+xD9TY5sWL2n0UR61COB0LG1BQvN6nTUQbLQ==
9282 dependencies: 8191 dependencies:
9283 date-format "^1.2.0" 8192 async "^2.6.1"
8193 date-format "^2.0.0"
9284 debug "^3.1.0" 8194 debug "^3.1.0"
9285 mkdirp "^0.5.1" 8195 fs-extra "^7.0.0"
9286 readable-stream "^2.3.0" 8196 lodash "^4.17.10"
9287
9288string-length@^2.0.0:
9289 version "2.0.0"
9290 resolved "https://registry.yarnpkg.com/string-length/-/string-length-2.0.0.tgz#d40dbb686a3ace960c1cffca562bf2c45f8363ed"
9291 integrity sha1-1A27aGo6zpYMHP/KVivyxF+DY+0=
9292 dependencies:
9293 astral-regex "^1.0.0"
9294 strip-ansi "^4.0.0"
9295 8197
9296string-width@^1.0.1, string-width@^1.0.2: 8198string-width@^1.0.1, string-width@^1.0.2:
9297 version "1.0.2" 8199 version "1.0.2"
@@ -9310,6 +8212,15 @@ string-width@^1.0.1, string-width@^1.0.2:
9310 is-fullwidth-code-point "^2.0.0" 8212 is-fullwidth-code-point "^2.0.0"
9311 strip-ansi "^4.0.0" 8213 strip-ansi "^4.0.0"
9312 8214
8215string.prototype.trim@^1.1.2:
8216 version "1.1.2"
8217 resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
8218 integrity sha1-0E3iyJ4Tf019IG8Ia17S+ua+jOo=
8219 dependencies:
8220 define-properties "^1.1.2"
8221 es-abstract "^1.5.0"
8222 function-bind "^1.0.2"
8223
9313string2compact@^1.1.1, string2compact@^1.2.5: 8224string2compact@^1.1.1, string2compact@^1.2.5:
9314 version "1.3.0" 8225 version "1.3.0"
9315 resolved "https://registry.yarnpkg.com/string2compact/-/string2compact-1.3.0.tgz#22d946127b082d1203c51316af60117a337423c3" 8226 resolved "https://registry.yarnpkg.com/string2compact/-/string2compact-1.3.0.tgz#22d946127b082d1203c51316af60117a337423c3"
@@ -9325,11 +8236,6 @@ string_decoder@^1.0.0, string_decoder@^1.1.1:
9325 dependencies: 8236 dependencies:
9326 safe-buffer "~5.1.0" 8237 safe-buffer "~5.1.0"
9327 8238
9328string_decoder@~0.10.x:
9329 version "0.10.31"
9330 resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
9331 integrity sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=
9332
9333string_decoder@~1.1.1: 8239string_decoder@~1.1.1:
9334 version "1.1.1" 8240 version "1.1.1"
9335 resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" 8241 resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
@@ -9351,10 +8257,12 @@ strip-ansi@^4.0.0:
9351 dependencies: 8257 dependencies:
9352 ansi-regex "^3.0.0" 8258 ansi-regex "^3.0.0"
9353 8259
9354strip-bom@3.0.0, strip-bom@^3.0.0: 8260strip-ansi@^5.0.0:
9355 version "3.0.0" 8261 version "5.2.0"
9356 resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" 8262 resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
9357 integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= 8263 integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
8264 dependencies:
8265 ansi-regex "^4.1.0"
9358 8266
9359strip-bom@^2.0.0: 8267strip-bom@^2.0.0:
9360 version "2.0.0" 8268 version "2.0.0"
@@ -9363,6 +8271,11 @@ strip-bom@^2.0.0:
9363 dependencies: 8271 dependencies:
9364 is-utf8 "^0.2.0" 8272 is-utf8 "^0.2.0"
9365 8273
8274strip-bom@^3.0.0:
8275 version "3.0.0"
8276 resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
8277 integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
8278
9366strip-eof@^1.0.0: 8279strip-eof@^1.0.0:
9367 version "1.0.0" 8280 version "1.0.0"
9368 resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" 8281 resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
@@ -9414,30 +8327,25 @@ supports-color@^2.0.0:
9414 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" 8327 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
9415 integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= 8328 integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=
9416 8329
9417supports-color@^3.1.0, supports-color@^3.1.2: 8330supports-color@^5.1.0, supports-color@^5.3.0, supports-color@^5.5.0:
9418 version "3.2.3"
9419 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6"
9420 integrity sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=
9421 dependencies:
9422 has-flag "^1.0.0"
9423
9424supports-color@^5.1.0, supports-color@^5.3.0, supports-color@^5.4.0, supports-color@^5.5.0:
9425 version "5.5.0" 8331 version "5.5.0"
9426 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" 8332 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
9427 integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== 8333 integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
9428 dependencies: 8334 dependencies:
9429 has-flag "^3.0.0" 8335 has-flag "^3.0.0"
9430 8336
8337supports-color@^6.0.0, supports-color@^6.1.0:
8338 version "6.1.0"
8339 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3"
8340 integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==
8341 dependencies:
8342 has-flag "^3.0.0"
8343
9431symbol-observable@1.2.0: 8344symbol-observable@1.2.0:
9432 version "1.2.0" 8345 version "1.2.0"
9433 resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" 8346 resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
9434 integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== 8347 integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==
9435 8348
9436symbol-tree@^3.2.2:
9437 version "3.2.2"
9438 resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
9439 integrity sha1-rifbOPZgp64uHDt9G8KQgZuFGeY=
9440
9441tapable@^1.0.0, tapable@^1.1.0: 8349tapable@^1.0.0, tapable@^1.1.0:
9442 version "1.1.1" 8350 version "1.1.1"
9443 resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.1.tgz#4d297923c5a72a42360de2ab52dadfaaec00018e" 8351 resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.1.tgz#4d297923c5a72a42360de2ab52dadfaaec00018e"
@@ -9452,7 +8360,7 @@ tar@^2.0.0:
9452 fstream "^1.0.2" 8360 fstream "^1.0.2"
9453 inherits "2" 8361 inherits "2"
9454 8362
9455tar@^4, tar@^4.4.6: 8363tar@^4, tar@^4.4.8:
9456 version "4.4.8" 8364 version "4.4.8"
9457 resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.8.tgz#b19eec3fde2a96e64666df9fdb40c5ca1bc3747d" 8365 resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.8.tgz#b19eec3fde2a96e64666df9fdb40c5ca1bc3747d"
9458 integrity sha512-LzHF64s5chPQQS0IYBn9IN5h3i98c12bo4NCO7e0sGM2llXQ3p2FGC5sdENN4cTW48O915Sh+x+EXx7XW96xYQ== 8366 integrity sha512-LzHF64s5chPQQS0IYBn9IN5h3i98c12bo4NCO7e0sGM2llXQ3p2FGC5sdENN4cTW48O915Sh+x+EXx7XW96xYQ==
@@ -9465,50 +8373,48 @@ tar@^4, tar@^4.4.6:
9465 safe-buffer "^5.1.2" 8373 safe-buffer "^5.1.2"
9466 yallist "^3.0.2" 8374 yallist "^3.0.2"
9467 8375
9468terser-webpack-plugin@1.1.0, terser-webpack-plugin@^1.1.0: 8376terser-webpack-plugin@1.2.2:
9469 version "1.1.0" 8377 version "1.2.2"
9470 resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.1.0.tgz#cf7c25a1eee25bf121f4a587bb9e004e3f80e528" 8378 resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.2.2.tgz#9bff3a891ad614855a7dde0d707f7db5a927e3d9"
9471 integrity sha512-61lV0DSxMAZ8AyZG7/A4a3UPlrbOBo8NIQ4tJzLPAdGOQ+yoNC7l5ijEow27lBAL2humer01KLS6bGIMYQxKoA== 8379 integrity sha512-1DMkTk286BzmfylAvLXwpJrI7dWa5BnFmscV/2dCr8+c56egFcbaeFAl7+sujAjdmpLam21XRdhA4oifLyiWWg==
9472 dependencies: 8380 dependencies:
9473 cacache "^11.0.2" 8381 cacache "^11.0.2"
9474 find-cache-dir "^2.0.0" 8382 find-cache-dir "^2.0.0"
9475 schema-utils "^1.0.0" 8383 schema-utils "^1.0.0"
9476 serialize-javascript "^1.4.0" 8384 serialize-javascript "^1.4.0"
9477 source-map "^0.6.1" 8385 source-map "^0.6.1"
9478 terser "^3.8.1" 8386 terser "^3.16.1"
9479 webpack-sources "^1.1.0" 8387 webpack-sources "^1.1.0"
9480 worker-farm "^1.5.2" 8388 worker-farm "^1.5.2"
9481 8389
9482terser@^3.8.1: 8390terser-webpack-plugin@^1.1.0:
9483 version "3.11.0" 8391 version "1.2.3"
9484 resolved "https://registry.yarnpkg.com/terser/-/terser-3.11.0.tgz#60782893e1f4d6788acc696351f40636d0e37af0" 8392 resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.2.3.tgz#3f98bc902fac3e5d0de730869f50668561262ec8"
9485 integrity sha512-5iLMdhEPIq3zFWskpmbzmKwMQixKmTYwY3Ox9pjtSklBLnHiuQ0GKJLhL1HSYtyffHM3/lDIFBnb82m9D7ewwQ== 8393 integrity sha512-GOK7q85oAb/5kE12fMuLdn2btOS9OBZn4VsecpHDywoUC/jLhSAKOiYo0ezx7ss2EXPMzyEWFoE0s1WLE+4+oA==
9486 dependencies: 8394 dependencies:
9487 commander "~2.17.1" 8395 cacache "^11.0.2"
9488 source-map "~0.6.1" 8396 find-cache-dir "^2.0.0"
9489 source-map-support "~0.5.6" 8397 schema-utils "^1.0.0"
8398 serialize-javascript "^1.4.0"
8399 source-map "^0.6.1"
8400 terser "^3.16.1"
8401 webpack-sources "^1.1.0"
8402 worker-farm "^1.5.2"
9490 8403
9491test-exclude@^4.2.1: 8404terser@^3.16.1:
9492 version "4.2.3" 8405 version "3.17.0"
9493 resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.3.tgz#a9a5e64474e4398339245a0a769ad7c2f4a97c20" 8406 resolved "https://registry.yarnpkg.com/terser/-/terser-3.17.0.tgz#f88ffbeda0deb5637f9d24b0da66f4e15ab10cb2"
9494 integrity sha512-SYbXgY64PT+4GAL2ocI3HwPa4Q4TBKm0cwAVeKOt/Aoc0gSpNRjJX8w0pA1LMKZ3LBmd8pYBqApFNQLII9kavA== 8407 integrity sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==
9495 dependencies: 8408 dependencies:
9496 arrify "^1.0.1" 8409 commander "^2.19.0"
9497 micromatch "^2.3.11" 8410 source-map "~0.6.1"
9498 object-assign "^4.1.0" 8411 source-map-support "~0.5.10"
9499 read-pkg-up "^1.0.1"
9500 require-main-filename "^1.0.1"
9501 8412
9502thirty-two@^1.0.1: 8413thirty-two@^1.0.1:
9503 version "1.0.2" 8414 version "1.0.2"
9504 resolved "https://registry.yarnpkg.com/thirty-two/-/thirty-two-1.0.2.tgz#4ca2fffc02a51290d2744b9e3f557693ca6b627a" 8415 resolved "https://registry.yarnpkg.com/thirty-two/-/thirty-two-1.0.2.tgz#4ca2fffc02a51290d2744b9e3f557693ca6b627a"
9505 integrity sha1-TKL//AKlEpDSdEueP1V2k8prYno= 8416 integrity sha1-TKL//AKlEpDSdEueP1V2k8prYno=
9506 8417
9507throat@^4.0.0:
9508 version "4.1.0"
9509 resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a"
9510 integrity sha1-iQN8vJLFarGJJua6TLsgDhVnKmo=
9511
9512through2@^2.0.0: 8418through2@^2.0.0:
9513 version "2.0.5" 8419 version "2.0.5"
9514 resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" 8420 resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
@@ -9548,11 +8454,6 @@ tmp@0.0.33, tmp@0.0.x, tmp@^0.0.33:
9548 dependencies: 8454 dependencies:
9549 os-tmpdir "~1.0.2" 8455 os-tmpdir "~1.0.2"
9550 8456
9551tmpl@1.0.x:
9552 version "1.0.4"
9553 resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
9554 integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=
9555
9556to-array@0.1.4: 8457to-array@0.1.4:
9557 version "0.1.4" 8458 version "0.1.4"
9558 resolved "https://registry.yarnpkg.com/to-array/-/to-array-0.1.4.tgz#17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890" 8459 resolved "https://registry.yarnpkg.com/to-array/-/to-array-0.1.4.tgz#17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890"
@@ -9618,14 +8519,6 @@ torrent-piece@^2.0.0:
9618 resolved "https://registry.yarnpkg.com/torrent-piece/-/torrent-piece-2.0.0.tgz#6598ae67d93699e887f178db267ba16d89d7ec9b" 8519 resolved "https://registry.yarnpkg.com/torrent-piece/-/torrent-piece-2.0.0.tgz#6598ae67d93699e887f178db267ba16d89d7ec9b"
9619 integrity sha512-H/Z/yCuvZJj1vl1IQHI8dvF2QrUuXRJoptT5DW5967/dsLpXlCg+uyhFR5lfNj5mNaYePUbKtnL+qKWZGXv4Nw== 8520 integrity sha512-H/Z/yCuvZJj1vl1IQHI8dvF2QrUuXRJoptT5DW5967/dsLpXlCg+uyhFR5lfNj5mNaYePUbKtnL+qKWZGXv4Nw==
9620 8521
9621tough-cookie@>=2.3.3, tough-cookie@^2.3.4:
9622 version "2.5.0"
9623 resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
9624 integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
9625 dependencies:
9626 psl "^1.1.28"
9627 punycode "^2.1.1"
9628
9629tough-cookie@~2.4.3: 8522tough-cookie@~2.4.3:
9630 version "2.4.3" 8523 version "2.4.3"
9631 resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781" 8524 resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781"
@@ -9634,17 +8527,10 @@ tough-cookie@~2.4.3:
9634 psl "^1.1.24" 8527 psl "^1.1.24"
9635 punycode "^1.4.1" 8528 punycode "^1.4.1"
9636 8529
9637tr46@^1.0.1: 8530tree-kill@1.2.1:
9638 version "1.0.1" 8531 version "1.2.1"
9639 resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" 8532 resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.1.tgz#5398f374e2f292b9dcc7b2e71e30a5c3bb6c743a"
9640 integrity sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk= 8533 integrity sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q==
9641 dependencies:
9642 punycode "^2.1.0"
9643
9644tree-kill@1.2.0:
9645 version "1.2.0"
9646 resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.0.tgz#5846786237b4239014f05db156b643212d4c6f36"
9647 integrity sha512-DlX6dR0lOIRDFxI0mjL9IYg6OTncLm/Zt+JiBhE5OlFcAR8yc9S7FFXU9so0oda47frdM/JFsk7UjNt9vscKcg==
9648 8534
9649trim-newlines@^1.0.0: 8535trim-newlines@^1.0.0:
9650 version "1.0.0" 8536 version "1.0.0"
@@ -9656,11 +8542,6 @@ trim-right@^1.0.1:
9656 resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" 8542 resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
9657 integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= 8543 integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
9658 8544
9659trim@0.0.1:
9660 version "0.0.1"
9661 resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"
9662 integrity sha1-WFhUf2spB1fulczMZm+1AITEYN0=
9663
9664"true-case-path@^1.0.2": 8545"true-case-path@^1.0.2":
9665 version "1.0.3" 8546 version "1.0.3"
9666 resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-1.0.3.tgz#f813b5a8c86b40da59606722b144e3225799f47d" 8547 resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-1.0.3.tgz#f813b5a8c86b40da59606722b144e3225799f47d"
@@ -9673,31 +8554,6 @@ tryer@^1.0.0:
9673 resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8" 8554 resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8"
9674 integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA== 8555 integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==
9675 8556
9676ts-jest@^23.1.4:
9677 version "23.10.5"
9678 resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-23.10.5.tgz#cdb550df4466a30489bf70ba867615799f388dd5"
9679 integrity sha512-MRCs9qnGoyKgFc8adDEntAOP64fWK1vZKnOYU1o2HxaqjdJvGqmkLCPCnVq1/If4zkUmEjKPnCiUisTrlX2p2A==
9680 dependencies:
9681 bs-logger "0.x"
9682 buffer-from "1.x"
9683 fast-json-stable-stringify "2.x"
9684 json5 "2.x"
9685 make-error "1.x"
9686 mkdirp "0.x"
9687 resolve "1.x"
9688 semver "^5.5"
9689 yargs-parser "10.x"
9690
9691ts-jest@~23.1.3:
9692 version "23.1.4"
9693 resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-23.1.4.tgz#66ac1d8d3fbf8f9a98432b11aa377aa850664b2b"
9694 integrity sha512-9rCSxbWfoZxxeXnSoEIzRNr9hDIQ8iEJAWmSRsWhDHDT8OeuGfURhJQUE8jtJlkyEygs6rngH8RYtHz9cfjmEA==
9695 dependencies:
9696 closest-file-data "^0.1.4"
9697 fs-extra "6.0.1"
9698 json5 "^0.5.0"
9699 lodash "^4.17.10"
9700
9701tslib@1.9.0: 8557tslib@1.9.0:
9702 version "1.9.0" 8558 version "1.9.0"
9703 resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8" 8559 resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
@@ -9708,6 +8564,14 @@ tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0, tslib@~1.9.0:
9708 resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286" 8564 resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
9709 integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ== 8565 integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
9710 8566
8567tslint-angular@^1.1.2:
8568 version "1.1.2"
8569 resolved "https://registry.yarnpkg.com/tslint-angular/-/tslint-angular-1.1.2.tgz#5ce7020968e3b9dc7a40b6d15dadd6da34787309"
8570 integrity sha512-YDLdgQXBSFcVdDZH3mThx21fKzRctIgmCWpuwmppFLc7QHV3tdWDaFnD5lwUmgvLH8W0o+KsXhSzZ2uIsFJ+YA==
8571 dependencies:
8572 codelyzer "^4.0.2"
8573 tslint "^5.8.0"
8574
9711tslint-config-standard@^8.0.1: 8575tslint-config-standard@^8.0.1:
9712 version "8.0.1" 8576 version "8.0.1"
9713 resolved "https://registry.yarnpkg.com/tslint-config-standard/-/tslint-config-standard-8.0.1.tgz#e4dd3128e84b0e34b51990b68715a641f2b417e4" 8577 resolved "https://registry.yarnpkg.com/tslint-config-standard/-/tslint-config-standard-8.0.1.tgz#e4dd3128e84b0e34b51990b68715a641f2b417e4"
@@ -9724,10 +8588,10 @@ tslint-eslint-rules@^5.3.1:
9724 tslib "1.9.0" 8588 tslib "1.9.0"
9725 tsutils "^3.0.0" 8589 tsutils "^3.0.0"
9726 8590
9727tslint@^5.7.0: 8591tslint@^5.7.0, tslint@^5.8.0:
9728 version "5.11.0" 8592 version "5.15.0"
9729 resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.11.0.tgz#98f30c02eae3cde7006201e4c33cb08b48581eed" 8593 resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.15.0.tgz#6ffb180986d63afa1e531feb2a134dbf961e27d3"
9730 integrity sha1-mPMMAurjzecAYgHkwzywi0hYHu0= 8594 integrity sha512-6bIEujKR21/3nyeoX2uBnE8s+tMXCQXhqMmaIPJpHmXJoBJPTLcI7/VHRtUwMhnLVdwLqqY3zmd8Dxqa5CVdJA==
9731 dependencies: 8595 dependencies:
9732 babel-code-frame "^6.22.0" 8596 babel-code-frame "^6.22.0"
9733 builtin-modules "^1.1.1" 8597 builtin-modules "^1.1.1"
@@ -9735,19 +8599,20 @@ tslint@^5.7.0:
9735 commander "^2.12.1" 8599 commander "^2.12.1"
9736 diff "^3.2.0" 8600 diff "^3.2.0"
9737 glob "^7.1.1" 8601 glob "^7.1.1"
9738 js-yaml "^3.7.0" 8602 js-yaml "^3.13.0"
9739 minimatch "^3.0.4" 8603 minimatch "^3.0.4"
8604 mkdirp "^0.5.1"
9740 resolve "^1.3.2" 8605 resolve "^1.3.2"
9741 semver "^5.3.0" 8606 semver "^5.3.0"
9742 tslib "^1.8.0" 8607 tslib "^1.8.0"
9743 tsutils "^2.27.2" 8608 tsutils "^2.29.0"
9744 8609
9745tsml@1.0.1: 8610tsml@1.0.1:
9746 version "1.0.1" 8611 version "1.0.1"
9747 resolved "https://registry.yarnpkg.com/tsml/-/tsml-1.0.1.tgz#89f8218b9d9e257f47d7f6b56d01c5a4d2c68fc3" 8612 resolved "https://registry.yarnpkg.com/tsml/-/tsml-1.0.1.tgz#89f8218b9d9e257f47d7f6b56d01c5a4d2c68fc3"
9748 integrity sha1-ifghi52eJX9H1/a1bQHFpNLGj8M= 8613 integrity sha1-ifghi52eJX9H1/a1bQHFpNLGj8M=
9749 8614
9750tsutils@^2.27.2: 8615tsutils@^2.29.0:
9751 version "2.29.0" 8616 version "2.29.0"
9752 resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99" 8617 resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
9753 integrity sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA== 8618 integrity sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==
@@ -9755,9 +8620,9 @@ tsutils@^2.27.2:
9755 tslib "^1.8.1" 8620 tslib "^1.8.1"
9756 8621
9757tsutils@^3.0.0: 8622tsutils@^3.0.0:
9758 version "3.5.2" 8623 version "3.9.1"
9759 resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.5.2.tgz#6fd3c2d5a731e83bb21b070a173ec0faf3a8f6d3" 8624 resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.9.1.tgz#2a40dc742943c71eca6d5c1994fcf999956be387"
9760 integrity sha512-qIlklNuI/1Dzfm+G+kJV5gg3gimZIX5haYtIVQe7qGyKd7eu8T1t1DY6pz4Sc2CGXAj9s1izycctm9Zfl9sRuQ== 8625 integrity sha512-hrxVtLtPqQr//p8/msPT1X1UYXUjizqSit5d9AQ5k38TcV38NyecL5xODNxa73cLe/5sdiJ+w1FqzDhRBA/anA==
9761 dependencies: 8626 dependencies:
9762 tslib "^1.8.1" 8627 tslib "^1.8.1"
9763 8628
@@ -9778,13 +8643,6 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
9778 resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" 8643 resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
9779 integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= 8644 integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
9780 8645
9781type-check@~0.3.2:
9782 version "0.3.2"
9783 resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"
9784 integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=
9785 dependencies:
9786 prelude-ls "~1.1.2"
9787
9788type-is@~1.6.16: 8646type-is@~1.6.16:
9789 version "1.6.16" 8647 version "1.6.16"
9790 resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.16.tgz#f89ce341541c672b25ee7ae3c73dee3b2be50194" 8648 resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.16.tgz#f89ce341541c672b25ee7ae3c73dee3b2be50194"
@@ -9805,46 +8663,32 @@ typedarray@^0.0.6:
9805 resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" 8663 resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
9806 integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= 8664 integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
9807 8665
9808typescript@3.1.6: 8666typescript@3.2, typescript@3.2.4:
9809 version "3.1.6" 8667 version "3.2.4"
9810 resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.6.tgz#b6543a83cfc8c2befb3f4c8fba6896f5b0c9be68" 8668 resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.4.tgz#c585cb952912263d915b462726ce244ba510ef3d"
9811 integrity sha512-tDMYfVtvpb96msS1lDX9MEdHrW4yOuZ4Kdc4Him9oU796XldPYF/t2+uKoX0BBa0hXXwDlqYQbXY5Rzjzc5hBA== 8669 integrity sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg==
9812 8670
9813uc.micro@^1.0.1, uc.micro@^1.0.5: 8671uc.micro@^1.0.1, uc.micro@^1.0.5:
9814 version "1.0.5" 8672 version "1.0.6"
9815 resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.5.tgz#0c65f15f815aa08b560a61ce8b4db7ffc3f45376" 8673 resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
9816 integrity sha512-JoLI4g5zv5qNyT09f4YAvEZIIV1oOjqnewYg5D38dkQljIzpPT296dbIGvKro3digYI1bkb7W6EP1y4uDlmzLg== 8674 integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
9817 8675
9818uglify-es@^3.3.4: 8676uglify-js@3.4.x:
9819 version "3.3.9" 8677 version "3.4.10"
9820 resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677" 8678 resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.10.tgz#9ad9563d8eb3acdfb8d38597d2af1d815f6a755f"
9821 integrity sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ== 8679 integrity sha512-Y2VsbPVs0FIshJztycsO2SfPk7/KAF/T72qzv9u5EpQ4kB2hQoHlhNQTsNyy6ul7lQtqJN/AoWeS23OzEiEFxw==
9822 dependencies: 8680 dependencies:
9823 commander "~2.13.0" 8681 commander "~2.19.0"
9824 source-map "~0.6.1" 8682 source-map "~0.6.1"
9825 8683
9826uglify-js@3.4.x, uglify-js@^3.0.6, uglify-js@^3.1.4: 8684uglify-js@^3.0.6, uglify-js@^3.1.4:
9827 version "3.4.9" 8685 version "3.5.3"
9828 resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.9.tgz#af02f180c1207d76432e473ed24a28f4a782bae3" 8686 resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.5.3.tgz#d490bb5347f23025f0c1bc0dee901d98e4d6b063"
9829 integrity sha512-8CJsbKOtEbnJsTyv6LE6m6ZKniqMiFWmm9sRbopbkGs3gMPPfd3Fh8iIA4Ykv5MgaTbqHr4BaoGLJLZNhsrW1Q== 8687 integrity sha512-rIQPT2UMDnk4jRX+w4WO84/pebU2jiLsjgIyrCktYgSvx28enOE3iYQMr+BD1rHiitWnDmpu0cY/LfIEpKcjcw==
9830 dependencies: 8688 dependencies:
9831 commander "~2.17.1" 8689 commander "~2.19.0"
9832 source-map "~0.6.1" 8690 source-map "~0.6.1"
9833 8691
9834uglifyjs-webpack-plugin@^1.2.4:
9835 version "1.3.0"
9836 resolved "https://registry.yarnpkg.com/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-1.3.0.tgz#75f548160858163a08643e086d5fefe18a5d67de"
9837 integrity sha512-ovHIch0AMlxjD/97j9AYovZxG5wnHOPkL7T1GKochBADp/Zwc44pEWNqpKl1Loupp1WhFg7SlYmHZRUfdAacgw==
9838 dependencies:
9839 cacache "^10.0.4"
9840 find-cache-dir "^1.0.0"
9841 schema-utils "^0.4.5"
9842 serialize-javascript "^1.4.0"
9843 source-map "^0.6.1"
9844 uglify-es "^3.3.4"
9845 webpack-sources "^1.1.0"
9846 worker-farm "^1.5.2"
9847
9848uint64be@^2.0.2: 8692uint64be@^2.0.2:
9849 version "2.0.2" 8693 version "2.0.2"
9850 resolved "https://registry.yarnpkg.com/uint64be/-/uint64be-2.0.2.tgz#ef4a179752fe8f9ddaa29544ecfc13490031e8e5" 8694 resolved "https://registry.yarnpkg.com/uint64be/-/uint64be-2.0.2.tgz#ef4a179752fe8f9ddaa29544ecfc13490031e8e5"
@@ -9909,10 +8753,10 @@ unset-value@^1.0.0:
9909 has-value "^0.3.1" 8753 has-value "^0.3.1"
9910 isobject "^3.0.0" 8754 isobject "^3.0.0"
9911 8755
9912upath@^1.0.5: 8756upath@^1.0.5, upath@^1.1.1:
9913 version "1.1.0" 8757 version "1.1.2"
9914 resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd" 8758 resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.2.tgz#3db658600edaeeccbe6db5e684d67ee8c2acd068"
9915 integrity sha512-bzpH/oBhoS/QI/YtbkqCg6VEiPYjSZtrHQM6/QnJS6OL9pKUFLqb3aFh4Scvwm45+7iAgiMkLhSbaZxUqmrprw== 8759 integrity sha512-kXpym8nmDmlCBr7nKdIx8P2jNBa+pBpIUFRnKJ4dr8htyYGJFokkr2ZvERRtUN+9SY+JqXouNgUPtv6JQva/2Q==
9916 8760
9917upper-case@^1.1.1: 8761upper-case@^1.1.1:
9918 version "1.1.3" 8762 version "1.1.3"
@@ -9939,7 +8783,7 @@ url-parse@^1.4.3:
9939 querystringify "^2.0.0" 8783 querystringify "^2.0.0"
9940 requires-port "^1.0.0" 8784 requires-port "^1.0.0"
9941 8785
9942url-toolkit@^2.1.1, url-toolkit@^2.1.3: 8786url-toolkit@^2.1.1, url-toolkit@^2.1.3, url-toolkit@^2.1.6:
9943 version "2.1.6" 8787 version "2.1.6"
9944 resolved "https://registry.yarnpkg.com/url-toolkit/-/url-toolkit-2.1.6.tgz#6d03246499e519aad224c44044a4ae20544154f2" 8788 resolved "https://registry.yarnpkg.com/url-toolkit/-/url-toolkit-2.1.6.tgz#6d03246499e519aad224c44044a4ae20544154f2"
9945 integrity sha512-UaZ2+50am4HwrV2crR/JAf63Q4VvPYphe63WGeoJxeu8gmOm0qxPt+KsukfakPNrX9aymGNEkkaoICwn+OuvBw== 8789 integrity sha512-UaZ2+50am4HwrV2crR/JAf63Q4VvPYphe63WGeoJxeu8gmOm0qxPt+KsukfakPNrX9aymGNEkkaoICwn+OuvBw==
@@ -9986,18 +8830,18 @@ ut_pex@^1.1.1:
9986 string2compact "^1.2.5" 8830 string2compact "^1.2.5"
9987 8831
9988utf-8-validate@^5.0.1: 8832utf-8-validate@^5.0.1:
9989 version "5.0.1" 8833 version "5.0.2"
9990 resolved "https://registry.yarnpkg.com/utf-8-validate/-/utf-8-validate-5.0.1.tgz#cef1f9011ba4b216f4d7c6ddf5189d750599ff8b" 8834 resolved "https://registry.yarnpkg.com/utf-8-validate/-/utf-8-validate-5.0.2.tgz#63cfbccd85dc1f2b66cf7a1d0eebc08ed056bfb3"
9991 integrity sha512-Qef1AuiWWxQeZ1Oa4DTV3ArRafpZvsK+CLrlB8khLfsV+9mwhj58hNSGmel0ns5jYP+3yEwav6vxxW7Gz85bVw== 8835 integrity sha512-SwV++i2gTD5qh2XqaPzBnNX88N6HdyhQrNNRykvcS0QKvItV9u3vPEJr+X5Hhfb1JC0r0e1alL0iB09rY8+nmw==
9992 dependencies: 8836 dependencies:
9993 node-gyp-build "~3.4.0" 8837 node-gyp-build "~3.7.0"
9994 8838
9995util-deprecate@^1.0.1, util-deprecate@~1.0.1: 8839util-deprecate@^1.0.1, util-deprecate@~1.0.1:
9996 version "1.0.2" 8840 version "1.0.2"
9997 resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" 8841 resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
9998 integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= 8842 integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
9999 8843
10000util.promisify@1.0.0, util.promisify@^1.0.0: 8844util.promisify@1.0.0:
10001 version "1.0.0" 8845 version "1.0.0"
10002 resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030" 8846 resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030"
10003 integrity sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA== 8847 integrity sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==
@@ -10012,10 +8856,10 @@ util@0.10.3:
10012 dependencies: 8856 dependencies:
10013 inherits "2.0.1" 8857 inherits "2.0.1"
10014 8858
10015util@^0.10.3: 8859util@^0.11.0:
10016 version "0.10.4" 8860 version "0.11.1"
10017 resolved "https://registry.yarnpkg.com/util/-/util-0.10.4.tgz#3aa0125bfe668a4672de58857d3ace27ecb76901" 8861 resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61"
10018 integrity sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A== 8862 integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==
10019 dependencies: 8863 dependencies:
10020 inherits "2.0.3" 8864 inherits "2.0.3"
10021 8865
@@ -10069,12 +8913,12 @@ verror@1.10.0:
10069 extsprintf "^1.2.0" 8913 extsprintf "^1.2.0"
10070 8914
10071"video.js@^6 || ^7", "video.js@^6.8.0 || ^7.0.0", video.js@^7: 8915"video.js@^6 || ^7", "video.js@^6.8.0 || ^7.0.0", video.js@^7:
10072 version "7.3.0" 8916 version "7.4.1"
10073 resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.3.0.tgz#780de68a163b4ee16dfcacd78971680f18c9a68d" 8917 resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.4.1.tgz#41349d3b0ca40fa281c6f906381a0a41b75bd04e"
10074 integrity sha512-yJX8QlTIEpo2YN9G1RpKqIlLS9jqg8NNNN+IK2Z6vHhM6QUBzmaDFEr+BYGnvx8p7X90/SjRH1RHTPvKhghNUw== 8918 integrity sha512-UmTHiJWcil8YN65M1t/d63X6ofLtQwnvJoYEN4VKzkECYIHbgzvMRgOmrf5bNtVeDC6JsFKLZQXJ7s6Au2jgcQ==
10075 dependencies: 8919 dependencies:
10076 "@babel/runtime" "^7.0.0" 8920 "@babel/runtime" "^7.2.0"
10077 "@videojs/http-streaming" "1.4.1" 8921 "@videojs/http-streaming" "1.5.1"
10078 global "4.3.2" 8922 global "4.3.2"
10079 safe-json-parse "4.0.0" 8923 safe-json-parse "4.0.0"
10080 tsml "1.0.1" 8924 tsml "1.0.1"
@@ -10090,6 +8934,14 @@ videojs-contextmenu-ui@^5.0.0:
10090 global "^4.3.2" 8934 global "^4.3.2"
10091 video.js "^6 || ^7" 8935 video.js "^6 || ^7"
10092 8936
8937videojs-contrib-quality-levels@^2.0.9:
8938 version "2.0.9"
8939 resolved "https://registry.yarnpkg.com/videojs-contrib-quality-levels/-/videojs-contrib-quality-levels-2.0.9.tgz#b5d533d5092a6fc7d29eae1b43e4597d89bd527b"
8940 integrity sha512-HJeaJJQdSufi9Y5T7jlyyhkeq+mWPCog86q6ypoTi66boBMMJTo2abiOSHS9KaOGAJjH72gfvrjVY5FRdjlxYA==
8941 dependencies:
8942 global "^4.3.2"
8943 video.js "^6 || ^7"
8944
10093videojs-dock@^2.0.2: 8945videojs-dock@^2.0.2:
10094 version "2.1.4" 8946 version "2.1.4"
10095 resolved "https://registry.yarnpkg.com/videojs-dock/-/videojs-dock-2.1.4.tgz#0ebd198b5d48990e3523fdc87dbfdb9fe96f804c" 8947 resolved "https://registry.yarnpkg.com/videojs-dock/-/videojs-dock-2.1.4.tgz#0ebd198b5d48990e3523fdc87dbfdb9fe96f804c"
@@ -10104,9 +8956,9 @@ videojs-font@3.1.0:
10104 integrity sha512-rxB68SVgbHD+kSwoNWNCHicKJuR2ga3bGfvGxmB+8fupsiLbnyCwTBVtrZUq4bZnD64mrKP1DxHiutxwrs59pQ== 8956 integrity sha512-rxB68SVgbHD+kSwoNWNCHicKJuR2ga3bGfvGxmB+8fupsiLbnyCwTBVtrZUq4bZnD64mrKP1DxHiutxwrs59pQ==
10105 8957
10106videojs-hotkeys@^0.2.21: 8958videojs-hotkeys@^0.2.21:
10107 version "0.2.22" 8959 version "0.2.25"
10108 resolved "https://registry.yarnpkg.com/videojs-hotkeys/-/videojs-hotkeys-0.2.22.tgz#76f917b1a70e7bf9da5f7f8cd33d5a032c0284be" 8960 resolved "https://registry.yarnpkg.com/videojs-hotkeys/-/videojs-hotkeys-0.2.25.tgz#b34b5816db1af747e41a90a3be268d51449b4cb0"
10109 integrity sha512-sl/D6blI+SY40uD9OJBBUZB4PzV5g4xpfV2aPqzYgYiO1GEdXFAZKXWj80Hz2VEmJ8tXj5ToIbVq+t4v3ckvNw== 8961 integrity sha512-XgMjWiqGlmAjuHtpP529A2voVh++z46FSD0XeSy+65yeuTZOd+w2CJmfrL4jPpGm+MME5l9lOLfVpoEeDaBa1Q==
10110 8962
10111videojs-vtt.js@0.14.1: 8963videojs-vtt.js@0.14.1:
10112 version "0.14.1" 8964 version "0.14.1"
@@ -10141,28 +8993,6 @@ void-elements@^2.0.0:
10141 resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec" 8993 resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
10142 integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w= 8994 integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=
10143 8995
10144w3c-hr-time@^1.0.1:
10145 version "1.0.1"
10146 resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045"
10147 integrity sha1-gqwr/2PZUOqeMYmlimViX+3xkEU=
10148 dependencies:
10149 browser-process-hrtime "^0.1.2"
10150
10151walker@~1.0.5:
10152 version "1.0.7"
10153 resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb"
10154 integrity sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=
10155 dependencies:
10156 makeerror "1.0.x"
10157
10158watch@~0.18.0:
10159 version "0.18.0"
10160 resolved "https://registry.yarnpkg.com/watch/-/watch-0.18.0.tgz#28095476c6df7c90c963138990c0a5423eb4b986"
10161 integrity sha1-KAlUdsbffJDJYxOJkMClQj60uYY=
10162 dependencies:
10163 exec-sh "^0.2.0"
10164 minimist "^1.2.0"
10165
10166watchpack@^1.5.0: 8996watchpack@^1.5.0:
10167 version "1.6.0" 8997 version "1.6.0"
10168 resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00" 8998 resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00"
@@ -10172,7 +9002,7 @@ watchpack@^1.5.0:
10172 graceful-fs "^4.1.2" 9002 graceful-fs "^4.1.2"
10173 neo-async "^2.5.0" 9003 neo-async "^2.5.0"
10174 9004
10175wbuf@^1.1.0, wbuf@^1.7.2: 9005wbuf@^1.1.0, wbuf@^1.7.3:
10176 version "1.7.3" 9006 version "1.7.3"
10177 resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df" 9007 resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df"
10178 integrity sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA== 9008 integrity sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==
@@ -10188,9 +9018,9 @@ webdriver-js-extender@2.1.0:
10188 selenium-webdriver "^3.0.1" 9018 selenium-webdriver "^3.0.1"
10189 9019
10190webdriver-manager@^12.0.6: 9020webdriver-manager@^12.0.6:
10191 version "12.1.0" 9021 version "12.1.1"
10192 resolved "https://registry.yarnpkg.com/webdriver-manager/-/webdriver-manager-12.1.0.tgz#f6601e52de5f0c97fc7024c889eeb2416f2f1d9d" 9022 resolved "https://registry.yarnpkg.com/webdriver-manager/-/webdriver-manager-12.1.1.tgz#66c3271f69cefdaa9fdfca617ae95afae41c3c62"
10193 integrity sha512-oEc5fmkpz6Yh6udhwir5m0eN5mgRPq9P/NU5YWuT3Up5slt6Zz+znhLU7q4+8rwCZz/Qq3Fgpr/4oao7NPCm2A== 9023 integrity sha512-L9TEQmZs6JbMMRQI1w60mfps265/NCr0toYJl7p/R2OAk6oXAfwI6jqYP7EWae+d7Ad2S2Aj4+rzxoSjqk3ZuA==
10194 dependencies: 9024 dependencies:
10195 adm-zip "^0.4.9" 9025 adm-zip "^0.4.9"
10196 chalk "^1.1.1" 9026 chalk "^1.1.1"
@@ -10204,17 +9034,13 @@ webdriver-manager@^12.0.6:
10204 semver "^5.3.0" 9034 semver "^5.3.0"
10205 xml2js "^0.4.17" 9035 xml2js "^0.4.17"
10206 9036
10207webidl-conversions@^4.0.2:
10208 version "4.0.2"
10209 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
10210 integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
10211
10212webpack-bundle-analyzer@^3.0.2: 9037webpack-bundle-analyzer@^3.0.2:
10213 version "3.0.3" 9038 version "3.1.0"
10214 resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.3.tgz#dbc7fff8f52058b6714a20fddf309d0790e3e0a0" 9039 resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.1.0.tgz#2f19cbb87bb6d4f3cb4e59cb67c837bd9436e89d"
10215 integrity sha512-naLWiRfmtH4UJgtUktRTLw6FdoZJ2RvCR9ePbwM9aRMsS/KjFerkPZG9epEvXRAw5d5oPdrs9+3p+afNjxW8Xw== 9040 integrity sha512-nyDyWEs7C6DZlgvu1pR1zzJfIWSiGPbtaByZr8q+Fd2xp70FuM/8ngCJzj3Er1TYRLSFmp1F1OInbEm4DZH8NA==
10216 dependencies: 9041 dependencies:
10217 acorn "^5.7.3" 9042 acorn "^6.0.7"
9043 acorn-walk "^6.1.1"
10218 bfj "^6.1.1" 9044 bfj "^6.1.1"
10219 chalk "^2.4.1" 9045 chalk "^2.4.1"
10220 commander "^2.18.0" 9046 commander "^2.18.0"
@@ -10228,20 +9054,21 @@ webpack-bundle-analyzer@^3.0.2:
10228 ws "^6.0.0" 9054 ws "^6.0.0"
10229 9055
10230webpack-cli@^3.0.8: 9056webpack-cli@^3.0.8:
10231 version "3.1.2" 9057 version "3.3.0"
10232 resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.1.2.tgz#17d7e01b77f89f884a2bbf9db545f0f6a648e746" 9058 resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.0.tgz#55c8a74cae1e88117f9dda3a801c7272e93ca318"
10233 integrity sha512-Cnqo7CeqeSvC6PTdts+dywNi5CRlIPbLx1AoUPK2T6vC1YAugMG3IOoO9DmEscd+Dghw7uRlnzV1KwOe5IrtgQ== 9059 integrity sha512-t1M7G4z5FhHKJ92WRKwZ1rtvi7rHc0NZoZRbSkol0YKl4HvcC8+DsmGDmK7MmZxHSAetHagiOsjOB6MmzC2TUw==
10234 dependencies: 9060 dependencies:
10235 chalk "^2.4.1" 9061 chalk "^2.4.1"
10236 cross-spawn "^6.0.5" 9062 cross-spawn "^6.0.5"
10237 enhanced-resolve "^4.1.0" 9063 enhanced-resolve "^4.1.0"
10238 global-modules-path "^2.3.0" 9064 findup-sync "^2.0.0"
9065 global-modules "^1.0.0"
10239 import-local "^2.0.0" 9066 import-local "^2.0.0"
10240 interpret "^1.1.0" 9067 interpret "^1.1.0"
10241 loader-utils "^1.1.0" 9068 loader-utils "^1.1.0"
10242 supports-color "^5.5.0" 9069 supports-color "^5.5.0"
10243 v8-compile-cache "^2.0.2" 9070 v8-compile-cache "^2.0.2"
10244 yargs "^12.0.2" 9071 yargs "^12.0.5"
10245 9072
10246webpack-core@^0.6.8: 9073webpack-core@^0.6.8:
10247 version "0.6.9" 9074 version "0.6.9"
@@ -10261,10 +9088,20 @@ webpack-dev-middleware@3.4.0:
10261 range-parser "^1.0.3" 9088 range-parser "^1.0.3"
10262 webpack-log "^2.0.0" 9089 webpack-log "^2.0.0"
10263 9090
10264webpack-dev-server@3.1.10: 9091webpack-dev-middleware@3.5.1:
10265 version "3.1.10" 9092 version "3.5.1"
10266 resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.1.10.tgz#507411bee727ee8d2fdffdc621b66a64ab3dea2b" 9093 resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.5.1.tgz#9265b7742ef50f54f54c1d9af022fc17c1be9b88"
10267 integrity sha512-RqOAVjfqZJtQcB0LmrzJ5y4Jp78lv9CK0MZ1YJDTaTmedMZ9PU9FLMQNrMCfVu8hHzaVLVOJKBlGEHMN10z+ww== 9094 integrity sha512-4dwCh/AyMOYAybggUr8fiCkRnjVDp+Cqlr9c+aaNB3GJYgRGYQWJ1YX/WAKUNA9dPNHZ6QSN2lYDKqjKSI8Vqw==
9095 dependencies:
9096 memory-fs "~0.4.1"
9097 mime "^2.3.1"
9098 range-parser "^1.0.3"
9099 webpack-log "^2.0.0"
9100
9101webpack-dev-server@3.1.14:
9102 version "3.1.14"
9103 resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.1.14.tgz#60fb229b997fc5a0a1fc6237421030180959d469"
9104 integrity sha512-mGXDgz5SlTxcF3hUpfC8hrQ11yhAttuUQWf1Wmb+6zo3x6rb7b9mIfuQvAPLdfDRCGRGvakBWHdHOa0I9p/EVQ==
10268 dependencies: 9105 dependencies:
10269 ansi-html "0.0.7" 9106 ansi-html "0.0.7"
10270 bonjour "^3.5.0" 9107 bonjour "^3.5.0"
@@ -10285,12 +9122,14 @@ webpack-dev-server@3.1.10:
10285 portfinder "^1.0.9" 9122 portfinder "^1.0.9"
10286 schema-utils "^1.0.0" 9123 schema-utils "^1.0.0"
10287 selfsigned "^1.9.1" 9124 selfsigned "^1.9.1"
9125 semver "^5.6.0"
10288 serve-index "^1.7.2" 9126 serve-index "^1.7.2"
10289 sockjs "0.3.19" 9127 sockjs "0.3.19"
10290 sockjs-client "1.3.0" 9128 sockjs-client "1.3.0"
10291 spdy "^3.4.1" 9129 spdy "^4.0.0"
10292 strip-ansi "^3.0.0" 9130 strip-ansi "^3.0.0"
10293 supports-color "^5.1.0" 9131 supports-color "^5.1.0"
9132 url "^0.11.0"
10294 webpack-dev-middleware "3.4.0" 9133 webpack-dev-middleware "3.4.0"
10295 webpack-log "^2.0.0" 9134 webpack-log "^2.0.0"
10296 yargs "12.0.2" 9135 yargs "12.0.2"
@@ -10313,21 +9152,13 @@ webpack-log@^2.0.0:
10313 ansi-colors "^3.0.0" 9152 ansi-colors "^3.0.0"
10314 uuid "^3.3.2" 9153 uuid "^3.3.2"
10315 9154
10316webpack-merge@4.1.4: 9155webpack-merge@4.2.1:
10317 version "4.1.4" 9156 version "4.2.1"
10318 resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-4.1.4.tgz#0fde38eabf2d5fd85251c24a5a8c48f8a3f4eb7b" 9157 resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-4.2.1.tgz#5e923cf802ea2ace4fd5af1d3247368a633489b4"
10319 integrity sha512-TmSe1HZKeOPey3oy1Ov2iS3guIZjWvMT2BBJDzzT5jScHTjVC3mpjJofgueEzaEd6ibhxRDD6MIblDr8tzh8iQ== 9158 integrity sha512-4p8WQyS98bUJcCvFMbdGZyZmsKuWjWVnVHnAS3FFg0HDaRVrPbkivx2RYCre8UiemD67RsiFFLfn4JhLAin8Vw==
10320 dependencies: 9159 dependencies:
10321 lodash "^4.17.5" 9160 lodash "^4.17.5"
10322 9161
10323webpack-sources@1.2.0:
10324 version "1.2.0"
10325 resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.2.0.tgz#18181e0d013fce096faf6f8e6d41eeffffdceac2"
10326 integrity sha512-9BZwxR85dNsjWz3blyxdOhTgtnQvv3OEs5xofI0wPYTwu5kaWxS08UuD1oI7WLBLpRO+ylf0ofnXLXWmGb2WMw==
10327 dependencies:
10328 source-list-map "^2.0.0"
10329 source-map "~0.6.1"
10330
10331webpack-sources@1.3.0, webpack-sources@^1.1.0, webpack-sources@^1.2.0, webpack-sources@^1.3.0: 9162webpack-sources@1.3.0, webpack-sources@^1.1.0, webpack-sources@^1.2.0, webpack-sources@^1.3.0:
10332 version "1.3.0" 9163 version "1.3.0"
10333 resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.3.0.tgz#2a28dcb9f1f45fe960d8f1493252b5ee6530fa85" 9164 resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.3.0.tgz#2a28dcb9f1f45fe960d8f1493252b5ee6530fa85"
@@ -10351,17 +9182,17 @@ webpack-subresource-integrity@1.1.0-rc.6:
10351 dependencies: 9182 dependencies:
10352 webpack-core "^0.6.8" 9183 webpack-core "^0.6.8"
10353 9184
10354webpack@4.23.1: 9185webpack@4.29.0:
10355 version "4.23.1" 9186 version "4.29.0"
10356 resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.23.1.tgz#db7467b116771ae020c58bdfe2a0822785bb8239" 9187 resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.29.0.tgz#f2cfef83f7ae404ba889ff5d43efd285ca26e750"
10357 integrity sha512-iE5Cu4rGEDk7ONRjisTOjVHv3dDtcFfwitSxT7evtYj/rANJpt1OuC/Kozh1pBa99AUBr1L/LsaNB+D9Xz3CEg== 9188 integrity sha512-pxdGG0keDBtamE1mNvT5zyBdx+7wkh6mh7uzMOo/uRQ/fhsdj5FXkh/j5mapzs060forql1oXqXN9HJGju+y7w==
10358 dependencies: 9189 dependencies:
10359 "@webassemblyjs/ast" "1.7.10" 9190 "@webassemblyjs/ast" "1.7.11"
10360 "@webassemblyjs/helper-module-context" "1.7.10" 9191 "@webassemblyjs/helper-module-context" "1.7.11"
10361 "@webassemblyjs/wasm-edit" "1.7.10" 9192 "@webassemblyjs/wasm-edit" "1.7.11"
10362 "@webassemblyjs/wasm-parser" "1.7.10" 9193 "@webassemblyjs/wasm-parser" "1.7.11"
10363 acorn "^5.6.2" 9194 acorn "^6.0.5"
10364 acorn-dynamic-import "^3.0.0" 9195 acorn-dynamic-import "^4.0.0"
10365 ajv "^6.1.0" 9196 ajv "^6.1.0"
10366 ajv-keywords "^3.1.0" 9197 ajv-keywords "^3.1.0"
10367 chrome-trace-event "^1.0.0" 9198 chrome-trace-event "^1.0.0"
@@ -10377,7 +9208,7 @@ webpack@4.23.1:
10377 node-libs-browser "^2.0.0" 9208 node-libs-browser "^2.0.0"
10378 schema-utils "^0.4.4" 9209 schema-utils "^0.4.4"
10379 tapable "^1.1.0" 9210 tapable "^1.1.0"
10380 uglifyjs-webpack-plugin "^1.2.4" 9211 terser-webpack-plugin "^1.1.0"
10381 watchpack "^1.5.0" 9212 watchpack "^1.5.0"
10382 webpack-sources "^1.3.0" 9213 webpack-sources "^1.3.0"
10383 9214
@@ -10394,9 +9225,10 @@ websocket-extensions@>=0.1.1:
10394 resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29" 9225 resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29"
10395 integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg== 9226 integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==
10396 9227
10397"webtorrent@https://github.com/webtorrent/webtorrent#e9b209c7970816fc29e0cc871157a4918d66001d": 9228webtorrent@^0.103.1:
10398 version "0.102.4" 9229 version "0.103.1"
10399 resolved "https://github.com/webtorrent/webtorrent#e9b209c7970816fc29e0cc871157a4918d66001d" 9230 resolved "https://registry.yarnpkg.com/webtorrent/-/webtorrent-0.103.1.tgz#18ead369bbcaa60dc8ea138784c33451edd34479"
9231 integrity sha512-rqMD8sAaPzrUzEpA6gDEOgcN9Xyz4WGrQiHoVY6HlymLoNSkScMnmnEX1bsdMcIU9iOrnUlghDEW9sJ9jYCmwQ==
10400 dependencies: 9232 dependencies:
10401 addr-to-ip-port "^1.4.2" 9233 addr-to-ip-port "^1.4.2"
10402 bitfield "^2.0.0" 9234 bitfield "^2.0.0"
@@ -10404,13 +9236,13 @@ websocket-extensions@>=0.1.1:
10404 bittorrent-protocol "^3.0.0" 9236 bittorrent-protocol "^3.0.0"
10405 chunk-store-stream "^3.0.1" 9237 chunk-store-stream "^3.0.1"
10406 create-torrent "^3.33.0" 9238 create-torrent "^3.33.0"
10407 debug "^4.0.1" 9239 debug "^4.1.0"
10408 end-of-stream "^1.1.0" 9240 end-of-stream "^1.1.0"
10409 fs-chunk-store "^1.6.2" 9241 fs-chunk-store "^1.6.2"
10410 immediate-chunk-store "^2.0.0" 9242 immediate-chunk-store "^2.0.0"
10411 load-ip-set "^2.1.0" 9243 load-ip-set "^2.1.0"
10412 memory-chunk-store "^1.2.0" 9244 memory-chunk-store "^1.2.0"
10413 mime "^2.2.0" 9245 mime "^2.4.0"
10414 multistream "^2.0.5" 9246 multistream "^2.0.5"
10415 package-json-versionify "^1.0.2" 9247 package-json-versionify "^1.0.2"
10416 parse-numeric-range "^0.0.2" 9248 parse-numeric-range "^0.0.2"
@@ -10419,7 +9251,7 @@ websocket-extensions@>=0.1.1:
10419 random-iterate "^1.0.1" 9251 random-iterate "^1.0.1"
10420 randombytes "^2.0.3" 9252 randombytes "^2.0.3"
10421 range-parser "^1.2.0" 9253 range-parser "^1.2.0"
10422 readable-stream "^3.0.2" 9254 readable-stream "^3.0.6"
10423 render-media "^3.0.0" 9255 render-media "^3.0.0"
10424 run-parallel "^1.1.6" 9256 run-parallel "^1.1.6"
10425 run-parallel-limit "^1.0.3" 9257 run-parallel-limit "^1.0.3"
@@ -10439,41 +9271,11 @@ websocket-extensions@>=0.1.1:
10439 ut_metadata "^3.3.0" 9271 ut_metadata "^3.3.0"
10440 ut_pex "^1.1.1" 9272 ut_pex "^1.1.1"
10441 9273
10442whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3:
10443 version "1.0.5"
10444 resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0"
10445 integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==
10446 dependencies:
10447 iconv-lite "0.4.24"
10448
10449whatwg-fetch@^3.0.0: 9274whatwg-fetch@^3.0.0:
10450 version "3.0.0" 9275 version "3.0.0"
10451 resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb" 9276 resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb"
10452 integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q== 9277 integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==
10453 9278
10454whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
10455 version "2.3.0"
10456 resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
10457 integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
10458
10459whatwg-url@^6.4.1:
10460 version "6.5.0"
10461 resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"
10462 integrity sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ==
10463 dependencies:
10464 lodash.sortby "^4.7.0"
10465 tr46 "^1.0.1"
10466 webidl-conversions "^4.0.2"
10467
10468whatwg-url@^7.0.0:
10469 version "7.0.0"
10470 resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.0.0.tgz#fde926fa54a599f3adf82dff25a9f7be02dc6edd"
10471 integrity sha512-37GeVSIJ3kn1JgKyjiYNmSLP1yzbpb29jdmwBSgkD9h40/hyrR/OifpVUndji3tmwGgD8qpw7iQu3RSbCrBpsQ==
10472 dependencies:
10473 lodash.sortby "^4.7.0"
10474 tr46 "^1.0.1"
10475 webidl-conversions "^4.0.2"
10476
10477when@~3.6.x: 9279when@~3.6.x:
10478 version "3.6.4" 9280 version "3.6.4"
10479 resolved "https://registry.yarnpkg.com/when/-/when-3.6.4.tgz#473b517ec159e2b85005497a13983f095412e34e" 9281 resolved "https://registry.yarnpkg.com/when/-/when-3.6.4.tgz#473b517ec159e2b85005497a13983f095412e34e"
@@ -10489,7 +9291,7 @@ which-module@^2.0.0:
10489 resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" 9291 resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
10490 integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= 9292 integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
10491 9293
10492which@1, which@^1.1.1, which@^1.2.1, which@^1.2.12, which@^1.2.9, which@^1.3.0, which@^1.3.1: 9294which@1, which@^1.2.1, which@^1.2.14, which@^1.2.9, which@^1.3.1:
10493 version "1.3.1" 9295 version "1.3.1"
10494 resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" 9296 resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
10495 integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== 9297 integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
@@ -10503,11 +9305,6 @@ wide-align@^1.1.0:
10503 dependencies: 9305 dependencies:
10504 string-width "^1.0.2 || 2" 9306 string-width "^1.0.2 || 2"
10505 9307
10506wordwrap@^1.0.0, wordwrap@~1.0.0:
10507 version "1.0.0"
10508 resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
10509 integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
10510
10511wordwrap@~0.0.2: 9308wordwrap@~0.0.2:
10512 version "0.0.3" 9309 version "0.0.3"
10513 resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107" 9310 resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
@@ -10533,26 +9330,10 @@ wrappy@1:
10533 resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" 9330 resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
10534 integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= 9331 integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
10535 9332
10536write-file-atomic@^2.1.0: 9333ws@^6.0.0:
10537 version "2.3.0" 9334 version "6.2.1"
10538 resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.3.0.tgz#1ff61575c2e2a4e8e510d6fa4e243cce183999ab" 9335 resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"
10539 integrity sha512-xuPeK4OdjWqtfi59ylvVL0Yn35SF3zgcAcv7rBPFHVaEapaDr4GdGgm3j7ckTwH9wHL7fGmgfAnb0+THrHb8tA== 9336 integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==
10540 dependencies:
10541 graceful-fs "^4.1.11"
10542 imurmurhash "^0.1.4"
10543 signal-exit "^3.0.2"
10544
10545ws@^5.2.0:
10546 version "5.2.2"
10547 resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f"
10548 integrity sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==
10549 dependencies:
10550 async-limiter "~1.0.0"
10551
10552ws@^6.0.0, ws@~6.1.0:
10553 version "6.1.2"
10554 resolved "https://registry.yarnpkg.com/ws/-/ws-6.1.2.tgz#3cc7462e98792f0ac679424148903ded3b9c3ad8"
10555 integrity sha512-rfUqzvz0WxmSXtJpPMX2EeASXabOrSMk1ruMOV3JBTBjo4ac2lDjGGsbQSyxj8Odhw5fBib8ZKEjDNvgouNKYw==
10556 dependencies: 9337 dependencies:
10557 async-limiter "~1.0.0" 9338 async-limiter "~1.0.0"
10558 9339
@@ -10565,6 +9346,13 @@ ws@~3.3.1:
10565 safe-buffer "~5.1.0" 9346 safe-buffer "~5.1.0"
10566 ultron "~1.1.0" 9347 ultron "~1.1.0"
10567 9348
9349ws@~6.1.0:
9350 version "6.1.4"
9351 resolved "https://registry.yarnpkg.com/ws/-/ws-6.1.4.tgz#5b5c8800afab925e94ccb29d153c8d02c1776ef9"
9352 integrity sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==
9353 dependencies:
9354 async-limiter "~1.0.0"
9355
10568xhr@2.4.0: 9356xhr@2.4.0:
10569 version "2.4.0" 9357 version "2.4.0"
10570 resolved "https://registry.yarnpkg.com/xhr/-/xhr-2.4.0.tgz#e16e66a45f869861eeefab416d5eff722dc40993" 9358 resolved "https://registry.yarnpkg.com/xhr/-/xhr-2.4.0.tgz#e16e66a45f869861eeefab416d5eff722dc40993"
@@ -10575,11 +9363,6 @@ xhr@2.4.0:
10575 parse-headers "^2.0.0" 9363 parse-headers "^2.0.0"
10576 xtend "^4.0.0" 9364 xtend "^4.0.0"
10577 9365
10578xml-name-validator@^3.0.0:
10579 version "3.0.0"
10580 resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
10581 integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
10582
10583xml2js@^0.4.17: 9366xml2js@^0.4.17:
10584 version "0.4.19" 9367 version "0.4.19"
10585 resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.19.tgz#686c20f213209e94abf0d1bcf1efaa291c7827a7" 9368 resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.19.tgz#686c20f213209e94abf0d1bcf1efaa291c7827a7"
@@ -10628,7 +9411,7 @@ yallist@^3.0.0, yallist@^3.0.2:
10628 resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9" 9411 resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
10629 integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A== 9412 integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==
10630 9413
10631yargs-parser@10.x, yargs-parser@^10.1.0: 9414yargs-parser@^10.1.0:
10632 version "10.1.0" 9415 version "10.1.0"
10633 resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8" 9416 resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"
10634 integrity sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ== 9417 integrity sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==
@@ -10664,13 +9447,6 @@ yargs-parser@^8.0.0:
10664 dependencies: 9447 dependencies:
10665 camelcase "^4.1.0" 9448 camelcase "^4.1.0"
10666 9449
10667yargs-parser@^9.0.2:
10668 version "9.0.2"
10669 resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
10670 integrity sha1-nM9qQ0YP5O1Aqbto9I1DuKaMwHc=
10671 dependencies:
10672 camelcase "^4.1.0"
10673
10674yargs@10.0.3: 9450yargs@10.0.3:
10675 version "10.0.3" 9451 version "10.0.3"
10676 resolved "https://registry.yarnpkg.com/yargs/-/yargs-10.0.3.tgz#6542debd9080ad517ec5048fb454efe9e4d4aaae" 9452 resolved "https://registry.yarnpkg.com/yargs/-/yargs-10.0.3.tgz#6542debd9080ad517ec5048fb454efe9e4d4aaae"
@@ -10726,25 +9502,7 @@ yargs@9.0.1:
10726 y18n "^3.2.1" 9502 y18n "^3.2.1"
10727 yargs-parser "^7.0.0" 9503 yargs-parser "^7.0.0"
10728 9504
10729yargs@^11.0.0: 9505yargs@^12.0.5:
10730 version "11.1.0"
10731 resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.1.0.tgz#90b869934ed6e871115ea2ff58b03f4724ed2d77"
10732 integrity sha512-NwW69J42EsCSanF8kyn5upxvjp5ds+t3+udGBeTbFnERA+lF541DDpMawzo4z6W/QrzNM18D+BPMiOBibnFV5A==
10733 dependencies:
10734 cliui "^4.0.0"
10735 decamelize "^1.1.1"
10736 find-up "^2.1.0"
10737 get-caller-file "^1.0.1"
10738 os-locale "^2.0.0"
10739 require-directory "^2.1.1"
10740 require-main-filename "^1.0.1"
10741 set-blocking "^2.0.0"
10742 string-width "^2.0.0"
10743 which-module "^2.0.0"
10744 y18n "^3.2.1"
10745 yargs-parser "^9.0.2"
10746
10747yargs@^12.0.2:
10748 version "12.0.5" 9506 version "12.0.5"
10749 resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13" 9507 resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
10750 integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw== 9508 integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==
@@ -10805,7 +9563,7 @@ yeast@0.1.2:
10805 resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419" 9563 resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
10806 integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk= 9564 integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk=
10807 9565
10808zone.js@~0.8.5: 9566zone.js@~0.9.0:
10809 version "0.8.26" 9567 version "0.9.0"
10810 resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.26.tgz#7bdd72f7668c5a7ad6b118148b4ea39c59d08d2d" 9568 resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.9.0.tgz#f42319d657f7616724ed40c5907d4614b4c683fa"
10811 integrity sha512-W9Nj+UmBJG251wkCacIkETgra4QgBo/vgoEkb4a2uoLzpQG7qF9nzwoLXWU5xj3Fg2mxGvEDh47mg24vXccYjA== 9569 integrity sha512-EfygvVnLxPSCMSgJ4h7SoY+XNr7ybdwvvwEQ70lvMFl9coNnciXSyWi8Kg6znK1ubyUSffkCKvleSQpLuUKw0Q==