From 5638df08955a22077edc49387d577dde7cef5b49 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 Nov 2021 15:54:23 +0100 Subject: [PATCH] Update xliffmerge --- client/.xliffmerge.json | 9 + client/angular.json | 55 ----- client/package.json | 3 +- client/src/locale/angular.ar.xlf | 197 +++--------------- client/src/locale/angular.ca-ES.xlf | 197 +++--------------- client/src/locale/angular.cs-CZ.xlf | 197 +++--------------- client/src/locale/angular.da-DK.xlf | 197 +++--------------- client/src/locale/angular.de-DE.xlf | 197 +++--------------- client/src/locale/angular.el-GR.xlf | 197 +++--------------- client/src/locale/angular.en-GB.xlf | 101 +-------- client/src/locale/angular.en-US.xlf | 101 +-------- client/src/locale/angular.eo.xlf | 197 +++--------------- client/src/locale/angular.es-ES.xlf | 197 +++--------------- client/src/locale/angular.eu-ES.xlf | 197 +++--------------- client/src/locale/angular.fa-IR.xlf | 197 +++--------------- client/src/locale/angular.fi-FI.xlf | 101 +-------- client/src/locale/angular.fr-FR.xlf | 197 +++--------------- client/src/locale/angular.gd.xlf | 197 +++--------------- client/src/locale/angular.gl-ES.xlf | 197 +++--------------- client/src/locale/angular.hu-HU.xlf | 197 +++--------------- client/src/locale/angular.it-IT.xlf | 197 +++--------------- client/src/locale/angular.ja-JP.xlf | 197 +++--------------- client/src/locale/angular.jbo.xlf | 101 +-------- client/src/locale/angular.kab.xlf | 197 +++--------------- client/src/locale/angular.ko-KR.xlf | 197 +++--------------- client/src/locale/angular.lt-LT.xlf | 101 +-------- client/src/locale/angular.nb-NO.xlf | 198 +++--------------- client/src/locale/angular.nl-NL.xlf | 197 +++--------------- client/src/locale/angular.oc.xlf | 197 +++--------------- client/src/locale/angular.pl-PL.xlf | 197 +++--------------- client/src/locale/angular.pt-BR.xlf | 197 +++--------------- client/src/locale/angular.pt-PT.xlf | 197 +++--------------- client/src/locale/angular.ru-RU.xlf | 197 +++--------------- client/src/locale/angular.sk-SK.xlf | 101 +-------- client/src/locale/angular.sl-SI.xlf | 197 +++--------------- client/src/locale/angular.sv-SE.xlf | 197 +++--------------- client/src/locale/angular.ta.xlf | 101 +-------- client/src/locale/angular.th-TH.xlf | 197 +++--------------- client/src/locale/angular.tr-TR.xlf | 198 +++--------------- client/src/locale/angular.uk-UA.xlf | 197 +++--------------- client/src/locale/angular.vi-VN.xlf | 197 +++--------------- client/src/locale/angular.xlf | 247 ----------------------- client/src/locale/angular.zh-Hans-CN.xlf | 197 +++--------------- client/src/locale/angular.zh-Hant-TW.xlf | 197 +++--------------- client/src/locale/server.ar.json | 1 + client/src/locale/server.ca-ES.json | 1 + client/src/locale/server.cs-CZ.json | 1 + client/src/locale/server.de-DE.json | 1 + client/src/locale/server.el-GR.json | 1 + client/src/locale/server.en-US.json | 1 + client/src/locale/server.eo.json | 1 + client/src/locale/server.es-ES.json | 1 + client/src/locale/server.eu-ES.json | 1 + client/src/locale/server.fi-FI.json | 1 + client/src/locale/server.fr-FR.json | 1 + client/src/locale/server.gd.json | 1 + client/src/locale/server.gl-ES.json | 1 + client/src/locale/server.hu-HU.json | 1 + client/src/locale/server.it-IT.json | 1 + client/src/locale/server.ja-JP.json | 1 + client/src/locale/server.kab.json | 1 + client/src/locale/server.nl-NL.json | 1 + client/src/locale/server.oc.json | 1 + client/src/locale/server.pl-PL.json | 1 + client/src/locale/server.pt-BR.json | 1 + client/src/locale/server.pt-PT.json | 1 + client/src/locale/server.ru-RU.json | 1 + client/src/locale/server.sq.json | 1 + client/src/locale/server.sv-SE.json | 1 + client/src/locale/server.th-TH.json | 1 + client/src/locale/server.vi-VN.json | 1 + client/src/locale/server.zh-Hans-CN.json | 1 + client/src/locale/server.zh-Hant-TW.json | 1 + client/yarn.lock | 62 ++---- scripts/i18n/update.sh | 2 +- support/doc/development/localization.md | 3 +- 76 files changed, 1125 insertions(+), 6495 deletions(-) create mode 100644 client/.xliffmerge.json diff --git a/client/.xliffmerge.json b/client/.xliffmerge.json new file mode 100644 index 000000000..2843a5e07 --- /dev/null +++ b/client/.xliffmerge.json @@ -0,0 +1,9 @@ +{ + "xliffmergeOptions": { + "i18nFormat": "xlf", + "srcDir": "src/locale", + "genDir": "src/locale", + "i18nBaseFile": "angular", + "defaultLanguage": "en-US" + } +} diff --git a/client/angular.json b/client/angular.json index 13be6e555..18a7750ef 100644 --- a/client/angular.json +++ b/client/angular.json @@ -288,61 +288,6 @@ "src/**/*.html" ] } - }, - "xliffmerge": { - "builder": "@ngx-i18nsupport/tooling:xliffmerge", - "options": { - "xliffmergeOptions": { - "i18nFormat": "xlf", - "srcDir": "src/locale", - "genDir": "src/locale", - "i18nBaseFile": "angular", - "defaultLanguage": "en-US", - "languages": [ - "ar", - "ca-ES", - "gl-ES", - "cs-CZ", - "da-DK", - "de-DE", - "el-GR", - "en-GB", - "en-US", - "eo", - "es-ES", - "eu-ES", - "fa-IR", - "fi-FI", - "fr-FR", - "gd", - "gl-ES", - "hu-HU", - "it-IT", - "ja-JP", - "jbo", - "kab", - "ko-KR", - "lt-LT", - "nb-NO", - "nl-NL", - "oc", - "pl-PL", - "pt-BR", - "pt-PT", - "ru-RU", - "sk-SK", - "sl-SI", - "sv-SE", - "ta", - "th-TH", - "tr-TR", - "uk-UA", - "vi-VN", - "zh-Hans-CN", - "zh-Hant-TW" - ] - } - } } } } diff --git a/client/package.json b/client/package.json index 0139f7b6d..5f5cc8121 100644 --- a/client/package.json +++ b/client/package.json @@ -50,14 +50,13 @@ "@neos21/bootstrap3-glyphicons": "^1.0.1", "@ng-bootstrap/ng-bootstrap": "^10.0.0", "@ng-select/ng-select": "^7.0.1", - "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", - "@ngx-i18nsupport/tooling": "^8.0.3", "@ngx-loading-bar/core": "^5.0.0", "@ngx-loading-bar/http-client": "^5.0.0", "@ngx-loading-bar/router": "^5.0.0", "@peertube/p2p-media-loader-core": "^1.0.4", "@peertube/p2p-media-loader-hlsjs": "^1.0.6", "@peertube/videojs-contextmenu": "^5.5.0", + "@peertube/xliffmerge": "^2.0.2", "@types/chart.js": "^2.9.16", "@types/core-js": "^2.5.2", "@types/debug": "^4.1.5", diff --git a/client/src/locale/angular.ar.xlf b/client/src/locale/angular.ar.xlf index d096640b2..d5e98f9d2 100644 --- a/client/src/locale/angular.ar.xlf +++ b/client/src/locale/angular.ar.xlf @@ -10249,171 +10249,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular views src/app/shared/shared-main/video/video.model.ts238 - - Close - أغلق - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Slide of - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - السابق - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - التالي - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - الشهر الماضي - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - الشهر القادم - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - اختر شهرا - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - اختر سنة - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - الأول - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - السابق - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - التالي - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - الأخير - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - ساسا - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - ساعات - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - دد - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - دقائق - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - زد ساعات - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - اطرح ساعات - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - زد دقائق - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - اطرح دقائق - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - ثاثا - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - ثواني - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - زد ثواني - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - اطرح ثواني - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - اغلق - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Account unmuted. أُلغي كتم حساب . diff --git a/client/src/locale/angular.ca-ES.xlf b/client/src/locale/angular.ca-ES.xlf index 5346c2881..b30638063 100644 --- a/client/src/locale/angular.ca-ES.xlf +++ b/client/src/locale/angular.ca-ES.xlf @@ -11126,171 +11126,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular views src/app/shared/shared-main/video/video.model.ts238 - - Close - Close - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - Slide of - Slide of - Currently selected slide number read by screen reader - - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - Previous - Previous - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - Next - Next - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - Previous month - Previous month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - Next month - Next month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - Select month - Select month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - Select year - Select year - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - «« - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - « - « - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - » - » - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - »» - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - First - First - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - Previous - Previous - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - Next - Next - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - Last - Last - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - HH - HH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - Hours - Hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - MM - MM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - Minutes - Minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - Increment hours - Increment hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - Decrement hours - Decrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - Increment minutes - Increment minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - Decrement minutes - Decrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - SS - SS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - Seconds - Seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - Increment seconds - Increment seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - Decrement seconds - Decrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - Close - Close - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Video to import updated. diff --git a/client/src/locale/angular.cs-CZ.xlf b/client/src/locale/angular.cs-CZ.xlf index 80ce91081..467e8ff5c 100644 --- a/client/src/locale/angular.cs-CZ.xlf +++ b/client/src/locale/angular.cs-CZ.xlf @@ -11216,171 +11216,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular views src/app/shared/shared-main/video/video.model.ts238 - - Close - Close - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Slide of - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - Previous - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - Next - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - Previous month - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - Next month - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - Select month - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - Select year - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - First - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - Previous - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - Next - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - Last - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - HH - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - Hours - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - MM - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - Minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - Increment hours - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - Decrement hours - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - Increment minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - Decrement minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - SS - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - Seconds - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - Increment seconds - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - Decrement seconds - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - Close - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Video to import updated. diff --git a/client/src/locale/angular.da-DK.xlf b/client/src/locale/angular.da-DK.xlf index a035eef76..d308d4b0e 100644 --- a/client/src/locale/angular.da-DK.xlf +++ b/client/src/locale/angular.da-DK.xlf @@ -11165,171 +11165,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular views src/app/shared/shared-main/video/video.model.ts238 - - Close - Close - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - Slide of - Slide of - Currently selected slide number read by screen reader - - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - Previous - Previous - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - Next - Next - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - Previous month - Previous month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - Next month - Next month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - Select month - Select month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - Select year - Select year - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - «« - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - « - « - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - » - » - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - »» - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - First - First - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - Previous - Previous - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - Next - Next - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - Last - Last - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - HH - HH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - Hours - Hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - MM - MM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - Minutes - Minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - Increment hours - Increment hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - Decrement hours - Decrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - Increment minutes - Increment minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - Decrement minutes - Decrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - SS - SS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - Seconds - Seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - Increment seconds - Increment seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - Decrement seconds - Decrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - Close - Close - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Video to import updated. diff --git a/client/src/locale/angular.de-DE.xlf b/client/src/locale/angular.de-DE.xlf index 99fa9b31a..1737c988f 100644 --- a/client/src/locale/angular.de-DE.xlf +++ b/client/src/locale/angular.de-DE.xlf @@ -10831,171 +10831,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Aufrufe src/app/shared/shared-main/video/video.model.ts238 - - Close - Schließen - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Slide von - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - Vorherige - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - Nächste - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - Letzter Monat - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - Nächster Monat - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - Monat wählen - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - Jahr wählen - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - Erste - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - Vorherige - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - Nächste - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - Letzte - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - HH - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - Stunden - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - MM - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - Minuten - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - Stunden erhöhen - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - Stunden verringern - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - Minuten erhöhen - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - Minuten verringern - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - SS - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - Sekunden - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - Sekunden erhöhen - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - Sekunden verringern - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - Schließen - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Zu importierendes Video wurde aktualisiert. diff --git a/client/src/locale/angular.el-GR.xlf b/client/src/locale/angular.el-GR.xlf index ad2e8f1ab..666e6b547 100644 --- a/client/src/locale/angular.el-GR.xlf +++ b/client/src/locale/angular.el-GR.xlf @@ -10922,171 +10922,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular views src/app/shared/shared-main/video/video.model.ts238 - - Close - Κλείσιμο - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - Slide of - Slide of - Currently selected slide number read by screen reader - - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - Previous - Προηγούμενο - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - Next - Επόμενο - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - Previous month - Προηγούμενος μήνας - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - Next month - Επόμενος μήνας - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - Select month - Επιλογή μήνα - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - Select year - Επιλογή έτους - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - «« - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - « - « - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - » - » - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - »» - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - First - Πρώτο - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - Previous - Προηγούμενο - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - Next - Επόμενο - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - Last - Τελευταίο - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - HH - HH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - Hours - Ώρες - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - MM - MM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - Minutes - Λεπτά - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - Increment hours - Increment hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - Decrement hours - Decrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - Increment minutes - Increment minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - Decrement minutes - Decrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - SS - SS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - Seconds - Δευτερόλεπτα - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - Increment seconds - Increment seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - Decrement seconds - Decrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - Close - Κλείσιμο - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Ενημερώθηκε το βίντεο προς εισαγωγή. diff --git a/client/src/locale/angular.en-GB.xlf b/client/src/locale/angular.en-GB.xlf index 72b224fba..d3152425a 100644 --- a/client/src/locale/angular.en-GB.xlf +++ b/client/src/locale/angular.en-GB.xlf @@ -10340,106 +10340,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-main/video/video.model.ts235 views views - src/app/shared/shared-main/video/video.model.ts238 - CloseClose - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - Slide of Slide of - - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - PreviousPrevious - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - NextNext - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - Previous monthPrevious month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - Next monthNext month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - Select monthSelect month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - Select yearSelect year - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - «««« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - »»»» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - FirstFirst - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - PreviousPrevious - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - NextNext - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - LastLast - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - HHHH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - HoursHours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - MMMM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - MinutesMinutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - Increment hoursIncrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - Decrement hoursDecrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - Increment minutesIncrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - Decrement minutesDecrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - SSSS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - SecondsSeconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - Increment secondsIncrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - Decrement secondsDecrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - CloseClose - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + src/app/shared/shared-main/video/video.model.ts238 Video to import updated. Video to import updated. diff --git a/client/src/locale/angular.en-US.xlf b/client/src/locale/angular.en-US.xlf index f69e1ce21..6c4a94471 100644 --- a/client/src/locale/angular.en-US.xlf +++ b/client/src/locale/angular.en-US.xlf @@ -9871,106 +9871,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-main/video/video.model.ts235 views views - src/app/shared/shared-main/video/video.model.ts238 - CloseClose - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - Slide of Slide of - - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - PreviousPrevious - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - NextNext - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - Previous monthPrevious month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - Next monthNext month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - Select monthSelect month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - Select yearSelect year - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - «««« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - »»»» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - FirstFirst - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - PreviousPrevious - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - NextNext - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - LastLast - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - HHHH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - HoursHours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - MMMM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - MinutesMinutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - Increment hoursIncrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - Decrement hoursDecrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - Increment minutesIncrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - Decrement minutesDecrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - SSSS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - SecondsSeconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - Increment secondsIncrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - Decrement secondsDecrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - CloseClose - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + src/app/shared/shared-main/video/video.model.ts238 Video to import updated. Video to import updated. diff --git a/client/src/locale/angular.eo.xlf b/client/src/locale/angular.eo.xlf index bf9442170..774920b61 100644 --- a/client/src/locale/angular.eo.xlf +++ b/client/src/locale/angular.eo.xlf @@ -10365,171 +10365,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular rigardoj src/app/shared/shared-main/video/video.model.ts238 - - Close - Fermi - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - Slide of - Paĝo el - Currently selected slide number read by screen reader - - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - Previous - Antaŭa - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - Next - Sekva - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - Previous month - Antaŭa monato - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - Next month - Sekva monato - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - Select month - Elekti monaton - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - Select year - Elekti jaron - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - «« - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - « - « - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - » - » - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - »» - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - First - Unua - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - Previous - Antaŭa - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - Next - Sekva - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - Last - Lasta - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - HH - HH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - Hours - Horoj - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - MM - MM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - Minutes - Minutoj - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - Increment hours - Alkrementi horojn - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - Decrement hours - Dekrementi horojn - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - Increment minutes - Alkrementi minutojn - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - Decrement minutes - Dekrementi minutojn - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - SS - SS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - Seconds - Sekundoj - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - Increment seconds - Alkrementi sekundojn - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - Decrement seconds - Dekrementi sekundojn - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - Close - Fermi - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Enportota filmo ĝisdatiĝis. diff --git a/client/src/locale/angular.es-ES.xlf b/client/src/locale/angular.es-ES.xlf index 2b733bb8b..0b7f6283b 100644 --- a/client/src/locale/angular.es-ES.xlf +++ b/client/src/locale/angular.es-ES.xlf @@ -10904,171 +10904,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Solo los usuarios de esta instancia pueden ver este video src/app/shared/shared-main/video/video.service.ts352 - - Close - Cerrar - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Slide de - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - Anterior - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - Próximo - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - Mes anterior - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - Próximo mes - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - Seleccione mes - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - Seleccionar año - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - Primero - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - Anterior - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - Próximo - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - Último - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - HH - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - Horas - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - MM - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - Minutos - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - Horas incrementales - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - Disminuir horas - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - Incrementar minutos - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - Disminuir minutos - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - SS - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - Segundos - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - Incrementar segundos - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - Disminuir segundos - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - Cerrar - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Vídeo a importar actualizado. diff --git a/client/src/locale/angular.eu-ES.xlf b/client/src/locale/angular.eu-ES.xlf index a6de16619..5fba83101 100644 --- a/client/src/locale/angular.eu-ES.xlf +++ b/client/src/locale/angular.eu-ES.xlf @@ -10736,171 +10736,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular views src/app/shared/shared-main/video/video.model.ts238 - - Close - Close - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - Slide of - Slide of - Currently selected slide number read by screen reader - - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - Previous - Previous - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - Next - Next - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - Previous month - Previous month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - Next month - Next month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - Select month - Select month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - Select year - Select year - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - «« - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - « - « - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - » - » - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - »» - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - First - First - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - Previous - Previous - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - Next - Next - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - Last - Last - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - HH - HH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - Hours - Hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - MM - MM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - Minutes - Minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - Increment hours - Increment hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - Decrement hours - Decrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - Increment minutes - Increment minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - Decrement minutes - Decrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - SS - SS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - Seconds - Seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - Increment seconds - Increment seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - Decrement seconds - Decrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - Close - Close - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Inportatzeko bideoa eguneratuta. diff --git a/client/src/locale/angular.fa-IR.xlf b/client/src/locale/angular.fa-IR.xlf index ae32fef21..c618cb0bd 100644 --- a/client/src/locale/angular.fa-IR.xlf +++ b/client/src/locale/angular.fa-IR.xlf @@ -11197,171 +11197,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular views src/app/shared/shared-main/video/video.model.ts238 - - Close - Close - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Slide of - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - Previous - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - Next - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - Previous month - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - Next month - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - Select month - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - Select year - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - First - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - Previous - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - Next - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - Last - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - HH - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - Hours - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - MM - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - Minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - Increment hours - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - Decrement hours - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - Increment minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - Decrement minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - SS - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - Seconds - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - Increment seconds - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - Decrement seconds - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - Close - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Video to import updated. diff --git a/client/src/locale/angular.fi-FI.xlf b/client/src/locale/angular.fi-FI.xlf index ff0f6a305..2cda18d97 100644 --- a/client/src/locale/angular.fi-FI.xlf +++ b/client/src/locale/angular.fi-FI.xlf @@ -10318,106 +10318,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-main/video/video.model.ts235 views views - src/app/shared/shared-main/video/video.model.ts238 - CloseClose - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - Slide of Slide of - - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - PreviousPrevious - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - NextNext - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - Previous monthPrevious month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - Next monthNext month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - Select monthSelect month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - Select yearSelect year - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - «««« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - »»»» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - FirstFirst - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - PreviousPrevious - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - NextNext - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - LastLast - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - HHHH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - HoursHours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - MMMM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - MinutesMinutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - Increment hoursIncrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - Decrement hoursDecrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - Increment minutesIncrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - Decrement minutesDecrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - SSSS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - SecondsSeconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - Increment secondsIncrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - Decrement secondsDecrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - CloseClose - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + src/app/shared/shared-main/video/video.model.ts238 Video to import updated. Tuotava video päivitetty. diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf index ea2240ce9..1e6c27c98 100644 --- a/client/src/locale/angular.fr-FR.xlf +++ b/client/src/locale/angular.fr-FR.xlf @@ -10897,171 +10897,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Seuls les utilisateurs de cette instance peuvent voir cette vidéo src/app/shared/shared-main/video/video.service.ts352 - - Close - Fermer - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Diapositive de - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - Précédent - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - Suivant - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - Mois précédent - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - Mois suivant - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - Sélectionner le mois - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - Sélectionner l'année - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - Première - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - Précédent - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - Suivant - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - Dernière - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - HH - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - Heures - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - MM - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - Minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - Augmenter les heures - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - Décrémenter les heures - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - Incrémenter les minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - Décrémenter les minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - SS - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - Secondes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - Incrémenter les secondes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - Décrémenter les secondes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - Fermer - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Les vidéos à importer ont été mises à jour. diff --git a/client/src/locale/angular.gd.xlf b/client/src/locale/angular.gd.xlf index 8036edefb..7da0b407c 100644 --- a/client/src/locale/angular.gd.xlf +++ b/client/src/locale/angular.gd.xlf @@ -10791,171 +10791,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Choimhead air src/app/shared/shared-main/video/video.model.ts238 - - Close - Dùin - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Sleamhnag à - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - Air ais - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - Air adhart - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - Am mìos roimhe - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - An ath mhìos - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - Tagh mìos - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - Tagh bliadhna - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - A’ chiad fhear - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - Air ais - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - Air adhart - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - Am fear mu dheireadh - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - HH - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - Uairean a thìde - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - MM - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - Mionaidean - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - Meudaich na h-uairean - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - Lughdaich na h-uairean - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - Meudaich na mionaidean - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - Lughdaich na mionaidean - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - SS - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - Diogan - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - Meudaich na diogan - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - Lùghdaich na diogan - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - Dùin - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Chaidh a’ video ri ion-phortadh ùrachadh. diff --git a/client/src/locale/angular.gl-ES.xlf b/client/src/locale/angular.gl-ES.xlf index dff67bb53..45832f444 100644 --- a/client/src/locale/angular.gl-ES.xlf +++ b/client/src/locale/angular.gl-ES.xlf @@ -10835,171 +10835,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Só as usuarias desta instancia poden ver o vídeo src/app/shared/shared-main/video/video.service.ts352 - - Close - Pechar - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Diapositiva de - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - Anterior - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - Seguinte - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - Mes anterior - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - Mes seguinte - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - Elixe mes - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - Elixe ano - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - Primeira - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - Anterior - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - Seguinte - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - Última - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - HH - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - Horas - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - MM - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - Minutos - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - Aumentar horas - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - Diminuír horas - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - Aumentar minutos - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - Diminuír minutos - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - SS - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - Segundos - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - Aumentar segundos - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - Diminuír segundos - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - Pechar - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Actualizado o vídeo a importar. diff --git a/client/src/locale/angular.hu-HU.xlf b/client/src/locale/angular.hu-HU.xlf index f36743f44..3213f2347 100644 --- a/client/src/locale/angular.hu-HU.xlf +++ b/client/src/locale/angular.hu-HU.xlf @@ -10800,171 +10800,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular megtekintés src/app/shared/shared-main/video/video.model.ts238 - - Close - Bezárás - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Oldal: / - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - Előző - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - Következő - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - Előző hónap - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - Következő hónap - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - Válasszon hónapot - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - Válasszon évet - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - Első - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - Előző - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - Következő - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - Utolsó - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - HH - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - Óra - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - MM - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - Perc - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - Óra növelése - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - Óra csökkentése - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - Perc növelése - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - Perc csökkentése - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - SS - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - Másodperc - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - Másodperc növelése - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - Másodperc csökkentése - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - Bezárás - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Az importálandó videó frissítve. diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf index 1c30a1e5f..7773e25a7 100644 --- a/client/src/locale/angular.it-IT.xlf +++ b/client/src/locale/angular.it-IT.xlf @@ -10334,171 +10334,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular spettatori src/app/shared/shared-main/video/video.model.ts238 - - Close - Chiuso - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - Slide of - Diapositiva di - Currently selected slide number read by screen reader - - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - Previous - Predecente - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - Next - Prossimo - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - Previous month - Mese precedente - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - Next month - Prossimo mese - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - Select month - Seleziona mese - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - Select year - Seleziona anno - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - «« - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - « - « - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - » - » - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - »» - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - First - Primo - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - Previous - Precedente - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - Next - Prossimo - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - Last - Ultimo - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - HH - HH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - Hours - Ore - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - MM - MM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - Minutes - Minuti - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - Increment hours - Incrementa le ore - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - Decrement hours - Decrementa ore - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - Increment minutes - Incrementa minuti - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - Decrement minutes - Decrementa minuti - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - SS - SS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - Seconds - Secondi - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - Increment seconds - Incrementa secondi - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - Decrement seconds - Decrementa secondi - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - Close - Chiudi - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Video da importare aggiornato. diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf index 9eb556bed..de9b487f8 100644 --- a/client/src/locale/angular.ja-JP.xlf +++ b/client/src/locale/angular.ja-JP.xlf @@ -11009,171 +11009,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 視聴回数 src/app/shared/shared-main/video/video.model.ts238 - - Close - 閉じる - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Slide of - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - 先月 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - 来月 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - 月を選択 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - 年を選択 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - First - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - Previous - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - Last - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - HH - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - 時間 - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - MM - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - 時間の値を増やす - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - 時間の値を減らす - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - 分の値を増やす - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - 分の値を減らす - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - SS - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - 秒の値を増やす - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - 秒の値を減らす - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - 閉じる - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. 動画のインポートが完了しました。 diff --git a/client/src/locale/angular.jbo.xlf b/client/src/locale/angular.jbo.xlf index 4b94002ab..52649e504 100644 --- a/client/src/locale/angular.jbo.xlf +++ b/client/src/locale/angular.jbo.xlf @@ -10420,106 +10420,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-main/video/video.model.ts235 views views - src/app/shared/shared-main/video/video.model.ts238 - CloseClose - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - Slide of Slide of - - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - PreviousPrevious - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - NextNext - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - Previous monthPrevious month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - Next monthNext month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - Select monthSelect month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - Select yearSelect year - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - «««« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - »»»» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - FirstFirst - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - PreviousPrevious - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - NextNext - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - LastLast - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - HHHH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - HoursHours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - MMMM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - MinutesMinutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - Increment hoursIncrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - Decrement hoursDecrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - Increment minutesIncrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - Decrement minutesDecrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - SSSS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - SecondsSeconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - Increment secondsIncrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - Decrement secondsDecrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - CloseClose - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + src/app/shared/shared-main/video/video.model.ts238 Video to import updated. Video to import updated. diff --git a/client/src/locale/angular.kab.xlf b/client/src/locale/angular.kab.xlf index 2a5331989..4d434f76c 100644 --- a/client/src/locale/angular.kab.xlf +++ b/client/src/locale/angular.kab.xlf @@ -10578,171 +10578,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular yisenqaden src/app/shared/shared-main/video/video.model.ts238 - - Close - Mdel - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - Slide of - Tigri n - Currently selected slide number read by screen reader - - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - Previous - Ɣer deffir - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - Next - Ɣer zdat - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - Previous month - Aggur yezrin - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - Next month - Aggur d-iteddun - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - Select month - Fren ayyur - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - Select year - Fren aseggas - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - «« - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - « - « - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - » - » - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - »» - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - First - Amezwaru - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - Previous - Ɣer deffir - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - Next - Ɣer zdat - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - Last - Aneggaru - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - HH - HH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - Hours - Isragen - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - MM - MM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - Minutes - Tiseddidin - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - Increment hours - Snerni isragen - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - Decrement hours - Senqes isragen - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - Increment minutes - Rnu tisdatin - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - Decrement minutes - Senqes tisdatin - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - SS - SS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - Seconds - Tasinin - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - Increment seconds - Rnu tisinin - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - Decrement seconds - Senqes tisinin - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - Close - Mdel - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Tavidyut ara d-yettwaketren tettuleqqem. diff --git a/client/src/locale/angular.ko-KR.xlf b/client/src/locale/angular.ko-KR.xlf index b20bbcee7..e01ed1be8 100644 --- a/client/src/locale/angular.ko-KR.xlf +++ b/client/src/locale/angular.ko-KR.xlf @@ -10936,171 +10936,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular views src/app/shared/shared-main/video/video.model.ts238 - - Close - Close - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - Slide of - Slide of - Currently selected slide number read by screen reader - - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - Previous - Previous - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - Next - Next - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - Previous month - Previous month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - Next month - Next month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - Select month - Select month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - Select year - Select year - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - «« - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - « - « - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - » - » - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - »» - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - First - First - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - Previous - Previous - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - Next - Next - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - Last - Last - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - HH - HH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - Hours - Hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - MM - MM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - Minutes - Minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - Increment hours - Increment hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - Decrement hours - Decrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - Increment minutes - Increment minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - Decrement minutes - Decrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - SS - SS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - Seconds - Seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - Increment seconds - Increment seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - Decrement seconds - Decrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - Close - Close - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Video to import updated. diff --git a/client/src/locale/angular.lt-LT.xlf b/client/src/locale/angular.lt-LT.xlf index fc8d1f448..c7d458c9b 100644 --- a/client/src/locale/angular.lt-LT.xlf +++ b/client/src/locale/angular.lt-LT.xlf @@ -10320,106 +10320,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-main/video/video.model.ts235 views views - src/app/shared/shared-main/video/video.model.ts238 - CloseClose - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - Slide of Slide of - - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - PreviousPrevious - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - NextNext - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - Previous monthPrevious month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - Next monthNext month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - Select monthSelect month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - Select yearSelect year - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - «««« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - »»»» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - FirstFirst - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - PreviousPrevious - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - NextNext - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - LastLast - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - HHHH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - HoursHours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - MMMM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - MinutesMinutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - Increment hoursIncrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - Decrement hoursDecrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - Increment minutesIncrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - Decrement minutesDecrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - SSSS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - SecondsSeconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - Increment secondsIncrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - Decrement secondsDecrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - CloseClose - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + src/app/shared/shared-main/video/video.model.ts238 Video to import updated. Video to import updated. diff --git a/client/src/locale/angular.nb-NO.xlf b/client/src/locale/angular.nb-NO.xlf index 6373746d1..4e143f77b 100644 --- a/client/src/locale/angular.nb-NO.xlf +++ b/client/src/locale/angular.nb-NO.xlf @@ -10677,172 +10677,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular views src/app/shared/shared-main/video/video.model.ts238 - - Close - Close - - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - Slide of - Slide of - - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - Previous - Previous - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - Next - Next - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - Previous month - Previous month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - Next month - Next month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - Select month - Select month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - Select year - Select year - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - «« - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - « - « - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - » - » - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - »» - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - First - First - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - Previous - Previous - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - Next - Next - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - Last - Last - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - HH - HH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - Hours - Hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - MM - MM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - Minutes - Minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - Increment hours - Increment hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - Decrement hours - Decrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - Increment minutes - Increment minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - Decrement minutes - Decrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - SS - SS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - Seconds - Seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - Increment seconds - Increment seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - Decrement seconds - Decrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - Close - Close - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Video to import updated. diff --git a/client/src/locale/angular.nl-NL.xlf b/client/src/locale/angular.nl-NL.xlf index fa5637077..9b915220f 100644 --- a/client/src/locale/angular.nl-NL.xlf +++ b/client/src/locale/angular.nl-NL.xlf @@ -10803,171 +10803,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Enkel gebruikers van dit exemplaar van PeerTube kunnen deze video zien src/app/shared/shared-main/video/video.service.ts352 - - Close - Sluiten - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Dia van - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - Vorige - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - Volgende - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - Vorige maand - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - Volgende maand - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - Maand selecteren - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - Jaar selecteren - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - Eerste - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - Vorige - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - Volgende - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - Laatste - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - UU - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - Uren - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - MM - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - Minuten - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - Uren vermeerderen - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - Uren verminderen - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - Minuten vermeerderen - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - Minuten verminderen - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - SS - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - Seconden - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - Seconds vermeerderen - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - Seconden verminderen - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - Sluiten - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Video naar import bijgewerkt. diff --git a/client/src/locale/angular.oc.xlf b/client/src/locale/angular.oc.xlf index 944aa3415..e67894528 100644 --- a/client/src/locale/angular.oc.xlf +++ b/client/src/locale/angular.oc.xlf @@ -11148,171 +11148,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular views src/app/shared/shared-main/video/video.model.ts238 - - Close - Close - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - Slide of - Slide of - Currently selected slide number read by screen reader - - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - Previous - Previous - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - Next - Next - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - Previous month - Previous month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - Next month - Next month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - Select month - Select month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - Select year - Select year - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - «« - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - « - « - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - » - » - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - »» - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - First - First - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - Previous - Previous - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - Next - Next - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - Last - Last - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - HH - HH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - Hours - Hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - MM - MM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - Minutes - Minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - Increment hours - Increment hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - Decrement hours - Decrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - Increment minutes - Increment minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - Decrement minutes - Decrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - SS - SS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - Seconds - Seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - Increment seconds - Increment seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - Decrement seconds - Decrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - Close - Close - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Vidèo d’importar actualizada. diff --git a/client/src/locale/angular.pl-PL.xlf b/client/src/locale/angular.pl-PL.xlf index bbd1edb5b..3e7d08cee 100644 --- a/client/src/locale/angular.pl-PL.xlf +++ b/client/src/locale/angular.pl-PL.xlf @@ -10726,171 +10726,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular wyświetleń src/app/shared/shared-main/video/video.model.ts238 - - Close - Zamknij - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Slajd z - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - Poprzednie - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - Następne - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - Poprzedni miesiąc - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - Następny miesiąc - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - Wybierz miesiąc - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - Wybierz rok - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - Pierwsze - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - Poprzednie - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - Następne - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - Ostatnie - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - HH - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - Godziny - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - MM - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - Minuty - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - Zwiększ godziny - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - Zmniejsz godziny - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - Zwiększ minuty - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - Zmniejsz minuty - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - SS - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - Sekundy - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - Zwiększ sekundy - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - Zmniejsz sekundy - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - Zamknij - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Film do zaimportowania zaktualizowany. diff --git a/client/src/locale/angular.pt-BR.xlf b/client/src/locale/angular.pt-BR.xlf index 65566fbae..c9aae303b 100644 --- a/client/src/locale/angular.pt-BR.xlf +++ b/client/src/locale/angular.pt-BR.xlf @@ -11060,171 +11060,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular views src/app/shared/shared-main/video/video.model.ts238 - - Close - Close - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - Slide of - Slide of - Currently selected slide number read by screen reader - - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - Previous - Previous - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - Next - Next - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - Previous month - Previous month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - Next month - Next month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - Select month - Select month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - Select year - Select year - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - «« - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - « - « - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - » - » - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - »» - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - First - First - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - Previous - Previous - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - Next - Next - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - Last - Last - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - HH - HH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - Hours - Hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - MM - MM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - Minutes - Minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - Increment hours - Increment hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - Decrement hours - Decrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - Increment minutes - Increment minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - Decrement minutes - Decrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - SS - SS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - Seconds - Seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - Increment seconds - Increment seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - Decrement seconds - Decrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - Close - Close - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Vídeo para importar atualizado. diff --git a/client/src/locale/angular.pt-PT.xlf b/client/src/locale/angular.pt-PT.xlf index 4b8cc5fee..0a218fba0 100644 --- a/client/src/locale/angular.pt-PT.xlf +++ b/client/src/locale/angular.pt-PT.xlf @@ -10968,171 +10968,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular views src/app/shared/shared-main/video/video.model.ts238 - - Close - Close - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Slide of - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - Previous - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - Next - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - Previous month - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - Next month - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - Select month - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - Select year - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - First - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - Previous - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - Next - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - Last - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - HH - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - Hours - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - MM - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - Minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - Increment hours - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - Decrement hours - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - Increment minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - Decrement minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - SS - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - Seconds - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - Increment seconds - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - Decrement seconds - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - Close - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Vídeo para importar atualizado. diff --git a/client/src/locale/angular.ru-RU.xlf b/client/src/locale/angular.ru-RU.xlf index d537421f9..26af1f36a 100644 --- a/client/src/locale/angular.ru-RU.xlf +++ b/client/src/locale/angular.ru-RU.xlf @@ -10881,171 +10881,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular просмотров src/app/shared/shared-main/video/video.model.ts238 - - Close - Закрыть - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Слайд из - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - Назад - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - Вперёд - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - Предыдущий месяц - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - Следующий месяц - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - Выбрать месяц - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - Выбрать год - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - Начало - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - Передыдущий - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - Следующий - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - Конец - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - ЧЧ - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - Часы - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - ММ - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - Минуты - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - Увеличить часы - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - Уменьшить часы - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - Увеличить минуты - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - Уменьшить минуты - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - СС - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - Секунды - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - Увеличить секунды - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - Уменьшить секунды - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - Закрыть - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Видео для импорта обновлено. diff --git a/client/src/locale/angular.sk-SK.xlf b/client/src/locale/angular.sk-SK.xlf index f09336103..d2c4c6957 100644 --- a/client/src/locale/angular.sk-SK.xlf +++ b/client/src/locale/angular.sk-SK.xlf @@ -10424,106 +10424,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-main/video/video.model.ts235 views views - src/app/shared/shared-main/video/video.model.ts238 - CloseClose - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - Slide of Slide of - - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - PreviousPrevious - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - NextNext - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - Previous monthPrevious month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - Next monthNext month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - Select monthSelect month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - Select yearSelect year - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - «««« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - »»»» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - FirstFirst - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - PreviousPrevious - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - NextNext - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - LastLast - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - HHHH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - HoursHours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - MMMM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - MinutesMinutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - Increment hoursIncrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - Decrement hoursDecrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - Increment minutesIncrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - Decrement minutesDecrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - SSSS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - SecondsSeconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - Increment secondsIncrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - Decrement secondsDecrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - CloseClose - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + src/app/shared/shared-main/video/video.model.ts238 Video to import updated. Video to import updated. diff --git a/client/src/locale/angular.sl-SI.xlf b/client/src/locale/angular.sl-SI.xlf index f35737693..7b4e1e3ab 100644 --- a/client/src/locale/angular.sl-SI.xlf +++ b/client/src/locale/angular.sl-SI.xlf @@ -11054,171 +11054,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular views src/app/shared/shared-main/video/video.model.ts238 - - Close - Close - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - Slide of - Slide of - Currently selected slide number read by screen reader - - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - Previous - Previous - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - Next - Next - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - Previous month - Previous month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - Next month - Next month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - Select month - Select month - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - Select year - Select year - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - «« - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - « - « - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - » - » - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - »» - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - First - First - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - Previous - Previous - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - Next - Next - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - Last - Last - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - HH - HH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - Hours - Hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - MM - MM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - Minutes - Minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - Increment hours - Increment hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - Decrement hours - Decrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - Increment minutes - Increment minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - Decrement minutes - Decrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - SS - SS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - Seconds - Seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - Increment seconds - Increment seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - Decrement seconds - Decrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - Close - Close - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Video to import updated. diff --git a/client/src/locale/angular.sv-SE.xlf b/client/src/locale/angular.sv-SE.xlf index bd1d11d5b..ce680ae96 100644 --- a/client/src/locale/angular.sv-SE.xlf +++ b/client/src/locale/angular.sv-SE.xlf @@ -10934,171 +10934,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular visningar src/app/shared/shared-main/video/video.model.ts238 - - Close - Stäng - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Bild av - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - Föregående - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - Nästa - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - Förra månaden - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - Nästa månad - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - Välj månad - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - Välj år - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - Första - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - Föregående - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - Nästa - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - Sista - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - TT - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - Timmar - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - MM - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - Minuter - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - Lägg till timmar - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - Dra från timmar - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - Lägg till minuter - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - Dra från minuter - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - SS - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - Sekunder - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - Lägg till sekunder - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - Dra från sekunder - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - Stäng - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Videon att importera har uppdaterats. diff --git a/client/src/locale/angular.ta.xlf b/client/src/locale/angular.ta.xlf index 385cb7759..f0c29a705 100644 --- a/client/src/locale/angular.ta.xlf +++ b/client/src/locale/angular.ta.xlf @@ -10424,106 +10424,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-main/video/video.model.ts235 views views - src/app/shared/shared-main/video/video.model.ts238 - CloseClose - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - Slide of Slide of - - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - PreviousPrevious - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - NextNext - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - Previous monthPrevious month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - Next monthNext month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - Select monthSelect month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - Select yearSelect year - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - «««« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - »»»» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - FirstFirst - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - PreviousPrevious - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - NextNext - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - LastLast - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - HHHH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - HoursHours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - MMMM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - MinutesMinutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - Increment hoursIncrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - Decrement hoursDecrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - Increment minutesIncrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - Decrement minutesDecrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - SSSS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - SecondsSeconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - Increment secondsIncrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - Decrement secondsDecrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - CloseClose - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + src/app/shared/shared-main/video/video.model.ts238 Video to import updated. Video to import updated. diff --git a/client/src/locale/angular.th-TH.xlf b/client/src/locale/angular.th-TH.xlf index eb25535f3..814c643a2 100644 --- a/client/src/locale/angular.th-TH.xlf +++ b/client/src/locale/angular.th-TH.xlf @@ -11165,171 +11165,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular การดู ครั้ง src/app/shared/shared-main/video/video.model.ts238 - - Close - ปิด - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Slide of - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - ก่อนหน้า - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - ถัดไป - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - เดือนก่อนหน้า - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - เดือนถัดไป - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - เลือกเดือน - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - เลือกปี - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - แรก - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - ก่อนหน้า - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - ถัดไป - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - สุดท้าย - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - HH - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - ชั่วโมง - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - MM - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - Minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - Increment hours - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - Decrement hours - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - Increment minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - Decrement minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - SS - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - วินาที - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - Increment seconds - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - Decrement seconds - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - Close - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Video to import updated. diff --git a/client/src/locale/angular.tr-TR.xlf b/client/src/locale/angular.tr-TR.xlf index 272a65346..beae071e8 100644 --- a/client/src/locale/angular.tr-TR.xlf +++ b/client/src/locale/angular.tr-TR.xlf @@ -10677,172 +10677,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular views src/app/shared/shared-main/video/video.model.ts238 - - Close - Close - - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - Slide of - Slide of - - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - Previous - Önceki - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - Next - Sonraki - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - Previous month - Geçen ay - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - Next month - Gelecek ay - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - Select month - Ay seçin - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - Select year - Yıl seçin - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - «« - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - « - « - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - » - » - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - »» - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - First - İlk - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - Previous - Önceki - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - Next - Sonraki - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - Last - Son - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - HH - HH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - Hours - Saat - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - MM - MM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - Minutes - Dakika - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - Increment hours - Increment hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - Decrement hours - Decrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - Increment minutes - Increment minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - Decrement minutes - Decrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - SS - SS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - Seconds - Saniye - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - Increment seconds - Increment seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - Decrement seconds - Decrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - Close - Close - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Video to import updated. diff --git a/client/src/locale/angular.uk-UA.xlf b/client/src/locale/angular.uk-UA.xlf index 2d8d48a17..a28f406c5 100644 --- a/client/src/locale/angular.uk-UA.xlf +++ b/client/src/locale/angular.uk-UA.xlf @@ -11059,171 +11059,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular переглядів src/app/shared/shared-main/video/video.model.ts238 - - Close - Закрити - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Слайд з - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - Попередній - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - Наступний - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - Попередній місяць - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - Наступний місяць - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - Вибрати місяць - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - Вибрати рік - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - Перший - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - Попередній - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - Наступний - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - Останній - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - ГГ - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - Години - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - ХХ - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - Хвилини - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - Increment hours - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - Decrement hours - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - Increment minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - Decrement minutes - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - СС - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - Секунди - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - Increment seconds - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - Decrement seconds - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - Закрити - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Відео для імпорту оновлено. diff --git a/client/src/locale/angular.vi-VN.xlf b/client/src/locale/angular.vi-VN.xlf index bf766dd8b..849574e4d 100644 --- a/client/src/locale/angular.vi-VN.xlf +++ b/client/src/locale/angular.vi-VN.xlf @@ -10847,171 +10847,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular người xem src/app/shared/shared-main/video/video.model.ts238 - - Close - Đóng - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - Slide của - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - Trước đó - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - Tiếp theo - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - Tháng trước - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - Tháng kế - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - Chọn tháng - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - Chọn năm - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - Trang đầu - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - Kế tiếp - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - Tiếp - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - Trang cuối - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - HH - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - Giờ - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - MM - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - Phút - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - Làm tròn giờ - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - Không làm tròn giờ - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - Làm tròn phút - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - Không làm tròn phút - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - SS - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - Giây - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - Làm tròn giây - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - Không làm tròn giây - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - Đóng - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. Đã cập nhật video cần nhập. diff --git a/client/src/locale/angular.xlf b/client/src/locale/angular.xlf index 3aff10ed6..3ebe81966 100644 --- a/client/src/locale/angular.xlf +++ b/client/src/locale/angular.xlf @@ -2,253 +2,6 @@ - - Close - - node_modules/@ng-bootstrap/src/alert/alert.ts - 58,61 - - - - Slide of - - node_modules/@ng-bootstrap/src/carousel/carousel.ts - 114,118 - - Currently selected slide number read by screen reader - - - Previous - - node_modules/@ng-bootstrap/src/carousel/carousel.ts - 132,134 - - - - Next - - node_modules/@ng-bootstrap/src/carousel/carousel.ts - 147,152 - - - - Select month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts - 44,49 - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts - 49,50 - - - - Select year - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts - 59,63 - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts - 74 - - - - Previous month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts - 24,27 - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts - 35,36 - - - - Next month - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts - 47,50 - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts - 60,64 - - - - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts - 182,183 - - - - « - - node_modules/@ng-bootstrap/src/pagination/pagination.ts - 186,190 - - - - » - - node_modules/@ng-bootstrap/src/pagination/pagination.ts - 194,195 - - - - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts - 201,204 - - - - First - - node_modules/@ng-bootstrap/src/pagination/pagination.ts - 208,209 - - - - Previous - - node_modules/@ng-bootstrap/src/pagination/pagination.ts - 215,216 - - - - Next - - node_modules/@ng-bootstrap/src/pagination/pagination.ts - 226,228 - - - - Last - - node_modules/@ng-bootstrap/src/pagination/pagination.ts - 232,233 - - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts - 32,38 - - - - HH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts - 40,41 - - - - Hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts - 46,47 - - - - MM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts - 51,54 - - - - Minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts - 58,59 - - - - Increment hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts - 63,64 - - - - Decrement hours - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts - 69,70 - - - - Increment minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts - 76,78 - - - - Decrement minutes - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts - 82,84 - - - - SS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts - 87,88 - - - - Seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts - 92,93 - - - - Increment seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts - 100,101 - - - - Decrement seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts - 106,110 - - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts - 115,121 - - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts - 123,131 - - - - Close - - node_modules/@ng-bootstrap/src/toast/toast.ts - 78,85 - - Follows diff --git a/client/src/locale/angular.zh-Hans-CN.xlf b/client/src/locale/angular.zh-Hans-CN.xlf index fe945857d..be85d5504 100644 --- a/client/src/locale/angular.zh-Hans-CN.xlf +++ b/client/src/locale/angular.zh-Hans-CN.xlf @@ -10830,171 +10830,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular views src/app/shared/shared-main/video/video.model.ts238 - - Close - 关闭 - - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - Slide of - Slide of - Currently selected slide number read by screen reader - - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - Previous - 上一个 - - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - Next - 下一个 - - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - Previous month - 上个月 - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - Next month - 下个月 - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - Select month - 选择月份 - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - Select year - 选择年份 - - - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - «« - «« - - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - « - « - - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - » - » - - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - »» - »» - - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - First - 第一 - - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - Previous - 上一個 - - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - Next - 下一个 - - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - Last - 最后 - - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - HH - HH - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - Hours - 小时 - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - MM - MM - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - Minutes - 分钟 - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - Increment hours - 增加小时 - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - Decrement hours - 减少小时 - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - Increment minutes - 增加分钟 - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - Decrement minutes - 减少分钟 - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - SS - SS - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - Seconds - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - Increment seconds - 增加秒 - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - Decrement seconds - 减少秒 - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - Close - 关闭 - - node_modules/@ng-bootstrap/src/toast/toast.ts78 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. 已更新待导入的视频。 diff --git a/client/src/locale/angular.zh-Hant-TW.xlf b/client/src/locale/angular.zh-Hant-TW.xlf index 5d2e39501..5a2aad849 100644 --- a/client/src/locale/angular.zh-Hant-TW.xlf +++ b/client/src/locale/angular.zh-Hant-TW.xlf @@ -10889,171 +10889,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 僅此站臺的使用者才可觀看此影片 src/app/shared/shared-main/video/video.service.ts352 - - Close - 關閉 - node_modules/@ng-bootstrap/src/alert/alert.ts58 - - - Slide of - 滑動 中的 - Currently selected slide number read by screen reader - node_modules/@ng-bootstrap/src/carousel/carousel.ts114 - - - Previous - 上一個 - node_modules/@ng-bootstrap/src/carousel/carousel.ts132 - - - Next - 下一個 - node_modules/@ng-bootstrap/src/carousel/carousel.ts147 - - - Previous month - 上個月 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts24 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts35 - - - Next month - 下個月 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts47 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation.ts60 - - - Select month - 選取月份 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts44 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts49 - - - Select year - 選取年份 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts59 - node_modules/@ng-bootstrap/src/datepicker/datepicker-navigation-select.ts74 - - - «« - «« - node_modules/@ng-bootstrap/src/pagination/pagination.ts182 - - - « - « - node_modules/@ng-bootstrap/src/pagination/pagination.ts186 - - - » - » - node_modules/@ng-bootstrap/src/pagination/pagination.ts194 - - - »» - »» - node_modules/@ng-bootstrap/src/pagination/pagination.ts201 - - - First - 第一 - node_modules/@ng-bootstrap/src/pagination/pagination.ts208 - - - Previous - 上一個 - node_modules/@ng-bootstrap/src/pagination/pagination.ts215 - - - Next - 下一個 - node_modules/@ng-bootstrap/src/pagination/pagination.ts226 - - - Last - 最末 - node_modules/@ng-bootstrap/src/pagination/pagination.ts232 - - - - - node_modules/@ng-bootstrap/src/progressbar/progressbar.ts32 - - - HH - HH - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts40 - - - Hours - 小時 - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts46 - - - MM - MM - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts51 - - - Minutes - 分鐘 - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts58 - - - Increment hours - 小時遞增 - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts63 - - - Decrement hours - 小時遞減 - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts69 - - - Increment minutes - 分鐘遞增 - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts76 - - - Decrement minutes - 分鐘遞減 - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts82 - - - SS - SS - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts87 - - - Seconds - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts92 - - - Increment seconds - 秒遞增 - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts100 - - - Decrement seconds - 秒遞減 - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts106 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts123 - - - - - node_modules/@ng-bootstrap/src/timepicker/timepicker.ts115 - - - Close - 關閉 - node_modules/@ng-bootstrap/src/toast/toast.ts78 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Video to import updated. 匯入的影片已更新。 diff --git a/client/src/locale/server.ar.json b/client/src/locale/server.ar.json index 82fe92711..8fc8ce7a3 100644 --- a/client/src/locale/server.ar.json +++ b/client/src/locale/server.ar.json @@ -34,6 +34,7 @@ "Waiting for livestream": "ينتظر البث المباشر", "Livestream ended": "انتهى البث المباشر", "To move to an external storage": "لنقل إلى مساحة تخزين خارجية", + "Transcoding failed": "Transcoding failed", "Pending": "معلّقة", "Success": "نجح", "Failed": "فشل", diff --git a/client/src/locale/server.ca-ES.json b/client/src/locale/server.ca-ES.json index 5e8c0d281..6dc211b95 100644 --- a/client/src/locale/server.ca-ES.json +++ b/client/src/locale/server.ca-ES.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Waiting for livestream", "Livestream ended": "Livestream ended", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "Pendent", "Success": "Èxit", "Failed": "Ha fallat", diff --git a/client/src/locale/server.cs-CZ.json b/client/src/locale/server.cs-CZ.json index 984ceb043..d682f24f6 100644 --- a/client/src/locale/server.cs-CZ.json +++ b/client/src/locale/server.cs-CZ.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Čekání na živý stream", "Livestream ended": "Živý stream skončil", "To move to an external storage": "Přesunout na externí úložiště", + "Transcoding failed": "Transcoding failed", "Pending": "Čekající", "Success": "Úspěch", "Failed": "Neúspěch", diff --git a/client/src/locale/server.de-DE.json b/client/src/locale/server.de-DE.json index 8ac7e9f86..70e24721b 100644 --- a/client/src/locale/server.de-DE.json +++ b/client/src/locale/server.de-DE.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Auf Livestream warten", "Livestream ended": "Livestream beendet", "To move to an external storage": "Um auf einen externen Speicher umzuziehen", + "Transcoding failed": "Transcoding failed", "Pending": "Ausstehend", "Success": "Erfolg", "Failed": "Fehlgeschlagen", diff --git a/client/src/locale/server.el-GR.json b/client/src/locale/server.el-GR.json index 48cc12a2b..370d2171e 100644 --- a/client/src/locale/server.el-GR.json +++ b/client/src/locale/server.el-GR.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Αναμονή για ζωντανή μετάδοση", "Livestream ended": "Η ζωντανή μετάδοση έληξε", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "Σε αναμονή", "Success": "Επιτυχία", "Failed": "Αποτυχία", diff --git a/client/src/locale/server.en-US.json b/client/src/locale/server.en-US.json index 10df80ee7..31c98c786 100644 --- a/client/src/locale/server.en-US.json +++ b/client/src/locale/server.en-US.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Waiting for livestream", "Livestream ended": "Livestream ended", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "Pending", "Success": "Success", "Failed": "Failed", diff --git a/client/src/locale/server.eo.json b/client/src/locale/server.eo.json index a48543f70..e53eb2a2f 100644 --- a/client/src/locale/server.eo.json +++ b/client/src/locale/server.eo.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Atendante tujelsendon", "Livestream ended": "Tujelsendo finiĝis", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "Okazonta", "Success": "Sukcesis", "Failed": "Malsukcesis", diff --git a/client/src/locale/server.es-ES.json b/client/src/locale/server.es-ES.json index e642b5318..f5e5ccba9 100644 --- a/client/src/locale/server.es-ES.json +++ b/client/src/locale/server.es-ES.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Esperando transmisión en vivo", "Livestream ended": "Transmisión en vivo terminada", "To move to an external storage": "Para trasladar a un almacenamiento externo", + "Transcoding failed": "Transcoding failed", "Pending": "Pendientes", "Success": "Éxito", "Failed": "Fallado", diff --git a/client/src/locale/server.eu-ES.json b/client/src/locale/server.eu-ES.json index a78e91835..0f36cb367 100644 --- a/client/src/locale/server.eu-ES.json +++ b/client/src/locale/server.eu-ES.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Zuzenekoaren zain", "Livestream ended": "Zuzenekoa bukatuta", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "Egiteke", "Success": "Arrakasta", "Failed": "Hutsa", diff --git a/client/src/locale/server.fi-FI.json b/client/src/locale/server.fi-FI.json index 6cb8696ae..b03d135b9 100644 --- a/client/src/locale/server.fi-FI.json +++ b/client/src/locale/server.fi-FI.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Waiting for livestream", "Livestream ended": "Livestream ended", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "Odottaa", "Success": "Onnistui", "Failed": "Epäonnistui", diff --git a/client/src/locale/server.fr-FR.json b/client/src/locale/server.fr-FR.json index c2334080a..4e1c2623f 100644 --- a/client/src/locale/server.fr-FR.json +++ b/client/src/locale/server.fr-FR.json @@ -34,6 +34,7 @@ "Waiting for livestream": "En attente de streaming", "Livestream ended": "Streaming terminé", "To move to an external storage": "Pour déplacer vers un stockage externe", + "Transcoding failed": "Transcoding failed", "Pending": "En cours", "Success": "Succès", "Failed": "Échoué", diff --git a/client/src/locale/server.gd.json b/client/src/locale/server.gd.json index 79479bac4..9171c7849 100644 --- a/client/src/locale/server.gd.json +++ b/client/src/locale/server.gd.json @@ -34,6 +34,7 @@ "Waiting for livestream": "A’ feitheamh air an t-sruth bheò", "Livestream ended": "Thàinig an sruth beò gu crìoch", "To move to an external storage": "Gluais gu stòras air an taobh a-muigh", + "Transcoding failed": "Transcoding failed", "Pending": "Ri dhèanamh", "Success": "Deiseil", "Failed": "Dh’fhàillig leis", diff --git a/client/src/locale/server.gl-ES.json b/client/src/locale/server.gl-ES.json index ff1320704..3b038270f 100644 --- a/client/src/locale/server.gl-ES.json +++ b/client/src/locale/server.gl-ES.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Agardando pola emisión en directo", "Livestream ended": "Rematou o directo", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "Pendente", "Success": "Correcta", "Failed": "Fallou", diff --git a/client/src/locale/server.hu-HU.json b/client/src/locale/server.hu-HU.json index 613b2455d..8aaa0d289 100644 --- a/client/src/locale/server.hu-HU.json +++ b/client/src/locale/server.hu-HU.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Várakozás élő közvetítésre", "Livestream ended": "Élő közvetítés befejeződött", "To move to an external storage": "Külső tárolóra való áthelyezéshez", + "Transcoding failed": "Transcoding failed", "Pending": "Függőben", "Success": "Sikerült", "Failed": "Sikertelen", diff --git a/client/src/locale/server.it-IT.json b/client/src/locale/server.it-IT.json index f728273dc..b5649d166 100644 --- a/client/src/locale/server.it-IT.json +++ b/client/src/locale/server.it-IT.json @@ -34,6 +34,7 @@ "Waiting for livestream": "In attesa del live streaming", "Livestream ended": "Il live streaming è terminato", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "In sospeso", "Success": "Successo", "Failed": "Fallito", diff --git a/client/src/locale/server.ja-JP.json b/client/src/locale/server.ja-JP.json index 6d1f20e29..e683ca550 100644 --- a/client/src/locale/server.ja-JP.json +++ b/client/src/locale/server.ja-JP.json @@ -34,6 +34,7 @@ "Waiting for livestream": "ライブ配信待機中", "Livestream ended": "ライブ配信が終了しました", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "結果待ち", "Success": "完了", "Failed": "失敗", diff --git a/client/src/locale/server.kab.json b/client/src/locale/server.kab.json index ee0b38f42..6ac921618 100644 --- a/client/src/locale/server.kab.json +++ b/client/src/locale/server.kab.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Aṛaǧu i useddem usrid", "Livestream ended": "Taggara n usuddem usrid", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "Yegguni", "Success": "Yedda", "Failed": "Yerreẓ", diff --git a/client/src/locale/server.nl-NL.json b/client/src/locale/server.nl-NL.json index 3b35c9412..e401bffd4 100644 --- a/client/src/locale/server.nl-NL.json +++ b/client/src/locale/server.nl-NL.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Wachten op livestream", "Livestream ended": "Livestream is afgelopen", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "In behandeling", "Success": "Gelukt", "Failed": "Mislukt", diff --git a/client/src/locale/server.oc.json b/client/src/locale/server.oc.json index 4d6ecfd02..7c39cc85d 100644 --- a/client/src/locale/server.oc.json +++ b/client/src/locale/server.oc.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Waiting for livestream", "Livestream ended": "Livestream ended", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "En espèra", "Success": "Reüssida", "Failed": "Fracàs", diff --git a/client/src/locale/server.pl-PL.json b/client/src/locale/server.pl-PL.json index 287e1985e..52bdb113a 100644 --- a/client/src/locale/server.pl-PL.json +++ b/client/src/locale/server.pl-PL.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Waiting for livestream", "Livestream ended": "Livestream ended", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "Oczekiwanie", "Success": "Sukces", "Failed": "Niepowodzenie", diff --git a/client/src/locale/server.pt-BR.json b/client/src/locale/server.pt-BR.json index 9ec07329a..5fd537f44 100644 --- a/client/src/locale/server.pt-BR.json +++ b/client/src/locale/server.pt-BR.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Aguardando a transmissão ao vivo", "Livestream ended": "Transmissão ao vivo se encerrou", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "Pendente", "Success": "Sucesso", "Failed": "Falhou", diff --git a/client/src/locale/server.pt-PT.json b/client/src/locale/server.pt-PT.json index c4383e5ff..1dd3846d0 100644 --- a/client/src/locale/server.pt-PT.json +++ b/client/src/locale/server.pt-PT.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Waiting for livestream", "Livestream ended": "Livestream ended", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "Pendente", "Success": "Sucesso", "Failed": "Falhou", diff --git a/client/src/locale/server.ru-RU.json b/client/src/locale/server.ru-RU.json index 1ba9e2468..39665dd12 100644 --- a/client/src/locale/server.ru-RU.json +++ b/client/src/locale/server.ru-RU.json @@ -34,6 +34,7 @@ "Waiting for livestream": "В ожидании прямой трансляции", "Livestream ended": "Прямая трансляция закончилась", "To move to an external storage": "Чтобы переместить на внешнее хранилище", + "Transcoding failed": "Transcoding failed", "Pending": "В ожидании", "Success": "Завершено", "Failed": "Неудачно", diff --git a/client/src/locale/server.sq.json b/client/src/locale/server.sq.json index 94580ebba..2224bf8f0 100644 --- a/client/src/locale/server.sq.json +++ b/client/src/locale/server.sq.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Waiting for livestream", "Livestream ended": "Livestream ended", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "Pezull", "Success": "Sukses", "Failed": "Dështoi", diff --git a/client/src/locale/server.sv-SE.json b/client/src/locale/server.sv-SE.json index 548ce9e39..f1ff80b70 100644 --- a/client/src/locale/server.sv-SE.json +++ b/client/src/locale/server.sv-SE.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Väntar på direktsändning", "Livestream ended": "Sändningen har avslutats", "To move to an external storage": "För att flytta till extern lagring", + "Transcoding failed": "Transcoding failed", "Pending": "I kö", "Success": "Lyckades", "Failed": "Misslyckades", diff --git a/client/src/locale/server.th-TH.json b/client/src/locale/server.th-TH.json index bc2c9da9d..8e897e77f 100644 --- a/client/src/locale/server.th-TH.json +++ b/client/src/locale/server.th-TH.json @@ -34,6 +34,7 @@ "Waiting for livestream": "กำลังรอสตรีมสด", "Livestream ended": "สตรีมสดสิ้นสุดแล้ว", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "กำลังดำเนินการ", "Success": "เสร็จสิ้น", "Failed": "ล้มเหลว", diff --git a/client/src/locale/server.vi-VN.json b/client/src/locale/server.vi-VN.json index cb84367ba..708d3369b 100644 --- a/client/src/locale/server.vi-VN.json +++ b/client/src/locale/server.vi-VN.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Đang chờ trực tiếp", "Livestream ended": "Kết thúc trực tiếp", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "Đang chờ", "Success": "Thành công", "Failed": "Thất bại", diff --git a/client/src/locale/server.zh-Hans-CN.json b/client/src/locale/server.zh-Hans-CN.json index be69f8221..d619c7c89 100644 --- a/client/src/locale/server.zh-Hans-CN.json +++ b/client/src/locale/server.zh-Hans-CN.json @@ -34,6 +34,7 @@ "Waiting for livestream": "Waiting for livestream", "Livestream ended": "Livestream ended", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "等待中", "Success": "成功", "Failed": "失败", diff --git a/client/src/locale/server.zh-Hant-TW.json b/client/src/locale/server.zh-Hant-TW.json index 520cdcef8..950b97529 100644 --- a/client/src/locale/server.zh-Hant-TW.json +++ b/client/src/locale/server.zh-Hant-TW.json @@ -34,6 +34,7 @@ "Waiting for livestream": "等待直播", "Livestream ended": "直播已結束", "To move to an external storage": "To move to an external storage", + "Transcoding failed": "Transcoding failed", "Pending": "擱置中", "Success": "成功", "Failed": "失敗", diff --git a/client/yarn.lock b/client/yarn.lock index 1d7d4e88d..522955722 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1547,35 +1547,6 @@ resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-13.0.1.tgz#a610d8b6664c6b18a129cfc346551d92d611a22f" integrity sha512-ZWsuwgwNZp0cmlvGNcWChltbY8BxfwifscLteSXIC2x7RvPaXhdUhmzvRDeQJa1KUmXd/xUuHZqgiAQsWRT7IA== -"@ngx-i18nsupport/ngx-i18nsupport-lib@^1.12.1": - version "1.12.1" - resolved "https://registry.yarnpkg.com/@ngx-i18nsupport/ngx-i18nsupport-lib/-/ngx-i18nsupport-lib-1.12.1.tgz#4ecb2227c576dac51d75b3ef82b9962be7d87ef5" - integrity sha512-6HSv4lPZLYSkghprg4k0kKCaAGbsppK6vlAVswDkPHO659WnIkNpZYSloQPziFt6NqL9WpZJ3V1gBbVx9tKV0g== - dependencies: - "@types/xmldom" "^0.1.29" - tokenizr "^1.3.10" - tslib "^1.9.0" - xmldom "^0.1.27" - -"@ngx-i18nsupport/ngx-i18nsupport@^1.1.6": - version "1.1.6" - resolved "https://registry.yarnpkg.com/@ngx-i18nsupport/ngx-i18nsupport/-/ngx-i18nsupport-1.1.6.tgz#d53ffd7e7b54cb8ba404db151bca3b68034a84eb" - integrity sha512-YQDOsz2FOdALOoQEQtsYZVnNuxi3qFKJ+n+lDm8uFjRIYegHXKD6m1i7nTGX+NEIr/0ICnWS3yPCyCy5x+6+hg== - dependencies: - "@ngx-i18nsupport/ngx-i18nsupport-lib" "^1.12.1" - chalk "^2.4.1" - he "^1.1.1" - request "^2.85.0" - tslib "^1.9.0" - -"@ngx-i18nsupport/tooling@^8.0.3": - version "8.0.3" - resolved "https://registry.yarnpkg.com/@ngx-i18nsupport/tooling/-/tooling-8.0.3.tgz#be3454eaa06ad8518ddda7a6bfbc57b95dffbfce" - integrity sha512-AAsjwklil2HKEHLreAEAOHB71WDqHtYxWinP+B/YWQH8UlVyZwvXXQigrsaiQyKIKdTueKGQ8ThS24GRiE1R/g== - dependencies: - "@ngx-i18nsupport/ngx-i18nsupport" "^1.1.6" - tslib "^1.9.0" - "@ngx-loading-bar/core@^5.0.0": version "5.1.2" resolved "https://registry.yarnpkg.com/@ngx-loading-bar/core/-/core-5.1.2.tgz#95e43d6136bd60306d44a0195267248b2b926736" @@ -1733,6 +1704,18 @@ global "^4.4.0" video.js "^7.6.0" +"@peertube/xliffmerge@^2.0.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@peertube/xliffmerge/-/xliffmerge-2.0.2.tgz#09b25e09871934de180f55d9315a595653c07709" + integrity sha512-VJzLOZDCMxv4oT143Na2v3q2hNn/ITkF2aQluSNCEtrFCA8yrxNmddFaKBDWdM6mz555Gbr1aXHl2R/vdapy0w== + dependencies: + chalk "^2.4.1" + he "^1.2.0" + request "^2.88.2" + rxjs "^7.4.0" + tokenizr "^1.6.4" + xmldom "^0.6.0" + "@polka/url@^1.0.0-next.20": version "1.0.0-next.21" resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1" @@ -2163,11 +2146,6 @@ resolved "https://registry.yarnpkg.com/@types/which/-/which-1.3.2.tgz#9c246fc0c93ded311c8512df2891fb41f6227fdf" integrity sha512-8oDqyLC7eD4HM307boe2QWKyuzdzWBj56xI/imSl2cpL+U3tCMaTAkMJ4ee5JBZ/FsOJlvRGeIShiZDAl1qERA== -"@types/xmldom@^0.1.29": - version "0.1.31" - resolved "https://registry.yarnpkg.com/@types/xmldom/-/xmldom-0.1.31.tgz#519b647cfc66debf82cdf50e49763c8fdee553d6" - integrity sha512-bVy7s0nvaR5D1mT1a8ZkByHWNOGb6Vn4yi5TWhEdmyKlAG+08SA7Md6+jH+tYmMLueAwNeWvHHpeKrr6S4c4BA== - "@types/yargs-parser@*": version "20.2.1" resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129" @@ -6159,7 +6137,7 @@ hdr-histogram-percentiles-obj@^3.0.0: resolved "https://registry.yarnpkg.com/hdr-histogram-percentiles-obj/-/hdr-histogram-percentiles-obj-3.0.0.tgz#9409f4de0c2dda78e61de2d9d78b1e9f3cba283c" integrity sha512-7kIufnBqdsBGcSZLPJwqHT3yhk1QTsSlFsVD3kx5ixH/AlgBs9yM1q6DPhXZ8f8gtdqgh7N7/5btRLpQsS2gHw== -he@1.2.0, he@^1.1.1, he@^1.2.0: +he@1.2.0, he@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== @@ -9973,7 +9951,7 @@ repeat-string@^1.6.1: resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= -request@^2.85.0: +request@^2.88.2: version "2.88.2" resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== @@ -10194,7 +10172,7 @@ rxjs@6.6.7, rxjs@^6.5.4: dependencies: tslib "^1.9.0" -rxjs@^7.2.0, rxjs@^7.3.0: +rxjs@^7.2.0, rxjs@^7.3.0, rxjs@^7.4.0: version "7.4.0" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68" integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w== @@ -11356,7 +11334,7 @@ toidentifier@1.0.0: resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== -tokenizr@^1.3.10: +tokenizr@^1.6.4: version "1.6.4" resolved "https://registry.yarnpkg.com/tokenizr/-/tokenizr-1.6.4.tgz#bc0c85c1fe1c6dfbfe15c237ddbccca3bd46fb70" integrity sha512-p4fMt6Ki9c3U00fTMK7Ao2kFPgniqHfYHGHikjoMHjFnNt+ZaF30mb+w1B0zPhZ4HYTRL+9BoypOZ0dWz7fKQw== @@ -12261,10 +12239,10 @@ ws@^7.3.1, ws@^7.4.2, ws@^7.4.5: resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.5.tgz#8b4bc4af518cfabd0473ae4f99144287b33eb881" integrity sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w== -xmldom@^0.1.27: - version "0.1.31" - resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.31.tgz#b76c9a1bd9f0a9737e5a72dc37231cf38375e2ff" - integrity sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ== +xmldom@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.6.0.tgz#43a96ecb8beece991cef382c08397d82d4d0c46f" + integrity sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg== xmlhttprequest-ssl@~2.0.0: version "2.0.0" diff --git a/scripts/i18n/update.sh b/scripts/i18n/update.sh index 4d3e9af17..0524c9e5d 100755 --- a/scripts/i18n/update.sh +++ b/scripts/i18n/update.sh @@ -8,7 +8,7 @@ cd client npm run ng -- extract-i18n --out-file src/locale/angular.xlf # Merge new translations in other language files -npm run ng run -- PeerTube:xliffmerge +node ./node_modules/.bin/xliffmerge -p ./.xliffmerge.json "ar" "ca-ES" "gl-ES" "cs-CZ" "da-DK" "de-DE" "el-GR" "en-GB" "en-US" "eo" "es-ES" "eu-ES" "fa-IR" "fi-FI" "fr-FR" "gd" "gl-ES" "hu-HU" "it-IT" "ja-JP" "jbo" "kab" "ko-KR" "lt-LT" "nb-NO" "nl-NL" "oc" "pl-PL" "pt-BR" "pt-PT" "ru-RU" "sk-SK" "sl-SI" "sv-SE" "ta" "th-TH" "tr-TR" "uk-UA" "vi-VN" "zh-Hans-CN" "zh-Hant-TW" # Add our strings too cd ../ diff --git a/support/doc/development/localization.md b/support/doc/development/localization.md index 3d09bbecb..db12608f7 100644 --- a/support/doc/development/localization.md +++ b/support/doc/development/localization.md @@ -28,5 +28,6 @@ Nothing to do here, Github will automatically send a webhook to Weblate that wil * Add it to [/shared/models/i18n/i18n.ts](/shared/models/i18n/i18n.ts) * Add it to [/scripts/build/client.sh](/scripts/build/client.sh) - * Add it to [/client/angular.json](/client/angular.json) (in multiple sections), then **pull** and **generate** + * Add it to [/client/angular.json](/client/angular.json) + * Add it to [/scripts/i18n/update.sh](/scripts/i18n/update.sh), then **pull** and **generate** * Build the application and check the new language correctly works